:root{--bg:#f0ebe3;--bg-dark:#1c1a17;--forest:#2c3d2a;--stone:#68705e;--sand:#b8a88a;--moss:#4a5e40;--cream:#e8e2d8;--bark:#7a5c3a;--text:#1c1a17;--text-light:#f0ebe3;--text-muted:#68705e;--border:#1c1a171f;--border-light:#f0ebe32e;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--font-brand:"Space Grotesk", system-ui, sans-serif;--nav-h:72px;--max-w:1440px;--px:clamp(1.25rem, 5vw, 5rem);--py:clamp(4rem, 8vw, 8rem);--ease:cubic-bezier(.4, 0, .2, 1);--ease-out:cubic-bezier(0, 0, .2, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--shadow-sm:0 2px 8px #1c1a1714;--shadow-md:0 8px 32px #1c1a171f;--shadow-lg:0 24px 64px #1c1a172e;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--stone);border-radius:3px}::selection{background:var(--moss);color:var(--text-light)}.container{width:100%;max-width:var(--max-w);padding:0 var(--px);margin:0 auto}.section{padding:var(--py) 0}.section-dark{background:var(--bg-dark);color:var(--text-light)}.section-forest{background:var(--forest);color:var(--text-light)}.section-cream{background:var(--cream)}.t-brand{font-family:var(--font-brand);letter-spacing:.22em;text-transform:uppercase;font-weight:700}.t-label{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;font-size:.7rem;font-weight:500}.t-display{font-family:var(--font-display);font-weight:300;line-height:1.05}.t-muted{color:var(--text-muted)}.t-muted-light{color:#f0ebe380}.t-center{text-align:center}.btn{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all .3s var(--ease);white-space:nowrap;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.78rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--moss);color:var(--text-light)}.btn-primary:hover{background:var(--forest);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-dark{background:var(--bg-dark);color:var(--text-light)}.btn-dark:hover{box-shadow:var(--shadow-md);background:#2d2b27;transform:translateY(-1px)}.btn-outline{color:var(--text);background:0 0;border:1.5px solid}.btn-outline:hover{background:var(--text);color:var(--text-light)}.btn-outline-light{color:var(--text-light);background:0 0;border:1.5px solid #f0ebe3b3}.btn-outline-light:hover{background:#f0ebe31f}.btn-lg{padding:1.1rem 2.5rem;font-size:.82rem}.btn-sm{padding:.6rem 1.3rem;font-size:.7rem}.section-header{margin-bottom:clamp(2.5rem,5vw,4rem)}.section-header.centered{text-align:center;max-width:620px;margin-left:auto;margin-right:auto}.section-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--moss);margin-bottom:.9rem;font-size:.68rem;font-weight:600;display:block}.section-dark .section-eyebrow,.section-forest .section-eyebrow{color:var(--sand)}.section-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:clamp(2.2rem,5vw,4rem);font-weight:300;line-height:1.1}.section-subtitle{color:var(--text-muted);max-width:500px;margin-top:1rem;font-size:.95rem;line-height:1.8}.section-dark .section-subtitle{color:#f0ebe380}.section-header.centered .section-subtitle{margin-left:auto;margin-right:auto}.navbar{z-index:1000;height:var(--nav-h);transition:background .4s var(--ease), box-shadow .4s;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--border);background:#f0ebe3eb}.navbar.dark-hero{color:var(--text-light)}.navbar.dark-hero.scrolled{color:var(--text)}.navbar-inner{width:100%;max-width:var(--max-w);padding:0 var(--px);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;display:flex}.navbar-logo{font-family:var(--font-brand);letter-spacing:.22em;text-transform:uppercase;cursor:pointer;flex-shrink:0;font-size:.95rem;font-weight:700;transition:opacity .2s}.navbar-logo:hover{opacity:.65}.navbar-links{align-items:center;gap:2.5rem;display:none}@media (width>=768px){.navbar-links{display:flex}}.navbar-link{letter-spacing:.12em;text-transform:uppercase;cursor:pointer;color:inherit;font-size:.72rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;padding-bottom:2px;transition:opacity .2s;position:relative}.navbar-link:after{content:"";width:0;height:1px;transition:width .3s var(--ease);background:currentColor;position:absolute;bottom:0;left:0}.navbar-link:hover:after{width:100%}.navbar-link:hover{opacity:.7}.navbar-icons{align-items:center;gap:.15rem;display:flex}.navbar-icon-btn{border-radius:var(--radius-full);width:40px;height:40px;color:inherit;justify-content:center;align-items:center;transition:background .2s;display:flex;position:relative}.navbar-icon-btn:hover{background:#0000000f}.navbar.dark-hero:not(.scrolled) .navbar-icon-btn:hover{background:#ffffff1a}.cart-badge{background:var(--moss);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;width:15px;height:15px;font-size:.58rem;font-weight:700;display:flex;position:absolute;top:5px;right:5px}.hamburger{border-radius:var(--radius-full);flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;transition:background .2s;display:flex}.hamburger:hover{background:#0000000f}@media (width>=768px){.hamburger{display:none}}.hamburger span{width:20px;height:1.5px;transition:all .3s var(--ease);background:currentColor;border-radius:2px;display:block}.mobile-menu{z-index:999;background:var(--bg-dark);color:var(--text-light);padding:var(--nav-h) var(--px) 3rem;flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.mobile-menu-links{flex-direction:column;flex:1;justify-content:center;padding:2rem 0;display:flex}.mobile-menu-link{font-family:var(--font-display);letter-spacing:-.02em;transition:opacity .2s, padding-left .3s var(--ease);cursor:pointer;border-bottom:1px solid #f0ebe312;justify-content:space-between;align-items:center;padding:.4rem 0;font-size:clamp(2.8rem,9vw,5rem);font-weight:300;line-height:1.05;display:flex}.mobile-menu-link:hover{opacity:.55;padding-left:.75rem}.mobile-menu-footer{border-top:1px solid #f0ebe31a;flex-wrap:wrap;gap:2rem;padding-top:2rem;display:flex}.mobile-menu-footer a{letter-spacing:.1em;text-transform:uppercase;opacity:.4;font-size:.68rem;transition:opacity .2s}.mobile-menu-footer a:hover{opacity:1}.hero{align-items:flex-end;height:100svh;min-height:640px;display:flex;position:relative;overflow:hidden}.hero-bg{will-change:transform;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center top;width:100%;height:115%}.hero-overlay{background:linear-gradient(175deg,#1c1a171f 0%,#1c1a1740 40%,#1c1a17c7 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;padding:0 var(--px) clamp(3rem, 7vw, 6rem);color:var(--text-light);max-width:var(--max-w);margin:0 auto;position:relative}.hero-eyebrow{letter-spacing:.28em;text-transform:uppercase;opacity:.6;margin-bottom:1.25rem;font-size:.68rem;font-weight:500}.hero-title{font-family:var(--font-display);letter-spacing:-.025em;margin-bottom:1.75rem;font-size:clamp(3.8rem,11vw,10rem);font-weight:300;line-height:.93}.hero-title em{font-style:italic}.hero-subtitle{opacity:.75;max-width:440px;margin-bottom:2.5rem;font-size:clamp(.9rem,1.5vw,1.05rem);font-weight:300;line-height:1.8}.hero-ctas{flex-wrap:wrap;gap:1rem;display:flex}.hero-scroll{bottom:2.5rem;right:var(--px);z-index:2;color:#f0ebe366;letter-spacing:.15em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.6rem;display:flex;position:absolute}.scroll-line{background:linear-gradient(currentColor,#0000);width:1px;height:48px;animation:2.2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)translateY(0)}50%{opacity:.9;transform:scaleY(.7)translateY(4px)}}.product-card{cursor:pointer;flex-direction:column;display:flex}.product-card__img-wrap{aspect-ratio:3/4;background:var(--cream);border-radius:var(--radius-md);margin-bottom:.9rem;position:relative;overflow:hidden}.product-card__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--ease)}.product-card:hover .product-card__img-wrap img{transform:scale(1.06)}.product-card__overlay{opacity:0;transition:opacity .3s var(--ease);background:#1c1a174d;align-items:flex-end;padding:1rem;display:flex;position:absolute;inset:0}.product-card:hover .product-card__overlay{opacity:1}.product-card__quick-add{width:100%;color:var(--text);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm);transition:transform .3s var(--ease-spring);background:#f0ebe3f2;justify-content:center;align-items:center;gap:.4rem;padding:.7rem;font-size:.7rem;font-weight:600;display:flex;transform:translateY(6px)}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__tag{letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm);background:var(--moss);color:#fff;padding:.28rem .6rem;font-size:.6rem;font-weight:700;position:absolute;top:.7rem;left:.7rem}.product-card__tag.new-tag{background:var(--bark)}.product-card__name{font-family:var(--font-display);margin-bottom:.3rem;font-size:1.1rem;font-weight:400;line-height:1.2}.product-card__meta{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.product-card__category{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem}.product-card__price{font-size:.88rem;font-weight:500}.product-card__colors{gap:.35rem;margin-top:.2rem;display:flex}.color-dot{border-radius:var(--radius-full);cursor:pointer;border:1.5px solid #0000;width:13px;height:13px;transition:transform .2s,border-color .2s}.color-dot:hover{transform:scale(1.25)}.color-dot.active{border-color:var(--text)}.featured-products{padding:var(--py) 0}.featured-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width>=768px){.featured-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.brand-story{padding:var(--py) 0;overflow:hidden}.brand-story-inner{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=900px){.brand-story-inner{grid-template-columns:1fr 1fr;gap:5rem}}@media (width>=1200px){.brand-story-inner{grid-template-columns:5fr 4fr;gap:7rem}}.brand-story-text{order:2}@media (width>=900px){.brand-story-text{order:1}}.brand-story-quote{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:1.75rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:300;line-height:1.25}.brand-story-quote em{color:var(--moss);font-style:italic}.brand-story-body{color:var(--text-muted);max-width:460px;margin-bottom:2.5rem;font-size:.93rem;line-height:1.9}.brand-story-stats{border-top:1px solid var(--border);gap:3rem;padding-top:2rem;display:flex}.stat-number{font-family:var(--font-display);font-size:2.5rem;font-weight:300;line-height:1;display:block}.stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-top:.3rem;font-size:.65rem}.brand-story-image{order:1;position:relative}@media (width>=900px){.brand-story-image{order:2}}.brand-story-image img{aspect-ratio:3/4;object-fit:cover;border-radius:var(--radius-lg);width:100%}.brand-story-image-badge{background:var(--bg);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:1.1rem 1.4rem;display:none;position:absolute;bottom:-1.25rem;left:-1.25rem}@media (width>=900px){.brand-story-image-badge{display:block}}.brand-story-image-badge strong{font-family:var(--font-display);font-size:1.05rem;font-weight:400;display:block}.brand-story-image-badge span{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem}.lifestyle-grid{padding:var(--py) 0;background:var(--bg-dark);color:var(--text-light)}.lifestyle-mosaic{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}@media (width>=768px){.lifestyle-mosaic{grid-template-rows:400px 400px;grid-template-columns:2fr 1fr 1fr;gap:.6rem}}@media (width>=1100px){.lifestyle-mosaic{grid-template-rows:500px 500px}}.lifestyle-item{border-radius:var(--radius-md);cursor:pointer;position:relative;overflow:hidden}@media (width>=768px){.lifestyle-item:first-child{grid-area:1/1/3/2}.lifestyle-item:nth-child(2){grid-area:1/2/2/3}.lifestyle-item:nth-child(3){grid-area:2/2/3/3}.lifestyle-item:nth-child(4){grid-area:1/3/3/4}}.lifestyle-item img{object-fit:cover;aspect-ratio:3/4;width:100%;height:100%;transition:transform .8s var(--ease)}@media (width>=768px){.lifestyle-item img{aspect-ratio:unset}}.lifestyle-item:hover img{transform:scale(1.04)}.lifestyle-item-overlay{background:linear-gradient(#0000 45%,#1c1a17a6 100%);position:absolute;inset:0}.lifestyle-item-label{position:absolute;bottom:1rem;left:1rem}.lifestyle-item-label span{font-family:var(--font-display);color:#fff;text-shadow:0 2px 8px #0000004d;font-size:clamp(1.4rem,3vw,2.2rem);font-style:italic;font-weight:300;line-height:1;display:block}.lifestyle-item-label small{letter-spacing:.18em;text-transform:uppercase;color:#ffffff8c;font-size:.6rem}.newsletter{padding:var(--py) 0;background:var(--forest);color:var(--text-light)}.newsletter-form{border-radius:var(--radius-sm);max-width:460px;margin:2.5rem auto 0;display:flex;overflow:hidden;box-shadow:0 4px 20px #0003}.newsletter-input{color:#fff;background:#f0ebe31a;border:1px solid #f0ebe32e;border-right:none;outline:none;flex:1;min-width:0;padding:1rem 1.2rem;font-size:.875rem;transition:background .2s}.newsletter-input::placeholder{color:#f0ebe359}.newsletter-input:focus{background:#f0ebe329}.newsletter-submit{background:var(--sand);color:var(--text);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;cursor:pointer;border:none;padding:1rem 1.4rem;font-size:.7rem;font-weight:600;transition:background .2s}.newsletter-submit:hover{background:var(--cream)}.newsletter-note{opacity:.35;text-align:center;margin-top:.9rem;font-size:.7rem}.footer{background:var(--bg-dark);color:var(--text-light);padding:5rem 0 2rem}.footer-top{border-bottom:1px solid #f0ebe314;grid-template-columns:1fr;gap:3rem;padding-bottom:4rem;display:grid}@media (width>=600px){.footer-top{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer-top{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand strong{font-family:var(--font-brand);letter-spacing:.22em;text-transform:uppercase;margin-bottom:.8rem;font-size:1rem;font-weight:700;display:block}.footer-brand p{font-family:var(--font-display);color:#f0ebe373;margin-bottom:1.5rem;font-size:.95rem;font-style:italic;font-weight:300;line-height:1.6}.footer-socials{gap:.65rem;display:flex}.footer-social{border-radius:var(--radius-full);color:#f0ebe380;border:1px solid #f0ebe31f;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.footer-social:hover{color:var(--text-light);background:#f0ebe314;border-color:#f0ebe380}.footer-col-title{letter-spacing:.18em;text-transform:uppercase;color:#f0ebe359;margin-bottom:1.25rem;font-size:.65rem;font-weight:600}.footer-links{flex-direction:column;gap:.55rem;display:flex}.footer-links button,.footer-links a{color:#f0ebe399;text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;transition:color .2s}.footer-links button:hover,.footer-links a:hover{color:var(--text-light)}.footer-bottom{color:#f0ebe340;letter-spacing:.04em;flex-direction:column;gap:.75rem;padding-top:2rem;font-size:.7rem;display:flex}@media (width>=640px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.shop-hero{padding-top:calc(var(--nav-h) + 3rem);border-bottom:1px solid var(--border);padding-bottom:2.5rem}.shop-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;display:flex}.filters-row{flex-wrap:wrap;gap:.5rem;display:flex}.filter-chip{border-radius:var(--radius-full);letter-spacing:.06em;border:1.5px solid var(--border);color:var(--text);cursor:pointer;background:0 0;padding:.42rem 1rem;font-size:.7rem;font-weight:500;transition:all .2s}.filter-chip:hover{border-color:var(--stone)}.filter-chip.active{background:var(--text);color:var(--text-light);border-color:var(--text)}.sort-select{appearance:none;border:1.5px solid var(--border);border-radius:var(--radius-full);cursor:pointer;color:var(--text);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%2368705e' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right .75rem center no-repeat;outline:none;padding:.42rem 2.2rem .42rem 1rem;font-size:.7rem;font-weight:500}.products-count{color:var(--text-muted);font-size:.72rem}.shop-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:3rem 0;display:grid}@media (width>=640px){.shop-grid{gap:1.5rem}}@media (width>=900px){.shop-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.shop-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.product-detail{padding-top:calc(var(--nav-h) + 2rem);padding-bottom:var(--py)}.product-detail-grid{grid-template-columns:1fr;align-items:start;gap:3rem;display:grid}@media (width>=900px){.product-detail-grid{grid-template-columns:1fr 1fr;gap:5rem}}.product-gallery-main{aspect-ratio:3/4;border-radius:var(--radius-lg);background:var(--cream);margin-bottom:.75rem;overflow:hidden}.product-gallery-main img{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.gallery-thumbs{gap:.5rem;display:flex}.gallery-thumb{border-radius:var(--radius-sm);cursor:pointer;border:2px solid #0000;flex-shrink:0;width:62px;height:78px;transition:border-color .2s;overflow:hidden}.gallery-thumb.active{border-color:var(--text)}.gallery-thumb img{object-fit:cover;width:100%;height:100%}.product-info{flex-direction:column;gap:1.5rem;display:flex}.product-info-category{letter-spacing:.18em;text-transform:uppercase;color:var(--moss);margin-bottom:.4rem;font-size:.65rem;display:block}.product-info-name{font-family:var(--font-display);margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.1}.product-info-price{font-size:1.35rem;font-weight:500}.product-info-price .price-note{color:var(--text-muted);margin-left:.5rem;font-size:.78rem;font-weight:400}.option-label{letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.7rem;font-weight:600;display:flex}.option-label em{text-transform:none;letter-spacing:0;color:var(--text-muted);font-size:.78rem;font-style:normal;font-weight:400}.color-options{flex-wrap:wrap;gap:.75rem;display:flex}.color-option{cursor:pointer;flex-direction:column;align-items:center;gap:.35rem;display:flex}.color-circle{border-radius:var(--radius-full);outline-offset:2px;border:2px solid #0000;outline:2px solid #0000;width:26px;height:26px;transition:outline-color .2s}.color-option.active .color-circle{outline-color:var(--text)}.color-option-name{color:var(--text-muted);letter-spacing:.04em;text-transform:capitalize;font-size:.6rem}.size-options{flex-wrap:wrap;gap:.5rem;display:flex}.size-btn{border-radius:var(--radius-sm);border:1.5px solid var(--border);cursor:pointer;background:0 0;justify-content:center;align-items:center;min-width:46px;height:46px;padding:0 .7rem;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.size-btn:hover{border-color:var(--stone)}.size-btn.active{background:var(--text);color:var(--text-light);border-color:var(--text)}.add-to-cart-btn{background:var(--moss);color:#fff;letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius-sm);width:100%;transition:all .3s var(--ease);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.65rem;padding:1.1rem;font-size:.8rem;font-weight:600;display:flex}.add-to-cart-btn:hover{background:var(--forest);box-shadow:var(--shadow-md);transform:translateY(-1px)}.wishlist-btn{border:1.5px solid var(--border);border-radius:var(--radius-sm);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:.65rem;width:100%;padding:1rem;font-size:.78rem;font-weight:500;transition:all .2s;display:flex}.wishlist-btn:hover{border-color:var(--stone);background:var(--cream)}.product-story{background:var(--cream);border-radius:var(--radius-md);color:var(--text-muted);padding:1.4rem;font-size:.88rem;line-height:1.85}.product-feature{color:var(--text-muted);align-items:center;gap:.7rem;font-size:.83rem;display:flex}.product-feature svg{color:var(--moss);flex-shrink:0}.back-btn{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:2rem;padding:0;font-size:.72rem;font-weight:500;transition:all .2s;display:inline-flex}.back-btn:hover{color:var(--text);gap:.75rem}.related-section{padding-top:var(--py);margin-top:var(--py);border-top:1px solid var(--border)}.brand-hero{height:70vh;min-height:520px;padding-top:var(--nav-h);align-items:center;display:flex;position:relative;overflow:hidden}.brand-hero-bg{position:absolute;inset:0}.brand-hero-bg img{object-fit:cover;object-position:center;width:100%;height:115%}.brand-hero-overlay{background:#1c1a178c;position:absolute;inset:0}.brand-hero-content{z-index:2;color:#fff;max-width:640px;position:relative}.brand-values{padding:var(--py) 0}.brand-values-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=640px){.brand-values-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.brand-values-grid{grid-template-columns:repeat(3,1fr)}}.brand-value-icon{border-radius:var(--radius-md);background:var(--cream);width:48px;height:48px;color:var(--moss);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.brand-value-title{font-family:var(--font-display);margin-bottom:.6rem;font-size:1.4rem;font-weight:400}.brand-value-text{color:var(--text-muted);font-size:.9rem;line-height:1.85}.brand-timeline-section{padding:var(--py) 0;background:var(--cream)}.timeline{max-width:560px;position:relative}.timeline:before{content:"";background:var(--border);width:1px;position:absolute;top:4px;bottom:0;left:0}.timeline-item{gap:2rem;padding-bottom:2.5rem;padding-left:2rem;display:flex;position:relative}.timeline-dot{border-radius:var(--radius-full);background:var(--moss);width:11px;height:11px;position:absolute;top:6px;left:-5px}.timeline-year{font-family:var(--font-display);color:var(--moss);flex-shrink:0;min-width:55px;padding-top:2px;font-size:1rem;font-weight:300}.timeline-text strong{margin-bottom:.3rem;font-size:.9rem;font-weight:600;display:block}.timeline-text p{color:var(--text-muted);font-size:.85rem;line-height:1.75}.cart-overlay{z-index:1001;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1c1a1773;position:fixed;inset:0}.cart-drawer{background:var(--bg);z-index:1002;width:min(400px,100vw);box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0}.cart-header{padding:1.5rem var(--px);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;display:flex}.cart-header h2{font-family:var(--font-display);font-size:1.4rem;font-weight:400}.cart-empty{text-align:center;color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.25rem;padding:3rem;display:flex}.cart-empty svg{opacity:.2}.search-overlay{z-index:1001;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f0ebe3f7;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.search-input-wrap{border-bottom:2px solid var(--text);align-items:center;gap:1rem;width:100%;max-width:600px;padding-bottom:1rem;display:flex}.search-input{font-family:var(--font-display);color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:300}.search-input::placeholder{color:var(--stone);opacity:.5}.page-enter{animation:pageEnter .45s var(--ease) forwards}@keyframes pageEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.divider{opacity:.2;background:currentColor;width:36px;height:1px;margin:1.25rem 0}.divider.centered{margin-left:auto;margin-right:auto}.badge{border-radius:var(--radius-full);letter-spacing:.08em;text-transform:uppercase;align-items:center;padding:.22rem .6rem;font-size:.58rem;font-weight:700;display:inline-flex}.badge-moss{background:var(--moss);color:#fff}.badge-bark{background:var(--bark);color:#fff}.badge-cream{background:var(--cream);color:var(--text)}
