/* Sakib Lifestyle — Midnight + orange. Display: Archivo (expanded). Text: Manrope. Bangla: Noto Sans Bengali. */
:root {
  --bg: #0E0E10; --bg-2: #121215; --card: #17171A; --card-2: #1F1F23;
  --line: #2A2A2E; --line-2: #3A3A40;
  --text: #F5F2EC; --muted: #A19D95; --dim: #7D7870;
  --orange: #FF5A1F; --orange-2: #FF7A45; --ink: #141414;
  --plate: #ECE8E0; --plate-2: #DCD7CC;
  --r: 18px; --r-lg: 28px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --display: 'Archivo', 'Noto Sans Bengali', system-ui, sans-serif;
  --font: 'Manrope', 'Noto Sans Bengali', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --wrap: 1240px; --gutter: clamp(16px, 4vw, 40px); --header-h: 70px;
  color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 800; line-height: 1.1; letter-spacing: -.02em; }
.ico { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.wrap { max-width: calc(var(--wrap) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 100; padding: 10px 16px; border-radius: 10px; background: var(--orange); color: var(--ink); font-weight: 800; text-decoration: none; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.display { font-family: var(--display); font-stretch: 125%; font-weight: 800; letter-spacing: -.035em; line-height: .98; }
.o { color: var(--orange); }

/* Bangla has no expanded cut and needs taller lines. */
html[lang="bn"] body { line-height: 1.75; }
html[lang="bn"] :is(.display, .ex-title, .ex-current, .ex-ghost, .footer-giant) { font-family: 'Noto Sans Bengali', var(--font); font-stretch: normal; font-weight: 700; letter-spacing: 0; line-height: 1.25; }
html[lang="bn"] :is(h1, h2, h3) { letter-spacing: 0; line-height: 1.35; }
html[lang="bn"] :is(.eyebrow, .chip, .b-kicker, .lot-cat, .c-k) { letter-spacing: .02em; }
/* Bangla conjuncts break apart with wide tracking. */
html[lang="bn"] .mk-label { letter-spacing: 0; font-size: 21px; }
html[lang="bn"] .linemap.is-narrow .mk-label { letter-spacing: 0; font-size: 46px; }

/* ---------- shared bits ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 12.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--orange); }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; }
.chip { display: inline-flex; align-items: center; gap: 10px; padding: 7px 15px 7px 12px; border-radius: 999px; background: rgb(255 255 255 / .05); border: 1px solid rgb(255 255 255 / .12); font-size: 13px; font-weight: 700; color: var(--text); backdrop-filter: blur(8px); }
.chip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgb(255 90 31 / .18); }
.crumbs { display: flex; gap: 10px; margin-bottom: 22px; font-size: 13px; font-weight: 700; color: var(--muted); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--text); }
.grid-lines { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(to right, rgb(255 255 255 / .05) 1px, transparent 1px), linear-gradient(to bottom, rgb(255 255 255 / .05) 1px, transparent 1px); background-size: 72px 72px; -webkit-mask-image: radial-gradient(ellipse at 50% 20%, #000 20%, transparent 70%); mask-image: radial-gradient(ellipse at 50% 20%, #000 20%, transparent 70%); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-row.center { justify-content: center; }
.btn-col { display: grid; gap: 10px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: 15px; text-decoration: none; white-space: nowrap; transition: transform .2s var(--ease), background .2s, border-color .2s, color .2s, box-shadow .2s; }
.btn .ico { width: 18px; height: 18px; transition: transform .2s var(--ease); }
.btn-primary { background: var(--orange); color: var(--ink); box-shadow: 0 14px 34px -14px rgb(255 90 31 / .8), inset 0 1px 0 rgb(255 255 255 / .25); }
.btn-primary:hover { background: var(--orange-2); transform: translateY(-1px); }
.btn-primary:hover .ico:last-child { transform: translateX(3px); }
.btn-glass { background: rgb(255 255 255 / .06); border-color: rgb(255 255 255 / .14); color: var(--text); backdrop-filter: blur(8px); }
.btn-glass:hover { background: rgb(255 255 255 / .11); border-color: rgb(255 255 255 / .24); }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--orange); font-weight: 800; text-decoration: none; }
.text-link .ico { width: 16px; height: 16px; }
.text-link:hover { color: var(--orange-2); }
.icon-btn { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); background: var(--card); color: var(--text); transition: background .2s, border-color .2s; }
.icon-btn:hover { background: var(--card-2); border-color: var(--line-2); }

/* Spotlight: an orange glow and border follow the pointer (21st.dev "Spotlight Card"). */
.spot { position: relative; isolation: isolate; }
.spot::before, .spot::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .35s; }
.spot::before { z-index: -1; background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgb(255 90 31 / .13), transparent 45%); }
.spot::after { padding: 1px; background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgb(255 90 31 / .75), transparent 45%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.spot:hover::before, .spot:hover::after { opacity: 1; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgb(14 14 16 / .72); backdrop-filter: blur(16px) saturate(1.4); -webkit-backdrop-filter: blur(16px) saturate(1.4); border-bottom: 1px solid transparent; transition: border-color .25s, background .25s; }
.site-header.is-scrolled { border-color: var(--line); background: rgb(14 14 16 / .86); }
.header-row { height: var(--header-h); display: flex; align-items: center; gap: 20px; }
.logo { display: inline-flex; align-items: baseline; gap: 2px; text-decoration: none; flex: none; }
.logo-word { font-family: var(--display); font-stretch: 125%; font-weight: 800; font-size: 22px; letter-spacing: -.01em; line-height: 1; }
.logo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 10px var(--orange); margin-right: 8px; }
.logo-sub { font-size: 13px; font-weight: 600; color: var(--muted); }
.nav { display: flex; gap: 2px; margin-inline: auto; padding: 4px; border-radius: 999px; border: 1px solid var(--line); background: rgb(255 255 255 / .02); }
.nav a { padding: 7px 14px; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 14px; color: var(--muted); transition: color .2s, background .2s; }
.nav a:hover { color: var(--text); }
.nav a[aria-current="page"] { background: var(--text); color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.nav + .header-actions { margin-left: 0; }
.lang-toggle { display: inline-flex; padding: 3px; border-radius: 999px; border: 1px solid var(--line); background: transparent; font-size: 12.5px; font-weight: 800; }
.lang-toggle span { padding: 6px 10px; border-radius: 999px; color: var(--muted); transition: background .2s, color .2s; }
.lang-toggle span.is-on { background: var(--card-2); color: var(--text); }
.enquiry-btn { display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 7px 0 15px; border: 0; border-radius: 999px; background: var(--orange); color: var(--ink); font-weight: 800; font-size: 14px; transition: background .2s; }
.enquiry-btn:hover { background: var(--orange-2); }
.enquiry-btn .ico { width: 18px; height: 18px; }
.count { min-width: 26px; height: 26px; padding: 0 7px; display: inline-grid; place-items: center; border-radius: 999px; background: var(--ink); color: var(--text); font-size: 12.5px; font-weight: 800; }
.count.bump { animation: bump .45s var(--ease); }
@keyframes bump { 40% { transform: scale(1.35); } }
.menu-btn { display: none; width: 42px; height: 42px; place-items: center; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--text); }
.mobile-menu { display: grid; padding: 6px var(--gutter) 18px; border-top: 1px solid var(--line); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { padding: 13px 2px; border-bottom: 1px solid var(--line); font-family: var(--display); font-stretch: 112%; font-size: 20px; font-weight: 800; text-decoration: none; }
.mobile-menu a[aria-current="page"] { color: var(--orange); }

/* ---------- home hero: 21st.dev "Waving Portfolio Landing" poster (React island, hero.js) ---------- */
.hero-poster { position: relative; background: #F5F2EC; }
.hero-poster-mount { min-height: clamp(440px, min(calc(100svh - 70px), 88vw), 940px); }
.hero-poster-fallback { height: clamp(440px, min(calc(100svh - 70px), 88vw), 940px); display: flex; flex-direction: column; justify-content: center; gap: clamp(16px, 3vw, 32px); padding: 0 clamp(24px, 8vw, 120px); color: #F04A12; }
.hero-poster-mount[data-ready] .hero-poster-fallback { display: none; }
.hpf-labels { display: flex; justify-content: space-between; gap: 16px; padding-block: 12px; border-block: 2px solid currentColor; font-weight: 800; font-size: clamp(12px, 1.6vw, 20px); letter-spacing: .06em; text-transform: uppercase; }
.hpf-title { font-family: var(--display); font-stretch: 62%; font-weight: 500; font-size: clamp(5rem, 18vw, 16rem); line-height: .85; letter-spacing: .02em; text-transform: uppercase; text-align: center; color: #F04A12; }
.hpf-title span { color: #141414; }
/* The poster's labels use the site's text face (the component falls back to Futura / Century Gothic). */
.hero-poster .wpl-label { font-family: var(--font); font-weight: 800; letter-spacing: .05em; }
html[lang="bn"] .hero-poster .wpl-label { letter-spacing: 0; font-weight: 700; }
.hero-poster .wpl-root :focus-visible { outline-color: #F04A12; }

/* ---------- home hero with image fan (21st.dev "Centered Hero with Image Fan") ---------- */
.hero-home { position: relative; overflow: hidden; padding: clamp(56px, 7vw, 100px) 0 0; border-top: 1px solid var(--line); }
.glow { position: absolute; left: 50%; bottom: -30%; width: 1100px; height: 700px; transform: translateX(-50%); background: radial-gradient(closest-side, rgb(255 90 31 / .32), transparent); filter: blur(10px); pointer-events: none; }
.hero-home-inner { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-home h2 { margin: 26px 0 22px; font-size: clamp(2.4rem, 6.4vw, 5.8rem); }
.lead { max-width: 40em; font-size: clamp(1.02rem, 1.3vw, 1.16rem); color: var(--muted); }
.hero-home .btn-row { margin-top: 30px; }
.fan { position: relative; height: clamp(230px, 27vw, 380px); margin-top: clamp(28px, 4vw, 48px); }
.fan-card { position: absolute; left: 50%; bottom: -14px; width: clamp(150px, 17vw, 236px); aspect-ratio: 3 / 4; padding: 0; border: 0; border-radius: 22px; background: var(--plate); color: var(--ink); box-shadow: 0 30px 60px -24px rgb(0 0 0 / .8); transform-origin: 50% 110%; transform: translateX(-50%) translateX(calc(var(--k) * var(--gap, 108%))) rotate(calc(var(--k) * var(--turn, 8deg))) translateY(calc(var(--ak) * 6%)); transition: transform .6s var(--ease), box-shadow .3s; overflow: hidden; text-align: left; }
.fan:hover .fan-card { --gap: 118%; --turn: 10deg; }
.fan-card:hover, .fan-card:focus-visible { transform: translateX(-50%) translateX(calc(var(--k) * var(--gap, 108%))) rotate(calc(var(--k) * var(--turn, 9deg))) translateY(calc(var(--ak) * 6% - 14%)); z-index: 5; }
.fan-card img { width: 100%; height: 76%; margin-top: 16%; object-fit: contain; padding: 0 10%; filter: drop-shadow(0 12px 12px rgb(40 30 20 / .22)); }
.fan-card span { position: absolute; left: 14px; right: 14px; top: 12px; display: flex; justify-content: space-between; align-items: baseline; gap: 6px; font-size: 12px; font-weight: 800; }
.fan-card span b { font-family: var(--display); font-stretch: 125%; font-size: 18px; color: #C2410C; }

/* ---------- marquee ---------- */
.marquee { position: relative; z-index: 1; overflow: hidden; border-block: 1px solid var(--line); background: var(--bg-2); }
.marquee-track { display: flex; width: max-content; animation: marquee 46s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { display: inline-flex; align-items: center; gap: 30px; padding: 20px 0 20px 30px; white-space: nowrap; font-family: var(--display); font-stretch: 125%; font-weight: 800; font-size: clamp(1.1rem, 2vw, 1.7rem); letter-spacing: -.02em; color: transparent; -webkit-text-stroke: 1px var(--line-2); }
.marquee-track span:nth-child(odd) { color: var(--text); -webkit-text-stroke: 0; }
.marquee-track span::after { content: ""; width: 12px; height: 12px; background: var(--orange); clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.section { padding: clamp(64px, 8vw, 110px) 0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 20px 48px; margin-bottom: 36px; }
.section-head h2 { font-size: clamp(2rem, 4.2vw, 3.4rem); }
.section-aside { max-width: 30em; color: var(--muted); }
.center-cta { display: flex; justify-content: center; margin-top: 40px; }

/* stats */
.stat-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--bg-2); }
.stat-grid li { display: flex; flex-direction: column; gap: 8px; padding: 28px 26px 30px; border-right: 1px solid var(--line); }
.stat-grid li:last-child { border-right: 0; }
.stat-grid small { font-size: 11.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--orange); }
.stat-grid b { font-family: var(--display); font-stretch: 125%; font-size: clamp(2.3rem, 4.4vw, 3.6rem); font-weight: 800; letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.stat-grid span { color: var(--muted); font-size: 14px; }

/* scroll-expanding showroom photo (21st.dev "Scroll media expansion") */
.expand { position: relative; height: 190vh; }
.expand-sticky { position: sticky; top: var(--header-h); height: calc(100vh - var(--header-h)); display: grid; place-items: center; overflow: hidden; }
.expand-media { position: relative; margin: 0; width: calc(46% + 54% * var(--p, 0)); height: calc(56% + 44% * var(--p, 0)); border-radius: calc(28px * (1 - var(--p, 0))); overflow: hidden; box-shadow: 0 40px 80px -40px rgb(0 0 0 / .9); }
.expand-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(calc(1.12 - .12 * var(--p, 0))); }
.expand-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgb(14 14 16 / .92), rgb(14 14 16 / .2) 55%, transparent); opacity: calc(.4 + .6 * var(--p, 0)); }
.expand-caption { position: absolute; left: clamp(20px, 5vw, 64px); right: clamp(20px, 5vw, 64px); bottom: clamp(24px, 6vh, 64px); z-index: 1; opacity: clamp(0, calc((var(--p, 0) - .45) * 3), 1); transform: translateY(calc((1 - var(--p, 0)) * 30px)); }
.expand-caption h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 5.6vw, 5rem); max-width: 12em; }

/* bento (links to every page) */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(210px, auto); gap: 16px; }
.bento-card { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 24px; overflow: hidden; border-radius: 24px; border: 1px solid var(--line); background: var(--card); text-decoration: none; transition: transform .35s var(--ease), border-color .3s; }
.bento-card:hover { transform: translateY(-3px); border-color: var(--line-2); }
.bento-card h3 { position: relative; max-width: 14em; font-family: var(--display); font-stretch: 112%; font-size: clamp(1.25rem, 1.8vw, 1.6rem); letter-spacing: -.02em; }
.bento-card p { position: relative; max-width: 26em; color: var(--muted); font-size: 14.5px; }
.b-kicker { position: relative; font-size: 11.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--orange); }
.b-go { position: absolute; right: 18px; top: 18px; z-index: 1; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-2); background: rgb(14 14 16 / .5); transition: background .25s, color .25s, transform .25s var(--ease); }
.bento-card:hover .b-go { background: var(--orange); color: var(--ink); border-color: var(--orange); transform: rotate(45deg); }
.b-stock { grid-column: span 2; grid-row: span 2; }
.b-showroom, .b-faq, .b-contact { grid-column: span 2; }
.b-cutouts { position: relative; flex: 1; min-height: 240px; margin: 14px -8px -8px; display: flex; justify-content: center; align-items: flex-end; border-radius: 18px; background: radial-gradient(90% 90% at 50% 100%, var(--plate) 0%, var(--plate-2) 70%); overflow: hidden; }
.b-cutouts img { width: 34%; height: 88%; object-fit: contain; margin: 0 -3%; filter: drop-shadow(0 12px 14px rgb(40 30 20 / .25)); transition: transform .5s var(--ease); }
.b-cutouts img:nth-child(1) { transform: rotate(-8deg) translateY(6%); }
.b-cutouts img:nth-child(3) { transform: rotate(8deg) translateY(6%); }
.b-stock:hover .b-cutouts img:nth-child(1) { transform: rotate(-12deg) translate(-8%, 2%); }
.b-stock:hover .b-cutouts img:nth-child(2) { transform: translateY(-6%); }
.b-stock:hover .b-cutouts img:nth-child(3) { transform: rotate(12deg) translate(8%, 2%); }
.b-showroom { justify-content: flex-end; min-height: 230px; }
.b-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; transition: transform .8s var(--ease), opacity .3s; }
.b-showroom::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(to top, rgb(14 14 16 / .95), transparent 70%); }
.b-showroom:hover .b-bg { transform: scale(1.05); opacity: .7; }
.b-showroom .b-kicker, .b-showroom h3 { z-index: 1; }
.b-steps { display: flex; gap: 8px; margin-top: auto; }
.b-steps i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-2); font-style: normal; font-weight: 800; font-size: 14px; transition: background .25s, color .25s, border-color .25s; }
.b-how:hover .b-steps i { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.b-how:hover .b-steps i:nth-child(2) { transition-delay: .06s; }
.b-how:hover .b-steps i:nth-child(3) { transition-delay: .12s; }
.b-how:hover .b-steps i:nth-child(4) { transition-delay: .18s; }
.b-export { justify-content: flex-end; background: var(--orange); border-color: var(--orange); color: var(--ink); }
.b-export .b-kicker { color: var(--ink); }
.b-export .b-go { background: var(--ink); color: var(--text); border-color: var(--ink); }
.b-map { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.b-export h3 { font-size: clamp(1.6rem, 2.4vw, 2.2rem); }
.b-phone { margin-top: auto; font-family: var(--display); font-stretch: 112%; font-size: clamp(1.1rem, 1.8vw, 1.5rem) !important; font-weight: 800; color: var(--text) !important; }

/* promise */
.promise { padding: clamp(64px, 9vw, 120px) 0; border-top: 1px solid var(--line); background: radial-gradient(60% 80% at 80% 20%, rgb(255 90 31 / .12), transparent), var(--bg); }
.promise-quote { max-width: 15em; font-size: clamp(2.2rem, 5.4vw, 4.8rem); }
.promise-source { margin-top: 22px; color: var(--muted); font-weight: 700; }

/* ---------- inner page hero ---------- */
.page-hero { position: relative; overflow: hidden; padding: clamp(40px, 6vw, 80px) 0 clamp(36px, 5vw, 60px); border-bottom: 1px solid var(--line); }
.page-hero-row { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px 48px; }
.page-hero h1 { max-width: 13em; font-size: clamp(2.4rem, 6vw, 5.2rem); }
.page-lead { max-width: 32em; color: var(--muted); font-size: 16.5px; }

/* ---------- stock ---------- */
.stock-section { padding-top: 32px; }
.toolbar { position: sticky; top: calc(var(--header-h) + 8px); z-index: 20; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 14px; padding: 10px; border-radius: 22px; border: 1px solid var(--line); background: rgb(18 18 21 / .85); backdrop-filter: blur(14px); }
.chips { display: flex; gap: 6px; flex-wrap: wrap; scrollbar-width: none; }
.chips::-webkit-scrollbar { display: none; }
.chip-f { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 12px 0 15px; border-radius: 999px; border: 1px solid var(--line); background: transparent; font-weight: 700; font-size: 14px; color: var(--muted); transition: background .2s, color .2s, border-color .2s; }
.chip-f:hover { color: var(--text); border-color: var(--line-2); }
.chip-f small { padding: 1px 8px; border-radius: 999px; background: var(--card-2); color: var(--text); font-size: 11.5px; font-weight: 800; }
.chip-f[aria-pressed="true"] { background: var(--text); border-color: var(--text); color: var(--ink); }
.chip-f[aria-pressed="true"] small { background: var(--orange); color: var(--ink); }
.toolbar-right { display: flex; align-items: center; gap: 10px; }
.search { display: flex; align-items: center; gap: 8px; height: 42px; min-width: 260px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--line); background: var(--bg); transition: border-color .2s, box-shadow .2s; }
.search .ico { width: 18px; height: 18px; color: var(--muted); }
.search input { flex: 1; min-width: 0; border: 0; background: none; outline: none; font-size: 15px; }
.search input::placeholder { color: var(--dim); }
.search:focus-within { border-color: var(--orange); box-shadow: 0 0 0 4px rgb(255 90 31 / .15); }
.sort { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700; color: var(--muted); }
select { height: 42px; padding: 0 36px 0 14px; border-radius: 999px; border: 1px solid var(--line); font-weight: 700; appearance: none; background: var(--bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A19D95' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center / 16px; }
select option { background: var(--card); color: var(--text); }
.result-line { min-height: 22px; margin: 6px 4px 18px; font-size: 13.5px; font-weight: 700; color: var(--muted); }
.lot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.lot { display: flex; flex-direction: column; min-width: 0; padding: 8px; border-radius: 24px; border: 1px solid var(--line); background: var(--card); transition: transform .35s var(--ease), border-color .3s; animation: rise .5s var(--ease) both; animation-delay: calc(var(--i, 0) * 40ms); }
.lot-grid.quiet .lot { animation: none; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } }
.lot:hover { transform: translateY(-4px); border-color: var(--line-2); }
.lot-visual { position: relative; width: 100%; aspect-ratio: 1; display: grid; place-items: center; padding: 0; border: 0; border-radius: 18px; overflow: hidden; background: radial-gradient(110% 90% at 50% 30%, #F7F5F0 0%, var(--plate) 55%, var(--plate-2) 100%); }
.lot-visual img { width: 80%; height: 80%; object-fit: contain; filter: drop-shadow(0 14px 14px rgb(40 30 20 / .22)); transition: transform .55s var(--ease); }
.lot:hover .lot-visual img { transform: translateY(-6px) scale(1.05); }
.lot-tag { position: absolute; top: 10px; left: 10px; padding: 5px 10px; border-radius: 999px; background: var(--ink); color: var(--text); font-size: 10.5px; font-weight: 800; letter-spacing: .12em; }
.lot-view { position: absolute; right: 10px; bottom: 10px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px 7px 10px; border-radius: 999px; background: var(--ink); color: var(--text); font-size: 12px; font-weight: 800; opacity: 0; transform: translateY(6px); transition: opacity .25s, transform .25s; }
.lot-view .ico { width: 14px; height: 14px; }
.lot:hover .lot-view, .lot-visual:focus-visible .lot-view { opacity: 1; transform: none; }
.lot-body { flex: 1; display: flex; flex-direction: column; gap: 5px; padding: 14px 10px 8px; }
.lot-cat { font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--orange); }
.lot h3 { font-size: 17px; line-height: 1.25; letter-spacing: -.01em; }
.lot-note { font-size: 13.5px; color: var(--muted); }
.lot-meta { display: flex; align-items: center; gap: 10px; margin-top: 2px; font-size: 12.5px; font-weight: 700; color: var(--muted); }
.swatches { display: inline-flex; }
.swatches i { width: 16px; height: 16px; margin-left: -5px; border-radius: 50%; border: 2px solid var(--card); box-shadow: 0 0 0 1px rgb(255 255 255 / .18); }
.swatches i:first-child { margin-left: 0; }
.lot-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--line); }
.pcs { display: flex; align-items: baseline; gap: 5px; font-size: 12.5px; font-weight: 700; color: var(--muted); }
.pcs b { font-family: var(--display); font-stretch: 125%; font-size: 24px; font-weight: 800; letter-spacing: -.03em; line-height: 1; color: var(--text); font-variant-numeric: tabular-nums; }
.add { display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 38px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--line-2); background: transparent; color: var(--text); font-weight: 800; font-size: 13px; white-space: nowrap; transition: background .2s, color .2s, border-color .2s; }
.add .ico { width: 15px; height: 15px; }
.add:hover { border-color: var(--orange); color: var(--orange); }
.add.is-added { background: var(--orange); border-color: var(--orange); color: var(--ink); }
.lot-ask { justify-content: center; gap: 12px; padding: 26px 22px; border-color: rgb(255 90 31 / .45); background: radial-gradient(120% 90% at 100% 0%, rgb(255 90 31 / .28), transparent 60%), var(--card); }
.lot-ask:hover { transform: none; }
.lot-ask .ask-ico { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--ink); }
.lot-ask h3 { font-family: var(--display); font-stretch: 112%; font-size: 22px; }
.lot-ask p { color: var(--muted); font-size: 14.5px; }
.lot-ask .btn { min-height: 46px; margin-top: 6px; font-size: 14px; }
.lot-ask .ask-call { color: var(--muted); font-weight: 700; font-size: 13.5px; text-decoration: none; }
.lot-ask .ask-call:hover { color: var(--text); }
.empty { grid-column: 1 / -1; padding: 56px 20px; text-align: center; border: 1px dashed var(--line-2); border-radius: 24px; }
.empty h3 { font-size: 22px; margin-bottom: 8px; }
.empty p { color: var(--muted); margin-bottom: 20px; }

/* ---------- showroom (21st.dev "Editorial Collage Hero") ---------- */
.collage-hero { position: relative; overflow: hidden; padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 7vw, 96px); border-bottom: 1px solid var(--line); }
.collage-grid { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.collage-copy h1 { margin-bottom: 20px; font-size: clamp(2.4rem, 5.6vw, 4.8rem); }
.collage-copy .btn-row { margin-top: 28px; }
.collage { position: relative; aspect-ratio: 1 / .92; }
.collage-item { position: absolute; padding: 0; border: 6px solid var(--card-2); border-radius: 22px; overflow: hidden; background: var(--card); box-shadow: 0 30px 60px -24px rgb(0 0 0 / .8); transition: transform .5s var(--ease); }
.collage-item img { width: 100%; height: 100%; object-fit: cover; }
.ci-1 { left: 0; top: 4%; width: 48%; aspect-ratio: 1; transform: rotate(-6deg); z-index: 1; }
.ci-2 { right: 0; top: 0; width: 60%; aspect-ratio: 1; transform: rotate(4deg); z-index: 2; }
.ci-3 { left: 14%; bottom: 0; width: 58%; aspect-ratio: 618 / 360; transform: rotate(-2deg); z-index: 3; }
.collage-item:hover, .collage-item:focus-visible { transform: rotate(0) scale(1.04); z-index: 4; }
.collage-tag { position: absolute; right: 4%; bottom: 8%; z-index: 5; display: inline-flex; align-items: center; gap: 6px; padding: 9px 14px 9px 11px; border-radius: 999px; background: var(--orange); color: var(--ink); font-size: 13px; font-weight: 800; transform: rotate(-4deg); }
.collage-tag .ico { width: 16px; height: 16px; }
.gallery { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: 280px 280px; gap: 14px; }
.tile { position: relative; padding: 0; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: var(--card); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.tile:hover img { transform: scale(1.05); }
.tile-a { grid-row: span 2; }
.tile-d { grid-column: span 2; }
.tile-d img { object-position: 50% 32%; }
.tile-cap { position: absolute; left: 12px; bottom: 12px; padding: 7px 13px; border-radius: 999px; background: rgb(14 14 16 / .78); backdrop-filter: blur(8px); font-size: 13px; font-weight: 800; }
.tile-zoom { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; padding: 9px; border-radius: 50%; background: var(--orange); color: var(--ink); opacity: 0; transition: opacity .25s; }
.tile:hover .tile-zoom, .tile:focus-visible .tile-zoom { opacity: 1; }
.visit { padding-top: 0; }
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.visit-card { display: flex; flex-direction: column; gap: 14px; padding: 26px; border-radius: 24px; border: 1px solid var(--line); background: var(--card); }
.visit-card .eyebrow { margin-bottom: 0; }
.visit-addr { font-family: var(--display); font-stretch: 110%; font-size: 19px; font-weight: 700; line-height: 1.35; }
.visit-card .text-link, .visit-card .btn { margin-top: auto; align-self: flex-start; }
.visit-call { border-color: rgb(255 90 31 / .45); background: radial-gradient(120% 100% at 100% 0%, rgb(255 90 31 / .22), transparent 60%), var(--card); }

/* ---------- how to buy: scroll timeline ---------- */
.how-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.timeline { position: relative; list-style: none; margin: 0; padding: 0 0 0 76px; display: grid; gap: 22px; }
.timeline::before { content: ""; position: absolute; left: 27px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.timeline::after { content: ""; position: absolute; left: 27px; top: 8px; width: 2px; height: calc((100% - 16px) * var(--tp, 0)); background: linear-gradient(var(--orange), var(--orange-2)); box-shadow: 0 0 16px var(--orange); }
.t-step { position: relative; }
.t-num { position: absolute; left: -76px; top: 10px; z-index: 1; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-2); background: var(--bg); font-family: var(--display); font-stretch: 125%; font-weight: 800; font-size: 15px; color: var(--muted); transition: background .35s, color .35s, border-color .35s; }
.t-step.is-lit .t-num { background: var(--orange); border-color: var(--orange); color: var(--ink); }
.t-card { display: flex; flex-direction: column; gap: 10px; padding: 26px; border-radius: 24px; border: 1px solid var(--line); background: var(--card); }
.t-ico { width: 44px; height: 44px; padding: 10px; border-radius: 12px; background: var(--card-2); color: var(--orange); }
.t-card h2 { font-family: var(--display); font-stretch: 112%; font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
.t-card p { color: var(--muted); }
.t-card .text-link { margin-top: 4px; }
.side-card { position: sticky; top: calc(var(--header-h) + 24px); display: flex; flex-direction: column; gap: 14px; padding: 28px; border-radius: 26px; border: 1px solid var(--line); background: radial-gradient(120% 100% at 100% 0%, rgb(255 90 31 / .16), transparent 55%), var(--card); }
.side-card h2 { font-family: var(--display); font-stretch: 112%; font-size: 24px; }
.side-card > p:not(.eyebrow) { color: var(--muted); }
.side-card .eyebrow { margin-bottom: 0; }
.ticks { list-style: none; margin: 4px 0 8px; padding: 0; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 30px; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23141414' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12.5 4 4L18 8'/%3E%3C/svg%3E") center / 14px no-repeat; }

/* ---------- export (after the reference: orange field, country rail, line map) ---------- */
.page-export .site-header { background: rgb(14 14 16 / .92); }
.export-hero { --col: clamp(18px, 17vw, 260px); position: relative; overflow: hidden; background: var(--orange); color: #fff; }
.export-hero::before { content: ""; position: absolute; top: 0; bottom: 0; left: var(--col); z-index: 2; width: 1px; background: rgb(255 255 255 / .45); pointer-events: none; }
.ex-grid { position: relative; z-index: 3; display: grid; grid-template-columns: var(--col) 1fr; padding-top: clamp(24px, 3vw, 40px); }
.ex-head { padding-left: clamp(18px, 4vw, 60px); }
.crumbs-light, .crumbs-light a { color: rgb(255 255 255 / .85); }
.crumbs-light a:hover { color: #fff; }
.crumbs-light { margin-bottom: 10px; }
.ex-title { font-family: var(--display); font-stretch: 125%; font-weight: 800; font-size: clamp(1.9rem, 4.4vw, 4.1rem); letter-spacing: -.035em; line-height: 1; color: #fff; }
.ex-rail { position: relative; z-index: 3; display: grid; grid-template-columns: var(--col) auto 1fr; align-items: end; margin-top: clamp(6px, 1vw, 14px); }
.ex-rail::after { content: ""; position: absolute; left: 0; right: 0; top: 62%; z-index: -1; height: 1px; background: rgb(255 255 255 / .4); }
.ex-ghost { padding-bottom: .12em; overflow: hidden; white-space: nowrap; font-family: var(--display); font-stretch: 125%; font-weight: 900; font-size: clamp(1.8rem, 5vw, 4.9rem); letter-spacing: -.045em; line-height: 1; color: rgb(255 255 255 / .42); }
.ex-prev { display: flex; justify-content: flex-end; }
.ex-prev span { flex: none; padding-right: .3em; }
.ex-next { display: flex; gap: .45em; padding-left: .45em; }
.ex-ghost span { cursor: pointer; transition: color .2s; }
.ex-ghost span:hover { color: rgb(255 255 255 / .75); }
.ex-current-wrap { position: relative; padding-left: clamp(14px, 3vw, 44px); }
.ex-current { font-family: var(--display); font-stretch: 125%; font-weight: 900; font-size: clamp(3rem, 10.5vw, 10rem); letter-spacing: -.05em; line-height: .9; color: #fff; white-space: nowrap; }
.ex-current.swap { animation: swapIn .55s var(--ease); }
@keyframes swapIn { from { opacity: 0; transform: translateY(18%); } }
.ex-arrow { position: absolute; bottom: -16%; width: clamp(48px, 5.2vw, 74px); height: clamp(48px, 5.2vw, 74px); display: grid; place-items: center; padding: 0; border: 1px solid rgb(255 255 255 / .6); background: rgb(255 90 31 / .12); color: #fff; transition: background .2s; }
.ex-arrow:hover { background: rgb(255 255 255 / .18); }
.ex-arrow .ico { width: 26px; height: 26px; stroke-width: 1.4; }
.ex-arrow-prev { left: clamp(56px, 7vw, 110px); }
.ex-arrow-next { right: -14px; }
.ex-body { position: relative; min-height: clamp(520px, 60vw, 800px); margin-top: clamp(-40px, -3vw, -10px); }
.ex-map { position: absolute; top: 0; right: 0; bottom: 0; left: var(--col); z-index: 1; }
.ex-map-fallback { position: absolute; inset: 0; display: grid; place-items: center; padding: 20px; text-align: center; font-weight: 800; font-size: 20px; }
.linemap { display: block; width: 100%; height: 100%; }
.linemap .admin path { fill: none; stroke: #fff; stroke-opacity: .32; stroke-width: .8px; vector-effect: non-scaling-stroke; }
.linemap .c { fill: none; stroke: #fff; stroke-opacity: .95; stroke-width: 1.2px; vector-effect: non-scaling-stroke; stroke-linejoin: round; transition: fill .4s; }
.linemap .c.dest { cursor: pointer; }
.linemap .c.is-active { fill: rgb(255 255 255 / .16); }
.linemap .route { fill: none; stroke: #fff; stroke-width: 2px; vector-effect: non-scaling-stroke; stroke-dasharray: 6 7; animation: flow 1.2s linear infinite; }
@keyframes flow { to { stroke-dashoffset: -26; } }
.mk { transform-box: fill-box; transform-origin: center; transform: scale(.78); transition: transform .5s var(--ease); cursor: pointer; }
.mk-pos.is-active .mk { transform: scale(1.35); }
.mk-pos.is-origin .mk { transform: scale(1.1); }
.mk-halo { fill: #fff; fill-opacity: .2; }
.mk-pos.is-active .mk-halo { fill-opacity: .28; animation: halo 2.2s ease-out infinite; }
@keyframes halo { 50% { fill-opacity: .1; } }
.mk-core { fill: #fff; }
.mk-dot { fill: #1A1A1A; }
.mk-pos.is-origin .mk-core { fill: #1A1A1A; }
.mk-pos.is-origin .mk-dot { fill: #fff; }
.mk-label { font-family: var(--font); font-size: 17px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; fill: #fff; pointer-events: none; paint-order: stroke; stroke: var(--orange); stroke-width: 5px; stroke-linejoin: round; }
.ex-checks { position: absolute; left: var(--col); bottom: clamp(24px, 4vw, 64px); z-index: 3; list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(18px, 2.4vw, 36px); max-width: 22em; }
.ex-checks li { display: grid; grid-template-columns: clamp(40px, 4.4vw, 70px) 1fr; align-items: start; font-size: clamp(1.05rem, 1.8vw, 1.7rem); font-weight: 600; line-height: 1.25; text-shadow: 0 0 18px var(--orange), 0 0 6px var(--orange); }
.ex-checks .ico { width: 28px; height: 28px; margin-left: -14px; margin-top: 2px; stroke-width: 1.3; }
.ex-readout { position: absolute; right: clamp(16px, 3vw, 40px); bottom: clamp(24px, 4vw, 64px); z-index: 3; min-width: 230px; padding: 18px 20px; border-radius: 18px; background: var(--ink); color: var(--text); box-shadow: 0 20px 40px -20px rgb(0 0 0 / .6); }
.ex-readout-k { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--orange); }
.ex-readout-v { margin-top: 4px; font-family: var(--display); font-stretch: 112%; font-size: 26px; font-weight: 800; line-height: 1.15; }
.ex-readout-d { margin-top: 2px; color: var(--muted); font-size: 14px; }
.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.info-card { display: flex; flex-direction: column; gap: 10px; padding: 26px; border-radius: 24px; border: 1px solid var(--line); background: var(--card); }
.info-n { font-family: var(--display); font-stretch: 125%; font-size: 36px; font-weight: 800; line-height: 1; color: var(--orange); }
.info-card h3 { font-size: 20px; }
.info-card p { color: var(--muted); }
.map-credit { margin-top: 36px; text-align: center; font-size: 12.5px; color: var(--dim); }

/* ---------- questions ---------- */
.faq-search { min-width: min(360px, 100%); height: 50px; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.4fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list details[hidden] { display: none; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 4px; font-size: 18px; font-weight: 800; list-style: none; cursor: pointer; transition: color .2s; }
.faq-list summary:hover { color: var(--orange); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .ico { width: 32px; height: 32px; padding: 7px; border-radius: 50%; border: 1px solid var(--line-2); transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s; }
.faq-list details[open] summary .ico { transform: rotate(45deg); background: var(--orange); border-color: var(--orange); color: var(--ink); }
.faq-list details p { padding: 0 52px 22px 4px; color: var(--muted); }
.faq-empty { padding: 28px 4px; color: var(--muted); }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 16px; align-items: start; }
.contact-bento { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.c-card { display: flex; flex-direction: column; gap: 6px; padding: 24px; border-radius: 24px; border: 1px solid var(--line); background: var(--card); text-decoration: none; transition: transform .3s var(--ease), border-color .3s; }
a.c-card:hover { transform: translateY(-3px); border-color: var(--line-2); }
.c-card > .ico { width: 44px; height: 44px; padding: 10px; margin-bottom: 8px; border-radius: 12px; background: var(--card-2); color: var(--orange); }
.c-k { font-size: 11.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.c-v { font-family: var(--display); font-stretch: 110%; font-size: 18px; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
a.c-v:hover { color: var(--orange); }
.c-addr { font-size: 16px; line-height: 1.4; }
.c-note { margin-top: auto; padding-top: 6px; color: var(--muted); font-size: 13.5px; font-weight: 700; }
.c-wa { grid-column: span 2; background: var(--orange); border-color: var(--orange); color: var(--ink); }
.c-wa > .ico { background: var(--ink); color: var(--orange); }
.c-wa .c-k, .c-wa .c-note { color: rgb(20 20 20 / .78); }
.c-wa .c-v { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.quick-form { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 14px; padding: 28px; border-radius: 26px; border: 1px solid var(--line); background: var(--card); }
.quick-form h2 { font-family: var(--display); font-stretch: 112%; font-size: 24px; }
.quick-form label > span, .enq-form label > span { font-size: 13px; font-weight: 800; color: var(--muted); }
.quick-form :is(input, textarea), .enq-form :is(input, select, textarea) { display: block; width: 100%; height: auto; margin-top: 6px; padding: 12px 14px; border-radius: 14px; border: 1px solid var(--line); background-color: var(--bg); font-size: 15px; font-weight: 500; resize: vertical; }
.enq-form select { padding-right: 36px; background-position: right 12px center; }
.quick-form ::placeholder, .enq-form ::placeholder { color: var(--dim); }
.quick-form :is(input, textarea):focus, .enq-form :is(input, select, textarea):focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px rgb(255 90 31 / .15); }
.form-error { color: var(--orange-2); font-weight: 800; font-size: 14px; }
.form-error:empty { display: none; }
.fine { font-size: 12.5px; color: var(--dim); }

/* ---------- footer ---------- */
.footer { position: relative; overflow: hidden; padding-top: clamp(56px, 7vw, 96px); border-top: 1px solid var(--line); background: radial-gradient(70% 60% at 20% 0%, rgb(255 90 31 / .12), transparent), var(--bg-2); }
.footer-top { display: grid; grid-template-columns: 1.1fr 1.2fr; gap: 48px; }
.footer-cta h2 { margin-bottom: 14px; font-size: clamp(2rem, 4.4vw, 3.6rem); }
.footer-cta > p:not(.eyebrow) { margin-bottom: 26px; color: var(--muted); }
.footer-cols { display: grid; grid-template-columns: 1fr 1.2fr 1.2fr; gap: 24px; }
.footer-cols h3 { margin-bottom: 12px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--dim); }
.footer-cols a, .footer-cols p { display: block; margin-bottom: 8px; color: var(--muted); font-size: 14.5px; text-decoration: none; overflow-wrap: anywhere; }
.footer-cols a:hover, .footer-cols a[aria-current="page"] { color: var(--text); }
.footer-giant { margin: clamp(40px, 6vw, 80px) 0 0; padding-bottom: .04em; text-align: center; font-family: var(--display); font-stretch: 125%; font-weight: 900; font-size: clamp(4.5rem, 22vw, 20rem); letter-spacing: -.06em; line-height: .85; color: transparent; background: linear-gradient(to bottom, rgb(245 242 236 / .16), rgb(245 242 236 / .02)); -webkit-background-clip: text; background-clip: text; user-select: none; }
.footer-giant i { display: inline-block; width: .11em; height: .11em; margin-left: .03em; border-radius: 50%; background: var(--orange); opacity: .85; }
.footer-bottom { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-block: 20px 26px; background: linear-gradient(var(--line), var(--line)) no-repeat center top / calc(100% - 2 * var(--gutter)) 1px; font-size: 13px; color: var(--dim); }

/* ---------- mobile action bar ---------- */
.action-bar { display: none; }

/* ---------- dialogs ---------- */
dialog { padding: 0; border: 0; color: var(--text); }
dialog::backdrop { background: rgb(0 0 0 / .65); backdrop-filter: blur(6px); }
html:has(dialog[open]) { overflow: hidden; }
.modal { width: min(1000px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); border: 1px solid var(--line); border-radius: 28px; background: var(--bg-2); overflow: auto; box-shadow: 0 40px 100px -30px rgb(0 0 0 / .9); }
.modal[open] { animation: pop .3s var(--ease); }
@keyframes pop { from { opacity: 0; transform: translateY(14px) scale(.98); } }
.modal-close { position: absolute; top: 14px; right: 14px; z-index: 2; }
.qv-grid { display: grid; grid-template-columns: 1.1fr 1fr; }
.qv-media { display: flex; flex-direction: column; gap: 12px; padding: 18px; border-right: 1px solid var(--line); }
.qv-tabs { display: inline-flex; align-self: flex-start; padding: 4px; border-radius: 999px; border: 1px solid var(--line); }
.qv-tabs button { padding: 7px 14px; border: 0; border-radius: 999px; background: none; font-size: 13px; font-weight: 800; color: var(--muted); }
.qv-tabs button[aria-selected="true"] { background: var(--text); color: var(--ink); }
.qv-zoom { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 20px; background: var(--plate); cursor: zoom-in; }
.qv-zoom img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease-out; }
.qv-zoom.is-zoomed img { transform: scale(2.1); }
.qv-hint { font-size: 12px; font-weight: 600; color: var(--dim); text-align: center; }
.qv-body { display: flex; flex-direction: column; gap: 16px; padding: 32px 30px 28px; }
.qv-body h2 { padding-right: 44px; font-family: var(--display); font-stretch: 112%; font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.qv-body .eyebrow { margin-bottom: 0; }
.qv-note-line { color: var(--muted); }
.qv-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.fact { padding: 12px; border-radius: 14px; border: 1px solid var(--line); background: var(--card); }
.fact span { font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.fact b { display: block; margin-top: 2px; font-family: var(--display); font-stretch: 112%; font-size: 22px; font-weight: 800; }
.qty-label { font-weight: 800; font-size: 15px; }
.qty-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.stepper { display: inline-flex; align-items: center; height: 46px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--bg); }
.stepper button { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: none; color: var(--text); }
.stepper button:hover { background: var(--card-2); }
.stepper input { width: 66px; border: 0; background: none; text-align: center; font-size: 17px; font-weight: 800; -moz-appearance: textfield; appearance: textfield; }
.stepper input::-webkit-inner-spin-button, .stepper input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.presets { display: flex; flex-wrap: wrap; gap: 6px; }
.preset { height: 34px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line-2); background: transparent; font-size: 13px; font-weight: 800; color: var(--muted); }
.preset:hover { color: var(--text); }
.preset.is-on { border-color: var(--text); background: var(--text); color: var(--ink); }
.qv-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.qv-actions .btn { min-height: 50px; padding: 0 14px; font-size: 14.5px; }
.qv-note { padding: 12px 14px; border-radius: 14px; border: 1px solid var(--line); background: var(--card); font-size: 13.5px; color: var(--muted); }
.qv-links { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13.5px; }
.qv-links a { display: inline-flex; align-items: center; gap: 6px; color: var(--orange); font-weight: 800; text-decoration: none; }
.qv-links .ico { width: 16px; height: 16px; }
.field-msg { font-size: 13px; font-weight: 800; color: var(--orange-2); }
.field-msg:empty { display: none; }

.drawer { margin: 0 0 0 auto; width: min(480px, 100vw); max-width: 100vw; height: 100dvh; max-height: 100dvh; border-left: 1px solid var(--line); background: var(--bg-2); }
.drawer[open] { display: flex; flex-direction: column; animation: slide .32s var(--ease); }
@keyframes slide { from { transform: translateX(48px); opacity: 0; } }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-family: var(--display); font-stretch: 112%; font-size: 22px; }
.drawer-body { flex: 1; overflow: auto; display: flex; flex-direction: column; gap: 18px; padding: 18px 22px 26px; }
.lines { display: grid; gap: 10px; }
.line { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: center; padding: 10px; border-radius: 18px; border: 1px solid var(--line); background: var(--card); }
.line-img { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 12px; background: var(--plate); }
.line-img img { width: 54px; height: 54px; object-fit: contain; }
.line h3 { font-size: 14.5px; line-height: 1.3; }
.line small { display: block; font-size: 12px; font-weight: 700; color: var(--muted); }
.line .stepper { height: 36px; margin-top: 6px; }
.line .stepper button { width: 32px; height: 32px; }
.line .stepper .ico { width: 16px; height: 16px; }
.line .stepper input { width: 52px; font-size: 15px; }
.line-remove { width: 36px; height: 36px; display: grid; place-items: center; align-self: start; border: 0; border-radius: 50%; background: none; color: var(--muted); }
.line-remove:hover { color: var(--orange); background: var(--card-2); }
.enq-summary { display: flex; justify-content: space-between; gap: 10px; padding: 12px 16px; border-radius: 14px; border: 1px solid rgb(255 90 31 / .35); background: rgb(255 90 31 / .12); font-weight: 800; }
.enq-form { display: grid; gap: 12px; }
.enq-form .two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.enq-actions { display: grid; gap: 10px; }
.enq-actions .row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.enq-actions .btn { min-height: 48px; padding: 0 14px; font-size: 14.5px; }
.link-btn { align-self: flex-start; padding: 4px 0; border: 0; background: none; color: var(--muted); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.link-btn:hover { color: var(--orange); }
.enq-empty { padding: 48px 12px; text-align: center; }
.enq-empty > .ico { width: 58px; height: 58px; margin: 0 auto 14px; padding: 15px; border-radius: 50%; background: var(--card-2); color: var(--orange); }
.enq-empty h3 { margin-bottom: 6px; font-size: 21px; }
.enq-empty p { margin-bottom: 20px; color: var(--muted); }
.enq-fine { font-size: 12.5px; color: var(--dim); }

.lightbox { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; background: transparent; }
.lightbox::backdrop { background: rgb(8 8 10 / .95); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; max-width: min(1100px, 86vw); }
.lightbox img { max-height: 78dvh; width: auto; border-radius: 16px; }
.lightbox figcaption { display: flex; gap: 16px; font-weight: 800; }
#lb-count { color: var(--muted); }
.lb-close { position: fixed; top: 16px; right: 16px; }
.lb-nav { position: fixed; top: 50%; transform: translateY(-50%); }
.lb-prev { left: 16px; }
.lb-next { right: 16px; }

.toast { position: fixed; left: 50%; bottom: 28px; z-index: 60; display: flex; align-items: center; gap: 8px; max-width: calc(100vw - 32px); padding: 12px 18px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--card-2); font-size: 14px; font-weight: 700; box-shadow: 0 18px 40px -16px rgb(0 0 0 / .7); opacity: 0; pointer-events: none; transform: translate(-50%, 16px); transition: opacity .3s, transform .3s var(--ease); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast .ico { width: 18px; height: 18px; color: var(--orange); }

/* ---------- reveal ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .8s var(--ease); transition-delay: var(--d, 0s); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .nav a { padding: 7px 10px; font-size: 13.5px; }
  .logo-sub { display: none; }
}
@media (max-width: 1100px) {
  .lot-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .b-stock, .b-showroom, .b-faq, .b-contact { grid-column: span 2; }
  .b-stock { grid-row: auto; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .tile-a { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16 / 9; }
  .tile-b, .tile-c { aspect-ratio: 4 / 3; }
  .tile-d { aspect-ratio: 16 / 9; }
}
@media (max-width: 1024px) {
  .nav { display: none; }
  .nav + .header-actions { margin-left: auto; }
  .menu-btn { display: grid; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .stat-grid li:nth-child(2) { border-right: 0; }
  .stat-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 900px) {
  .collage-grid, .how-grid, .faq-grid, .contact-grid, .footer-top, .qv-grid { grid-template-columns: 1fr; }
  .collage { width: 100%; max-width: 560px; margin-inline: auto; }
  .side-card, .quick-form { position: static; }
  .visit-grid, .three { grid-template-columns: 1fr; }
  .qv-media { border-right: 0; border-bottom: 1px solid var(--line); }
  .qv-body { padding: 24px 20px 26px; }
  .export-hero { --col: 18px; }
  .export-hero::before { display: none; }
  .ex-grid { grid-template-columns: 1fr; padding-inline: 18px; }
  .ex-head { padding-left: 0; }
  .ex-rail { grid-template-columns: 0 auto 1fr; padding-left: 18px; }
  .ex-prev { visibility: hidden; }
  .ex-current-wrap { padding-left: 0; }
  .ex-arrow-prev { left: 40px; }
  .ex-body { min-height: 0; margin-top: 18px; display: flex; flex-direction: column; }
  .ex-map { position: relative; left: 0; order: 2; height: 440px; }
  .ex-checks { position: relative; left: 0; bottom: 0; order: 1; gap: 16px; padding: 36px 18px 10px; }
  .ex-checks li { grid-template-columns: 36px 1fr; }
  .ex-checks .ico { margin-left: 0; }
  .ex-readout { position: relative; right: 0; bottom: 0; order: 3; margin: 0 18px 28px; }
}
@media (max-width: 860px) {
  .action-bar { position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 45; display: grid; grid-template-columns: repeat(4, 1fr); padding: 6px; border-radius: 22px; border: 1px solid var(--line-2); background: rgb(23 23 26 / .92); backdrop-filter: blur(14px); box-shadow: 0 18px 40px -16px rgb(0 0 0 / .7); }
  .action-bar :is(a, button) { position: relative; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 8px 4px; border: 0; border-radius: 16px; background: none; font-size: 11.5px; font-weight: 800; text-decoration: none; color: var(--text); }
  .action-bar :is(a, button):active { background: rgb(255 255 255 / .06); }
  .action-bar .count { position: absolute; top: 2px; left: calc(50% + 6px); min-width: 20px; height: 20px; padding: 0 5px; font-size: 11px; background: var(--orange); color: var(--ink); }
  .action-bar .count[data-zero] { display: none; }
  body { padding-bottom: 88px; }
  .toast { bottom: 100px; }
  .enquiry-btn > span { display: none; }
  .enquiry-btn { padding: 0 7px 0 12px; }
  .toolbar { position: static; }
}
@media (max-width: 720px) {
  .lot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .lot { padding: 6px; border-radius: 20px; }
  .lot-visual { border-radius: 15px; }
  .lot-tag { top: 8px; left: 8px; padding: 4px 8px; font-size: 9.5px; }
  .lot-view { display: none; }
  .lot-body { gap: 4px; padding: 10px 6px 6px; }
  .lot h3 { font-size: 14.5px; }
  .lot-note { display: none; }
  .lot-foot { flex-direction: column; align-items: stretch; gap: 8px; padding-top: 8px; }
  .pcs b { font-size: 20px; }
  .add { height: 36px; }
  .lot-ask { padding: 18px 14px; }
  .lot-ask h3 { font-size: 17px; }
  .lot-ask p { font-size: 13px; }
  .lot-ask .btn { min-height: 40px; padding: 0 12px; font-size: 13px; white-space: normal; }
  .toolbar { flex-direction: column; flex-wrap: nowrap; align-items: stretch; padding: 8px; }
  .toolbar-right { width: 100%; }
  .search { flex: 1; min-width: 0; }
  .sort > span { display: none; }
  .chips { flex-wrap: nowrap; overflow-x: auto; }
  .chip-f { flex: none; }
  .bento { grid-template-columns: 1fr; }
  .b-stock, .b-showroom, .b-faq, .b-contact { grid-column: auto; }
  .gallery { grid-template-columns: 1fr; }
  .tile-a, .tile-b, .tile-c, .tile-d { grid-column: auto; aspect-ratio: 4 / 3; }
  .contact-bento { grid-template-columns: 1fr; }
  .c-wa { grid-column: auto; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-cols nav { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; }
  .footer-cols nav h3 { grid-column: 1 / -1; }
  .qv-actions, .enq-actions .row, .enq-form .two { grid-template-columns: 1fr; }
  .modal { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); border-radius: 22px; }
  .timeline { padding-left: 60px; }
  .timeline::before, .timeline::after { left: 21px; }
  .t-num { left: -60px; width: 44px; height: 44px; font-size: 13px; }
  .t-card { padding: 20px; }
  .expand { height: 150vh; }
  .expand-media { width: calc(80% + 20% * var(--p, 0)); height: calc(62% + 38% * var(--p, 0)); }
  .faq-list summary { font-size: 16px; }
  .fan-card { width: clamp(118px, 30vw, 170px); }
  .fan-card span { left: 10px; right: 10px; top: 8px; font-size: 10.5px; }
  .fan-card span b { font-size: 14px; }
  .ex-map { height: 360px; }
}
@media (max-width: 560px) {
  .lang-toggle { font-size: 11.5px; }
  .lang-toggle span { padding: 5px 8px; }
  .stat-grid li { padding: 20px 16px 22px; }
  .qv-facts { gap: 6px; }
  .fact { padding: 10px; }
  .fact b { font-size: 18px; }
  .fan .fan-card:nth-child(1), .fan .fan-card:nth-child(5) { display: none; }
  .ex-ghost { display: none; }
  .ex-rail { grid-template-columns: 0 1fr 0; }
  .ex-arrow { top: 100%; bottom: auto; margin-top: 12px; }
  .ex-arrow-prev { left: 0; }
  .ex-arrow-next { right: auto; left: calc(clamp(48px, 5.2vw, 74px) + 10px); }
  .ex-body { margin-top: 80px; }
}
@media (max-width: 380px) {
  .header-actions .enquiry-btn { display: none; }
}
/* export map on narrow screens: fewer map units per pixel, so scale the marks up */
.linemap.is-narrow .mk-label { font-size: 40px; stroke-width: 10px; letter-spacing: .1em; }
.linemap.is-narrow .mk { transform: scale(1.45); }
.linemap.is-narrow .mk-pos.is-active .mk { transform: scale(2.1); }
.linemap.is-narrow .mk-pos.is-origin .mk { transform: scale(1.7); }
@media (max-width: 720px) {
  .fan-card span { flex-direction: column; align-items: flex-start; gap: 0; }
}
@media (max-width: 560px) {
  .footer-cols { grid-template-columns: 1fr; }
  .footer-cols nav { grid-column: auto; }
}
@media (hover: none) {
  .tile-zoom { opacity: 1; }
  .qv-hint { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  .marquee-track, .linemap .route, .mk-halo { animation: none !important; }
  .lot, .modal[open], .drawer[open], .ex-current.swap { animation: none; }
  .expand { height: auto; padding: 0 0 clamp(40px, 6vw, 80px); }
  .expand-sticky { position: static; height: auto; padding: 0 var(--gutter); }
  .expand-media { --p: 1; width: 100%; height: 70vh; border-radius: 28px; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
