@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--cream:#faf7f2;--cream-dark:#f0ebe1;--terra:#c4714a;--terra-dark:#a85c38;--terra-light:#e8c4ad;--sage:#8b9e7a;--sage-light:#d6e0cf;--ink:#1c1917;--ink-mid:#4a3f38;--ink-soft:#7a6f68;--forest:#1e2d28;--white:#fff;--serif:"Cormorant Garamond", Georgia, serif;--sans:"Jost", system-ui, sans-serif;--ease-smooth:cubic-bezier(.25, .46, .45, .94);--border-radius-card:12px;--border-radius-btn:8px;--shadow-subtle:0 4px 16px #00000012}.container{max-width:1400px;margin:0 auto;padding:0 64px}@media (width<=768px){.container{padding:0 24px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none;transition:color .2s}button{cursor:pointer;font-family:var(--sans);background:0 0;border:none}h1,h2,h3,h4,h5,h6{font-family:var(--serif);color:var(--ink);font-weight:300;line-height:1.15}h1{font-size:clamp(38px,4vw,56px)}h2{font-size:clamp(32px,3.5vw,46px)}h3{font-size:1.5rem}.announce{background:var(--ink);color:var(--cream-dark);font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;text-align:center;padding:10px 24px;font-size:11.5px;font-weight:400}.announce em{color:var(--terra-light);font-style:normal;font-weight:500}.announce-divider{opacity:.3;margin:0 16px}.nav-wrap{z-index:100;background:var(--cream);border-bottom:1px solid #1c191714;position:sticky;top:0;box-shadow:0 2px 10px #1c191705}.nav{grid-template-columns:1fr auto 1fr;align-items:center;max-width:1400px;height:80px;margin:0 auto;padding:0 40px;display:grid}.nav-left,.nav-right{align-items:center;gap:32px;display:flex}.nav-right{justify-content:flex-end}.nav-link{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-mid);padding-bottom:4px;font-size:11.5px;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--terra);width:0;height:1px;transition:width .25s var(--ease-smooth);position:absolute;bottom:-2px;left:0}.nav-link:hover{color:var(--ink)}.nav-link:hover:after{width:100%}.nav-link.active{color:var(--terra)}.nav-link.active:after{width:100%}.nav-link.highlight{color:var(--terra)}.nav-logo{align-items:center;gap:14px;text-decoration:none;display:flex}.nav-logo-icon{flex-shrink:0;width:54px;height:54px}.nav-logo-text{flex-direction:column;align-items:flex-start;gap:0;line-height:1;display:flex}.nav-logo-the{font-family:var(--sans);letter-spacing:.45em;text-transform:uppercase;color:var(--ink-soft);padding-right:.45em;font-size:10px;font-weight:300}.nav-logo-canvas{font-family:var(--serif);letter-spacing:.05em;color:var(--ink);font-size:32px;font-weight:400;line-height:1.05}.nav-logo-cottage{font-family:var(--serif);letter-spacing:.07em;color:var(--terra);font-size:24px;font-style:italic;font-weight:300;line-height:1.05}.nav-icons{align-items:center;gap:20px;display:flex}.nav-icon{width:20px;height:20px;color:var(--ink-mid);cursor:pointer;transition:color .2s}.nav-icon:hover{color:var(--terra)}.nav-cart-wrap{display:inline-flex;position:relative}.nav-cart-count{background:var(--terra);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;font-weight:600;display:flex;position:absolute;top:-6px;right:-8px}.mobile-nav-toggle{cursor:pointer;color:var(--ink);background:0 0;border:none;padding:4px;display:none}.mobile-menu-drawer{background-color:var(--cream);border-bottom:1px solid #1c191714;flex-direction:column;gap:16px;padding:24px;list-style:none;display:flex}@media (width<=900px){.nav{grid-template-columns:auto 1fr auto;padding:0 24px}.nav-left,.nav-right .nav-link{display:none!important}.mobile-nav-toggle{display:block!important}}.btn-primary{background:var(--terra);color:#fff;font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--terra);border-radius:var(--border-radius-btn);cursor:pointer;white-space:nowrap;flex-shrink:0;align-items:center;gap:10px;padding:14px 28px;font-size:11.5px;font-weight:500;transition:background .25s,border-color .25s,transform .2s;display:inline-flex}.btn-primary:hover{background:var(--terra-dark);border-color:var(--terra-dark);transform:translateY(-1px)}.btn-primary svg{transition:transform .25s}.btn-primary:hover svg{transform:translate(4px)}.btn-secondary{color:var(--ink-mid);font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;border-radius:var(--border-radius-btn);white-space:nowrap;background:0 0;border:1px solid #1c19174d;flex-shrink:0;align-items:center;gap:10px;padding:14px 28px;font-size:11px;transition:background .25s,border-color .25s,color .25s;display:inline-flex}.btn-secondary:hover{border-color:var(--ink);color:var(--ink);background:#1c19170d}.btn-ghost{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-mid);border-bottom:1px solid;padding-bottom:2px;font-size:11.5px;font-weight:500;transition:color .2s}.btn-ghost:hover{color:var(--terra)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;animation:fadeUp .7s var(--ease-smooth) forwards}.fade-up-1{animation-delay:.1s}.fade-up-2{animation-delay:.25s}.fade-up-3{animation-delay:.4s}.icon-arrow-right{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:18px;height:18px}.hero{grid-template-columns:46% 54%;height:clamp(650px,80vh,860px);display:grid;overflow:hidden}.hero-left{background:var(--cream);flex-direction:column;justify-content:center;padding:80px 60px 80px calc(max(64px,min(420px,50vw - 636px)));display:flex;position:relative}@media (width<=1400px){.hero-left{padding-left:64px}}.hero-eyebrow{align-items:center;gap:12px;margin-bottom:28px;display:flex}.hero-eyebrow-line{background:var(--terra);width:32px;height:1px}.hero-eyebrow-text{letter-spacing:.2em;text-transform:uppercase;color:var(--terra);font-size:12px;font-weight:500}.hero-headline{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);margin-bottom:24px;font-size:clamp(44px,4vw,84px);font-weight:300;line-height:1.08}.hero-headline em{color:var(--terra);font-style:italic}.hero-body{color:var(--ink-soft);max-width:520px;margin-bottom:40px;font-size:clamp(15px,1.2vw,20px);font-weight:300;line-height:1.75}.hero-actions{align-items:center;gap:28px;display:flex}.hero-left-tag{writing-mode:vertical-rl;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-soft);opacity:.6;font-size:9.5px;position:absolute;top:48px;left:calc(max(64px,min(420px,50vw - 636px)));transform:rotate(180deg)}@media (width<=1400px){.hero-left-tag{left:64px}}.hero-right{height:100%;position:relative;overflow:hidden}.hero-img{object-fit:cover;object-position:center 30%;width:100%;height:100%;transition:transform 8s var(--ease-smooth);position:absolute;top:0;left:0}.hero-right:hover .hero-img{transform:scale(1.03)}.hero-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--cream);z-index:2;background:#1c1917d1;border-radius:4px;max-width:200px;padding:18px 22px;position:absolute;bottom:36px;right:36px}.hero-badge-count{font-family:var(--serif);color:#fff;font-size:36px;font-weight:300;line-height:1}.hero-badge-label{letter-spacing:.18em;text-transform:uppercase;color:var(--terra-light);margin-top:4px;font-size:9.5px}@media (width<=768px){.hero{grid-template-columns:1fr;height:auto}.hero-left{padding:80px 32px 48px}.hero-left-tag{display:none}.hero-right{height:400px}.hero-img{height:100%;position:static}}.trust-bar{background:var(--ink);grid-template-columns:repeat(4,1fr);max-width:100%;padding:18px 40px;display:grid}.trust-item{color:var(--cream-dark);letter-spacing:.12em;text-transform:uppercase;border-right:1px solid #ffffff1a;justify-content:center;align-items:center;gap:10px;padding:0 24px;font-size:10.5px;font-weight:400;display:flex}.trust-item:last-child{border-right:none}.trust-dot{background:var(--terra);border-radius:50%;flex-shrink:0;width:4px;height:4px}@media (width<=900px){.trust-bar{grid-template-columns:1fr 1fr;gap:16px;padding:24px}.trust-item{border-right:none;padding:0}}@media (width<=480px){.trust-bar{grid-template-columns:1fr;gap:12px}}.ticker-wrap{background:var(--terra);padding:12px 0;overflow:hidden}.ticker{gap:0;width:max-content;animation:72s linear infinite ticker;display:flex}.ticker-item{white-space:nowrap;letter-spacing:.18em;text-transform:uppercase;color:#ffffffd9;align-items:center;gap:28px;padding:0 28px;font-size:10px;font-weight:500;display:flex}.ticker-sep{color:#ffffff59;font-size:16px}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{max-width:1400px;margin:0 auto;padding:100px 64px}.section-sm{padding:64px}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:56px;display:flex}.section-title{font-family:var(--serif);color:var(--ink);font-size:clamp(34px,4vw,52px);font-weight:300;line-height:1.1}.section-title em{color:var(--terra);font-style:italic}.section-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--terra);margin-bottom:12px;font-size:10px;font-weight:500}.view-all{letter-spacing:.15em;text-transform:uppercase;color:var(--ink-soft);white-space:nowrap;border-bottom:1px solid;margin-bottom:4px;padding-bottom:2px;font-size:11px;transition:color .2s}.view-all:hover{color:var(--terra)}@media (width<=768px){.section{padding:64px 24px}.section-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:36px}}.collections-grid{grid-template-rows:auto auto;grid-template-columns:1.6fr 1fr 1fr;gap:3px;display:grid}.col-card{cursor:pointer;background-color:var(--cream-dark);position:relative;overflow:hidden}.col-card:first-child{aspect-ratio:2/3;grid-row:1/3}.col-card:not(:first-child){aspect-ratio:4/3}.col-card:nth-child(4),.col-card:nth-child(5){aspect-ratio:2/3}.col-img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease-smooth)}.col-card:hover .col-img{transform:scale(1.05)}.col-overlay{background:linear-gradient(#1c191700 45%,#1c1917b8 100%);transition:opacity .3s;position:absolute;inset:0}.col-card:hover .col-overlay{opacity:.85}.col-text{transition:transform .3s var(--ease-smooth);padding:24px 28px;position:absolute;bottom:0;left:0;right:0;transform:translateY(0)}.col-label{font-family:var(--serif);color:#fff;margin-bottom:6px;font-size:22px;font-weight:400;line-height:1.2}.col-label em{font-style:italic}.col-sub{letter-spacing:.15em;text-transform:uppercase;color:#ffffffa6;opacity:0;font-size:10.5px;transition:opacity .3s 50ms,transform .3s 50ms;transform:translateY(6px)}.col-card:hover .col-sub{opacity:1;transform:translateY(0)}.col-tag{background:var(--terra);color:#fff;letter-spacing:.16em;text-transform:uppercase;padding:5px 10px;font-size:9px;font-weight:500;position:absolute;top:20px;left:20px}.col-card-wide{grid-column:2/4}@media (width<=900px){.collections-grid{grid-template-rows:auto;grid-template-columns:1fr 1fr}.col-card:first-child{aspect-ratio:4/3;grid-row:auto}.col-card-wide{grid-column:auto}.col-sub{opacity:1;transform:none}}@media (width<=600px){.collections-grid{grid-template-columns:1fr}.col-card:not(:first-child),.col-card:first-child{aspect-ratio:4/3}}.dark-section{background:var(--forest);padding:0;overflow:hidden}.dark-inner{grid-template-columns:1fr 1fr;min-height:560px;display:grid}.dark-img-wrap{position:relative;overflow:hidden}.dark-img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-smooth)}.dark-img-wrap:hover .dark-img{transform:scale(1.04)}.dark-img-line{background:linear-gradient(to bottom, transparent, var(--terra) 40%, var(--terra) 60%, transparent);opacity:.4;width:1px;position:absolute;top:0;bottom:0;right:0}.dark-content{flex-direction:column;justify-content:center;padding:80px 80px 80px 72px;display:flex}.dark-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--terra-light);align-items:center;gap:12px;margin-bottom:24px;font-size:9.5px;display:flex}.dark-eyebrow:before{content:"";background:var(--terra);width:24px;height:1px;display:block}.dark-headline{font-family:var(--serif);color:#fff;letter-spacing:-.01em;margin-bottom:28px;font-size:clamp(36px,4vw,58px);font-weight:300;line-height:1.08}.dark-headline em{color:var(--terra-light);font-style:italic}.dark-body{color:#ffffff8c;max-width:380px;margin-bottom:44px;font-size:14px;font-weight:300;line-height:1.75}.btn-outline-light{color:#fff;font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;border-radius:var(--border-radius-btn);cursor:pointer;white-space:nowrap;border:1px solid #ffffff4d;flex-shrink:0;align-items:center;gap:10px;width:fit-content;padding:14px 28px;font-size:11px;transition:background .25s,border-color .25s;display:inline-flex}.btn-outline-light:hover{background:#ffffff14;border-color:#fff9}.btn-outline-light svg{transition:transform .25s}.btn-outline-light:hover svg{transform:translate(4px)}.dark-features{border-top:1px solid #ffffff14;grid-template-columns:1fr 1fr;gap:28px;margin-top:56px;padding-top:40px;display:grid}.dark-feature-label{letter-spacing:.18em;text-transform:uppercase;color:var(--terra-light);margin-bottom:8px;font-size:9.5px}.dark-feature-value{font-family:var(--serif);color:#fff;font-size:26px;font-weight:300;line-height:1}@media (width<=768px){.dark-inner{grid-template-columns:1fr}.dark-img-wrap{height:350px}.dark-content{padding:48px 24px}.dark-features{grid-template-columns:1fr 1fr;gap:20px}}.products-grid{gap:var(--card-gap);grid-template-columns:repeat(3,1fr);display:grid}.product-card{background:var(--white);cursor:pointer;border-radius:var(--border-radius-card);box-shadow:var(--shadow-subtle);border:1px solid var(--cream-dark);flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.product-img-wrap{aspect-ratio:1;background:var(--cream-dark);position:relative;overflow:hidden}.product-img{object-fit:contain;width:100%;height:100%;transition:transform .6s var(--ease-smooth);padding:8px}.product-card:hover .product-img{transform:scale(1.04)}.product-badge{background:var(--terra);color:#fff;letter-spacing:.15em;text-transform:uppercase;z-index:1;padding:4px 10px;font-size:8.5px;font-weight:500;position:absolute;top:16px;left:0}.product-badge.green{background:var(--sage)}.product-badge.dark{background:var(--ink)}.product-quick-add{background:var(--ink);color:#fff;letter-spacing:.14em;text-transform:uppercase;text-align:center;transition:transform .3s var(--ease-smooth);z-index:2;cursor:pointer;padding:16px;font-size:10.5px;font-weight:500;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.product-quick-add:hover{background:#333}.product-card:hover .product-quick-add{transform:translateY(0)}.product-info{border-top:1px solid var(--cream-dark);flex-direction:column;flex-grow:1;padding:20px 20px 24px;display:flex}.product-name{font-family:var(--serif);color:var(--ink);margin-bottom:6px;font-size:18px;font-weight:400;line-height:1.3}.product-sub{color:var(--ink-soft);letter-spacing:.06em;margin-bottom:12px;font-size:11px}.product-pricing{align-items:baseline;gap:8px;margin-top:auto;display:flex}.product-price{font-family:var(--serif);color:var(--ink);font-size:20px;font-weight:400}.product-compare{color:var(--ink-soft);font-size:12px;text-decoration:line-through}.product-save{letter-spacing:.12em;text-transform:uppercase;color:var(--terra);font-size:9px;font-weight:500}@media (width<=900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.products-grid{grid-template-columns:1fr}.product-quick-add{border-radius:var(--border-radius-btn);margin-top:16px;position:static;transform:none}}.quote-band{background:var(--cream-dark);padding:80px 64px;position:relative;overflow:hidden}.quote-band-inner{z-index:2;grid-template-columns:1fr auto;align-items:center;gap:80px;max-width:1400px;margin:0 auto;display:grid;position:relative}.quote-text{font-family:var(--serif);color:var(--ink);max-width:700px;font-size:clamp(26px,3.5vw,42px);font-style:italic;font-weight:300;line-height:1.25}.quote-text strong{color:var(--terra);font-style:normal;font-weight:500}.quote-attr{letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);align-items:center;gap:10px;margin-top:20px;font-size:10px;display:flex}.quote-attr:before{content:"";background:var(--terra);width:20px;height:1px;display:block}.quote-cta{flex-shrink:0}.quote-bg-text{font-family:var(--serif);color:#c4714a0f;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;font-size:240px;font-style:italic;font-weight:300;line-height:1;position:absolute;bottom:-40px;right:60px}@media (width<=768px){.quote-band{padding:60px 24px}.quote-band-inner{grid-template-columns:1fr;gap:32px}.quote-bg-text{font-size:150px;bottom:-20px;right:20px}}.email-section{background:var(--terra);padding:80px 64px}.email-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1400px;margin:0 auto;display:grid}.email-headline{font-family:var(--serif);color:#fff;margin-bottom:16px;font-size:clamp(30px,3.5vw,46px);font-weight:300;line-height:1.1}.email-headline em{font-style:italic}.email-body{color:#ffffffb3;max-width:440px;font-size:13.5px;font-weight:300;line-height:1.7}.email-form{flex-direction:column;gap:12px;display:flex}.email-input-row{width:100%;display:flex}.email-input{color:#fff;font-family:var(--sans);background:#ffffff26;border:1px solid #ffffff4d;border-right:none;border-top-left-radius:4px;border-bottom-left-radius:4px;outline:none;flex:1;padding:14px 18px;font-size:13.5px;transition:background .2s,border-color .2s}.email-input::placeholder{color:#ffffff80}.email-input:focus{background:#ffffff38;border-color:#fff9}.email-btn{background:var(--ink);color:#fff;font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;border:1px solid var(--ink);cursor:pointer;white-space:nowrap;border-top-right-radius:4px;border-bottom-right-radius:4px;padding:14px 24px;font-size:11px;font-weight:500;transition:background .2s}.email-btn:hover{background:#333}.email-disclaimer{color:#ffffff73;letter-spacing:.04em;font-size:10.5px;line-height:1.5}@media (width<=768px){.email-section{padding:60px 24px}.email-inner{grid-template-columns:1fr;gap:40px}}footer{background:var(--ink);color:var(--cream-dark);padding:72px 64px 40px}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1fr;gap:56px;max-width:1400px;margin:0 auto;padding-bottom:56px;display:grid}.footer-logo{align-items:center;gap:11px;margin-bottom:20px;text-decoration:none;display:flex}.footer-logo-icon{flex-shrink:0;width:42px;height:42px}.footer-logo-text{flex-direction:column;line-height:1;display:flex}.footer-logo-the{font-family:var(--sans);letter-spacing:.42em;text-transform:uppercase;color:#ffffff59;font-size:8px;font-weight:300}.footer-logo-canvas{font-family:var(--serif);letter-spacing:.05em;color:#ffffffe6;font-size:22px;font-weight:400;line-height:1.05}.footer-logo-cottage{font-family:var(--serif);letter-spacing:.07em;color:var(--terra-light);font-size:17px;font-style:italic;font-weight:300;line-height:1.05}.footer-brand-tagline{color:#fff6;max-width:280px;margin-bottom:28px;font-size:12.5px;font-weight:300;line-height:1.7}.footer-socials{gap:14px;display:flex}.footer-social{color:#ffffff80;letter-spacing:.1em;text-transform:uppercase;border:1px solid #ffffff26;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:500;transition:border-color .2s,color .2s;display:flex}.footer-social:hover{border-color:var(--terra);color:var(--terra-light)}.footer-col-title{letter-spacing:.2em;text-transform:uppercase;color:#ffffff59;margin-bottom:20px;font-size:10px;font-weight:500}.footer-links{flex-direction:column;gap:12px;display:flex}.footer-link{color:#ffffff8c;font-size:13px;font-weight:300;transition:color .2s}.footer-link:hover{color:var(--terra-light)}.footer-bottom{color:#ffffff40;justify-content:space-between;align-items:center;max-width:1400px;margin:32px auto 0;font-size:10.5px;display:flex}.footer-bottom a{transition:color .2s}.footer-bottom a:hover{color:#ffffff80}.footer-payment{align-items:center;gap:8px;display:flex}.payment-pill{color:#fff6;letter-spacing:.1em;text-transform:uppercase;background:#ffffff14;padding:4px 8px;font-size:9px;font-weight:500}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (width<=600px){footer{padding:48px 24px 30px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:16px}}.page-header{background-color:var(--cream-dark);text-align:center;border-bottom:1px solid #1c191714;padding:80px 0}.page-title{font-family:var(--serif);margin-top:8px;font-size:3rem;font-weight:300}.cart-layout{grid-template-columns:2.2fr 1fr;gap:48px;display:grid}@media (width<=900px){.cart-layout{grid-template-columns:1fr;gap:32px}}.cart-items-list{background:var(--white);border-radius:var(--border-radius-card);box-shadow:var(--shadow-subtle);border:1px solid var(--cream-dark);padding:32px}.cart-item{border-bottom:1px solid var(--cream-dark);gap:24px;padding:24px 0;display:flex}.cart-item:first-child{padding-top:0}.cart-item:last-child{border-bottom:none;padding-bottom:0}.cart-item-img{object-fit:cover;background-color:var(--cream-dark);border-radius:8px;width:100px;height:100px}.cart-item-details{flex-direction:column;flex-grow:1;display:flex}.cart-item-title{font-family:var(--serif);color:var(--ink);margin-bottom:6px;font-size:1.2rem;font-weight:400}.cart-item-price{color:var(--terra);font-family:var(--serif);font-size:1.15rem}.cart-item-qty{align-items:center;gap:12px;margin-top:auto;display:flex}.qty-btn{background:var(--cream-dark);cursor:pointer;width:28px;height:28px;color:var(--ink);border:none;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.qty-btn:hover{background:var(--terra-light);color:var(--terra-dark)}.remove-btn{color:#a94442;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;background:0 0;border:none;align-self:center;margin-left:auto;font-size:12px;font-weight:500}.remove-btn:hover{color:red;text-decoration:underline}.cart-summary{background:var(--white);border-radius:var(--border-radius-card);box-shadow:var(--shadow-subtle);border:1px solid var(--cream-dark);height:fit-content;padding:32px}.cart-summary-row{justify-content:space-between;margin-bottom:20px;font-size:14.5px;display:flex}.cart-summary-row.total{border-top:1px solid var(--cream-dark);font-size:18px;font-weight:600;font-family:var(--serif);color:var(--ink);padding-top:20px}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--white);border-radius:var(--border-radius-card);box-shadow:var(--shadow-subtle);border:1px solid var(--cream-dark);margin-bottom:16px;overflow:hidden}.faq-question{text-align:left;width:100%;font-family:var(--serif);color:var(--ink);background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px 32px;font-size:1.3rem;font-weight:400;display:flex}.faq-answer{color:var(--ink-soft);border-top:1px solid #1c191708;padding:0 32px 24px;font-size:15px;line-height:1.75;animation:.2s forwards fadeUp}.about-hero{align-items:center;gap:60px;margin-bottom:80px;display:flex}.about-img{object-fit:cover;border-radius:var(--border-radius-card);width:50%;height:480px;box-shadow:var(--shadow-subtle);background-color:var(--cream-dark)}.about-text{width:50%}@media (width<=768px){.about-hero{flex-direction:column;gap:40px}.about-img,.about-text{width:100%}.about-img{height:320px}}.product-detail-layout{grid-template-columns:1fr 1fr;align-items:start;gap:64px;margin-bottom:80px;display:grid}@media (width<=900px){.product-detail-layout{grid-template-columns:1fr;gap:40px}}.product-detail-gallery-container{flex-direction:column;gap:16px;min-width:0;display:flex;position:sticky;top:100px}@media (width<=900px){.product-detail-gallery-container{position:static}}.product-detail-gallery-main{aspect-ratio:1;border-radius:var(--border-radius-card);box-shadow:var(--shadow-subtle);background-color:var(--cream-dark);overflow:hidden}.product-detail-gallery-main img{object-fit:contain;width:100%;height:100%;padding:8px}.product-detail-gallery-thumbs{scrollbar-width:thin;scrollbar-color:var(--cream-dark) transparent;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.gallery-thumb-btn{cursor:pointer;background-color:var(--cream-dark);border:2px solid #0000;border-radius:6px;width:80px;height:80px;padding:0;transition:border-color .2s;overflow:hidden}.gallery-thumb-btn img{object-fit:contain;width:100%;height:100%;padding:3px}.gallery-thumb-btn.active{border-color:var(--terra)}.gallery-thumb-btn:hover{border-color:var(--sage)}.product-detail-info{flex-direction:column;display:flex}.product-detail-title{margin-bottom:12px;font-size:3rem}.product-detail-price{font-size:1.75rem;font-weight:400;font-family:var(--serif);color:var(--terra);margin-bottom:24px}.product-detail-description{color:var(--ink-soft);margin-bottom:32px;font-size:15px;line-height:1.7}.product-description-html p{margin-bottom:12px}.product-description-html p:last-child{margin-bottom:0}.product-description-html h3{font-family:var(--serif);color:var(--ink);margin:20px 0 8px;font-size:1rem;font-weight:700}.product-description-html h3:first-child{margin-top:0}.product-description-html ul,.product-description-html ol{flex-direction:column;gap:5px;margin-bottom:12px;padding-left:20px;display:flex}.product-description-html ul{padding-left:0;list-style:none}.product-description-html ul li:before{content:"·";color:var(--terra);margin-right:8px;font-weight:700}.product-description-html ol{list-style:decimal}.product-description-html li{font-size:14px;line-height:1.5}.product-description-html strong{color:var(--ink);font-weight:700}.product-description-html em{color:var(--ink-soft);font-style:italic}.product-detail-actions{flex-wrap:wrap;gap:16px;margin-bottom:32px;display:flex}@media (width<=480px){.product-detail-actions{flex-direction:column}.product-detail-actions .btn-primary{justify-content:center;width:100%}}.qty-selector{border-radius:var(--border-radius-btn);background:var(--white);border:1px solid #1c191740;align-items:center;display:flex;overflow:hidden}.qty-selector button{background:var(--white);cursor:pointer;color:var(--ink);border:none;padding:12px 16px;font-weight:700}.qty-selector button:hover{background:var(--cream-dark)}.qty-selector span{padding:0 16px;font-weight:500}.featured-products-wrap{max-width:1400px;margin:0 auto;padding:0 64px 100px}@media (width<=768px){.featured-products-wrap{padding:0 24px 64px}}.collection-layout{grid-template-columns:240px 1fr;gap:48px;padding-top:0;display:grid}@media (width<=768px){.collection-layout{grid-template-columns:1fr;gap:24px}.collection-layout aside{display:none}}.collection-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (width<=900px){.collection-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.collection-grid{grid-template-columns:1fr}}.blog-layout{max-width:800px;margin:0 auto}.blog-meta{color:var(--terra);text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px;font-size:11px;font-weight:500}.blog-content{color:var(--ink-mid);font-size:16.5px;line-height:1.8}.blog-content p{margin-bottom:24px}.blog-article-grid{grid-template-columns:1fr 1fr;align-items:center;gap:36px;display:grid}@media (width<=640px){.blog-article-grid{grid-template-columns:1fr;gap:20px}}
