:root {
  --ink: #080d12;
  --ink-soft: #0f1720;
  --navy: #13202d;
  --paper: #eee9df;
  --white: #fffdf8;
  --muted: #a8b2bc;
  --gold: #d8aa5d;
  --gold-light: #f1ca86;
  --crimson: #b71327;
  --crimson-soft: rgba(183, 19, 39, .22);
  --line: rgba(255, 255, 255, .14);
  --shadow: 0 28px 90px rgba(0, 0, 0, .28);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font: 400 1rem/1.65 "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

html:lang(zh-Hans) body { font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Segoe UI", Arial, sans-serif; }
html:lang(ja) body { font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", Arial, sans-serif; }
html:lang(ko) body { font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", Arial, sans-serif; }
html:lang(hi) body { font-family: "Nirmala UI", "Noto Sans Devanagari", "Mangal", "Segoe UI", Arial, sans-serif; }
html:lang(th) body { font-family: "Leelawadee UI", "Noto Sans Thai", Tahoma, "Segoe UI", Arial, sans-serif; }
html:lang(ar) body { font-family: "Noto Sans Arabic", Tahoma, "Segoe UI", Arial, sans-serif; }
html:lang(ru) body { font-family: "Segoe UI", Arial, sans-serif; }

html:lang(zh-Hans) [data-i18n],
html:lang(ja) [data-i18n],
html:lang(ko) [data-i18n],
html:lang(hi) [data-i18n],
html:lang(th) [data-i18n],
html:lang(ar) [data-i18n] { letter-spacing: normal; }
html:lang(zh-Hans) :is(h1, h2, h3),
html:lang(ja) :is(h1, h2, h3),
html:lang(ko) :is(h1, h2, h3) { line-height: 1.12; }
html:lang(hi) :is(h1, h2, h3),
html:lang(th) :is(h1, h2, h3),
html:lang(ar) :is(h1, h2, h3) { line-height: 1.2; }

html:lang(zh-Hans) :is(.button, .product-cta, .purchase-reassurance),
html:lang(ja) :is(.button, .product-cta, .purchase-reassurance),
html:lang(ko) :is(.button, .product-cta, .purchase-reassurance),
html:lang(hi) :is(.button, .product-cta, .purchase-reassurance),
html:lang(th) :is(.button, .product-cta, .purchase-reassurance),
html:lang(ar) :is(.button, .product-cta, .purchase-reassurance),
html:lang(ru) :is(.button, .product-cta, .purchase-reassurance) {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

html:lang(zh-Hans) :is(.hero-copy h1, .section-heading h2, .band-copy h2, .about-grid h2, .contact-card h2, .card-content h3, .trust-card h3, .guide-title, .guide-section h3, .legal-main h1, .legal-main h2),
html:lang(ja) :is(.hero-copy h1, .section-heading h2, .band-copy h2, .about-grid h2, .contact-card h2, .card-content h3, .trust-card h3, .guide-title, .guide-section h3, .legal-main h1, .legal-main h2),
html:lang(ko) :is(.hero-copy h1, .section-heading h2, .band-copy h2, .about-grid h2, .contact-card h2, .card-content h3, .trust-card h3, .guide-title, .guide-section h3, .legal-main h1, .legal-main h2),
html:lang(hi) :is(.hero-copy h1, .section-heading h2, .band-copy h2, .about-grid h2, .contact-card h2, .card-content h3, .trust-card h3, .guide-title, .guide-section h3, .legal-main h1, .legal-main h2),
html:lang(th) :is(.hero-copy h1, .section-heading h2, .band-copy h2, .about-grid h2, .contact-card h2, .card-content h3, .trust-card h3, .guide-title, .guide-section h3, .legal-main h1, .legal-main h2),
html:lang(ar) :is(.hero-copy h1, .section-heading h2, .band-copy h2, .about-grid h2, .contact-card h2, .card-content h3, .trust-card h3, .guide-title, .guide-section h3, .legal-main h1, .legal-main h2) {
  font-family: inherit;
  letter-spacing: normal;
}

html[dir="rtl"] .brand,
html[dir="rtl"] .brand-wordmark,
html[dir="rtl"] .product-family span:not([data-i18n]),
html[dir="rtl"] .card-content h3,
html[dir="rtl"] .guide-title,
html[dir="rtl"] .price-line strong,
html[dir="rtl"] .email-link,
html[dir="rtl"] .product-number,
html[dir="rtl"] .trust-number,
html[dir="rtl"] .guide-steps span,
html[dir="rtl"] .band-index,
html[dir="rtl"] bdi { direction: ltr; unicode-bidi: isolate; }
html[dir="rtl"] .card-content h3,
html[dir="rtl"] .guide-title { text-align: end; }
html[dir="rtl"] .email-link { text-align: start; }
html[dir="rtl"] .email-link span { direction: rtl; text-align: start; }
html[dir="rtl"] a[href^="mailto:"] { direction: ltr; unicode-bidi: isolate; }
html[dir="rtl"] [dir="ltr"] { text-align: start; }
html[dir="rtl"] .about-grid p:last-child { padding-right: 18px; padding-left: 0; border-right: 3px solid var(--gold); border-left: 0; }
html[dir="rtl"] .trust-closing { padding-right: 18px; padding-left: 0; border-right: 3px solid var(--gold); border-left: 0; }
html[dir="rtl"] .guide-note { border-right: 3px solid var(--gold); border-left: 0; border-radius: 12px 0 0 12px; }
html[dir="rtl"] .guide-close { float: left; margin-right: 14px; margin-left: -7px; }
html[dir="rtl"] .language-control select { padding-right: 14px; padding-left: 34px; background-position: 15px 19px, 10px 19px; }
html[dir="rtl"] .currency-control select { direction: ltr; padding-right: 38px; padding-left: 14px; }
html[dir="rtl"] .local-estimate-row bdi { direction: ltr; unicode-bidi: isolate; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 28px)); margin-inline: auto; }
.section { padding: 88px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 11px 15px; background: var(--gold-light); color: var(--ink); transform: translateY(-150%); border-radius: 9px; font-weight: 700; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .19em; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2, .band-copy h2, .about-grid h2, .contact-card h2 {
  margin: 0;
  font: 600 clamp(2.45rem, 11vw, 4.8rem)/.98 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
}
.section-heading > p:last-child, .band-copy > p, .about-grid p, .contact-card p { max-width: 630px; color: #b7c0c8; font-size: 1.04rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .62s ease, transform .62s cubic-bezier(.2, .7, .2, 1); transition-delay: var(--reveal-delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background: rgba(8, 13, 18, .78);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  transition: background .25s, border-color .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(8, 13, 18, .94); border-color: rgba(216, 170, 93, .22); box-shadow: 0 12px 40px rgba(0, 0, 0, .18), 0 1px rgba(183, 19, 39, .14); }
.nav-wrap { height: 72px; display: flex; align-items: center; justify-content: flex-start; gap: 8px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 11px; font-size: .75rem; font-weight: 700; line-height: 1; letter-spacing: .08em; white-space: nowrap; }
.brand b { color: var(--gold-light); }
.brand-logo-mark { width: 42px; height: 42px; flex: none; border-radius: 13px; object-fit: cover; box-shadow: 0 0 0 1px rgba(241, 202, 134, .18), 0 6px 20px rgba(0, 0, 0, .35); }
.brand-wordmark { display: inline-flex; gap: .35em; align-items: baseline; }
.menu-toggle { display: block; width: 48px; height: 48px; padding: 12px; background: transparent; border: 0; color: white; border-radius: 50%; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 6px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.site-nav {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 68px;
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 12px;
  background: rgba(15, 24, 33, .98);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.site-nav.open { display: flex; }
.site-nav > a { min-height: 48px; display: flex; align-items: center; padding: 0 12px; border-bottom: 1px solid var(--line); color: #e1e6ea; font-size: .9rem; font-weight: 650; }
.site-nav > a:hover { color: var(--gold-light); }
.language-control { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 10px 12px; color: #e1e6ea; font-size: .84rem; font-weight: 700; }
.language-label { min-width: 0; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.language-control select {
  width: min(178px, 54vw);
  min-height: 44px;
  appearance: none;
  color: var(--white);
  background-color: rgba(255, 255, 255, .035);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 34px 8px 14px;
  font-weight: 700;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold-light) 50%), linear-gradient(135deg, var(--gold-light) 50%, transparent 50%);
  background-position: calc(100% - 15px) 19px, calc(100% - 10px) 19px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}
.language-control option { color: var(--ink); }
.language-control.header-language-control {
  position: relative;
  display: flex;
  min-width: 72px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-inline-start: auto;
  padding: 0 9px;
  color: var(--white);
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(241, 202, 134, .26);
  border-radius: 999px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.header-language-control:hover { border-color: rgba(241, 202, 134, .55); background: rgba(255, 255, 255, .065); }
.header-language-control:focus-within { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.language-compact { display: inline-flex; align-items: center; gap: 4px; direction: ltr; line-height: 1; pointer-events: none; }
.language-compact strong { min-width: 2ch; color: var(--gold-light); font-size: .78rem; letter-spacing: .04em; text-align: center; }
.language-chevron { color: var(--gold-light); font-size: .78rem; transform: translateY(-1px); }
.language-control.header-language-control select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  border: 0;
  background: none;
}
.legal-actions { width: 100%; display: grid; grid-template-columns: 1fr; align-items: center; gap: 10px; padding-bottom: 10px; }
.legal-actions .language-control { min-width: 0; padding: 0; }
.legal-actions .button { width: 100%; min-height: 44px; padding-inline: 16px; white-space: nowrap; }
.site-nav .nav-store { justify-content: center; border: 0; border-radius: 999px; background: linear-gradient(135deg, var(--gold-light), #c18d43); color: var(--ink); box-shadow: 0 10px 28px rgba(216, 170, 93, .18); }
.site-nav .nav-store:hover { color: var(--ink); filter: brightness(1.05); }

.hero {
  position: relative;
  min-height: 760px;
  padding: 126px 0 72px;
  overflow: hidden;
  background: radial-gradient(circle at 16% 17%, rgba(34, 66, 93, .52), transparent 32%), radial-gradient(circle at 84% 24%, rgba(183, 19, 39, .14), transparent 30%), radial-gradient(circle at 78% 42%, rgba(172, 119, 48, .17), transparent 34%), linear-gradient(145deg, #070a0d 5%, #111820 57%, #070a0d 100%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, var(--ink)); pointer-events: none; }
.hero-grid { position: relative; z-index: 3; display: grid; gap: 44px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 760px; margin: 0 0 25px; font: 600 clamp(3rem, 14vw, 6.6rem)/.9 Georgia, "Times New Roman", serif; letter-spacing: -.065em; text-wrap: balance; }
.hero-copy h1 em { color: var(--gold-light); font-style: italic; font-weight: 500; }
.brand-line { margin: 0 0 22px; color: #f6ead3; font-size: clamp(1rem, 4vw, 1.18rem); font-weight: 750; letter-spacing: .04em; }
.hero-support { max-width: 640px; margin: 0; color: #b8c2ca; font-size: 1.05rem; }
.button-row { display: grid; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid var(--line); border-radius: 999px; font-size: .9rem; font-weight: 750; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button span, .text-link span, .email-link b, .nav-store span { display: inline-block; transition: transform .2s; }
.button:hover span, .text-link:hover span, .email-link:hover b, .nav-store:hover span { transform: translate(3px, -2px); }
.button:active { transform: translateY(1px) scale(.99); }
.button-primary { background: linear-gradient(135deg, #f4d08f, #c99145); color: var(--ink); border-color: transparent; box-shadow: 0 14px 38px rgba(216, 170, 93, .2), 0 0 28px rgba(183, 19, 39, .08); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(216, 170, 93, .28), 0 0 34px rgba(183, 19, 39, .12); }
.button-ghost { background: rgba(255, 255, 255, .035); backdrop-filter: blur(8px); }
.button-ghost:hover { transform: translateY(-2px); border-color: rgba(241, 202, 134, .62); background: rgba(255, 255, 255, .07); }
.hero-art { position: relative; height: 360px; }
.hero-plate { position: absolute; inset: 0; overflow: hidden; display: grid; place-items: center; padding: 18px; border: 1px solid rgba(241, 202, 134, .19); border-radius: 34px; background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .012)), radial-gradient(circle at 48% 44%, rgba(216, 170, 93, .12), transparent 52%), radial-gradient(circle at 76% 32%, rgba(183, 19, 39, .09), transparent 34%); box-shadow: inset 0 1px rgba(255, 255, 255, .07), 0 35px 100px rgba(0, 0, 0, .32); backdrop-filter: blur(9px); }
.hero-plate::before { content: ""; position: absolute; inset: 14px; z-index: 2; border: 1px solid rgba(255, 255, 255, .065); border-radius: 25px; pointer-events: none; }
.hero-plate::after { content: ""; position: absolute; inset: auto 12% 12px; height: 1px; z-index: 2; background: linear-gradient(90deg, transparent, rgba(241, 202, 134, .85), rgba(183, 19, 39, .65), transparent); box-shadow: 0 0 18px rgba(216, 170, 93, .26); pointer-events: none; }
.hero-logo-picture { position: relative; z-index: 1; display: grid; width: min(100%, 320px); aspect-ratio: 1; }
.hero-logo { width: 100%; height: 100%; object-fit: contain; border-radius: 22px; filter: drop-shadow(0 24px 48px rgba(0, 0, 0, .42)); animation: logo-breathe 9s ease-in-out infinite alternate; }
.hero-glow { position: absolute; width: 480px; height: 480px; right: -180px; top: 50px; border-radius: 50%; background: rgba(216, 170, 93, .13); filter: blur(85px); animation: glow-drift 9s ease-in-out infinite alternate; }
.hero-atmosphere i { position: absolute; border-radius: 50%; filter: blur(3px); background: rgba(241, 202, 134, .15); animation: float-light 12s ease-in-out infinite; }
.hero-atmosphere i:first-child { width: 7px; height: 7px; left: 8%; top: 32%; }
.hero-atmosphere i:nth-child(2) { width: 4px; height: 4px; right: 22%; top: 18%; animation-delay: -4s; }
.hero-atmosphere i:last-child { width: 9px; height: 9px; right: 8%; bottom: 24%; animation-delay: -7s; }
.hero-grain { position: absolute; inset: 0; opacity: .08; background-image: repeating-radial-gradient(circle at 30% 20%, transparent 0, transparent 2px, rgba(255, 255, 255, .06) 3px, transparent 4px); background-size: 22px 22px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-enter { opacity: 0; transform: translateY(16px); }
.ready .hero-enter { animation: hero-in .7s cubic-bezier(.2, .7, .2, 1) forwards; }
.ready .hero-art { animation-delay: .12s; }

.product-family { position: relative; z-index: 5; background: #090f14; border-block: 1px solid var(--line); }
.product-family-inner { padding: 24px 0; }
.product-family p { margin: 0 0 13px; color: #7f8a94; font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.product-family-inner div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.product-family span { font: 650 .86rem Georgia, serif; letter-spacing: .09em; }
.product-family i { display: none; }

.showroom-section { position: relative; overflow: hidden; overflow: clip; background: radial-gradient(circle at 82% 18%, rgba(216, 170, 93, .16), transparent 28%), linear-gradient(145deg, #0d1720, #070c11); }
.showroom-section::after { content: ""; position: absolute; left: -180px; bottom: -220px; width: 430px; height: 430px; border: 1px solid rgba(241, 202, 134, .09); border-radius: 50%; pointer-events: none; }
.showroom-grid { position: relative; z-index: 1; display: grid; gap: 34px; align-items: center; }
.showroom-grid .section-heading { margin-bottom: 0; }
.showroom-poster { position: relative; width: min(100%, 340px); aspect-ratio: 9 / 16; justify-self: center; overflow: hidden; padding: 0; border: 1px solid rgba(241, 202, 134, .34); border-radius: 28px; background: #05080b; color: var(--white); box-shadow: 0 30px 80px rgba(0, 0, 0, .4); cursor: pointer; isolation: isolate; }
.showroom-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2, .7, .2, 1), filter .3s; }
.showroom-poster:hover img { transform: scale(1.025); filter: saturate(1.06); }
.showroom-poster-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(3, 6, 9, .94) 0, rgba(3, 6, 9, .2) 38%, transparent 58%); pointer-events: none; }
.play-disc { position: absolute; inset: 50% auto auto 50%; width: 66px; height: 66px; display: grid; place-items: center; padding-left: 4px; border: 1px solid rgba(255, 255, 255, .72); border-radius: 50%; background: rgba(8, 13, 18, .72); color: var(--gold-light); font-size: 1.35rem; transform: translate(-50%, -50%); box-shadow: 0 16px 36px rgba(0, 0, 0, .38); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: background .2s, transform .2s; }
.showroom-poster:hover .play-disc { background: var(--gold-light); color: var(--ink); transform: translate(-50%, -50%) scale(1.06); }
.showroom-poster-label { position: absolute; right: 20px; bottom: 22px; left: 20px; color: var(--white); font-size: .82rem; font-weight: 850; line-height: 1.35; letter-spacing: .08em; text-align: center; text-wrap: balance; overflow-wrap: anywhere; }

.offer-section { position: relative; overflow: hidden; overflow: clip; background: radial-gradient(circle at 86% 14%, rgba(216, 170, 93, .15), transparent 28%), linear-gradient(145deg, #111b25, #080d12); }
.offer-section::after { content: ""; position: absolute; right: -170px; bottom: -220px; width: 460px; height: 460px; border: 1px solid rgba(241, 202, 134, .1); border-radius: 50%; pointer-events: none; }
.offer-grid { position: relative; z-index: 1; display: grid; gap: 30px; align-items: end; }
.offer-grid .section-heading { margin-bottom: 0; }
.offer-proposition { margin: 22px 0 8px; color: var(--white) !important; font-weight: 750; }
.solution-paths { display: grid; gap: 10px; }
.solution-paths a { min-width: 0; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 2px 14px; align-items: center; min-height: 88px; padding: 17px 18px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; background: rgba(255, 255, 255, .035); box-shadow: inset 0 1px rgba(255, 255, 255, .035); transition: border-color .2s, background .2s, transform .2s; }
.solution-paths a:hover { transform: translateY(-2px); border-color: rgba(241, 202, 134, .48); background: rgba(255, 255, 255, .065); }
.solution-paths a > span { grid-row: 1 / span 2; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(241, 202, 134, .3); border-radius: 50%; color: var(--gold-light); font: 700 .72rem Georgia, serif; }
.solution-paths strong { min-width: 0; color: var(--white); font-size: .82rem; letter-spacing: .08em; overflow-wrap: anywhere; }
.solution-paths small { min-width: 0; color: #9fabb5; font-size: .84rem; line-height: 1.35; overflow-wrap: anywhere; }

.products-section { position: relative; background: linear-gradient(180deg, #eee9df, #e4ddd1); color: var(--ink); }
.products-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 90% 7%, rgba(216, 170, 93, .2), transparent 23%); pointer-events: none; }
.products-section .container { position: relative; }
.products-section .eyebrow { color: #75501b; }
.products-section .section-heading > p:last-child { color: #59636b; }
.products-heading { max-width: 810px; }
.product-category-block { scroll-margin-top: 100px; }
.product-category-block + .product-category-block { margin-top: 78px; padding-top: 66px; border-top: 1px solid rgba(8, 13, 18, .12); }
.currency-toolbar { display: grid; gap: 18px; margin: -4px 0 48px; padding: 20px; border: 1px solid rgba(8, 13, 18, .11); border-radius: 20px; background: rgba(255, 253, 248, .74); box-shadow: 0 12px 30px rgba(8, 13, 18, .06); }
.currency-toolbar p { margin: 0; color: #5d6870; font-size: .88rem; line-height: 1.5; }
.currency-toolbar .currency-toolbar-title { margin-bottom: 3px; color: var(--ink); font-size: .78rem; font-weight: 850; letter-spacing: .1em; }
.currency-control { min-width: 0; display: grid; gap: 6px; color: #75501b; font-size: .72rem; font-weight: 850; letter-spacing: .1em; }
.currency-control select { width: 100%; min-height: 46px; padding: 0 38px 0 14px; border: 1px solid rgba(8, 13, 18, .2); border-radius: 12px; background: #fffdf8; color: var(--ink); font: 800 .9rem "Segoe UI", Arial, sans-serif; cursor: pointer; }
.category-heading { max-width: 820px; margin: 0 0 30px; }
.category-heading .eyebrow { margin-bottom: 12px; }
.category-heading h2 { max-width: 720px; margin: 0; font: 600 clamp(2.25rem, 9vw, 4.1rem)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.04em; }
.category-heading > p:last-child { max-width: 680px; margin: 17px 0 0; color: #59636b; font-size: 1rem; }
.store-journey { scroll-margin-top: 106px; display: grid; gap: 1px; overflow: hidden; margin: -10px 0 34px; border: 1px solid rgba(8, 13, 18, .1); border-radius: 22px; background: rgba(8, 13, 18, .1); box-shadow: 0 14px 35px rgba(8, 13, 18, .07); }
.store-journey > div { min-width: 0; display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; padding: 19px; background: rgba(255, 253, 248, .72); }
.store-journey span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(117, 80, 27, .28); border-radius: 50%; color: #75501b; font-size: .68rem; font-weight: 850; }
.store-journey p { min-width: 0; margin: 0; color: #56616a; font-size: .85rem; line-height: 1.48; }
.store-journey strong { display: block; margin-bottom: 2px; color: var(--ink); font: 700 1.02rem/1.25 Georgia, serif; }
.product-grid { display: grid; gap: 18px; }
.product-card { position: relative; min-width: 0; overflow: hidden; display: flex; flex-direction: column; padding: 18px; border: 1px solid rgba(255, 255, 255, .11); border-radius: var(--radius); background: #13202a; color: white; box-shadow: 0 15px 42px rgba(8, 13, 18, .12); isolation: isolate; transition: transform .28s cubic-bezier(.2, .7, .2, 1), box-shadow .28s, border-color .28s; }
.product-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--card-bg); opacity: .78; }
.product-card::after { content: ""; position: absolute; inset: 0; z-index: 3; border-radius: inherit; pointer-events: none; box-shadow: inset 0 1px rgba(255, 255, 255, .08); }
.product-card:hover { transform: translateY(-5px); border-color: var(--card-accent); box-shadow: 0 30px 65px rgba(8, 13, 18, .22); }
.product-card:active { transform: translateY(-1px); }
.card-top { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 16px; font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.product-number { color: rgba(255, 255, 255, .62); }
.product-type { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(5, 9, 13, .18); font-size: .75rem; white-space: nowrap; }
.product-type-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; transition: color .2s, border-color .2s, background .2s; }
.product-type-link:hover { color: var(--card-accent); border-color: var(--card-accent); background: rgba(5, 9, 13, .34); }
.product-visual { position: relative; height: 222px; margin: 0 0 24px; overflow: hidden; border-radius: 20px; background: #0b1117; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2, .7, .2, 1), filter .3s; }
.product-card:hover .product-visual img { transform: scale(1.035); filter: saturate(1.06); }
.visual-shade { position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); background: linear-gradient(to top, rgba(5, 8, 11, .45), transparent 42%); pointer-events: none; }
.card-content { display: flex; flex: 1; flex-direction: column; position: relative; z-index: 4; }
.card-content .category { margin: 0; color: var(--card-accent); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.card-content h3 { margin: 7px 0 14px; font: 700 clamp(1.85rem, 8vw, 2.45rem)/.96 Georgia, serif; letter-spacing: -.045em; }
.card-content .tagline { margin: 0 0 10px; color: white; font-weight: 750; line-height: 1.4; }
.card-content > p:not(.category):not(.tagline):not(.commercial-note) { margin: 0 0 18px; color: rgba(255, 255, 255, .73); font-size: 1rem; line-height: 1.58; }
.card-content .commercial-note { margin: 0 0 18px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .12); color: var(--card-accent); font-size: .9rem; font-weight: 750; line-height: 1.55; overflow-wrap: anywhere; }
.card-content .commercial-note bdi { color: white; font: 800 1.04rem Georgia, serif; direction: ltr; unicode-bidi: isolate; white-space: nowrap; }
.local-estimate { min-width: 0; margin: -5px 0 18px; padding: 12px 13px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; background: rgba(5, 9, 13, .22); }
.local-estimate[hidden], .currency-disclaimer[hidden] { display: none !important; }
.local-estimate-kicker { display: block; margin-bottom: 8px; color: rgba(255, 255, 255, .6); font-size: .66rem; font-weight: 850; letter-spacing: .1em; }
.local-estimate-values { display: grid; gap: 5px; }
.local-estimate-row { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: baseline; }
.local-estimate-row span { min-width: 0; color: rgba(255, 255, 255, .7); font-size: .76rem; line-height: 1.35; overflow-wrap: anywhere; }
.local-estimate-row bdi { color: rgba(255, 255, 255, .82); font: 700 .84rem Georgia, serif; direction: ltr; unicode-bidi: isolate; white-space: nowrap; }
.local-estimate small { display: block; margin-top: 8px; color: rgba(255, 255, 255, .52); font-size: .68rem; line-height: 1.4; }
.currency-disclaimer { max-width: 760px; margin: 30px auto 0; color: #5d6870; font-size: .78rem; line-height: 1.55; text-align: center; }
.card-actions { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 8px 18px; margin-top: auto; }
.card-actions .text-link { margin-top: 0; }
.text-link { width: max-content; max-width: 100%; min-height: 44px; display: inline-flex; align-items: center; gap: 10px; margin-top: auto; padding: 11px 0 5px; border-bottom: 1px solid var(--card-accent); font-size: .82rem; font-weight: 800; }
.text-link:hover { color: var(--card-accent); }
.price-line { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin: 0 0 12px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, .12); line-height: 1.2; }
.price-line strong { color: white; font: 700 1.22rem Georgia, serif; }
.price-line span { color: rgba(255, 255, 255, .58); font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.product-actions { display: grid; gap: 9px; margin-top: auto; padding-top: 8px; }
.product-cta { min-width: 0; min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 14px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 13px; color: inherit; font-size: .875rem; font-weight: 850; line-height: 1.25; letter-spacing: .02em; text-align: start; cursor: pointer; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.product-cta > span:last-child { flex: none; font-size: 1rem; transition: transform .2s; }
.product-cta:hover > span:last-child { transform: translate(3px, -2px); }
.product-cta-secondary { background: rgba(5, 9, 13, .12); }
.product-cta-secondary:hover { color: var(--card-accent); border-color: var(--card-accent); background: rgba(5, 9, 13, .28); }
.product-cta-primary { border-color: var(--card-accent); background: var(--card-accent); color: var(--ink); box-shadow: 0 12px 28px rgba(0, 0, 0, .16); }
.product-cta-primary:hover { transform: translateY(-1px); background: white; border-color: white; }
.card-vowbook { --card-accent: #efc293; --card-bg: linear-gradient(145deg, #412c2b, #111923); }
.card-vowbook .product-visual img { object-position: 50% 45%; }
.card-thiswasus { --card-accent: #efbd54; --card-bg: linear-gradient(145deg, #172234, #080d14); }
.card-thiswasus .product-visual img { object-position: 50% 19%; }
.card-pawbridge { --card-accent: #efbd70; --card-bg: linear-gradient(145deg, #1b2b45, #0d1421); }
.card-pawbridge .product-visual img { object-position: 66% 50%; }
.card-life { --card-accent: #9fd5bd; --card-bg: linear-gradient(145deg, #16433f, #0b2022); }
.card-care { --card-accent: #f0b5a2; --card-bg: linear-gradient(145deg, #5a383b, #1d151b); }
.card-creator { --card-accent: #f1cb77; --card-bg: linear-gradient(145deg, #50401e, #16160f); }
.portrait-product-visual { width: min(100%, 348.75px); height: auto; aspect-ratio: 9 / 16; margin: 0 auto 24px; }
.portrait-product-visual img { object-fit: contain; object-position: center; }
.purchase-reassurance { max-width: 760px; margin: 30px auto 0; padding: 13px 18px; border: 1px solid rgba(8, 13, 18, .12); border-radius: 999px; background: rgba(255, 253, 248, .68); color: #4d5861; font-size: .82rem; font-weight: 750; line-height: 1.45; text-align: center; }

.how-section { position: relative; background: radial-gradient(circle at 12% 5%, rgba(216, 170, 93, .1), transparent 27%), linear-gradient(145deg, #121d27, #080d12); }
.how-section .section-heading { max-width: 790px; }
.how-section .store-journey { margin: 0; border-color: rgba(241, 202, 134, .15); background: rgba(241, 202, 134, .12); }
.how-section .store-journey > div { background: rgba(255, 255, 255, .045); }
.how-section .store-journey span { border-color: rgba(241, 202, 134, .3); color: var(--gold-light); }
.how-section .store-journey p { color: #acb7c0; font-size: .92rem; }
.how-section .store-journey strong { color: var(--white); }

.tailored-section { padding-top: 0; background: #080d12; }
.tailored-panel { position: relative; overflow: hidden; display: grid; gap: 28px; padding: 34px 24px; border: 1px solid rgba(241, 202, 134, .22); border-radius: 28px; background: radial-gradient(circle at 88% 8%, rgba(183, 19, 39, .15), transparent 32%), linear-gradient(135deg, #241c24, #101923); box-shadow: var(--shadow); }
.tailored-panel::after { content: ""; position: absolute; right: -92px; bottom: -115px; width: 230px; height: 230px; border: 1px solid rgba(241, 202, 134, .12); border-radius: 50%; pointer-events: none; }
.tailored-panel > * { position: relative; z-index: 1; }
.tailored-panel h2 { max-width: 690px; margin: 0; font: 600 clamp(2.2rem, 9vw, 4rem)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.04em; }
.tailored-panel p { max-width: 660px; color: #b6c0c8; font-size: 1rem; }
.tailored-list { margin: 0 0 22px; color: var(--gold-light) !important; font-weight: 700; line-height: 1.7; }
.tailored-panel .button { width: 100%; }

.trust-section { position: relative; overflow: hidden; overflow: clip; background: radial-gradient(circle at 88% 12%, rgba(216, 170, 93, .11), transparent 28%), linear-gradient(145deg, #0d161f, #080d12); }
.trust-section::after { content: ""; position: absolute; left: -150px; bottom: -190px; width: 390px; height: 390px; border: 1px solid rgba(216, 170, 93, .08); border-radius: 50%; pointer-events: none; }
.trust-section .container { position: relative; z-index: 1; }
.trust-heading { max-width: 820px; }
.trust-heading h2 { max-width: 760px; font-size: clamp(2.2rem, 10vw, 4rem); }
.trust-grid { display: grid; gap: 12px; }
.trust-card { min-width: 0; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 22px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 20px; background: rgba(255, 255, 255, .028); box-shadow: inset 0 1px rgba(255, 255, 255, .035); }
.trust-number { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(241, 202, 134, .28); border-radius: 50%; color: var(--gold-light); font: 700 .7rem Georgia, serif; }
.trust-card h3 { margin: 2px 0 7px; color: var(--white); font: 650 1.16rem/1.25 Georgia, serif; }
.trust-card p { margin: 0; color: #aab5be; font-size: .92rem; line-height: 1.58; }
.trust-card a { color: var(--gold-light); overflow-wrap: anywhere; text-decoration: underline; text-decoration-color: rgba(241, 202, 134, .38); text-underline-offset: 3px; }
.trust-card a:hover { text-decoration-color: currentColor; }
.trust-closing { max-width: 760px; margin: 30px 0 0; padding: 20px 0 0 18px; border-top: 1px solid rgba(255, 255, 255, .1); border-left: 3px solid var(--gold); color: #b7c0c8; font-size: .94rem; line-height: 1.65; }
.trust-closing strong { color: var(--white); font-weight: 700; }

.video-dialog { width: min(960px, calc(100% - 16px)); max-width: none; max-height: calc(100dvh - 16px); padding: 0; overflow: hidden; border: 1px solid rgba(241, 202, 134, .34); border-radius: 24px; background: #080d12; color: var(--white); box-shadow: 0 36px 120px rgba(0, 0, 0, .72); }
.video-dialog::backdrop { background: rgba(2, 5, 8, .86); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); }
.video-dialog[open] { animation: guide-in .2s ease-out; }
.video-dialog-shell { max-height: calc(100dvh - 16px); overflow: auto; background: radial-gradient(circle at 94% 8%, rgba(216, 170, 93, .13), transparent 28%), linear-gradient(145deg, #101923, #070c11); }
.video-close { position: absolute; z-index: 8; top: 10px; right: 10px; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; background: rgba(5, 9, 13, .9); color: white; font-size: 1.6rem; line-height: 1; cursor: pointer; box-shadow: 0 10px 30px rgba(0, 0, 0, .32); }
.video-close:hover { border-color: var(--gold-light); color: var(--gold-light); }
.video-stage { position: relative; min-width: 0; display: grid; place-items: center; background: #060a0e; }
.video-stage video { display: block; width: min(100%, 430px); height: auto; max-height: calc(100dvh - 190px); aspect-ratio: 9 / 16; object-fit: contain; background: #060a0e; }
.video-loading { position: absolute; right: 18px; bottom: 18px; left: 18px; margin: 0; padding: 13px 14px; border: 1px solid rgba(241, 202, 134, .28); border-radius: 12px; background: rgba(8, 13, 18, .94); color: var(--gold-light); font-size: .75rem; font-weight: 850; line-height: 1.4; letter-spacing: .1em; text-align: center; }
.video-error { position: absolute; right: 18px; bottom: 18px; left: 18px; margin: 0; padding: 14px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; background: rgba(8, 13, 18, .94); color: #d6dde2; font-size: .86rem; line-height: 1.45; text-align: center; }
.video-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 28px 24px 30px; }
.video-kicker { margin: 0 0 10px; color: var(--gold-light); font-size: .7rem; font-weight: 850; letter-spacing: .15em; }
.video-copy h2 { margin: 0 0 14px; font: 650 clamp(2rem, 9vw, 3.7rem)/.95 Georgia, serif; letter-spacing: -.045em; overflow-wrap: anywhere; }
.video-copy > p:not(.video-kicker) { margin: 0 0 24px; color: #b8c2ca; font-size: .96rem; line-height: 1.55; }
.video-destination { width: 100%; margin-top: auto; text-align: center; }
body:has(.video-dialog[open]), body:has(.product-guide[open]) { overflow: hidden; }

.product-guide { width: min(780px, calc(100% - 24px)); max-height: min(880px, calc(100dvh - 24px)); padding: 0; overflow: hidden; border: 1px solid rgba(241, 202, 134, .32); border-radius: 26px; background: #101923; color: var(--white); box-shadow: 0 36px 110px rgba(0, 0, 0, .62); }
.product-guide::backdrop { background: rgba(3, 6, 9, .78); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.product-guide[open] { animation: guide-in .22s ease-out; }
.guide-shell { position: relative; max-height: min(880px, calc(100dvh - 24px)); overflow: auto; padding: 32px 22px 24px; background: radial-gradient(circle at 90% 5%, rgba(216, 170, 93, .15), transparent 30%), linear-gradient(145deg, #172532, #0b1219); }
.guide-shell::before { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px rgba(255, 255, 255, .08); }
.guide-close { position: sticky; z-index: 4; top: 0; float: right; width: 44px; height: 44px; display: grid; place-items: center; margin: -17px -7px 0 14px; padding: 0; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; background: rgba(8, 13, 18, .88); color: white; cursor: pointer; font-size: 1.55rem; line-height: 1; }
.guide-close:hover { border-color: var(--gold-light); color: var(--gold-light); }
.guide-kicker { margin: 0 0 12px; color: var(--gold-light); font-size: .72rem; font-weight: 850; letter-spacing: .16em; }
.guide-title { max-width: 620px; margin: 0 0 14px; font: 650 clamp(2.2rem, 10vw, 4.25rem)/.95 Georgia, serif; letter-spacing: -.05em; }
.guide-lead { max-width: 650px; margin: 0; color: #c1cad1; font-size: 1.02rem; line-height: 1.62; }
.guide-divider { height: 1px; margin: 26px 0; background: linear-gradient(90deg, rgba(241, 202, 134, .7), rgba(255, 255, 255, .07), transparent); }
.guide-grid { display: grid; gap: 24px; }
.guide-section h3 { margin: 0 0 12px; color: white; font: 650 1.18rem/1.25 Georgia, serif; }
.guide-steps { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.guide-steps li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; color: #aeb9c2; font-size: .9rem; line-height: 1.5; }
.guide-steps span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(241, 202, 134, .25); border-radius: 50%; color: var(--gold-light); font-size: .67rem; font-weight: 800; }
.guide-note { margin: 0; padding: 16px; border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; background: rgba(255, 255, 255, .045); color: #c2cbd2; font-size: .9rem; line-height: 1.55; }
.guide-actions { display: grid; gap: 10px; margin-top: 28px; }
.guide-actions .button { width: 100%; text-align: center; }
.guide-actions .button-ghost { border-color: rgba(241, 202, 134, .32); }
.guide-footnote { margin: 12px 0 0; color: #7f8c96; font-size: .76rem; line-height: 1.45; }
.why-section { position: relative; overflow: hidden; overflow: clip; background: linear-gradient(145deg, #111b25, #0a1016); }
.why-section::after { content: ""; position: absolute; right: -160px; bottom: -160px; width: 420px; height: 420px; border: 1px solid rgba(216, 170, 93, .09); border-radius: 50%; }
.why-grid { display: grid; gap: 42px; }
.principles { position: relative; z-index: 1; }
.principle { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid var(--line); }
.principle > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(241, 202, 134, .28); border-radius: 50%; color: var(--gold-light); font: 700 .76rem Georgia, serif; transition: background .2s, color .2s; }
.principle:hover > span { background: var(--gold-light); color: var(--ink); }
.principle h3 { margin: 0 0 7px; font: 650 1.28rem/1.25 Georgia, serif; }
.principle p { margin: 0; color: #9aa6af; font-size: .95rem; }

.story-band { position: relative; min-height: 590px; display: flex; align-items: center; overflow: hidden; }
.story-band::before { content: ""; position: absolute; inset: 18px 0; border-block: 1px solid rgba(255, 255, 255, .07); pointer-events: none; }
.story-band::after { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; filter: blur(100px); opacity: .2; pointer-events: none; }
.band-grid { position: relative; z-index: 1; display: grid; gap: 20px; align-items: center; }
.band-index { font: 700 13rem/.76 Georgia, serif; letter-spacing: -.14em; text-align: left; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .18); text-shadow: 0 0 80px rgba(255, 255, 255, .04); }
.band-copy { padding-bottom: 10px; }
.band-copy .inline-links { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 29px; }
.band-copy .inline-links a { padding-bottom: 5px; border-bottom: 1px solid rgba(255, 255, 255, .27); font-size: .92rem; font-weight: 750; transition: color .2s, border-color .2s; }
.band-copy .inline-links a:hover { color: var(--gold-light); border-color: var(--gold-light); }
.memories { background: radial-gradient(circle at 10% 50%, rgba(170, 91, 84, .24), transparent 36%), linear-gradient(135deg, #2b1b24, #111824); }
.memories::after { left: -180px; top: 80px; background: #b16f5f; }
.life-family { background: radial-gradient(circle at 90% 50%, rgba(79, 151, 128, .21), transparent 36%), linear-gradient(135deg, #0d2b2a, #09171c); }
.life-family::after { right: -180px; top: 80px; background: #54aa8d; }
.creator-tools { background: radial-gradient(circle at 10% 50%, rgba(204, 153, 59, .2), transparent 36%), linear-gradient(135deg, #3a2d18, #11120f); }
.creator-tools::after { left: -180px; top: 80px; background: #d3a546; }
.button-light { margin-top: 27px; background: var(--white); color: var(--ink); }
.button-light:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0, 0, 0, .24); }

.about-section { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--paper), #f8f4eb); color: var(--ink); }
.about-section::after { content: "P"; position: absolute; right: -.04em; bottom: -.22em; color: rgba(8, 13, 18, .035); font: 700 25rem/1 Georgia, serif; }
.about-purpose { position: relative; z-index: 1; padding-bottom: 70px; border-bottom: 1px solid rgba(8, 13, 18, .13); }
.about-purpose .section-heading > p:last-child { color: #505a62; }
.about-purpose .principle { border-top-color: rgba(8, 13, 18, .13); }
.about-purpose .principle h3 { color: var(--ink); }
.about-purpose .principle p { color: #59636b; }
.founder-story { padding-top: 70px !important; }
.about-grid { position: relative; z-index: 1; display: grid; gap: 22px; padding-block: 20px; }
.about-grid .eyebrow { color: #76501a; }
.about-grid h2 { max-width: 760px; }
.about-grid p { color: #505a62; }
.about-grid p:last-child { margin-top: 24px; padding-left: 18px; border-left: 3px solid var(--gold); color: #222b32; font-weight: 750; }
.contact-section { background: #080d12; }
.contact-card { position: relative; overflow: hidden; display: grid; gap: 34px; padding: 38px 24px; border: 1px solid var(--line); border-radius: 30px; background: radial-gradient(circle at 88% 10%, rgba(216, 170, 93, .16), transparent 34%), linear-gradient(125deg, #182633, #0b131b); box-shadow: var(--shadow); }
.contact-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -95px; bottom: -105px; border: 1px solid rgba(241, 202, 134, .16); border-radius: 50%; }
.contact-card > * { position: relative; z-index: 1; }
.email-link { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; padding: 18px 0; border-bottom: 1px solid var(--gold); font: 600 clamp(1rem, 5vw, 1.55rem)/1.35 Georgia, serif; overflow-wrap: anywhere; }
.email-link span { grid-column: 1/-1; color: var(--gold-light); font: 800 .75rem "Segoe UI", Arial, sans-serif; letter-spacing: .14em; }
.email-link b { color: var(--gold-light); }

.site-footer { position: relative; overflow: hidden; padding: 48px 0 27px; background: radial-gradient(circle at 14% 24%, rgba(183, 19, 39, .08), transparent 30%), #05090d; border-top: 1px solid rgba(216, 170, 93, .2); }
.footer-top { display: flex; flex-direction: column; align-items: center; gap: 24px; padding-bottom: 38px; border-bottom: 1px solid var(--line); text-align: center; }
.footer-logo-link { display: inline-grid; place-items: center; border-radius: 24px; }
.footer-logo { width: min(300px, 100%); height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 22px; filter: drop-shadow(0 18px 42px rgba(0, 0, 0, .42)); }
.footer-statement p { margin: 0; color: #c5cdd3; font: 600 clamp(1.25rem, 4vw, 1.7rem)/1.25 Georgia, serif; }
.footer-statement span { display: block; margin-top: 9px; color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .13em; }
.footer-social { display: flex; flex-direction: column; align-items: center; gap: 14px; padding-top: 25px; text-align: center; }
.footer-social > p { margin: 0; color: #c5cdd3; font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 100%; }
.social-link { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid rgba(216, 170, 93, .32); border-radius: 50%; color: #c5cdd3; background: rgba(255, 255, 255, .025); transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.social-link svg { width: 20px; height: 20px; fill: currentColor; }
.social-link:hover { color: #05090d; background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.footer-bottom { display: flex; flex-direction: column; gap: 26px; padding-top: 25px; }
.footer-bottom nav { display: flex; gap: 13px 19px; flex-wrap: wrap; }
.footer-bottom a, .footer-bottom p { margin: 0; color: #8e99a2; font-size: .78rem; }
.footer-bottom a { min-height: 30px; display: inline-flex; align-items: center; }
.footer-bottom a:hover { color: var(--gold-light); }

.legal-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.legal-page .site-header { position: relative; background: var(--ink); }
.legal-page .nav-wrap { height: auto; min-height: 72px; flex-wrap: wrap; padding-block: 10px; }
.legal-main { padding: 72px 0 110px; }
.legal-main article { max-width: 760px; }
.legal-main h1 { margin: 0 0 20px; font: 600 clamp(2.8rem, 12vw, 5rem)/.96 Georgia, serif; letter-spacing: -.05em; }
.legal-main h2 { margin: 40px 0 8px; font: 650 1.35rem Georgia, serif; }
.legal-main p, .legal-main li { color: #4d5861; }
.legal-main a { text-decoration: underline; }
.legal-date { font-size: .82rem; color: #6f7981; }

*:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; border-radius: 5px; }
@keyframes hero-in { to { opacity: 1; transform: none; } }
@keyframes glow-drift { to { transform: translate(-45px, 28px) scale(1.08); } }
@keyframes float-light { 50% { transform: translate(15px, -18px); opacity: .45; } }
@keyframes logo-breathe { to { transform: scale(1.012); filter: drop-shadow(0 28px 56px rgba(0, 0, 0, .48)); } }
@keyframes guide-in { from { opacity: 0; transform: translateY(12px) scale(.985); } }

@media (max-width: 619px) {
  .email-link { font-size: clamp(.875rem, 4vw, 1rem); letter-spacing: -.02em; }
  .product-category-block + .product-category-block { margin-top: 60px; padding-top: 54px; }
}

@media (min-width: 620px) {
  .container { width: min(1160px, calc(100% - 52px)); }
  .button-row { display: flex; flex-wrap: wrap; }
  .button-row .button { min-width: 190px; }
  .offer-grid { grid-template-columns: .95fr 1.05fr; gap: 38px; }
  .showroom-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, .66fr); gap: 54px; }
  .currency-toolbar { grid-template-columns: minmax(0, 1fr) 150px; align-items: end; padding: 22px 24px; }
  .tailored-panel { grid-template-columns: 1.1fr .9fr; align-items: end; padding: 48px; }
  .tailored-panel .button { width: auto; }
  .product-family-inner div { display: flex; align-items: center; justify-content: space-between; }
  .product-family i { display: block; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-journey { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-shell { padding: 46px 42px 38px; }
  .guide-close { margin: -28px -27px 0 18px; }
  .guide-grid { grid-template-columns: 1.25fr .75fr; gap: 34px; }
  .guide-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card-wide { grid-column: span 1; }
  .product-card-feature { grid-column: 1 / -1; }
  .footer-top, .footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; }
  .footer-top { text-align: left; }
  .footer-logo { width: 240px; }
  .footer-statement { text-align: right; }
  .legal-page .nav-wrap { flex-wrap: nowrap; }
  .legal-actions { width: auto; display: flex; padding-bottom: 0; }
  .legal-actions .button { width: auto; }
}

@media (min-width: 768px) {
  .video-dialog-shell { grid-template-columns: minmax(320px, 430px) minmax(0, 1fr); }
  .video-stage video { max-height: calc(100dvh - 18px); }
  .video-copy { padding: 62px 42px 44px; }
  .video-destination { width: auto; }
}

@media (min-width: 900px) {
  .section { padding: 118px 0; }
  .nav-wrap { height: 82px; }
  .brand { font-size: .82rem; }
  .brand-logo-mark { width: 46px; height: 46px; border-radius: 14px; }
  .menu-toggle { display: none; }
  .site-nav { position: static; display: flex; flex-direction: row; align-items: center; gap: 25px; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
  .site-nav > a { min-height: 42px; padding: 0; border: 0; font-size: .86rem; }
  .language-control { display: flex; padding: 0; }
  .language-control select { width: 170px; min-height: 38px; background-color: transparent; background-position: calc(100% - 13px) 16px, calc(100% - 9px) 16px; }
  .site-nav .nav-store { min-width: 126px; padding: 0 17px; }
  .language-control.header-language-control { min-width: 76px; min-height: 40px; margin-inline-start: auto; padding-inline: 10px; }
  .language-control.header-language-control select { width: 100%; min-height: 100%; background: none; }
  .hero { min-height: 850px; padding: 160px 0 82px; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; gap: 64px; }
  .hero-copy h1 { font-size: clamp(4rem, 7vw, 6.65rem); }
  .hero-art { height: 520px; }
  .hero-logo-picture { width: min(100%, 460px); }
  .footer-logo { width: 280px; }
  .product-family-inner { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 65px; padding: 28px 0; }
  .product-family p { margin: 0; }
  .product-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .product-card { grid-column: span 4; min-height: 630px; }
  .product-card-feature { grid-column: 1 / -1; min-height: 0; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); grid-template-areas: "top top" "visual content"; gap: 0 32px; }
  .product-card-feature .card-top { grid-area: top; }
  .product-card-feature .feature-product-visual { grid-area: visual; height: 100%; min-height: 390px; margin-bottom: 0; }
  .product-card-feature .card-content { grid-area: content; padding-block: 8px; }
  .feature-portrait-visual img { object-fit: contain; }
  .product-card-wide { grid-column: span 6; min-height: 675px; }
  .product-card:last-child:not(.product-card-feature) { grid-column: span 4; }
  .product-visual { height: 240px; }
  .product-card-wide .product-visual { height: 305px; }
  .trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: .9fr 1.1fr; gap: 100px; }
  .principle { grid-template-columns: 64px 1fr; padding: 29px 0; }
  .band-grid { grid-template-columns: .82fr 1.18fr; gap: 75px; }
  .band-grid.reverse .band-index { order: 2; }
  .band-index { font-size: clamp(17rem, 28vw, 25rem); text-align: center; }
  .contact-card { grid-template-columns: 1fr 1fr; gap: 75px; padding: 70px; align-items: end; }
  .about-grid { grid-template-columns: .52fr 1.48fr; gap: 76px; }
}

@media (min-width: 900px) and (max-width: 1080px) {
  .site-nav { gap: 9px; }
  .site-nav > a { font-size: .74rem; }
  .site-nav .nav-store { min-width: 115px; padding-inline: 13px; }
}

@media (max-width: 370px) {
  .container { width: calc(100% - 24px); }
  .nav-wrap { gap: 4px; }
  .brand { gap: 6px; font-size: .62rem; letter-spacing: .04em; }
  .brand-logo-mark { width: 38px; height: 38px; border-radius: 11px; }
  .brand-wordmark { gap: .2em; }
  .language-control.header-language-control { min-width: 58px; min-height: 44px; padding-inline: 6px; }
  .language-compact { gap: 3px; }
  .language-compact strong, .language-chevron { font-size: .7rem; }
  .menu-toggle { width: 44px; height: 44px; padding: 10px; }
  .hero-copy h1 { font-size: 2.75rem; }
  .hero-art { height: 340px; }
  .hero-plate { padding: 14px; }
  .hero-logo-picture { width: min(100%, 296px); }
  .product-card { padding: 15px; }
  .product-visual { height: 205px; }
  .card-content h3 { font-size: 1.75rem; }
  .section-heading h2, .band-copy h2, .about-grid h2, .contact-card h2 { font-size: 2.3rem; }
  .email-link { font-size: .875rem; }
  .showroom-poster-label { right: 14px; bottom: 17px; left: 14px; font-size: .74rem; }
  .video-copy { padding: 24px 18px 24px; }
}

@media (hover: none) {
  .product-card:hover, .button:hover { transform: none; }
  .product-card:hover .product-visual img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .hero-enter { opacity: 1; transform: none; }
}
