@font-face {
  font-family: "Carena";
  src: url("./assets/fonts/Carena-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --forest: #25392f;
  --forest-2: #314a3b;
  --cream: #f6f0e6;
  --paper: #fbf8f2;
  --gold: #c49a51;
  --gold-soft: #ddc38c;
  --ink: #2b2b27;
  --rose: #cdaaa1;
  --line: rgba(37, 57, 47, 0.18);
  --serif: "Carena", Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; }
.section-pad { padding: 8rem clamp(1.35rem, 6vw, 7rem); }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 1.4rem clamp(1.35rem, 4vw, 4.5rem); color: #fff; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-family: var(--serif); font-size: 1.25rem; letter-spacing: .03em; }
.brand-mark { display: grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: var(--gold-soft); font-size: .8rem; }
.site-header nav { display: flex; align-items: center; gap: 2rem; font-size: .84rem; }
.site-header nav a { text-decoration: none; }
.nav-cta { padding: .65rem 1rem; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; }

.hero { min-height: 100svh; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; background: var(--forest); color: #fff; }
.hero-copy { z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 8rem clamp(2rem, 6vw, 7rem) 5rem; }
.hero h1 { margin: 0; max-width: 700px; font-family: var(--serif); font-size: clamp(3.8rem, 7vw, 7.6rem); font-weight: 400; letter-spacing: -.018em; line-height: .9; }
.hero h1 em { color: var(--gold-soft); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 2rem 0 1.7rem; color: rgba(255,255,255,.82); font-family: var(--serif); font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.45; }
.date-line { display: flex; align-items: center; gap: .7rem; margin: .2rem 0 2.1rem; color: var(--gold-soft); font-family: var(--serif); font-size: 1.8rem; }
.date-line i { display: block; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.date-line small { margin-left: .35rem; color: rgba(255,255,255,.7); font-family: var(--sans); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 3.5rem; width: fit-content; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: .9rem 1.65rem; font: 700 .82rem/1 var(--sans); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cream); color: var(--forest); }
.microcopy { margin: .85rem 0 0; color: rgba(255,255,255,.55); font-size: .77rem; }
.hero-gallery { position: relative; min-height: 100svh; background: #b9aa94; }
.hero-main { position: absolute; inset: 0; margin: 0; }
.hero-main::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(37,57,47,.48), transparent 35%, rgba(37,57,47,.06)); content: ""; }
.hero-small { position: absolute; z-index: 2; margin: 0; width: clamp(130px, 16vw, 220px); aspect-ratio: 3/4; padding: .45rem; background: rgba(250,247,240,.92); box-shadow: 0 24px 55px rgba(24,25,20,.27); transform: rotate(3deg); }
.hero-small-a { right: 7%; bottom: 8%; }
.hero-small-b { top: 17%; left: 6%; width: clamp(105px, 13vw, 180px); transform: rotate(-5deg); }
.hand-note { position: absolute; z-index: 3; right: 7%; bottom: 2.8%; color: rgba(255,255,255,.8); font-family: var(--serif); font-size: .87rem; font-style: italic; line-height: 1.15; transform: rotate(-2deg); }

.embrace-banner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; padding: 3.5rem clamp(1.35rem, 6vw, 7rem); background: var(--gold-soft); color: var(--forest); }
.embrace-banner p { max-width: 980px; margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1.05; }
.embrace-banner a { display: inline-flex; align-items: center; gap: .8rem; white-space: nowrap; border-bottom: 1px solid rgba(37,57,47,.4); padding-bottom: .3rem; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.embrace-banner a span { font-size: 1.2rem; }

.manifesto { text-align: center; background: var(--cream); }
.ornament { color: var(--gold); font-size: 1.2rem; }
.manifesto > p:first-of-type { margin: 1.4rem 0 .8rem; color: var(--forest-2); font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.manifesto h2 { max-width: 900px; margin: 0 auto; color: var(--forest); font-family: var(--serif); font-size: clamp(2.25rem, 4.7vw, 4.6rem); font-weight: 400; letter-spacing: -.03em; line-height: 1.06; }
.manifesto-text { max-width: 620px; margin: 2rem auto 0; color: #68635c; }

.encounters { background: var(--paper); }
.section-heading { max-width: 660px; margin-bottom: 3.8rem; }
.section-heading h2, .story h2, .about h2, .signup h2 { margin: 0; color: var(--forest); font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5.2rem); font-weight: 400; letter-spacing: -.015em; line-height: 1.04; }
.section-heading > p:last-child { max-width: 500px; color: #6f6a62; }
.encounter-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.encounter-grid article { position: relative; padding: 2.5rem 2.4rem 2rem 0; border-right: 1px solid var(--line); }
.encounter-grid article + article { padding-left: 2.4rem; }
.encounter-grid article:last-child { border-right: 0; }
.chapter { position: absolute; top: 2.2rem; right: 2.2rem; color: rgba(37,57,47,.12); font-family: var(--serif); font-size: 4.8rem; line-height: 1; }
.date { margin: 0 0 2.7rem; color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.encounter-grid h3 { margin: 0 0 .8rem; color: var(--forest); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.encounter-grid article > p:last-child { max-width: 310px; color: #6f6a62; }

.story { display: grid; min-height: 760px; grid-template-columns: 1fr 1fr; background: var(--forest); color: #fff; }
.story-image { min-height: 680px; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 6rem clamp(2rem, 7vw, 8rem); }
.story h2 { margin-bottom: 2rem; color: var(--cream); }
.story-copy > p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.72); }
blockquote { max-width: 470px; margin: 2rem 0 0; padding-left: 1.5rem; border-left: 1px solid var(--gold); color: var(--gold-soft); font-family: var(--serif); font-size: 1.35rem; font-style: italic; }

.photo-essay { display: grid; grid-template-columns: 1.05fr 1.5fr .75fr; grid-template-rows: 420px auto; gap: 1rem; background: #ded3c2; }
.photo-tall { grid-row: 1 / 3; }
.photo-wide { grid-column: 2 / 4; }
.photo-detail { min-height: 280px; }
.photo-caption { display: flex; align-items: end; margin: 0; padding: 2rem; color: var(--forest); font-family: var(--serif); font-size: 1.5rem; font-style: italic; line-height: 1.25; }
.detail-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--cream); }
.detail-strip figure { aspect-ratio: 3/4; margin: 0; overflow: hidden; }
.detail-strip img { transition: transform .6s ease; }
.detail-strip figure:hover img { transform: scale(1.025); }

.about { display: grid; grid-template-columns: 1fr .75fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; background: var(--paper); }
.about-copy { max-width: 660px; }
.about-copy > p:not(.eyebrow) { color: #68635c; }
.text-link { display: inline-flex; gap: .7rem; margin-top: 1.2rem; padding-bottom: .2rem; border-bottom: 1px solid var(--gold); color: var(--forest); font-weight: 700; text-decoration: none; }
.about-visual { position: relative; aspect-ratio: 4/5; padding: .7rem; background: #fff; box-shadow: 0 30px 70px rgba(44,47,37,.16); transform: rotate(1.5deg); }
.about-visual span { position: absolute; right: 1.8rem; bottom: 1.8rem; padding: .45rem .8rem; background: rgba(246,240,230,.9); color: var(--forest); font-family: var(--serif); font-size: .92rem; }

.signup { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 9vw, 10rem); padding: 8rem clamp(1.35rem, 6vw, 7rem); background: var(--forest); color: #fff; }
.signup h2 { max-width: 660px; color: var(--cream); }
.signup-copy > p:last-child { max-width: 500px; color: rgba(255,255,255,.65); }
.signup-form { display: grid; gap: 1.25rem; }
.signup-form label { display: grid; gap: .45rem; color: var(--gold-soft); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.signup-form input { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: none; padding: .6rem 0 .8rem; background: transparent; color: #fff; font: 1rem var(--sans); }
.signup-form input::placeholder { color: rgba(255,255,255,.36); }
.signup-form input:focus { border-color: var(--gold); }
.button-gold { width: 100%; margin-top: .7rem; background: var(--gold); color: #1f2f27; }
.form-note { margin: 0; color: rgba(255,255,255,.44); font-size: .72rem; text-align: center; }
.form-status { min-height: 1.4rem; margin: 0; color: var(--gold-soft); font-size: .84rem; text-align: center; }

footer { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; padding: 2.5rem clamp(1.35rem, 5vw, 6rem); background: #17271f; color: rgba(255,255,255,.55); font-size: .78rem; }
.footer-brand { color: #fff; }
.copyright { text-align: right; }

@media (max-width: 980px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 78svh; padding-top: 7rem; }
  .hero-gallery { min-height: 70svh; }
  .embrace-banner { grid-template-columns: 1fr; gap: 1.8rem; }
  .embrace-banner a { width: fit-content; }
  .encounter-grid { grid-template-columns: 1fr; }
  .encounter-grid article, .encounter-grid article + article { padding: 2.3rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .chapter { right: 0; }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 80svh; }
  .photo-essay { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 320px auto; }
  .photo-tall { grid-column: 1; grid-row: 1; }
  .photo-wide { grid-column: 2; grid-row: 1; }
  .photo-detail { grid-column: 1; grid-row: 2; }
  .photo-caption { grid-column: 2; grid-row: 2; }
  .about, .signup { grid-template-columns: 1fr; }
  .about-visual { max-width: 560px; }
  .detail-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .section-pad { padding: 5.5rem 1.25rem; }
  .site-header { padding: 1.1rem 1.2rem; }
  .brand { font-size: 1rem; }
  .nav-cta { padding: .55rem .85rem; }
  .hero-copy { min-height: 74svh; padding: 7.2rem 1.25rem 3.5rem; }
  .hero h1 { font-size: clamp(3.3rem, 17vw, 5.2rem); }
  .hero-lead { margin-top: 1.5rem; font-size: 1.08rem; }
  .date-line { flex-wrap: wrap; }
  .date-line small { width: 100%; margin: -.25rem 0 0; }
  .hero-gallery { min-height: 62svh; }
  .embrace-banner { padding: 3.5rem 1.25rem; }
  .embrace-banner p { font-size: 2.25rem; }
  .hero-small-a { right: 5%; bottom: 7%; }
  .hero-small-b { left: 5%; top: 9%; }
  .manifesto h2, .section-heading h2, .story h2, .about h2, .signup h2 { font-size: 2.7rem; }
  .story-image { min-height: 62svh; }
  .story-copy { padding: 5rem 1.25rem; }
  .photo-essay { grid-template-columns: 1fr; grid-template-rows: 500px 310px 310px auto; padding: 1.25rem; }
  .photo-tall, .photo-wide, .photo-detail, .photo-caption { grid-column: 1; }
  .photo-tall { grid-row: 1; }
  .photo-wide { grid-row: 2; }
  .photo-detail { grid-row: 3; }
  .photo-caption { grid-row: 4; padding: 1.4rem .2rem; }
  .signup { padding: 5.5rem 1.25rem; }
  .detail-strip figure { aspect-ratio: 4/5; }
  footer { grid-template-columns: 1fr; gap: .6rem; text-align: left; }
  .copyright { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
