@font-face{font-family:Unbounded;src:url('fonts/unbounded-500.ttf') format('truetype');font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:ChakraPetch;src:url('fonts/chakra-petch-600-italic.ttf') format('truetype');font-style:italic;font-weight:600;font-display:swap}
@font-face{font-family:ZenAntiqueSoft;src:url('fonts/zen-antique-soft-regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap;unicode-range:U+2E80-2EFF,U+3000-303F,U+31C0-31EF,U+3400-4DBF,U+4E00-9FFF,U+F900-FAFF,U+FE10-FE1F,U+FE30-FE4F,U+FF00-FFEF}
@font-face{font-family:Sora;src:url('fonts/sora-400.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Sora;src:url('fonts/sora-800.ttf') format('truetype');font-weight:800;font-display:swap}
@font-face{font-family:Manrope;src:url('fonts/manrope-400.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Manrope;src:url('fonts/manrope-800.ttf') format('truetype');font-weight:800;font-display:swap}
@font-face{font-family:RajdhaniPrice;src:url('fonts/price-options/rajdhani-600.ttf') format('truetype');font-style:normal;font-weight:600;font-display:swap}

:root{
  --ink:#1a1a1a;
  --graphite:#2b2b2b;
  --muted:#666;
  --line:#d4d4d4;
  --soft-line:#e6e6e6;
  --white:#fff;
  --paper:#fafafa;
  --mist:#f3f3f3;
  --grey:#e9e9e9;
  --brand-trail-green:#234d36;
  --brand-trail-green-dark:#163d2b;
  --accent:var(--brand-trail-green);
  --accent-dark:var(--brand-trail-green-dark);
  --price-color:var(--brand-trail-green);
  --accent-soft:#eaf1eb;
  --radius-frame:18px;
  --radius-card:14px;
  --radius-button:999px;
	--wash:var(--mist);
	--signal:var(--accent);
	--tide:var(--brand-trail-green);
	--max:1440px;
	--pad:clamp(20px,4vw,64px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;-webkit-font-smoothing:antialiased}
button,input,select,textarea{font:inherit}
img{display:block;width:100%;max-width:100%}
a{color:inherit;text-decoration:none}
button{color:inherit;cursor:pointer}
h1,h2,h3,p,figure{margin-top:0}
h1,h2{font-family:Unbounded,ZenAntiqueSoft,Sora,Manrope,"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;font-weight:500;letter-spacing:-.035em;text-wrap:balance}
h3{font-family:ChakraPetch,"Noto Sans TC","PingFang TC","Microsoft JhengHei",Sora,Manrope,sans-serif;font-style:italic;font-weight:600;letter-spacing:-.02em;text-wrap:balance}
section[id],a[id]{scroll-margin-top:88px}
::selection{background:var(--accent);color:var(--ink)}
html{scrollbar-color:var(--accent-dark) var(--mist);scrollbar-width:thin}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:var(--mist)}
::-webkit-scrollbar-thumb{background:var(--accent-dark);border:2px solid var(--mist);border-radius:999px}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.skip-link{position:fixed;left:18px;top:-70px;z-index:1000;padding:11px 16px;background:var(--accent);color:var(--ink);font-weight:800}
.skip-link:focus{top:18px}

.announcement{height:30px;padding:0;display:flex;align-items:center;background:var(--accent);color:var(--ink);font-size:10px;font-weight:800;letter-spacing:.05em;overflow:hidden}
.announcement-ticker{width:100%;min-width:0;overflow:hidden;white-space:nowrap}
.announcement-ticker-track{width:max-content;display:flex;align-items:center;font-weight:700;color:inherit;animation:announcement-scroll 28s linear infinite;will-change:transform}
.announcement-ticker-group{display:flex;flex:none;align-items:center;gap:clamp(64px,8vw,132px);padding-right:clamp(64px,8vw,132px)}
.announcement-ticker-group span{display:block}
@keyframes announcement-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.site-header{height:76px;padding:0 clamp(24px,4vw,72px);display:grid;grid-template-columns:220px 1fr auto;align-items:center;position:sticky;top:0;z-index:50;background:rgba(250,250,250,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}
.logo img{width:184px;height:auto}
.logo .brand-name-fallback{display:block;color:var(--ink);font-size:clamp(19px,2vw,27px);font-weight:800;letter-spacing:.04em;line-height:1}
.main-nav{display:flex;align-items:center;justify-content:center}
.main-nav a,.header-actions button,.menu-toggle,.nav-submenu-toggle{font-family:Sora,sans-serif;font-size:12px;font-weight:800}
.nav-item-row{display:flex;align-items:center;justify-content:space-between;gap:2px}
.nav-item-row>a{position:relative;padding:30px 0 28px;transition:color .22s ease}
.nav-item-row>a:after{content:"";position:absolute;left:0;right:100%;bottom:21px;height:2px;border-radius:999px;background:var(--accent);transition:right .22s ease}
.nav-item-row>a:hover,.nav-item-row>a:focus-visible,.nav-item-row>a[aria-current="page"],.nav-item-row>a.is-active{color:var(--accent-dark)}
.nav-item-row>a:hover:after,.nav-item-row>a:focus-visible:after,.nav-item-row>a[aria-current="page"]:after,.nav-item-row>a.is-active:after{right:0}
.nav-submenu-toggle{width:28px;height:28px;min-height:28px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--muted)}
.nav-submenu-toggle:hover,.nav-submenu-toggle:focus-visible{background:var(--accent-soft);color:var(--accent-dark)}
.nav-submenu-toggle svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}
.menu-item-has-mega.is-expanded .nav-submenu-toggle svg{transform:rotate(180deg)}
.nav-mega{display:none;position:absolute;left:50%;right:auto;top:100%;z-index:70;width:min(1080px,calc(100vw - 48px));padding:24px;grid-template-columns:minmax(210px,1.15fr) repeat(3,minmax(145px,1fr));gap:22px;transform:translateX(-50%);border:1px solid var(--line);border-top:2px solid var(--accent);border-radius:0 0 var(--radius-frame) var(--radius-frame);background:rgba(250,250,250,.99);box-shadow:0 24px 55px rgba(0,0,0,.12);backdrop-filter:blur(16px)}
.menu-item-has-mega.is-expanded .nav-mega{display:grid}
.nav-mega-intro{padding:2px 22px 2px 2px;border-right:1px solid var(--line)}
.nav-mega-intro>p,.nav-mega-group>p{margin:0 0 14px;color:var(--accent-dark);font-family:Sora,sans-serif;font-size:9px;font-weight:800;letter-spacing:.1em}
.nav-mega-intro h2{margin:0 0 12px;font-size:25px;line-height:1.12;letter-spacing:-.04em}
.nav-mega-intro>span{display:block;max-width:270px;color:var(--muted);font-size:12px;line-height:1.6}
.nav-mega-intro>a{width:max-content;margin-top:24px;padding:0 0 4px;border-bottom:1px solid currentColor;color:var(--ink);font-size:10px}
.nav-mega-intro>a:hover{color:var(--accent-dark)}
.nav-mega-intro b{color:var(--accent-dark)}
.nav-mega-group ul{margin:0;padding:0;display:grid;gap:3px;list-style:none}
.nav-mega-group li{display:block}
.nav-mega-group a{padding:7px 8px;display:block;border-radius:8px;color:#3f4341;font-size:11px;line-height:1.35;transition:background .18s ease,color .18s ease}
.nav-mega-group a:hover,.nav-mega-group a:focus-visible,.nav-mega-group a[aria-current="page"]{background:var(--accent-soft);color:var(--accent-dark)}
.shoe-type-icon{width:26px;height:22px;display:inline-grid;flex:0 0 26px;place-items:center;color:#747b78;transition:color .18s ease,transform .18s ease}
.shoe-type-icon svg{width:100%;height:100%;display:block;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.term-link-label{min-width:0}
.nav-mega-group a.has-shoe-type-icon{min-height:38px;padding:6px 8px;display:flex;align-items:center;gap:10px}
.nav-mega-group a.has-shoe-type-icon:hover .shoe-type-icon,.nav-mega-group a.has-shoe-type-icon:focus-visible .shoe-type-icon,.nav-mega-group a.has-shoe-type-icon[aria-current="page"] .shoe-type-icon{color:var(--accent-dark);transform:translateX(1px)}
.header-actions{display:flex;align-items:center;gap:6px}
.header-actions button,.menu-toggle{border:0;background:transparent;padding:10px 0}
.header-icon-button{position:relative;width:44px;height:44px;min-height:44px;padding:0!important;display:grid;place-items:center;border-radius:var(--radius-button);transition:background .2s ease,transform .2s ease}
.header-icon-button:hover{background:var(--mist)}
.account-control{border:1px solid var(--line);border-radius:50%}
.account-control:hover{border-color:#aeb3b1}
.cart-control:hover{color:var(--accent-dark)}
.header-icon-button svg,.dock-profile svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.header-account-avatar,.dock-account-avatar{display:block;border-radius:50%;background:var(--mist);object-fit:cover;object-position:center}
.header-account-avatar{width:40px;height:40px;border:0}
.dock-account-avatar{width:28px;height:28px;border:1px solid var(--line)}
.account-badge{position:absolute;top:0;right:-1px;width:18px;height:18px;display:grid;place-items:center;border:2px solid var(--paper);border-radius:var(--radius-button);background:var(--accent);color:var(--ink);font-family:Sora,sans-serif;font-size:8px;font-weight:800;line-height:1}
.menu-toggle{display:none}

.hero{min-height:690px;display:grid;grid-template-columns:44% 56%;background:var(--grey);border-bottom:1px solid var(--line)}
.hero-copy{padding:clamp(62px,7vw,118px) clamp(34px,6vw,104px);display:flex;flex-direction:column;justify-content:center}
.hero h1{max-width:680px;margin:24px 0 0;font-size:clamp(48px,5vw,84px);line-height:1.01;letter-spacing:-.04em}
.hero-copy>p{max-width:500px;margin:28px 0 0;color:#474c4a;font-size:16px;line-height:1.7}
.hero-actions{margin-top:34px;display:flex;flex-wrap:wrap;gap:12px}
.button{min-height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ink);font-family:Sora,sans-serif;font-size:10px;font-weight:800;white-space:nowrap;transition:background .2s,color .2s,border-color .2s}
.button-accent{background:var(--accent);border-color:var(--accent);color:var(--ink)}
.button-accent:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff}
.button-quiet{background:transparent;color:var(--ink)}
.button-quiet:hover{border-color:var(--accent-dark);background:var(--accent-soft);color:var(--accent-dark)}
.hero-points{margin-top:clamp(42px,7vh,72px);padding-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;border-top:1px solid #adb2af;color:#5b605e;font-size:10px}
.hero-media{margin:0;position:relative;min-height:690px;overflow:hidden;background:#e8eae7}
.hero-media img{height:100%;object-fit:cover;object-position:center 50%;filter:saturate(.72) contrast(1.02)}
.hero-media figcaption{position:absolute;right:18px;bottom:18px;padding:9px 11px;background:rgba(255,255,252,.92);font-family:Sora,sans-serif;font-size:8px;font-weight:800;letter-spacing:.06em}

.hero-carousel{padding:0;background:var(--grey)}
.carousel-shell{position:relative;isolation:isolate;width:100%;height:clamp(520px,46vw,680px);overflow:hidden;background:#d8dcde;border-radius:0}
.hero-slide{position:absolute;inset:0;overflow:hidden;border-radius:inherit;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .65s cubic-bezier(.16,1,.3,1),visibility .65s}
.hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto}
.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit;filter:saturate(.78) contrast(1.03);transform:scale(1.015);transition:transform 6s cubic-bezier(.16,1,.3,1)}
.hero-slide.is-active img{transform:scale(1)}
.hero-slide:nth-child(1) img{object-position:center 72%}
.hero-slide:nth-child(2) img{object-position:center 52%}
.hero-slide:nth-child(3) img{object-position:center 56%}
.hero-slide:nth-child(4) img{object-position:center 52%}
.slide-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,20,22,.82) 0%,rgba(18,20,22,.58) 35%,rgba(18,20,22,.14) 67%,rgba(18,20,22,.02) 100%)}
.slide-copy{position:absolute;left:clamp(30px,5vw,78px);bottom:clamp(72px,7vw,108px);z-index:2;width:min(590px,48vw);color:#fff}
.slide-copy>p{margin:0;font-family:Sora,sans-serif;font-size:10px;font-weight:800;letter-spacing:.12em}
.slide-copy h1,.slide-copy h2{max-width:590px;margin:0 0 20px;color:#fff;font-size:clamp(46px,5vw,76px);line-height:1.01;letter-spacing:-.035em}
.slide-copy>span{display:block;max-width:520px;color:rgba(255,255,255,.88);font-size:15px;line-height:1.6}
.slide-copy .button{margin-top:28px}
.button-light{border-color:var(--accent);background:var(--accent);color:var(--ink)}
.button-light:hover,.button-light:focus-visible{border-color:#fff;background:#fff;color:var(--ink)}
.carousel-arrow{width:44px;height:44px;min-height:44px;display:grid;flex:0 0 44px;place-items:center;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(18,20,22,.5);color:#fff;backdrop-filter:blur(8px);transition:background .2s,border-color .2s,transform .2s}
.carousel-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.carousel-arrow:hover{border-color:var(--accent);background:var(--accent);color:var(--ink)}
.carousel-arrow:active{transform:scale(.96)}
.carousel-status{position:absolute;left:50%;bottom:24px;z-index:4;display:flex;align-items:center;gap:14px;transform:translateX(-50%);color:#fff}
.carousel-dots{display:flex;align-items:center;gap:2px}
.carousel-dots button{width:44px;height:44px;min-height:44px;padding:0;position:relative;border:0;border-radius:var(--radius-button);background:transparent}
.carousel-dots button::after{content:"";position:absolute;left:7px;right:7px;top:50%;height:3px;transform:translateY(-50%);border-radius:999px;background:rgba(255,255,255,.5);transition:background .25s,left .25s,right .25s}
.carousel-dots button.is-active::after{left:3px;right:3px;background:var(--accent)}
.carousel-count{font-family:Sora,sans-serif;font-size:10px;font-weight:800;letter-spacing:.06em}
.carousel-toggle{position:absolute;right:24px;top:24px;z-index:4;width:44px;height:44px;min-height:44px;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(18,20,22,.5);color:#fff;backdrop-filter:blur(8px);transition:background .2s,border-color .2s,transform .2s}
.carousel-toggle:hover{border-color:var(--accent);background:var(--accent);color:var(--ink)}
.carousel-toggle svg{grid-area:1/1;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.carousel-toggle-play{display:none}
.carousel-toggle.is-paused .carousel-toggle-pause{display:none}
.carousel-toggle.is-paused .carousel-toggle-play{display:block}

.quick-nav{display:grid;grid-template-columns:repeat(4,1fr);background:var(--white);border-bottom:1px solid var(--line)}
.quick-nav a{min-height:82px;padding:20px clamp(18px,3vw,48px);display:flex;align-items:center;justify-content:space-between;gap:18px;border-right:1px solid var(--line);font-family:Sora,sans-serif;font-size:12px;font-weight:800;transition:background .2s,transform .2s}
.quick-nav a:last-child{border-right:0}
.quick-nav b,.need-card span,.outdoor-links span,.browse-links b,.brands-section .brand-arrow{color:var(--accent-dark);font-size:10px}
.quick-nav a:hover{background:var(--mist)}

.section-shell{padding:clamp(82px,7vw,124px) clamp(24px,4vw,72px)}
.section-heading{margin-bottom:50px;display:grid;grid-template-columns:1fr minmax(260px,420px);align-items:end;gap:48px}
.section-heading h2,.guide-intro h2,.outdoor-copy h2,.brands-section h2,.newsletter h2{margin:0;font-size:clamp(38px,4.2vw,68px);line-height:1.02;letter-spacing:-.04em}
.section-heading>p,.browse-heading>p,.section-heading>div>p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.section-heading>div>p{max-width:540px;margin-top:16px}
.text-link{width:max-content;min-height:48px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid currentColor;border-radius:var(--radius-button);background:transparent;color:var(--ink);font-family:Sora,sans-serif;font-size:10px;font-weight:800;line-height:1.2;white-space:nowrap}
.text-link:hover{border-color:var(--accent-dark);background:var(--accent-soft);color:var(--accent-dark)}
.section-heading-with-action .text-link{justify-self:end;border-color:var(--accent);background:var(--accent);color:var(--ink)}
.section-heading-with-action .text-link:hover,.section-heading-with-action .text-link:focus-visible{border-color:var(--ink);background:var(--white);color:var(--ink)}

.needs-section{background:var(--paper)}
.need-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px 18px}
.need-card{display:block;border-bottom:1px solid var(--line)}
.need-card>img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;object-position:center;background:var(--grey);filter:saturate(.7);transition:transform .45s cubic-bezier(.16,1,.3,1),filter .25s}
.need-card:hover>img{transform:scale(.993);filter:saturate(.88)}
.need-card>div{min-height:98px;padding:16px 2px 18px;position:relative}
.need-card h3{margin:0 80px 7px 0;font-size:17px;letter-spacing:-.025em}
.need-card p{margin:0;color:var(--muted);font-size:12px}
.need-card span{position:absolute;right:2px;bottom:20px;font-family:Sora,sans-serif;font-size:10px;font-weight:800}

.guide-section{display:grid;grid-template-columns:34% 66%;background:var(--grey);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.guide-intro{padding:clamp(52px,4.5vw,72px) clamp(30px,5vw,86px);border-right:1px solid var(--line)}
.guide-intro h2{font-size:clamp(38px,3.7vw,60px)}
.guide-intro>p:last-child{max-width:450px;margin:24px 0 0;color:#565b59;font-size:14px;line-height:1.7}
.guide-steps{display:grid;grid-template-columns:repeat(3,1fr)}
.guide-steps a{min-height:100%;padding:34px 28px;display:flex;flex-direction:column;border-right:1px solid var(--line);transition:background .2s}
.guide-steps a:last-child{border-right:0}
.guide-steps small{font-family:Sora,sans-serif;font-size:10px;color:#737373}
.guide-steps h3{margin:auto 0 16px;font-size:clamp(18px,1.7vw,26px);line-height:1.15;letter-spacing:-.03em}
.guide-steps p{margin:0;color:#5e6361;font-size:12px;line-height:1.55}
.guide-steps span{margin-top:24px;color:var(--accent-dark);font-family:Sora,sans-serif;font-size:10px;font-weight:800}
.guide-steps a:hover{background:#f0f2ef}

.shoe-finder-form{min-width:0;display:flex;flex-direction:column;background:var(--white)}
.shoe-finder-steps{flex:1}
.shoe-finder-step{min-width:0;min-height:340px;padding:34px 28px;display:grid;grid-template-rows:auto 1fr auto;border-right:1px solid var(--line);cursor:pointer;transition:background .2s,border-color .2s}
.shoe-finder-step:last-child{border-right:0}
.shoe-finder-step:hover,.shoe-finder-step:focus-within{background:#f0f2ef}
.shoe-finder-step.has-value{background:var(--accent-soft)}
.shoe-finder-step.has-value .shoe-finder-select-wrap select{border-color:var(--accent-dark)}
.shoe-finder-step>small{color:var(--accent);font-family:Unbounded,Sora,sans-serif;font-size:clamp(20px,1.8vw,28px);font-weight:500;line-height:1}
.shoe-finder-step-copy{align-self:end;margin:0 0 22px;display:block}
.shoe-finder-step-copy b{display:block;margin-bottom:13px;color:var(--accent-dark);font-family:Sora,sans-serif;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.shoe-finder-step-copy strong{display:block;color:var(--ink);font-family:Sora,sans-serif;font-size:clamp(18px,1.7vw,25px);line-height:1.15;letter-spacing:-.03em}
.shoe-finder-step-copy em{display:block;margin-top:13px;color:#5e6361;font-size:12px;font-style:normal;line-height:1.55}
.shoe-finder-select-wrap{position:relative;display:block;margin:0!important}
.shoe-finder-select-wrap::after{content:"";width:7px;height:7px;position:absolute;right:18px;top:50%;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-70%) rotate(45deg);pointer-events:none}
.shoe-finder-select-wrap select{width:100%;min-height:50px;padding:0 42px 0 15px;appearance:none;border:1px solid #929795;border-radius:12px;background:var(--white);color:var(--ink);font-family:Sora,sans-serif;font-size:11px;font-weight:700;cursor:pointer;outline:0}
.shoe-finder-select-wrap select:focus{border-color:var(--accent-dark);box-shadow:0 0 0 3px rgba(35,77,54,.16)}
.shoe-finder-actions{grid-column:1/-1;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--line);background:var(--mist)}
.shoe-finder-actions p{margin:0;display:grid;gap:4px;color:var(--ink);font-family:Sora,sans-serif;font-size:11px;font-weight:800}
.shoe-finder-actions p small{color:var(--muted);font-family:Manrope,sans-serif;font-size:11px;font-weight:400}
.shoe-finder-actions .button{flex:0 0 auto;gap:14px}
.shoe-finder-actions .button:disabled{cursor:not-allowed;opacity:.45}
.shoe-finder-actions .button[aria-busy=true]{pointer-events:none;opacity:.72}
.shoe-finder-results{grid-column:1/-1;padding:clamp(34px,4vw,58px);scroll-margin-top:110px;border-top:1px solid var(--line);background:var(--paper)}
.shoe-finder-results:empty{display:none}
.shoe-finder-results-header{margin-bottom:28px;display:flex;align-items:end;justify-content:space-between;gap:30px}
.shoe-finder-results-header h3,.shoe-finder-empty h3{margin:0;font-size:clamp(28px,3vw,42px);line-height:1.05;letter-spacing:-.035em}
.shoe-finder-results-header p,.shoe-finder-empty p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.65}
.shoe-finder-summary{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:7px}
.shoe-finder-summary span{margin:0;padding:8px 12px;border:1px solid var(--accent-dark);border-radius:var(--radius-button);background:var(--accent-soft);color:var(--accent-dark);font-family:Sora,sans-serif;font-size:9px;font-weight:800}
.shoe-finder-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.shoe-finder-empty{max-width:690px;padding:30px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--white)}
.shoe-finder-empty .button{margin-top:22px}

.everyday-section{background:var(--mist)}
.everyday-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.everyday-media{margin:0;position:relative;min-height:640px;overflow:hidden;background:var(--grey)}
.everyday-media img{height:100%;object-fit:cover;filter:saturate(.72)}
.everyday-media figcaption{position:absolute;left:18px;bottom:18px;padding:10px 12px;background:rgba(255,255,252,.93);font-size:10px}
.everyday-list{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
.everyday-list article{position:relative;overflow:hidden;display:flex;flex-direction:column;background:var(--white);border-bottom:1px solid var(--line)}
.everyday-list article>a{flex:none;min-height:0;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;background:#fff}
.everyday-list img{height:100%;object-fit:contain;transition:transform .4s ease}
.everyday-list article:hover img{transform:scale(1.025)}
.everyday-list article>div{min-height:0;padding:17px 16px;display:grid;grid-template-columns:1fr;align-content:start;gap:7px}
.everyday-list p,.product-meta p{margin:0 0 7px;color:var(--muted);font-size:11px}
.everyday-list p{grid-column:1/-1;margin-bottom:0}
.everyday-list h3,.product-meta h3{margin:0;font-size:14px;letter-spacing:-.02em;overflow-wrap:anywhere}
.everyday-list strong{position:static;grid-column:1;grid-row:3;margin-top:3px;color:var(--price-color);font-family:RajdhaniPrice,Sora,sans-serif;font-size:24px;font-style:italic;font-weight:600;line-height:1.05;letter-spacing:-.02em;font-variant-numeric:tabular-nums;white-space:nowrap}
.price-currency{display:inline-block;margin-right:5px;font-size:.52em;font-weight:700;letter-spacing:0;vertical-align:.2em}
.price-value{display:inline-block}
.outdoor-section{min-height:472px;display:grid;grid-template-columns:58% 42%;background:var(--grey);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.outdoor-media{margin:0;position:relative;overflow:hidden;background:#c8c5bb;isolation:isolate}
.outdoor-media::before{content:"";position:absolute;inset:-20px;z-index:0;background:var(--outdoor-image) center/cover no-repeat;filter:blur(14px) saturate(.72);opacity:.34;transform:scale(1.06)}
.outdoor-media img{height:100%;position:relative;z-index:1;object-fit:contain;filter:saturate(.84)}
.outdoor-copy{padding:clamp(42px,5vw,72px) clamp(32px,5vw,82px);display:flex;flex-direction:column;justify-content:center}
.outdoor-copy>p{max-width:500px;margin:26px 0 34px;color:#555a58;font-size:14px;line-height:1.7}
.outdoor-links{border-top:1px solid #aeb3b0}
.outdoor-links a{min-height:58px;padding:17px 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #aeb3b0;font-family:Sora,sans-serif;font-size:10px;font-weight:800}
.outdoor-links a:hover{color:var(--accent-dark)}

.featured-section{background:var(--mist)}
.new-section{background:var(--paper)}
.special-offers-section{background:var(--accent-soft);border-top:1px solid rgba(0,127,122,.24);border-bottom:1px solid rgba(0,127,122,.24)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{position:relative;overflow:hidden;display:flex;flex-direction:column;border-bottom:1px solid var(--line)}
.product-badge{position:absolute;top:12px;left:12px;z-index:2;padding:8px 11px;border-radius:var(--radius-button);background:var(--accent);color:var(--ink);font-family:Sora,sans-serif;font-size:9px;font-weight:800;line-height:1;letter-spacing:.03em}
.product-image{height:auto;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;background:#fff}
.product-image img{height:100%;object-fit:contain;transition:transform .4s ease}
.product-card:hover .product-image img{transform:scale(1.025)}
.product-meta{min-height:0;padding:17px 14px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:7px}
.product-meta>div{min-width:0}
.product-meta strong{margin-top:3px;color:var(--price-color);font-family:RajdhaniPrice,Sora,sans-serif;font-size:24px;font-style:italic;font-weight:600;line-height:1.05;letter-spacing:-.02em;font-variant-numeric:tabular-nums;white-space:nowrap}
.demo-note{margin:34px 0 0;color:var(--muted);font-size:11px}

.browse-section{background:var(--mist);border-top:1px solid var(--line)}
.browse-links{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #969b98;border-left:1px solid #969b98}
.browse-links a{min-height:150px;padding:25px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;border-right:1px solid #969b98;border-bottom:1px solid #969b98;font-family:Sora,sans-serif;font-size:13px;font-weight:800;transition:background .2s,color .2s}
.browse-links a:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-dark)}

.brands-section{display:grid;grid-template-columns:40% 60%;background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.brands-section>div{padding:clamp(58px,6vw,94px) clamp(24px,4vw,72px);border-right:1px solid var(--line)}
.brands-section h2{font-size:clamp(34px,3.4vw,54px)}
.brands-section>div>p:last-child{margin:20px 0 0;color:#656a67;font-size:13px}
.brands-section nav{display:grid;grid-template-columns:repeat(3,1fr)}
.brands-section nav a{min-height:220px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--line);font-family:Sora,sans-serif;font-size:clamp(18px,1.8vw,28px);font-weight:800;transition:background .2s}
.brands-section nav a:last-child{border-right:0}
.brand-logo-frame{width:100%;height:112px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.brand-logo-frame img{width:100%;height:100%;border-radius:0;object-fit:contain;transition:transform .2s ease}
.brand-link-meta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand-name{color:var(--ink);font-size:13px;line-height:1.2;letter-spacing:.04em}
.brands-section .brand-arrow{align-self:auto}
.brand-link--all{justify-content:flex-end!important}
.brands-section nav a:hover{background:var(--mist)}
.brands-section nav a:hover .brand-logo-frame img,.brands-section nav a:focus-visible .brand-logo-frame img{transform:scale(1.025)}

.service-section{display:grid;grid-template-columns:repeat(3,1fr);background:var(--grey);border-left:1px solid var(--line)}
.service-section>a{min-width:0;padding:32px clamp(48px,4vw,60px) 32px clamp(20px,3vw,44px);position:relative;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .2s,border-color .2s,color .2s}
.service-section>a:hover,.service-section>a:focus-visible{border-color:var(--accent-dark);background:var(--accent-soft);color:var(--accent-dark)}
.service-section strong{font-family:Sora,sans-serif;font-size:11px}
.service-section p{margin:11px 0 0;color:#5d6260;font-size:12px;line-height:1.55}
.service-arrow{position:absolute;right:22px;top:30px;color:var(--accent-dark);font-family:Sora,sans-serif;font-size:13px;font-weight:800}

.newsletter{padding:clamp(72px,7vw,108px) clamp(24px,4vw,72px);display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:end;background:var(--mist)}
.newsletter h2{font-size:clamp(38px,4vw,64px)}
.newsletter>div>p:last-child{margin:20px 0 0;color:#5b605e;font-size:13px}
.newsletter-form label{display:block;margin-bottom:9px;font-family:Sora,sans-serif;font-size:10px;font-weight:800}
.newsletter-form>div{display:flex;border-bottom:1px solid #686d6a}
.newsletter-form input{flex:1;min-width:0;padding:15px 0;border:0;background:transparent;outline:0;color:var(--ink)}
.newsletter-form button{border:0;background:var(--accent);color:var(--ink);padding:0 26px;font-family:Sora,sans-serif;font-size:10px;font-weight:800}
.form-message{min-height:18px;margin:9px 0 0;color:#555a58;font-size:11px}

.site-footer{padding:0;background:linear-gradient(to bottom,var(--accent) 0 4px,#121516 4px);color:#fff}
.footer-main-wrap{padding:clamp(58px,6vw,88px) clamp(24px,4vw,72px) clamp(50px,5vw,72px)}
.footer-main{width:min(1440px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(280px,1.15fr) minmax(520px,1.85fr);gap:clamp(60px,8vw,130px);align-items:start}
.footer-brand img{width:204px;height:auto;display:block}
.footer-brand-statement{max-width:430px;margin:26px 0 0;color:#fff;font-family:Unbounded,ZenAntiqueSoft,Sora,sans-serif;font-size:clamp(27px,2.5vw,42px);font-weight:500;line-height:1.08;letter-spacing:-.035em}
.footer-shop-link{min-height:44px;margin-top:26px;display:inline-flex;align-items:center;gap:12px;color:var(--accent);font-family:Sora,sans-serif;font-size:11px;font-weight:800}
.footer-shop-link:hover,.footer-shop-link:focus-visible{color:#fff}
.footer-navigation{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(28px,4vw,64px)}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.footer-column strong{margin-bottom:9px;color:var(--accent);font-family:Sora,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.footer-column a{min-height:44px;display:flex;align-items:center;color:#d8dcda;font-size:12px}
.footer-column a:hover,.footer-column a:focus-visible{color:#fff}
.footer-company-wrap{padding:0 clamp(24px,4vw,72px);background:#121516;color:#fff;border-top:1px solid #343a38}
.footer-company{width:min(1440px,100%);margin:0 auto;padding:clamp(46px,5vw,72px) 0;display:grid;grid-template-columns:minmax(280px,.8fr) minmax(600px,1.45fr);gap:clamp(48px,7vw,110px);align-items:start}
.footer-company .eyebrow{margin:0 0 12px;color:var(--accent);font-family:Sora,sans-serif;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.footer-company h2{max-width:520px;margin:0;color:#fff;font-family:Unbounded,ZenAntiqueSoft,Sora,sans-serif;font-size:clamp(28px,3vw,46px);font-weight:500;line-height:1.04;letter-spacing:-.04em}
.footer-company-intro>p:not(.eyebrow){max-width:560px;margin:20px 0 0;color:#d8dcda;font-size:13px;line-height:1.7}
.footer-company-intro .footer-market-note{color:#99a29f}
.footer-company-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.footer-company-details article{min-height:100%;padding:clamp(24px,3vw,36px);border:1px solid #343a38;border-radius:20px;background:#181c1d}
.footer-company-label{display:block;margin-bottom:18px;color:var(--accent);font-family:Sora,sans-serif;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.footer-company-details strong{display:block;color:#fff;font-family:Sora,sans-serif;font-size:15px;line-height:1.35}
.footer-company-details p,.footer-company-details address{margin:10px 0 0;color:#b9c1be;font-size:11px;font-style:normal;line-height:1.65}
.footer-company-links{margin-top:22px;display:flex;align-items:center;gap:8px 18px;flex-wrap:wrap}
.footer-company-links a{min-height:44px;display:inline-flex;align-items:center;color:#fff;font-family:Sora,sans-serif;font-size:10px;font-weight:700;border-bottom:1px solid transparent}
.footer-company-links a:hover,.footer-company-links a:focus-visible{color:var(--accent);border-bottom-color:var(--accent)}
.footer-connect{padding:0 clamp(24px,4vw,72px);background:#121516;color:#fff;border-top:1px solid #343a38}
.footer-connect-inner{width:min(1440px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,1fr)}
.footer-payment-preview,.footer-social-preview{padding:clamp(34px,4vw,52px) 0}
.footer-payment-preview{padding-right:clamp(36px,5vw,76px);border-right:1px solid #343a38}
.footer-social-preview{padding-left:clamp(36px,5vw,76px)}
.footer-connect-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}
.footer-connect-heading .eyebrow{margin:0 0 8px;color:var(--accent);font-size:9px}
.footer-connect-heading h2{margin:0;color:#fff;font-family:Unbounded,ZenAntiqueSoft,Sora,sans-serif;font-size:clamp(22px,2vw,30px);font-weight:500;line-height:1.12;letter-spacing:-.035em}
.footer-connect section>p{max-width:680px;margin:14px 0 0;color:#b9c1be;font-size:12px;line-height:1.55}
.footer-status{flex:0 0 auto;min-height:28px;padding:0 11px;display:inline-flex;align-items:center;border:1px solid var(--accent);border-radius:999px;background:rgba(35,77,54,.1);color:var(--accent);font-family:Sora,sans-serif;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.footer-payment-marks{margin-top:24px;display:flex;align-items:center;gap:clamp(12px,1.2vw,18px);flex-wrap:wrap}
.footer-payment-mark{height:22px;display:flex;align-items:center;justify-content:center}
.footer-payment-mark img{width:auto;height:16px;max-width:36px;object-fit:contain;border-radius:0}
.footer-social-marks{margin-top:24px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.footer-social-mark{width:36px;height:36px;padding:8px;display:grid;place-items:center;border-radius:10px;background:var(--social-color);box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}
.footer-social-mark img,.footer-social-mark svg{width:100%;height:100%;object-fit:contain;border-radius:0;filter:invert(1)}
.footer-social-mark.social-snapchat img{filter:none}
.footer-social-mark.is-pending{opacity:.72;cursor:default}
.footer-social-mark.is-live{outline:2px solid transparent;outline-offset:4px;transition:transform .2s ease,outline-color .2s ease}
.footer-social-mark.is-live:hover,.footer-social-mark.is-live:focus-visible{outline-color:var(--accent);transform:translateY(-2px)}
.footer-bottom-wrap{padding:0 clamp(24px,4vw,72px)}
.footer-bottom{width:min(1440px,100%);margin:0 auto;padding:20px 0 22px;display:flex;justify-content:space-between;border-top:1px solid #3d4240;color:#aeb5b2;font-family:Sora,sans-serif;font-size:9px;font-weight:800;letter-spacing:.06em}
.mobile-dock,.account-mobile-dock{display:none}
.button:active,.carousel-arrow:active,.quick-nav a:active,.mobile-dock a:active,.mobile-dock button:active{transform:scale(.98)}

@media(max-width:1260px){
  .site-header{grid-template-columns:190px 1fr auto}
  .hero h1{font-size:clamp(46px,5vw,68px)}
  .need-card>img{height:auto}
  .guide-section{grid-template-columns:32% 68%}.guide-steps a{padding:28px 22px}
}

@media(max-width:980px){
  .announcement-desktop{display:none}.announcement{justify-content:center}
  .site-header{height:68px;grid-template-columns:1fr auto auto;padding:0 22px}.logo img{width:158px}.menu-toggle{display:block}
  .main-nav{display:none;position:absolute;left:0;right:0;top:68px;max-height:calc(100vh - 98px);padding:10px 22px 18px;overflow-y:auto;background:var(--white);border-bottom:1px solid var(--ink)}.main-nav.is-open{display:block}.nav-item-row>a{display:block;width:100%;padding:15px 0}.nav-item-row>a:after{display:none}
  .hero{grid-template-columns:1fr}.hero-copy{min-height:570px}.hero-media{min-height:620px}
  .quick-nav{grid-template-columns:1fr 1fr}.quick-nav a:nth-child(2){border-right:0}.quick-nav a:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .section-heading{grid-template-columns:1fr;align-items:start;gap:24px}.section-heading-with-action .text-link{justify-self:start}.need-grid{grid-template-columns:1fr 1fr}.need-card>img{height:auto}
  .guide-section{grid-template-columns:1fr}.guide-intro{border-right:0;border-bottom:1px solid var(--line)}.guide-steps a{min-height:300px}
  .shoe-finder-step{min-height:360px;padding:28px 22px}
  .shoe-finder-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .everyday-layout{grid-template-columns:1fr}.everyday-media{min-height:620px}
  .outdoor-section{min-height:0;grid-template-columns:1fr}.outdoor-media{height:auto;aspect-ratio:4/3}.outdoor-copy{min-height:0;padding:48px 32px 52px}
  .product-grid{grid-template-columns:1fr 1fr}
  .browse-links{grid-template-columns:1fr 1fr}
  .brands-section{grid-template-columns:1fr}.brands-section>div{border-right:0;border-bottom:1px solid var(--line)}.brands-section nav a{min-height:220px}
  .footer-main{grid-template-columns:1fr;gap:48px}
  .footer-company{grid-template-columns:1fr;gap:38px}
  .footer-connect-inner{grid-template-columns:1fr}
  .footer-payment-preview{padding-right:0;border-right:0;border-bottom:1px solid #343a38}
  .footer-social-preview{padding-left:0}
}

@media(max-width:680px){
  section[id],a[id]{scroll-margin-top:68px}
  .announcement{height:27px;padding:0 14px;font-size:9px;letter-spacing:.035em}
  .announcement-ticker{display:block}
  .site-header{height:58px;padding:0 12px;grid-template-columns:1fr auto auto;gap:8px;background:rgba(250,250,250,.98)}
  .logo img{width:126px}
  .menu-toggle{min-width:44px;min-height:44px;padding:0;font-size:10px}
  .header-actions{gap:2px}
  .header-icon-button{width:44px;height:44px}
  .account-badge{top:1px;right:-1px}
  .main-nav{top:58px;max-height:calc(100vh - 85px);padding:8px 14px 16px}
  .nav-item-row>a{min-height:48px;padding:15px 0;font-size:12px}

  .hero{min-height:0;display:flex;flex-direction:column;background:var(--grey)}
  .hero-media{order:1;min-height:0;height:auto;aspect-ratio:1/1.03}
  .hero-media img{object-position:center 48%}
  .hero-media figcaption{right:10px;bottom:10px;padding:7px 8px;font-size:7px}
  .hero-copy{order:2;min-height:0;padding:30px 18px 32px}
  .hero h1{max-width:355px;margin-top:14px;font-size:clamp(37px,10.7vw,47px);line-height:.98;letter-spacing:-.04em}
  .hero-copy>p{max-width:345px;margin-top:18px;font-size:14px;line-height:1.58}
  .hero-actions{margin-top:24px;display:grid;grid-template-columns:1.15fr .85fr;gap:8px}
  .button{min-height:46px;padding:0 14px;font-size:11px}
  .hero-points{margin-top:26px;padding-top:13px;grid-template-columns:repeat(3,1fr);gap:7px;font-size:8px;line-height:1.35}

  .quick-nav{display:grid;grid-template-columns:1fr;overflow:visible}
  .quick-nav a,.quick-nav a:nth-child(2),.quick-nav a:nth-child(-n+2){width:100%;min-height:64px;padding:15px 16px;border:1px solid var(--line);font-size:11px;line-height:1.3}

  .section-shell{padding:58px 18px}
  .section-heading{margin-bottom:28px;gap:14px}
  .section-heading h2,.guide-intro h2,.outdoor-copy h2,.brands-section h2,.newsletter h2{margin:0;font-size:clamp(31px,9vw,39px);line-height:1.02}
  .section-heading>p,.browse-heading>p{max-width:330px;font-size:13px;line-height:1.55}
  .text-link{font-size:10px}

  .need-grid{grid-template-columns:1fr;gap:14px}
  .need-card:nth-child(1),.need-card:nth-child(4){grid-column:auto}
  .need-card>img,.need-card:nth-child(1)>img,.need-card:nth-child(4)>img{height:auto;aspect-ratio:1/1;object-fit:cover;object-position:center}
  .need-card>div{min-height:84px;padding:14px 0 16px}
  .need-card h3{margin-right:0;font-size:16px;line-height:1.2}
  .need-card p{font-size:12px;line-height:1.45}
  .need-card span{position:static;display:inline-flex;align-items:center;margin-top:10px}
  .need-card:nth-child(1) h3,.need-card:nth-child(4) h3{font-size:16px}

  .guide-intro{padding:56px 18px 32px}
  .guide-intro>p:last-child{margin-top:17px;font-size:13px;line-height:1.6}
  .guide-steps{display:grid;grid-template-columns:1fr;overflow:visible}
  .guide-steps a{width:100%;min-height:190px;padding:22px 18px;border:1px solid var(--line)}
  .guide-steps h3{margin:auto 0 12px;font-size:21px}
  .guide-steps p{font-size:13px}
  .guide-steps span{margin-top:18px;font-size:10px}
  .shoe-finder-steps{gap:8px;padding:8px;background:var(--mist)}
  .shoe-finder-step{width:100%;min-height:0;padding:22px 18px;grid-template-rows:auto auto auto;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--white)}
  .shoe-finder-step-copy{align-self:auto;margin:34px 0 18px}
  .shoe-finder-step-copy strong{font-size:21px}
  .shoe-finder-step-copy em{font-size:12px}
  .shoe-finder-select-wrap select{min-height:48px;font-size:12px}
  .shoe-finder-actions{padding:18px;align-items:stretch;flex-direction:column}
  .shoe-finder-actions .button{width:100%}
  .shoe-finder-results{padding:32px 18px;scroll-margin-top:82px}
  .shoe-finder-results-header{align-items:flex-start;flex-direction:column;gap:18px}
  .shoe-finder-summary{justify-content:flex-start}
  .shoe-finder-empty{padding:22px 18px}

  .everyday-layout{gap:12px}
  .everyday-media{min-height:0;aspect-ratio:4/4.8}
  .everyday-media figcaption{left:10px;right:10px;bottom:10px;padding:9px 11px;font-size:10px}
  .everyday-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px}
  .everyday-list article{min-width:0}
  .everyday-list article>div{min-height:0;padding:12px 10px 14px}
  .everyday-list p,.product-meta p{margin-bottom:6px;font-size:10px;line-height:1.35}
  .everyday-list h3,.product-meta h3{font-size:12px;line-height:1.25}
  .everyday-list strong{position:static;display:block;margin-top:3px;font-size:24px}
  .everyday-list .price-currency{margin-right:3px;font-size:.46em}
  .outdoor-media{height:auto;aspect-ratio:4/3}
  .outdoor-copy{min-height:0;padding:52px 18px 56px}
  .outdoor-copy>p{margin:18px 0 26px;font-size:13px;line-height:1.6}
  .outdoor-links a{min-height:52px;padding:15px 0;font-size:11px}

  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px}
  .product-card{min-width:0}
  .product-meta{min-height:0;padding:12px 10px 14px;display:flex}
  .product-meta p{font-size:10px;line-height:1.35}
  .product-meta h3{font-size:12px;line-height:1.25}
  .product-meta strong{display:block;margin-top:3px;font-size:24px}
  .product-grid .price-currency{margin-right:3px;font-size:.46em}
  .demo-note{margin-top:26px;font-size:11px}

  .browse-links{grid-template-columns:1fr}
  .browse-links a{min-height:68px;padding:16px;font-size:12px;line-height:1.3}
  .brands-section>div{padding:52px 18px 28px}
  .brands-section nav{grid-template-columns:1fr}
  .brands-section nav a{min-height:64px;padding:18px;border-right:0;border-bottom:1px solid var(--line);flex-direction:row;align-items:center;font-size:16px}
  .brands-section .brand-arrow{align-self:auto}
  .brands-section nav a.has-brand-logo{min-height:132px;padding:16px;flex-direction:column;align-items:stretch;gap:10px}
  .brands-section .brand-logo-frame{height:66px}
  .brands-section .brand-name{font-size:12px}
  .service-section{grid-template-columns:1fr}
  .service-section>a{min-height:0;padding:22px 52px 22px 18px}
  .service-arrow{right:18px;top:21px}
  .service-section strong{font-size:11px}
  .service-section p{font-size:12px}
  .newsletter{grid-template-columns:1fr;gap:30px;padding:54px 18px}
  .newsletter>div>p:last-child{font-size:13px}
  .newsletter-form input{font-size:14px}
  .newsletter-form button{min-width:76px;padding:0 16px;font-size:11px}
  .footer-main-wrap{padding:48px 18px 42px}
  .footer-main{gap:42px}
  .footer-navigation{grid-template-columns:1fr 1fr;gap:30px 20px}
  .footer-column:last-child{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}
  .footer-column:last-child strong{grid-column:1/-1}
  .footer-brand img{width:180px}
  .footer-brand-statement{max-width:330px;margin-top:22px;font-size:30px}
  .footer-shop-link{margin-top:18px}
  .footer-company-wrap{padding:0 18px}
  .footer-company{padding:42px 0;gap:30px}
  .footer-company h2{font-size:34px}
  .footer-company-intro>p:not(.eyebrow){font-size:12px}
  .footer-company-details{grid-template-columns:1fr}
  .footer-company-details article{padding:24px;border-radius:16px}
  .footer-connect{padding:0 18px}
  .footer-connect-heading{gap:14px}
  .footer-connect-heading h2{font-size:23px}
  .footer-payment-preview,.footer-social-preview{padding:34px 0}
  .footer-payment-marks{gap:12px 14px}
  .footer-payment-mark{height:22px}
  .footer-payment-mark img{height:16px;max-width:36px}
  .footer-social-marks{gap:13px}
  .footer-social-mark{width:26px;height:26px}
  .footer-bottom-wrap{padding:0 18px}
  .footer-bottom{flex-direction:column;gap:8px}

  .mobile-dock{height:calc(58px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:80;background:rgba(250,250,250,.98);border-top:1px solid var(--ink);backdrop-filter:blur(12px)}
  .mobile-dock a,.mobile-dock button{min-width:0;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-right:1px solid var(--soft-line);background:transparent;font-family:Sora,sans-serif;font-size:10px;font-weight:800}
  .mobile-dock button{border-right:0}
  .dock-profile{position:relative}
  .dock-profile svg{width:22px;height:22px}
  .dock-account-avatar{width:28px;height:28px}
  .mobile-dock b{position:absolute;top:0;left:50%;width:18px;height:18px;display:grid;place-items:center;transform:translateX(6px);border:2px solid var(--paper);background:var(--accent);color:var(--ink);font-size:8px;line-height:1}
}

/* Contact page */
.about-email-link{color:var(--accent-dark);font-weight:800;text-decoration:none}
.about-email-link:hover,.about-email-link:focus-visible{text-decoration:underline;text-underline-offset:4px}
.contact-page{background:var(--surface);color:var(--ink)}
.contact-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.7fr);gap:clamp(36px,8vw,140px);align-items:end;padding:clamp(64px,9vw,140px) clamp(24px,5vw,80px);border-bottom:1px solid var(--line)}
.contact-hero .eyebrow,.contact-options .eyebrow,.contact-notice .eyebrow{margin:0 0 16px;color:var(--accent-dark);font-family:Sora,sans-serif;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.contact-hero h1{max-width:840px;margin:0;font-size:clamp(54px,8vw,118px);line-height:.94}
.contact-hero>p{max-width:520px;margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.contact-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border-bottom:1px solid var(--line)}
.contact-options article{display:flex;min-height:420px;flex-direction:column;align-items:flex-start;padding:clamp(38px,5vw,76px);background:var(--white)}
.contact-options h2{max-width:620px;margin:0;font-size:clamp(32px,4vw,58px);line-height:1.02}
.contact-options article>p:not(.eyebrow){max-width:540px;margin:24px 0 34px;color:var(--muted);font-size:14px;line-height:1.7}
.contact-options .button{margin-top:auto}
.contact-actions{width:100%;margin-top:auto;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.contact-actions .button{margin-top:0}
.contact-social{display:flex;align-items:end;justify-content:space-between;gap:40px;padding:clamp(48px,6vw,86px) clamp(24px,5vw,80px);border-bottom:1px solid var(--line);background:var(--mist)}
.contact-social .eyebrow{margin:0 0 14px;color:var(--accent-dark);font-family:Sora,sans-serif;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.contact-social h2{max-width:780px;margin:0;font-size:clamp(32px,4vw,58px);line-height:1.02}
.contact-notice{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(40px,8vw,140px);padding:clamp(54px,8vw,110px) clamp(24px,5vw,80px);background:var(--ink);color:var(--white)}
.contact-notice h2{max-width:660px;margin:0;color:var(--white);font-size:clamp(34px,4.5vw,64px);line-height:1.02}
.contact-notice>div:last-child{align-self:end}
.contact-notice p:not(.eyebrow){max-width:640px;margin:0;color:#d7d9d8;font-size:14px;line-height:1.75}
.contact-notice p+p{margin-top:14px}
@media(max-width:980px){
  .contact-hero,.contact-notice{grid-template-columns:1fr;gap:30px}
  .contact-options article{min-height:360px}
}
@media(max-width:680px){
  .contact-hero{padding:54px 18px 44px}
  .contact-hero h1{font-size:50px}
  .contact-hero>p{font-size:13px}
  .contact-options{grid-template-columns:1fr}
  .contact-options article{min-height:0;padding:42px 22px}
  .contact-options h2{font-size:34px}
  .contact-options .button{width:100%;margin-top:4px}
	.contact-actions{align-items:stretch;flex-direction:column}
	.contact-actions .button{margin-top:0}
	.contact-social{padding:42px 22px;align-items:stretch;flex-direction:column}
	.contact-social h2{font-size:34px}
	.contact-social .button{width:100%}
  .contact-notice{padding:48px 22px}
  .contact-notice h2{font-size:34px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .announcement-ticker-track{width:100%;transform:none!important;justify-content:center}
  .announcement-ticker-group{display:none;padding:0}
  .announcement-ticker-group:first-child{display:flex;min-width:0;gap:0}
  .announcement-ticker-group:first-child span{display:none}
  .announcement-ticker-group:first-child span:first-child{display:block}
}

/* Unified rounded visual system */
img{border-radius:var(--radius-card)}
.hero-media,.everyday-media,.outdoor-media,.outdoor-section,.guide-section,.brands-section,.newsletter{border-radius:var(--radius-frame);overflow:hidden}
.hero-media{margin:22px 22px 22px 0;min-height:646px}
.need-card,.everyday-list article,.product-card,.guide-steps a,.browse-links a,.brands-section nav a,.service-section>a,.quick-nav a{border:1px solid var(--line);border-radius:var(--radius-card);overflow:hidden;background:var(--white)}

.button,.header-actions button,.menu-toggle,.newsletter-form button,.mobile-dock a,.mobile-dock button{border-radius:var(--radius-button)}
.account-badge,.mobile-dock b,.hero-media figcaption,.everyday-media figcaption{border-radius:var(--radius-button)}

.quick-nav{gap:10px;padding:12px clamp(24px,4vw,72px);background:var(--paper);border-bottom:0}
.quick-nav a{border:1px solid var(--line)}
.quick-nav a:last-child{border-right:1px solid var(--line)}

.need-card{border-bottom:1px solid var(--line)}
.need-card>img{border-radius:var(--radius-card)}
.need-card>div{padding-left:16px;padding-right:16px}
.need-card span{right:16px}

.guide-section,.outdoor-section,.brands-section{margin:clamp(24px,4vw,72px)}
.guide-section,.outdoor-section{border:1px solid var(--line)}
.guide-steps{gap:10px;padding:10px;background:var(--paper)}
.guide-steps a{border:1px solid var(--line)}
.guide-steps a:last-child{border-right:1px solid var(--line)}

.everyday-list article,.product-card{border-bottom:1px solid var(--line)}
.everyday-list article>a,.product-image{border-radius:var(--radius-card)}
.everyday-list img,.product-image img{border-radius:inherit}
.hero-media img,.everyday-media img,.outdoor-media img{border-radius:inherit}
.outdoor-links{display:grid;gap:8px;border-top:0}
.outdoor-links a{min-height:52px;padding:14px 18px;border:1px solid var(--accent);border-radius:var(--radius-button);background:var(--accent);color:var(--ink)}
.outdoor-links a span{color:inherit}
.outdoor-links a:hover,.outdoor-links a:focus-visible{border-color:var(--ink);background:var(--white);color:var(--ink)}

.browse-links{gap:10px;border:0}
.browse-links a{border:1px solid #969b98}
.brands-section{border:1px solid var(--line)}
.brands-section nav{gap:10px;padding:10px;background:var(--mist)}
.brands-section nav a,.brands-section nav a:last-child{border:1px solid var(--line)}

.service-section{gap:10px;margin:clamp(24px,4vw,72px);background:transparent;border:0}
.service-section>a{border:1px solid var(--line);background:var(--grey)}

.newsletter{margin:clamp(24px,4vw,72px)}
.newsletter-form>div{padding:4px;border:1px solid #686d6a;border-radius:var(--radius-button);background:rgba(255,255,255,.5)}
.newsletter-form input{padding-left:16px}
.newsletter-form button{min-height:44px}
.site-footer{border-radius:0}

@media(min-width:981px){
  .carousel-shell{min-height:520px;height:calc(100vh - 106px);height:calc(100svh - 106px)}
  body.admin-bar .carousel-shell{height:calc(100vh - 138px);height:calc(100svh - 138px)}
}

@media(max-width:980px){
  .hero-carousel{padding:0}
  .carousel-shell{height:560px}
  .slide-copy{width:min(620px,76vw)}
  .slide-shade{background:linear-gradient(90deg,rgba(18,20,22,.84) 0%,rgba(18,20,22,.58) 48%,rgba(18,20,22,.12) 82%)}
  .hero-media{margin:18px;min-height:584px}
  .guide-section,.outdoor-section,.brands-section,.newsletter,.service-section{margin:22px}
  .outdoor-media img{border-radius:inherit}
}

@media(max-width:680px){
  .hero-carousel{padding:0}
  .carousel-shell{height:auto;min-height:0;aspect-ratio:1/1}
  .slide-shade{background:linear-gradient(0deg,rgba(18,20,22,.9) 0%,rgba(18,20,22,.64) 48%,rgba(18,20,22,.06) 100%)}
  .slide-copy{left:18px;right:18px;bottom:72px;width:auto}
  .slide-copy h1,.slide-copy h2{margin:0 0 14px;font-size:clamp(33px,10vw,42px);line-height:1.01}
  .slide-copy>span{max-width:330px;font-size:14px;line-height:1.5}
  .slide-copy .button{min-height:46px;margin-top:20px;padding:0 18px;font-size:11px}
  .carousel-arrow{width:44px;height:44px;flex-basis:44px;background:rgba(18,20,22,.66)}
  .carousel-status{left:50%;bottom:14px;gap:8px;transform:translateX(-50%)}
  .carousel-dots{display:none}
  .carousel-count{font-size:10px}
  .carousel-toggle{top:14px;right:14px}
  .hero-slide:nth-child(1) img{object-position:center 70%}
  .hero-slide:nth-child(2) img{object-position:center 58%}
  .hero-slide:nth-child(3) img{object-position:center 55%}
  .hero-slide:nth-child(4) img{object-position:center 54%}
  .hero-media{margin:12px 12px 0;min-height:0}
  .quick-nav{padding:10px 12px;gap:8px}
  .quick-nav a,.quick-nav a:nth-child(2),.quick-nav a:nth-child(-n+2){border:1px solid var(--line)}
  .need-card>div{padding:12px 12px 14px}
  .guide-section,.outdoor-section,.brands-section,.newsletter,.service-section{margin:14px}
  .guide-steps{gap:8px;padding:8px}
  .guide-steps a{border:1px solid var(--line)}
  .everyday-list article>div{padding:12px 10px 14px}
  .product-grid{gap:18px 10px}
  .browse-links{gap:8px}
  .browse-links a{border:1px solid #969b98}
  .brands-section nav{gap:8px;padding:8px}
  .brands-section nav a{border:1px solid var(--line)}
  .service-section{padding:0;gap:8px}
  .service-section>a{border:1px solid var(--line)}
  .newsletter{padding:48px 18px}
  .site-footer{margin-top:14px}
  .mobile-dock{left:8px;right:8px;bottom:8px;width:auto;height:calc(54px + env(safe-area-inset-bottom,0px));border:1px solid var(--ink);border-radius:var(--radius-frame);overflow:hidden}
  .mobile-dock a,.mobile-dock button{margin:5px 3px;border:0}
}

/* WordPress and WooCommerce integration */
.admin-bar .site-header{top:32px}
.site-shell{min-height:100vh;overflow:clip}
.main-nav>.menu{margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:clamp(20px,2.2vw,38px);list-style:none}
.main-nav>.menu>li{margin:0;display:block}
.menu-language-switcher{display:flex!important;align-items:center}
.language-switcher{padding:3px;display:flex;align-items:center;gap:2px;border:1px solid var(--line);border-radius:var(--radius-button);background:var(--white)}
.language-switcher a{min-width:42px;padding:7px 9px!important;border-radius:var(--radius-button);color:var(--muted);font-family:Sora,sans-serif;font-size:9px;font-weight:800;line-height:1;text-align:center;text-decoration:none}
.language-switcher a:hover,.language-switcher a:focus-visible{background:var(--accent-soft);color:var(--accent-dark)}
.language-switcher a[aria-current="page"]{background:var(--accent);color:var(--ink)}
@media(min-width:981px){.menu-item-has-mega:hover .nav-mega,.menu-item-has-mega:focus-within .nav-mega{display:grid}}
.site-search-panel{position:absolute;left:0;right:0;top:100%;z-index:60;padding:18px clamp(24px,4vw,72px);background:rgba(250,250,250,.98);border-bottom:1px solid var(--line);box-shadow:0 18px 42px rgba(0,0,0,.08);backdrop-filter:blur(14px)}
.site-search-panel[hidden]{display:none}
.site-search-panel form{max-width:760px;margin:0 auto}
.site-search-panel label{display:block;margin-bottom:8px;font-family:Sora,sans-serif;font-size:10px;font-weight:800}
.site-search-panel form>div{padding:4px;display:flex;gap:6px;border:1px solid #8f9491;border-radius:var(--radius-button);background:var(--white)}
.site-search-panel input{min-width:0;flex:1;padding:10px 15px;border:0;background:transparent;outline:0;color:var(--ink)}
.site-search-panel button{min-height:44px;padding:0 22px;border:0;border-radius:var(--radius-button);background:var(--accent);color:var(--ink);font-family:Sora,sans-serif;font-size:10px;font-weight:800}

.home-product-price del,.woocommerce .price del{color:#858585;font-size:.68em;opacity:1}
.home-product-price ins,.woocommerce .price ins{text-decoration:none}
.home-product-price .woocommerce-Price-currencySymbol,.woocommerce ul.products .price .woocommerce-Price-currencySymbol,.single-product .summary .price .woocommerce-Price-currencySymbol{display:inline-block;margin-right:.15em;font-family:Sora,sans-serif;font-size:.48em;font-style:italic;font-weight:800;vertical-align:.3em}

.shop-header{max-width:var(--max);margin:0 auto;padding:clamp(58px,7vw,102px) var(--pad) 12px}
.shop-header h1{max-width:920px;margin:10px 0 22px;font-size:clamp(46px,6vw,82px);line-height:.96;letter-spacing:-.055em}
.shop-header>p:last-child{max-width:680px;color:var(--muted);font-size:14px;line-height:1.7}
.woocommerce-shell{max-width:var(--max);margin:0 auto;padding:34px var(--pad) 120px}
.shop-catalog-layout{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:clamp(28px,3.2vw,48px);align-items:start}
.shop-product-results{min-width:0}
.catalog-sidebar{position:sticky;top:128px}
.catalog-filter-panel{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-frame);background:#f0f1f0}
.catalog-filter-panel>summary{padding:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;border-bottom:1px solid var(--line)}
.catalog-filter-panel>summary::-webkit-details-marker{display:none}
.catalog-filter-panel>summary span{font-family:Sora,sans-serif;font-size:14px;font-weight:800}
.catalog-filter-panel>summary small{max-width:92px;color:var(--muted);font-size:9px;line-height:1.4;text-align:right}
.catalog-filter-panel>summary:after{content:"+";display:none;color:var(--accent-dark);font-family:Sora,sans-serif;font-weight:800}
.catalog-filter-panel[open]>summary:after{content:"−"}
.catalog-filter-groups{padding:6px 20px 20px}
.catalog-filter-group{padding:19px 0;border-bottom:1px solid var(--line)}
.catalog-filter-group h2{margin:0 0 12px;color:#585d5a;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.catalog-filter-group ul{margin:0;padding:0;display:grid;gap:2px;list-style:none}
.catalog-filter-group li{margin:0}
.catalog-filter-group a{padding:7px 8px;display:flex;align-items:center;justify-content:space-between;border-radius:8px;color:#3d413f;font-size:11px;line-height:1.35}
.catalog-filter-group a:hover,.catalog-filter-group a:focus-visible,.catalog-filter-group a[aria-current="true"]{background:var(--accent-soft);color:var(--accent-dark)}
.catalog-filter-group a[aria-current="true"]:after{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--accent)}
.catalog-filter-group a.has-shoe-type-icon{min-height:40px;justify-content:flex-start;gap:10px}
.catalog-filter-group a.has-shoe-type-icon:hover .shoe-type-icon,.catalog-filter-group a.has-shoe-type-icon:focus-visible .shoe-type-icon,.catalog-filter-group a.has-shoe-type-icon[aria-current="true"] .shoe-type-icon{color:var(--accent-dark)}
.catalog-filter-group a.has-shoe-type-icon[aria-current="true"]:after{margin-left:auto}
.catalog-gender-links{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.catalog-gender-links a{min-height:38px;justify-content:center;border:1px solid #b8bcba;border-radius:var(--radius-button);font-family:Sora,sans-serif;font-size:10px;font-weight:800}
.catalog-gender-links a[aria-current="true"]{border-color:var(--accent);background:var(--accent);color:var(--ink)}
.catalog-gender-links a[aria-current="true"]:after{display:none}
.catalog-clear-filters{margin-top:18px;padding-bottom:4px;display:flex;justify-content:space-between;border-bottom:1px solid #8e9390;color:var(--muted);font-size:10px}
.catalog-clear-filters:hover{color:var(--accent-dark);border-color:var(--accent)}
.shop-intro{max-width:760px;margin:0 0 32px;color:var(--muted);font-size:14px;line-height:1.7}
.woocommerce .woocommerce-breadcrumb{margin:0 0 28px;color:var(--muted);font-size:12px}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:28px}
.woocommerce .woocommerce-ordering select{min-height:44px;padding:0 42px 0 14px;border:1px solid var(--line);border-radius:var(--radius-button);background:var(--white);color:var(--ink)}
.woocommerce ul.products{margin:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;background:transparent!important;border:0!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{min-width:0;width:auto!important;margin:0!important;padding:0 0 16px!important;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--white)!important}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:block}
.woocommerce ul.products li.product a img{width:100%;height:auto;aspect-ratio:1/1;margin:0 0 15px!important;border-radius:var(--radius-card);background:var(--white)!important;object-fit:contain;transition:transform .35s ease}
.woocommerce ul.products li.product:hover a img{transform:scale(1.02)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:2.55em;margin:0;padding:0 14px!important;color:var(--ink);font-family:ChakraPetch,"Noto Sans TC","PingFang TC","Microsoft JhengHei",Sora,sans-serif;font-size:14px!important;font-style:italic;font-weight:600;line-height:1.28;letter-spacing:-.02em;overflow-wrap:anywhere}
.woocommerce ul.products li.product .price{margin:10px 14px 0!important;color:var(--price-color)!important;font-family:RajdhaniPrice,Sora,sans-serif;font-size:25px!important;font-style:italic;font-weight:600!important;line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}
.woocommerce ul.products li.product .button{min-height:40px;margin:16px 14px 0!important;padding:0 15px!important;align-self:flex-start;border:1px solid #8f9491;border-radius:var(--radius-button);background:transparent;color:var(--ink);font-family:Sora,sans-serif;font-size:9px;font-weight:800}
.woocommerce ul.products li.product .button:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-dark)}
.woocommerce .star-rating{margin-left:14px;color:var(--accent-dark)}
.woocommerce nav.woocommerce-pagination{width:100%;margin:clamp(34px,5vw,64px) 0 0;display:flex;justify-content:center;clear:both}
.woocommerce nav.woocommerce-pagination ul{margin:0!important;padding:6px!important;display:inline-flex;align-items:center;justify-content:center;gap:6px;overflow:visible;border:1px solid var(--line)!important;border-radius:var(--radius-button);background:var(--white);box-shadow:0 12px 30px rgba(20,28,27,.07)}
.woocommerce nav.woocommerce-pagination ul li{margin:0!important;float:none!important;border:0!important}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{width:44px;min-width:44px;height:44px;padding:0!important;display:grid;place-items:center;border:1px solid transparent;border-radius:50%;background:transparent;color:var(--ink);font-family:Sora,sans-serif;font-size:11px;font-weight:800;line-height:1;transition:background .18s,border-color .18s,color .18s,transform .18s}
.woocommerce nav.woocommerce-pagination ul li span.current{border-color:var(--accent);background:var(--accent);color:var(--ink)}
.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li a:focus-visible{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-dark);transform:translateY(-1px)}
.woocommerce nav.woocommerce-pagination ul li a.prev,.woocommerce nav.woocommerce-pagination ul li a.next{border-color:var(--line);color:var(--accent-dark);font-size:17px}
.woocommerce nav.woocommerce-pagination ul li .dots{color:var(--muted)}

.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(34px,5vw,76px);align-items:start}
.woocommerce div.product div.images,.woocommerce div.product div.summary{min-width:0;width:auto!important;float:none!important;margin-bottom:0!important}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{margin:0}
.woocommerce div.product div.images .woocommerce-product-gallery__image{overflow:hidden;border-radius:var(--radius-frame);background:var(--white)}
.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:grid;place-items:center;aspect-ratio:1/1}
.woocommerce div.product div.images .woocommerce-product-gallery__image img{width:100%;height:100%;border-radius:inherit;object-fit:contain}
.woocommerce div.product div.images .flex-control-thumbs{margin:12px 0 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.woocommerce div.product div.images .flex-control-thumbs li{width:auto!important;float:none!important}
.woocommerce div.product div.images .flex-control-thumbs img{aspect-ratio:1/1;border:1px solid transparent;border-radius:10px;background:var(--white);object-fit:contain;opacity:.62}
.woocommerce div.product div.images .flex-control-thumbs img.flex-active{border-color:var(--accent);opacity:1}
.woocommerce div.product div.summary{position:sticky;top:132px;padding:clamp(26px,3.2vw,46px);border:1px solid var(--line);border-radius:var(--radius-frame);background:var(--white)}
.woocommerce div.product .product_title{margin:0 0 18px;color:var(--ink);font-family:ChakraPetch,"Noto Sans TC","PingFang TC","Microsoft JhengHei",Sora,sans-serif;font-size:clamp(34px,4vw,58px);font-style:italic;font-weight:600;line-height:1.02;letter-spacing:-.035em}
.zeroland-product-detail .summary h1,.zeroland-product-detail #mobile-sheet-title{font-family:ChakraPetch,"Noto Sans TC","PingFang TC","Microsoft JhengHei",Sora,sans-serif;font-style:italic;font-weight:600}
.woocommerce div.product .woocommerce-product-rating{margin-bottom:18px}
.woocommerce div.product p.price{margin:0 0 24px;color:var(--price-color);font-family:RajdhaniPrice,Sora,sans-serif;font-size:clamp(36px,4vw,54px);font-style:italic;font-weight:600;line-height:1;font-variant-numeric:tabular-nums}
.woocommerce div.product .woocommerce-product-details__short-description{margin:0 0 26px;color:var(--muted);font-size:14px;line-height:1.7}
.woocommerce div.product form.cart{margin:0 0 8px;padding:22px 0 0;border-top:1px solid var(--soft-line)}
.woocommerce div.product form.cart::before,.woocommerce div.product form.cart::after{display:none}
.woocommerce div.product form.cart .variations{margin:0 0 18px;border:0}
.woocommerce div.product form.cart .variations th,.woocommerce div.product form.cart .variations td{padding:7px 0;text-align:left;vertical-align:middle}
.woocommerce div.product form.cart .variations th{width:92px;font-family:Sora,sans-serif;font-size:10px}
.woocommerce div.product form.cart .variations select{width:100%;min-height:46px;padding:0 14px;border:1px solid var(--line);border-radius:var(--radius-button);background:var(--paper);color:var(--ink)}
.woocommerce div.product form.cart .reset_variations{margin-left:8px;color:var(--accent-dark);font-size:11px}
.woocommerce div.product form.cart div.quantity{margin-right:10px}
.woocommerce .quantity .qty{width:66px;min-height:48px;border:1px solid var(--line);border-radius:var(--radius-button);background:var(--paper);color:var(--ink)}
.woocommerce div.product form.cart .single_add_to_cart_button{min-height:48px;padding:0 26px;border:1px solid var(--ink);border-radius:var(--radius-button);background:var(--ink);color:var(--white);font-family:Sora,sans-serif;font-size:10px;font-weight:800}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{border-color:var(--accent);background:var(--accent);color:var(--ink)}
.woocommerce div.product .product_meta{margin-top:20px;padding-top:18px;border-top:1px solid var(--soft-line);color:var(--muted);font-size:11px;line-height:1.8}
.product-service-links{margin-top:22px;border-top:1px solid var(--line)}
.product-service-links a{min-height:52px;padding:0 2px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:12px;font-weight:700}
.product-service-links a:hover{color:var(--accent-dark)}
.product-service-links b{color:var(--accent-dark);font-size:11px}
.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related,.woocommerce div.product .upsells{grid-column:1/-1;margin-top:clamp(56px,7vw,100px)}
.woocommerce div.product .development-review-preview{grid-column:1/-1;margin-top:clamp(46px,6vw,82px);padding:clamp(26px,4vw,50px);border:1px dashed #9b9b9b;border-radius:var(--radius-frame);background:var(--mist)}
.development-review-preview header{max-width:760px}
.development-review-preview header>p{margin:0 0 9px;color:var(--accent-dark);font-family:Sora,sans-serif;font-size:9px;font-weight:800;letter-spacing:.12em}
.development-review-preview h2{margin:0 0 12px;font-size:clamp(28px,3vw,44px);letter-spacing:-.04em}
.development-review-preview header>span{color:var(--muted);font-size:12px;line-height:1.6}
.development-review-grid{margin-top:28px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.development-review-grid article{padding:22px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--white)}
.development-review-grid strong{font-family:Sora,sans-serif;font-size:11px}
.development-review-grid p{margin:12px 0 0;color:var(--muted);font-size:13px;line-height:1.65}
.woocommerce div.product .woocommerce-tabs ul.tabs{margin:0 0 28px;padding:0;display:flex;gap:28px;border-bottom:1px solid var(--line)}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0;padding:0;border:0!important;border-radius:0;background:transparent!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:0 0 13px;color:var(--muted);font-family:Sora,sans-serif;font-size:11px;font-weight:800}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--ink);box-shadow:inset 0 -2px var(--accent)}
.woocommerce div.product .woocommerce-tabs .panel{max-width:900px;color:var(--graphite);font-size:14px;line-height:1.8}
.woocommerce #reviews #comments ol.commentlist{margin:0;padding:0;list-style:none}
.woocommerce #reviews #comments ol.commentlist li{margin:0 0 12px;padding:20px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--white)}
.woocommerce #reviews #comments ol.commentlist li img.avatar{width:38px;height:38px;aspect-ratio:1;padding:0;border:0;border-radius:50%;background:var(--mist);object-fit:cover;object-position:center}
.woocommerce #reviews #comments ol.commentlist li .comment-text{margin-left:52px;border:0;padding:0}
.woocommerce #reviews #review_form_wrapper{margin-top:28px;padding:24px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--white)}
.woocommerce div.product .related>h2,.woocommerce div.product .upsells>h2{margin-bottom:28px;font-size:clamp(32px,4vw,52px);letter-spacing:-.04em}
.mobile-purchase-bar{display:none}

.woocommerce table.shop_table{border:1px solid var(--line);border-radius:var(--radius-card);overflow:hidden}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:16px;border-color:var(--line)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{border:1px solid var(--line);border-radius:12px;background:var(--white)}
.woocommerce-account form.login,.woocommerce-account form.register,.woocommerce-account form.edit-account,.woocommerce-account form.woocommerce-EditAccountForm,.woocommerce-account #customer_login{border-radius:var(--radius-frame);overflow:hidden}
.woocommerce-info,.woocommerce-message,.woocommerce-error{border-top-color:var(--accent);border-radius:var(--radius-card);background:var(--mist)}
.woocommerce-info::before,.woocommerce-message::before{color:var(--accent-dark)}

@media(max-width:1260px){
  .main-nav>.menu{gap:18px}
  .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media(max-width:980px){
  .main-nav>.menu{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:0}
  .main-nav>.menu>li{width:100%;border-bottom:1px solid var(--line)}
  .main-nav>.menu>.menu-language-switcher{order:-1;padding:8px 0 14px;border-bottom:1px solid var(--line)}
  .language-switcher{width:max-content}
  .nav-item-row{display:grid;grid-template-columns:minmax(0,1fr) 44px}
  .nav-submenu-toggle{width:44px;height:44px}
  .nav-mega{position:static;left:auto;right:auto;width:auto;min-width:0;padding:18px 10px 22px;grid-template-columns:1fr 1fr;gap:22px;transform:none;border:0;border-top:1px solid var(--line);border-radius:0;background:var(--mist);box-shadow:none;backdrop-filter:none}
  .menu-item-has-mega.is-expanded>.nav-item-row{background:var(--accent-soft)}
  .menu-item-has-mega.is-expanded>.nav-item-row>a,.menu-item-has-mega.is-expanded>.nav-item-row .nav-submenu-toggle{color:var(--accent-dark)}
  .nav-mega-intro{grid-column:1/-1;padding:0 0 18px;border-right:0;border-bottom:1px solid var(--line)}
  .nav-mega-intro>span{max-width:420px}
  .nav-mega-intro>a{margin-top:16px}
  .nav-mega-group a{padding:8px 6px}
  .nav-mega-group a.has-shoe-type-icon{min-height:44px}
  .shop-catalog-layout{grid-template-columns:1fr;gap:24px}
  .catalog-sidebar{position:static}
  .catalog-filter-panel>summary:after{display:block}
  .catalog-filter-panel>summary small{display:none}
  .woocommerce div.product{grid-template-columns:1fr}
  .woocommerce div.product div.summary{position:static}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:782px){
  .admin-bar .site-header{top:46px}
}

@media(max-width:680px){
  .site-search-panel{padding:12px}
  .site-search-panel form>div{border-radius:var(--radius-card)}
  .site-search-panel label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
  .site-search-panel button{padding:0 16px}
  .shop-header{padding:46px 18px 8px}
  .shop-header h1{font-size:clamp(38px,12vw,52px)}
  .woocommerce-shell{padding:24px 12px 96px}
  .nav-mega{grid-template-columns:1fr;padding:16px 8px 22px}
  .nav-mega-intro{grid-column:auto}
  .nav-mega-intro h2{font-size:22px}
  .nav-mega-group{padding-top:2px}
  .nav-mega-group>p{margin-bottom:8px}
  .nav-mega-group a{min-height:44px;padding:12px 6px;display:flex;align-items:center;font-size:12px}
  .catalog-filter-panel{border-radius:var(--radius-card)}
  .catalog-filter-panel>summary{padding:17px 16px}
  .catalog-filter-groups{padding:4px 16px 16px}
  .catalog-filter-group a.has-shoe-type-icon{min-height:44px}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .woocommerce ul.products li.product{padding-bottom:12px!important}
  .woocommerce ul.products li.product a img{margin-bottom:11px!important}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:2.6em;padding:0 9px!important;font-size:11px!important;line-height:1.3}
  .woocommerce ul.products li.product .price{margin:8px 9px 0!important;font-size:23px!important}
  .woocommerce ul.products li.product .button{min-height:36px;margin:12px 9px 0!important;padding:0 11px!important;font-size:8px}
  .woocommerce .star-rating{margin-left:9px;font-size:10px}
  body.single-product{padding-bottom:calc(78px + env(safe-area-inset-bottom,0px))}
  .single-product .shop-header{display:none}
  .single-product .woocommerce-shell{padding:12px 0 42px}
  .single-product .woocommerce .woocommerce-breadcrumb{padding:0 14px}
  .woocommerce div.product{display:flex;flex-direction:column;gap:0}
  .woocommerce div.product div.images{width:100%!important;padding:0 12px}
  .woocommerce div.product div.images .woocommerce-product-gallery__image{border-radius:var(--radius-frame)}
  .woocommerce div.product div.images .flex-control-thumbs{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin-top:8px}
  .woocommerce div.product div.images .flex-control-thumbs img{border-radius:8px}
  .woocommerce div.product div.summary{width:calc(100% - 24px)!important;margin:12px 12px 0!important;padding:24px 18px;border-radius:var(--radius-frame)}
  .woocommerce div.product .product_title{margin-bottom:14px;font-size:clamp(26px,8.2vw,36px);line-height:1.08}
  .woocommerce div.product p.price{margin-bottom:18px;font-size:42px}
  .woocommerce div.product .woocommerce-product-details__short-description{margin-bottom:20px;font-size:13px;line-height:1.65}
  .woocommerce div.product form.cart{padding-top:18px}
  .woocommerce div.product form.cart .variations th{width:72px}
  .woocommerce div.product form.cart .quantity,.woocommerce div.product form.cart .single_add_to_cart_button{display:none!important}
  .product-service-links{margin-top:20px}
  .product-service-links a{min-height:50px;font-size:12px}
  .woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related,.woocommerce div.product .upsells{width:calc(100% - 24px);margin:42px 12px 0;padding:24px 18px;border:1px solid var(--line);border-radius:var(--radius-frame);background:var(--white)}
  .woocommerce div.product .development-review-preview{width:calc(100% - 24px);margin:42px 12px 0;padding:24px 18px}
  .development-review-grid{grid-template-columns:1fr}
  .woocommerce div.product .woocommerce-tabs ul.tabs{gap:20px;overflow:visible}
  .woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:10px}
  .woocommerce div.product .related>h2,.woocommerce div.product .upsells>h2{font-size:30px}
  .woocommerce div.product .related ul.products,.woocommerce div.product .upsells ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .mobile-purchase-bar{height:calc(68px + env(safe-area-inset-bottom,0px));padding:6px 6px env(safe-area-inset-bottom,0px);display:grid;grid-template-columns:repeat(3,minmax(36px,.45fr)) minmax(78px,.9fr) minmax(86px,1fr);gap:4px;position:fixed;left:0;right:0;bottom:0;z-index:90;border-top:1px solid var(--line);background:rgba(250,250,250,.98);box-shadow:0 -12px 30px rgba(0,0,0,.08);backdrop-filter:blur(14px)}
  .mobile-purchase-bar a,.mobile-purchase-bar button{min-width:0;min-height:54px;padding:0 5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;border-radius:12px;background:transparent;color:var(--ink);font-family:Sora,sans-serif;font-size:8px;font-weight:800;line-height:1.15;text-align:center}
  .mobile-purchase-bar a{position:relative}
  .mobile-purchase-bar svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .mobile-purchase-bar .account-badge{top:0;right:1px}
  .mobile-purchase-bar button{border:1px solid #8f9491;font-size:9px}
  .mobile-purchase-bar .buy-now{border-color:var(--accent);background:var(--accent);color:var(--ink)}
  .single-product .site-footer{margin-bottom:0}
}

@media(max-width:360px){
  .site-header{padding:0 6px;gap:4px}
  .logo img{width:102px}
  .header-actions{gap:0}
}

/* Shipping and payment information */
.shipping-payment-overview{max-width:860px;color:var(--ink)}
.shipping-payment-lead{max-width:68ch;margin:0;font-size:18px;line-height:1.75;color:var(--ink)}
.shipping-payment-overview>.zeroland-notice{margin:28px 0 0;padding:18px 20px;border:1px solid color-mix(in srgb,var(--tide) 28%,var(--line));border-radius:12px;background:color-mix(in srgb,var(--tide) 7%,#fff);font-size:15px;line-height:1.65;color:var(--ink)}
.shipping-payment-section{margin-top:52px}
.shipping-payment-section h2{margin:0 0 20px;font-size:28px;line-height:1.25;letter-spacing:-.025em;color:var(--ink)}
.shipping-market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;border-top:1px solid var(--line)}
.shipping-market-grid>div{min-width:0;padding:22px 0;border-bottom:1px solid var(--line)}
.shipping-market-grid h3{margin:0 0 7px;font-size:17px;line-height:1.35;color:var(--ink)}
.shipping-market-grid p{margin:0;max-width:38ch;font-size:14px;line-height:1.65;color:var(--muted)}
.shipping-cost-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.shipping-cost-list>div{padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff}
.shipping-cost-list span{display:block;margin-bottom:8px;font-size:13px;line-height:1.4;color:var(--muted)}
.shipping-cost-list strong{display:block;font-family:Sora,sans-serif;font-size:20px;line-height:1.35;color:var(--ink)}
.shipping-cost-list .shipping-cost-copy{margin:10px 0 0;font-size:14px;line-height:1.65;color:var(--muted)}
.shipping-payment-section>p{max-width:68ch;margin:0 0 18px;font-size:15px;line-height:1.7;color:var(--muted)}
.shipping-cod-fees{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.shipping-cod-fees li{min-width:0;padding:18px;border-right:1px solid var(--line)}
.shipping-cod-fees li:last-child{border-right:0}
.shipping-cod-fees span{display:block;margin-bottom:8px;font-size:13px;line-height:1.4;color:var(--muted)}
.shipping-cod-fees strong{font-family:Sora,sans-serif;font-size:19px;line-height:1.35;font-variant-numeric:tabular-nums;color:var(--ink)}
.shipping-payment-steps{margin:0;padding:0;list-style:none;counter-reset:shipping-step;border-top:1px solid var(--line)}
.shipping-payment-steps li{position:relative;display:grid;grid-template-columns:220px 1fr;gap:22px;padding:20px 0 20px 44px;border-bottom:1px solid var(--line);counter-increment:shipping-step}
.shipping-payment-steps li::before{content:counter(shipping-step);position:absolute;left:0;top:20px;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font-family:Sora,sans-serif;font-size:12px;font-weight:800}
.shipping-payment-steps strong{font-size:15px;line-height:1.55;color:var(--ink)}
.shipping-payment-steps span{font-size:14px;line-height:1.65;color:var(--muted)}
.shipping-payment-note{margin:42px 0 0!important;padding-top:20px;border-top:1px solid var(--line);font-size:13px!important;line-height:1.65!important;color:var(--muted)!important}
@media(max-width:720px){
  .shipping-payment-overview{width:100%}
  .shipping-payment-lead{font-size:16px;line-height:1.7}
  .shipping-payment-overview>.zeroland-notice{margin-top:22px;padding:16px;border-radius:10px;font-size:14px}
  .shipping-payment-section{margin-top:38px}
  .shipping-payment-section h2{margin-bottom:16px;font-size:23px;line-height:1.3}
  .shipping-market-grid{grid-template-columns:1fr}
  .shipping-market-grid>div{padding:17px 0}
  .shipping-market-grid p{max-width:none;font-size:13px;line-height:1.6}
  .shipping-cost-list{grid-template-columns:1fr;gap:12px}
  .shipping-cost-list>div{padding:18px;border-radius:12px}
  .shipping-cost-list strong{font-size:18px}
  .shipping-cost-list .shipping-cost-copy,.shipping-payment-section>p{font-size:14px}
  .shipping-cod-fees{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:12px}
  .shipping-cod-fees li{padding:16px}
  .shipping-cod-fees li:nth-child(2){border-right:0}
  .shipping-cod-fees li:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .shipping-cod-fees strong{font-size:17px}
  .shipping-payment-steps li{grid-template-columns:1fr;gap:4px;padding:17px 0 17px 38px}
  .shipping-payment-steps li::before{top:17px;width:24px;height:24px;font-size:11px}
  .shipping-payment-steps strong{font-size:14px}
  .shipping-payment-steps span{font-size:13px}
  .shipping-payment-note{margin-top:32px!important}
}
@media(prefers-reduced-motion:reduce){.site-header{transition:none}}

/* Customer account — quiet retail workspace */
body.woocommerce-account{background:#f0f1f1}
.woocommerce-account .kodee-fab{display:none!important}
.account-page-hero{max-width:var(--max);margin:0 auto;padding:clamp(38px,4vw,58px) var(--pad) 24px;display:flex;align-items:center;justify-content:space-between;gap:40px;border:0}
.account-page-hero h1{max-width:820px;margin:0;color:var(--ink);font-size:clamp(44px,4.8vw,68px);line-height:1;letter-spacing:-.04em}
.account-page-hero p{max-width:560px;margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.65}
.account-hero-actions{display:flex;align-items:center;gap:10px}
.account-hero-actions a{min-height:46px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid #929695;border-radius:var(--radius-button);background:transparent;font-family:Sora,sans-serif;font-size:10px;font-weight:800;white-space:nowrap;transition:background .2s,border-color .2s,transform .2s}
.account-hero-actions a span{color:var(--accent-dark)}
.account-hero-actions a:hover{border-color:var(--accent);background:var(--accent-soft)}
.account-hero-actions a:active{transform:scale(.98)}
.account-mobile-signout{display:none!important}
.account-page-layout{max-width:var(--max);margin:0 auto;padding:16px var(--pad) clamp(96px,8vw,128px);display:block}
.account-content{max-width:none;font-size:15px}
.woocommerce-account .account-content>.woocommerce{display:grid;grid-template-columns:minmax(228px,280px) minmax(0,1fr);grid-template-rows:max-content 1fr;grid-template-areas:"account-heading account-content" "account-nav account-content";gap:0 22px;align-items:start}
.woocommerce-account .account-content>.woocommerce::before,.woocommerce-account .account-content>.woocommerce::after{display:none}

.woocommerce-account .woocommerce-MyAccount-navigation{grid-area:account-nav;width:auto;height:100%;min-height:460px;float:none;overflow:hidden;border:1px solid var(--line);border-top:0;border-radius:0 0 var(--radius-frame) var(--radius-frame);background:#e4e6e5}
.account-nav-heading{grid-area:account-heading;padding:22px 20px 18px;border:1px solid var(--line);border-bottom:1px solid #c8cbca;border-radius:var(--radius-frame) var(--radius-frame) 0 0;background:#e4e6e5}
.account-nav-heading strong{display:block;font-family:Sora,sans-serif;font-size:14px;letter-spacing:-.02em}
.account-nav-heading span{display:block;margin-top:7px;color:var(--muted);font-size:11px;line-height:1.5}
.woocommerce-account .woocommerce-MyAccount-navigation ul{height:100%;margin:0;padding:8px;display:grid;grid-template-rows:repeat(5,minmax(0,1fr));list-style:none}
.woocommerce-account .woocommerce-MyAccount-navigation li{min-height:0;margin:0;border:0}
.woocommerce-account .woocommerce-MyAccount-navigation a{height:100%;min-height:68px;padding:12px 14px;display:flex;align-items:center;justify-content:flex-start;gap:13px;position:relative;border:0;border-radius:12px;color:#4f5352;text-decoration:none;transition:background .18s,color .18s,transform .18s}
.woocommerce-account .woocommerce-MyAccount-navigation a{font-family:Sora,sans-serif;font-size:11px;font-weight:800}
.woocommerce-account .woocommerce-MyAccount-navigation a::before{content:"";width:19px;height:19px;flex:0 0 19px;background:currentColor;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-position:center;mask-repeat:no-repeat;mask-size:contain;opacity:.82}
.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round' d='M4 4h6v6H4zM14 4h6v6h-6zM4 14h6v6H4zM14 14h6v6h-6z'%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round' d='M4 4h6v6H4zM14 4h6v6h-6zM4 14h6v6H4zM14 14h6v6h-6z'%2F%3E%3C%2Fsvg%3E")}
.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M5 8h14l-1 12H6L5 8ZM8 8V6a4 4 0 0 1 8 0v2'%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M5 8h14l-1 12H6L5 8ZM8 8V6a4 4 0 0 1 8 0v2'%2F%3E%3C%2Fsvg%3E")}
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M12 21s7-6.2 7-12a7 7 0 1 0-14 0c0 5.8 7 12 7 12Zm0-9a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M12 21s7-6.2 7-12a7 7 0 1 0-14 0c0 5.8 7 12 7 12Zm0-9a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'%2F%3E%3C%2Fsvg%3E")}
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm-7 8c.8-4 3.1-6 7-6s6.2 2 7 6'%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm-7 8c.8-4 3.1-6 7-6s6.2 2 7 6'%2F%3E%3C%2Fsvg%3E")}
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M10 4H5v16h5M14 8l4 4-4 4M8 12h10'%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M10 4H5v16h5M14 8l4 4-4 4M8 12h10'%2F%3E%3C%2Fsvg%3E")}
.woocommerce-account .woocommerce-MyAccount-navigation a>span{font-family:Sora,sans-serif;font-size:11px;font-weight:800}
.woocommerce-account .woocommerce-MyAccount-navigation a small{margin-top:3px;color:#767b79;font-size:10px;line-height:1.35}
.woocommerce-account .woocommerce-MyAccount-navigation a::after{content:"";width:7px;height:7px;position:absolute;right:14px;top:50%;border-radius:50%;background:transparent;transform:translateY(-50%)}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#eef0ef;color:var(--ink)}
.woocommerce-account .woocommerce-MyAccount-navigation a:active{transform:scale(.985)}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:var(--brand-trail-green);color:#fff}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a::after{background:var(--ink)}

.woocommerce-account .woocommerce-MyAccount-content{grid-area:account-content;min-width:0;width:auto;float:none;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-frame);background:var(--white)}
.account-section-header{padding:clamp(26px,2.8vw,34px);display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,360px);align-items:end;gap:28px;border-bottom:1px solid var(--soft-line)}
.account-section-header h2{margin:0;color:var(--ink);font-size:clamp(30px,2.5vw,38px);line-height:1.04;letter-spacing:-.035em}
.account-section-header p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.account-section-body{padding:clamp(26px,2.8vw,34px)}
.account-return-link{display:none}

.account-welcome{padding:0 0 26px;display:flex;align-items:start;justify-content:space-between;gap:30px;border:0;border-bottom:1px solid var(--soft-line)}
.account-welcome h2{margin:0;color:var(--ink);font-size:clamp(28px,3vw,40px);line-height:1.06;letter-spacing:-.035em;overflow-wrap:anywhere}
.account-identity{max-width:100%;margin:9px 0 0!important;color:var(--muted)!important;font-size:11px!important;line-height:1.5!important;overflow-wrap:anywhere}
.account-welcome>div>p:last-child{max-width:590px;margin:12px 0 0;color:var(--muted);font-size:13px;line-height:1.65}
.account-profile-shortcut{width:60px;height:60px;flex:0 0 60px;display:block;border:1px solid var(--line);border-radius:50%;background:var(--mist);color:var(--ink);text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s}
.account-profile-shortcut:hover{border-color:var(--accent-dark);transform:translateY(-2px);box-shadow:0 8px 20px rgba(17,18,18,.12)}
.account-profile-shortcut:active{transform:translateY(0) scale(.985)}
.account-profile-shortcut:focus-visible{outline:3px solid rgba(35,77,54,.24);outline-offset:3px}
.account-profile-shortcut img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;border-radius:50%;background:var(--white)}
.account-status-grid{margin-top:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border:0}
.account-status-card{min-height:154px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--soft-line);border-radius:var(--radius-card);background:var(--mist);text-decoration:none;transition:background .2s,border-color .2s,transform .2s}
a.account-status-card:hover{border-color:#b8bcba;background:#eceeed;transform:translateY(-2px)}
a.account-status-card:active{transform:translateY(0) scale(.99)}
.account-card-label{color:var(--muted);font-family:Sora,sans-serif;font-size:9px;font-weight:800;letter-spacing:.045em;text-transform:uppercase}
.account-status-card strong{display:block;margin:18px 0 0;color:var(--ink);font-family:Sora,sans-serif;font-size:clamp(26px,2.7vw,36px);line-height:1;letter-spacing:-.03em}
.account-status-card>span:last-child{max-width:31ch;margin-top:12px;color:var(--muted);font-size:11px;line-height:1.5}
.account-market-card{border-color:#c7d5cc;background:var(--accent-soft)}
.account-market-card strong{color:var(--accent-dark);font-family:RajdhaniPrice,Sora,sans-serif;font-style:italic;font-weight:600;letter-spacing:-.02em}
.account-assurance{margin-top:12px;padding:clamp(24px,3vw,34px);display:grid;grid-template-columns:minmax(190px,.65fr) minmax(0,1.35fr);gap:18px 42px;align-items:start;border-radius:var(--radius-card);background:var(--ink);color:var(--white)}
.account-assurance h3{margin:0;font-size:clamp(20px,2.2vw,28px);line-height:1.15;letter-spacing:-.025em}
.account-assurance p{margin:0;color:#cfd1d0;font-size:12px;line-height:1.75}
.account-assurance a{grid-column:2;justify-self:start;color:var(--white);font-family:Sora,sans-serif;font-size:9px;font-weight:800;text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:6px}

.woocommerce-account .woocommerce-message,.woocommerce-account .woocommerce-error,.woocommerce-account .woocommerce-info{margin:0 0 22px;padding:18px 18px 18px 54px;border:1px solid var(--line);border-top:1px solid var(--accent);border-radius:var(--radius-card);background:var(--mist);color:var(--graphite);font-size:13px;line-height:1.6}
.woocommerce-account .woocommerce-message,.woocommerce-account .woocommerce-info{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.woocommerce-account .woocommerce-message .button,.woocommerce-account .woocommerce-error .button,.woocommerce-account .woocommerce-info .button{order:2;float:none!important;flex:0 0 auto;margin:0 0 0 auto!important}
.woocommerce-account form.login,.woocommerce-account form.register,.woocommerce-account form.edit-account,.woocommerce-account form.woocommerce-EditAccountForm{margin:0;padding:0;border:0;border-radius:0;overflow:visible}
.woocommerce-account:not(.logged-in) .account-page-layout{max-width:1120px}
.woocommerce-account:not(.logged-in) .account-content>.woocommerce{display:block}
.woocommerce-account #customer_login{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:12px;border:0;border-radius:0;background:transparent;overflow:visible}
.woocommerce-account #customer_login::before,.woocommerce-account #customer_login::after{display:none!important;content:none!important}
.woocommerce-account #customer_login>div{width:auto;min-width:0;float:none;padding:clamp(28px,4vw,48px);display:flex;flex-direction:column;align-self:stretch;border:1px solid var(--line);border-radius:var(--radius-frame);background:var(--white)}
.woocommerce-account #customer_login h2{margin:0 0 28px;font-size:clamp(30px,3.5vw,46px);line-height:1.05;letter-spacing:-.035em}
.woocommerce-account #customer_login form{padding:0;border:0}
.woocommerce-account form .form-row{margin:0 0 18px;padding:0}
.woocommerce-account form .form-row label{margin:0 0 7px;display:block;color:var(--graphite);font-family:Sora,sans-serif;font-size:10px;font-weight:800}
.woocommerce-account form .form-row .required{color:var(--accent-dark)}
.woocommerce-account form .form-row input.input-text,.woocommerce-account form .form-row textarea,.woocommerce-account form .form-row select{width:100%;min-height:50px;padding:11px 14px;border:1px solid #b9bcbb;border-radius:12px;background:#f8f9f8;color:var(--ink);box-shadow:none;transition:border-color .18s,background .18s,box-shadow .18s}
.woocommerce-account form .form-row textarea{min-height:112px;resize:vertical}
.woocommerce-account form .form-row input.input-text:hover,.woocommerce-account form .form-row textarea:hover,.woocommerce-account form .form-row select:hover{border-color:#8d9290}
.woocommerce-account form .form-row input.input-text:focus,.woocommerce-account form .form-row textarea:focus,.woocommerce-account form .form-row select:focus{outline:0;border-color:var(--accent-dark);background:var(--white);box-shadow:0 0 0 3px rgba(35,77,54,.16)}
.woocommerce-account form.woocommerce-EditAccountForm{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}
.woocommerce-account form.woocommerce-EditAccountForm>.clear,.woocommerce-account .woocommerce-address-fields__field-wrapper>.clear{display:none}
.woocommerce-account form.woocommerce-EditAccountForm .form-row-first,.woocommerce-account form.woocommerce-EditAccountForm .form-row-last,.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-first,.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-last{width:auto;float:none}
.woocommerce-account form.woocommerce-EditAccountForm .form-row-wide,.woocommerce-account form.woocommerce-EditAccountForm fieldset,.woocommerce-account form.woocommerce-EditAccountForm>p:last-child{grid-column:1/-1}
.woocommerce-account .woocommerce-address-fields__field-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}
.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-wide{grid-column:1/-1;width:auto;float:none}
.account-avatar-editor{grid-column:1/-1;margin:0 0 30px;padding:0 0 30px;scroll-margin-top:110px;border-bottom:1px solid var(--soft-line)}
.account-avatar-summary{display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:20px}
.account-avatar-current{width:88px;height:88px;overflow:hidden;border:1px solid var(--line);border-radius:50%;background:var(--mist)}
.account-avatar-current img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.account-avatar-copy h3{margin:0;color:var(--ink);font-size:20px;line-height:1.2;letter-spacing:-.025em}
.account-avatar-copy>p{max-width:58ch;margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.65}
.account-avatar-actions{margin-top:16px;display:flex;align-items:center;flex-wrap:wrap;gap:9px}
.account-avatar-input{width:1px;height:1px;position:absolute;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
.account-avatar-control,.account-avatar-cancel{min-height:40px;padding:0 15px;border-radius:var(--radius-button);font-family:Sora,sans-serif;font-size:9px;font-weight:800;line-height:38px;cursor:pointer;transition:background .18s,border-color .18s,color .18s,transform .18s}
.account-avatar-control{border:1px solid var(--ink);background:var(--ink);color:var(--white)}
.account-avatar-control:hover{border-color:var(--accent);background:var(--accent);color:var(--ink)}
.account-avatar-remove,.account-avatar-cancel{border:1px solid #9fa3a1;background:transparent;color:var(--ink)}
.account-avatar-remove:hover,.account-avatar-cancel:hover{border-color:var(--ink);background:var(--white)}
.account-avatar-control:active,.account-avatar-cancel:active{transform:scale(.98)}
.account-avatar-control:disabled,.account-avatar-cancel:disabled{cursor:not-allowed;opacity:.45}
.account-avatar-control:focus-visible,.account-avatar-cancel:focus-visible,.account-avatar-crop-stage:focus-visible{outline:3px solid rgba(35,77,54,.24);outline-offset:3px}
.account-avatar-workspace{margin-top:22px;padding:22px;display:grid;grid-template-columns:200px minmax(0,1fr);align-items:center;gap:28px;border:1px solid var(--soft-line);border-radius:var(--radius-card);background:var(--mist)}
.account-avatar-workspace[hidden]{display:none}
.account-avatar-crop-stage{width:200px;height:200px;position:relative;overflow:hidden;border:1px solid #a7abaa;border-radius:50%;background:#dfe2e1;cursor:grab;touch-action:none;user-select:none}
.account-avatar-crop-stage.is-dragging{cursor:grabbing}
.account-avatar-crop-stage::after{content:"";position:absolute;inset:0;z-index:2;border:2px solid rgba(255,255,255,.9);border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);pointer-events:none}
.account-avatar-crop-stage img{width:auto;height:auto;max-width:none;position:absolute;inset:0 auto auto 0;display:block;border-radius:0;transform-origin:top left;will-change:transform;pointer-events:none}
.account-avatar-tools h4{margin:0;color:var(--ink);font-size:18px;line-height:1.25;letter-spacing:-.02em}
.account-avatar-tools>p{max-width:46ch;margin:8px 0 18px;color:var(--muted);font-size:12px;line-height:1.65}
.account-avatar-tools label{max-width:280px;display:block;color:var(--graphite);font-family:Sora,sans-serif;font-size:10px;font-weight:800}
.account-avatar-tools label span{display:block;margin-bottom:8px}
.account-avatar-tools input[type=range]{width:100%;height:24px;margin:0;accent-color:var(--accent-dark);cursor:pointer}
.account-avatar-save-row{margin-top:19px;display:flex;align-items:center;flex-wrap:wrap;gap:9px}
.account-avatar-status{min-height:20px;margin:14px 0 0;color:var(--muted);font-size:11px;line-height:1.55}
.account-avatar-status:empty{margin-top:0;min-height:0}
.account-avatar-status[data-state=success]{color:#08796f}
.account-avatar-status[data-state=error]{color:#a02626}
.account-avatar-status[data-state=loading]{color:var(--graphite)}
.woocommerce-account fieldset{margin:30px 0 0;padding:24px;overflow:hidden;border:1px solid var(--soft-line);border-radius:var(--radius-card);background:var(--mist)}
.woocommerce-account fieldset legend{width:100%;margin:0 0 20px;padding:0 0 14px;float:left;border-bottom:1px solid var(--soft-line);color:var(--ink);font-family:Sora,sans-serif;font-size:13px;font-weight:800;line-height:1.4}
.woocommerce-account fieldset legend+*{clear:both}
.woocommerce-account form.woocommerce-EditAccountForm>p:last-child{margin:20px 0 0}
.woocommerce-account button.button,.woocommerce-account a.button,.woocommerce-account .woocommerce-Button{min-height:44px;padding:0 18px;border:1px solid var(--ink);border-radius:var(--radius-button);background:var(--ink);color:var(--white);font-family:Sora,sans-serif;font-size:9px;font-weight:800;line-height:42px;white-space:nowrap;transition:background .18s,border-color .18s,color .18s,transform .18s}
.woocommerce-account button.button:hover,.woocommerce-account a.button:hover,.woocommerce-account .woocommerce-Button:hover{border-color:var(--accent);background:var(--accent);color:var(--ink)}
.woocommerce-account button.button:active,.woocommerce-account a.button:active,.woocommerce-account .woocommerce-Button:active{transform:scale(.98)}
.woocommerce-account button.button:disabled,.woocommerce-account a.button:disabled{cursor:not-allowed;opacity:.45}
.woocommerce-account .show-password-input{top:50%;right:12px;transform:translateY(-50%)}

.woocommerce-account table.shop_table,.woocommerce-account table.my_account_orders{width:100%;margin:0;border:1px solid var(--soft-line);border-collapse:separate;border-spacing:0;border-radius:var(--radius-card);overflow:hidden;font-size:12px}
.woocommerce-account table.shop_table th,.woocommerce-account table.shop_table td{padding:16px;border:0;border-bottom:1px solid var(--soft-line);text-align:left;vertical-align:middle}
.woocommerce-account table.shop_table tr:last-child td{border-bottom:0}
.woocommerce-account table.shop_table th{background:var(--mist);color:var(--muted);font-family:Sora,sans-serif;font-size:9px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}
.woocommerce-account table.shop_table .order-number a{color:var(--accent-dark);font-family:Sora,sans-serif;font-weight:800}
.woocommerce-account table.shop_table .button{min-height:36px;padding:0 13px;line-height:34px}
.woocommerce-account .woocommerce-Addresses,.woocommerce-account .addresses{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:12px}
.woocommerce-account .woocommerce-Addresses::before,.woocommerce-account .woocommerce-Addresses::after,.woocommerce-account .addresses::before,.woocommerce-account .addresses::after{display:none!important;content:none!important}
.woocommerce-account .addresses .woocommerce-Address{width:auto;min-width:0;min-height:148px;float:none;padding:22px;display:flex;flex-direction:column;border:1px solid var(--soft-line);border-radius:var(--radius-card);background:var(--mist)}
.woocommerce-account .addresses .title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.woocommerce-account .addresses .title h2{margin:0;font-size:20px;letter-spacing:-.025em}
.woocommerce-account .addresses .title .edit{color:var(--accent-dark);font-family:Sora,sans-serif;font-size:9px;font-weight:800;text-decoration:underline;text-underline-offset:5px}
.woocommerce-account .addresses address{margin:18px 0 0;color:var(--muted);font-size:12px;font-style:normal;line-height:1.75}
.woocommerce-account .woocommerce-order-details,.woocommerce-account .woocommerce-customer-details{margin-top:30px}
.woocommerce-account .woocommerce-order-details h2,.woocommerce-account .woocommerce-customer-details h2,.woocommerce-account .account-section-body>h2{margin:0 0 20px;font-size:clamp(24px,2.6vw,34px);letter-spacing:-.03em}
.woocommerce-account mark{padding:2px 6px;border-radius:6px;background:var(--accent-soft);color:var(--accent-dark)}

@media(max-width:900px){
  .account-page-hero{align-items:start;flex-direction:column}
  .woocommerce-account .account-content>.woocommerce{grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"account-heading" "account-nav" "account-content";gap:0}
  .woocommerce-account .woocommerce-MyAccount-navigation{height:auto;min-height:0;position:static}
  .account-nav-heading{padding:20px}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{height:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;gap:6px}
  .woocommerce-account .woocommerce-MyAccount-navigation li{min-height:auto}
  .woocommerce-account .woocommerce-MyAccount-navigation a{height:auto;min-height:60px;background:#eceeed}
  .account-section-header{grid-template-columns:1fr}
}

@media(max-width:680px){
  body.woocommerce-account{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}
  .account-mobile-dock{height:calc(64px + env(safe-area-inset-bottom,0px));padding:4px 6px env(safe-area-inset-bottom,0px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));position:fixed;left:0;right:0;bottom:0;z-index:90;border-top:1px solid var(--line);border-radius:0;background:rgba(250,250,250,.98);box-shadow:0 -10px 28px rgba(0,0,0,.07);backdrop-filter:blur(14px)}
  .account-mobile-dock a{min-width:0;min-height:56px;padding:4px 2px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;border-radius:0;background:transparent;color:#525755;font-family:Sora,sans-serif;font-size:9px;font-weight:800;line-height:1.1;text-align:center;transition:color .18s,background .18s}
  .account-mobile-dock a::before{content:"";height:3px;position:absolute;top:-4px;left:18px;right:18px;border-radius:0 0 3px 3px;background:var(--accent);opacity:0;transform:scaleX(.4);transition:opacity .18s,transform .18s}
  .account-mobile-dock a:hover,.account-mobile-dock a:focus-visible{background:var(--accent-soft);color:var(--ink)}
  .account-mobile-dock a.is-active{color:var(--accent-dark)}
  .account-mobile-dock a.is-active::before{opacity:1;transform:scaleX(1)}
  .account-mobile-dock svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .account-mobile-dock__profile .dock-account-avatar{width:32px;height:32px;border:1px solid #aeb3b1}
  .account-mobile-dock__profile.is-active .dock-account-avatar{border:2px solid var(--accent-dark)}
  .account-mobile-dock__profile.is-active svg{color:var(--accent-dark)}
  .account-page-hero{padding:18px 14px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px}
  .account-page-hero h1{font-size:34px;line-height:.98}
  .account-page-hero p{max-width:32ch;margin-top:7px;font-size:11px;line-height:1.45}
  .account-hero-actions{align-items:flex-end;flex-direction:column-reverse;gap:2px}
  .account-hero-actions .account-continue-shopping{min-height:40px;padding:0 13px;gap:8px;font-size:9px}
  .account-mobile-signout{min-height:32px!important;padding:0 5px!important;display:inline-flex!important;border:0!important;color:#646967;text-decoration:underline;text-decoration-color:#a8acab;text-underline-offset:4px}
  .account-page-layout{padding:4px 10px 80px}
  .account-content{font-size:13px}
  .woocommerce-account.logged-in .account-content>.woocommerce{display:block}
  .woocommerce-account.logged-in .account-nav-heading,.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{display:none}
  .woocommerce-account .woocommerce-MyAccount-content{border-radius:14px}
  .account-section-header{padding:15px 14px 12px;gap:5px}
  .account-section-header h2{font-size:24px;line-height:1.04}
  .account-section-header p{font-size:11px;line-height:1.45}
  .account-section-body{padding:14px}
  .woocommerce-account .woocommerce-message,.woocommerce-account .woocommerce-info{align-items:flex-start}
  .woocommerce-account .woocommerce-message .button,.woocommerce-account .woocommerce-info .button{width:100%;order:2;margin:4px 0 0!important;text-align:center}
  .account-welcome{display:block;padding-bottom:14px}
  .account-welcome h2{font-size:24px;line-height:1.08}
  .account-identity{margin-top:6px!important;font-size:10px!important}
  .account-welcome>div>p:last-child{margin-top:7px;font-size:11px;line-height:1.45}
  .account-profile-shortcut{display:none}
  .account-status-grid{margin-top:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .account-status-card{min-height:112px;padding:12px;border-radius:12px}
  .account-card-label{font-size:8px;letter-spacing:.03em}
  .account-status-card strong{margin-top:12px;font-size:22px}
  .account-status-card>span:last-child{margin-top:7px;font-size:9.5px;line-height:1.35}
  .account-assurance{margin-top:8px;padding:16px 14px;grid-template-columns:1fr;gap:8px;border-radius:12px}
  .account-assurance h3{font-size:18px}
  .account-assurance p{font-size:10.5px;line-height:1.5}
  .account-assurance a{font-size:8px;text-underline-offset:4px}
  .account-assurance a{grid-column:auto}
  .woocommerce-account #customer_login{grid-template-columns:1fr}
  .woocommerce-account #customer_login>div{padding:26px 20px}
  .woocommerce-account form.woocommerce-EditAccountForm,.woocommerce-account .woocommerce-address-fields__field-wrapper{grid-template-columns:1fr;gap:0}
  .woocommerce-account form.woocommerce-EditAccountForm .form-row-first,.woocommerce-account form.woocommerce-EditAccountForm .form-row-last,.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-first,.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-last{grid-column:1;width:100%}
  .woocommerce-account form .form-row{margin-bottom:13px}
  .woocommerce-account form .form-row input.input-text,.woocommerce-account form .form-row textarea,.woocommerce-account form .form-row select{min-height:46px;padding:9px 12px;border-radius:10px}
  .account-avatar-editor{margin-bottom:16px;padding-bottom:16px}
  .account-avatar-summary{grid-template-columns:60px minmax(0,1fr);align-items:start;gap:12px}
  .account-avatar-current{width:60px;height:60px}
  .account-avatar-copy h3{font-size:17px}
  .account-avatar-copy>p{margin-top:5px;font-size:10px;line-height:1.45}
  .account-avatar-actions{grid-column:1/-1;margin-top:10px;gap:7px}
  .account-avatar-workspace{padding:18px 14px;grid-template-columns:1fr;justify-items:center;gap:20px}
  .account-avatar-crop-stage{width:min(200px,100%);height:auto;aspect-ratio:1}
  .account-avatar-tools{width:100%}
  .account-avatar-tools label{max-width:none}
  .account-avatar-save-row{align-items:stretch;flex-direction:column}
  .account-avatar-save-row button{width:100%}
  .woocommerce-account fieldset{margin-top:20px;padding:16px 13px;border-radius:12px}
  .woocommerce-account fieldset legend{margin-bottom:14px;padding-bottom:10px}
  .woocommerce-account .woocommerce-Addresses,.woocommerce-account .addresses{grid-template-columns:1fr}
  .woocommerce-account .addresses .woocommerce-Address{min-height:0;padding:15px;border-radius:12px}
  .woocommerce-account .addresses address{margin-top:10px;line-height:1.55}
  .woocommerce-account table.my_account_orders thead{display:none}
  .woocommerce-account table.my_account_orders,.woocommerce-account table.my_account_orders tbody,.woocommerce-account table.my_account_orders tr,.woocommerce-account table.my_account_orders td{display:block;width:100%}
  .woocommerce-account table.my_account_orders tr{padding:7px 12px;border-bottom:1px solid var(--soft-line)}
  .woocommerce-account table.my_account_orders tr:last-child{border-bottom:0}
  .woocommerce-account table.my_account_orders td{min-height:34px;padding:6px 0 6px 42%;position:relative;border:0;text-align:right!important}
  .woocommerce-account table.my_account_orders td::before{content:attr(data-title);width:40%;position:absolute;left:0;color:var(--muted);font-family:Sora,sans-serif;font-size:9px;font-weight:800;text-align:left}
  .woocommerce-account table.my_account_orders td.order-actions{padding-left:0;text-align:left!important}
  .woocommerce-account table.my_account_orders td.order-actions::before{display:none}
}

/* Brand story and About page */
.home-brand-story{margin:clamp(24px,4vw,72px);display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-frame);background:var(--ink);color:var(--white)}
.home-brand-story__heading,.home-brand-story__copy{padding:clamp(42px,6vw,88px)}
.home-brand-story__heading{border-right:1px solid rgba(255,255,255,.2)}
.home-brand-story .eyebrow,.about-page .eyebrow{margin:0 0 18px;color:var(--accent-dark);font-family:Sora,sans-serif;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.home-brand-story .eyebrow{color:var(--accent)}
.home-brand-story h2{max-width:720px;margin:0;color:var(--white);font-size:clamp(36px,4vw,62px);line-height:1.03}
.home-brand-story__copy{display:flex;flex-direction:column;justify-content:center}
.home-brand-story__copy p{max-width:660px;margin:0;color:#d7d9d8;font-size:14px;line-height:1.75}
.home-brand-story__copy p+p{margin-top:14px}
.home-brand-story__copy .text-link{margin-top:30px;border-color:var(--accent);background:var(--accent);color:var(--ink)}
.home-brand-story__copy .text-link:hover,.home-brand-story__copy .text-link:focus-visible{border-color:var(--white);background:var(--white);color:var(--ink)}

.about-page{background:var(--paper)}
.about-hero{min-height:620px;padding:clamp(70px,8vw,128px) var(--pad);display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);align-items:end;gap:clamp(50px,8vw,130px);border-bottom:1px solid var(--line);background:var(--grey)}
.about-hero__copy{max-width:920px}
.about-hero h1{margin:0;font-size:clamp(54px,7.4vw,112px);line-height:.94;letter-spacing:-.055em}
.about-hero__lead{max-width:760px;margin:34px 0 0;color:#464b49;font-size:clamp(16px,1.5vw,21px);line-height:1.68}
.about-hero__facts{border-top:1px solid #aeb3b1}
.about-hero__facts>div{padding:20px 0;border-bottom:1px solid #aeb3b1}
.about-hero__facts small,.about-trust__details small{display:block;margin-bottom:8px;color:var(--accent-dark);font-family:Sora,sans-serif;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.about-hero__facts strong{display:block;font-family:ChakraPetch,"Noto Sans TC","PingFang TC","Microsoft JhengHei",Sora,sans-serif;font-size:18px;font-style:italic;font-weight:600;line-height:1.25}

.about-story,.about-market{padding:clamp(76px,8vw,126px) var(--pad);display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(44px,8vw,130px)}
.about-story h2,.about-work h2,.about-market h2,.about-trust h2,.about-cta h2{max-width:760px;margin:0;font-size:clamp(38px,5vw,72px);line-height:1.02}
.about-story__copy{max-width:760px}
.about-story__copy p,.about-market__copy>p:not(.eyebrow){margin:0;color:#454a48;font-size:15px;line-height:1.85}
.about-story__copy p+p,.about-market__copy>p+p{margin-top:20px}

.about-work{padding:clamp(76px,8vw,126px) var(--pad);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--grey)}
.about-work>header{max-width:920px}
.about-work>header>p:last-child,.about-trust>header>p:last-child{max-width:700px;margin:24px 0 0;color:#565b59;font-size:14px;line-height:1.75}
.about-work__grid{margin-top:clamp(42px,5vw,72px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.about-work__grid article{min-height:270px;padding:26px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--white)}
.about-work__grid small{color:var(--accent-dark);font-family:Sora,sans-serif;font-size:9px;font-weight:800}
.about-work__grid h3{margin:auto 0 16px;font-size:24px;line-height:1.1}
.about-work__grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}

.about-market{align-items:center;background:var(--white)}
.about-market__copy{max-width:760px}
.about-market__principle{padding:clamp(30px,4vw,54px);border-radius:var(--radius-frame);background:var(--accent-soft)}
.about-market__principle strong{display:block;color:var(--accent-dark);font-family:ChakraPetch,Sora,sans-serif;font-size:clamp(25px,3vw,38px);font-style:italic;font-weight:600}
.about-market__principle p{margin:18px 0 0;color:#31524f;font-size:13px;line-height:1.75}

.about-trust{padding:clamp(76px,8vw,126px) var(--pad);display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(44px,8vw,130px);background:var(--mist);border-top:1px solid var(--line)}
.about-trust__details{display:grid;gap:12px}
.about-trust__details>div{padding:clamp(26px,3vw,40px);border:1px solid var(--line);border-radius:var(--radius-card);background:var(--white)}
.about-trust__details strong{display:block;font-family:ChakraPetch,Sora,sans-serif;font-size:clamp(20px,2vw,28px);font-style:italic;font-weight:600;line-height:1.25}
.about-trust__details p,.about-trust__details address{margin:15px 0 0;color:var(--muted);font-size:12px;font-style:normal;line-height:1.75}

.about-cta{padding:clamp(62px,7vw,100px) var(--pad);display:flex;align-items:end;justify-content:space-between;gap:40px;background:var(--ink);color:var(--white)}
.about-cta h2{max-width:850px;color:var(--white)}
.about-cta .button{flex:0 0 auto;gap:16px}

@media(max-width:980px){
  .home-brand-story{grid-template-columns:1fr}
  .home-brand-story__heading{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}
  .about-hero{min-height:0;grid-template-columns:1fr;align-items:start}
  .about-hero__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
  .about-hero__facts>div{padding:18px 14px;border-right:1px solid #aeb3b1}
  .about-hero__facts>div:last-child{border-right:0}
  .about-story,.about-market,.about-trust{grid-template-columns:1fr}
  .about-work__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:680px){
  .home-brand-story{margin:14px}
  .home-brand-story__heading,.home-brand-story__copy{padding:34px 22px}
  .home-brand-story h2{font-size:34px}
  .home-brand-story__copy p{font-size:12px;line-height:1.7}
  .about-hero{padding:54px 18px 44px;gap:38px}
  .about-hero h1{font-size:clamp(45px,13vw,62px)}
  .about-hero__lead{margin-top:24px;font-size:14px;line-height:1.65}
  .about-hero__facts{grid-template-columns:1fr}
  .about-hero__facts>div{padding:15px 0;border-right:0}
  .about-story,.about-work,.about-market,.about-trust{padding:58px 18px;gap:32px}
  .about-story h2,.about-work h2,.about-market h2,.about-trust h2,.about-cta h2{font-size:36px}
  .about-story__copy p,.about-market__copy>p:not(.eyebrow){font-size:13px;line-height:1.75}
  .about-work__grid{margin-top:34px;grid-template-columns:1fr}
  .about-work__grid article{min-height:190px;padding:22px}
  .about-trust__details>div{padding:22px 18px}
  .about-cta{padding:52px 18px;align-items:stretch;flex-direction:column}
  .about-cta .button{width:100%}
}

/* Mobile retail refinement 0.9.42. One shared catalogue, task-first presentation. */
.product-name-mobile,.mobile-empty-cart-shop{display:none}
.woocommerce ul.products{padding:0!important;list-style:none}
.mobile-filter-dialog{display:none}
.mobile-filter-dialog[open]{display:flex}
.mobile-back-link{display:none}
.mobile-disclosure-trigger{display:none}
.mobile-colour-more{display:none}
.shoe-type-icon{display:none}
.account-control>.account-badge{display:none}
.account-nav-cart{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:12px 16px;font-size:14px;border-bottom:1px solid var(--line)}
.account-nav-cart .account-badge{position:static}

/* Checkout — remove the page-template and block padding being applied twice. */
.woocommerce-checkout .page-hero{padding-top:clamp(42px,5vw,72px);padding-bottom:32px}
.woocommerce-checkout .page-hero h1{font-size:clamp(42px,5vw,72px);line-height:1}
.woocommerce-checkout .page-layout{display:block;padding-top:32px;padding-bottom:64px}
.woocommerce-checkout .page-aside{display:none}
.woocommerce-checkout .entry-content{max-width:none}
.woocommerce-checkout .wc-block-checkout{max-width:none;margin:0;padding:0}
@media(max-width:680px){
  .disclosure-desktop-label,#special-offers[hidden]{display:none!important}
  body{font-family:Sora,"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif}
  .site-shell{overflow:visible}
  .site-shell main,.shop-product-results,.product-card,.entry-content{min-width:0}
  .site-shell h1,.site-shell h2,.site-shell h3{font-family:Sora,"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;font-style:normal;letter-spacing:-.025em;overflow-wrap:break-word}
  .site-shell button,.site-shell input,.site-shell select,.site-shell textarea{font-family:inherit}
  .product-name-desktop{display:none}
  .product-name-mobile{display:inline}
  .site-shell :focus-visible{outline:2px solid #234d36;outline-offset:3px}
  .site-shell ::selection{background:#bbefeb;color:#152522}
  .site-shell input,.site-shell textarea{caret-color:#234d36}
  .announcement{min-height:24px;font-size:10px}
  .site-header{height:60px;padding:0 12px;gap:4px;box-shadow:none;backdrop-filter:none;background:#fafafa}
  .logo img{width:clamp(106px,30vw,132px)}
  .menu-toggle{min-width:44px;min-height:44px;padding:0 7px;font-size:12px}
  .header-actions{gap:0}
  .header-actions>.cart-control{display:none}
  .header-actions>.language-switcher{display:flex;margin:0;padding:0;border:0;background:transparent;gap:0}
  .header-actions>.language-switcher a{min-width:40px;min-height:44px;padding:0 4px;font-size:11px;border-radius:8px}
  .account-control>.account-badge{display:grid;place-items:center;position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0;font-size:10px;line-height:1}
  .menu-language-switcher:empty{display:none}
  .site-header{transition:transform .2s ease}
  .site-header.is-scroll-hidden{transform:translateY(calc(-100% - 48px));pointer-events:none}
  .hero-slide img{filter:none}
  .hero-carousel .slide-shade{background:linear-gradient(to top,rgba(12,18,18,.9) 0%,rgba(12,18,18,.72) 20%,rgba(12,18,18,.32) 39%,transparent 62%)}
  .hero-carousel .slide-copy{left:18px;right:18px;bottom:18px;width:auto}
  .hero-carousel .slide-copy h1,.hero-carousel .slide-copy h2{font-size:clamp(26px,7.2vw,32px);line-height:1.08;margin:0 0 8px;max-width:100%;text-wrap:initial}
  .hero-carousel .slide-copy>span{display:none}
  .hero-carousel .slide-copy .button{margin-top:8px;min-height:44px;padding:0 16px;font-size:11px}
  .hero-carousel .carousel-status{inset:0;transform:none;display:block;pointer-events:none}
  .hero-carousel .carousel-count,.hero-carousel .carousel-dots{display:none}
  .hero-carousel .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:0;border-radius:0;background:transparent;backdrop-filter:none;pointer-events:auto;filter:drop-shadow(0 1px 2px rgba(0,0,0,.8))}
  .hero-carousel .carousel-prev{left:4px}
  .hero-carousel .carousel-next{right:4px}
  .hero-carousel .carousel-arrow svg{width:32px;height:32px;stroke-width:2.5}
  .hero-carousel .carousel-arrow:hover{background:transparent;color:#fff}
  .hero-carousel .carousel-toggle{width:36px;height:44px;min-height:44px;top:6px;right:6px;border:0;border-radius:8px;backdrop-filter:none;background:rgba(12,18,18,.3)}
  .header-icon-button{width:44px;height:44px;min-width:44px}
  .main-nav{top:60px;max-height:calc(100dvh - 120px);padding:8px 16px 20px;overscroll-behavior:contain}
  .main-nav>.menu{gap:0}
  .nav-mega{padding:0 0 12px;gap:0}
  .nav-mega-intro{padding:8px 0;border:0}
  .nav-mega-intro>p,.nav-mega-intro>h2,.nav-mega-intro>span{display:none}
  .nav-mega-intro>a{margin:0;min-height:44px;display:flex;align-items:center;font-size:13px}
  .nav-mega-group{border-top:1px solid var(--soft-line);padding:0}
  .nav-mega-group>p{margin:0}
  .nav-mega-group a{font-size:14px}
  .language-switcher a{min-height:44px;display:grid;place-items:center;font-size:12px}
  .site-search-panel input{font-size:16px}
  .site-search-panel button{font-size:13px}
  .section-shell{padding:30px 16px}
  .section-heading,.section-heading-with-action{display:flex;flex-flow:row wrap;align-items:baseline;justify-content:space-between;gap:8px 12px;margin-bottom:18px}
  .section-heading h2,.guide-intro h2,.outdoor-copy h2,.brands-section h2{font-size:25px;line-height:1.2;letter-spacing:-.025em}
  .section-heading>p{flex-basis:100%;margin:0;font-size:13px;line-height:1.5}
  .section-heading-with-action>div{min-width:0;flex:1}
  .section-heading-with-action p{display:none}
  .text-link{min-height:44px;display:inline-flex;align-items:center;font-size:12px;line-height:1.4}
  .section-heading-with-action>.text-link{max-width:none;flex:none;white-space:nowrap;text-align:center;justify-content:center;padding:0 16px}
  .need-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}
  .need-card,.need-card:nth-child(1),.need-card:nth-child(4){grid-column:auto;min-width:0}
  .need-card>img,.need-card:nth-child(1)>img,.need-card:nth-child(4)>img{width:100%;height:auto;aspect-ratio:4/3;border-radius:12px;object-fit:cover}
  .need-card>div{min-height:0;padding:10px 12px 12px}
  .need-card h3,.need-card:nth-child(1) h3,.need-card:nth-child(4) h3{margin:0;font-size:13px;line-height:1.4}
  .need-card p,.need-card span{display:none}
  .guide-intro{padding:22px 12px 14px}
  .shoe-finder .guide-intro h2{font-size:clamp(17px,4.4vw,21px);line-height:1.25;text-wrap:initial;letter-spacing:-.025em}
  .guide-intro>p:last-child{margin:10px 0 0;font-size:13px;line-height:1.5}
  .shoe-finder-steps{padding:0 12px;gap:12px;background:transparent}
  .shoe-finder-steps .shoe-finder-step{min-height:0;padding:0;display:block;border:0;background:transparent;border-radius:0;box-shadow:none;overflow:visible}
  .shoe-finder-step>small,.shoe-finder-step-copy>b,.shoe-finder-step-copy>em{display:none}
  .shoe-finder-steps .shoe-finder-step-copy{display:block;margin:0 0 6px}
  .shoe-finder-steps .shoe-finder-select-wrap{overflow:visible;box-shadow:none;border:0}
  .shoe-finder-step-copy strong{font-size:14px;line-height:1.4}
  .shoe-finder-select-wrap select{font-size:16px;min-height:48px;padding:10px 36px 10px 12px}
  .shoe-finder-actions{padding:14px 12px 20px;gap:8px}
  .shoe-finder-actions p{margin:0;font-size:12px}
  .shoe-finder-actions small{display:none}
  .shoe-finder-actions .button{font-size:14px;min-height:48px}
  .shoe-finder-results{padding:20px 12px}
  .shoe-finder-results:empty{display:none}
  .product-grid{gap:20px 12px}
  .product-meta{padding:8px 9px 5px;gap:3px}
  .product-meta .home-product-price{margin-top:0}
  .product-meta h3{min-height:0!important}
  .product-meta h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:2.8em;margin:0;font-size:14px!important;font-weight:400!important;line-height:1.4;font-style:normal;letter-spacing:0}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:Sora,"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif}
  .product-meta h3 a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;padding:0 10px!important}
  .product-meta .home-product-price,.woocommerce ul.products li.product .price{font-size:22px!important;line-height:1.1}
  .woocommerce ul.products li.product .price{margin:7px 10px 0!important}
  .woocommerce ul.products{gap:18px 12px!important}
  .woocommerce ul.products li.product{padding-bottom:10px!important;border-radius:14px}
  .product-card-colours,.product-meta .product-card-colours,.woocommerce ul.products li.product>.product-card-colours{gap:0;margin:5px 4px 0;padding:0;flex-wrap:wrap;overflow:visible;max-width:100%;align-content:start}
  button.product-card-colour{width:44px;min-width:44px;height:44px;min-height:44px;flex-basis:44px}
  .mobile-colour-more{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border:0;background:transparent;font-size:12px;font-weight:800;color:var(--accent-dark)}
  .product-card-colours.has-more:not(.is-expanded) .product-card-colour:nth-child(n+3){display:none}
  .shop-header{padding:24px 16px 8px}
  .shop-header>.eyebrow,.shop-header>p:last-child,.shop-intro{display:none}
  .shop-header h1{margin:0;font-size:28px;line-height:1.2;letter-spacing:-.025em}
  .woocommerce-shell{padding:12px 16px 40px}
  .shop-catalog-layout{gap:12px}
  .catalog-filter-panel>summary{padding:0 14px;min-height:44px;align-items:center;border:0;font-size:13px}
  .catalog-filter-panel>summary span{font-size:13px}
  .catalog-filter-panel{background:#fff}
  .shop-product-results .woocommerce-result-count{margin:0 0 12px;font-size:12px;line-height:1.5}
  .shop-product-results .woocommerce-ordering{margin:0 0 14px;float:none}
  .shop-product-results .woocommerce-ordering select{width:100%;font-size:14px;min-height:44px;padding:8px 32px 8px 12px}
  .mobile-catalog-tools{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:10px;align-items:start}
  .mobile-catalog-tools .catalog-sidebar,.mobile-catalog-tools .woocommerce-ordering{min-width:0;margin:0}
  .mobile-catalog-tools .woocommerce-ordering select{box-sizing:border-box;width:100%;max-width:100%;min-width:0;height:46px;min-height:46px;padding:8px 26px 8px 12px;font-size:13px;border:1px solid var(--line);border-radius:12px}
  .mobile-catalog-tools .catalog-filter-panel{height:46px;border-radius:12px}
  .mobile-catalog-tools .catalog-filter-panel>summary span{font-size:12px;white-space:nowrap}
  .mobile-filter-dialog{width:100%;max-width:560px;max-height:85dvh;margin:auto auto 0;padding:0;border:0;border-radius:18px 18px 0 0;background:#fff;color:var(--ink);flex-direction:column;overflow:hidden}
  .mobile-filter-dialog::backdrop{background:rgba(16,25,24,.5)}
  body:has(.mobile-filter-dialog[open]){overflow:hidden}
  .mobile-filter-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line)}
  .mobile-filter-header h2{margin:0;font-size:20px}
  .mobile-filter-header button{width:44px;height:44px;border:0;background:var(--mist);border-radius:12px;font-size:24px}
  .mobile-filter-dialog .catalog-filter-groups{overflow-y:auto;overscroll-behavior:contain;padding:0 16px 20px}
  .mobile-filter-dialog .catalog-filter-group{padding:0}
  .mobile-filter-dialog .catalog-filter-group h2{margin:0}
  .mobile-filter-dialog .catalog-filter-group a{font-size:14px;min-height:44px}
  .mobile-filter-dialog .catalog-clear-filters{font-size:13px;min-height:44px;align-items:center}
  .mobile-filter-done{flex-shrink:0;margin:12px 16px max(16px,env(safe-area-inset-bottom));min-height:48px;border:0;border-radius:12px;background:var(--accent);color:var(--ink);font-size:14px;font-weight:800}
  .mobile-disclosure-trigger{width:100%;min-height:48px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:10px;background:transparent;color:inherit;font-size:14px;font-weight:800;line-height:1.4;text-align:left;text-transform:none;letter-spacing:0}
  .site-footer .mobile-disclosure-trigger{border-radius:6px}
  .site-footer .mobile-disclosure-trigger[aria-expanded=true]{background:var(--accent);color:var(--ink)}
  .mobile-disclosure-trigger::after{content:'+';font-size:20px;font-weight:400;flex:none}
  .mobile-disclosure-trigger[aria-expanded=true]::after{content:'−'}
  .mobile-disclosure-panel[hidden]{display:none!important}
  .brands-section{gap:12px;border:0;background:transparent;overflow:visible}
  .brands-section>div{padding:28px 16px 16px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}
  .brands-section>div>p{font-size:13px;margin:10px 0 0}
  .brands-section nav{grid-template-columns:repeat(2,minmax(0,1fr));padding:16px;gap:10px;border:1px solid var(--line);border-radius:12px;background:var(--mist)}
  .brands-section nav a.has-brand-logo{min-height:94px;padding:14px;border:1px solid var(--line);border-radius:12px;justify-content:center}
  .brands-section .brand-logo-frame{height:62px}
  .brands-section .brand-name,.brands-section .brand-arrow{display:none}
  .brands-section nav a:not(.has-brand-logo){grid-column:1/-1;min-height:44px;justify-content:center;font-size:13px;border:0}
  .outdoor-copy{padding:26px 16px 30px}
  .outdoor-copy>p{margin:12px 0 18px;font-size:14px}
  .home-brand-story{margin:16px}
  .home-brand-story__heading,.home-brand-story__copy{padding:24px 20px}
  .home-brand-story h2{font-size:27px;line-height:1.2}
  .home-brand-story .eyebrow{display:none}
  .home-brand-story__copy p{font-size:14px;line-height:1.65}
  .service-section{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
  .service-section>a:last-child:nth-child(odd){grid-column:1/-1}
  .service-section>a{padding:18px 14px;min-width:0}
  .service-section strong{font-size:13px}
  .service-section p{font-size:12px;line-height:1.5}
  .service-arrow{display:none}
  .page-hero{padding:24px 16px 16px}
  .page-hero>.eyebrow{display:none}
  .page-hero h1{font-size:28px;line-height:1.2;margin:0}
  .page-layout{padding:0 16px 30px;gap:16px}
  .page-aside{order:2;font-size:12px;line-height:1.5}
  .entry-content{font-size:15px;line-height:1.65;overflow-wrap:anywhere}
  .entry-content h2{font-size:23px;line-height:1.25;margin-top:28px}
  .entry-content h3{font-size:18px;line-height:1.35}
  .entry-content table{max-width:100%}
  .entry-content th,.entry-content td{padding:10px 7px;font-size:13px;overflow-wrap:anywhere}
  .woocommerce-checkout .page-hero{padding:16px 12px 10px}
  .woocommerce-checkout .page-hero h1{font-size:26px;line-height:1.2}
  .woocommerce-checkout .page-layout{padding:0 12px 20px}
  .woocommerce-checkout .wc-block-checkout{width:100%;margin:0!important;padding:0!important}
  .woocommerce-checkout .wc-block-checkout__main,.woocommerce-checkout .wc-block-checkout__sidebar{width:100%!important;padding-left:0!important;padding-right:0!important}
  .about-hero{padding:28px 16px;gap:22px}
  .about-hero h1{font-size:34px;line-height:1.15}
  .about-story,.about-work,.about-market,.about-trust{padding:30px 16px;gap:20px}
  .about-story h2,.about-work h2,.about-market h2,.about-trust h2,.about-cta h2{font-size:27px;line-height:1.2}
  .about-story__copy p,.about-market__copy>p:not(.eyebrow){font-size:14px}
  .about-work__grid article{min-height:0}
  .contact-hero{padding:28px 16px 22px;gap:14px}
  .contact-hero h1{font-size:30px;line-height:1.2}
  .contact-hero .eyebrow,.contact-options .eyebrow,.contact-social .eyebrow,.contact-notice .eyebrow{display:none}
  .contact-hero>p{font-size:14px;line-height:1.6}
  .contact-options article{padding:24px 16px;min-height:0}
  .contact-options h2,.contact-social h2,.contact-notice h2{font-size:24px;line-height:1.3;overflow-wrap:anywhere}
  .contact-options article>p:not(.eyebrow){font-size:14px;margin:14px 0 20px}
  .contact-options .button,.contact-social .button{font-size:13px;min-height:48px;white-space:normal}
  .contact-social,.contact-notice{padding:28px 16px;gap:18px}
  .contact-notice p:not(.eyebrow){font-size:14px;line-height:1.7}
  .woocommerce-cart .page-aside{display:none}
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block h2{font-size:22px!important;padding:16px 0!important;margin:12px 0!important;background:none!important}
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block h2::before{display:none!important}
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block:has(.mobile-empty-cart-shop)>:is(.wp-block-separator,.wc-block-grid,h2:not(.wc-block-cart__empty-cart__title)){display:none!important}
  .woocommerce-cart .mobile-empty-cart-shop{display:flex;align-items:center;justify-content:center;min-height:48px;margin:12px 0 28px;padding:12px 20px;border-radius:14px;background:var(--signal);color:var(--ink);font-size:14px;font-weight:700;text-decoration:none}
  .woocommerce-cart .return-to-shop .button,.woocommerce-cart .wp-block-button__link{min-height:48px;font-size:14px;padding:13px 20px}
  .woocommerce nav.woocommerce-pagination ul{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;max-width:100%;padding:0}
  .woocommerce nav.woocommerce-pagination li{float:none}
  .footer-main-wrap{padding:24px 16px 0}
  .footer-main{gap:18px}
  .footer-brand img{width:148px}
  .footer-brand-statement{max-width:none;margin:14px 0 0;font-size:20px;line-height:1.4}
  .footer-shop-link{min-height:44px;display:inline-flex;align-items:center;margin:8px 0;font-size:13px}
  .footer-navigation{display:block}
  .footer-column,.footer-column:last-child{display:block;border-top:1px solid #38403e}
  .footer-column>strong{display:block;margin:0}
  .footer-column a{min-height:44px;display:flex;align-items:center;margin:0;font-size:13px}
  .footer-company-wrap,.footer-connect,.footer-bottom-wrap{padding:0 16px}
  .footer-company{display:block;padding:0;border-top:1px solid #38403e}
  .footer-company-intro h2,.footer-connect-heading h2{font-size:16px;line-height:1.4}
  .footer-company-intro>.eyebrow,.footer-connect .eyebrow{display:none}
  .footer-company-intro>p:not(.eyebrow),.footer-company-details p,.footer-company-details address{font-size:13px;line-height:1.65}
  .footer-company-details{gap:12px;padding-bottom:20px}
  .footer-company-details article{padding:16px}
  .footer-company-details strong{font-size:16px}
  .footer-company-links a{min-height:44px;display:inline-flex;align-items:center;font-size:13px}
  .footer-connect-inner{display:block}
  .footer-payment-preview,.footer-social-preview{padding:18px 0}
  .footer-payment-preview>p,.footer-social-preview>p{font-size:13px;line-height:1.6;margin-bottom:14px}
  .footer-payment-preview .footer-status{font-size:10px;white-space:nowrap}
  .footer-payment-marks{gap:12px}
  .footer-social-preview .footer-status{display:none}
  .footer-social-preview>p{display:none}
  .footer-social-mark{width:44px;height:44px;padding:8px}
  .footer-bottom{padding:18px 0;font-size:11px;line-height:1.5;text-align:left}
  .footer-bottom>span:last-child{display:none}
  .woocommerce-account .site-footer{margin-top:0;border-top:1px solid var(--line)}
  .woocommerce-account .footer-brand,.woocommerce-account .footer-social-preview{display:none}
  .woocommerce-account .footer-main-wrap{padding-top:12px}
  .woocommerce-account .footer-payment-marks{display:none}
  .account-page-hero{padding:18px 16px 12px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;text-align:left}
  .account-page-hero h1{font-size:24px;line-height:1.25;white-space:normal}
  .account-page-hero p{display:none}
  .account-hero-actions{display:block;flex:none;width:auto}
  .account-hero-actions .account-continue-shopping{min-height:44px;padding:0 10px;font-size:12px;gap:6px;border:0}
  .account-hero-actions .account-mobile-signout{display:none!important}
  .account-page-layout{padding:0 16px 24px}
  .account-content{font-size:14px}
  .account-return-link{width:max-content;min-height:44px;margin:0 0 14px;padding:0 13px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:8px;background:var(--mist);color:var(--ink);font-family:Sora,sans-serif;font-size:12px;font-weight:800;text-decoration:none}
  .account-return-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .woocommerce-account .woocommerce-MyAccount-content{border:0;background:transparent;padding:0;box-shadow:none}
  .account-section-header{padding:0 0 16px;border:0}
  .account-section-header[hidden]{display:none}
  .account-section-header h2{font-size:22px;line-height:1.3}
  .account-section-header p{font-size:13px;line-height:1.5;margin-top:8px}
  .account-section-body{padding:0}
  .account-section-body>p{font-size:14px}
  .account-welcome{padding:0 0 20px;gap:12px;border:0}
  .account-welcome h2{font-size:20px;line-height:1.3}
  .account-welcome>div>p:last-child:not(.account-identity){display:none}
  .account-identity{font-size:12px!important;line-height:1.5!important}
  .account-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .account-status-card{min-height:124px;padding:16px;border-radius:12px}
  .account-card-label{font-size:12px;letter-spacing:0;text-transform:none;line-height:1.4}
  .account-status-card strong{font-size:23px;line-height:1.2;margin-top:10px}
  .account-status-card>span:last-child{font-size:12px;line-height:1.5;margin-top:8px}
  .account-status-card.account-market-card{grid-column:auto;order:initial;min-height:124px;padding:16px;display:flex;flex-direction:column;flex-wrap:nowrap;gap:0;border:1px solid #c7d5cc;border-radius:12px;background:var(--accent-soft)}
  .account-market-card strong{font-size:18px;margin-top:10px;line-height:1.25;font-style:normal}
  .account-market-card>span:last-child{max-width:31ch;flex-basis:auto;margin-top:8px}
  .account-assurance{padding:18px;margin-top:16px;gap:12px}
  .account-assurance h3{font-size:18px}
  .account-assurance p{font-size:13px;line-height:1.6}
  .account-assurance a{min-height:44px;display:inline-flex;align-items:center;font-size:13px}
  .account-mobile-dock{grid-template-columns:repeat(5,minmax(0,1fr));background:#fff;backdrop-filter:none;box-shadow:none;height:calc(64px + env(safe-area-inset-bottom))}
  .account-mobile-dock .account-cart-link{position:relative}
  .account-mobile-dock .account-cart-link>.account-badge{position:absolute;right:10px;top:2px;font-size:10px}
  .account-mobile-dock a{font-size:11px}
  .account-mobile-dock__profile .dock-account-avatar{width:24px;height:24px}
  .woocommerce-account .addresses .title{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
  .woocommerce-account .addresses .title h2{font-size:18px;line-height:1.3;margin:0}
  .woocommerce-account .addresses .title .edit{min-width:60px;min-height:44px;padding:8px 12px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;text-decoration:none;border:1px solid var(--line);border-radius:10px;background:#fff}
  .woocommerce-account .addresses address{font-size:14px;line-height:1.6;margin-top:12px}
  .woocommerce-account form .form-row{margin-bottom:16px}
  .woocommerce-account form .form-row label{font-size:13px;line-height:1.4;margin-bottom:7px}
  .woocommerce-account form input.input-text,.woocommerce-account form textarea,.woocommerce-account form select,.woocommerce-account .select2-container .select2-selection{font-size:16px;min-height:48px;max-width:100%}
  .woocommerce-account .select2-container{max-width:100%}
  .woocommerce-account .select2-selection__rendered{font-size:16px}
  .woocommerce-account form em,.woocommerce-account .password-hint,.woocommerce-account small{font-size:12px;line-height:1.6}
  .woocommerce-account button.button,.woocommerce-account a.button,.woocommerce-account .woocommerce-Button{font-size:14px;min-height:48px;line-height:1.4;padding:12px 20px;white-space:normal;text-align:center}
  .woocommerce-account button[name=save_address],.woocommerce-account button[name=save_account_details]{width:100%;margin:12px 0}
  .woocommerce-account fieldset{padding:0;margin:20px 0;border:0;border-top:1px solid var(--line)}
  .woocommerce-account fieldset legend{float:none;margin:0;padding:0;font-size:16px;border:0}
  .woocommerce-account .account-avatar-settings{padding:16px 0}
  .account-avatar-copy h3{font-size:17px}
  .account-avatar-copy>p{font-size:12px}
  .account-avatar-control,.account-avatar-cancel{font-size:12px;min-height:44px}
  .woocommerce-account .woocommerce-message,.woocommerce-account .woocommerce-info,.woocommerce-account .woocommerce-error{font-size:14px;line-height:1.6;padding:16px}
  .woocommerce-account .woocommerce-info .button{float:none;display:flex;width:100%;margin:14px 0 0}
  .account-settings-signout{display:inline-flex;align-items:center;min-height:44px;font-size:13px;text-decoration:underline;text-underline-offset:4px}
  .woocommerce-account table.my_account_orders td::before{font-size:12px;overflow-wrap:break-word}
  .woocommerce-account table.my_account_orders td.woocommerce-orders-table__cell-order-actions{padding-left:0;text-align:left}
  .woocommerce-account table.my_account_orders td.woocommerce-orders-table__cell-order-actions::before{display:none}
  .woocommerce-account table.shop_table{font-size:13px}
  .woocommerce-account table.shop_table th{font-size:12px}
}
@media(max-width:360px){
  .site-header{padding:0 8px;gap:0}
  .logo img{width:100px}
  .header-icon-button{width:42px;min-width:42px}
  .section-heading h2{font-size:23px}
  .product-meta h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important}
}

/* Desktop homepage refinement: scoped to preserve the mobile composition. */
@media(min-width:981px){
  body.home .carousel-shell,body.home.admin-bar .carousel-shell{height:clamp(560px,42vw,640px);min-height:0}
  body.home .hero-slide img{filter:none}
  body.home .slide-shade{background:linear-gradient(0deg,rgba(10,18,17,.8) 0%,rgba(10,18,17,.42) 24%,transparent 65%)}
  body.home .slide-copy{left:clamp(64px,6vw,112px);bottom:60px;width:min(540px,48%);max-width:540px}
  body.home .slide-copy h1,body.home .slide-copy h2{font-size:clamp(40px,3.3vw,58px);line-height:1.12;letter-spacing:-.035em}
  body.home .slide-copy>span{font-size:15px;line-height:1.55;max-width:460px}
  body.home .slide-copy .button{font-size:13px;min-height:46px;padding:13px 22px}
  body.home .carousel-status{inset:0;transform:none;display:flex;align-items:flex-end;justify-content:center;padding-bottom:18px;pointer-events:none}
  body.home .carousel-status>*{pointer-events:auto}
  body.home .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:0;background:transparent;backdrop-filter:none;filter:drop-shadow(0 1px 4px #222)}
  body.home .carousel-arrow svg{width:32px;height:32px;stroke-width:2.4}
  body.home .carousel-prev{left:12px}
  body.home .carousel-next{right:12px}
  body.home .carousel-arrow:hover{color:var(--accent);background:transparent}
  body.home .section-shell{padding-top:52px;padding-bottom:52px}
  body.home .section-heading{margin-bottom:28px;gap:24px;align-items:center}
  body.home .section-heading h2,body.home .brands-section h2,body.home .outdoor-copy h2{font-size:clamp(34px,2.8vw,44px);line-height:1.15}
  body.home .section-heading p{font-size:14px;line-height:1.5}
  body.home .text-link{font-size:13px;white-space:nowrap}
  body.home .need-grid{gap:24px 18px}
  body.home .need-card{display:flex;flex-direction:column}
  body.home .need-card>img{height:auto;aspect-ratio:4/3;object-fit:cover;filter:none}
  body.home .need-card>div{flex:1;min-height:142px;padding:16px;display:flex;flex-direction:column;gap:8px}
  body.home .need-card h3{margin:0;min-height:2.7em;font-family:Sora,sans-serif;font-size:15px;font-style:normal;line-height:1.35}
  body.home .need-card p{margin:0;font-size:13px;line-height:1.5}
  body.home .need-card>div>span{position:static;margin-top:auto;padding-top:4px;font-size:12px}
  body.home .product-meta{padding:14px;gap:6px}
  body.home .product-meta h3{font-family:Sora,sans-serif;font-size:15px;font-style:normal;line-height:1.4;letter-spacing:-.02em}
  body.home .product-meta strong{font-size:26px;font-style:normal}
  body.home .guide-section{display:block;margin-top:36px;margin-bottom:52px}
  body.home .guide-intro{padding:24px 28px 20px;border:0}
  body.home .guide-intro h2{font-size:clamp(28px,2.4vw,36px);line-height:1.2;max-width:none}
  body.home .guide-intro p{max-width:none;margin:10px 0 0;font-size:14px}
  body.home .guide-steps{padding:0 28px 20px;gap:24px;background:transparent}
  body.home .shoe-finder-step{min-height:0;padding:0;display:flex;flex-direction:column;justify-content:flex-end;gap:12px;border:0;background:transparent}
  body.home .shoe-finder-step>small,body.home .shoe-finder-step-copy b,body.home .shoe-finder-step-copy em{display:none}
  body.home .shoe-finder-step-copy{margin:0;align-self:stretch}
  body.home .shoe-finder-step-copy strong{font-size:16px;line-height:1.4}
  body.home .shoe-finder-select-wrap{margin:0}
  body.home .shoe-finder-select-wrap select{font-size:14px;min-height:48px}
  body.home .shoe-finder-actions{padding:16px 28px}
  body.home .shoe-finder-actions p{font-size:13px}
  body.home .brands-section{display:block;border:0;background:transparent;overflow:visible;margin-top:52px;margin-bottom:52px}
  body.home .brands-section>div{padding:0 0 24px;border:0;display:flex;align-items:center;justify-content:space-between;gap:24px}
  body.home .brands-section nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:0;background:transparent}
  body.home .brands-section nav a{min-height:152px;padding:20px;gap:12px}
  body.home .brands-section .brand-logo-frame{height:76px}
  body.home .brands-section>div .brand-link--all{display:inline-flex;min-height:44px;padding:0;border:0;background:transparent;border-radius:0}
  body.home .brands-section>div .brand-link-meta{display:flex;gap:12px;align-items:center}
  body.home .brands-section>div .brand-name{font-size:13px}
  body.home .home-brand-story{margin-top:48px;margin-bottom:48px}
  body.home .home-brand-story__heading,body.home .home-brand-story__copy{padding:32px}
  body.home .home-brand-story h2{font-size:clamp(28px,2.6vw,38px);line-height:1.2}
  body.home .home-brand-story .eyebrow{display:none}
  body.home .home-brand-story__copy p{font-size:14px;line-height:1.65}
  body.home .footer-main-wrap{padding-top:40px;padding-bottom:32px}
  body.home .footer-main{grid-template-columns:minmax(220px,1fr) minmax(0,2fr);gap:48px}
  body.home .footer-brand-statement{display:none}
  body.home .footer-shop-link{margin-top:20px;font-size:13px}
  body.home .footer-column a{font-size:13px;min-height:32px}
  body.home .footer-company-wrap{padding-top:28px;padding-bottom:28px}
  body.home .footer-company{padding:0;gap:32px;grid-template-columns:minmax(0,.8fr) minmax(0,1.45fr)}
  body.home .footer-company-intro h2{font-size:23px;line-height:1.25}
  body.home .footer-company-intro .eyebrow,body.home .footer-market-note{display:none}
  body.home .footer-company-intro p{font-size:13px;line-height:1.6}
  body.home .footer-company-details article{padding:0;border:0;border-radius:0;background:transparent}
  body.home .footer-company-details p,body.home .footer-company-details address{font-size:12px;line-height:1.6}
  body.home .footer-company-links{margin-top:12px;gap:4px 14px}
  body.home .footer-company-links a{min-height:32px;font-size:12px}
  body.home .footer-payment-preview,body.home .footer-social-preview{padding-top:24px;padding-bottom:24px}
  body.home .footer-connect-heading .eyebrow{display:none}
  body.home .footer-connect-heading h2{font-size:22px;line-height:1.25}
  body.home .footer-connect section>p{font-size:13px}
  body.home .footer-payment-marks,body.home .footer-social-marks{margin-top:16px}
  body.home .footer-bottom{padding-top:16px;padding-bottom:16px;font-size:10px;letter-spacing:.02em;gap:24px}
}

/* Homepage product rails: one row, manual navigation and native touch scroll. */
body.home .has-product-rail .section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
body.home .has-product-rail .section-heading>div:first-child{min-width:0;flex:1}
body.home .product-rail-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap}
body.home .product-rail-controls{display:flex;align-items:center;gap:8px}
body.home .product-rail-controls[hidden]{display:none}
body.home .product-rail-arrow{width:44px;height:44px;min-width:44px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:10px;background:var(--white);color:var(--ink)}
body.home .product-rail-arrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
body.home .product-rail-arrow:hover:not(:disabled){background:var(--accent);border-color:var(--accent)}
body.home .product-rail-arrow:disabled{opacity:.35;cursor:default}
body.home .product-rail-status{min-width:70px;text-align:center;font-family:Sora,sans-serif;font-size:12px;font-variant-numeric:tabular-nums;color:var(--muted)}
body.home .product-grid.product-rail{--rail-gap:14px;display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 7 * var(--rail-gap))/8);gap:var(--rail-gap);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 0 8px}
body.home .product-rail::-webkit-scrollbar{display:none}
body.home .product-rail>.product-card{min-width:0;scroll-snap-align:start}
body.home .product-rail:focus-visible{outline-offset:2px}

/* Site-wide WhatsApp shortcut. The pending state becomes a link after an account is saved in WooCommerce > 售后客服. */
.floating-whatsapp{width:58px;height:58px;padding:7px;display:grid;place-items:center;position:fixed;right:clamp(18px,2vw,30px);bottom:92px;z-index:82;border:1px solid rgba(22,95,44,.18);border-radius:50%;background:#fff;box-shadow:0 10px 28px rgba(20,46,32,.2);transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s ease}
.floating-whatsapp img{width:100%;height:100%;display:block;border-radius:50%}
.floating-whatsapp.is-active:hover,.floating-whatsapp.is-active:focus-visible{transform:translateY(-3px);box-shadow:0 15px 34px rgba(20,46,32,.26)}
.floating-whatsapp.is-active:active{transform:translateY(-1px) scale(.97)}
.floating-whatsapp.is-pending{cursor:default;opacity:.9}
@media(max-width:680px){
  .floating-whatsapp{width:52px;height:52px;right:14px;bottom:84px;padding:6px}
  body.woocommerce-checkout .floating-whatsapp{bottom:20px}
}
@media(prefers-reduced-motion:reduce){.floating-whatsapp{transition:none}}
@media(max-width:980px){
  body.home .product-grid.product-rail{--rail-gap:12px;grid-auto-columns:calc((100% - var(--rail-gap))/2)}
}
@media(max-width:680px){
  body.home .has-product-rail .section-heading{gap:8px}
  body.home .has-product-rail .product-rail-actions{flex:0 0 auto;justify-content:flex-end;gap:8px}
  body.home .product-rail-actions .text-link{min-height:44px;padding:0;border:0;border-radius:0;background:transparent;color:var(--accent-dark);font-size:12px}
  body.home .has-product-rail .product-rail-controls{display:none}
  body.home #new .product-grid,body.home #special-offers .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto;overflow:visible;scroll-snap-type:none;gap:20px 12px}
  body.home #new .product-grid>.product-card:nth-child(n+7),body.home #special-offers .product-grid>.product-card:nth-child(n+7){display:none}
}

/* Desktop homepage rails are a two-row catalogue: five cards per row, ten cards total. */
@media(min-width:981px){
  body.home .product-grid.product-rail{grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto;overflow:visible;scroll-snap-type:none}
  body.home .product-rail-controls,body.home .product-rail-status{display:none!important}
  body.home .product-rail>.product-card{scroll-snap-align:none}
}

/* Current homepage skin: five product cards per desktop row. */
@media(min-width:801px){
  body.home .zl-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}

/* Keep checkout methods and empty-result actions readable when a gateway/plugin stylesheet loads later. */
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option,
body.woocommerce-checkout .wc-block-components-radio-control__option,
body.woocommerce-checkout #payment ul.payment_methods li{color:var(--ink)!important;background:#fff!important;border-color:var(--line)!important}
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option[aria-checked="true"],
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option:has(input:checked){border-color:var(--signal)!important;box-shadow:0 0 0 1px var(--signal)!important}
body.woocommerce-checkout .wc-block-components-radio-control-accordion-content,
body.woocommerce-checkout .wc-block-components-radio-control-accordion-content p,
body.woocommerce-checkout .ppcp-place-order-description{color:var(--ink)!important}
.catalog-empty-actions .woocommerce-product-search button{min-height:48px;padding:0 22px;border:1px solid var(--signal)!important;border-radius:var(--radius-button);background:var(--signal)!important;color:var(--ink)!important;font-family:Sora,sans-serif;font-size:10px;font-weight:800}
.catalog-empty-actions>a.button{min-height:48px;padding:0 22px;border:1px solid var(--ink)!important;border-radius:var(--radius-button);background:#fff!important;color:var(--ink)!important;font-family:Sora,sans-serif;font-size:10px;font-weight:800}
.catalog-empty-actions .woocommerce-product-search button:hover,.catalog-empty-actions>a.button:hover{border-color:var(--accent-dark)!important;background:var(--accent-dark)!important;color:#fff!important}

/* About hero: supplied office photograph with a readable copy area. */
.about-page .about-hero{padding-top:340px;background-color:#f3f3f3;background-image:linear-gradient(180deg,rgba(243,243,243,0) 24%,rgba(243,243,243,.25) 42%,rgba(243,243,243,.95) 70%,#f3f3f3 100%),url('images/placeholders/editorial.svg');background-size:cover;background-position:center 45%;background-repeat:no-repeat}
@media(max-width:980px){
  .about-page .about-hero{padding-top:340px;background-image:linear-gradient(180deg,transparent 180px,#f3f3f3 340px),url('images/placeholders/editorial.svg');background-size:100% 100%,100% auto;background-position:center top,center top}
}
@media(max-width:680px){
  .about-page .about-hero{padding-top:300px;background-size:100% 100%,auto 320px;background-position:center top,62% top}
}

/* Desktop subpages: compact task layouts; mobile rules above remain intact. */
.catalog-selection{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:0 0 18px;font-size:14px;font-weight:700}
.catalog-selection a{font-weight:400;text-decoration:underline;color:var(--accent-dark)}
.catalog-empty-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-top:24px}
.catalog-empty-actions form{display:flex;flex-wrap:wrap;gap:8px;max-width:100%}
.catalog-empty-actions input{min-width:0;max-width:100%;padding:12px;border:1px solid var(--line);border-radius:8px}
.catalog-empty-actions button,.catalog-empty-actions>.button{min-height:48px;padding:12px 18px;border-radius:8px;font-weight:800}
.catalog-empty-actions form button{border:1px solid var(--accent);background:var(--accent);color:var(--ink)}
.catalog-empty-actions form button:hover,.catalog-empty-actions form button:focus-visible{border-color:var(--accent-dark);background:var(--accent-dark);color:var(--white)}
.catalog-empty-actions>.button{border:1px solid var(--ink);background:var(--white);color:var(--ink)!important}
.catalog-empty-actions>.button:hover,.catalog-empty-actions>.button:focus-visible{border-color:var(--accent-dark);background:var(--accent-soft);color:var(--accent-dark)!important}
.woocommerce-account .woocommerce-MyAccount-navigation-link--payment-methods a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M3 10h18M7 15h4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M3 10h18M7 15h4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E")}
.woocommerce-account .woocommerce-MyAccount-navigation-link--reviews a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 4h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H9l-6 3V6a2 2 0 0 1 2-2ZM7 9h10M7 13h7' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 4h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H9l-6 3V6a2 2 0 0 1 2-2ZM7 9h10M7 13h7' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E")}
.woocommerce-account .woocommerce-MyAccount-navigation-link--zeroland-cart a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h2l2.2 10.2a2 2 0 0 0 2 1.6h7.9a2 2 0 0 0 1.9-1.4L21 8H7M10 20h.01M18 20h.01' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h2l2.2 10.2a2 2 0 0 0 2 1.6h7.9a2 2 0 0 0 1.9-1.4L21 8H7M10 20h.01M18 20h.01' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.woocommerce-account .woocommerce-MyAccount-navigation-link--promotion-center a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 11v4l11 4V7L4 11Zm11-1 4-2v10l-4-2M7 16l1 5h4l-2-4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 11v4l11 4V7L4 11Zm11-1 4-2v10l-4-2M7 16l1 5h4l-2-4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
@media(min-width:981px){
  body:not(.home) h1,body:not(.home) h2{font-family:Unbounded,Sora,Manrope,"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif}
  .shop-header{padding:32px var(--pad) 22px}
  .shop-header h1{font-size:clamp(32px,3vw,46px);line-height:1.2;margin:0 0 14px;max-width:100%;overflow-wrap:anywhere}
  .shop-header>p{font-size:15px;margin:0;max-width:75ch}
  .shop-catalog-layout{gap:28px;grid-template-columns:230px minmax(0,1fr)}
  .woocommerce-shell{padding-top:24px}
  .catalog-filter-group a{font-size:13px;line-height:1.45}
  .catalog-filter-panel>summary{gap:8px}
  .catalog-filter-panel>summary>span{white-space:nowrap}
  .catalog-filter-panel>summary>small{display:none}
  .woocommerce .woocommerce-ordering select{height:44px;min-height:44px;border-radius:8px;padding:8px 36px 8px 14px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:Manrope,"Noto Sans TC",sans-serif;font-style:normal;font-size:15px;font-weight:800;line-height:1.45;letter-spacing:0;min-height:44px;text-wrap:initial}
  .page-hero,.woocommerce-checkout .page-hero{padding:30px var(--pad) 24px}
  .page-hero h1,.woocommerce-checkout .page-hero h1{font-size:clamp(32px,3vw,46px);line-height:1.2;margin:0}
  .page-layout{display:flex;flex-direction:column;gap:18px;max-width:1100px;padding:26px var(--pad) 48px;margin:0 auto}
  .page-aside{font-size:12px;line-height:1.5}
  .page-layout>.entry-content{width:100%;max-width:none;min-width:0}
  .entry-content h2{font-size:26px;line-height:1.3;margin:28px 0 14px}
  .entry-content h2:first-child{margin-top:0}
  .entry-content h3{font:800 18px/1.4 Manrope,sans-serif;margin:24px 0 12px}
  .entry-content p,.entry-content li{font-size:16px;line-height:1.75}
  .woocommerce-cart .page-layout,.woocommerce-checkout .page-layout{display:block;max-width:var(--max);padding:24px var(--pad) 40px}
  .woocommerce-cart .wp-block-woocommerce-cart,.woocommerce-checkout .wp-block-woocommerce-checkout{padding:0;margin:0;max-width:none}
  .woocommerce-cart .wc-block-components-button,.woocommerce-checkout .wc-block-components-button{border-radius:10px;font-size:15px;min-height:48px}
  .woocommerce-cart .wc-block-components-product-name,.woocommerce-checkout .wc-block-components-product-name{font-style:normal;font-family:Manrope,sans-serif;font-size:14px;line-height:1.45}
  .account-page-hero{padding:28px var(--pad) 20px}
  .account-page-hero h1{font-size:36px}
  .account-page-layout{display:block;max-width:var(--max);padding:8px var(--pad) 48px}
  .woocommerce-account .account-content>.woocommerce{grid-template-columns:240px minmax(0,1fr);grid-template-rows:max-content max-content;align-content:start;gap:0 24px}
  .woocommerce-account .woocommerce-MyAccount-navigation{height:auto;min-height:0;align-self:start}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{height:auto;display:flex;flex-direction:column;gap:4px}
  .woocommerce-account .woocommerce-MyAccount-navigation a{height:auto;min-height:48px;padding:12px 14px;font-size:13px;border-radius:8px}
  .account-nav-cart{grid-column:1;align-self:start;margin-top:12px}
  .account-section-header{padding:18px 26px 22px;display:block}
  .account-section-header h2{font-size:26px;margin:0}
  .account-section-header p{font-size:13px;line-height:1.5;margin:8px 0 0}
  .account-section-body{padding:24px 26px}
  .account-section-body h2,.account-section-body h3{font-size:23px;line-height:1.3}
  .account-section-body .woocommerce-address-fields h3{font-size:23px}
  .account-section-body label{font-size:14px}
  .account-return-link{display:inline-flex;align-items:center;gap:7px;min-height:44px;margin:12px 26px 0;font-size:13px;color:var(--accent-dark)}
  .account-return-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
  .contact-hero{padding:36px var(--pad);gap:36px}
  .contact-hero h1{font-size:46px;line-height:1.2}
  .contact-hero .eyebrow,.contact-options .eyebrow,.about-hero .eyebrow{display:none}
  .contact-options article{padding:30px var(--pad);min-height:280px}
  .contact-options h2{font-size:28px;line-height:1.3}
  .contact-options article>p:not(.eyebrow){margin:16px 0 24px;font-size:15px}
  .contact-options .button{font-size:14px;border-radius:10px}
  .contact-notice,.contact-social{padding-top:32px;padding-bottom:32px}
  .contact-notice h2,.contact-social h2{font-size:26px;line-height:1.3}
  .about-hero{padding:42px var(--pad);gap:42px}
  .about-hero h1{font-size:clamp(38px,4vw,58px);line-height:1.16;max-width:18ch}
  .about-hero p{font-size:16px;line-height:1.7}
  body:not(.home) .footer-main-wrap{padding-top:32px;padding-bottom:24px}
  body:not(.home) .footer-main{grid-template-columns:minmax(190px,1fr) minmax(0,2fr);gap:36px}
  body:not(.home) .footer-brand-statement{display:none}
  body:not(.home) .footer-column a{font-size:13px;min-height:30px}
  body:not(.home) .footer-company-wrap{display:none}
  body:not(.home) .footer-connect-heading .eyebrow,body:not(.home) .footer-status{display:none}
  body:not(.home) .footer-connect-heading h2{font-size:18px;line-height:1.3}
  body:not(.home) .footer-payment-preview,body:not(.home) .footer-social-preview{padding-top:20px;padding-bottom:20px}
  body:not(.home) .footer-connect section>p{font-size:13px;line-height:1.5}
  body:not(.home) .footer-payment-marks,body:not(.home) .footer-social-marks{margin-top:12px}
  body:not(.home) .footer-bottom{padding-top:16px;padding-bottom:16px;font-size:11px;letter-spacing:0}
  .woocommerce-checkout .footer-main-wrap,.woocommerce-checkout .footer-connect{display:none}
}

/* Account information architecture and responsive navigation, 0.9.66 */
.account-mobile-secondary-nav{display:none}
@media(min-width:901px){
  .woocommerce-account .account-content>.woocommerce{grid-template-rows:auto;grid-template-areas:"account-sidebar account-content";align-content:start}
  .woocommerce-account .account-sidebar-shell{grid-area:account-sidebar;position:sticky;top:92px;align-self:start}
  body.admin-bar.woocommerce-account .account-sidebar-shell{top:124px}
  .woocommerce-account .account-nav-heading{position:static}
  .woocommerce-account .woocommerce-MyAccount-navigation{position:static;height:auto;min-height:0;padding-top:0;align-self:start;border-top:0;border-radius:0 0 var(--radius-frame) var(--radius-frame);background:#e4e6e5}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{height:auto;display:flex;flex-direction:column;gap:4px}
  .woocommerce-account .woocommerce-MyAccount-navigation a{height:auto;min-height:48px;padding:12px 14px;font-size:13px;border-radius:8px}
}
@media(max-width:900px){
  .woocommerce-account .account-content>.woocommerce{grid-template-rows:auto auto;grid-template-areas:"account-sidebar" "account-content"}
  .woocommerce-account .account-sidebar-shell{grid-area:account-sidebar;position:static}
}
@media(max-width:680px){
  .woocommerce-account .account-return-link{display:none}
  .woocommerce-account.logged-in .account-sidebar-shell{display:none}
  .account-mobile-secondary-nav{margin:0 0 20px;display:flex;flex-direction:column;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.account-mobile-secondary-nav a{min-height:50px;padding:12px 2px;display:flex;align-items:center;border-bottom:1px solid var(--soft-line);color:var(--ink);font-family:Sora,sans-serif;font-size:13px;font-weight:700;text-decoration:none}
.account-mobile-secondary-nav a{justify-content:space-between;gap:14px}
.account-mobile-secondary-nav a.is-active{color:var(--accent-dark)}
  .account-mobile-secondary-nav a:last-child{border-bottom:0}
  .account-mobile-secondary-nav__customer-logout{color:#7a2f2f!important}
  .account-mobile-dock__profile>span{white-space:nowrap}
  body.woocommerce-account .floating-whatsapp{bottom:calc(84px + env(safe-area-inset-bottom,0px))}
}

/* Zeroland account completion — authentication, recovery and mobile navigation. */
.woocommerce-account #customer_login .account-auth-intro{min-height:48px;margin:-14px 0 24px;color:var(--muted);font-size:14px;line-height:1.65}
.woocommerce-account #customer_login form.login,.woocommerce-account #customer_login form.register{height:calc(100% - 78px);display:flex;flex-direction:column}
.woocommerce-account #customer_login form.login>.form-row:last-of-type,.woocommerce-account #customer_login form.register>.form-row:last-of-type{margin-top:auto}
.woocommerce-account #customer_login .woocommerce-form-login__submit,.woocommerce-account #customer_login .woocommerce-form-register__submit{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:13px}
.woocommerce-account #customer_login .woocommerce-form-login__rememberme{min-height:28px;display:inline-flex;align-items:center;gap:8px}
.woocommerce-account #customer_login .lost_password{margin:16px 0 0;text-align:center}
.woocommerce-account #customer_login .lost_password a{color:var(--accent-dark);font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:4px}
.account-password-guidance{margin:-8px 0 20px;color:var(--muted);font-size:12px;line-height:1.55}

.woocommerce-lost-password .account-content>.woocommerce{max-width:620px;margin:0 auto;padding:clamp(28px,4vw,48px);border:1px solid var(--line);border-radius:var(--radius-frame);background:var(--white)}
.account-recovery-header{padding:0 0 24px;border-bottom:1px solid var(--soft-line)}
.account-recovery-header h2{margin:0;font-size:clamp(30px,3vw,42px);line-height:1.08;letter-spacing:-.035em}
.account-recovery-header p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.6}
.woocommerce-lost-password .lost_reset_password{margin-top:24px}
.woocommerce-lost-password .lost_reset_password>p:first-child{margin:0 0 24px;color:var(--muted);font-size:14px;line-height:1.65}
.woocommerce-lost-password .lost_reset_password .form-row-first,.woocommerce-lost-password .lost_reset_password .form-row-last{width:100%;float:none}
.woocommerce-lost-password .lost_reset_password button.button{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:13px}
.account-recovery-back{margin:18px 0 0;text-align:center}
.account-recovery-back a{color:var(--accent-dark);font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:4px}

.account-feature-state{min-height:280px;padding:clamp(28px,4vw,44px);display:flex;align-items:flex-start;justify-content:center;flex-direction:column;border:1px solid var(--soft-line);border-radius:var(--radius-card);background:var(--mist)}
.account-feature-status{min-height:28px;padding:0 11px;display:inline-flex;align-items:center;border:1px solid #c7d5cc;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);font-family:Sora,sans-serif;font-size:10px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}
.account-feature-state h3{max-width:19ch;margin:20px 0 0;font-size:clamp(27px,3vw,38px);line-height:1.08;letter-spacing:-.035em}
.account-feature-state p{max-width:58ch;margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.7}
.account-feature-state .button{min-height:48px;margin-top:24px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--accent-dark);border-radius:10px;background:var(--accent-dark);color:#fff!important;font-size:12px;font-weight:800;text-decoration:none}
.zeroland-account-review-list{display:grid;gap:14px}
.zeroland-account-review{padding:22px;border:1px solid var(--soft-line);border-radius:var(--radius-card);background:var(--mist)}
.zeroland-account-review>div{display:flex;align-items:center;justify-content:space-between;gap:18px}
.zeroland-account-review h3{margin:0;font-size:20px}
.zeroland-account-review h3 a{color:var(--ink);text-decoration:none}
.zeroland-account-review>p{margin:14px 0 0;color:var(--graphite);font-size:14px;line-height:1.65}
.zeroland-account-review .zeroland-account-review__rating{color:var(--accent-dark);font-size:18px;letter-spacing:.08em}
.zeroland-account-review time{display:block;margin-top:14px;color:var(--muted);font-size:11px}

@media(max-width:680px){
  .woocommerce-account #customer_login .account-auth-intro{min-height:0;margin:-8px 0 20px;font-size:13px}
  .woocommerce-account #customer_login form.login,.woocommerce-account #customer_login form.register{height:auto}
  .woocommerce-account form .form-row input.input-text,.woocommerce-account form .form-row textarea,.woocommerce-account form .form-row select{font-size:16px}
  .woocommerce-lost-password .account-content>.woocommerce{padding:24px 18px}
  .account-recovery-header h2{font-size:28px}
  .account-recovery-header p,.woocommerce-lost-password .lost_reset_password>p:first-child{font-size:13px}
	.account-feature-state{min-height:230px;padding:24px 18px}
	.account-feature-state h3{font-size:26px}
	.zeroland-account-review{padding:18px}
	.zeroland-account-review>div{align-items:flex-start;flex-direction:column-reverse;gap:10px}
  .account-mobile-dock{grid-template-columns:repeat(5,minmax(0,1fr))}
  .account-mobile-dock a{font-size:10px}
}

/* Stack gender filters so translated labels and counts always have enough room. */
.catalog-gender-links{grid-template-columns:minmax(0,1fr);gap:8px}
.catalog-gender-links a{min-width:0;width:100%;padding-inline:12px;justify-content:flex-start;white-space:nowrap;font-size:12px;line-height:1.2;text-align:left}
@media(max-width:680px){
  .mobile-filter-dialog .catalog-gender-links a{padding-inline:8px;font-size:13px}
}
