:root {
  --ink:#10221e;
  --green:#12352d;
  --green-2:#1a4a3e;
  --gold:#b98a35;
  --gold-soft:#d5b36d;
  --ivory:#f5f0e7;
  --paper:#fffdf8;
  --muted:#786f65;
  --line:rgba(16,34,30,.14);
  --shadow:0 24px 70px rgba(14,39,32,.12);
  --radius:28px;
  --serif:"Noto Serif Thai",serif;
  --sans:"IBM Plex Sans Thai",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);overflow-x:hidden}
body.sheet-open,body.quick-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.noise{position:fixed;inset:0;pointer-events:none;z-index:99;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}
.section{padding:110px clamp(24px,5vw,82px)}
.eyebrow{margin:0 0 16px;text-transform:uppercase;letter-spacing:.17em;font-size:12px;font-weight:700;color:var(--gold)}
.eyebrow.light{color:var(--gold-soft)}
.section-index{display:block;font-family:var(--serif);font-size:14px;color:var(--gold);margin-bottom:24px}.section-index.light{color:var(--gold-soft)}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:52px}.section-head>div{max-width:720px}.section-head>p{max-width:430px;color:var(--muted);line-height:1.8;margin:0}.section-head.compact{align-items:end}
h1,h2,h3,p{overflow-wrap:anywhere}
h1,h2{font-family:var(--serif);font-weight:500;letter-spacing:-.035em;margin:0}
h1{font-size:clamp(54px,7vw,108px);line-height:1.02}
h2{font-size:clamp(42px,5vw,76px);line-height:1.08}
.site-header{position:fixed;z-index:60;top:18px;left:50%;transform:translateX(-50%);width:min(94%,1450px);height:78px;padding:10px 12px 10px 18px;display:flex;align-items:center;gap:28px;border:1px solid transparent;border-radius:22px;transition:.35s ease}
.site-header.scrolled{background:rgba(245,240,231,.88);backdrop-filter:blur(20px);border-color:rgba(18,53,45,.12);box-shadow:0 16px 50px rgba(14,39,32,.08)}
.brand{display:flex;align-items:center;gap:10px;margin-right:auto;font-family:var(--serif);font-size:20px;font-weight:600;white-space:nowrap}.brand img{width:48px;height:48px;object-fit:cover;border-radius:50%;background:#fff}.brand span{transform:translateY(1px)}
.nav{display:flex;gap:26px;font-size:14px}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:var(--gold);transition:.25s}.nav a:hover:after{right:0}
.header-actions{display:flex;gap:8px;align-items:center}.lang-switch,.cart-pill{border:1px solid var(--line);background:rgba(255,255,255,.45);height:44px;border-radius:15px;padding:0 14px}.lang-switch{display:flex;gap:5px;align-items:center}.cart-pill{display:flex;gap:10px;align-items:center;background:var(--green);color:#fff;border-color:var(--green)}.cart-pill b{display:grid;place-items:center;min-width:24px;height:24px;border-radius:50%;background:var(--gold);color:#fff;font-size:12px}
.hero{min-height:100svh;padding:130px clamp(24px,5vw,82px) 60px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:45px;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:44vw;height:44vw;border:1px solid rgba(185,138,53,.22);border-radius:46% 54% 58% 42%;left:-22vw;top:20%;transform:rotate(22deg)}
.hero-copy{position:relative;z-index:2;max-width:760px}.hero-lead{max-width:640px;font-size:18px;line-height:1.8;color:var(--muted);margin:30px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{border:0;border-radius:16px;min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green);color:#fff}.btn-ghost{border:1px solid rgba(18,53,45,.25);background:transparent}.btn-ghost-dark{border:1px solid var(--line);background:#fff;color:var(--ink)}.btn-gold{background:var(--gold);color:#fff}.hero-meta{display:flex;gap:36px;margin-top:50px;border-top:1px solid var(--line);padding-top:26px}.hero-meta span{display:flex;flex-direction:column}.hero-meta b{font-size:17px}.hero-meta small{color:var(--muted);margin-top:4px}
.hero-stage{height:min(78vh,850px);min-height:650px;position:relative}.logo-panel{position:absolute;inset:10% 18% 15% 13%;border-radius:46% 54% 48% 52%/40% 40% 60% 60%;background:rgba(255,253,248,.86);border:1px solid rgba(185,138,53,.25);box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:3;overflow:hidden}.logo-panel:after{content:"";position:absolute;inset:18px;border:1px solid rgba(18,53,45,.09);border-radius:inherit}.hero-logo{width:min(60%,430px);position:relative;z-index:2;filter:drop-shadow(0 15px 24px rgba(20,45,36,.12))}.logo-panel p{position:relative;z-index:2;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin:14px 0 0}.logo-halo{position:absolute;width:82%;aspect-ratio:1;border-radius:50%;border:1px solid rgba(185,138,53,.2);box-shadow:0 0 0 30px rgba(185,138,53,.04),0 0 0 80px rgba(18,53,45,.025)}
.hero-product{position:absolute;margin:0;z-index:4;background:#fff;padding:9px;border-radius:20px;box-shadow:0 25px 50px rgba(11,36,28,.15);overflow:hidden}.hero-product img{width:100%;height:100%;object-fit:cover;border-radius:14px}.hero-product figcaption{position:absolute;left:16px;bottom:15px;right:16px;background:rgba(255,253,248,.88);backdrop-filter:blur(10px);padding:10px 12px;border-radius:12px;font-size:11px;display:flex;justify-content:space-between;gap:8px}.hero-product-a{width:31%;height:42%;right:0;top:6%;transform:rotate(4deg)}.hero-product-b{width:29%;height:38%;left:0;bottom:0;transform:rotate(-5deg)}.thai-line{position:absolute;border:1px solid rgba(185,138,53,.25);border-radius:50%;z-index:1}.thai-line-one{width:90%;height:62%;right:-28%;top:18%;transform:rotate(-18deg)}.thai-line-two{width:70%;height:50%;left:-22%;bottom:8%;transform:rotate(23deg)}
.spotlight{background:var(--paper)}.spotlight-grid{display:grid;grid-template-columns:1.25fr .8fr .8fr;grid-template-rows:360px 290px;gap:18px}.spot-card{position:relative;overflow:hidden;border-radius:26px;background:#eee}.spot-card:first-child{grid-row:1/3}.spot-card:nth-child(4){grid-column:2/4}.spot-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.spot-card:hover img{transform:scale(1.035)}.spot-card .spot-overlay{position:absolute;inset:auto 14px 14px;background:rgba(255,253,248,.9);backdrop-filter:blur(14px);border-radius:16px;padding:14px 16px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.spot-overlay h3{font-family:var(--serif);font-size:18px;margin:0;line-height:1.25}.spot-overlay span{white-space:nowrap;font-weight:700;color:var(--green)}
.editorial-band{display:grid;grid-template-columns:320px minmax(0,1fr);gap:60px;background:linear-gradient(135deg,#e8e0d1 0%,#f7f2e9 68%)}.band-intro{position:sticky;top:120px;align-self:start}.band-intro p:not(.eyebrow){color:var(--muted);line-height:1.8}.band-intro h2{font-size:clamp(42px,4vw,65px)}.horizontal-track{display:grid;grid-template-columns:repeat(4,minmax(210px,1fr));gap:16px}.track-card{background:rgba(255,255,255,.62);border:1px solid rgba(18,53,45,.08);padding:10px;border-radius:22px;transition:.3s}.track-card:nth-child(3n+1){transform:translateY(34px)}.track-card:nth-child(4n){transform:translateY(-18px)}.track-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.track-media{aspect-ratio:4/5;border-radius:15px;overflow:hidden;background:#e9e5dd}.track-media img{width:100%;height:100%;object-fit:cover}.track-info{padding:14px 8px 8px}.track-info h3{font-size:15px;margin:0 0 8px;line-height:1.45}.track-info strong{color:var(--green)}
.cool-edit{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:70px;background:var(--green);color:#fff;align-items:center}.cool-visual{min-height:760px;position:relative}.cool-feature{position:absolute;overflow:hidden;border-radius:32px}.cool-feature img{width:100%;height:100%;object-fit:cover}.cool-feature.main{inset:3% 23% 8% 0}.cool-feature.side{width:43%;height:42%;right:0;top:0;border:10px solid var(--green)}.cool-feature.micro{width:35%;height:34%;right:5%;bottom:2%;border:10px solid var(--green)}.cool-copy{max-width:580px}.cool-copy h2{margin-bottom:24px}.cool-copy>p:not(.eyebrow){color:rgba(255,255,255,.68);line-height:1.85}.mini-product-list{margin-top:34px;border-top:1px solid rgba(255,255,255,.16)}.mini-item{display:grid;grid-template-columns:54px 1fr auto;gap:14px;align-items:center;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.13)}.mini-item img{width:54px;height:62px;object-fit:cover;border-radius:10px}.mini-item h3{font-size:14px;margin:0}.mini-item p{font-size:11px;color:rgba(255,255,255,.56);margin:2px 0 0}.mini-item strong{font-size:14px;color:var(--gold-soft)}
.bottoms-edit{background:#f1eadf}.masonry-products{columns:4 240px;column-gap:18px}.masonry-card{break-inside:avoid;margin:0 0 18px;background:#fff;border-radius:24px;overflow:hidden;position:relative}.masonry-card:nth-child(3n) .masonry-media{aspect-ratio:1/1}.masonry-card:nth-child(4n) .masonry-media{aspect-ratio:3/4}.masonry-media{aspect-ratio:4/5;overflow:hidden}.masonry-media img{width:100%;height:100%;object-fit:cover}.masonry-info{padding:16px}.masonry-info h3{font-size:15px;line-height:1.45;margin:0 0 7px}.masonry-info p{display:flex;justify-content:space-between;margin:0;color:var(--muted);font-size:13px}.text-link{border:0;background:none;padding:0;color:var(--green);font-weight:600}
.street-edit{background:#171c1a;color:#fff;display:grid;grid-template-columns:330px minmax(0,1fr);gap:58px}.street-heading{position:sticky;top:120px;align-self:start}.street-heading p:not(.eyebrow){color:rgba(255,255,255,.58);line-height:1.8}.street-heading h2{font-size:clamp(42px,4vw,66px)}.archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.archive-card{position:relative;aspect-ratio:1/1.12;overflow:hidden;border-radius:20px;background:#282d2b}.archive-card:nth-child(1),.archive-card:nth-child(6){grid-column:span 2;aspect-ratio:2.06/1}.archive-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.85);transition:.4s}.archive-card:hover img{filter:saturate(1.05);transform:scale(1.03)}.archive-card span{position:absolute;left:12px;bottom:12px;background:rgba(17,22,20,.72);backdrop-filter:blur(8px);padding:7px 10px;border-radius:10px;font-size:11px}
.wholesale{background:#0f2f28;color:#fff}.wholesale-top{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.wholesale-copy{max-width:620px}.wholesale-copy h2{margin-bottom:26px}.wholesale-copy>p:not(.eyebrow){color:rgba(255,255,255,.64);line-height:1.85;margin-bottom:30px}.wholesale-product-feature{height:570px;position:relative}.wholesale-feature-card{height:100%;border-radius:34px;overflow:hidden;position:relative}.wholesale-feature-card img{width:100%;height:100%;object-fit:cover}.wholesale-feature-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 50%,rgba(5,18,15,.7))}.wholesale-feature-card .feature-label{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;display:flex;justify-content:space-between;align-items:end;gap:20px}.feature-label h3{font-family:var(--serif);font-size:27px;margin:0}.feature-label strong{font-size:20px;color:var(--gold-soft)}.wholesale-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;margin-top:28px}.wholesale-tile{aspect-ratio:1/1.15;border-radius:18px;overflow:hidden;position:relative;background:#183c34}.wholesale-tile img{width:100%;height:100%;object-fit:cover}.wholesale-tile span{position:absolute;bottom:8px;left:8px;right:8px;background:rgba(11,35,29,.76);padding:6px 8px;border-radius:8px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.catalog{background:var(--paper)}.catalog-head{align-items:center}.catalog-head>div>p:last-child{color:var(--muted);max-width:660px;line-height:1.7}.search-box{min-width:270px;border:1px solid var(--line);height:54px;border-radius:18px;display:flex;align-items:center;gap:10px;padding:0 16px;background:#fff}.search-box input{border:0;outline:0;width:100%;background:none}.filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}.filter{border:1px solid var(--line);background:transparent;padding:10px 14px;border-radius:13px}.filter.active{background:var(--green);border-color:var(--green);color:#fff}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{background:#f8f5ef;border-radius:24px;padding:9px;position:relative;transition:.3s}.product-card:nth-child(8n+1),.product-card:nth-child(8n+6){grid-column:span 2}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(18,53,45,.09)}.product-media{aspect-ratio:4/5;border-radius:17px;overflow:hidden;background:#eae5dc;position:relative}.product-card:nth-child(8n+1) .product-media,.product-card:nth-child(8n+6) .product-media{aspect-ratio:2/1.22}.product-media img{width:100%;height:100%;object-fit:cover;transition:.45s}.product-card:hover .product-media img{transform:scale(1.03)}.product-badge{position:absolute;top:10px;left:10px;background:rgba(255,253,248,.88);backdrop-filter:blur(8px);border-radius:10px;padding:6px 8px;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.product-info{padding:14px 7px 7px}.product-info h3{font-size:15px;line-height:1.45;margin:0 0 5px;min-height:44px}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-meta strong{font-size:16px}.product-actions{display:flex;gap:7px;margin-top:12px}.product-actions button{min-height:40px;border-radius:12px;border:1px solid var(--line);padding:0 11px}.quick-button{background:transparent;flex:0 0 40px}.add-button{background:var(--green);color:#fff;border-color:var(--green)!important;flex:1}.inquiry-button{background:var(--gold);color:#fff;border-color:var(--gold)!important;flex:1}.catalog-actions{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:40px}.catalog-actions p{color:var(--muted)}
.contact-composition{background:#10231f;color:#fff;padding-bottom:70px}.contact-brand{display:grid;grid-template-columns:250px 1fr;gap:50px;align-items:center;margin-bottom:50px}.contact-brand img{width:250px;background:#fff;border-radius:40% 40% 48% 48%;padding:10px}.contact-brand h2{max-width:820px}.contact-grid{display:grid;grid-template-columns:.9fr .7fr 1.4fr;gap:14px}.contact-card{min-height:380px;border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:26px;background:rgba(255,255,255,.045);position:relative;overflow:hidden}.contact-card>span:first-child{color:var(--gold-soft);font-family:var(--serif)}.contact-main{display:flex;flex-direction:column}.contact-main h3{font-family:var(--serif);font-size:28px;margin:55px 0 18px}.contact-main p{color:rgba(255,255,255,.58);line-height:1.7}.contact-main a{margin-top:5px}.contact-main small{margin-top:auto;color:rgba(255,255,255,.5)}.contact-messenger{background:var(--gold);color:#fff;display:flex;flex-direction:column}.contact-messenger p{line-height:1.7;color:rgba(255,255,255,.75)}.contact-messenger .btn{margin-top:auto;background:#fff;color:var(--green)}.messenger-symbol{font-size:85px;line-height:1;margin:36px 0 0}.contact-map{padding:0}.contact-map>span{position:absolute;z-index:2;left:24px;top:24px;background:rgba(16,35,31,.75);padding:8px 10px;border-radius:10px}.contact-map iframe{border:0;width:100%;height:100%;filter:saturate(.7) contrast(.95)}.map-label{position:absolute;left:20px;right:20px;bottom:20px;background:rgba(16,35,31,.82);backdrop-filter:blur(12px);padding:14px 16px;border-radius:16px;display:flex;justify-content:space-between}.map-label small{color:rgba(255,255,255,.6)}
.footer{background:#10231f;color:rgba(255,255,255,.52);padding:24px clamp(24px,5vw,82px) 40px;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);font-size:12px}
.floating-cart{position:fixed;left:50%;bottom:22px;transform:translate(-50%,130%);z-index:70;min-width:330px;height:62px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:#0f2f28;color:#fff;padding:0 16px 0 20px;display:grid;grid-template-columns:1fr auto 34px;align-items:center;gap:16px;box-shadow:0 18px 55px rgba(11,35,29,.28);transition:.35s}.floating-cart.visible{transform:translate(-50%,0)}.floating-cart strong{color:var(--gold-soft)}.floating-arrow{display:grid;place-items:center;width:32px;height:32px;border-radius:11px;background:rgba(255,255,255,.1)}
.sheet-backdrop,.quick-backdrop{position:fixed;inset:0;background:rgba(6,15,12,.48);backdrop-filter:blur(5px);z-index:79}.cart-sheet{position:fixed;z-index:80;left:50%;bottom:0;width:min(100%,920px);max-height:88vh;transform:translate(-50%,105%);background:var(--paper);border-radius:34px 34px 0 0;box-shadow:0 -30px 90px rgba(0,0,0,.25);transition:.42s cubic-bezier(.22,.8,.2,1);display:flex;flex-direction:column}.cart-sheet.open{transform:translate(-50%,0)}.sheet-handle{width:52px;height:5px;border-radius:999px;background:#d6cec1;margin:12px auto 0}.cart-head{padding:20px 30px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.cart-head h2{font-size:36px}.icon-button{width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:transparent;font-size:25px}.cart-body{overflow:auto;padding:8px 30px;min-height:190px}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:15px;padding:15px 0;border-bottom:1px solid var(--line);align-items:center}.cart-item img{width:80px;height:88px;object-fit:cover;border-radius:14px}.cart-item h3{font-size:15px;margin:0 0 4px}.cart-item p{font-size:12px;color:var(--muted);margin:0}.qty{display:flex;align-items:center;gap:8px;margin-top:10px}.qty button{width:28px;height:28px;border:1px solid var(--line);background:#fff;border-radius:9px}.cart-item-side{text-align:right}.cart-item-side strong{display:block}.remove{border:0;background:none;color:#9d564c;font-size:11px;margin-top:12px}.cart-empty{text-align:center;padding:46px 15px}.cart-empty span{font-size:42px;color:var(--gold)}.cart-empty h3{font-family:var(--serif);font-size:24px;margin:10px 0}.cart-empty p{color:var(--muted)}.cart-footer{padding:20px 30px 26px;border-top:1px solid var(--line);background:#faf7f1}.cart-total-row{display:flex;justify-content:space-between;align-items:center;font-size:17px}.cart-total-row strong{font-family:var(--serif);font-size:28px}.cart-note{font-size:11px;color:var(--muted);margin:6px 0 15px}.cart-footer-actions{display:grid;grid-template-columns:.35fr 1fr;gap:10px}.copy-order{width:100%;border:0;background:none;margin-top:10px;text-decoration:underline;color:var(--green)}
.quick-view{position:fixed;z-index:82;right:0;top:0;height:100%;width:min(92vw,630px);transform:translateX(105%);background:var(--paper);box-shadow:-30px 0 90px rgba(0,0,0,.2);transition:.4s cubic-bezier(.22,.8,.2,1);overflow:auto}.quick-view.open{transform:translateX(0)}.quick-close{position:absolute;z-index:3;right:16px;top:16px;background:rgba(255,255,255,.86)}.quick-media{height:58vh;background:#eee}.quick-media img{width:100%;height:100%;object-fit:cover}.quick-info{padding:28px 30px 42px}.quick-info .quick-category{font-size:11px;color:var(--gold);letter-spacing:.12em;text-transform:uppercase}.quick-info h2{font-size:38px;margin:8px 0 12px}.quick-info .quick-desc{color:var(--muted);line-height:1.85}.quick-price{font-size:24px;display:block;margin:22px 0}.quick-actions{display:flex;gap:10px}.quick-actions .btn{flex:1}
.toast{position:fixed;z-index:100;top:104px;left:50%;transform:translate(-50%,-20px);background:#10231f;color:#fff;padding:11px 16px;border-radius:13px;opacity:0;pointer-events:none;transition:.25s;box-shadow:0 15px 40px rgba(0,0,0,.18)}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1100px){.nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:140px}.hero-stage{height:720px}.editorial-band,.street-edit{grid-template-columns:1fr}.band-intro,.street-heading{position:static}.horizontal-track{grid-template-columns:repeat(4,220px);overflow-x:auto;padding:30px 0 45px}.cool-edit{grid-template-columns:1fr}.cool-visual{min-height:650px}.archive-grid{grid-template-columns:repeat(4,1fr)}.wholesale-top{grid-template-columns:1fr}.wholesale-strip{grid-template-columns:repeat(4,1fr)}.catalog-grid{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:1fr 1fr}.contact-map{grid-column:1/3;height:430px}}
@media(max-width:760px){.section{padding:80px 18px}.site-header{top:10px;width:calc(100% - 20px);height:68px;padding:8px 9px 8px 12px}.brand img{width:42px;height:42px}.brand span{display:none}.cart-pill{padding:0 11px}.cart-pill>span{display:none}.hero{padding:112px 18px 45px}.hero-lead{font-size:16px}.hero-meta{gap:17px;overflow-x:auto}.hero-meta span{min-width:130px}.hero-stage{height:560px;min-height:0}.logo-panel{inset:10% 12% 13% 12%}.hero-logo{width:67%}.logo-panel p{font-size:8px}.hero-product-a{width:34%;height:35%;top:0}.hero-product-b{width:34%;height:31%}.section-head{display:block}.section-head>p{margin-top:20px}.spotlight-grid{grid-template-columns:1fr 1fr;grid-template-rows:330px 240px 240px}.spot-card:first-child{grid-column:1/3;grid-row:auto}.spot-card:nth-child(4){grid-column:auto}.editorial-band{gap:25px}.cool-edit{gap:35px}.cool-visual{min-height:490px}.cool-feature.main{inset:4% 14% 5% 0}.cool-feature.side{width:40%;height:35%}.cool-feature.micro{width:37%;height:30%}.archive-grid{grid-template-columns:1fr 1fr}.archive-card:nth-child(1),.archive-card:nth-child(6){grid-column:span 2}.wholesale-product-feature{height:430px}.wholesale-strip{display:flex;overflow-x:auto}.wholesale-tile{min-width:150px}.catalog-head{display:block}.search-box{margin-top:25px;min-width:0;width:100%}.catalog-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card:nth-child(8n+1),.product-card:nth-child(8n+6){grid-column:auto}.product-card:nth-child(8n+1) .product-media,.product-card:nth-child(8n+6) .product-media{aspect-ratio:4/5}.product-info h3{font-size:13px;min-height:39px}.product-actions{gap:5px}.product-actions button{padding:0 8px}.contact-brand{grid-template-columns:100px 1fr;gap:20px}.contact-brand img{width:100px;border-radius:28px}.contact-grid{grid-template-columns:1fr}.contact-map{grid-column:auto;height:360px}.footer{display:block}.footer span{display:block;margin-top:5px}.floating-cart{width:calc(100% - 28px);min-width:0}.cart-sheet{max-height:92vh}.cart-head,.cart-body,.cart-footer{padding-left:18px;padding-right:18px}.cart-item{grid-template-columns:66px 1fr}.cart-item img{width:66px;height:74px}.cart-item-side{grid-column:2;text-align:left;display:flex;justify-content:space-between}.cart-footer-actions{grid-template-columns:1fr}.quick-media{height:48vh}.quick-info{padding:24px 20px}.quick-info h2{font-size:31px}}
@media(max-width:430px){h1{font-size:50px}.spotlight-grid{display:flex;overflow-x:auto}.spot-card{min-width:78vw;height:370px}.catalog-grid{grid-template-columns:1fr 1fr}.product-meta{display:block}.product-meta strong{display:block;margin-top:4px}.quick-button{display:none}.product-actions .add-button,.product-actions .inquiry-button{font-size:12px}.contact-brand h2{font-size:34px}}
