@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(dm-sans0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(dm-sans1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(dm-sans2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(dm-sans3.ttf) format('truetype');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(manrope0.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(manrope1.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(manrope2.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(manrope3.ttf) format('truetype');
}

:root{--green:#183e32;--deep:#102b23;--gold:#e1bd75;--cream:#f6f4ec;--ink:#203c32;--muted:#626f67;--line:#dbe1d8;--white:#fff;--serif:Georgia,'Times New Roman',serif;--sans:'DM Sans',Arial,sans-serif;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:#fff;color:var(--ink);font:16px/1.65 var(--sans);-webkit-font-smoothing:antialiased}h1,h2,h3,p,figure{margin:0}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.045em;line-height:1.07}h1{font-size:clamp(3rem,6vw,6rem)}h2{font-size:clamp(2.3rem,4vw,4rem)}h3{font-size:1.25rem;line-height:1.35;font-weight:550;letter-spacing:-.025em}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}p+p{margin-top:1.2em}::selection{background:var(--gold);color:var(--deep)}:focus-visible{outline:3px solid #bc8733;outline-offset:5px}a,button{touch-action:manipulation}.wrap{width:min(var(--max),calc(100% - 112px));margin:auto}.skip{position:fixed;top:-100px;left:20px;padding:12px 20px;z-index:100;background:white}.skip:focus{top:10px}.announcement{background:var(--green);color:#f4efe3;font-size:.8125rem;text-align:center;padding:8px 20px;letter-spacing:.055em}.announcement span{color:var(--gold);margin:0 12px}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.98);border-bottom:1px solid #e9ebe5}.nav{height:91px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-flex;flex-direction:column;line-height:1;color:var(--green);flex:none}.brand strong{font-family:'Manrope',Arial,sans-serif;font-size:1.7rem;font-weight:800;letter-spacing:-.065em}.brand small{font-size:.69rem;letter-spacing:.32em;font-weight:600;margin-top:8px}.brand .plus{color:#9b732e}.nav-links{display:flex;align-items:center;gap:28px;font-size:.9rem;font-weight:500}.nav-links>a:not(.button){padding:12px 0;position:relative}.nav-links>a:not(.button):after{content:'';position:absolute;height:1px;background:var(--green);left:0;right:100%;bottom:5px;transition:right .2s}.nav-links>a:hover:after,.nav-links>a[aria-current=page]:after{right:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:52px;padding:13px 25px;border:1px solid var(--green);border-radius:3px;background:var(--green);color:white;font-size:.875rem;font-weight:600;letter-spacing:.01em;transition:background .2s,transform .2s}.button:hover{background:#285642;transform:translateY(-2px)}.button.gold{background:var(--gold);border-color:var(--gold);color:var(--deep)}.button.gold:hover{background:#eccb8d}.button.outline{background:transparent;color:var(--green)}.button.outline:hover{background:#e9ede5}.button.light{border-color:#ffffff70;background:transparent;color:white}.button.light:hover{background:#ffffff15}.arrow{font-size:1.25rem;line-height:1}.menu-toggle{display:none;background:none;border:1px solid var(--line);padding:8px 12px;border-radius:3px;color:var(--green)}.hero{position:relative;background:var(--deep);color:white;min-height:640px;isolation:isolate;overflow:hidden}.hero-photo{position:absolute;width:100%;height:100%;object-fit:cover;object-position:70% 48%;z-index:-2}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,30,22,.88),rgba(10,31,23,.52) 42%,rgba(10,31,23,.02) 80%);z-index:-1}.hero-inner{padding-top:95px;padding-bottom:88px}.eyebrow{display:block;font-size:.75rem;letter-spacing:.17em;text-transform:uppercase;font-weight:650;line-height:1.5;margin-bottom:22px}.hero .eyebrow{color:#efdbab}.hero h1{max-width:670px}.hero h1 em{color:#ead19e;font-weight:400}.hero .lead{max-width:455px;color:#e5eae3;margin-top:25px;font-size:1.1rem;line-height:1.65}.hero .actions{margin-top:31px}.actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hero-note{margin-top:31px;color:#deded0;font-size:.8125rem;display:flex;gap:15px;align-items:center}.hero-note:before{content:'';height:1px;width:34px;background:#e1bd75}.trust-bar{background:var(--cream);border-bottom:1px solid var(--line)}.trust-items{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 0;gap:20px}.trust-item{display:flex;align-items:center;justify-content:center;gap:12px;font-size:.875rem;font-weight:550}.trust-item+.trust-item{border-left:1px solid #d9ddcf}.icon{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.4;flex:none}.section{padding:95px 0}.intro{display:grid;grid-template-columns:1.05fr 1fr;gap:105px;align-items:start}.intro .eyebrow{color:#78826d}.intro-copy{padding-top:43px}.intro-copy p{color:var(--muted);font-size:1.05rem}.text-link{display:inline-flex;align-items:center;gap:23px;font-weight:600;font-size:.9rem;padding:10px 0 6px;border-bottom:1px solid #8a9b89;margin-top:18px}.text-link:hover{color:#96702d}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:60px}.benefit{padding-top:26px;border-top:1px solid var(--line)}.benefit .number{color:#8b946f;font-size:.75rem;letter-spacing:.1em}.benefit h3{margin:13px 0}.benefit p{color:var(--muted);font-size:.9375rem;max-width:330px}.cream{background:var(--cream)}.product-split{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.product-frame{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center;background:#e7e7d9;border-radius:5px;overflow:hidden}.product-frame img{height:490px;width:auto;max-width:75%;object-fit:contain;border-radius:3px;mix-blend-mode:multiply}.product-stamp{position:absolute;top:27px;left:27px;width:83px;height:83px;border:1px solid #7b8268;border-radius:50%;display:grid;place-content:center;text-align:center;font-size:.7rem;line-height:1.3;text-transform:uppercase;letter-spacing:.05em;background:#f5f3e9df}.product-stamp strong{font-size:1.45rem;font-weight:500}.product-copy .eyebrow{color:#727c60}.product-copy h2{margin-bottom:24px}.product-copy>p{color:var(--muted)}.feature-list{list-style:none;margin:23px 0 30px;padding:0}.feature-list li{padding:11px 0;border-bottom:1px solid #d9ddcd;display:flex;align-items:center;gap:12px;font-size:.9375rem}.feature-list li:before{content:'✓';color:#677c41}.fine{font-size:.8125rem;color:var(--muted);line-height:1.6}.product-copy .fine{margin-top:17px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:43px}.section-head h2{max-width:650px}.section-head>.text-link{flex:none}.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.quote-card{background:var(--cream);padding:32px;display:flex;flex-direction:column;min-height:265px;border-radius:4px}.quote-mark{font-family:var(--serif);font-size:3.5rem;line-height:1;color:#9b945f;height:40px}.quote-card blockquote{font-family:var(--serif);font-size:1.4rem;line-height:1.4;margin:7px 0 28px;letter-spacing:-.025em}.quote-card cite{font-style:normal;margin-top:auto;font-size:.875rem;font-weight:600}.quote-card cite small{display:block;font-weight:400;color:var(--muted);margin-top:3px;font-size:.8125rem}.quote-grid+.fine{margin-top:20px}.story-band{display:grid;grid-template-columns:1.08fr 1fr;background:var(--green);color:white;min-height:620px}.story-band>img{width:100%;height:100%;object-fit:cover;min-height:620px}.story-band .story-copy{align-self:center;padding:75px clamp(35px,6vw,100px)}.story-band .eyebrow{color:var(--gold)}.story-band h2{margin-bottom:27px}.story-band p{color:#d4ded3;max-width:410px}.story-band .text-link{border-color:#c4c7a7;color:#f0d7a8}.faq-grid{display:grid;grid-template-columns:.75fr 1fr;gap:110px}.faq-intro p{color:var(--muted);margin-top:22px;max-width:315px}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;font-weight:550;padding:23px 40px 23px 0;position:relative;font-size:1rem;line-height:1.45}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:3px;top:18px;font-size:1.6rem;font-weight:400;color:#7a8268}details[open] summary:after{content:'−'}details p{padding:0 35px 24px 0;color:var(--muted);font-size:.9375rem}.cta-panel{background:var(--cream);padding:70px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:45px}.cta-inner h2{font-size:clamp(2rem,3.5vw,3.4rem);max-width:720px}.cta-inner p{color:var(--muted);margin-top:18px}.site-footer{background:var(--deep);color:#d7e0d6;padding:65px 0 23px}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.1fr;gap:45px}.site-footer .brand{color:white}.site-footer .brand .plus{color:var(--gold)}.footer-brand p{font-size:.875rem;color:#b4c2b6;margin-top:24px;max-width:240px}.footer-col h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:#e0c697;margin-bottom:20px}.footer-col a{display:block;font-size:.875rem;margin:9px 0}.footer-col a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid #ffffff20;margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;gap:25px;font-size:.75rem;color:#a7b8aa}.page-hero{padding:72px 0 66px;background:var(--cream)}.page-hero h1{max-width:900px;font-size:clamp(3rem,5.5vw,5.1rem)}.page-hero .lead{max-width:630px;color:var(--muted);margin-top:23px;font-size:1.1rem}.page-hero .eyebrow{color:#737c5d}.breadcrumb{font-size:.8125rem;color:var(--muted);margin-bottom:27px}.breadcrumb a{text-decoration:underline;text-underline-offset:4px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.wide-image{width:100%;aspect-ratio:1.4;object-fit:cover;border-radius:4px}.body-copy h2{margin-bottom:25px}.body-copy p{color:var(--muted)}.caption{font-size:.75rem;color:var(--muted);padding-top:10px}.story-lede{text-align:center;max-width:840px;margin:auto}.story-lede p{font-size:1.1rem;color:var(--muted);margin-top:26px}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:65px}.principles>div{border-top:1px solid var(--line);padding-top:25px}.principles p{color:var(--muted);margin-top:15px;font-size:.9375rem}.pull-quote{font-family:var(--serif);font-size:clamp(2rem,4vw,3.4rem);line-height:1.2;letter-spacing:-.035em;padding:60px 0;max-width:870px}.steps{counter-reset:step}.step{display:grid;grid-template-columns:68px 1fr;gap:25px;padding:35px 0;border-bottom:1px solid var(--line)}.step:before{counter-increment:step;content:'0' counter(step);font-family:var(--serif);font-size:2rem;color:#81885c}.step p{color:var(--muted);margin-top:12px}.notice{padding:25px 28px;background:#f1eddf;border-left:3px solid #b39961;margin-top:30px}.notice h3{font-size:1rem;margin-bottom:10px}.notice p{font-size:.9375rem;color:#5c665c}.info-card{padding:35px;background:var(--cream);border:1px solid var(--line);border-radius:4px}.info-card h3{margin-bottom:15px}.info-card .button{margin-top:20px}.sidebar-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:85px;align-items:start}.aside-stack{display:grid;gap:25px}.stat{font-family:var(--serif);font-size:3.5rem;line-height:1.1;margin-bottom:10px}.analysis-image{width:100%;border:1px solid var(--line)}.filter-bar{display:grid;grid-template-columns:1fr 230px;gap:22px;margin-bottom:20px}.field label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:8px}.field input,.field select,.field textarea{width:100%;border:1px solid #b9c6bb;background:white;border-radius:3px;min-height:54px;padding:13px 16px;color:var(--ink)}.field textarea{min-height:150px;resize:vertical}.result-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:20px 0 30px;color:var(--muted);font-size:.875rem}.reset{border:0;background:none;color:var(--green);text-decoration:underline;text-underline-offset:4px;padding:7px}.stockist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.stockist-card{padding:27px;border:1px solid var(--line);border-radius:4px;display:flex;flex-direction:column;min-height:235px}.stockist-card .region{font-size:.6875rem;letter-spacing:.13em;color:#7d8363;margin-bottom:14px}.stockist-card h3{font-size:1.075rem}.stockist-card p{font-size:.875rem;color:var(--muted);margin-top:12px;margin-bottom:20px}.stockist-card .store-links{margin-top:auto;display:flex;gap:20px;font-size:.875rem;font-weight:550}.store-links a{text-decoration:underline;text-underline-offset:4px}.empty-state{padding:50px;background:var(--cream);text-align:center;grid-column:1/-1}.empty-state p{margin:15px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:95px}.contact-details{display:grid;gap:32px;margin-top:40px}.contact-details small{display:block;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:7px}.contact-details a{font-family:var(--serif);font-size:1.8rem;letter-spacing:-.03em}.contact-form{display:grid;gap:20px}.form-status{font-size:.875rem;color:var(--green)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gallery-grid img{width:100%;height:320px;object-fit:cover;border-radius:4px}.testimonials-list{display:grid;grid-template-columns:1fr 1fr;gap:24px}.testimonial-long{border:1px solid var(--line);padding:35px;border-radius:4px}.testimonial-long blockquote{margin:15px 0 25px;font-family:var(--serif);font-size:1.35rem;line-height:1.55}.testimonial-long cite{font-size:.875rem;font-style:normal;font-weight:600}.links-row{display:flex;flex-wrap:wrap;gap:20px}.top-rule{border-top:1px solid var(--line)}[hidden]{display:none!important}
@media(min-width:1600px){.hero{min-height:720px}.hero-inner{padding-top:125px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.nav-links{gap:18px;font-size:.8125rem}.nav-links .button{padding:12px 18px}.brand strong{font-size:1.5rem}.intro,.product-split,.faq-grid,.two-col,.sidebar-layout,.contact-grid{gap:50px}.hero h1{max-width:570px}.story-band .story-copy{padding:50px 38px}.footer-top{gap:25px}.stockist-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.announcement{font-size:.6875rem;letter-spacing:.02em}.nav{height:76px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;left:0;right:0;top:76px;padding:20px;background:white;border-bottom:1px solid var(--line);box-shadow:0 15px 20px #102b2310;align-items:stretch;gap:0;font-size:1rem}.nav-links.open{display:flex;flex-direction:column}.nav-links>a:not(.button){padding:12px 0}.nav-links .button{margin-top:12px}.hero{min-height:640px}.hero-inner{padding:78px 0 65px}.hero h1{font-size:clamp(3.1rem,9vw,4.6rem);max-width:590px}.hero .lead{font-size:1rem;max-width:360px}.hero-photo{object-position:67% center}.hero:after{background:linear-gradient(90deg,rgba(9,30,22,.9),rgba(10,31,23,.58) 65%,rgba(10,31,23,.23))}.trust-items{grid-template-columns:1fr 1fr;gap:22px;padding:24px 0}.trust-item{justify-content:start;font-size:.8125rem}.trust-item+.trust-item{border:0}.section{padding:66px 0}.intro,.product-split,.two-col,.faq-grid,.sidebar-layout,.contact-grid{grid-template-columns:1fr;gap:36px}.intro-copy{padding-top:0}.benefits{gap:24px;margin-top:35px}.benefit h3{font-size:1.05rem}.product-frame{min-height:480px}.product-frame img{height:410px}.product-copy{max-width:600px}.quote-grid{grid-template-columns:1fr}.quote-card{min-height:0}.section-head{align-items:start;gap:25px}.section-head>.text-link{margin-top:0}.quote-card blockquote{font-size:1.4rem}.story-band{grid-template-columns:1fr}.story-band>img{height:470px;min-height:0}.story-band .story-copy{padding:60px 30px}.story-band p{max-width:560px}.faq-intro p{max-width:none}.cta-inner{display:block}.cta-inner .button{margin-top:28px}.footer-top{grid-template-columns:1.4fr 1fr;gap:40px}.footer-bottom{flex-direction:column;gap:10px}.page-hero{padding:50px 0}.principles{gap:24px}.gallery-grid{grid-template-columns:1fr 1fr}.testimonials-list{grid-template-columns:1fr}.wide-image{aspect-ratio:1.3}}
@media(max-width:500px){.announcement span{margin:0 6px}.hero{min-height:680px}.hero h1{font-size:3.4rem;max-width:360px}.hero .lead{max-width:300px}.hero-inner{padding-top:70px}.hero-photo{object-position:65% center}.hero:after{background:linear-gradient(90deg,rgba(9,30,22,.86),rgba(10,31,23,.6)),linear-gradient(0deg,rgba(9,30,22,.4),transparent)}.hero .actions{gap:12px}.hero .button{padding:12px 18px;gap:16px}.eyebrow{font-size:.6875rem;letter-spacing:.12em}.hero-note{font-size:.75rem}.trust-item{font-size:.75rem;gap:9px}.trust-item .icon{width:21px}.section-head{display:block}.section-head .text-link{margin-top:20px}.benefits,.principles{grid-template-columns:1fr;gap:20px}.benefit{padding-top:20px}.benefit h3{font-size:1.2rem}.benefit p{max-width:none}.product-frame{min-height:415px}.product-frame img{height:370px}.product-stamp{width:68px;height:68px;left:15px;top:15px;font-size:.6rem}.product-stamp strong{font-size:1.2rem}.footer-top{grid-template-columns:1fr 1fr;gap:36px 20px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:300px}.footer-col a{font-size:.8125rem}.stockist-grid{grid-template-columns:1fr}.filter-bar{grid-template-columns:1fr;gap:15px}.result-bar{align-items:start}.gallery-grid{grid-template-columns:1fr}.step{grid-template-columns:37px 1fr;gap:15px}.story-band>img{height:330px}.info-card{padding:25px}.contact-details a{font-size:1.55rem}.page-hero h1{font-size:3.2rem}}
.source-note{margin-top:28px}.source-note a,.fine a,details p a,.notice a{text-decoration:underline;text-underline-offset:3px}.founder-portraits{background:#e7e8dc;color:var(--green);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 30px;min-height:530px}.founder-portraits>.eyebrow{color:#67704e;margin-bottom:35px}.portrait-pair{display:flex;gap:28px;align-items:start;justify-content:center}.portrait-pair figure{width:150px}.portrait-pair figure:nth-child(2){padding-top:35px}.portrait-pair img{width:150px;height:260px;object-fit:cover;object-position:center top;border-radius:90px 90px 4px 4px;filter:saturate(.75)}.portrait-pair figcaption{font-family:var(--serif);font-size:1.65rem;line-height:1.1;margin-top:20px;letter-spacing:-.04em}.portrait-pair figcaption em{display:block;font-size:1.2rem;line-height:1.4;font-weight:400;color:#72795e}.portrait-note{font-size:.75rem;letter-spacing:.045em;margin-top:40px;color:#747b62}.story-band>.founder-portraits{min-height:620px}.stockist-card .store-links:empty:after{content:'Contact Faye for store details';font-size:.8125rem;color:var(--muted)}
@media(max-width:500px){.founder-portraits{min-height:490px;padding:40px 20px}.portrait-pair{gap:24px}.portrait-pair figure,.portrait-pair img{width:125px}.portrait-pair img{height:230px}.portrait-pair figcaption{font-size:1.5rem}.story-band>.founder-portraits{min-height:490px}.founder-portraits>.eyebrow{margin-bottom:24px}.portrait-note{font-size:.6875rem}}
.menu-toggle{white-space:nowrap}.menu-toggle span{margin-left:7px}h1,h2{overflow-wrap:break-word}.store-links a,.footer-col a{min-height:28px}
@media(max-width:500px){.nav{gap:16px}.nav .brand small{font-size:.55rem;letter-spacing:.24em}.menu-toggle{font-size:.875rem;padding:9px 11px}.hero h1{font-size:clamp(2.8rem,13.9vw,3.4rem)}.page-hero h1{font-size:clamp(2.6rem,13.1vw,3.2rem)}}
.portrait-pair{width:100%;max-width:330px}.portrait-pair figure{min-width:0;flex:1;max-width:150px}.portrait-pair img{width:100%}.two-col>*{min-width:0}
@media(max-width:500px){.portrait-pair{max-width:274px}.portrait-pair figure{width:auto;max-width:125px}.portrait-pair img{width:100%}.portrait-pair figcaption em{font-size:1.05rem}.portrait-note{text-align:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
