:root {
  --ink: #142335;
  --ink-deep: #0d1a29;
  --ink-soft: #3c4b58;
  --muted: #61707b;
  --paper: #f4f6f4;
  --surface: #ffffff;
  --line: #dce5e2;
  --mint: #b8f2dd;
  --mint-deep: #0b705b;
  --apricot: #ffd6ad;
  --shadow: 0 24px 70px rgba(15, 39, 46, .09);
  font-family: "Aptos", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; background: var(--paper); color: var(--ink); line-height: 1.6; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #39b596; outline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(220,229,226,.8); background: rgba(249,251,249,.91); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-inner { width: min(100% - 48px, 1280px); min-height: 82px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand { width: fit-content; display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.05rem; font-weight: 780; letter-spacing: -.03em; white-space: nowrap; }
.brand-mark { width: 37px; height: 37px; display: inline-grid; place-items: center; border-radius: 12px; background: var(--ink); flex: none; }
.brand-mark svg { width: 29px; height: 29px; fill: none; stroke: var(--mint); stroke-width: 2.6; stroke-linecap: round; }
.nav { display: flex; align-items: center; gap: 5px; padding: 4px; border-radius: 999px; background: #edf1ee; }
.nav a, .nav button { padding: 9px 16px; border-radius: 999px; color: #566671; font-size: .9rem; font-weight: 650; white-space: nowrap; transition: background .2s ease, color .2s ease; }
.nav a:hover, .nav button:hover { color: var(--ink); }
.nav a[aria-current], .nav button[aria-pressed="true"] { background: #fff; color: var(--ink); box-shadow: 0 2px 8px rgba(24,47,53,.08); }
.nav button { border: 0; background: transparent; }
.site-view[hidden] { display: none !important; }
.site-view:not([hidden]) { animation: view-enter .24s ease-out both; }
.text-link[type="button"] { border: 0; background: transparent; cursor: pointer; }
.language-control { position: relative; justify-self: end; }
.globe-toggle { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); box-shadow: 0 3px 12px rgba(20,35,53,.045); transition: background .18s ease, transform .12s ease, box-shadow .18s ease; }
.globe-toggle svg { width: 21px; height: 21px; }
.globe-toggle:hover, .globe-toggle[aria-expanded="true"] { background: #e5f4ec; box-shadow: 0 5px 17px rgba(20,35,53,.1); }
.globe-toggle:active { transform: scale(.96); }
.language-options { position: absolute; right: 0; top: calc(100% + 10px); z-index: 25; width: 164px; display: grid; gap: 3px; padding: 6px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 18px 44px rgba(20,35,53,.16); }
.language-options[hidden] { display: none; }
.language-options button { min-height: 44px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 9px; padding: 9px 12px; background: transparent; color: var(--ink-soft); text-align: left; font-size: .9rem; font-weight: 650; }
.language-options button:hover, .language-options button[aria-pressed="true"] { background: #e7f4ed; color: #145f4c; }
.language-options button[aria-pressed="true"]::after { content: "✓"; font-weight: 800; }
main { flex: 1; width: min(100% - 48px, 1280px); margin: 0 auto; padding: 28px 0 100px; }
.home-hero, .page-hero { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 76% 42%, #294d55 0%, transparent 35%), linear-gradient(118deg, #0d1a29 12%, #152b37 75%, #21444b); color: #fff; border-radius: 32px; }
.home-hero::after, .page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .19; background-image: radial-gradient(#d8fff0 .7px, transparent .7px); background-size: 26px 26px; mask-image: linear-gradient(90deg, transparent 8%, #000 100%); }
.home-hero { min-height: 600px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: clamp(46px, 6vw, 94px) 0 clamp(46px, 6vw, 94px) clamp(40px, 6vw, 86px); }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--mint-deep); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #c5f3e5; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #71dab9; box-shadow: 0 0 0 4px rgba(113,218,185,.13); }
.hero-copy h1 { max-width: 680px; margin: 24px 0 22px; font-size: clamp(3.4rem, 5.2vw, 5.7rem); line-height: 1.04; letter-spacing: -.065em; font-weight: 740; }
.hero-copy h1 em { font-style: normal; color: var(--mint); }
.hero-lead { max-width: 500px; margin: 0; color: #c2d3d2; font-size: clamp(1rem, 1.4vw, 1.17rem); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 38px; }
.button { min-height: 49px; width: fit-content; display: inline-flex; align-items: center; justify-content: center; gap: 21px; border: 0; border-radius: 13px; padding: 12px 19px; font-size: .92rem; font-weight: 750; line-height: 1.3; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button-light { background: var(--mint); color: var(--ink-deep); box-shadow: 0 10px 28px rgba(82,201,171,.18); }
.button-light:hover { background: #d1ffe8; }
.button-dark { background: var(--ink); color: #fff; box-shadow: 0 9px 24px rgba(20,35,53,.12); }
.button-dark:hover { background: #284458; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: .92rem; font-weight: 750; transition: gap .2s ease, color .2s ease; }
.text-link:hover { gap: 17px; color: var(--mint-deep); }
.text-link-light { color: #e2f5ef; }
.text-link-light:hover { color: #fff; }
.bridge-visual { position: relative; align-self: stretch; min-height: 510px; display: flex; align-items: center; justify-content: center; animation: art-appear .8s ease-out both; }
.visual-glow { position: absolute; width: 530px; height: 530px; border-radius: 50%; background: radial-gradient(circle, rgba(105,218,189,.25), transparent 65%); filter: blur(4px); transform: translate(3%, -4%); }
.visual-grid { position: absolute; inset: 20% 5% 15% 5%; background: linear-gradient(90deg, rgba(193,250,232,.09) 1px, transparent 1px), linear-gradient(rgba(193,250,232,.09) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(to bottom, transparent, #000 40%, transparent); }
.bridge-drawing { position: relative; z-index: 1; width: min(105%, 720px); overflow: visible; filter: drop-shadow(0 0 24px rgba(123,246,207,.2)); }
.bridge-guide { stroke: #b8f2dd; stroke-width: 1; stroke-dasharray: 4 9; opacity: .58; }
.bridge-guide-outer { opacity: .27; }
.bridge-main { stroke: #b8f2dd; stroke-width: 4; stroke-linecap: round; }
.bridge-base { stroke: rgba(214,249,236,.65); stroke-width: 2; }
.bridge-pier { stroke: rgba(197,244,228,.4); stroke-width: 1.5; }
.bridge-node { fill: var(--apricot); filter: drop-shadow(0 0 10px rgba(255,214,173,.85)); }
.bridge-spark { fill: #c1ffe7; filter: drop-shadow(0 0 12px #a3f8d3); }
.bridge-spark-small { stroke: rgba(193,255,231,.46); stroke-width: 1; }
.visual-label { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; color: #d9f8ee; font-size: .67rem; font-weight: 800; letter-spacing: .17em; white-space: nowrap; }
.visual-label-start { left: 6%; bottom: 29%; }
.visual-label-end { right: 5%; bottom: 29%; }
.label-line { width: 25px; height: 1px; background: rgba(217,248,238,.6); }
.visual-caption { position: absolute; left: 50%; bottom: 9%; width: 80%; margin: 0; transform: translateX(-50%); text-align: center; color: #a9c3c0; font-size: .8rem; }
.section-block { margin-top: clamp(76px, 9vw, 122px); }
.section-head { display: grid; grid-template-columns: 1fr minmax(270px, 390px); align-items: end; gap: 40px; margin-bottom: 29px; }
.section-head h2, .wish-feature h2, .detail-layout h2 { max-width: 720px; margin: 10px 0 0; font-size: clamp(2.15rem, 3.7vw, 3.5rem); letter-spacing: -.05em; line-height: 1.13; }
.section-head p { margin: 0 0 4px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-tile { position: relative; isolation: isolate; min-height: 410px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(0,0,0,.04); border-radius: 25px; padding: 29px; transition: transform .26s cubic-bezier(.2,.8,.2,1), box-shadow .26s ease; }
.product-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-tile:active { transform: translateY(-2px); }
.tile-savault { background: #d7e9df; color: #173e3b; }
.tile-aiprice { background: #e1e5f3; color: #222e51; }
.tile-top, .tile-bottom { position: relative; z-index: 2; }
.tile-top { display: flex; align-items: start; justify-content: space-between; }
.tile-number { font-size: .69rem; font-weight: 850; letter-spacing: .16em; }
.tile-arrow { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.2rem; transition: transform .2s ease, background .2s ease; }
.product-tile:hover .tile-arrow { transform: rotate(45deg); background: rgba(255,255,255,.4); }
.tile-bottom { display: flex; flex-direction: column; align-items: start; max-width: 340px; }
.tile-bottom strong { font-size: clamp(2rem, 3vw, 3rem); line-height: 1.05; letter-spacing: -.055em; }
.tile-bottom > span:nth-child(2) { margin-top: 8px; font-size: .93rem; line-height: 1.55; }
.tile-link { margin-top: 21px; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 800; }
.tile-art { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.tile-art-savault::before, .tile-art-savault::after, .tile-art-savault span { content: ""; position: absolute; width: 190px; height: 190px; top: 17%; left: 49%; border: 1px solid rgba(32,100,85,.33); border-radius: 33px; transform: rotate(-24deg); box-shadow: 20px 20px 0 rgba(65,134,104,.09); }
.tile-art-savault::after { transform: translate(42px,-35px) rotate(-24deg); background: rgba(255,255,255,.24); }
.tile-art-savault span:nth-child(1) { transform: translate(84px,-70px) rotate(-24deg); }
.tile-art-savault span:nth-child(2) { transform: translate(126px,-105px) rotate(-24deg); }
.tile-art-savault span:nth-child(3) { width: 330px; height: 330px; top: -28%; left: -28%; border-radius: 50%; opacity: .3; }
.tile-art-aiprice::before { content: ""; position: absolute; width: 260px; height: 260px; top: 4%; left: 48%; border: 1px solid rgba(59,80,142,.3); border-radius: 50%; box-shadow: 0 0 0 35px rgba(85,105,164,.07), 0 0 0 70px rgba(85,105,164,.06); }
.tile-art-aiprice span { position: absolute; top: 38%; width: 19px; border-radius: 12px; background: rgba(61,82,145,.38); }
.tile-art-aiprice span:nth-child(1) { left: 57%; height: 66px; }
.tile-art-aiprice span:nth-child(2) { left: 63%; height: 112px; top: 27%; }
.tile-art-aiprice span:nth-child(3) { left: 69%; height: 86px; top: 33%; }
.tile-art-aiprice span:nth-child(4) { left: 75%; height: 145px; top: 19%; }
.wish-home { scroll-margin-top: 108px; }
#wish-form { scroll-margin-top: 108px; }
.wish-feature { position: relative; overflow: hidden; min-height: 365px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; background: #e7eee9; border-radius: 28px; }
.wish-feature-art { position: relative; height: 100%; min-height: 320px; overflow: hidden; }
.wish-orbit { position: absolute; width: 330px; height: 330px; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(28,105,89,.32); border-radius: 50%; box-shadow: 0 0 0 37px rgba(41,122,98,.05), 0 0 0 74px rgba(41,122,98,.04); }
.thought { position: absolute; z-index: 2; color: #317965; line-height: 1; }
.thought-one { top: 20%; left: 40%; font-size: 7rem; }
.thought-two { top: 53%; left: 61%; color: #eba968; font-size: 5rem; }
.thought-three { top: 62%; left: 24%; font-size: 3rem; }
.wish-feature-copy { padding: 60px clamp(32px, 6vw, 86px) 60px 0; }
.wish-feature-copy p { max-width: 540px; margin: 17px 0 25px; color: var(--ink-soft); font-size: 1rem; line-height: 1.75; }
.page-hero { min-height: 340px; display: flex; align-items: center; padding: 55px clamp(36px, 6vw, 85px); }
.page-hero-copy { position: relative; z-index: 2; max-width: 700px; }
.page-hero h1 { margin: 17px 0 10px; font-size: clamp(3.2rem, 6vw, 5.7rem); letter-spacing: -.06em; line-height: 1.03; }
.page-hero p { max-width: 610px; margin: 0; color: #c2d3d2; font-size: 1.03rem; line-height: 1.75; }
.page-hero-symbol { position: absolute; right: 8%; top: 50%; width: 260px; height: 260px; transform: translateY(-50%); border: 1px solid rgba(186,246,222,.25); border-radius: 50%; box-shadow: 0 0 0 45px rgba(144,234,198,.04), 0 0 0 90px rgba(144,234,198,.035); }
.page-hero-symbol span { position: absolute; color: var(--mint); font-size: 5rem; }
.page-hero-symbol span:nth-child(1) { top: 12%; left: 19%; }
.page-hero-symbol span:nth-child(2) { top: 40%; right: 8%; color: var(--apricot); font-size: 3rem; }
.page-hero-symbol span:nth-child(3) { bottom: 7%; left: 29%; font-size: 2rem; }
.product-symbol span:first-child { top: -27%; left: -22%; font-size: 19rem; font-weight: 100; }
.product-symbol span:nth-child(2) { top: 33%; right: 21%; }
.wish-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; align-items: start; margin-top: 28px; }
.form, .wish-list { min-width: 0; padding: clamp(27px, 3.5vw, 48px); background: var(--surface); border: 1px solid var(--line); border-radius: 25px; box-shadow: 0 18px 50px rgba(20,53,54,.035); }
.form h2, .wish-list h2 { margin: 8px 0 2px; font-size: clamp(1.8rem, 2.5vw, 2.4rem); letter-spacing: -.04em; line-height: 1.15; }
.panel-intro { margin: 0 0 28px; color: var(--muted); font-size: .91rem; }
.form label:not(.trap):not(.clickwrap-label) { display: block; margin: 19px 0 7px; font-size: .87rem; font-weight: 750; }
.form input:not([type="checkbox"]), .form textarea, .form select { width: 100%; min-height: 47px; padding: 11px 13px; border: 1px solid #cbd7d3; border-radius: 11px; background: #fbfcfb; color: var(--ink); transition: border-color .18s ease, box-shadow .18s ease; }
.form input:not([type="checkbox"]):focus, .form textarea:focus, .form select:focus { border-color: #42ab91; box-shadow: 0 0 0 3px rgba(66,171,145,.14); outline: none; }
.form textarea { resize: vertical; min-height: 112px; }
.form .trap { display: none; }
.clickwrap { margin-top: 25px; padding: 15px; background: #f1f6f3; border: 1px solid var(--line); border-radius: 12px; }
.clickwrap-label { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-soft); font-size: .82rem; line-height: 1.65; cursor: pointer; }
.clickwrap input { width: 18px; height: 18px; margin: 3px 0 0; flex: none; accent-color: var(--mint-deep); }
.clickwrap a { color: var(--mint-deep); text-decoration: underline; text-underline-offset: 2px; font-weight: 700; }
.form .button { margin-top: 22px; }
button:disabled { opacity: .52; cursor: not-allowed; box-shadow: none; }
button:disabled:hover { transform: none; }
.note { color: var(--muted); font-size: .82rem; }
#wish-status:not(:empty) { padding: 12px 14px; border-radius: 9px; background: #edf6f1; color: #1b674f; overflow-wrap: anywhere; }
.privacy-note { margin: 19px 0 0; }
.wish-list ul { list-style: none; padding: 0; margin: 0; }
.wish-list li { padding: 20px 0; border-top: 1px solid var(--line); }
.wish-list li:first-child { border-top: 0; }
.wish-list li strong { display: block; font-size: 1.04rem; overflow-wrap: anywhere; }
.wish-list li p { margin: 6px 0; color: var(--muted); white-space: pre-wrap; overflow-wrap: anywhere; }
.wish-list li small { display: block; margin: 8px 0; color: var(--muted); font-size: .79rem; }
.wish-list button { min-height: 43px; border: 1px solid #b4d5c8; border-radius: 9px; padding: 6px 13px; background: #e4f3eb; color: #135b49; font-size: .82rem; font-weight: 750; transition: background .18s ease, transform .12s ease; }
.wish-list button:hover { background: #d0ebdc; }
.wish-list button:active { transform: scale(.97); }
.wish-list button:disabled { opacity: .72; }
.detail-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 0 8px; }
.detail-layout p { max-width: 590px; margin: 0 0 26px; color: var(--ink-soft); font-size: clamp(1.1rem, 1.5vw, 1.32rem); line-height: 1.8; }
.detail-layout .secondary-back { color: var(--muted); font-size: .82rem; }
.detail-symbol { border-radius: 25px; transform: translateY(-50%) rotate(-20deg); }
.detail-symbol-savault span { width: 135px; height: 135px; border: 1px solid var(--mint); border-radius: 25px; background: rgba(151,241,205,.1); }
.detail-symbol-savault span:nth-child(1) { left: 17%; top: 12%; }
.detail-symbol-savault span:nth-child(2) { left: 32%; top: 27%; }
.detail-symbol-savault span:nth-child(3) { left: 47%; top: 42%; }
.detail-symbol-aiprice span { width: 23px; border-radius: 14px; background: var(--mint); }
.detail-symbol-aiprice span:nth-child(1) { height: 60px; top: 48%; left: 20%; }
.detail-symbol-aiprice span:nth-child(2) { height: 105px; top: 30%; left: 40%; }
.detail-symbol-aiprice span:nth-child(3) { height: 84px; top: 38%; left: 60%; }
.detail-symbol-aiprice span:nth-child(4) { height: 145px; top: 15%; left: 80%; }
.terms-article { max-width: 900px; margin: 0 auto; }
.terms-head { padding: 60px clamp(30px, 6vw, 72px); border-radius: 26px; background: var(--ink); color: #fff; }
.terms-head h1 { margin: 22px 0 14px; font-size: clamp(2.6rem, 4.7vw, 4.5rem); line-height: 1.07; letter-spacing: -.055em; }
.terms-head p { margin: 0; color: #c0d4d2; font-size: 1.02rem; }
.terms-list { margin: 36px 0 0; padding: 0; list-style: none; counter-reset: term; }
.terms-list li { position: relative; padding: 22px 10px 22px 64px; border-bottom: 1px solid var(--line); color: var(--ink-soft); line-height: 1.75; counter-increment: term; }
.terms-list li::before { content: counter(term, decimal-leading-zero); position: absolute; left: 8px; top: 22px; color: var(--mint-deep); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.terms-list strong { color: var(--ink); }
.terms-version { margin: 27px 9px; color: var(--muted); font-size: .82rem; }
.terms-back { margin: 10px 8px; }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); }
.footer-inner { width: min(100% - 48px, 1280px); min-height: 90px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .82rem; }
[data-locale="zh"] h1, [data-locale="zh"] h2 { letter-spacing: .02em; }
[data-locale="zh"] .hero-copy h1 { font-size: clamp(2.65rem, 4.4vw, 4.85rem); line-height: 1.14; }
[data-locale="zh"] .eyebrow, [data-locale="zh"] .section-kicker { letter-spacing: .08em; }
@keyframes view-enter { from { opacity: .6; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes art-appear { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1060px) {
  .header-inner { grid-template-columns: 1fr auto; gap: 10px 16px; padding: 13px 0; }
  .nav { grid-row: 2; grid-column: 1 / -1; justify-self: center; }
  .language-control { grid-column: 2; grid-row: 1; }
  .wish-home, #wish-form { scroll-margin-top: 145px; }
  .home-hero { min-height: 520px; }
  .hero-copy { padding-left: 40px; }
  .hero-copy h1 { font-size: clamp(3rem, 6vw, 5rem); }
  .visual-label { font-size: .58rem; }
}
@media (max-width: 760px) {
  .header-inner, main, .footer-inner { width: min(100% - 28px, 1280px); }
  .header-inner { min-height: 70px; }
  .brand { font-size: .95rem; }
  .brand-mark { width: 34px; height: 34px; }
  .nav { width: 100%; justify-content: center; }
  .nav a, .nav button { flex: 1; padding: 8px 9px; text-align: center; font-size: .82rem; }
  main { padding-top: 14px; padding-bottom: 70px; }
  .home-hero { grid-template-columns: 1fr; border-radius: 22px; }
  .hero-copy { padding: 48px 30px 10px; }
  .hero-copy h1 { margin: 19px 0; font-size: clamp(3rem, 10.5vw, 5rem); }
  .hero-lead { max-width: 570px; }
  .hero-actions { margin-top: 26px; gap: 18px; }
  .bridge-visual { min-height: 330px; }
  .visual-label-start { left: 6%; bottom: 29%; }
  .visual-label-end { right: 4%; bottom: 29%; }
  .visual-caption { bottom: 5%; }
  .section-head, .wish-feature, .wish-layout, .detail-layout { grid-template-columns: 1fr; }
  .section-head { gap: 14px; }
  .wish-feature-art { min-height: 215px; }
  .wish-orbit { width: 250px; height: 250px; }
  .thought-one { font-size: 5rem; top: 11%; }
  .thought-two { font-size: 3.6rem; top: 45%; }
  .wish-feature-copy { padding: 0 30px 40px; }
  .page-hero { min-height: 310px; border-radius: 22px; padding: 45px 30px; }
  .page-hero-symbol { right: -9%; opacity: .34; }
  .detail-layout { gap: 20px; }
}
@media (max-width: 520px) {
  .brand { font-size: .86rem; gap: 7px; }
  .globe-toggle { width: 42px; height: 42px; }
  .home-hero { min-height: 0; }
  .hero-copy { padding: 40px 23px 0; }
  .hero-copy h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero-actions { align-items: start; gap: 7px 18px; }
  .bridge-visual { min-height: 270px; margin: 0 -25px; }
  .visual-label { display: none; }
  .visual-caption { font-size: .7rem; bottom: 2%; }
  .section-block { margin-top: 72px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-tile { min-height: 360px; }
  .page-hero { min-height: 285px; }
  .page-hero h1 { font-size: clamp(2.9rem, 10vw, 4rem); }
  .wish-layout { gap: 14px; }
  .form, .wish-list { padding: 24px; border-radius: 19px; }
  .terms-head { padding: 42px 25px; }
  .terms-list li { padding-left: 53px; }
  .footer-inner { min-height: 80px; flex-direction: column; align-items: start; justify-content: center; gap: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
