:root{--line:#e8e6df;--muted:#69736e;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,.button{cursor:pointer}.page-width{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.skip-link{position:absolute;top:-80px;left:16px;background:white;padding:12px;z-index:100}.skip-link:focus{top:12px}.announcement{background:var(--green);color:white;text-align:center;padding:9px 16px;font-size:13px;letter-spacing:.02em}.site-header{position:relative;z-index:20;background:var(--paper);border-bottom:1px solid var(--line)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;min-width:150px}.brand img{width:auto;max-width:220px;max-height:56px;object-fit:contain}.brand-text{font-size:25px;font-weight:750;letter-spacing:-.06em;color:var(--green)}.main-nav{display:flex;align-items:center;gap:27px;font-size:14px;font-weight:600}.main-nav a:hover,.footer-links a:hover{color:var(--apricot)}.header-actions{display:flex;align-items:center;gap:18px;font-size:14px;font-weight:600}.menu-toggle{display:none;border:0;background:none;color:var(--green);font-size:24px;padding:8px}.hero{padding:78px 0;background:radial-gradient(circle at 85% 15%,rgba(226,138,98,.18),transparent 28%),linear-gradient(120deg,#e8efe9,#f8f4ed);overflow:hidden}.hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.eyebrow{color:var(--green);font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:750;margin:0 0 14px}.hero h1{font-size:clamp(40px,6vw,70px);line-height:1.02;letter-spacing:-.055em;color:var(--green);margin:0 0 20px;max-width:650px}.hero-copy{font-size:18px;max-width:520px;color:#52615a;margin:0 0 28px}.hero-image{border-radius:28px;overflow:hidden;aspect-ratio:1.12;background:linear-gradient(145deg,#d2dfd4,#f1d9c9);box-shadow:0 20px 60px rgba(23,61,53,.12)}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-placeholder{height:100%;display:grid;place-items:center;color:rgba(23,61,53,.35);font-size:90px;font-weight:800;letter-spacing:-.1em}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--green);border-radius:999px;background:var(--green);color:white;padding:13px 24px;min-height:48px;font-weight:700;transition:transform .18s,background .18s}.button:hover{transform:translateY(-2px);background:#24574c}.button--light{background:transparent;color:var(--green)}.button--light:hover{color:white}.section{padding-block:var(--section-space)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section-heading h2{font-size:clamp(28px,4vw,42px);line-height:1.1;color:var(--green);letter-spacing:-.04em;margin:0}.section-heading p{margin:8px 0 0;color:var(--muted);max-width:620px}.text-link{font-weight:700;color:var(--green);border-bottom:1px solid currentColor;padding-bottom:3px}.collection-grid,.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.collection-card,.product-card{min-width:0}.collection-card__image,.product-card__image{background:#f0eee8;border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1;position:relative}.collection-card__image img,.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.collection-card:hover img,.product-card:hover img{transform:scale(1.04)}.collection-card__name{font-size:18px;font-weight:700;color:var(--green);margin:14px 0 0}.product-card__info{padding:13px 2px 0}.product-card__title{font-weight:650;font-size:15px;margin:0 0 7px;line-height:1.35}.price{font-weight:700;color:var(--green)}.price s{font-weight:400;color:var(--muted);margin-left:6px}.badge{position:absolute;top:12px;left:12px;border-radius:999px;background:white;padding:5px 10px;font-size:11px;font-weight:700;color:var(--green)}.empty-placeholder{display:grid;place-items:center;height:100%;color:#84918a;font-size:13px}.newsletter{background:#e9efe9;border-radius:24px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:32px}.newsletter h2{color:var(--green);font-size:32px;line-height:1.1;margin:0 0 8px;letter-spacing:-.04em}.newsletter p{color:var(--muted);margin:0}.newsletter-form{display:flex;gap:10px;width:min(100%,460px)}.field{border:1px solid #d9ded8;background:white;border-radius:999px;padding:12px 16px;min-height:48px;width:100%;color:var(--ink)}.form-message{margin-top:10px;color:var(--green)}.site-footer{background:#173d35;color:#f6f7f3;padding:48px 0 22px}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:42px;padding-bottom:36px}.footer-brand{font-size:25px;font-weight:750;letter-spacing:-.06em}.footer-copy{color:#c5d2cb;max-width:360px}.footer-title{font-size:13px;text-transform:uppercase;letter-spacing:.12em;margin:4px 0 14px;color:#e6a17f}.footer-links{display:grid;gap:8px;color:#e1e8e3;font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:16px;color:#c5d2cb;font-size:12px;display:flex;justify-content:space-between;gap:16px}.breadcrumbs{font-size:13px;color:var(--muted);margin:22px 0}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;padding:20px 0 72px}.product-media{background:#f0eee8;border-radius:22px;overflow:hidden}.product-media img{width:100%;height:auto}.product-details h1{font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.045em;color:var(--green);margin:0 0 12px}.product-description{margin-top:24px;color:#4d5c55}.product-form{display:grid;gap:16px;margin-top:24px}.product-form label{font-size:13px;font-weight:700;display:block;margin-bottom:6px}.product-form select,.product-form input[type=number]{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;background:white}.product-form .button{width:100%}.collection-intro{padding:40px 0 10px}.collection-intro h1,.page-title{color:var(--green);font-size:clamp(34px,5vw,54px);line-height:1.08;letter-spacing:-.05em;margin:0 0 12px}.collection-intro p{color:var(--muted);max-width:720px}.pagination{display:flex;gap:14px;align-items:center;justify-content:center;padding:34px 0}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{text-align:left;padding:16px 10px;border-bottom:1px solid var(--line);vertical-align:middle}.cart-product{display:flex;align-items:center;gap:14px}.cart-product img{width:80px;border-radius:10px}.cart-summary{margin:30px 0 0 auto;max-width:360px;text-align:right}.cart-summary .button{margin-top:18px}.rte{color:#45544d;max-width:820px}.rte h2,.rte h3{color:var(--green)}.search-form{display:flex;gap:10px;max-width:600px;margin:22px 0}.notice{border-radius:12px;background:#f2eee8;padding:15px;color:#4d5c55}.mobile-hidden{display:block}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;gap:34px}.hero{padding:54px 0}.hero-image{max-height:430px}.collection-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.main-nav{gap:16px}.header-inner{gap:16px}.product-layout{gap:30px}.footer-main{grid-template-columns:1fr 1fr}.footer-main>div:first-child{grid-column:1/-1}}@media(max-width:650px){.page-width{width:min(calc(100% - 30px),var(--page-width))}.header-inner{min-height:68px}.brand img{max-width:175px;max-height:46px}.brand-text{font-size:22px}.menu-toggle{display:block;order:0}.brand{order:1;margin-right:auto}.header-actions{order:2;gap:12px}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:18px 20px;box-shadow:0 14px 24px rgba(0,0,0,.06);flex-direction:column;align-items:stretch}.main-nav.is-open{display:flex}.hero{padding:44px 0}.hero h1{font-size:42px}.hero-copy{font-size:16px}.section{padding-block:44px}.section-heading{align-items:start;flex-direction:column}.collection-grid,.product-grid{gap:12px}.collection-card__name{font-size:15px}.product-card__title{font-size:14px}.newsletter{padding:26px;display:block}.newsletter-form{margin-top:20px;flex-direction:column}.footer-main{grid-template-columns:1fr;gap:24px}.footer-main>div:first-child{grid-column:auto}.footer-bottom{display:block}.product-layout{grid-template-columns:1fr;gap:24px;padding-bottom:44px}.cart-table thead{display:none}.cart-table tr{display:grid;grid-template-columns:1fr auto;gap:4px;padding:10px 0}.cart-table td{padding:6px 4px;border:0}.cart-table td:first-child{grid-column:1/-1}.cart-summary{max-width:none}.search-form{flex-direction:column}}

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


.brand img{width:100%;height:auto;max-height:64px;object-fit:contain}.product-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:10px}.product-gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px}.cart-table-wrap{overflow-x:auto}.cart-quantity{max-width:90px}.contact-section{max-width:760px}.contact-form{display:grid;gap:10px}.contact-form textarea.field{border-radius:14px;resize:vertical}.contact-form .button{justify-self:start}.newsletter-form{flex-wrap:wrap}.newsletter-form .form-message{flex-basis:100%;margin:0}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.hero-copy.rte p{margin:0}.site-footer a:focus-visible,.main-nav a:focus-visible,.button:focus-visible{outline:3px solid var(--apricot);outline-offset:3px}
