:root{
  --cream:#F5F0E5; --sage:#CAD8C1; --green:#334B3C; --white:#FBF9F4;
  --clay:#C98D68; --taupe:#B8AA98; --text:#30362F;
  --serif:"Cormorant Garamond","Cormorant",Garamond,"Times New Roman",serif;
  --sans:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;
  --pad:clamp(1.25rem,5vw,5rem);
  --max:1360px;
  --ease:cubic-bezier(.22,.61,.36,1);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:5rem;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--cream);color:var(--text);font:400 1.0625rem/1.7 var(--sans);-webkit-font-smoothing:antialiased;padding-bottom:env(safe-area-inset-bottom,0)}
img{display:block;max-width:100%;height:auto}
picture{display:block}
figure>picture{height:100%}
a{color:inherit}
p{margin:0 0 1.1em;max-width:34em}
h1,h2,h3{margin:0;font-weight:400}
em{font-style:italic}
:focus-visible{outline:2px solid var(--clay);outline-offset:3px}
.skip{position:absolute;left:-999px;top:1rem;background:var(--green);color:var(--white);padding:.6rem 1rem;z-index:100}
.skip:focus{left:1rem}

/* type */
.display{font-family:var(--serif);font-weight:400;font-size:clamp(2.1rem,4.6vw,3.9rem);line-height:1.08;letter-spacing:-.01em;color:var(--green);text-wrap:balance}
.lead{font-family:var(--serif);font-style:italic;font-size:clamp(1.35rem,2.2vw,1.7rem);line-height:1.35;color:var(--green)}
.eyebrow{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--green);margin-bottom:1.6rem}
.eyebrow span{font-weight:500;opacity:.7}

/* buttons */
.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:3.1rem;padding:.8rem 1.7rem;border-radius:999px;font:600 .95rem/1 var(--sans);letter-spacing:.01em;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:background-color .3s var(--ease),color .3s var(--ease),border-color .3s var(--ease),transform .3s var(--ease)}
.btn:active{transform:scale(.98)}
.btn--solid{background:var(--green);color:var(--white)}
.btn--solid:hover{background:#283c30}
.btn--line{border-color:var(--green);color:var(--green)}
.btn--line:hover{background:var(--green);color:var(--white)}
.btn--light{background:var(--cream);color:var(--green)}
.btn--light:hover{background:var(--white)}
.btn--ghost{border-color:rgba(251,249,244,.55);color:var(--white)}
.btn--ghost:hover{border-color:var(--white);background:rgba(251,249,244,.08)}

/* nav */
.nav{position:fixed;inset:0 0 auto 0;z-index:50;padding-top:env(safe-area-inset-top,0);transition:background-color .4s var(--ease),box-shadow .4s var(--ease)}
.nav.is-scrolled{background:rgba(245,240,229,.94);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 1px 0 rgba(51,75,60,.1)}
.nav.menu-open{background:var(--cream);backdrop-filter:none;-webkit-backdrop-filter:none}
.nav__inner{max-width:var(--max);margin:0 auto;padding:1rem var(--pad);display:flex;align-items:center;gap:2rem}
.nav__logo img{height:2.6rem;width:auto}
.nav__links{display:flex;gap:2rem;margin-left:auto}
.nav__links a{font-size:.92rem;font-weight:500;text-decoration:none;color:var(--green);position:relative;padding:.3rem 0}
.nav__links a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease)}
.nav__links a:hover::after{transform:scaleX(1)}
.nav__cta{min-height:2.7rem;padding:.6rem 1.3rem;font-size:.88rem}
.nav__toggle{display:none;margin-left:auto;width:2.75rem;height:2.75rem;border:0;background:none;cursor:pointer;position:relative}
.nav__toggle span{position:absolute;left:.6rem;right:.6rem;height:1.5px;background:var(--green);transition:transform .35s var(--ease)}
.nav__toggle span:first-child{top:1.05rem}.nav__toggle span:last-child{top:1.6rem}
.nav__toggle[aria-expanded="true"] span:first-child{transform:translateY(.28rem) rotate(45deg)}
.nav__toggle[aria-expanded="true"] span:last-child{transform:translateY(-.27rem) rotate(-45deg)}
.menu{position:fixed;inset:0;z-index:49;overflow-y:auto;top:calc(4.6rem + env(safe-area-inset-top,0));background:var(--cream);padding:2rem var(--pad) calc(2rem + env(safe-area-inset-bottom,0));display:flex;flex-direction:column;justify-content:space-between;opacity:0;transition:opacity .3s var(--ease)}
.menu.is-open{opacity:1}
.menu nav{display:flex;flex-direction:column}
.menu nav a{font-family:var(--serif);font-size:2.3rem;line-height:1.25;color:var(--green);text-decoration:none;padding:.55rem 0;border-bottom:1px solid rgba(51,75,60,.12)}
.menu .btn{width:100%}

/* sections */
section{padding:clamp(5rem,11vw,9.5rem) var(--pad)}
section>*{max-width:var(--max);margin-left:auto;margin-right:auto}

/* hero */
.hero{min-height:100svh;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center;padding-top:clamp(7rem,12vw,9rem);padding-bottom:clamp(3rem,6vw,5rem);max-width:calc(var(--max) + 2*var(--pad));margin:0 auto}
.hero>*{margin:0}
.hero__title{font-family:var(--serif);font-weight:400;font-size:clamp(2.75rem,5.6vw,5.2rem);line-height:.98;letter-spacing:-.015em;color:var(--green);margin-bottom:2.2rem}
.hero__title span,.hero__title em{display:block}
.hero__title em{font-weight:400}
.hero__body{max-width:32rem}
.hero__body .lead{margin-bottom:.8rem}
.hero__img{position:relative;aspect-ratio:1/1.02;max-height:80svh;width:100%;border-radius:2px;overflow:hidden}
.hero__img img{width:100%;height:100%;object-fit:cover;object-position:60% 50%}

/* idea */
.idea{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(2rem,6vw,7rem);align-items:start;background:var(--white);max-width:none}
.idea>*{margin:0}
.idea .display{max-width:13em;justify-self:end}
.idea__copy{padding-top:.6rem;max-width:30rem}

/* product */
.product{display:grid;grid-template-columns:1.25fr 1fr;gap:clamp(2rem,6vw,6.5rem);align-items:center}
.product>*{margin:0}
.product__img{aspect-ratio:4/3.2;overflow:hidden;border-radius:2px}
.product__img img{width:100%;height:100%;object-fit:cover}
.product__logo img{width:clamp(7.5rem,13vw,10rem);height:auto;margin-bottom:2rem}
.product__text .display{margin-bottom:1.6rem;max-width:12em}
.nots{list-style:none;padding:0;margin:2rem 0 .4rem;border-top:1px solid rgba(51,75,60,.18)}
.nots li{padding:.75rem 0;border-bottom:1px solid rgba(51,75,60,.18);color:var(--text)}
.nots__end{font-family:var(--serif);font-size:1.6rem;color:var(--green);margin:1.2rem 0 2rem}

/* moment */
.moment{padding:0 clamp(0rem,2vw,1.5rem)}
.moment>*{max-width:none}
.moment__img{position:relative;height:clamp(28rem,88svh,56rem);overflow:hidden;margin:0}
.moment__img img{width:100%;height:100%;object-fit:cover;object-position:50% 45%}
.moment__img::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(30,40,33,.55),rgba(30,40,33,0) 55%)}
.moment__quote{position:absolute;z-index:1;left:var(--pad);right:var(--pad);bottom:clamp(2rem,6vw,4.5rem);font-family:var(--serif);font-style:italic;font-size:clamp(2.2rem,6vw,5.2rem);line-height:1.02;color:var(--white);max-width:11em;text-wrap:balance}

/* flow */
.flow{text-align:left}
.flow .display{max-width:var(--max);margin-bottom:clamp(3rem,6vw,5rem)}
.flow__steps{list-style:none;padding:0;display:grid;grid-template-columns:repeat(4,1fr);position:relative}
.flow__steps::before{content:"";position:absolute;left:0;right:0;top:1.35rem;height:1px;background:var(--taupe)}
.flow__steps li{position:relative;padding-right:2rem}
.flow__n{display:grid;place-items:center;width:2.7rem;height:2.7rem;border-radius:50%;background:var(--cream);border:1px solid var(--green);color:var(--green);font:500 1.15rem/1 var(--serif);position:relative;margin-bottom:1.6rem}
.flow__steps li:last-child .flow__n{background:var(--green);color:var(--white)}
.flow__steps p{font-family:var(--serif);font-size:clamp(1.45rem,2.1vw,1.85rem);line-height:1.2;color:var(--green);max-width:9em}
.flow__note{margin-top:clamp(3rem,5vw,4.5rem);padding-top:1.6rem;border-top:1px solid rgba(51,75,60,.18);max-width:var(--max);font-size:1.05rem}
.flow__note{max-width:var(--max)}

/* why */
.why{background:var(--sage);max-width:none}
.why .display{margin-bottom:clamp(3rem,6vw,5rem)}
.why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,3rem);margin:0 auto}
.why__grid>div{border-top:1px solid rgba(51,75,60,.35);padding-top:1.4rem}
.why dt{font-family:var(--serif);font-size:clamp(1.8rem,2.6vw,2.3rem);color:var(--green);margin-bottom:.8rem}
.why dd{margin:0;font-size:1rem}

/* objection */
.objection{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,6.5rem);align-items:center}
.objection>*{margin:0}
.quote{font-family:var(--serif);font-style:italic;font-size:clamp(2.3rem,4.8vw,4.2rem);line-height:1.05;color:var(--green);margin-bottom:2rem;text-wrap:balance}
.objection__img{aspect-ratio:1/1;overflow:hidden;border-radius:2px}
.objection__img img{width:100%;height:100%;object-fit:cover}

/* who */
.who{background:var(--white);max-width:none;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,6vw,6rem);align-items:start}
.who>*{margin:0}
.who__head{position:sticky;top:7rem}
.who__head .display{max-width:8em}
.placeholder{margin:0;aspect-ratio:4/3;border:1.5px dashed var(--clay);background:repeating-linear-gradient(135deg,rgba(201,141,104,.06) 0 12px,transparent 12px 24px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.5rem;color:#8a5a3f}
.placeholder span{font-weight:600;font-size:.95rem}
.placeholder small{font-size:.85rem;max-width:22em;margin-top:.3rem}
.who__list{list-style:none;padding:0;margin:0;border-top:1px solid rgba(51,75,60,.18)}
.who__list li{padding:1.6rem 0 1.5rem;border-bottom:1px solid rgba(51,75,60,.18);display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:baseline;transition:padding-left .45s var(--ease)}
.who__list li:hover{padding-left:.6rem}
.who__list h3{font-family:var(--serif);font-size:clamp(1.6rem,2.5vw,2.25rem);line-height:1.1;color:var(--green)}
.who__list p{margin:0;font-size:.98rem}

/* cta */
.cta{background:var(--green);color:var(--white);max-width:none;display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(3rem,7vw,7rem);align-items:start}
.cta>*{margin:0}
.cta__title{font-family:var(--serif);font-size:clamp(2.6rem,6vw,5.4rem);line-height:1;letter-spacing:-.01em;margin-bottom:2rem;text-wrap:balance}
.cta .lead{color:var(--sage)}
.cta__mail{margin-top:2.2rem;font-size:.95rem;color:rgba(251,249,244,.75)}
.cta__mail a{color:var(--white)}
.form{background:var(--cream);color:var(--text);padding:clamp(1.6rem,3.5vw,2.8rem);border-radius:4px}
.form h3{font-family:var(--serif);font-size:2rem;color:var(--green);margin-bottom:1.4rem}
.field{margin-bottom:1.1rem}
.field label{display:block;font-size:.85rem;font-weight:600;color:var(--green);margin-bottom:.4rem}
.field label span{font-weight:400;opacity:.7}
.field input,.field select,.field textarea{width:100%;font:400 1rem/1.5 var(--sans);color:var(--text);background:var(--white);border:1px solid rgba(51,75,60,.25);border-radius:3px;padding:.8rem .9rem;transition:border-color .25s}
.field textarea{resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(51,75,60,.12)}
.field [aria-invalid="true"]{border-color:#a1502e}
.form .btn{width:100%;margin-top:.6rem}
.form .btn[disabled]{opacity:.6;cursor:wait}
.form__status{margin:1rem 0 0;font-size:.92rem;min-height:1.2em}
.form__status.ok{color:var(--green);font-weight:600}
.form__status.err{color:#a1502e}
.hp{position:absolute;left:-9999px}

/* footer */
.footer{background:var(--cream);padding:clamp(4rem,8vw,6rem) var(--pad) calc(2.5rem + env(safe-area-inset-bottom,0));text-align:center}
.footer__logo img{width:10rem;margin:0 auto 1.2rem}
.footer__tag{font-family:var(--serif);font-style:italic;font-size:1.4rem;color:var(--green);margin:0 auto 2rem}
.footer__links{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;justify-content:center;flex-wrap:wrap;gap:.6rem 2rem}
.footer__links a{font-size:.95rem;color:var(--green);text-underline-offset:3px}
.footer__legal{font-size:.82rem;color:#6f6b62;margin:0 auto}

/* motion */
.load{opacity:0;transform:translateY(14px);animation:rise 1s var(--ease) forwards;animation-delay:calc(var(--d)*110ms + 100ms)}
.hero__img.load{transform:none;animation-name:fade}
@keyframes rise{to{opacity:1;transform:none}}
@keyframes fade{to{opacity:1}}
.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.js .reveal.in{opacity:1;transform:none}
.js .img-reveal{clip-path:inset(6% 4% 6% 4%);transition:clip-path 1.2s var(--ease)}
.js .img-reveal img{transform:scale(1.06);transition:transform 1.6s var(--ease)}
.js .img-reveal.in{clip-path:inset(0)}
.js .img-reveal.in img{transform:none}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .load,.js .reveal,.js .img-reveal,.js .img-reveal img{animation:none!important;opacity:1!important;transform:none!important;clip-path:none!important;transition:none!important}
}

/* responsive */
@media (max-width:1080px){
  .why__grid{grid-template-columns:repeat(2,1fr);row-gap:2.5rem}
  .who__list li{grid-template-columns:1fr;gap:.4rem}
}
@media (max-width:900px){
  .nav__links,.nav__cta{display:none}
  .nav__toggle{display:block}
  .nav__logo img{height:2.2rem}
  .hero{grid-template-columns:1fr;min-height:0;padding-top:6.5rem;gap:2.5rem}
  .hero__img{height:auto;max-height:none;width:auto;aspect-ratio:1/1;margin:0 calc(-1*var(--pad))}
  .idea,.product,.objection,.who,.cta{grid-template-columns:1fr}
  .idea .display{justify-self:start}
  .product__img{margin:0 calc(-1*var(--pad));aspect-ratio:4/3}
  .objection__img{order:-1;aspect-ratio:4/3;margin:0 calc(-1*var(--pad))}
  .who__head{position:static}
  .moment{padding:0}
  .moment__img{height:auto;aspect-ratio:4/5}
  .moment__img img{object-position:66% 50%}
  .flow__steps{grid-template-columns:1fr;gap:0}
  .flow__steps::before{left:1.35rem;right:auto;top:1.35rem;bottom:1.35rem;width:1px;height:auto}
  .flow__steps li{display:grid;grid-template-columns:2.7rem 1fr;gap:1.4rem;align-items:center;padding:0 0 2.2rem}
  .flow__steps li:last-child{padding-bottom:0}
  .flow__n{margin:0}
  .flow__steps p{margin:0;max-width:none}
}
@media (max-width:560px){
  body{font-size:1rem}
  .why__grid{grid-template-columns:1fr}
  .actions .btn{flex:1 1 100%}
  .hero__title{font-size:clamp(2.6rem,12.4vw,3.6rem)}
}
@media (min-width:901px){
  .moment__quote{left:auto;right:var(--pad);bottom:auto;top:clamp(2.5rem,5vw,4rem);text-align:right;max-width:9.5em}
  .moment__img::after{background:linear-gradient(to bottom left,rgba(30,40,33,.7),rgba(30,40,33,0) 50%)}
}
