
:root{--green:#17382d;--green2:#2d6b51;--sage:#dfe7db;--cream:#fbfaf6;--ink:#263f35;--muted:#617067;--line:#e4e7df;--white:#fffdf9;--serif:'Playfair Display',Georgia,serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--green);background:var(--cream);font-family:'DM Sans',sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:rgba(255,253,249,.97);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}.brand{display:flex;align-items:center;gap:12px}.brand-mark{font-size:38px;transform:rotate(-35deg);display:inline-block}.brand strong{display:block;font:600 28px var(--serif);line-height:1}.brand small{display:block;font-size:11px;letter-spacing:.04em}.nav{display:flex;gap:27px;font-size:14px}.nav a:hover,.text-link:hover,.product-card a:hover{opacity:.65}.bag{font-size:14px}.bag span{background:var(--green);color:white;border-radius:50%;padding:1px 6px;font-size:11px}.menu-toggle{display:none;border:0;background:none;font-size:24px}.hero{min-height:650px;position:relative;overflow:hidden}.hero img{width:100%;height:650px;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,250,246,.96) 0%,rgba(251,250,246,.78) 42%,rgba(251,250,246,.08) 74%)}.hero-content{position:absolute;left:9%;top:50%;transform:translateY(-50%);max-width:610px}.eyebrow{font-size:12px;letter-spacing:.22em;font-weight:700;margin:0 0 14px;color:#2f6b54;text-transform:uppercase}.hero h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.1}.hero h1{font-size:64px;margin:0 0 22px}.hero-copy{font-size:17px;max-width:560px;color:#42584f}.button{display:inline-flex;gap:18px;align-items:center;border:0;background:var(--green2);color:#fff;padding:14px 24px;border-radius:30px;font-weight:600;cursor:pointer}.button:hover{background:#1d4d3a}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;padding:45px 8%;background:#fff}.benefits div{padding:8px}.benefits span{font-size:25px}.benefits h3{margin:8px 0 2px;font-size:21px}.benefits p,.product-card p,.journal p,.category-card p{margin:0;color:var(--muted);font-size:14px}.section{padding:95px 8%}.section-heading{text-align:center;max-width:760px;margin:0 auto 55px}.section-heading h2,.split h2,.newsletter h2,.page-hero h1{font-size:48px;margin:0 0 16px}.section-heading>p:last-child{color:var(--muted)}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-image{aspect-ratio:1/1;overflow:hidden;background:#eee}.product-image img{width:100%;height:100%;object-fit:cover}.product-card{padding-bottom:15px}.product-type{font-size:10px!important;letter-spacing:.16em;font-weight:700;color:#2f6b54!important;margin-top:20px!important}.product-card h3{font-size:28px;margin:5px 0 7px}.product-card a{display:inline-block;margin-top:15px;font-weight:600;font-size:14px}.split{display:grid;grid-template-columns:1fr 1fr;background:#eef0e8}.split-image{min-height:600px}.split-image img{width:100%;height:100%;object-fit:cover}.split-copy{padding:12%;align-self:center;max-width:760px}.split-copy p{color:#53645d}.text-link{display:inline-block;margin-top:15px;font-weight:700}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#dfe4dc}.journal-grid article{background:var(--cream);padding:35px;min-height:210px}.journal-grid span{font-size:12px;color:#6d8178}.journal-grid h3{font-size:25px;margin:12px 0 8px}.newsletter{text-align:center;padding:95px 8%;background:var(--sage)}.newsletter>p:not(.eyebrow){max-width:680px;margin:0 auto 25px;color:#53645d}.newsletter form{display:flex;max-width:560px;margin:auto;gap:10px}.newsletter input,.contact-form input,.contact-form textarea{flex:1;border:1px solid #bbc9be;background:#fff;padding:14px 18px;border-radius:12px;font:inherit;outline:none}.newsletter input{border-radius:28px}.form-message{min-height:25px!important;margin-top:12px!important;font-size:13px!important}.page-hero{padding:100px 8% 75px;background:linear-gradient(120deg,#eef0e8,#fbfaf6);text-align:center}.page-hero p{max-width:700px;margin:0 auto;color:var(--muted)}.page-hero h1{font-size:56px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.category-card{background:#fff;padding:25px;border:1px solid var(--line)}.category-card img{aspect-ratio:4/3;object-fit:cover;margin:-25px -25px 20px;width:calc(100% + 50px)}.category-card h3{font-size:29px;margin:0 0 7px}.shop-note{background:#fff;padding:22px;border-left:4px solid var(--green2);margin:0 0 40px;color:var(--muted)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px}.contact-card{background:#fff;padding:35px;border:1px solid var(--line)}.contact-card h2{font-size:34px;margin-top:0}.contact-detail{margin:18px 0}.contact-detail strong{display:block}.contact-form{display:grid;gap:14px}.contact-form textarea{min-height:170px;resize:vertical}.contact-form .button{justify-content:center}.contact-email{font-weight:700}.lang-switch{font-size:12px;border:1px solid #cbd5ce;border-radius:20px;padding:6px 10px;background:transparent}.footer-links{display:flex;gap:25px}.site-footer{display:flex;justify-content:space-between;align-items:center;padding:45px 8%;background:var(--green);color:#eef3ed;font-size:13px}.site-footer strong{font:500 25px var(--serif)}.site-footer p{margin:4px 0;color:#c9d5ce}.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}
@media(max-width:900px){.nav{gap:16px}.site-header{padding:0 4%}.contact-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:1fr 1fr}}
@media(max-width:800px){.site-header{height:70px}.nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;padding:20px 8%;flex-direction:column;gap:15px;border-bottom:1px solid #ddd}.nav.open{display:flex}.menu-toggle{display:block;order:2}.bag{order:3}.brand{order:1}.hero{min-height:680px}.hero img{height:680px}.hero-overlay{background:linear-gradient(180deg,rgba(251,250,246,.8),rgba(251,250,246,.72) 60%,rgba(251,250,246,.2))}.hero-content{left:7%;right:7%;top:48%;max-width:none}.hero h1{font-size:46px}.benefits,.products,.journal-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.split-image{min-height:420px}.section{padding:70px 7%}.section-heading h2,.split h2,.newsletter h2,.page-hero h1{font-size:38px}.newsletter form{flex-direction:column}.site-footer{flex-direction:column;align-items:flex-start;gap:20px}.footer-links{flex-wrap:wrap}}
@media(max-width:520px){.benefits,.products,.journal-grid,.category-grid{grid-template-columns:1fr}.hero h1{font-size:40px}.brand small{display:none}.page-hero{padding:75px 7% 55px}}

/* Product/category and brand photography additions */
.category-grid.four{grid-template-columns:repeat(4,1fr)}
.subcategory-list{margin:14px 0 0;padding-left:18px;color:var(--muted);font-size:14px}
.subcategory-list li{margin:5px 0}.starter-products{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:38px}.starter-card{background:#fff;border:1px solid var(--line);overflow:hidden}.starter-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.starter-copy{padding:24px}.starter-copy h3{font-size:27px;margin:0 0 8px}.starter-copy p{color:var(--muted);font-size:14px}.photo-strip{display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:14px;padding:14px 8% 80px}.photo-strip img{width:100%;height:320px;object-fit:cover}.photo-strip img:first-child{height:320px}.section-intro{max-width:800px;margin:0 auto 42px;text-align:center;color:var(--muted)}
@media(max-width:900px){.category-grid.four{grid-template-columns:1fr 1fr}.starter-products{grid-template-columns:1fr 1fr}.photo-strip{grid-template-columns:1fr 1fr}.photo-strip img:first-child{grid-column:1/-1}}
@media(max-width:520px){.category-grid.four,.starter-products,.photo-strip{grid-template-columns:1fr}.photo-strip img:first-child{grid-column:auto}.photo-strip img{height:260px}}

/* V5 international language selector */
.language-switcher{position:fixed;right:16px;bottom:16px;z-index:9999;background:#f7f1e7;border:1px solid rgba(67,56,40,.22);border-radius:999px;padding:7px 12px;box-shadow:0 5px 22px rgba(0,0,0,.12);font-size:12px;display:flex;gap:8px;align-items:center}
.language-switcher label{font-weight:600;letter-spacing:.04em}
.language-switcher select{border:0;background:transparent;font:inherit;color:inherit;max-width:155px;outline:none}
@media(max-width:600px){.language-switcher{right:10px;bottom:10px}.language-switcher label{display:none}}
