:root{
  --green: #0E3A36;
  --stone: #EFE9DF;
  --charcoal: #2B2B2B;
  --ink: #111111;
  --brass: #B08D57;

  --max: 1120px;
  --radius: 14px;
  --border: rgba(43,43,43,.14);

  --s1: 8px;
  --s2: 14px;
  --s3: 22px;
  --s4: 32px;
  --s5: 46px;
  --s6: 64px;
  --s7: 88px;
  --s8: 118px;
}

*{ box-sizing: border-box; }

html{ scroll-behavior: smooth; }

body{
  margin: 0;
  background: var(--stone);
  color: var(--charcoal);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p{
  margin: 0 0 var(--s3) 0;
  text-wrap: pretty;
}

[hidden]{ display: none !important; }

a{
  color: var(--green);
  text-decoration: none;
  text-underline-offset: 4px;
}

a:hover{ text-decoration: underline; }

h1,h2,h3,h4{
  font-family: "Cormorant Garamond", serif;
  margin: 0 0 var(--s3) 0;
  color: var(--charcoal);
  letter-spacing: .02em;
}

h2{
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 500;
  margin-bottom: 40px;
}

h3{
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 500;
  margin-bottom: 16px;
}

h4{
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
  margin: 0 0 var(--s5) 0;
}

.container{
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}

.skip-link{
  position: absolute;
  left: -999px;
  top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--green);
  color: var(--stone);
}

.skip-link:focus{
  left: 14px;
  z-index: 9999;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* =========================
   HEADER / NAV
   ========================= */

.site-header{
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(239,233,223,.96);
  border-bottom: 1px solid var(--border);
}

.nav{
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s4);
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}

.brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--charcoal);
}

.brand:hover{ text-decoration: none; }

.brand-mark{
  display: inline-flex;
  width: 38px;
  height: 30px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.brand-mark img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text{
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 14px;
}

.nav-links{
  display: flex;
  align-items: center;
  gap: var(--s5);
}

.nav-links a{
  color: var(--charcoal);
  font-size: 14px;
  letter-spacing: .02em;
}

.nav-links a:hover{
  color: var(--green);
  text-decoration: none;
}

.nav-toggle{
  display: inline-flex;
  border: 1px solid var(--border);
  background: transparent;
  border-radius: 12px;
  width: 46px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.nav-toggle__lines{
  width: 18px;
  height: 2px;
  background: var(--charcoal);
  position: relative;
  display: block;
}

.nav-toggle__lines::before,
.nav-toggle__lines::after{
  content:"";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--charcoal);
}

.nav-toggle__lines::before{ top: -6px; }
.nav-toggle__lines::after{ top: 6px; }

/* =========================
   HERO
   ========================= */

.hero{
  background: var(--green);
  color: var(--stone);
  padding: clamp(104px, 10.5vw, 158px) 0 clamp(84px, 8.2vw, 124px);
}

.hero h1,
.hero h2,
.hero h3,
.hero h4{
  color: var(--stone);
}

.hero a{ color: var(--stone); }

.hero__inner{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s6);
  align-items: end;
}

.hero__copy{
  max-width: 900px;
}

.hero__title{
  font-size: clamp(56px, 7.4vw, 90px);
  font-weight: 600;
  letter-spacing: .10em;
  text-transform: uppercase;
  line-height: 1.06;
  margin-bottom: 18px;
}

.hero__body{
  margin-bottom: 18px;
}

.hero__body p{
  font-size: 20px;
  max-width: none;
  margin-bottom: 8px;
  opacity: .96;
}

.hero__clarity{
  margin-top: 18px;
  margin-bottom: 0;
  max-width: 58ch;
  font-size: 17px;
  opacity: .92;
}

.hero__bridge{
  margin-top: 18px;
  max-width: 56ch;
  font-size: 16px;
  opacity: 0.78;
}

.hero__actions{
  margin-top: 28px;
}

.hero__note{
  margin: 12px 0 0 0;
  max-width: 62ch;
  font-size: 14px;
  opacity: .92;
}

.hero__trust{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 32px;
  max-width: 720px;
}

.hero__trust span{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(239,233,223,0.72);
  white-space: nowrap;
}

.hero__trust span::before{
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: rgba(176,141,87,0.75);
  flex: 0 0 auto;
}

/* =========================
   GLOBAL SECTIONS
   ========================= */

.section{
  padding: clamp(74px, 7.9vw, 118px) 0;
}

.stone{
  background: var(--stone);
  color: var(--charcoal);
}

.lead{
  font-size: 18px;
  max-width: 72ch;
  margin-bottom: var(--s3);
}

.subhead{
  margin-top: 0;
  margin-bottom: var(--s4);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 500;
}

.subhead--flush{
  margin-top: 0;
}

.divider{
  height: 1px;
  width: 100%;
  background: rgba(176,141,87,.22);
}

.section[aria-label="The Reason"] .container,
.section[aria-label="The Amara Approach"] .container,
.section[aria-label="The Process"] .container,
.section[aria-label="The Households"] .container,
#investment .container,
#faq .container,
#request .container{
  max-width: 760px;
}

.section[aria-label="The Process"] h2,
.section[aria-label="The Households"] h2,
#investment h2,
#request h2{
  margin-bottom: 40px;
}

/* =========================
   IMAGE BLOCK
   ========================= */

.image-block{
  margin: 96px 0;
  padding: 0;
  background: transparent;
}

.image-block__inner{
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.image-block img{
  width: 100%;
  display: block;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.04);
}

/* =========================
   BUTTONS
   ========================= */

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 18px 26px;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
  user-select: none;
}

.btn-primary{
  background: var(--green);
  color: var(--stone);
  border-color: rgba(239,233,223,.18);
}

.btn-primary:hover{
  border-color: rgba(176,141,87,.72);
  text-decoration: none;
}

.btn-secondary{
  background: transparent;
  color: var(--charcoal);
  border-color: rgba(43,43,43,.22);
}

.btn-secondary:hover{
  border-color: rgba(176,141,87,.72);
  text-decoration: none;
}

.btn-quiet{
  margin-top: 26px;
}

/* =========================
   PROCESS
   ========================= */

.process-block{
  margin-bottom: 64px;
}

.process-block:last-child{
  margin-bottom: 0;
}

.process-block h3{
  margin-bottom: 12px;
}

.process-block p{
  max-width: 60ch;
  margin-bottom: 0;
}

/* =========================
   LISTS
   ========================= */

.clean-list{
  margin: 0 0 var(--s3) 1.1rem;
  padding: 0;
}

.clean-list li{
  margin-bottom: 10px;
}

/* =========================
   HOUSEHOLDS
   ========================= */

.section[aria-label="The Households"] p{
  max-width: 62ch;
}

.section[aria-label="The Households"] p:last-of-type{
  margin-bottom: 0;
}

/* =========================
   INVESTMENT / PRICING
   ========================= */

.investment{
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 86ch;
}

.investment > p:first-child{
  max-width: 58ch;
  margin-bottom: 0;
}

.pricing{
  margin-top: 56px;
}

.pricing h3{
  margin-bottom: 16px;
}

.pricing__desc{
  margin: 0 0 40px 0;
  max-width: 60ch;
}

.pricing__stack{
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.pricing__block{
  max-width: none;
  padding: 22px 24px;
  border: 1px solid rgba(43,43,43,0.10);
  border-radius: 16px;
  background: rgba(255,255,255,0.12);
}

.pricing__block--primary{
  margin-top: 0;
  background: rgba(255,255,255,0.20);
  border-color: rgba(176,141,87,0.30);
  box-shadow: 0 8px 20px rgba(17,17,17,0.03);
}

.pricing__label{
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .82;
  margin-bottom: 10px;
}

.pricing__value{
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.pricing__value--anchor{
  font-size: 1.04em;
}

.pricing__value--stacked{
  display: grid;
  gap: 8px;
}

.pricing__time{
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: .01em;
  font-weight: 500;
}

.pricing__supporting{
  max-width: 34ch;
  font-size: 14px;
  line-height: 1.7;
  opacity: .76;
}

.pricing__sep{
  opacity: .70;
}

.pricing__price{
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .01em;
  margin-top: 2px;
}

.pricing__suffix{
  margin-left: 6px;
  font-size: 14px;
  opacity: .76;
}

.note{
  margin-top: 14px;
  max-width: 78ch;
}

.note--shared{
  margin-top: 18px;
  max-width: 58ch;
  font-size: 14px;
  line-height: 1.7;
  opacity: .80;
}

.investment__actions{
  margin-top: 56px;
}

/* =========================
   FAQ / ACCORDION
   ========================= */

.accordion{
  margin-top: var(--s7);
}

.accordion details{
  border: 1px solid rgba(43,43,43,.18);
  border-radius: var(--radius);
  margin: 0 0 14px 0;
  overflow: hidden;
}

.accordion summary{
  cursor: pointer;
  padding: 16px 16px;
  list-style: none;
  font-weight: 500;
  letter-spacing: .01em;
}

.accordion summary::-webkit-details-marker{
  display: none;
}

.accordion summary::after{
  content: "＋";
  float: right;
  opacity: .70;
}

.accordion details[open] summary::after{
  content: "—";
}

.accordion__content{
  padding: 0 16px 18px 16px;
  max-width: 72ch;
}

/* =========================
   REQUEST SECTION
   ========================= */

.apply-intro{
  max-width: 58ch;
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.75;
  opacity: 0.86;
}

.apply-intro:last-of-type{
  margin-bottom: 0;
}

.apply-flow{
  display: grid;
  gap: 32px;
  margin-top: 44px;
}

.card{
  border: 1px solid rgba(43,43,43,0.10);
  border-radius: 18px;
  padding: 38px;
  background: rgba(255,255,255,0.14);
}

.card-title{
  margin-bottom: 12px;
}

.card-intro{
  max-width: 56ch;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.75;
  opacity: 0.80;
}

.form__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.field{
  display: grid;
  gap: 11px;
}

.field--full{
  grid-column: 1 / -1;
}

.field__label{
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.66;
}

input,
select,
textarea{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(43,43,43,0.13);
  padding: 15px 16px;
  font: inherit;
  color: var(--charcoal);
  background: rgba(255,255,255,0.24);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

input:hover,
select:hover,
textarea:hover{
  border-color: rgba(43,43,43,0.20);
}

input:focus,
select:focus,
textarea:focus{
  border-color: rgba(176,141,87,0.54);
  box-shadow: 0 0 0 3px rgba(176,141,87,0.10);
  background: rgba(255,255,255,0.32);
}

textarea{
  min-height: 136px;
  resize: vertical;
}

fieldset{
  border: 0;
  padding: 0;
  margin: 0;
}

.radio-row{
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.radio{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border: 1px solid rgba(43,43,43,0.13);
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
}

.radio input{
  width: 16px;
  height: 16px;
}

.radio span{
  font-size: 14px;
}

.form__hint,
.form__confirm,
.waitlist__message{
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.78;
}

.form__actions{
  margin-top: 34px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.note-banner{
  margin-top: 28px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.12);
}

.waitlist{
  margin-top: 28px;
}

.waitlist__message{
  max-width: 74ch;
}

.form--compact{
  margin-top: 24px;
}

/* =========================
   FOOTER
   ========================= */

.footer{
  background: var(--green);
  color: var(--stone);
  padding: 60px 0;
}

.footer a{ color: var(--stone); }

.footer a:hover{
  opacity: .92;
  text-decoration: underline;
}

.footer__inner{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s5);
  align-items: start;
}

.footer__title{
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer__meta{
  font-size: 14px;
  opacity: .92;
  margin-bottom: 8px;
}

.footer__links{
  display: grid;
  gap: 12px;
  justify-items: start;
}

/* =========================
   COOKIE
   ========================= */

.cookie{
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 200;
  display: none;
}

.cookie.show{ display: block; }

.cookie__inner{
  background: var(--green);
  color: var(--stone);
  border-radius: 18px;
  border: 1px solid rgba(239,233,223,.22);
  padding: 18px 16px;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s4);
  flex-wrap: wrap;
}

.cookie__text{
  margin: 0;
  font-size: 14px;
  letter-spacing: .01em;
  opacity: .95;
  max-width: 70ch;
}

.cookie__actions{
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie .btn-secondary{
  color: var(--stone);
  border-color: rgba(239,233,223,.22);
}

.cookie .btn-secondary:hover{
  border-color: rgba(176,141,87,.72);
}

/* =========================
   MODAL
   ========================= */

.modal{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 260;
  place-items: center;
  padding: 16px;
}

.modal.is-open{ display: grid; }

.modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(17,17,17,.42);
}

.modal__panel{
  position: relative;
  width: min(560px, 100%);
  background: var(--stone);
  border-radius: 18px;
  border: 1px solid rgba(43,43,43,.18);
  padding: 22px 20px;
}

.modal__title{
  margin: 0 0 var(--s2) 0;
}

.modal__desc{
  margin: 0 0 var(--s6) 0;
  max-width: 58ch;
}

.modal__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (min-width: 640px){
  .form__grid{
    grid-template-columns: 1fr 1fr;
  }

  .field--half{
    grid-column: span 1;
  }
}

@media (min-width: 860px){
  .nav-toggle{ display: none; }

  .nav-links{
    position: static;
    display: flex;
    background: transparent;
    border: 0;
    padding: 0;
  }

  .footer__inner{
    grid-template-columns: 1.35fr .65fr;
  }
}

@media (max-width: 859px){
  .nav-links{
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    background: var(--stone);
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
  }

  .nav-links.open{ display: flex; }

  .nav-links a{
    padding: 16px 22px;
  }
}

@media (max-width: 639px){
  .hero{
    padding: 120px 0 90px;
  }

  .section{
    padding: 88px 0;
  }

  .hero__trust{
    margin-top: 24px;
    gap: 10px 14px;
  }

  .hero__trust span{
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .card{
    padding: 26px 22px;
    border-radius: 18px;
  }

  .pricing__block{
    padding: 22px 20px;
  }

  .pricing__time{
    font-size: 26px;
  }

  .pricing__price{
    font-size: 21px;
  }

  .apply-flow{
    margin-top: 36px;
  }

  .image-block{
    margin: 56px 0;
  }
}

/* HERO STRAPLINE REFINEMENT */
.hero__strap{
  margin: 0 0 34px 0;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(239,233,223,0.92);
  white-space: nowrap;
}

.hero__clarity{
  margin: 0;
  max-width: 40ch;
  font-size: 17px;
  line-height: 1.85;
  opacity: .92;
}

.hero__actions{
  margin-top: 32px;
}

@media (max-width: 859px){
  .hero__strap{
    white-space: normal;
    max-width: 30ch;
    margin-bottom: 28px;
    font-size: 14px;
    letter-spacing: 0.14em;
  }

  .hero__clarity{
    max-width: 32ch;
  }
}

@media (max-width: 639px){
  .hero__strap{
    max-width: 24ch;
    margin-bottom: 24px;
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 1.45;
  }

  .hero__clarity{
    max-width: 30ch;
    font-size: 16px;
    line-height: 1.8;
  }

  .hero__actions{
    margin-top: 28px;
  }
}