:root{--green:#0b3d2e;--deep:#06291f;--gold:#c7a35a;--cream:#f6f0e2;--ink:#17241f;--line:rgba(23,36,31,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}.site-header{height:86px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:rgba(246,240,226,.94);backdrop-filter:blur(12px);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:42px;height:42px;border:1px solid var(--gold);background:var(--green);color:#f3dfab;border-radius:50%;display:grid;place-items:center;font:700 22px "Playfair Display",serif}.brand strong,.brand small{display:block;line-height:1.05}.brand strong{font:700 20px "Playfair Display",serif}.brand small{text-transform:uppercase;letter-spacing:.18em;font-size:10px;margin-top:5px}.site-header nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:600}.nav-cta{border-bottom:1px solid var(--gold);padding-bottom:4px}.menu{display:none}.hero{min-height:calc(100vh - 86px);position:relative;display:flex;align-items:center;overflow:hidden;background:var(--deep);color:white}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover}.hero-shade{background:linear-gradient(90deg,rgba(3,24,18,.96) 0%,rgba(3,24,18,.78) 42%,rgba(3,24,18,.05) 75%)}.hero-content{position:relative;z-index:1;width:min(760px,88vw);margin-left:clamp(24px,8vw,132px);padding:80px 0 130px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:600;color:#e1c175;margin:0 0 20px}.eyebrow.dark{color:#806228}.hero h1,.story h2,.section-heading h2,.source h2,.contact h2{font-family:"Playfair Display",serif;line-height:1.02;letter-spacing:-.035em;margin:0}.hero h1{font-size:clamp(54px,7.7vw,112px);font-weight:600}.lead{font-size:clamp(17px,2vw,21px);max-width:590px;color:rgba(255,255,255,.75);margin:26px 0 35px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;font-weight:600;font-size:14px;border:1px solid transparent;transition:.2s}.button.primary{background:var(--gold);color:var(--deep)}.button.ghost{border-color:rgba(255,255,255,.45);color:white}.button:hover{transform:translateY(-2px)}.trust-strip{position:absolute;z-index:2;bottom:0;right:0;background:var(--cream);color:var(--ink);display:flex;padding:22px 46px;gap:44px;font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:600}.story{display:grid;grid-template-columns:1fr 1fr;gap:8vw;padding:clamp(80px,10vw,150px) clamp(24px,8vw,132px)}.story h2,.section-heading h2,.source h2,.contact h2{font-size:clamp(40px,5vw,70px)}.story-copy{border-left:1px solid var(--gold);padding-left:40px;font-size:18px}.story-copy p:first-child{margin-top:0}.products{background:var(--green);color:white;padding:clamp(80px,10vw,145px) clamp(24px,6vw,96px)}.section-heading{margin-bottom:62px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.2)}.product{min-height:290px;padding:32px;border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column}.product span,.principles strong{color:var(--gold);font-size:12px;letter-spacing:.15em}.product h3{font:600 28px "Playfair Display",serif;margin:auto 0 12px}.product p{color:rgba(255,255,255,.67);margin:0}.product.featured{background:#f0e4c6;color:var(--deep)}.product.featured p{color:#53635b}.tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.tags b{font-size:11px;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(11,61,46,.25);padding:5px 8px}.source{padding:clamp(80px,10vw,145px) clamp(24px,8vw,132px);display:grid;grid-template-columns:1.15fr .85fr;gap:8vw}.source-card>p:not(.eyebrow){font-size:18px;max-width:650px}.regions{display:flex;flex-wrap:wrap;gap:10px;margin-top:35px}.regions span{border:1px solid var(--line);padding:9px 14px;font-size:13px;font-weight:600}.principles article{padding:28px 0;border-top:1px solid var(--line)}.principles h3{margin:7px 0 4px;font:600 23px "Playfair Display",serif}.principles p{margin:0;color:#65716c}.buyers{padding:65px clamp(24px,8vw,132px);border-top:1px solid var(--line)}.buyer-row{display:flex;gap:18px 44px;flex-wrap:wrap;font:600 clamp(21px,2.5vw,34px) "Playfair Display",serif}.buyer-row span:not(:last-child):after{content:"·";color:var(--gold);margin-left:44px}.contact{background:var(--deep);color:white;padding:clamp(80px,9vw,130px) clamp(24px,8vw,132px);display:grid;grid-template-columns:1.15fr .85fr;gap:8vw;align-items:end}.contact>div:last-child{max-width:500px;color:rgba(255,255,255,.72);font-size:18px}.button.light{background:var(--cream);color:var(--deep);margin-top:16px}footer{background:#031c15;color:rgba(255,255,255,.58);padding:36px clamp(24px,8vw,132px);display:flex;align-items:center;gap:40px;font-size:13px}.footer-brand{color:white;margin-right:auto}@media(max-width:850px){.site-header{height:74px}.menu{display:block;border:1px solid var(--line);background:transparent;padding:9px 14px;font:600 14px inherit}.site-header nav{display:none;position:absolute;top:74px;left:0;right:0;background:var(--cream);padding:24px;flex-direction:column;align-items:flex-start;gap:18px}.site-header nav.open{display:flex}.hero{min-height:730px}.hero-content{margin-left:24px;padding-bottom:160px}.hero-shade{background:linear-gradient(90deg,rgba(3,24,18,.92),rgba(3,24,18,.5))}.trust-strip{left:0;right:0;padding:18px 24px;gap:18px;overflow:auto;white-space:nowrap}.story,.source,.contact{grid-template-columns:1fr}.story-copy{padding-left:24px}.product-grid{grid-template-columns:1fr 1fr}.buyer-row span:after{display:none}footer{align-items:flex-start;flex-direction:column;gap:10px}.footer-brand{margin-bottom:10px}}@media(max-width:560px){.product-grid{grid-template-columns:1fr}.product{min-height:240px}.hero h1{font-size:55px}.hero-actions{flex-direction:column;align-items:stretch}.trust-strip{font-size:10px}.story,.products,.source,.contact{padding-left:20px;padding-right:20px}}

.contact-details{display:grid;gap:10px;margin:28px 0 18px}.contact-details a{display:block;border-left:2px solid var(--gold);padding:8px 0 8px 18px;color:white;transition:.2s}.contact-details a:hover{padding-left:23px}.contact-details small,.contact-details strong{display:block}.contact-details small{text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:var(--gold);margin-bottom:2px}.contact-details strong{font-size:18px;font-weight:500}footer a:hover{color:white}@media(max-width:560px){.contact-details strong{font-size:16px}}
.brand-logo{width:58px;height:58px;object-fit:contain;border-radius:50%;background:white;box-shadow:0 2px 12px rgba(6,41,31,.12)}.footer-brand .brand-logo{width:62px;height:62px}@media(max-width:560px){.brand-logo{width:48px;height:48px}.footer-brand .brand-logo{width:56px;height:56px}}
