:root {
  --black: #070707;
  --ink: #0d0d0d;
  --cream: #eee8df;
  --muted: #9c9790;
  --line: rgba(238, 232, 223, .18);
  --glass: rgba(23, 23, 23, .62);
  --glass-strong: rgba(12, 12, 12, .86);
  --red: #d30d16;
  --red-bright: #ec1d26;
  --sans: 'Segoe UI', Arial, sans-serif;
  --display: 'Arial Narrow', 'Bahnschrift SemiCondensed', 'Segoe UI', Arial, sans-serif;
  --header-height: 94px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--cream); font-family: var(--sans); font-size: 16px; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.ambient { position: fixed; z-index: -2; width: 44vw; height: 44vw; border-radius: 50%; filter: blur(100px); opacity: .1; pointer-events: none; }
.ambient-one { top: 12vh; right: -15vw; background: #9e180f; }
.ambient-two { bottom: -20vw; left: -10vw; background: #413019; }
.noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .07; mix-blend-mode: screen; 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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 30; top: 0; left: 0; right: 0; height: var(--header-height); display: flex; align-items: center; justify-content: space-between; padding: 24px clamp(28px, 6vw, 92px); transition: background .35s ease, padding .35s ease, border-color .35s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(8, 8, 8, .78); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); border-color: var(--line); padding-block: 16px; }
.brand { display: inline-flex; flex-direction: column; letter-spacing: .04em; }
.brand-name { font-family: Georgia, serif; font-size: 33px; line-height: .9; letter-spacing: .12em; }
.brand-subtitle { margin-top: 7px; font-size: 10px; letter-spacing: .23em; color: #d0c9bf; }
.header-tools { display: flex; align-items: center; gap: 38px; }
.header-status { color: var(--muted); font-size: 10px; letter-spacing: .2em; }
.header-status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--red-bright); box-shadow: 0 0 12px var(--red-bright); }
.menu-toggle { position: relative; width: 48px; height: 40px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { position: absolute; right: 0; width: 42px; height: 1px; background: var(--cream); transition: transform .35s ease, top .35s ease, width .35s ease; }
.menu-toggle span:first-child { top: 13px; }
.menu-toggle span:last-child { top: 26px; width: 30px; }
.menu-toggle:hover span:last-child { width: 42px; }
.menu-open .menu-toggle span:first-child { top: 20px; transform: rotate(45deg); }
.menu-open .menu-toggle span:last-child { top: 20px; width: 42px; transform: rotate(-45deg); }

.side-rail { position: fixed; z-index: 25; top: 50%; left: 30px; transform: translateY(-50%); display: flex; align-items: center; gap: 14px; writing-mode: vertical-rl; color: #68635d; font-size: 9px; letter-spacing: .18em; }
.rail-line { position: relative; width: 1px; height: 86px; margin: 8px 0; background: rgba(238,232,223,.18); }
.rail-line span { position: absolute; top: 0; left: -1px; width: 3px; height: 0; background: var(--red-bright); box-shadow: 0 0 9px var(--red-bright); transition: height .45s ease; }
.rail-count { display: flex; gap: 4px; color: var(--cream); }
.rail-count b { font-weight: 500; }
.rail-count em { color: #66615b; font-style: normal; }

.menu-panel { position: fixed; z-index: 29; inset: 0; display: grid; place-items: center; background: rgba(7,7,7,.9); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s ease; }
.menu-open .menu-panel { opacity: 1; visibility: visible; }
.menu-inner { width: min(940px, calc(100% - 130px)); }
.menu-inner .eyebrow { margin-bottom: 36px; }
.menu-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 80px; }
.menu-links a { display: flex; align-items: baseline; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(22px, 3vw, 42px); text-transform: uppercase; letter-spacing: -.04em; transition: color .25s ease, padding-left .25s ease; }
.menu-links a:hover { color: var(--red-bright); padding-left: 12px; }
.menu-links span { min-width: 28px; color: #69635d; font: 11px var(--sans); letter-spacing: .08em; }
.menu-foot { display: flex; justify-content: space-between; padding-top: 30px; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

main { position: relative; }
.screen { position: relative; width: min(100% - 44px, 1320px); min-height: min(100vh, 920px); margin: 22px auto; padding: 130px clamp(34px, 6vw, 92px) 74px; overflow: hidden; scroll-margin-top: 78px; border: 1px solid rgba(238,232,223,.12); border-radius: 38px; background: radial-gradient(circle at 85% 4%, rgba(255,255,255,.045), transparent 25%), linear-gradient(135deg, rgba(255,255,255,.025), transparent 34%), #0a0a0a; box-shadow: 0 0 0 1px rgba(255,255,255,.015), 0 20px 60px rgba(0,0,0,.5), 0 0 45px rgba(217,204,180,.08); }
.screen:first-child { margin-top: 12px; }
.screen::after { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.025), transparent 62%); opacity: .3; }
.screen > * { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 24px; color: #afa79d; font-size: 11px; letter-spacing: .23em; text-transform: uppercase; }
.red-eyebrow { color: var(--red-bright); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 0; font-family: var(--display); font-weight: 700; line-height: .9; letter-spacing: -.045em; text-transform: uppercase; }
h1 { font-size: clamp(66px, 9.3vw, 150px); max-width: 760px; }
h2 { font-size: clamp(51px, 7vw, 112px); }
h1 span, h2 span { color: #cfc7bd; }
h3 { font-weight: 500; text-transform: uppercase; letter-spacing: .05em; }
.lead { color: #c1bbb3; font-size: clamp(16px, 1.45vw, 20px); line-height: 1.65; }
.button { display: inline-flex; min-width: 286px; align-items: center; justify-content: space-between; gap: 28px; padding: 20px 30px; color: white; border: 1px solid rgba(255,255,255,.1); font-size: 14px; letter-spacing: .11em; text-transform: uppercase; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button span { font-size: 33px; line-height: .5; font-weight: 300; }
.button-red { background: linear-gradient(120deg, #c80a12, #e01b20); box-shadow: 0 16px 36px rgba(207, 10, 19, .2); }
.button-red:hover { background: linear-gradient(120deg, #ed1a22, #bd060e); box-shadow: 0 16px 42px rgba(207, 10, 19, .34); transform: translateY(-3px); }
.text-link { display: inline-flex; align-items: center; gap: 34px; padding-bottom: 12px; border-bottom: 1px solid var(--red-bright); text-transform: uppercase; font-size: 13px; letter-spacing: .12em; }
.text-link span { font-size: 32px; font-weight: 300; }

.photo-window { position: relative; overflow: hidden; border: 1px solid rgba(238,232,223,.18); border-radius: 22px; background: #111; }
.photo-window::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06), transparent 45%, rgba(0,0,0,.7)); pointer-events: none; }
.photo-window img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05) brightness(.75); }
.photo-caption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; display: flex; justify-content: space-between; color: #b8b0a6; font-size: 9px; letter-spacing: .18em; }
.photo-caption b { color: var(--cream); font-weight: 500; }
.glass-panel { border: 1px solid rgba(238,232,223,.14); border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.015)); box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 16px 46px rgba(0,0,0,.25); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }

.hero-section { min-height: 900px; padding-top: 184px; }
.hero-grid { display: grid; grid-template-columns: minmax(340px, .84fr) minmax(380px, 1fr); min-height: 670px; align-items: center; gap: 34px; }
.hero-grid > * { min-width: 0; }
.hero-copy { position: relative; z-index: 3; padding-left: 30px; }
.hero-copy::before { content: 'L'; position: absolute; top: -105px; left: -10px; color: rgba(255,255,255,.025); font: 440px/1 Georgia, serif; pointer-events: none; }
.hero-lead { max-width: 400px; margin: 38px 0 38px; }
.hero-photo { min-height: 720px; margin-right: -4vw; border-radius: 46% 22px 22px 46%; border-left-color: rgba(238,232,223,.05); }
.hero-photo img { width: 165%; max-width: none; transform: translateX(-43%) scale(1.06); object-position: 79% 52%; filter: saturate(.55) contrast(1.1) brightness(.56); }
.hero-photo::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #0a0a0a 0%, rgba(10,10,10,.94) 22%, rgba(10,10,10,.1) 48%, transparent 72%, rgba(0,0,0,.28)), linear-gradient(0deg, #0a0a0a 0%, transparent 38%); }
.benefits-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 12px; }
.benefit { display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 92px; padding: 8px 20px; border-right: 1px solid var(--line); text-align: left; }
.benefit:last-child { border-right: 0; }
.line-icon { display: inline-grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; color: var(--cream); font-size: 42px; font-family: Georgia, serif; font-weight: 300; }
.line-icon.shield { border: 1px solid var(--cream); border-radius: 42% 42% 50% 50%; font-size: 21px; }
.benefit strong { display: block; font-size: 13px; font-weight: 500; line-height: 1.4; letter-spacing: .08em; }
.benefit small { display: block; margin-top: 8px; color: #858079; font-size: 11px; line-height: 1.4; }
.scroll-cue { position: absolute; bottom: 24px; right: 42px; color: #78726b; font-size: 9px; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-cue span { display: block; width: 1px; height: 38px; margin: 0 auto 10px; background: var(--red); }

.split-heading { display: grid; grid-template-columns: 1.25fr .68fr; align-items: end; gap: 60px; }
.heading-lead { max-width: 380px; margin-bottom: 4px; }
.fit-layout { display: grid; grid-template-columns: minmax(380px, 1.04fr) minmax(340px, .86fr); gap: 30px; margin-top: 56px; }
.fit-photo { min-height: 580px; }
.fit-photo img { width: 145%; max-width: none; transform: translateX(-28%) scale(1.06); object-position: 77% 48%; filter: saturate(.48) brightness(.57); }
.feature-stack { display: grid; gap: 12px; }
.feature-card { display: grid; grid-template-columns: 32px 54px 1fr; align-items: center; gap: 16px; min-height: 124px; padding: 20px 24px; border: 1px solid rgba(238,232,223,.12); border-radius: 18px; background: rgba(25,25,25,.58); transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.feature-card:hover { transform: translateX(5px); border-color: rgba(238,232,223,.28); background: rgba(38,38,38,.7); }
.feature-card .line-icon { width: 50px; height: 50px; font-size: 36px; }
.feature-number { align-self: start; padding-top: 5px; color: #706a62; font-size: 11px; }
.feature-card h3 { margin: 0 0 8px; font-size: 15px; }
.feature-card p { margin: 0; color: #8f8a83; font-size: 13px; line-height: 1.55; }

.compare-section { min-height: 960px; }
.centered-heading { text-align: center; }
.compare-frame { position: relative; width: min(950px, 100%); height: 570px; margin: 42px auto 30px; overflow: hidden; border: 1px solid rgba(238,232,223,.2); border-radius: 28px; background: #0c0c0c; }
.compare-layer { position: absolute; inset: 0; overflow: hidden; }
.compare-layer img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) brightness(.62); }
.before-layer img { object-position: 13% 58%; transform: scale(1.45); transform-origin: 16% 58%; }
.after-layer img { object-position: 87% 58%; transform: scale(1.45); transform-origin: 84% 58%; }
.after-layer { clip-path: inset(0 0 0 50%); }
.compare-layer::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.32), transparent 46%, rgba(0,0,0,.32)); pointer-events: none; }
.compare-label { position: absolute; z-index: 2; bottom: 22px; padding: 12px 20px; border: 1px solid rgba(238,232,223,.3); border-radius: 12px; font-family: var(--display); font-size: 15px; letter-spacing: .12em; }
.before-layer .compare-label { left: 25px; }
.after-layer .compare-label { right: 25px; }
.compare-divider { position: absolute; z-index: 3; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(238,232,223,.9); transform: translateX(-50%); pointer-events: none; }
.compare-divider button { position: absolute; top: 50%; left: 50%; width: 68px; height: 68px; padding: 0 0 3px; border: 1px solid var(--cream); border-radius: 50%; background: rgba(8,8,8,.5); font-size: 27px; transform: translate(-50%, -50%); pointer-events: auto; cursor: grab; backdrop-filter: blur(10px); }
.compare-range { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.compare-foot { display: flex; justify-content: space-between; align-items: flex-end; width: min(950px, 100%); margin: 0 auto; }
.compare-foot p { margin: 0; color: #aaa39b; font-size: 16px; line-height: 1.65; }
.mini-promise-row { display: grid; grid-template-columns: repeat(3, 1fr); width: min(950px, 100%); margin: 58px auto 0; color: #68635d; font-size: 10px; letter-spacing: .18em; }
.mini-promise-row span:nth-child(2) { text-align: center; }
.mini-promise-row span:last-child { text-align: right; }

.configurator-section { min-height: 980px; }
.config-top { display: grid; grid-template-columns: 1.1fr .8fr; column-gap: 56px; align-items: end; }
.config-top .eyebrow { grid-column: 1 / -1; }
.config-top h2 { font-size: clamp(64px, 7.2vw, 110px); }
.config-top .lead { max-width: 340px; margin-bottom: 5px; }
.config-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 34px; }
.config-visual { min-height: 570px; border-right: 0; border-radius: 24px 0 0 24px; }
.config-visual img { width: 170%; max-width: none; transform: translateX(-4%) scale(1.05); object-position: 18% 57%; filter: saturate(.55) brightness(.55); }
.config-badge { position: absolute; z-index: 2; top: 20px; left: 22px; padding: 9px 12px; border: 1px solid rgba(238,232,223,.25); border-radius: 9px; color: #bab3aa; font-size: 9px; line-height: 1.3; letter-spacing: .1em; }
.config-controls { display: grid; padding: 10px 30px; border-radius: 0 24px 24px 0; background: rgba(15,15,15,.9); }
.control-group { padding: 24px 0 22px; border-bottom: 1px solid rgba(238,232,223,.12); }
.control-heading { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 10px; margin-bottom: 17px; color: #8a857e; font-size: 13px; text-transform: uppercase; }
.control-heading span { color: #746e67; }
.control-heading b { color: var(--cream); font-size: 14px; font-weight: 500; }
.control-heading em { font-style: normal; font-size: 11px; letter-spacing: .08em; }
.swatches { display: flex; gap: 13px; }
.swatch { position: relative; width: 74px; height: 74px; padding: 0; border: 1px solid rgba(238,232,223,.18); border-radius: 13px; background: var(--swatch, #333); cursor: pointer; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.swatch::after { content: ''; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(rgba(255,255,255,.35) 1px, transparent 1px); background-size: 7px 7px; }
.swatch:hover { transform: translateY(-3px); }
.swatch.active { border: 2px solid var(--red-bright); box-shadow: 0 0 0 2px rgba(211,13,22,.15); }
.color-swatches .swatch { border-radius: 50%; }
.color-swatches .swatch::after { background: radial-gradient(circle at 35% 25%, rgba(255,255,255,.11), transparent 35%), radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px); background-size: auto, 6px 6px; }
.color-swatches .split { background: linear-gradient(135deg, #dfd4c1 0 49%, #29272a 50%); }
.save-config { display: flex; align-items: center; gap: 16px; padding: 23px 0 9px; color: #a39d95; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.save-config span { font-size: 29px; font-weight: 300; }
.config-bottom { display: grid; grid-template-columns: 1fr 1.05fr; gap: 38px; align-items: center; margin-top: 30px; }
.price small { display: block; margin-bottom: 7px; color: #7b756e; font-size: 10px; letter-spacing: .18em; }
.price strong { font-family: var(--display); font-size: clamp(42px, 5vw, 72px); font-weight: 500; letter-spacing: -.08em; }
.config-bottom .button { min-width: 100%; }

.materials-section { min-height: 1180px; }
.materials-section .heading-lead { max-width: 730px; margin-top: 24px; }
.material-grid { display: grid; grid-template-columns: 1.25fr .72fr .93fr; grid-auto-rows: 178px; gap: 10px; margin-top: 34px; }
.material-card { position: relative; overflow: hidden; min-height: 0; border-radius: 0; }
.material-card.image-card { background: #161616; }
.material-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) brightness(.65); }
.material-card::after { content: ''; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(238,232,223,.04); }
.leather-photo { grid-column: span 2; grid-row: span 2; }
.leather-photo img { width: 230%; max-width: none; transform: translate(-44%, -19%) scale(1.2); object-position: 50% 50%; }
.perforation-photo { grid-column: span 2; grid-row: span 2; }
.perforation-photo img { width: 185%; max-width: none; transform: translate(-42%, -22%) scale(1.2); }
.stitch-photo { grid-column: span 2; grid-row: span 2; }
.stitch-photo img { width: 220%; max-width: none; transform: translate(-27%, -30%) scale(1.1); }
.alcantara-photo { grid-column: span 2; grid-row: span 2; }
.alcantara-photo img { width: 180%; max-width: none; transform: translate(-38%, -48%) scale(1.1); }
.material-chip { position: absolute; z-index: 2; top: 18px; left: 20px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.25); color: #c8c1b7; font-size: 10px; letter-spacing: .14em; }
.text-card { display: flex; flex-direction: column; justify-content: flex-start; padding: 31px; }
.dark-card { background: #131313; }
.cream-card { background: var(--cream); color: #1a1917; }
.material-icon { margin-bottom: 18px; border: 1px solid currentColor; width: 38px; height: 38px; font-size: 24px; }
.text-card h3 { margin: 0 0 13px; font-size: 16px; line-height: 1.5; }
.text-card p { max-width: 260px; margin: 0; color: #a9a39b; font-size: 13px; line-height: 1.55; }
.cream-card p { color: #4c4842; }
.card-index { position: absolute; right: 24px; bottom: 20px; color: #757069; font-size: 9px; letter-spacing: .14em; }

.process-section { min-height: 970px; }
.process-grid { display: grid; grid-template-columns: 1fr 30px 1fr 30px 1fr; gap: 19px; align-items: start; margin-top: 58px; }
.process-step { min-width: 0; }
.process-photo { height: 325px; border: 0; border-radius: 18px; }
.process-photo img { width: 250%; max-width: none; filter: saturate(.3) brightness(.68); }
.process-step:nth-of-type(1) .process-photo img { transform: translate(-7%, -3%) scale(1.03); object-position: 10% 58%; }
.process-step:nth-of-type(2) .process-photo img { transform: translate(-31%, -4%) scale(1.05); object-position: 50% 56%; }
.process-step:nth-of-type(3) .process-photo img { transform: translate(-51%, -3%) scale(1.03); object-position: 89% 58%; }
.step-number { display: block; margin-top: 25px; color: #c8c0b7; font-size: 12px; letter-spacing: .12em; }
.process-step h3 { margin: 17px 0 10px; font-size: 17px; line-height: 1.35; }
.process-step p { margin: 0; color: #8e8880; font-size: 13px; line-height: 1.55; }
.process-arrow { padding-top: 147px; color: #bcb5ab; font-size: 28px; text-align: center; }
.fit-models { margin-top: 62px; }
.fit-models .eyebrow { margin-bottom: 18px; color: var(--cream); }
.model-pills { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.model-pills span { display: flex; align-items: center; justify-content: center; min-height: 56px; padding: 12px; border: 1px solid rgba(238,232,223,.16); border-radius: 18px; color: #b9b3ab; font-size: 12px; text-align: center; }
.model-pills span:nth-child(4) { grid-column: span 2; }
.model-pills span:nth-child(5) { grid-column: span 2; }
.full-button { width: 100%; justify-content: center; margin-top: 28px; }

.installation-section { min-height: 1020px; }
.install-copy { width: 54%; }
.install-copy .lead { max-width: 435px; margin-top: 31px; }
.install-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; margin-top: 30px; }
.timeline { position: relative; padding-left: 18px; }
.timeline::before { content: ''; position: absolute; top: 30px; bottom: 30px; left: 33px; width: 1px; background: linear-gradient(var(--cream), rgba(238,232,223,.1)); }
.timeline-item { position: relative; display: grid; grid-template-columns: 51px 1fr; gap: 18px; align-items: start; min-height: 115px; }
.timeline-dot { position: relative; z-index: 1; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--cream); border-radius: 50%; background: #0a0a0a; font-family: var(--display); font-size: 15px; }
.timeline-item h3 { margin: 4px 0 8px; font-size: 16px; line-height: 1.35; }
.timeline-item p { max-width: 260px; margin: 0; color: #858079; font-size: 12px; line-height: 1.48; }
.timeline-item:not(.active) .timeline-dot { color: #aaa39b; border-color: #aaa39b; }
.install-photo { height: 560px; border-radius: 24px; }
.install-photo img { width: 175%; max-width: none; transform: translateX(-39%) scale(1.06); object-position: 77% 47%; filter: saturate(.6) brightness(.55); }
.promise-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid var(--line); }
.promise-strip span { padding: 24px 20px; border-right: 1px solid var(--line); color: #aaa39b; font-size: 11px; line-height: 1.6; letter-spacing: .08em; text-align: center; }
.promise-strip span:last-child { border-right: 0; }

.reviews-section { min-height: 1080px; }
.reviews-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.reviews-intro .eyebrow { grid-column: 1 / -1; }
.reviews-intro .lead { max-width: 260px; margin: 0 0 3px auto; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 310px 190px; gap: 11px; margin-top: 43px; }
.gallery-photo { border-radius: 20px; }
.gallery-main { grid-row: span 2; }
.gallery-photo img { width: 210%; max-width: none; filter: saturate(.52) brightness(.65); }
.gallery-main img { transform: translate(-36%, -5%) scale(1.05); object-position: 54% 50%; }
.gallery-photo:nth-child(2) img { transform: translate(-50%, -16%) scale(1.2); object-position: 35% 45%; }
.gallery-photo:nth-child(3) img { transform: translate(-55%, -51%) scale(1.25); object-position: 76% 84%; }
.testimonial { display: grid; grid-template-columns: 55px 1fr .8fr; align-items: center; gap: 22px; margin-top: 32px; padding: 28px 34px; }
.quote-mark { color: #68635e; font: 64px/1 Georgia, serif; align-self: start; }
.testimonial p { margin: 0; color: #d1cbc2; font-size: 17px; line-height: 1.62; }
.reviewer { display: flex; align-items: center; justify-content: center; gap: 16px; padding-left: 25px; border-left: 1px solid var(--line); }
.avatar { display: grid; place-items: center; width: 66px; height: 66px; border: 1px solid rgba(238,232,223,.5); border-radius: 50%; background: radial-gradient(circle at 50% 30%, #7a6658, #121212 59%); color: #e6ddd3; font-family: var(--display); font-size: 15px; }
.reviewer strong, .reviewer span, .reviewer b { display: block; }
.reviewer strong { font-size: 15px; font-weight: 500; }
.reviewer span { margin-top: 3px; color: #8d877e; font-size: 12px; }
.reviewer b { margin-top: 10px; color: var(--red-bright); font-size: 17px; letter-spacing: 4px; }
.social-proof { display: grid; grid-template-columns: 170px 1fr 1fr; align-items: center; gap: 25px; margin-top: 38px; padding: 0 22px; }
.social-proof strong { font-family: var(--display); font-size: 84px; line-height: .8; letter-spacing: -.1em; }
.social-proof span { font-family: var(--display); font-size: 26px; line-height: .94; text-transform: uppercase; }
.social-proof p { justify-self: end; max-width: 170px; margin: 0; color: #8b857d; line-height: 1.5; }

.levels-section { min-height: 1050px; }
.level-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; align-items: stretch; }
.level-card { position: relative; display: flex; flex-direction: column; min-height: 605px; padding: 34px 30px 24px; border: 1px solid rgba(238,232,223,.18); border-radius: 16px; background: linear-gradient(140deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); }
.level-card.featured { border-color: var(--red-bright); transform: translateY(-8px); box-shadow: 0 14px 44px rgba(192, 11, 20, .12); }
.best-choice { position: absolute; right: 20px; top: -13px; padding: 7px 13px; background: var(--red); color: white; font-size: 9px; letter-spacing: .14em; }
.level-mark { display: grid; place-items: center; width: 52px; height: 62px; margin: 0 auto 17px; border: 1px solid var(--cream); border-radius: 47% 47% 50% 50%; font: 25px Georgia, serif; }
.featured .level-mark { border-color: var(--red-bright); color: var(--red-bright); }
.level-card h3 { margin: 0; font: 23px Georgia, serif; letter-spacing: .12em; text-align: center; }
.level-card > i { display: block; width: 32px; height: 1px; margin: 25px auto; background: var(--cream); }
.featured > i { background: var(--red-bright); }
.level-card ul { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; color: #b6b0a8; font-size: 13px; line-height: 1.45; }
.level-card li { position: relative; padding-left: 28px; }
.level-card li::before { content: '✓'; position: absolute; left: 0; color: var(--cream); }
.level-price { margin-top: auto; padding-top: 30px; }
.level-price small { display: block; color: #b5aea6; font-size: 11px; }
.level-price strong { display: block; margin-top: 2px; font: 40px Georgia, serif; letter-spacing: .02em; }
.featured .level-price strong { color: var(--red-bright); }
.level-card button { margin-top: 22px; padding: 11px 0; border: 1px solid var(--line); background: transparent; color: #aaa39b; cursor: pointer; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; transition: background .25s ease, color .25s ease; }
.level-card button:hover, .level-card.selected button { background: var(--cream); color: #111; }
.guarantee { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 34px; margin-top: 43px; padding: 28px 36px; }
.guarantee-mark { display: grid; place-items: center; width: 115px; height: 122px; border: 2px solid #a29586; border-radius: 48% 48% 50% 50%; color: #b8aa99; font: 74px Georgia, serif; transform: rotate(-4deg); }
.guarantee h3 { margin: 0 0 8px; font: 43px var(--display); letter-spacing: -.07em; }
.guarantee p { max-width: 560px; margin: 0; color: #99928a; font-size: 14px; line-height: 1.55; }
.centered-button { display: flex; width: min(540px, 100%); margin: 26px auto 0; justify-content: center; }

.faq-section { min-height: 1140px; }
.faq-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 33px; align-items: end; min-height: 510px; }
.faq-copy { padding: 0 0 30px; }
.faq-copy h2 { font-size: clamp(60px, 7.7vw, 115px); }
.faq-copy .button { margin-top: 38px; }
.time-note { margin: 19px 0 0; color: #8d877f; font-size: 13px; }
.faq-photo { min-height: 600px; border-radius: 24px; }
.faq-photo img { width: 160%; max-width: none; transform: translateX(-33%) scale(1.06); object-position: 80% 45%; filter: saturate(.58) brightness(.55); }
.faq-content { margin-top: 38px; }
.faq-content h3 { margin-bottom: 18px; font-size: 16px; }
.accordion { border-top: 1px solid rgba(238,232,223,.2); }
.accordion-item { border-bottom: 1px solid rgba(238,232,223,.2); }
.accordion-item button { display: flex; width: 100%; justify-content: space-between; align-items: center; padding: 20px 20px; border: 0; background: rgba(22,22,22,.65); cursor: pointer; color: #c9c3ba; font-size: 15px; letter-spacing: .05em; text-align: left; text-transform: uppercase; }
.accordion-item button b { color: #c3bcb3; font-size: 25px; font-weight: 300; transition: transform .25s ease, color .25s ease; }
.accordion-item.open button b { color: var(--red-bright); transform: rotate(45deg); }
.accordion-answer { display: grid; grid-template-rows: 0fr; padding: 0 20px; transition: grid-template-rows .3s ease, padding .3s ease; }
.accordion-answer p { overflow: hidden; margin: 0; color: #98918a; font-size: 14px; line-height: 1.55; }
.accordion-item.open .accordion-answer { grid-template-rows: 1fr; padding: 0 20px 20px; }
.site-footer { display: grid; grid-template-columns: 1.25fr 1fr 1.25fr; gap: 45px; margin-top: 54px; padding-top: 34px; border-top: 1px solid var(--line); color: #a49d94; font-size: 12px; line-height: 1.8; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand .brand-name { font-size: 35px; }
.footer-brand p { margin: 27px 0 0; color: #807a73; }
.footer-title { margin-bottom: 15px; color: var(--cream); font-size: 11px; letter-spacing: .13em; }
.site-footer a { display: block; color: #928b83; transition: color .2s ease; }
.site-footer a:hover { color: var(--cream); }
.socials { display: flex; gap: 20px; margin-top: 15px; color: var(--cream); font-size: 23px; }
.copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(238,232,223,.08); color: #57524d; text-align: center; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 28px; padding: 14px 18px; border: 1px solid rgba(238,232,223,.22); border-radius: 12px; background: rgba(18,18,18,.92); color: var(--cream); font-size: 12px; opacity: 0; transform: translate(-50%, 18px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; backdrop-filter: blur(14px); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal-delay-1 { transition-delay: .13s; }
.reveal-delay-2 { transition-delay: .25s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  :root { --header-height: 78px; }
  .site-header { padding: 19px 27px; }
  .side-rail { display: none; }
  .screen { width: min(100% - 24px, 760px); margin: 12px auto; border-radius: 25px; padding: 100px 29px 52px; }
  .hero-section { padding-top: 130px; }
  .hero-grid, .split-heading, .fit-layout, .config-top, .config-layout, .install-layout, .faq-layout { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(58px, 13vw, 112px); }
  h2 { font-size: clamp(48px, 10vw, 85px); }
  .hero-photo { min-height: 600px; margin: 28px -29px 0; border-radius: 23px; }
  .benefits-row { margin-top: 25px; }
  .split-heading { gap: 24px; }
  .fit-layout { gap: 18px; }
  .fit-photo { min-height: 480px; }
  .compare-frame { height: 500px; }
  .config-top .lead { max-width: 430px; margin-top: 20px; }
  .config-visual { min-height: 530px; border-radius: 24px 24px 0 0; }
  .config-controls { border-radius: 0 0 24px 24px; }
  .material-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .leather-photo, .perforation-photo, .stitch-photo, .alcantara-photo { grid-column: span 1; grid-row: span 2; }
  .process-grid { gap: 11px; }
  .process-photo { height: 280px; }
  .model-pills { grid-template-columns: repeat(6, 1fr); }
  .model-pills span { grid-column: span 2 !important; }
  .install-copy { width: 100%; }
  .install-photo { min-height: 560px; }
  .reviews-intro { grid-template-columns: 1fr; gap: 22px; }
  .reviews-intro .lead { margin: 0; }
  .gallery-grid { grid-template-rows: 290px 170px; }
  .testimonial { grid-template-columns: 45px 1fr; }
  .reviewer { grid-column: 2; justify-content: flex-start; padding: 18px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .social-proof { grid-template-columns: 150px 1fr; }
  .social-proof p { grid-column: 2; justify-self: start; }
  .level-grid { gap: 9px; }
  .level-card { padding-inline: 18px; }
  .level-card ul { font-size: 12px; }
  .level-price strong { font-size: 30px; }
  .guarantee { grid-template-columns: 95px 1fr; gap: 20px; }
  .guarantee-mark { width: 84px; height: 95px; font-size: 60px; }
  .guarantee h3 { font-size: 34px; }
  .faq-photo { min-height: 520px; }
}

@media (max-width: 620px) {
  body { font-size: 14px; }
  .site-header { padding-inline: 20px; }
  .brand-name { font-size: 27px; }
  .brand-subtitle { font-size: 8px; }
  .header-status { display: none; }
  .menu-inner { width: calc(100% - 50px); }
  .menu-links { grid-template-columns: 1fr; gap: 0; }
  .menu-links a { font-size: 24px; padding: 11px 0; }
  .menu-foot { display: block; line-height: 2; }
  .screen { width: calc(100% - 12px); padding: 86px 20px 38px; border-radius: 21px; }
  .hero-section { padding-top: 118px; }
  .eyebrow { font-size: 9px; letter-spacing: .17em; }
  h1 { font-size: clamp(54px, 15vw, 90px); }
  h2 { font-size: clamp(39px, 11.6vw, 65px); }
  .lead { font-size: 14px; line-height: 1.55; }
  .hero-lead { margin: 26px 0 28px; }
  .button { width: 100%; min-width: 0; padding: 18px 20px; font-size: 12px; }
  .hero-photo { min-height: 470px; margin-inline: -20px; border-radius: 19px; }
  .hero-photo img { width: 165%; transform: translateX(-63%) scale(1.22); }
  .photo-caption { left: 16px; right: 16px; font-size: 7px; }
  .benefits-row { grid-template-columns: 1fr; gap: 0; }
  .benefit { justify-content: flex-start; min-height: auto; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }
  .benefit small { font-size: 10px; }
  .scroll-cue { display: none; }
  .fit-layout { margin-top: 28px; }
  .fit-photo { min-height: 390px; }
  .fit-photo img { width: 175%; transform: translate(-49%, -16%) scale(1.2); }
  .feature-card { grid-template-columns: 25px 43px 1fr; padding: 16px 12px; gap: 9px; min-height: 105px; }
  .feature-card h3 { font-size: 12px; }
  .feature-card p { font-size: 11px; }
  .feature-card .line-icon { width: 40px; height: 40px; font-size: 29px; }
  .compare-section { min-height: 780px; }
  .compare-frame { height: 410px; margin-top: 28px; }
  .compare-divider button { width: 52px; height: 52px; font-size: 20px; }
  .compare-label { bottom: 14px; padding: 8px 12px; font-size: 10px; }
  .before-layer .compare-label { left: 12px; }
  .after-layer .compare-label { right: 12px; }
  .compare-foot { display: block; }
  .compare-foot p { margin-bottom: 24px; font-size: 14px; }
  .mini-promise-row { margin-top: 35px; font-size: 7px; }
  .configurator-section { min-height: 0; }
  .config-top h2 { font-size: clamp(54px, 16vw, 88px); }
  .config-visual { min-height: 390px; }
  .config-visual img { width: 195%; transform: translateX(0) scale(1.05); }
  .config-controls { padding: 4px 16px; }
  .control-group { padding: 18px 0; }
  .control-heading { grid-template-columns: 23px 1fr; gap: 7px; font-size: 11px; }
  .control-heading b { font-size: 12px; }
  .control-heading em { grid-column: 2; font-size: 9px; }
  .swatch { width: 52px; height: 52px; }
  .swatches { gap: 8px; }
  .save-config { padding: 18px 0 5px; font-size: 10px; }
  .config-bottom { grid-template-columns: 1fr; gap: 18px; margin-top: 24px; }
  .price strong { font-size: 47px; }
  .materials-section { min-height: 0; }
  .materials-section .heading-lead { margin-top: 18px; }
  .material-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 155px; gap: 6px; margin-top: 25px; }
  .text-card { padding: 18px 13px; }
  .material-icon { width: 29px; height: 29px; margin-bottom: 10px; font-size: 18px; }
  .text-card h3 { font-size: 11px; margin-bottom: 8px; }
  .text-card p { font-size: 10px; line-height: 1.4; }
  .card-index { right: 10px; bottom: 9px; font-size: 7px; }
  .material-chip { top: 9px; left: 9px; padding: 5px 7px; font-size: 7px; }
  .process-section { min-height: 0; }
  .process-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 30px; }
  .process-arrow { display: none; }
  .process-photo { height: 280px; }
  .process-step:nth-of-type(n) .process-photo img { transform: translate(-30%, -7%) scale(1.25); }
  .process-step:nth-of-type(2) .process-photo img { transform: translate(-48%, -9%) scale(1.25); }
  .process-step:nth-of-type(3) .process-photo img { transform: translate(-64%, -9%) scale(1.25); }
  .fit-models { margin-top: 38px; }
  .model-pills { grid-template-columns: 1fr 1fr; }
  .model-pills span { grid-column: span 1 !important; min-height: 46px; border-radius: 12px; font-size: 10px; }
  .promise-strip { margin-top: 25px; }
  .promise-strip span { padding: 14px 7px; font-size: 8px; }
  .installation-section { min-height: 0; }
  .install-layout { gap: 28px; margin-top: 25px; }
  .timeline { padding-left: 0; }
  .timeline::before { left: 18px; }
  .timeline-item { grid-template-columns: 37px 1fr; gap: 12px; min-height: 101px; }
  .timeline-dot { width: 37px; height: 37px; font-size: 13px; }
  .timeline-item h3 { font-size: 13px; }
  .timeline-item p { font-size: 11px; }
  .install-photo { min-height: 420px; }
  .install-photo img { transform: translateX(-62%) scale(1.25); }
  .reviews-section { min-height: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 130px; gap: 6px; margin-top: 30px; }
  .gallery-main { grid-row: span 2; }
  .testimonial { grid-template-columns: 30px 1fr; gap: 11px; padding: 20px 15px; margin-top: 22px; }
  .quote-mark { font-size: 47px; }
  .testimonial p { font-size: 13px; line-height: 1.5; }
  .reviewer { gap: 11px; }
  .avatar { width: 50px; height: 50px; font-size: 12px; }
  .reviewer strong { font-size: 12px; }
  .reviewer span { font-size: 10px; }
  .reviewer b { font-size: 13px; }
  .social-proof { grid-template-columns: 104px 1fr; gap: 13px; margin-top: 25px; padding-inline: 0; }
  .social-proof strong { font-size: 58px; }
  .social-proof span { font-size: 17px; }
  .social-proof p { font-size: 11px; }
  .levels-section { min-height: 0; }
  .level-grid { grid-template-columns: 1fr; margin-top: 32px; gap: 13px; }
  .level-card { min-height: 0; padding: 28px 22px 22px; }
  .level-card.featured { transform: none; }
  .level-card ul { gap: 12px; }
  .level-card button { display: block; }
  .guarantee { grid-template-columns: 64px 1fr; gap: 14px; margin-top: 24px; padding: 20px 14px; }
  .guarantee-mark { width: 59px; height: 72px; font-size: 43px; }
  .guarantee h3 { font-size: 25px; }
  .guarantee p { font-size: 11px; }
  .faq-section { min-height: 0; }
  .faq-layout { gap: 20px; min-height: 0; }
  .faq-copy { padding: 0; }
  .faq-copy h2 { font-size: clamp(52px, 15.5vw, 85px); }
  .faq-copy .button { margin-top: 28px; }
  .faq-photo { min-height: 420px; }
  .faq-photo img { width: 175%; transform: translateX(-58%) scale(1.18); object-position: 72% 45%; }
  .faq-content { margin-top: 28px; }
  .accordion-item button { padding: 17px 11px; font-size: 11px; }
  .accordion-answer { padding-inline: 11px; }
  .accordion-item.open .accordion-answer { padding-inline: 11px; }
  .accordion-answer p { font-size: 11px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 24px 15px; margin-top: 32px; padding-top: 25px; font-size: 10px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand .brand-name { font-size: 29px; }
  .footer-brand p { margin-top: 17px; }
  .footer-title { font-size: 9px; }
  .copyright { font-size: 9px; }
}

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

/* Clean generated assets intentionally override the old reference-image crops. */
.clean-asset { width: 100% !important; height: 100% !important; transform: none !important; object-fit: cover; object-position: center !important; }
