/*
Theme Name: Flower of Life Paths 2026
Description: Photography-forward travel & conservation blog theme.
Version: 1.0
*/

* { box-sizing: border-box; }

body {
  margin: 0;
  background: oklch(97% 0.008 60);
  color: oklch(22% 0.01 40);
  font-family: 'Work Sans', system-ui, sans-serif;
}

a { color: oklch(55% 0.07 25); text-decoration: none; }
a:hover { color: oklch(45% 0.07 25); }

h1, h2, h3 { font-family: 'Frank Ruhl Libre', Georgia, serif; margin: 0; }

img { max-width: 100%; display: block; }

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: oklch(55% 0.07 25);
  font-weight: 500;
}

.wrap { width: 100%; max-width: 1400px; margin: 0 auto; }

/* Header */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 56px;
  border-bottom: 1px solid oklch(90% 0.01 60);
  flex-wrap: wrap;
  gap: 16px;
}
.site-title {
  font-family: 'Frank Ruhl Libre', Georgia, serif;
  font-size: 21px;
  font-weight: 500;
}
.site-nav { display: flex; gap: 36px; align-items: center; font-size: 14px; font-weight: 500; flex-wrap: wrap; }
.site-nav .places { position: relative; }
.site-nav .places-menu {
  display: none;
  position: absolute;
  top: 28px; left: 0;
  background: white;
  border: 1px solid oklch(90% 0.01 60);
  padding: 12px 0;
  min-width: 200px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  z-index: 10;
}
.site-nav .places:hover .places-menu,
.site-nav .places:focus-within .places-menu { display: block; }
.places-menu a { display: block; padding: 8px 20px; color: oklch(22% 0.01 40); font-size: 14px; }
.places-menu a:hover { background: oklch(95% 0.01 60); color: oklch(55% 0.07 25); }
.places-menu .region-label { display: block; padding: 8px 20px 4px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: oklch(55% 0.07 25); }

/* Hero */
.hero { position: relative; width: 100%; height: 640px; overflow: hidden; }
.hero img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,14,10,0) 35%, rgba(20,14,10,0.72) 100%); }
.hero-text { position: absolute; left: 56px; bottom: 56px; right: 56px; color: white; }
.hero-text .eyebrow { color: oklch(88% 0.05 40); }
.hero-text h1 { font-size: 56px; font-weight: 500; margin-top: 12px; color: white; }
.hero-text p { font-size: 17px; margin-top: 14px; max-width: 560px; color: oklch(94% 0.01 60); line-height: 1.6; }

/* Intro */
.intro { max-width: 660px; margin: 0 auto; padding: 68px 56px; text-align: center; }
.intro p { font-family: 'Frank Ruhl Libre', Georgia, serif; font-style: italic; font-size: 21px; line-height: 1.7; color: oklch(32% 0.01 40); margin: 0; }

/* Section label */
.section-label { padding: 0 56px 24px; }
.section-label .rule { width: 48px; height: 2px; background: oklch(55% 0.07 25); margin-top: 10px; }

/* Region cards */
.region-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0 56px 72px; }
.region-card { position: relative; height: 300px; overflow: hidden; display: block; }
.region-card img { width: 100%; height: 100%; object-fit: cover; }
.region-card .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.62) 100%); }
.region-card .label { position: absolute; left: 18px; bottom: 16px; color: white; font-family: 'Frank Ruhl Libre', Georgia, serif; font-size: 20px; }

/* Dispatch cards */
.dispatch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding: 0 56px 72px; }
.dispatch-card img { width: 100%; height: 230px; object-fit: cover; }
.dispatch-card h3 { font-size: 21px; font-weight: 500; margin-top: 6px; }
.dispatch-card .loc { font-size: 13px; color: oklch(48% 0.01 40); margin-top: 4px; }
.dispatch-card .eyebrow { margin-top: 16px; }

/* Newsletter */
.newsletter { background: oklch(93% 0.02 40); padding: 56px; text-align: center; }
.newsletter h2 { font-size: 26px; font-weight: 500; }
.newsletter .sub { font-size: 15px; color: oklch(40% 0.02 40); margin-top: 10px; }
.newsletter form { display: flex; justify-content: center; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.newsletter input {
  font-family: 'Work Sans', sans-serif; font-size: 14px; padding: 13px 16px;
  border: 1px solid oklch(80% 0.01 40); width: 200px;
}
.newsletter input[type="email"] { width: 240px; }
.newsletter button {
  background: oklch(55% 0.07 25); color: white; font-size: 14px; font-weight: 500;
  padding: 13px 26px; border: none; cursor: pointer; font-family: 'Work Sans', sans-serif;
}

/* Footer */
.site-footer {
  display: flex; justify-content: space-between; align-items: center;
  padding: 28px 56px; border-top: 1px solid oklch(90% 0.01 60);
  font-size: 13px; color: oklch(50% 0.01 40); flex-wrap: wrap; gap: 12px;
}
.site-footer .social { display: flex; gap: 14px; }
.social-icon {
  width: 26px; height: 26px; border-radius: 50%; border: 1px solid oklch(80% 0.01 40);
  display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: oklch(45% 0.01 40);
}

/* Single post & archive (simpler, same system) */
.content-wrap { max-width: 800px; margin: 0 auto; padding: 48px 24px 80px; }
.post-header { margin-bottom: 32px; }
.post-header h1 { font-size: 38px; font-weight: 500; }
.post-meta { font-size: 13px; color: oklch(48% 0.01 40); margin-top: 10px; }
.post-featured-image { width: 100%; height: 440px; object-fit: cover; margin-bottom: 32px; }
.post-body { font-size: 18px; line-height: 1.8; }
.post-body img { margin: 24px 0; }
.post-body .wp-block-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0; padding: 0; list-style: none; }
.post-body .wp-block-gallery img { height: 240px; object-fit: cover; width: 100%; }

.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1400px; margin: 0 auto; padding: 48px 56px 80px; }
.archive-header { padding: 48px 56px 0; max-width: 1400px; margin: 0 auto; }
.archive-header h1 { font-size: 34px; }

@media (max-width: 900px) {
  .region-grid, .dispatch-grid, .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-text h1 { font-size: 38px; }
}
@media (max-width: 600px) {
  .region-grid, .dispatch-grid, .archive-grid { grid-template-columns: 1fr; }
  .site-header, .hero-text, .section-label, .content-wrap { padding-left: 24px; padding-right: 24px; }
}
