:root {
  --ink: #0b100e;
  --deep: #08100d;
  --forest: #111a16;
  --panel: #17201b;
  --paper: #eee8dc;
  --paper-2: #d9d0c1;
  --muted: #97a199;
  --gold: #d7aa6a;
  --gold-deep: #9a7040;
  --line: rgba(255, 255, 255, .13);
  --dark-line: rgba(12, 18, 15, .14);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--deep); }
body { margin: 0; overflow-x: hidden; color: #f5f0e7; background: var(--deep); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 18px; background: #fff; color: #111; transform: translateY(-180%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }

.topbar { position: fixed; z-index: 80; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: calc(16px + var(--safe-top)) 20px 12px; pointer-events: none; background: linear-gradient(180deg, rgba(5, 10, 8, .72), transparent); }
.topbar a, .topbar button { pointer-events: auto; }
.brand { color: #fff; text-decoration: none; font-size: 16px; font-weight: 800; letter-spacing: .24em; }
.brand span { color: var(--gold); }
.top-actions { display: flex; align-items: center; gap: 12px; }
.progress-label { color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .14em; }
.language-trigger { min-width: 60px; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(8, 14, 11, .45); backdrop-filter: blur(14px); cursor: pointer; }

.page-progress { display: none; }
.section { position: relative; padding: 104px 20px; }
.section-number { position: absolute; top: 48px; right: 20px; color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .2em; }
.section-head { max-width: 720px; margin-bottom: 44px; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: 10px; font-weight: 750; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Iowan Old Style", "Songti TC", "STSong", Georgia, serif; font-weight: 400; }
.section h2 { margin: 0 0 18px; font-size: clamp(48px, 13vw, 82px); line-height: .93; letter-spacing: -.045em; }
.section-head > p:last-child { margin: 0; max-width: 520px; color: #6e756e; font-size: 16px; line-height: 1.6; }

.button { min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: inherit; text-decoration: none; font-size: 13px; font-weight: 750; cursor: pointer; }
.button-primary { background: var(--paper); color: var(--ink); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-outline { border: 1px solid rgba(255,255,255,.25); color: #fff; background: transparent; }

.hero { position: relative; isolation: isolate; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-scenes, .hero-overlay { position: absolute; inset: 0; }
.hero-scenes { z-index: -2; background: var(--deep); }
.hero-scene { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.04); transition: opacity 1.2s ease, transform 8s ease; }
.hero-scene.is-active { opacity: 1; transform: scale(1); z-index: 1; }
.hero-overlay { z-index: -1; background: linear-gradient(180deg, rgba(2,6,4,.18) 0%, rgba(2,6,4,.06) 30%, rgba(4,9,7,.3) 58%, rgba(4,9,7,.95) 100%); }
.hero-content { width: 100%; max-width: 840px; padding: 0 22px calc(128px + var(--safe-bottom)); }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(50px, 13.2vw, 104px); line-height: .88; letter-spacing: -.05em; text-wrap: balance; }
.hero-copy { margin: 25px 0 28px; max-width: 430px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.55; }
.hero-controls { position: absolute; z-index: 5; bottom: calc(42px + var(--safe-bottom)); left: 22px; display: grid; gap: 7px; }
.hero-controls > span { color: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-dots { display: flex; gap: 6px; }
.hero-controls button { width: 34px; min-height: 44px; padding: 20px 0; border: 0; background: transparent; cursor: pointer; }
.hero-controls button::before { content: ""; display: block; width: 100%; height: 2px; background: rgba(255,255,255,.25); transition: background .25s, transform .25s; }
.hero-controls button.is-active::before { background: var(--gold); transform: scaleY(1.5); }
.scroll-cue { position: absolute; right: 22px; bottom: calc(44px + var(--safe-bottom)); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.65); text-decoration: none; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue i { width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; position: relative; }
.scroll-cue i::after { content: ""; position: absolute; left: 10px; top: 8px; width: 7px; height: 7px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg); }
.next-peek { position: absolute; left: 0; right: 0; bottom: 0; height: 9px; background: var(--paper); }

.configurator { background: var(--paper); color: var(--ink); }
.configurator .section-number { color: rgba(12,18,15,.35); }
.people-picker { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.people-picker button { min-height: 116px; min-width: 0; padding: 13px 11px; border: 1px solid var(--dark-line); border-radius: 18px; background: transparent; color: #545b55; text-align: left; cursor: pointer; transition: background .25s, color .25s, transform .25s; }
.people-picker button small, .people-picker button b, .people-picker button span { display: block; }
.people-picker button small { margin-bottom: 10px; color: #8b918a; font-size: 9px; letter-spacing: .16em; }
.people-picker button b { color: var(--ink); font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(18px, 5.5vw, 27px); font-weight: 400; }
.people-picker button span { margin-top: 5px; font-size: 10px; line-height: 1.3; }
.people-picker button.is-selected { background: var(--ink); color: #aeb6af; transform: translateY(-2px); box-shadow: 0 16px 38px rgba(10,16,13,.16); }
.people-picker button.is-selected small { color: var(--gold); }
.people-picker button.is-selected b { color: #fff; }
.terrain-block { margin-top: 52px; }
.choice-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.choice-heading p { margin: 0; font-size: 13px; font-weight: 700; }
.choice-heading b { color: #737a73; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.scene-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 78vw); gap: 12px; margin-inline: -20px; padding: 0 20px 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.scene-grid::-webkit-scrollbar { display: none; }
.scene-card { position: relative; min-height: 280px; padding: 0; overflow: hidden; border: 1px solid rgba(12,18,15,.14); border-radius: 20px; background: #cfc7b9; text-align: left; scroll-snap-align: center; cursor: pointer; }
.scene-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(5,10,8,.82)); }
.scene-card img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.75) contrast(1.04); transition: transform .6s ease, filter .4s ease; }
.scene-card > span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 17px; color: #fff; }
.scene-card b, .scene-card small { display: block; }
.scene-card b { font-family: "Iowan Old Style", Georgia, serif; font-size: 25px; font-weight: 400; }
.scene-card small { margin-top: 4px; color: rgba(255,255,255,.65); font-size: 10px; }
.scene-card.is-selected { outline: 2px solid var(--ink); outline-offset: 3px; }
.scene-card.is-selected img { filter: saturate(.9) contrast(1.08); transform: scale(1.035); }

.setup-preview { margin-top: 34px; padding: 30px 24px 24px; overflow: hidden; border-radius: 28px; background: var(--ink); color: #fff; box-shadow: 0 24px 60px rgba(8,15,11,.15); }
.setup-copy h3 { margin: 0 0 10px; font-size: 38px; line-height: 1; letter-spacing: -.035em; }
.setup-copy > p:last-child { margin: 0; max-width: 560px; color: #a8b1aa; line-height: 1.55; }
.setup-stats { display: grid; grid-template-columns: .6fr 1.25fr .8fr; margin: 28px 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.setup-stats span { min-width: 0; padding: 18px 8px; border-right: 1px solid var(--line); }
.setup-stats span:last-child { border: 0; }
.setup-stats b, .setup-stats small { display: block; }
.setup-stats b { overflow: hidden; font-size: 19px; text-overflow: ellipsis; white-space: nowrap; }
.setup-stats small { margin-top: 5px; color: #88928b; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.setup-preview .button { width: 100%; }

.gear { background: var(--deep); }
.gear-heading { display: grid; gap: 25px; margin-bottom: 48px; }
.gear-heading > p { margin: 0; max-width: 480px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.gear-group { margin-top: 42px; }
.gear-group[hidden] { display: none; }
.gear-group-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 17px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.gear-group-head h3 { margin: 0; font-size: 30px; }
.gear-group-head span { color: #77817a; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.gear-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(290px, 84vw); gap: 12px; margin-inline: -20px; padding: 0 20px 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gear-track::-webkit-scrollbar { display: none; }
.gear-card { min-height: 465px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 22px; background: #151d19; scroll-snap-align: center; }
.gear-card-media, .product-detail-media { position: relative; overflow: hidden; background: radial-gradient(circle at 72% 28%, rgba(215,170,106,.2), transparent 32%), linear-gradient(145deg, #202b25, #101713); }
.gear-card-media { height: 220px; }
.gear-card-media::before, .product-detail-media::before { content: attr(data-code); position: absolute; right: 16px; bottom: -10px; color: rgba(255,255,255,.055); font-family: Georgia, serif; font-size: 92px; letter-spacing: -.08em; }
.gear-card-media::after, .product-detail-media::after { content: ""; position: absolute; left: 50%; top: 50%; width: 118px; height: 118px; border: 1px solid rgba(215,170,106,.35); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 55px rgba(215,170,106,.08), inset 0 0 35px rgba(215,170,106,.06); }
.gear-card-media.has-image::before, .gear-card-media.has-image::after, .product-detail-media.has-image::before, .product-detail-media.has-image::after { display: none; }
.gear-card-media img { width: 100%; height: 100%; object-fit: contain; padding: 24px 18px 12px; background: linear-gradient(145deg, #eeeae2, #d8d1c5); filter: saturate(.82) contrast(.98); }
.gear-card-media.has-image .gear-card-topline span { padding: 5px 7px; border-radius: 999px; background: rgba(8,15,12,.78); color: #f3eee5; backdrop-filter: blur(8px); }
.gear-card-topline { position: absolute; z-index: 2; top: 16px; left: 16px; right: 16px; display: flex; justify-content: space-between; color: rgba(255,255,255,.68); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.gear-card-body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.gear-card h4 { margin: 0 0 8px; font-family: "Iowan Old Style", Georgia, serif; font-size: 28px; font-weight: 400; line-height: 1.03; letter-spacing: -.025em; }
.gear-card-reason { margin: 0; color: #aab3ac; font-size: 15px; line-height: 1.55; }
.feature-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 16px 0 20px; }
.feature-chips span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #aab3ac; font-size: 10px; letter-spacing: .035em; }
.gear-card-footer { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.gear-card-price small, .gear-card-price b, .gear-card-price s { display: block; }
.gear-card-price small { margin-bottom: 4px; color: #77827a; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.gear-card-price b { color: var(--gold); font-family: Georgia, serif; font-size: 18px; }
.gear-card-price s { margin-top: 4px; color: #69736c; font-size: 9px; text-decoration-thickness: 1px; }
.detail-trigger { min-height: 46px; padding: 0 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: transparent; color: #fff; font-size: 10px; font-weight: 700; cursor: pointer; }
.expand-gear { width: 100%; min-height: 60px; margin-top: 34px; padding: 0 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; display: flex; align-items: center; justify-content: space-between; background: transparent; color: #fff; font-weight: 700; cursor: pointer; }
.expand-gear i { color: var(--gold); font-size: 22px; font-style: normal; font-weight: 300; }

.overview { background: #101713; }
.overview-grid { display: grid; gap: 34px; }
.overview-visual { position: relative; min-height: 510px; overflow: hidden; border-radius: 28px; }
.overview-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(4,8,6,.7)); }
.overview-visual img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.overview-visual > span { position: absolute; z-index: 3; left: 18px; bottom: 18px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(5,10,8,.35); backdrop-filter: blur(12px); font-size: 8px; letter-spacing: .14em; }
.overview-hotspots { position: absolute; z-index: 3; inset: 0; }
.overview-hotspot { position: absolute; left: var(--x); top: var(--y); min-height: 44px; padding: 0; border: 0; background: transparent; display: flex; align-items: center; gap: 7px; transform: translate(-50%,-50%); cursor: pointer; }
.overview-hotspot i { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; background: rgba(5,10,8,.58); color: #fff; font-size: 9px; font-style: normal; box-shadow: 0 0 0 5px rgba(215,170,106,.13); backdrop-filter: blur(10px); }
.overview-hotspot span { max-width: 118px; padding: 7px 9px; border-radius: 999px; background: rgba(5,10,8,.72); color: #f4eee5; font-size: 9px; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; backdrop-filter: blur(10px); }
.overview-hotspot:focus-visible i { outline: 2px solid var(--gold); outline-offset: 3px; }
.overview-copy > h2 { margin-bottom: 13px; }
.overview-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.6; }
.overview-total { margin: 30px 0 26px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.overview-total small, .overview-total b, .overview-total span { display: block; }
.overview-total small { color: #7f8981; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.overview-total b { margin: 7px 0; color: var(--gold); font-family: Georgia, serif; font-size: 36px; font-weight: 400; }
.overview-total b.is-concealed { color: #858d87; letter-spacing: .2em; }
.overview-total span { color: #758078; font-size: 10px; }
.budget-unlock { min-height: 48px; margin-top: 16px; padding: 0 18px; border: 1px solid rgba(215,170,106,.55); border-radius: 999px; background: transparent; color: #f1e9dd; font-weight: 700; cursor: pointer; }
.overview-list { max-height: 250px; margin: 0 0 26px; padding: 0; overflow: hidden; list-style: none; counter-reset: gear; }
.overview-list li { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.08); color: #b4bdb6; font-size: 12px; counter-increment: gear; }
.overview-list li::before { content: counter(gear, decimal-leading-zero); color: #657068; font-size: 8px; }
.overview-list li b { margin-left: auto; color: #e7e1d8; font-weight: 500; }
.overview-list li span { color: #7f8981; text-align: right; }
.overview-list li span strong, .overview-list li span s { display: block; }
.overview-list li span strong { color: var(--gold); font-weight: 600; }
.overview-list li span s { margin-top: 2px; color: #657068; font-size: 9px; }
.overview-actions { display: grid; gap: 10px; }

.rewards { background: #e9e2d6; color: var(--ink); }
.rewards .section-number { color: #a49b8e; }
.rewards-head { max-width: 820px; }
.rewards-head > p:last-child { max-width: 590px; color: #697069; font-size: 16px; line-height: 1.7; }
.reward-grid { display: grid; gap: 12px; margin-top: 48px; }
.reward-card { min-height: 250px; padding: 26px; border: 1px solid #cfc6b8; border-radius: 24px; display: flex; flex-direction: column; background: rgba(255,255,255,.24); transition: background .3s ease, border-color .3s ease, transform .3s ease; }
.reward-card > small { color: #9b8e7d; font-size: 9px; letter-spacing: .14em; }
.reward-card h3 { max-width: 310px; margin: 44px 0 12px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; line-height: 1.05; }
.reward-card p { margin: 0; color: #6d746d; font-size: 14px; line-height: 1.55; }
.reward-status { align-self: flex-start; margin-top: auto; padding: 8px 12px; border: 1px solid #bdb4a6; border-radius: 999px; color: #7c827c; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.reward-card.is-unlocked { border-color: #b3854f; background: #f4eee4; transform: translateY(-3px); }
.reward-card.is-unlocked .reward-status { border-color: #173022; background: #173022; color: #f4eee5; }

.purchase { min-height: 780px; padding-bottom: calc(34px + var(--safe-bottom)); display: flex; flex-direction: column; justify-content: space-between; text-align: center; background: radial-gradient(circle at 50% 28%, #2d3e34 0, #121e18 34%, #070b09 73%); }
.purchase-inner { margin: auto; }
.purchase h2 { font-size: clamp(62px, 17vw, 112px); }
.purchase-inner > p:not(.eyebrow) { max-width: 460px; margin: 22px auto 30px; color: #aab4ac; line-height: 1.6; }
.purchase footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; color: #657068; font-size: 8px; letter-spacing: .09em; }
.purchase footer span:last-child { flex-basis: 100%; }

.sheet { position: fixed; z-index: 150; inset: 0; }
.sheet[hidden] { display: none; }
.sheet-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(2,5,4,.72); backdrop-filter: blur(5px); }
.sheet-panel { position: absolute; left: 0; right: 0; bottom: 0; max-height: 90svh; overflow-y: auto; border-radius: 28px 28px 0 0; background: #f0ebe1; color: var(--ink); padding: 10px 20px calc(22px + var(--safe-bottom)); box-shadow: 0 -30px 90px rgba(0,0,0,.35); }
.sheet-handle { width: 38px; height: 4px; margin: 0 auto 10px; border-radius: 99px; background: #b3aea5; }
.sheet-head { display: flex; align-items: center; justify-content: space-between; }
.sheet-head h2 { margin: 18px 0; font-size: 31px; }
.sheet-close { width: 48px; height: 48px; border: 0; border-radius: 50%; background: #dcd5c9; color: var(--ink); font-size: 26px; cursor: pointer; }
.language-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.language-list button { min-height: 52px; padding: 0 14px; border: 1px solid #d0c8bc; border-radius: 13px; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.language-list button.is-active { background: var(--ink); color: #fff; }

.product-panel { padding: 0 0 calc(22px + var(--safe-bottom)); }
.product-close { position: absolute; z-index: 4; top: 18px; right: 18px; background: rgba(238,232,220,.86); backdrop-filter: blur(10px); }
.product-detail-media { height: 310px; border-radius: 28px 28px 0 0; }
.product-detail-media.has-gallery { display: grid; grid-template-columns: 1.35fr .85fr; gap: 1px; background: #bfb7aa; }
.product-detail-media img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; padding: 24px; background: #e2dbcf; }
.product-detail-media .detail-secondary { padding: 0; object-fit: cover; mix-blend-mode: normal; }
.product-detail-media .detail-only { grid-column: 1 / -1; }
.product-detail-content { padding: 28px 22px 0; }
.product-brand { margin: 0 0 9px; color: #757b75; font-size: 9px; font-weight: 750; letter-spacing: .16em; }
.category-pill { display: inline-flex; margin: 0 0 12px; padding: 6px 9px; border: 1px solid #c9c1b4; border-radius: 999px; color: #6c736c; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.product-detail-content h2 { margin: 0; font-size: 43px; line-height: .98; }
.detail-price { display: block; margin-top: 17px; color: #76552e; font-family: Georgia, serif; font-size: 27px; }
.price-caption { margin: 5px 0 18px; color: #747b74; font-size: 11px; }
.official-price { display: block; margin: -11px 0 18px; color: #878d87; font-size: 12px; }
.detail-reason { color: #505850; font-size: 15px; line-height: 1.65; }
.detail-fit { display: grid; grid-template-columns: 1fr 1fr; margin: 25px 0; border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.detail-fit div { padding: 17px 7px; border-right: 1px solid var(--dark-line); }
.detail-fit div:last-child { border: 0; }
.detail-fit small, .detail-fit b { display: block; }
.detail-fit small { color: #868d86; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.detail-fit b { margin-top: 6px; font-size: 13px; }
.product-detail-content h3 { margin: 26px 0 10px; font-family: inherit; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-detail-content ul { margin: 0; padding: 0; list-style: none; }
.product-detail-content li { padding: 11px 0; border-bottom: 1px solid var(--dark-line); color: #505850; font-size: 14px; }
.product-detail-content li::before { content: "+"; margin-right: 10px; color: var(--gold-deep); }
#productPairing { color: #535b53; font-size: 15px; line-height: 1.65; }
.product-detail-content .button { width: 100%; margin-top: 22px; }

.setup-sheet-meta { display: grid; grid-template-columns: 1fr 1fr; margin: 10px 0 20px; border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.setup-sheet-meta span { padding: 17px 7px; border-right: 1px solid var(--dark-line); }
.setup-sheet-meta span:last-child { border: 0; }
.setup-sheet-meta small, .setup-sheet-meta b { display: block; }
.setup-sheet-meta small { color: #7a817a; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.setup-sheet-meta b { margin-top: 5px; font-family: Georgia, serif; font-size: 23px; }
.setup-sheet-list { display: grid; gap: 8px; }
.setup-sheet-item { min-height: 62px; padding: 10px 12px; border: 1px solid var(--dark-line); border-radius: 13px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; }
.setup-sheet-item i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--gold); font-size: 9px; font-style: normal; }
.setup-sheet-item b, .setup-sheet-item small { display: block; }
.setup-sheet-item b { font-size: 12px; }
.setup-sheet-item small { margin-top: 3px; color: #858b85; font-size: 9px; }
.setup-sheet-item > span:last-child { color: #74542f; font-family: Georgia, serif; font-size: 13px; text-align: right; }
.setup-sheet-item > span:last-child strong, .setup-sheet-item > span:last-child s { display: block; }
.setup-sheet-item > span:last-child s { margin-top: 3px; color: #8d918d; font-size: 9px; font-weight: 400; }
.setup-panel .button { width: 100%; margin-top: 18px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 760px) {
  .topbar { padding-inline: 42px; }
  .page-progress { position: fixed; z-index: 70; right: 24px; top: 50%; transform: translateY(-50%); display: grid; gap: 10px; }
  .page-progress a { width: 28px; height: 25px; display: flex; align-items: center; justify-content: end; gap: 8px; color: rgba(255,255,255,.35); text-decoration: none; font-size: 7px; }
  .page-progress i { display: block; width: 8px; height: 1px; background: currentColor; transition: width .25s, color .25s; }
  .page-progress a.is-current { color: var(--gold); }
  .page-progress a.is-current i { width: 18px; }
  .section { padding: 140px 6vw; }
  .section-number { top: 72px; right: 6vw; }
  .hero-content { padding-left: 6vw; padding-right: 6vw; }
  .hero-controls { left: 6vw; }
  .scroll-cue { right: 6vw; }
  .people-picker { grid-template-columns: repeat(3, 1fr); }
  .people-picker button { min-height: 146px; padding: 24px; }
  .scene-grid { grid-auto-flow: initial; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; overflow: visible; }
  .scene-card { min-height: 320px; }
  .setup-preview { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 26px 54px; padding: 42px; }
  .setup-stats { margin: 0; }
  .setup-preview .button { grid-column: 1/-1; }
  .gear-heading { grid-template-columns: 1.2fr .55fr; align-items: end; gap: 8vw; }
  .gear-heading > p { padding-bottom: 8px; }
  .gear-track { grid-auto-flow: initial; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; overflow: visible; }
  .gear-card { min-width: 0; }
  .gear-card-media { height: 250px; }
  .overview-grid { grid-template-columns: 1.02fr .98fr; align-items: center; gap: 7vw; }
  .overview-visual { min-height: 760px; }
  .overview-actions { grid-template-columns: 1fr 1fr; }
  .reward-grid { grid-template-columns: repeat(3, 1fr); }
  .sheet-panel { left: 50%; right: auto; bottom: 18px; width: min(640px, calc(100% - 36px)); border-radius: 28px; transform: translateX(-50%); }
  .product-panel { display: grid; grid-template-columns: .9fr 1.1fr; width: min(1040px, calc(100% - 56px)); max-height: 86svh; padding: 0; overflow: hidden; }
  .product-detail-media { height: 100%; min-height: 700px; border-radius: 28px 0 0 28px; }
  .product-detail-media.has-gallery { grid-template-columns: 1fr; grid-template-rows: 1.08fr .92fr; }
  .product-detail-content { max-height: 86svh; padding: 54px 44px 38px; overflow-y: auto; }
  .setup-panel { width: min(760px, calc(100% - 56px)); padding-inline: 30px; }
}

@media (max-width: 374px) {
  .section { padding-inline: 16px; }
  .hero-content { padding-inline: 18px; }
  .scene-grid, .gear-track { margin-inline: -16px; padding-inline: 16px; }
  .setup-preview { padding-inline: 20px; }
  .setup-stats b { font-size: 16px; }
}

@media (max-width: 520px) {
  .overview-hotspot span { display: none; }
}

@media (orientation: landscape) and (max-height: 520px) {
  .hero { min-height: 620px; }
  .hero-content { padding-bottom: 80px; }
  .hero h1 { font-size: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-scene, .scene-card img, .reveal { transition: none; transform: none; }
  .reveal { opacity: 1; }
}

html[dir="rtl"] body { font-family: Arial, "Noto Sans Arabic", sans-serif; }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3 { font-family: Arial, "Noto Sans Arabic", sans-serif; letter-spacing: -.02em; }
html[dir="rtl"] .hero-controls { left: auto; right: 22px; }
html[dir="rtl"] .scroll-cue { right: auto; left: 22px; }
html[dir="rtl"] .scene-card, html[dir="rtl"] .people-picker button, html[dir="rtl"] .language-list button { text-align: right; }
html[dir="rtl"] .scene-card > span { left: 18px; right: 18px; }
html[dir="rtl"] .gear-card-topline { direction: rtl; }
html[dir="rtl"] .product-close { right: auto; left: 18px; }
html[dir="rtl"] .detail-fit div, html[dir="rtl"] .setup-sheet-meta span { border-right: 0; border-left: 1px solid var(--dark-line); }
html[dir="rtl"] .detail-fit div:last-child, html[dir="rtl"] .setup-sheet-meta span:last-child { border-left: 0; }
@media (min-width: 760px) { html[dir="rtl"] .hero-controls { right: 6vw; } html[dir="rtl"] .scroll-cue { left: 6vw; } html[dir="rtl"] .page-progress { right: auto; left: 24px; } html[dir="rtl"] .product-detail-media { border-radius: 0 28px 28px 0; } }
