@font-face { font-family: Manrope; font-style: normal; font-weight: 400 500; font-display: swap; src: url("/fonts/manrope-regular.ttf") format("truetype"); }
@font-face { font-family: Manrope; font-style: normal; font-weight: 600 800; font-display: swap; src: url("/fonts/manrope-semibold.ttf") format("truetype"); }
:root {
  --paper: #f5f6f3;
  --surface: #ffffff;
  --ink: #171a1c;
  --muted: #676f73;
  --soft: #e9ece9;
  --line: rgba(23, 26, 28, .12);
  --blue: #5661ff;
  --teal: #83d7cb;
  --lilac: #b79cff;
  --pearl: #eef4f8;
  --radius: 24px;
  --sans: "Manrope", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 400 15px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
body.modal-open .contact-dock { display: none; }
.arrow-icon { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 15px; }
.language-switch { min-height: 40px; padding: 6px; border: 0; background: transparent; font-size: 11px; font-weight: 600; }
.hero-line { display: block; width: fit-content; }
.hero-line:empty { display: none; }
html:lang(zh) .hero h1 { font-size: clamp(52px, 5.8vw, 100px); line-height: 1.14; letter-spacing: -.04em; }
html:lang(zh) .collection-heading h2, html:lang(zh) .contact h2 { font-size: clamp(40px, 5.3vw, 84px); line-height: 1.2; letter-spacing: -.03em; }
html:lang(zh) .contact h2 br { display: none; }
#main:focus, #top:focus, #in-stock:focus, #collection:focus, #contact:focus { outline: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 1000; padding: 10px 16px; border-radius: 999px; background: var(--ink); color: white; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 86px; padding: 0 clamp(22px, 4.8vw, 82px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(23,26,28,.08); background: rgba(245,246,243,.8); backdrop-filter: blur(22px) saturate(1.2); }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { width: 68px; height: 50px; flex: 0 0 auto; border-radius: 8px; display: block; background-color: #030303; background-image: url("/brand/noah-logo.jpg"); background-repeat: no-repeat; background-size: 100% auto; background-position: center 50%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.07); }
.brand-mark { width: 36px; height: 36px; fill: currentColor; }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-words strong { font-size: 17px; letter-spacing: .2em; }
.brand-words small { margin-top: 6px; font-size: 6px; font-weight: 600; letter-spacing: .72em; }
nav { display: flex; gap: clamp(26px, 3vw, 56px); align-items: center; }
nav a, .header-cta { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--ink); transition: right .3s ease; }
nav a:hover::after { right: 0; }
nav a[aria-current="page"]::after { right: 0; }
.header-cta { justify-self: end; padding: 10px 10px 10px 18px; border: 1px solid var(--line); border-radius: 999px; display: inline-flex; align-items: center; gap: 18px; background: rgba(255,255,255,.72); transition: background .25s, transform .25s; }
.header-cta i { width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-style: normal; font-size: 12px; }
.header-cta:hover { background: white; transform: translateY(-1px); }

.eyebrow { margin: 0; display: flex; align-items: center; gap: 10px; color: #525a5e; font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 26px; height: 1px; background: currentColor; }

.hero { position: relative; min-height: max(880px, 100svh); padding: 142px clamp(24px, 5.5vw, 100px) 0; overflow: hidden; display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); grid-template-rows: 1fr auto; column-gap: clamp(12px, 1.5vw, 28px); background:
  radial-gradient(circle at 8% 16%, rgba(183,156,255,.18), transparent 26%),
  radial-gradient(circle at 90% 16%, rgba(131,215,203,.2), transparent 31%),
  linear-gradient(135deg, #fafaf7 0%, #eef1f3 100%);
}
.hero::before { content: ""; position: absolute; inset: 86px 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(23,26,28,.08) 25%, rgba(23,26,28,.08) 75%, transparent); }
.hero::after { content: "NOAH"; position: absolute; left: -1.5vw; bottom: 82px; z-index: 0; color: rgba(255,255,255,.55); font-size: clamp(170px, 27vw, 480px); font-weight: 700; line-height: .7; letter-spacing: -.09em; pointer-events: none; }
.hero-copy { position: relative; z-index: 5; grid-column: 1 / span 6; grid-row: 1; align-self: center; padding-bottom: 86px; }
.hero h1 { margin: 28px 0 32px; max-width: 790px; font-size: clamp(69px, 7.8vw, 138px); font-weight: 500; line-height: .85; letter-spacing: -.075em; }
.hero h1 em { position: relative; z-index: 1; font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -.02em; right: -.04em; bottom: .08em; height: .22em; border-radius: 999px; background: linear-gradient(90deg, rgba(131,215,203,.9), rgba(86,97,255,.4), rgba(183,156,255,.65)); transform: rotate(-1.5deg); }
.hero-intro { max-width: 430px; margin: 0 0 34px; color: var(--muted); font-size: clamp(14px, 1.1vw, 17px); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.primary-button { min-width: 235px; padding: 15px 18px 15px 22px; border-radius: 999px; display: inline-flex; justify-content: space-between; align-items: center; gap: 26px; background: var(--ink); color: white; font-size: 11px; font-weight: 600; letter-spacing: .05em; transition: transform .25s, box-shadow .25s; }
.primary-button > span[aria-hidden] { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; background: white; color: var(--ink); }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(23,26,28,.16); }
.text-link { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 600; }
.text-link span { margin-left: 12px; }

.hero-stage { position: relative; z-index: 4; grid-column: 6 / -1; grid-row: 1; align-self: center; height: min(71vh, 710px); min-height: 570px; display: grid; place-items: center; }
.announcement-panel { position: relative; width: min(82%, 570px); height: 84%; min-height: 520px; padding: 32px 34px 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.92); border-radius: 30px; display: flex; flex-direction: column; background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(228,236,239,.9)); box-shadow: 0 35px 90px rgba(34,49,68,.18), inset 0 0 0 5px rgba(255,255,255,.38); isolation: isolate; }
.announcement-panel::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 90% 12%, rgba(131,215,203,.28), transparent 31%), radial-gradient(circle at 16% 90%, rgba(183,156,255,.25), transparent 35%); }
.announcement-panel::after { content: "N"; position: absolute; z-index: -1; right: -25px; bottom: -74px; color: rgba(255,255,255,.65); font-size: 300px; font-weight: 800; line-height: 1; letter-spacing: -.12em; }
.announcement-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.announcement-panel.has-image { color: white; background: #161b20; }
.announcement-panel.has-image::before { z-index: -2; background: linear-gradient(180deg, rgba(10,13,16,.18), rgba(10,13,16,.76)); }
.announcement-panel.has-image::after { color: rgba(255,255,255,.13); }
.announcement-header { display: flex; justify-content: space-between; align-items: center; }
.announcement-header p, .announcement-header > span { margin: 0; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.announcement-header > span { width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; letter-spacing: 0; opacity: .75; }
.announcement-content { position: relative; z-index: 2; max-width: 470px; margin: auto 0; }
.announcement-label { margin: 0 0 17px; color: #626b70; font-size: 9px; font-weight: 700; letter-spacing: .19em; }
.announcement-panel.has-image .announcement-label { color: rgba(255,255,255,.7); }
.announcement-content h2 { max-width: 520px; margin: 0; font-size: clamp(44px, 4.5vw, 70px); font-weight: 500; line-height: .98; letter-spacing: -.06em; }
html:lang(zh) .announcement-content h2 { font-size: clamp(41px, 4.2vw, 64px); line-height: 1.15; letter-spacing: -.045em; }
.announcement-content > p:last-child { max-width: 340px; margin: 23px 0 0; color: #5f686c; font-size: 13px; line-height: 1.7; }
.announcement-panel.has-image .announcement-content > p:last-child { color: rgba(255,255,255,.78); }
.announcement-footer { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.announcement-footer a { min-height: 48px; padding: 0 17px; border-radius: 999px; display: inline-flex; align-items: center; gap: 25px; background: var(--ink); color: white; font-size: 10px; font-weight: 600; }
.announcement-panel.has-image .announcement-footer a { background: white; color: var(--ink); }
.announcement-footer > p { margin: 0; display: flex; flex-direction: column; align-items: flex-end; color: #697175; font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.announcement-panel.has-image .announcement-footer > p { color: rgba(255,255,255,.66); }
.announcement-art span { position: absolute; z-index: -1; display: block; border-radius: 50%; }
.announcement-art span:first-child { width: 245px; height: 245px; right: -64px; top: 44px; background: radial-gradient(circle at 32% 28%, #f7ffff 0 6%, #8bd9cf 28%, #6678ed 65%, #303866 100%); box-shadow: inset -28px -35px 60px rgba(22,27,54,.23), inset 18px 18px 35px rgba(255,255,255,.68); opacity: .9; }
.announcement-art span:nth-child(2) { width: 105px; height: 105px; right: 170px; top: 182px; border: 1px solid rgba(23,26,28,.18); background: rgba(255,255,255,.28); backdrop-filter: blur(6px); }
.announcement-art span:last-child { width: 10px; height: 10px; left: 35px; bottom: 105px; background: var(--ink); }
.announcement-panel.has-image .announcement-art { display: none; }
.hero-metrics { position: relative; z-index: 5; grid-column: 1 / -1; grid-row: 2; min-height: 106px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-metrics > :is(div, a) { min-width: 0; padding: 24px 28px; border-right: 1px solid var(--line); display: flex; align-items: baseline; gap: 14px; }
.hero-metrics > :last-child { border-right: 0; }
.hero-metrics strong { font-size: 25px; font-weight: 600; letter-spacing: -.05em; }
.hero-metrics > :is(div, a) > span { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.hero-metric-link { position: relative; transition: background .25s; }
.hero-metric-link:hover { background: rgba(255,255,255,.42); }
.hero-metric-link .arrow-icon { width: 14px; margin-left: auto; align-self: center; }

.collection { padding: 130px clamp(20px, 5.5vw, 100px) 150px; background: var(--surface); }
.collection-heading { display: grid; grid-template-columns: 1fr minmax(280px, .37fr); gap: 50px; align-items: end; }
.collection-heading h2, .contact h2 { margin: 22px 0 0; font-size: clamp(58px, 7vw, 118px); font-weight: 500; line-height: .92; letter-spacing: -.075em; }
.collection-heading > p { max-width: 390px; margin: 0 0 7px; color: var(--muted); font-size: 14px; }
.catalog-tools { margin-top: 72px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.filters { flex: 1 1 auto; min-width: 0; display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filter { flex: 0 0 auto; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #596065; font-size: 10px; font-weight: 600; letter-spacing: .04em; transition: background .2s, color .2s, border-color .2s; }
.filter:hover, .filter.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.search-field { flex: 0 0 clamp(210px, 22vw, 320px); height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; display: flex; align-items: center; gap: 10px; background: #fafbf9; }
.search-field svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 11px; }
.search-field input::placeholder { color: #8c9295; }
.result-line { margin: 25px 0 28px; display: flex; justify-content: space-between; color: #737a7d; font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); grid-auto-flow: row; gap: clamp(12px, 1.3vw, 22px); align-items: start; }
.watch-card { min-width: 0; }

.watch-open { width: 100%; padding: 0; border: 0; background: transparent; text-align: left; }
.watch-image { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 18px; background: linear-gradient(145deg, #e8eceb, #d8dddf); }
.stock-badge { position: absolute; z-index: 2; left: 12px; top: 12px; min-height: 28px; padding: 0 11px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; display: inline-flex; align-items: center; gap: 7px; background: rgba(20,24,24,.82); color: white; backdrop-filter: blur(12px); font-size: 7px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.stock-badge::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #a7e1c6; box-shadow: 0 0 0 4px rgba(167,225,198,.16); }


.watch-image::after { content: "VIEW"; position: absolute; right: 13px; bottom: 13px; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.86); color: var(--ink); backdrop-filter: blur(12px); font-size: 7px; font-weight: 700; letter-spacing: .12em; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.watch-image img { position: absolute; inset: 0; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.watch-open:hover .watch-image img { filter: saturate(.95); }
.watch-open:hover .watch-image::after { opacity: 1; transform: none; }
.watch-meta { min-height: 88px; padding: 17px 3px 20px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; column-gap: 14px; }
.watch-meta small { grid-column: 1 / -1; margin-bottom: 7px; color: #7a8184; font-size: 8px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.watch-meta strong { overflow: hidden; font-size: 14px; font-weight: 600; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.watch-meta i { font-style: normal; font-size: 15px; }
.catalog-footer { min-height: 120px; padding-top: 48px; display: flex; flex-direction: column; align-items: center; gap: 15px; }
.load-more { min-width: 205px; padding: 15px 20px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: color .25s, background .25s; }
.load-more:hover { background: var(--ink); color: white; }
#catalog-status { min-height: 18px; margin: 0; color: var(--muted); font-size: 10px; }

.in-stock { position: relative; padding: 118px clamp(24px, 7vw, 128px) 126px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #f0f0eb 0%, #e5e8e4 55%, #edf1ee 100%); }
.in-stock::before { content: ""; position: absolute; right: -9vw; top: -13vw; width: 40vw; height: 40vw; border-radius: 50%; background: radial-gradient(circle, rgba(131,215,203,.32), rgba(131,215,203,0) 69%); pointer-events: none; }
.stock-heading { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); align-items: end; gap: 60px; }
.stock-heading h2 { max-width: 780px; margin: 21px 0 0; font-size: clamp(47px, 5.8vw, 94px); font-weight: 500; line-height: .98; letter-spacing: -.06em; }
html:lang(zh) .stock-heading h2 { font-size: clamp(42px, 5.3vw, 82px); line-height: 1.15; letter-spacing: -.045em; }
.stock-heading-copy { align-self: end; padding-bottom: 8px; }
.stock-heading-copy > p { max-width: 500px; margin: 22px 0 0; color: #5d6566; font-size: 13px; line-height: 1.8; }
.stock-count { width: fit-content; min-height: 48px; padding: 8px 12px 8px 9px; border: 1px solid rgba(23,26,28,.14); border-radius: 999px; display: inline-flex; align-items: center; gap: 11px; background: rgba(255,255,255,.58); color: #555d5f; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: background .25s, transform .25s; }
.stock-count strong { min-width: 32px; height: 32px; padding: 0 8px; border-radius: 999px; display: grid; place-items: center; background: var(--ink); color: white; font-size: 12px; }
.stock-count .arrow-icon { width: 13px; margin-left: 4px; }
.stock-count:hover { background: white; transform: translateY(-1px); }
.stock-rail-shell { position: relative; z-index: 1; margin-top: 56px; }
.stock-grid { display: flex; gap: clamp(12px,1.3vw,22px); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.stock-grid::-webkit-scrollbar { display: none; }
.stock-grid .watch-card { flex: 0 0 calc(25% - 17px); scroll-snap-align: start; }
.stock-grid .watch-image { background: rgba(255,255,255,.62); box-shadow: inset 0 0 0 1px rgba(255,255,255,.76); }
.stock-grid .watch-meta { border-color: rgba(23,26,28,.17); }
.stock-rail-button { position: absolute; z-index: 4; top: calc(50% - 44px); width: 44px; height: 44px; border: 1px solid rgba(23,26,28,.12); border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.9); box-shadow: 0 12px 32px rgba(23,26,28,.12); backdrop-filter: blur(12px); font-size: 18px; transition: transform .2s, background .2s; }
.stock-rail-button:hover { background: white; transform: scale(1.05); }
.stock-rail-button.is-prev { left: -22px; }
.stock-rail-button.is-next { right: -22px; }
.stock-section-footer { position: relative; z-index: 1; margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #747b7e; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.stock-section-footer > a { min-height: 46px; padding: 0 17px; border: 1px solid rgba(23,26,28,.18); border-radius: 999px; display: inline-flex; align-items: center; gap: 24px; background: rgba(255,255,255,.5); color: var(--ink); transition: background .2s; }
.stock-section-footer > a:hover { background: white; }
.stock-empty { position: relative; z-index: 1; min-height: 210px; margin-top: 52px; padding: 38px 42px; border: 1px solid rgba(23,26,28,.13); border-radius: 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: rgba(255,255,255,.48); }
.stock-empty > div { display: grid; gap: 7px; }
.stock-empty > div > span { color: #7b8281; font-size: 8px; font-weight: 700; letter-spacing: .28em; }
.stock-empty strong { font-size: clamp(25px,3vw,42px); font-weight: 500; letter-spacing: -.04em; }
.stock-empty p { margin: 0; color: var(--muted); font-size: 12px; }
.stock-empty > a { min-width: 190px; min-height: 50px; padding: 0 18px; border-radius: 999px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--ink); color: white; font-size: 10px; font-weight: 600; }

.stock-page-body { background: #eef1ee; }
.stock-page-main { padding-top: 86px; }
.stock-page-hero { position: relative; min-height: 490px; padding: 105px clamp(24px,7vw,128px) 72px; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(310px,.65fr); align-items: end; gap: 70px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 86% 8%, rgba(131,215,203,.36), transparent 31%), radial-gradient(circle at 18% 80%, rgba(183,156,255,.2), transparent 38%), linear-gradient(135deg,#f7f7f3,#e8edeb); }
.stock-page-hero::after { content: "IN STOCK"; position: absolute; left: -1.8vw; bottom: -7vw; color: rgba(255,255,255,.55); font-size: clamp(110px,19vw,330px); font-weight: 700; line-height: .8; letter-spacing: -.08em; pointer-events: none; }
.stock-page-hero > * { position: relative; z-index: 1; }
.stock-page-hero h1 { max-width: 900px; margin: 28px 0 0; font-size: clamp(74px,9vw,150px); font-weight: 500; line-height: .85; letter-spacing: -.075em; }
html:lang(zh) .stock-page-hero h1 { font-size: clamp(66px,8vw,125px); line-height: 1; letter-spacing: -.06em; }
.stock-page-intro { align-self: end; padding-bottom: 8px; }
.stock-page-intro > p { max-width: 510px; margin: 25px 0 0; color: #5d6566; font-size: 14px; line-height: 1.85; }
.stock-page-catalog { padding: 105px clamp(20px,5.5vw,100px) 135px; background: var(--surface); }
.stock-page-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.stock-page-toolbar h2 { margin: 17px 0 0; font-size: clamp(39px,4.8vw,76px); font-weight: 500; line-height: 1; letter-spacing: -.06em; }
html:lang(zh) .stock-page-toolbar h2 { letter-spacing: -.04em; }
.stock-search { width: min(340px,35vw); flex: 0 0 auto; }
.stock-page-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: clamp(16px,1.8vw,28px); align-items: start; }
.stock-page-grid .watch-image { background: linear-gradient(145deg,#eef1ef,#dfe4e2); }
.stock-page-empty { min-height: 260px; padding: 55px; border: 1px solid var(--line); border-radius: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; background: #f5f6f3; text-align: center; }
.stock-page-empty strong { font-size: clamp(22px,3vw,38px); font-weight: 500; }
.stock-page-empty a { min-height: 48px; padding: 0 20px; border-radius: 999px; display: inline-flex; align-items: center; background: var(--ink); color: white; font-size: 10px; font-weight: 600; }
.stock-page-contact { min-height: 510px; padding: 95px clamp(24px,7vw,128px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: radial-gradient(circle at 86% 24%,rgba(131,215,203,.54),transparent 30%), radial-gradient(circle at 72% 78%,rgba(86,97,255,.3),transparent 33%), #e7edec; }
.stock-page-contact h2 { max-width: 840px; margin: 20px 0 0; font-size: clamp(50px,6.5vw,102px); font-weight: 500; line-height: 1; letter-spacing: -.065em; }
html:lang(zh) .stock-page-contact h2 { letter-spacing: -.045em; }
.stock-page-contact > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 30px; color: #596165; }

.contact { position: relative; min-height: 760px; padding: 125px clamp(24px, 7vw, 128px); overflow: hidden; background:
  linear-gradient(120deg, rgba(255,255,255,.74), rgba(255,255,255,.28)),
  radial-gradient(circle at 82% 20%, rgba(131,215,203,.75), transparent 35%),
  radial-gradient(circle at 80% 78%, rgba(86,97,255,.52), transparent 38%),
  radial-gradient(circle at 43% 54%, rgba(183,156,255,.4), transparent 45%),
  #e8eeef;
}
.contact > *:not(.contact-glow) { position: relative; z-index: 2; }
.contact h2 { max-width: 820px; }
.contact > p:not(.eyebrow) { max-width: 430px; margin: 32px 0 0; color: #50575b; }
.contact-glow { position: absolute; right: 2%; top: 6%; width: min(49vw, 670px); aspect-ratio: 1; }
.contact-glow span { position: absolute; border-radius: 50%; box-shadow: inset -40px -50px 90px rgba(26,37,61,.15), inset 24px 24px 65px rgba(255,255,255,.75), 0 45px 80px rgba(36,49,70,.1); }
.contact-glow span:nth-child(1) { inset: 16% 6% 2% 22%; background: radial-gradient(circle at 32% 24%, #e7ffff, #8cdcd1 30%, #687cf1 67%, #28365f); }
.contact-glow span:nth-child(2) { width: 46%; aspect-ratio: 1; top: 0; left: 14%; background: radial-gradient(circle at 35% 25%, #fff, #d5c4ff 32%, #7c86f3 72%, #3d456f); }
.contact-glow span:nth-child(3) { width: 27%; aspect-ratio: 1; bottom: 3%; right: 0; background: radial-gradient(circle at 35% 26%, #efffff, #86d8d0 35%, #4f82dc 100%); }
.contact-links { width: min(650px, 52%); margin-top: 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-links a { min-height: 116px; padding: 22px 24px; border: 1px solid rgba(23,26,28,.14); border-radius: 18px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.52); backdrop-filter: blur(18px); transition: background .25s, transform .25s; }
.contact-links a:hover { background: rgba(255,255,255,.82); transform: translateY(-3px); }
.contact-links span { font-size: 18px; font-weight: 600; }
.contact-links small { display: block; margin-bottom: 9px; color: #60686c; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.contact-links i { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-style: normal; }

footer { min-height: 160px; padding: 42px clamp(22px, 4.8vw, 82px); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: var(--paper); }
footer > p, footer > div { margin: 0; color: #747b7e; font-size: 8px; font-weight: 600; letter-spacing: .15em; }
footer > div { justify-self: end; display: flex; gap: 28px; }

.contact-dock { position: fixed; z-index: 90; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 8px; }
.contact-dock a { width: 48px; height: 48px; border: 1px solid rgba(23,26,28,.14); border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.82); box-shadow: 0 12px 35px rgba(36,43,52,.13); backdrop-filter: blur(18px); transition: width .3s, border-radius .3s; overflow: hidden; }
.contact-dock strong { font-size: 11px; }
.contact-dock span { display: none; font-size: 9px; font-weight: 600; letter-spacing: .08em; }
.contact-dock a:hover { width: 104px; border-radius: 999px; grid-template-columns: auto auto; gap: 8px; }
.contact-dock a:hover span { display: block; }

.product-dialog { width: min(1420px, calc(100vw - 32px)); height: min(900px, calc(100dvh - 32px)); max-width: none; max-height: none; padding: 0; overflow: hidden; border: 1px solid rgba(23,26,28,.12); border-radius: 24px; background: white; color: var(--ink); box-shadow: 0 40px 120px rgba(18,25,35,.28); }
.product-dialog::backdrop { background: rgba(32,38,45,.48); backdrop-filter: blur(10px); }
.dialog-shell { position: relative; height: 100%; min-height: 0; display: grid; grid-template-columns: minmax(0,1.55fr) minmax(340px,.65fr); }
.dialog-close { position: absolute; z-index: 10; top: 18px; right: 18px; width: 44px; height: 44px; border: 1px solid rgba(23,26,28,.14); border-radius: 50%; background: rgba(255,255,255,.82); backdrop-filter: blur(14px); }
.dialog-close span { position: absolute; left: 13px; right: 13px; top: 21px; height: 1px; background: var(--ink); transform: rotate(45deg); }
.dialog-close span:last-child { transform: rotate(-45deg); }
.dialog-gallery { min-width: 0; min-height: 0; padding: 30px; overflow: hidden; background: #e9edec; display: grid; grid-template-rows: minmax(0,1fr) auto auto; }
.dialog-image-wrap { position: relative; min-width: 0; min-height: 0; overflow: hidden; border-radius: 15px; background: linear-gradient(145deg, #f4f6f5, #dbe0df); }
.dialog-image-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: 100%; max-height: 100%; min-width: 0; min-height: 0; object-fit: contain; object-position: center; touch-action: pan-y pinch-zoom; }
.image-status { position: absolute; inset: auto 20px 20px; margin: 0; color: #6a7175; text-align: center; font-size: 11px; }
.dialog-navigation { height: 58px; display: flex; align-items: center; justify-content: center; gap: 30px; }
.dialog-navigation button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.65); }
.dialog-navigation span { min-width: 66px; color: #61696d; text-align: center; font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.dialog-thumbnails { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.dialog-thumbnails::-webkit-scrollbar { display: none; }
.dialog-thumbnails button { flex: 0 0 62px; aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid transparent; border-radius: 8px; background: white; opacity: .58; }
.dialog-thumbnails button[aria-current="true"] { border-color: var(--ink); opacity: 1; }
.dialog-thumbnails img { width: 100%; height: 100%; object-fit: contain; }
.dialog-info { padding: 96px clamp(30px, 4vw, 68px) 42px; overflow-y: auto; display: flex; flex-direction: column; background: #fbfbf8; }
.dialog-number { margin: 0 0 42px; color: #7a8285; font-size: 9px; font-weight: 600; letter-spacing: .16em; }
.dialog-info h2 { margin: 28px 0 24px; font-size: clamp(38px, 4vw, 67px); font-weight: 500; line-height: 1.2; letter-spacing: -.035em; overflow-wrap: anywhere; }
.dialog-info > p:not(.dialog-number):not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; }
.dialog-info dl { margin: 54px 0 0; border-top: 1px solid var(--line); }
.dialog-info dl div { padding: 16px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; }
.dialog-info dt { color: #788084; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.dialog-info dd { margin: 0; font-size: 11px; font-weight: 600; text-align: right; }
.dialog-actions { margin-top: auto; padding-top: 44px; display: flex; flex-direction: column; gap: 8px; }
.dialog-actions a { min-height: 52px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 999px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.dialog-actions a:first-child { background: var(--ink); color: white; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-rise { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
@keyframes frame-in { from { opacity: 0; transform: translateY(28px) rotate(0deg) scale(.96); } }
.hero-copy { animation: hero-rise .9s .14s both; }
.announcement-panel { animation: frame-in 1s .18s both; }

@media (max-width: 1100px) {
  .hero { padding-left: 36px; padding-right: 36px; }
  .hero-copy { grid-column: 1 / span 6; }
  .hero-stage { grid-column: 6 / -1; }
  .announcement-panel { width: min(88%, 510px); }
  .collection { padding-left: 36px; padding-right: 36px; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .stock-page-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .contact { padding-left: 55px; padding-right: 55px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 82px; }
  body { -webkit-text-size-adjust: 100%; }
  .site-header { height: 64px; padding: 0 18px; grid-template-columns: 1fr auto; background: rgba(250,250,247,.94); }
  .brand { gap: 8px; }
  .brand-logo { width: 54px; height: 40px; border-radius: 6px; }
  .brand-mark { width: 29px; height: 29px; }
  .brand-words strong { font-size: 14px; }
  .brand-words small { font-size: 5px; letter-spacing: .62em; }
  nav { display: none; }
  .header-actions { gap: 10px; }
  .language-switch { font-size: 11px; }
  .header-cta { padding: 5px 6px 5px 12px; font-size: 9px; letter-spacing: .02em; gap: 8px; }
  .header-cta i { width: 26px; height: 26px; }
  .hero { min-height: auto; padding: 96px 20px 0; display: block; }
  .hero::before, .hero::after { display: none; }
  .hero-copy { padding: 0; }
  .hero h1 { margin: 18px 0 20px; font-size: clamp(40px, 11.8vw, 56px); line-height: 1; letter-spacing: -.055em; }
  html:lang(zh) .hero h1 { font-size: clamp(36px, 10.7vw, 52px); line-height: 1.18; letter-spacing: -.04em; }
  .hero h1 em::after { height: .12em; bottom: .08em; opacity: .7; }
  .hero-intro { max-width: 390px; margin: 0 0 20px; font-size: 13px; line-height: 1.75; }
  .hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; }
  .primary-button { min-width: 0; min-height: 46px; padding: 9px 11px 9px 17px; gap: 15px; font-size: 10px; }
  .primary-button > span[aria-hidden] { width: 27px; height: 27px; }
  .text-link { font-size: 10px; }
  .text-link span { margin-left: 0; }
  .text-link > span[aria-hidden] { margin-left: 5px; }
  .hero-stage { display: block; height: clamp(300px, 83vw, 350px); min-height: 0; margin: 27px 0 28px; }
  .announcement-panel { width: 100%; height: 100%; min-height: 0; padding: 22px 22px 20px; border-radius: 19px; animation: none; box-shadow: 0 14px 35px rgba(34,49,68,.12), inset 0 0 0 4px rgba(255,255,255,.32); }
  .announcement-panel::after { right: -20px; bottom: -53px; font-size: 210px; }
  .announcement-header p, .announcement-header > span { font-size: 8px; }
  .announcement-header > span { width: 29px; height: 29px; }
  .announcement-label { margin-bottom: 10px; font-size: 8px; }
  .announcement-content h2, html:lang(zh) .announcement-content h2 { max-width: 300px; font-size: clamp(31px, 9vw, 38px); line-height: 1.05; }
  html:lang(zh) .announcement-content h2 { line-height: 1.16; }
  .announcement-content > p:last-child { max-width: 255px; margin-top: 12px; font-size: 11px; line-height: 1.55; }
  .announcement-footer a { min-height: 39px; padding: 0 13px; gap: 17px; font-size: 9px; }
  .announcement-footer > p { font-size: 6px; }
  .announcement-art span:first-child { width: 155px; height: 155px; right: -40px; top: 34px; }
  .announcement-art span:nth-child(2) { width: 68px; height: 68px; right: 104px; top: 122px; }
  .announcement-art span:last-child { left: 23px; bottom: 75px; }
  .hero-metrics { min-height: 78px; margin: 0; }
  .hero-metrics > :is(div, a) { padding: 16px 8px; flex-direction: column; align-items: center; gap: 2px; text-align: center; }
  .hero-metrics strong { font-size: 18px; }
  .hero-metrics > :is(div, a) > span { font-size: 8px; letter-spacing: .025em; text-align: center; }
  .hero-metric-link .arrow-icon { display: none; }
  .collection { padding: 64px 16px 72px; }
  .in-stock { padding: 62px 16px 70px; }
  .stock-heading { display: block; padding: 0 4px; }
  .stock-heading h2, html:lang(zh) .stock-heading h2 { margin-top: 14px; font-size: clamp(34px,9.5vw,48px); line-height: 1.14; }
  .stock-heading-copy { margin-top: 22px; padding: 0; }
  .stock-heading-copy > p { margin-top: 15px; font-size: 12px; }
  .stock-count { min-height: 42px; }
  .stock-count strong { min-width: 28px; height: 28px; }
  .stock-rail-shell { margin: 31px -16px 0; }
  .stock-grid { padding: 0 16px; gap: 12px; scroll-padding-inline: 16px; }
  .stock-grid .watch-card { flex-basis: min(72vw, 290px); }
  .stock-rail-button { display: none; }
  .stock-section-footer { margin-top: 17px; align-items: stretch; flex-direction: column; font-size: 8px; }
  .stock-section-footer > a { width: 100%; justify-content: space-between; background: rgba(255,255,255,.64); }
  .stock-badge { left: 8px; top: 8px; min-height: 24px; padding: 0 8px; font-size: 6px; }
  .stock-empty { min-height: 230px; margin-top: 30px; padding: 27px 24px; border-radius: 18px; align-items: flex-start; flex-direction: column; }
  .stock-empty strong { font-size: 27px; line-height: 1.2; }
  .stock-empty > a { width: 100%; margin-top: auto; }
  .stock-page-main { padding-top: 64px; }
  .stock-page-hero { min-height: 420px; padding: 72px 20px 55px; display: block; }
  .stock-page-hero::after { left: -8px; bottom: -22px; font-size: 92px; }
  .stock-page-hero h1, html:lang(zh) .stock-page-hero h1 { margin-top: 20px; font-size: clamp(51px,15.5vw,72px); line-height: .95; }
  .stock-page-intro { margin-top: 42px; }
  .stock-page-intro > p { margin-top: 18px; font-size: 12px; line-height: 1.75; }
  .stock-page-catalog { padding: 64px 16px 78px; }
  .stock-page-toolbar { display: block; }
  .stock-page-toolbar h2 { font-size: 38px; }
  .stock-search { width: 100%; margin-top: 27px; }
  .stock-page-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 12px; }
  .stock-page-empty { min-height: 230px; padding: 34px 20px; }
  .stock-page-contact { min-height: 430px; padding: 64px 22px 94px; }
  .stock-page-contact h2 { font-size: 43px; }
  .stock-page-contact > p:not(.eyebrow) { margin: 21px 0 26px; font-size: 13px; }
  .collection-heading { display: block; padding: 0 4px; }
  .collection-heading h2, .contact h2 { font-size: clamp(34px, 9.7vw, 54px); line-height: 1.1; letter-spacing: -.045em; }
  html:lang(zh) .collection-heading h2, html:lang(zh) .contact h2 { font-size: clamp(29px, 8.7vw, 44px); line-height: 1.25; }
  .collection-heading > p { margin-top: 18px; font-size: 12px; line-height: 1.8; }
  .catalog-tools { margin-top: 28px; display: block; padding: 15px 0; }
  .filters { margin: 0 -16px; padding: 0 16px 15px; scrollbar-width: none; }
  .filter { min-height: 38px; font-size: 10px; }
  .search-field { width: 100%; height: 44px; }
  .search-field input { font-size: 16px; }
  .result-line { padding: 0 3px; margin: 20px 0; }
  .result-line span:last-child { display: none; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px 12px; }
  .watch-image { aspect-ratio: 3 / 4; border-radius: 10px; background: #f0f1ee; }
  .watch-image::after { display: none; }
  .watch-meta { min-height: 85px; padding: 12px 1px 14px; grid-template-columns: minmax(0,1fr) 14px; gap: 6px; }
  .watch-meta small { margin: 0; font-size: 8px; letter-spacing: .025em; }
  .watch-meta strong { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; font-size: 12px; line-height: 1.5; }
  .watch-meta .arrow-icon { width: 13px; height: 13px; }
  .catalog-footer { min-height: 100px; padding-top: 32px; }
  .contact { min-height: auto; padding: 60px 22px; }
  .contact-glow { width: 280px; right: -135px; top: 25%; opacity: .35; }
  .contact > p:not(.eyebrow) { max-width: 360px; margin-top: 22px; font-size: 13px; }
  .contact-links { width: 100%; margin-top: 30px; grid-template-columns: 1fr 1fr; gap: 10px; }
  .contact-links a { min-height: 90px; padding: 16px 12px; }
  .contact-links span { font-size: 14px; }
  .contact-links small { font-size: 9px; }
  .contact-links i { width: 26px; height: 26px; }
  footer { min-height: 180px; padding: 28px 20px calc(86px + env(safe-area-inset-bottom)); grid-template-columns: 1fr 1fr; gap: 14px; }
  footer > p { display: none; }
  footer > div { flex-direction: column; gap: 7px; text-align: right; font-size: 7px; letter-spacing: .06em; }
  .contact-dock { left: 50%; right: auto; bottom: calc(10px + env(safe-area-inset-bottom)); transform: translateX(-50%); flex-direction: row; gap: 0; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(250,250,247,.96); box-shadow: 0 5px 24px rgba(30,40,36,.12); opacity: 0; visibility: hidden; transition: opacity .2s; }
  body.has-scrolled .contact-dock { opacity: 1; visibility: visible; }
  .contact-dock a, .contact-dock a:hover { width: 116px; height: 38px; border: 0; box-shadow: none; border-radius: 999px; display: flex; justify-content: center; align-items: center; gap: 7px; background: transparent; }
  .contact-dock a:first-child { background: var(--ink); color: white; }
  .contact-dock strong { font-size: 10px; }
  .contact-dock span { display: block; font-size: 10px; letter-spacing: 0; }
  .product-dialog { width: 100%; height: 100dvh; margin: 0; max-height: 100dvh; border: 0; border-radius: 0; overflow-y: auto; overscroll-behavior: contain; }
  .dialog-shell { height: auto; min-height: 100%; display: block; }
  .dialog-close { position: fixed; top: calc(10px + env(safe-area-inset-top)); right: 12px; width: 38px; height: 38px; }
  .dialog-close span { left: 11px; right: 11px; top: 18px; }
  .dialog-gallery { height: clamp(360px, 76dvh, 740px); min-height: 0; padding: calc(52px + env(safe-area-inset-top)) 12px 14px; grid-template-rows: minmax(0,1fr) 46px 52px; }
  .dialog-image-wrap { border-radius: 8px; background: #e9edec; }
  .dialog-navigation { height: 46px; gap: 25px; }
  .dialog-navigation button { width: 36px; height: 36px; }
  .dialog-thumbnails { gap: 7px; }
  .dialog-thumbnails button { flex-basis: 49px; height: 52px; border-radius: 5px; }
  .dialog-info { min-height: 0; padding: 27px 22px calc(30px + env(safe-area-inset-bottom)); overflow: visible; }
  .dialog-number { margin: 0 0 20px; }
  .dialog-info .eyebrow { display: none; }
  .dialog-info h2 { margin: 0 0 16px; font-size: 26px; line-height: 1.35; letter-spacing: -.025em; }
  .dialog-info dl { margin-top: 23px; }
  .dialog-info dl div { padding: 12px 0; }
  .dialog-actions { padding-top: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
