*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);font-size:15px;line-height:1.68;color:var(--ink);background:var(--bg)}img{display:block;max-width:100%}a{color:var(--accent)}h1{font-family:var(--font-heading);font-weight:600;color:var(--accent);line-height:1.08;letter-spacing:0;font-size:clamp(34px,4.2vw,54px)}h2{font-family:var(--font-body);font-weight:600;color:var(--accent);line-height:1.2;letter-spacing:-.005em;font-size:clamp(20px,2.2vw,27px)}h3{font-family:var(--font-body);font-weight:600;font-size:17px;color:var(--accent)}.page-width{max-width:1400px;margin:0 auto;padding:0 clamp(18px,4vw,56px)}.eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--gold-deep,#8F5C2E);margin-bottom:10px;display:block}.on-dark .eyebrow,.eyebrow.on-dark{color:var(--gold)}.section{padding:clamp(36px,5vw,64px) 0}.section--flush{padding-top:0}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:24px}.link-all{font-size:13px;font-weight:600;color:var(--gold-deep,#8F5C2E);text-decoration:none;white-space:nowrap}.link-all:hover{text-decoration:underline}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 24px;border-radius:999px;border:1px solid transparent;font-family:var(--font-body);font-weight:600;font-size:13.5px;letter-spacing:.02em;text-decoration:none;cursor:pointer;transition:background-color .18s,color .18s,border-color .18s}.btn:hover{text-decoration:none}.btn-primary{background:var(--accent);color:var(--bg);border-color:var(--accent)}.btn-primary:hover{background:var(--gold);border-color:var(--gold);color:var(--accent)}.btn-gold{background:var(--gold);color:var(--accent);border-color:var(--gold)}.btn-gold:hover{background:var(--bg);color:var(--accent);border-color:var(--gold)}.btn-secondary,.btn-outline{background:transparent;color:var(--accent);border-color:#0f1b2d59}.btn-secondary:hover,.btn-outline:hover{background:var(--accent);color:var(--bg);border-color:var(--accent)}.btn-ghost-dark{background:transparent;color:var(--bg);border-color:#f7f4ef80}.btn-ghost-dark:hover{background:var(--bg);color:var(--accent)}.btn-block{width:100%}:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:4px}.announcement{background:color-mix(in srgb,var(--dark) 78%,black);color:#f7f4efd9;text-align:center;font-size:11.5px;letter-spacing:.03em;padding:6px 14px;min-height:28px}.site-header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--stone)}.logo-row{display:flex;align-items:center;gap:clamp(18px,3vw,40px);height:72px;transition:height .2s}.site-header.compact .logo-row{height:64px}.header-logo img,.header-logo svg{display:block;width:220px;height:auto;transition:width .2s}.site-header.compact .header-logo img,.site-header.compact .header-logo svg{width:180px}.inline-nav{display:flex;align-items:center;gap:2px;flex:1}.inline-nav a{color:var(--ink);padding:10px 13px;font-size:13.5px;font-weight:600;letter-spacing:.02em;text-decoration:none;border-radius:8px}.inline-nav a:hover{color:var(--accent);background:#0f1b2d0d;text-decoration:none}.inline-nav a[aria-current=page]{color:var(--gold-deep,#8F5C2E)}.header-actions{margin-left:auto;display:flex;align-items:center;gap:4px}.icon-btn{background:none;border:none;padding:12px;border-radius:8px;color:var(--ink);display:grid;place-items:center;position:relative;cursor:pointer}.icon-btn:hover{background:#0f1b2d0f}.icon-btn svg{width:20px;height:20px}.cart-count{position:absolute;top:4px;right:4px;background:var(--accent);color:var(--bg);font-size:10px;font-weight:700;min-width:15px;height:15px;border-radius:99px;display:grid;place-items:center;padding:0 3px}.header-searchrow{display:none;border-top:1px solid var(--stone);background:var(--bg)}.header-searchrow.open{display:block}.header-searchrow .page-width{padding-top:10px;padding-bottom:12px}.header-search{display:flex;align-items:center;gap:10px;background:var(--panel);border:1px solid var(--stone);border-radius:999px;padding:10px 16px;max-width:620px;margin:0 auto}.header-search svg{width:16px;height:16px;color:var(--soft);flex:none}.header-search input{border:0;outline:0;background:none;width:100%;font-family:var(--font-body);font-size:13.5px;color:var(--ink)}.menu-toggle{display:none}.skip-link{position:absolute;left:-9999px;top:0;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:fixed;top:10px;left:10px;z-index:999;background:var(--accent);color:var(--bg);padding:10px 18px;border-radius:8px;width:auto;height:auto;clip:auto;overflow:visible}@media(max-width:1060px){.inline-nav{display:none}.logo-row{height:66px}.header-logo img,.header-logo svg{width:160px}.site-header.compact .header-logo img,.site-header.compact .header-logo svg{width:150px}.menu-toggle{display:grid}}.mobile-menu{display:none;background:var(--bg);border-top:1px solid var(--stone)}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:13px clamp(18px,4vw,56px);color:var(--ink);font-weight:500;font-size:15px;border-bottom:1px solid var(--stone);text-decoration:none}.mmenu-contact{padding:13px clamp(18px,4vw,56px);font-size:12.5px;color:var(--soft)}.mmenu-search{margin:12px clamp(18px,4vw,56px);max-width:none}.hero--photo{position:relative;background:var(--dark);color:var(--bg);min-height:clamp(430px,44vw,560px);display:flex;align-items:center;overflow:hidden}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right center}.hero-media--multiply{mix-blend-mode:multiply;object-fit:contain;object-position:right center;left:auto;right:2%;width:min(52%,760px)}@media(max-width:749px){.hero-media--multiply{width:88%;right:6%;object-position:center 12%}}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f1b2d8c,#0f1b2d26 40%,#0f1b2d00 55%)}.hero-content{position:relative;width:100%}.hero-copy{max-width:560px;padding:clamp(36px,4.5vw,60px) 0}.hero--photo h1{color:var(--bg);font-size:clamp(34px,3.9vw,50px);margin:8px 0 14px;font-family:var(--font-heading);font-weight:600;line-height:1.08}.hero--photo p{color:#f7f4efd9;font-size:16px;max-width:46ch}.hero-ctas{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}@media(max-width:749px){.hero--photo{min-height:clamp(460px,120vw,540px);align-items:flex-end}.hero-media{object-position:70% 20%}.hero-overlay{background:linear-gradient(180deg,#0f1b2d59,#0f1b2de0 62%)}.hero-copy{padding:30px 0 36px}}.proof{border-bottom:1px solid var(--stone);background:var(--bg)}.proof-in{display:flex;justify-content:space-between;gap:14px;padding:16px 0;flex-wrap:wrap}.proof-in span{font-size:12.5px;color:var(--soft)}.proof-in b{color:var(--gold-deep,#8F5C2E);margin-right:6px;font-weight:700}@media(max-width:700px){.proof-in{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px}}.sel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:860px){.sel-grid{grid-template-columns:1fr}}.sel{background:var(--panel);border:1px solid var(--stone);border-radius:16px;padding:24px;display:flex;flex-direction:column}.sel.mid{border-color:var(--gold);box-shadow:0 2px 12px #0f1b2d14}.sel-media{position:relative;margin:-24px -24px 18px;border-bottom:1px solid var(--stone);border-radius:16px 16px 0 0;overflow:hidden;background:var(--panel)}.sel-media img{width:100%;aspect-ratio:4/3;object-fit:contain;padding:6%}.sel-flag{position:absolute;top:12px;left:12px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;background:var(--gold);color:var(--accent);border-radius:4px;padding:3px 8px;font-weight:700}.sel-name{font-family:var(--font-body);font-size:17px;color:var(--accent);font-weight:600}.sel-price{font-size:18px;font-weight:700;color:var(--accent);margin:4px 0 14px}.sel-price s{color:var(--soft);font-weight:400;font-size:12.5px;margin-left:6px}.sel-rows{border-top:1px solid var(--stone);margin-bottom:16px}.sel-rows>div{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--stone);font-size:13px}.sel-rows span{color:var(--soft)}.sel-rows b{font-weight:600;color:var(--ink)}.sel .btn{margin-top:auto}@media(max-width:860px){.sel:not(.mid) .sel-media{display:none}.sel{padding:18px}.sel-rows>div{padding:6px 0}}.band{padding:clamp(30px,4vw,52px) 0}.band-in{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,56px);align-items:center}.band-in.flip>.band-media{order:2}.band-media{border-radius:16px;overflow:hidden;border:1px solid var(--stone)}.band-media img{width:100%;aspect-ratio:4/3;object-fit:cover}.band-media--blend{border:none;border-radius:0;background:transparent}.band-media--blend img{aspect-ratio:auto;object-fit:contain}.band-media--fade{border:none;background:transparent;border-radius:16px;overflow:hidden}.band-media--fade img{aspect-ratio:3/2;object-fit:cover}.band-copy h2{margin-bottom:10px}.band-copy p{font-size:14.5px;color:var(--soft);max-width:52ch}.band-copy .btn{margin-top:20px}@media(max-width:820px){.band-in{grid-template-columns:1fr}.band-in.flip>.band-media{order:0}}.band-navy{background:var(--dark);color:var(--bg)}.band-navy h2{color:var(--bg)}.band-navy p{color:#f7f4efbf}.band-navy .band-media{border:none}.save-chip{display:inline-block;background:var(--gold);color:var(--accent);font-weight:700;font-size:12px;border-radius:4px;padding:4px 10px;margin-bottom:12px}.sampler,.sampler-strip{display:grid;grid-template-columns:96px 1fr auto;gap:22px;align-items:center;background:var(--panel);border:1px solid var(--stone);border-radius:16px;padding:20px 26px}@media(max-width:1100px){.sampler,.sampler-strip{grid-template-columns:1fr}}.sampler img,.sampler-strip .sampler-media img,.sampler-strip>img{width:96px;height:96px;object-fit:contain}.sampler h2,.sampler-strip h2{font-size:19px;margin-bottom:4px}.sampler p,.sampler-strip p{font-size:13.5px;color:var(--soft);max-width:56ch}.denoms{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.denoms img{width:44px;height:44px}.denom-note{font-size:11.5px;color:var(--soft);margin-top:8px}.denom-rail{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}@media(max-width:860px){.denom-rail{grid-template-columns:repeat(3,1fr)}}.denom{background:var(--panel);border:1px solid var(--stone);border-radius:14px;padding:16px 10px 12px;text-align:center}.denom img{width:100%;max-width:110px;margin:0 auto 8px}.denom span{font-size:12.5px;font-weight:600;color:var(--gold-deep,#8F5C2E)}.download-strip{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:var(--dark);border-radius:16px;padding:26px 30px;color:var(--bg)}.download-strip h2{color:var(--bg);font-size:20px;margin-bottom:4px}.download-strip p{color:#f7f4efb8;font-size:13.5px;max-width:64ch}@media(max-width:760px){.download-strip{grid-template-columns:1fr}}.teaser{display:flex;justify-content:space-between;align-items:center;gap:18px;background:var(--panel);border:1px solid var(--stone);border-radius:16px;padding:18px 26px;flex-wrap:wrap}.teaser b{font-size:15px;color:var(--accent)}.teaser span{font-size:13px;color:var(--soft)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:860px){.review-grid{grid-template-columns:1fr}.review-grid .review-card:nth-child(3){display:none}}.review-card{background:var(--panel);border:1px solid var(--stone);border-radius:14px;padding:20px;display:flex;flex-direction:column}.review-card .review-text{flex:1}.review-stars{color:var(--gold-deep,#8F5C2E);letter-spacing:3px;font-size:12px;margin-bottom:8px}.review-text,.review-card p{font-size:13.5px;color:var(--ink)}.review-meta{font-size:12px;color:var(--soft);margin-top:10px}.review-meta b{color:var(--accent);display:block}.reviews-note{font-size:12.5px;color:var(--soft);margin-top:12px}.newsletter-band{background:color-mix(in srgb,var(--stone) 55%,var(--bg));color:var(--ink)}.newsletter-band h2{color:var(--accent);margin-bottom:6px}.newsletter-band p{font-size:14px;color:var(--soft);max-width:56ch}.newsletter-form{display:flex;gap:10px;max-width:520px;margin-top:18px;flex-wrap:wrap}.newsletter-form input{flex:1;min-width:220px;min-height:44px;padding:10px 16px;border:1px solid var(--stone);border-radius:999px;background:var(--panel);font-family:var(--font-body);font-size:14px;color:var(--ink)}.nl-success{color:var(--blue);font-size:13.5px;margin-top:10px;font-weight:600}.nl-error{color:var(--red);font-size:13.5px;margin-top:10px}.site-footer{background:var(--dark);color:var(--bg);padding:40px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:36px}@media(max-width:760px){.footer-grid{grid-template-columns:1fr}}.site-footer h4{color:var(--gold);font-size:11px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.site-footer a{display:block;color:#f7f4efbf;font-size:13px;padding:3px 0;text-decoration:none}.site-footer a:hover{color:var(--gold)}.footer-logo{width:200px;height:auto;margin-bottom:12px;display:block}.footer-about{font-size:13px;color:#f7f4efb3;max-width:40ch}.footer-contact{font-size:13px;color:#f7f4efbf;margin-top:10px}.footer-bottom{display:flex;justify-content:space-between;gap:12px;border-top:1px solid rgba(247,244,239,.15);margin-top:28px;padding-top:16px;font-size:11.5px;color:#f7f4ef8c;flex-wrap:wrap}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.product-card{background:var(--panel);border:1px solid var(--stone);border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #0f1b2d14}.product-card:hover{border-color:#0f1b2d4d}.product-card a{display:block;text-decoration:none}.card-media{aspect-ratio:1;background:var(--panel);padding:8%;position:relative}.card-media img{width:100%;height:100%;object-fit:contain}.card-badge{position:absolute;top:12px;left:12px;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;background:var(--accent);color:var(--bg);border-radius:4px;padding:3px 9px;font-weight:700}.card-badge.badge-sale{background:var(--red)}.card-info{padding:0 16px 16px}.card-title{font-size:14px;font-weight:500;color:var(--ink);line-height:1.45}.card-stock{font-size:11.5px;color:var(--soft);margin:3px 0}.card-price{font-size:15px;font-weight:600;color:var(--accent)}.card-price s{color:var(--soft);font-weight:400;font-size:12.5px}.swx-row,.pc-sw{display:flex;gap:8px;padding:8px 16px 16px}.swx,.sw{width:17px;height:17px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--stone);cursor:pointer;padding:0}.swx.active,.sw.on{box-shadow:0 0 0 2px var(--gold-deep,#8F5C2E)}.breadcrumbs{font-size:12.5px;color:var(--soft);padding:18px 0 0}.breadcrumbs a{color:var(--soft)}.breadcrumbs a:hover{color:var(--accent)}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(24px,4vw,56px);padding:24px 0 40px}@media(max-width:900px){.product-layout{grid-template-columns:1fr}}.product-gallery .gallery-main{border-radius:16px;border:1px solid var(--stone);overflow:hidden;background:var(--panel)}.gallery-main img{width:100%;aspect-ratio:1;object-fit:contain;padding:4%}.gallery-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.gallery-thumbs button{width:72px;height:72px;border-radius:10px;border:1px solid var(--stone);overflow:hidden;background:var(--panel);padding:4px;cursor:pointer}.gallery-thumbs button.active{border-color:var(--gold)}.gallery-thumbs img{width:100%;height:100%;object-fit:contain}.buy-column h1{font-family:var(--font-body);font-weight:600;font-size:clamp(21px,2.2vw,26px);line-height:1.3;color:var(--accent)}.price-row{display:flex;align-items:center;gap:12px;margin:10px 0 4px}.price-current{font-family:var(--font-body);font-size:23px;font-weight:600;color:var(--accent)}.price-compare{font-size:15px;color:var(--soft)}.price-compare s{color:inherit}.price-save{background:var(--red);color:#fff;border-radius:4px;font-size:11px;padding:3px 8px;font-weight:700}.stock-line{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:13.5px;font-weight:500;margin:8px 0}.stock-line:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--blue)}.stock-line.stock-out{color:var(--red)}.stock-line.stock-out:before{background:var(--red)}.product-intro{font-size:13px;color:var(--soft)}.benefit-list{list-style:none;margin:14px 0}.benefit-list li{display:flex;gap:10px;align-items:flex-start;font-size:14px;margin:7px 0;color:var(--ink)}.benefit-list svg{color:var(--gold-deep,#8F5C2E);width:16px;height:16px;flex:none;margin-top:2px}.variant-fieldset{border:none;margin:14px 0}.variant-fieldset legend{font-size:12.5px;font-weight:600;color:var(--soft);margin-bottom:8px}.variant-options{display:flex;gap:10px;flex-wrap:wrap}.variant-options label{border:1px solid var(--stone);border-radius:999px;font-size:13.5px;padding:8px 16px;cursor:pointer}.variant-options input{position:absolute;opacity:0}.variant-options label:has(input:checked){border-color:var(--accent);background:var(--accent);color:var(--bg);font-weight:600}.qty-row{display:flex;gap:12px;margin:16px 0 10px}.qty-stepper{display:flex;align-items:center;border:1px solid var(--stone);border-radius:999px;overflow:hidden;background:var(--panel)}.qty-stepper button{width:38px;height:44px;border:none;background:none;font-size:17px;cursor:pointer;color:var(--ink)}.qty-stepper input{width:44px;text-align:center;border:none;font-family:var(--font-body);font-size:14px;background:none}.secondary-cta{margin-top:10px}.freight-teaser{background:color-mix(in srgb,var(--stone) 45%,var(--bg));border:1px solid var(--stone);border-radius:12px;font-size:13px;padding:12px 16px;margin-top:14px;color:var(--soft)}.freight-teaser b{display:block;color:var(--accent);margin-bottom:2px}.mini-assure{display:flex;gap:18px;flex-wrap:wrap;margin-top:16px;font-size:12.5px;color:var(--soft)}.mini-assure span b{color:var(--gold-deep,#8F5C2E);margin-right:4px;font-weight:600}.feature-band{padding:clamp(30px,4vw,52px) 0}.feature-band:nth-of-type(2n){background:color-mix(in srgb,var(--stone) 38%,var(--bg))}.feature-inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,56px);align-items:center}.feature-inner.flip .feature-media{order:2}@media(max-width:820px){.feature-inner{grid-template-columns:1fr}.feature-inner.flip .feature-media{order:0}}.feature-media{border-radius:16px;overflow:hidden;border:1px solid var(--stone);max-height:420px}.feature-media img{width:100%;aspect-ratio:4/3;object-fit:cover;max-height:420px}.feature-copy h2{margin-bottom:10px}.feature-copy p{font-size:14.5px;color:var(--soft);max-width:52ch}.specs-band{background:color-mix(in srgb,var(--stone) 45%,var(--bg));padding:clamp(40px,5vw,64px) 0;border-top:1px solid rgba(43,47,51,.1);border-bottom:1px solid rgba(43,47,51,.1)}.specs-band h2{text-align:center;margin-bottom:22px}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 44px;max-width:900px;margin:0 auto}@media(max-width:700px){.specs-grid{grid-template-columns:1fr}}.spec-row{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid rgba(43,47,51,.12);font-size:13.5px}.spec-row span{color:var(--soft)}.spec-row b{font-weight:600;text-align:right;color:var(--ink)}.product-accordion-section{padding:clamp(40px,5vw,64px) 0}.product-accordion-section h2{text-align:center;margin-bottom:22px}.accordion{max-width:820px;margin:0 auto}.accordion details{border-bottom:1px solid var(--stone)}.accordion summary{display:flex;justify-content:space-between;align-items:center;padding:16px 4px;cursor:pointer;font-family:var(--font-body);font-size:15px;font-weight:600;color:var(--accent);list-style:none}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";font-size:19px;color:var(--gold-deep,#8F5C2E)}.accordion details[open] summary:after{transform:rotate(45deg)}.acc-body{padding:0 4px 18px;font-size:14px;color:var(--ink)}.acc-body ul{margin-left:18px}.freight-grid{width:100%;border-collapse:collapse;margin:6px 0}.freight-grid td{padding:8px 10px;border-bottom:1px solid var(--stone);font-size:13px}.freight-grid td:last-child{text-align:right;font-weight:600}.freight-note{font-size:12.5px;color:var(--soft);margin-top:8px}.rte a{color:var(--gold-deep,#8F5C2E)}.collection-head{padding:34px 0 6px}.collection-head p{color:var(--soft);font-size:14.5px;max-width:64ch;margin-top:8px}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding:14px 0 20px}.collection-toolbar select{border:1px solid var(--stone);border-radius:999px;padding:9px 14px;font-family:var(--font-body);font-size:13px;background:var(--panel);color:var(--ink)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1b2d73;z-index:200;opacity:0;pointer-events:none;transition:opacity .2s}.drawer-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);background:var(--bg);z-index:201;transform:translate(100%);transition:transform .25s;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--stone)}.drawer-close{background:none;border:none;font-size:24px;cursor:pointer;color:var(--soft);padding:4px 8px}.drawer-body{flex:1;overflow:auto;padding:10px 22px}.drawer-empty{padding:22px 0;color:var(--soft);font-size:14px}.drawer-empty b{display:block;color:var(--ink);margin-bottom:8px}.drawer-foot{border-top:1px solid var(--stone);padding:16px 22px}.drawer-subtotal{display:flex;justify-content:space-between;font-weight:600;margin-bottom:8px}.drawer-note{font-size:12px;color:var(--soft);margin-bottom:12px}.cart-line{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--stone)}.cart-line img{width:72px;height:72px;object-fit:contain;background:var(--panel);border:1px solid var(--stone);border-radius:10px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--accent);color:var(--bg);padding:12px 22px;border-radius:999px;font-size:13.5px;opacity:0;pointer-events:none;transition:all .25s;z-index:300}.toast.show{opacity:1;transform:translate(-50%)}.faq-list details{border-bottom:1px solid var(--stone)}.faq-list summary{padding:15px 4px;cursor:pointer;font-weight:600;font-size:14.5px;color:var(--accent);list-style:none;display:flex;justify-content:space-between}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--gold-deep,#8F5C2E)}.faq-a{padding:0 4px 16px;font-size:14px;color:var(--ink)}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1b2d73;z-index:500;display:none}.popup-overlay.open{display:block}.welcome-popup{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:501;background:var(--bg);border-radius:18px;max-width:420px;width:calc(100vw - 40px);padding:32px 30px 26px;display:none;box-shadow:0 24px 60px #0f1b2d59}.welcome-popup.open{display:block}.wp-close{position:absolute;top:10px;right:12px;background:none;border:none;font-size:23px;color:var(--soft);cursor:pointer;padding:6px}.welcome-popup h3{font-size:21px;margin:6px 0 8px}.welcome-popup p{font-size:13.5px;color:var(--soft)}.wp-small{font-size:11px;color:var(--soft);margin-top:10px}.wp-no{display:inline-block;margin-top:10px;font-size:12.5px;color:var(--soft);background:none;border:none;text-decoration:underline;cursor:pointer}.review-product{display:flex;align-items:center;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid var(--stone);text-decoration:none;font-size:12.5px;font-weight:600;color:var(--accent)}.review-product img{width:56px;height:56px;object-fit:contain;background:var(--panel);border:1px solid var(--stone);border-radius:10px}.review-product:hover span{color:var(--gold-deep,#8F5C2E);text-decoration:underline}.contact-head{max-width:60ch;margin-bottom:28px}.contact-head h1{font-family:var(--font-body);font-size:clamp(25px,2.8vw,34px);margin:4px 0 8px}.contact-head p{color:var(--soft);font-size:14.5px}.contact-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(20px,3vw,40px);align-items:start}@media(max-width:860px){.contact-grid{grid-template-columns:1fr}}.contact-panel{display:grid;gap:12px}.cp-row{display:block;background:var(--panel);border:1px solid var(--stone);border-radius:14px;padding:16px 20px;text-decoration:none}a.cp-row:hover{border-color:var(--gold-deep,#8F5C2E)}.cp-label{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--gold-deep,#8F5C2E);margin-bottom:3px}.cp-value{display:block;font-size:16.5px;font-weight:600;color:var(--accent)}.cp-hint{display:block;font-size:12.5px;color:var(--soft);margin-top:3px;line-height:1.55}.cp-hint a{color:var(--gold-deep,#8F5C2E)}.contact-formcard{background:var(--panel);border:1px solid var(--stone);border-radius:16px;padding:clamp(20px,3vw,30px)}.cf-field{margin-bottom:14px}.cf-field label{display:block;font-size:12.5px;font-weight:600;color:var(--accent);margin-bottom:6px}.cf-field input,.cf-field select,.cf-field textarea{width:100%;min-height:46px;padding:11px 16px;border:1px solid var(--stone);border-radius:12px;background:var(--bg);font-family:var(--font-body);font-size:14px;color:var(--ink)}.cf-field textarea{min-height:120px;resize:vertical}.cf-field input:focus,.cf-field select:focus,.cf-field textarea:focus{outline:none;border-color:var(--gold-deep,#8F5C2E);box-shadow:0 0 0 3px #8f5c2e26}.cf-success{color:var(--blue);font-weight:600;font-size:14px;margin-bottom:12px}.cf-micro{font-size:11.5px;color:var(--soft);margin-top:10px;text-align:center}.shopify-policy__container{max-width:760px!important;margin:0 auto;padding:clamp(28px,4vw,52px) clamp(18px,4vw,32px)}.shopify-policy__title h1{font-family:var(--font-body);font-size:clamp(25px,2.8vw,34px);font-weight:600;color:var(--accent);text-align:left;margin-bottom:6px}.shopify-policy__body{font-size:14.5px;line-height:1.75;color:var(--ink)}.shopify-policy__body h2{font-size:17px;margin:26px 0 8px;color:var(--accent)}.shopify-policy__body p{margin:10px 0}.shopify-policy__body ul{margin:10px 0 10px 20px}.shopify-policy__body li{margin:5px 0}.shopify-policy__body a{color:var(--gold-deep,#8F5C2E)}.shopify-policy__body strong{color:var(--accent)}
/*# sourceMappingURL=/cdn/shop/t/14/assets/base.css.map */
