:root {
  --ink: #171717;
  --muted: #686864;
  --line: #e5e5df;
  --paper: #fbfbf9;
  --cream: #f1f0eb;
  --dark: #191a19;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.page-noise { position: fixed; z-index: -1; inset: 0; opacity: .025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.48'/%3E%3C/svg%3E"); }
.section-shell { width: min(100% - 80px, 1440px); margin-inline: auto; }

.site-header { position: absolute; top: 0; left: 50%; z-index: 10; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; width: min(100% - 80px, 1440px); height: 96px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { position: relative; width: 29px; height: 29px; overflow: hidden; border-radius: 5px; background: white; }
.brand-mark img { position: absolute; width: 106px; max-width: none; left: -1px; top: -1px; }
.main-nav { display: flex; gap: 31px; margin-left: 115px; }
.main-nav a { color: #4f504c; font-size: 13px; transition: color .2s ease; }
.main-nav a:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 15px; }
.cart-button { position: relative; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 0; background: transparent; }
.cart-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { position: absolute; top: 1px; right: -1px; display: grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; background: var(--ink); color: white; font-size: 8px; font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 21px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 650; letter-spacing: -.01em; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #353634; }
.button-small { min-height: 42px; padding: 0 17px; font-size: 12px; }
.button-ghost { border-color: #d9d9d3; background: rgba(255,255,255,.55); }
.button-ghost:hover { border-color: #b3b3aa; background: white; }
.button-light { background: white; color: #151515; }
.button-light:hover { background: #eaeae4; }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; grid-template-columns: minmax(300px, .87fr) minmax(550px, 1.13fr); align-items: center; min-height: 780px; padding-top: 94px; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding: 74px 0 108px 8px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #63635f; font-size: 10px; font-weight: 750; letter-spacing: .115em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 590; letter-spacing: -.07em; }
h1 { max-width: 685px; margin-bottom: 24px; font-size: clamp(56px, 5vw, 82px); line-height: .96; }
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.08em; }
.hero-lead { max-width: 410px; margin-bottom: 34px; color: var(--muted); font-size: 16px; line-height: 1.52; letter-spacing: -.018em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-visual { position: relative; height: 630px; margin-right: -40px; }
.hero-image-wrap { position: absolute; inset: 0; overflow: hidden; border-radius: 28px 0 0 28px; background: #e7e6e1; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 46% 55%; transform: scale(1.14); mix-blend-mode: multiply; }
.halo { position: absolute; border-radius: 50%; pointer-events: none; }
.halo-one { left: 43%; top: 9%; width: 41%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.45); box-shadow: 0 0 0 34px rgba(255,255,255,.08), 0 0 0 68px rgba(255,255,255,.05); }
.visual-label { position: absolute; z-index: 2; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.label-top { top: 23px; left: 27px; color: #545452; }
.label-bottom { right: 27px; bottom: 20px; color: #74746e; }
.hero-index { position: absolute; z-index: 3; top: 22px; right: 25px; font-family: Georgia, serif; font-size: 14px; color: #6a6a66; }
.hero-chip { position: absolute; z-index: 4; right: 23px; bottom: 59px; display: flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.62); border-radius: 30px; background: rgba(250,250,248,.78); backdrop-filter: blur(10px); color: #464643; font-size: 11px; }
.chip-dot { width: 6px; height: 6px; border-radius: 50%; background: #8f8f8a; }
.hero-trust { position: absolute; right: 0; bottom: 21px; left: 0; display: flex; align-items: center; justify-content: center; gap: 21px; color: #4c4d49; font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.hero-trust i { display: block; width: 3px; height: 3px; border-radius: 100%; background: #93938e; }

.movement { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 160px); align-items: center; padding-block: 136px 155px; }
.movement-frame { position: relative; min-height: 645px; overflow: hidden; border-radius: var(--radius); background: #e4e4df; }
.movement-frame img { width: 100%; height: 645px; object-fit: cover; object-position: 48% 49%; transform: scale(1.12); mix-blend-mode: multiply; filter: contrast(1.05); }
.vertical-scale { position: absolute; z-index: 2; top: 40px; bottom: 40px; left: 29px; display: flex; flex-direction: column; justify-content: space-between; width: 28px; color: #83837e; font-size: 8px; letter-spacing: .12em; }
.vertical-scale i { width: 25px; border-top: 1px solid rgba(60,60,57,.25); }
.movement-arrow { position: absolute; right: 31px; bottom: 25px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #f8f8f5; color: #383835; font-size: 21px; }
.movement-copy h2, .section-heading h2, .config-copy h2 { margin-bottom: 25px; font-size: clamp(42px, 4.2vw, 64px); line-height: .99; }
.movement-copy > p:not(.eyebrow) { max-width: 450px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 38px; margin-top: 44px; border-top: 1px solid var(--line); }
.feature-grid article { min-height: 149px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.feature-grid article span { color: #969690; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.feature-grid h3 { margin: 22px 0 6px; font-size: 15px; font-weight: 700; letter-spacing: -.025em; }
.feature-grid p { margin-bottom: 0; color: #777771; font-size: 12px; line-height: 1.46; }
.micro-note { display: inline-flex; margin-top: 22px; padding: 10px 13px; border: 1px solid #dbdbd6; border-radius: 99px; color: #656560; font-size: 11px; }

.models { padding-bottom: 150px; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.section-heading > .eyebrow { min-width: 180px; margin-top: 10px; }
.section-heading h2 { margin-bottom: 17px; }
.section-heading > div > p { max-width: 365px; margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.model-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.model-card { position: relative; min-width: 0; overflow: hidden; border-radius: var(--radius); background: #e8e8e3; transition: transform .3s ease, box-shadow .3s ease; }
.model-card:hover { z-index: 1; transform: translateY(-6px); box-shadow: 0 19px 42px rgba(22,22,20,.12); }
.model-image { height: clamp(390px, 37vw, 515px); overflow: hidden; }
.model-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 51%; transform: scale(1.11); transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.model-card:hover .model-image img { transform: scale(1.17); }
.model-black { background: #242523; color: white; }
.model-black .model-image img { mix-blend-mode: screen; opacity: .98; filter: contrast(1.05) brightness(.82); }
.model-white { background: #e7e7e2; }
.model-white .model-image img { mix-blend-mode: multiply; }
.model-oak { background: #d7c5af; }
.model-oak .model-image img { mix-blend-mode: multiply; }
.model-card-footer { display: flex; align-items: end; justify-content: space-between; padding: 19px 20px 10px; }
.model-card-footer p { margin-bottom: 6px; color: currentColor; font-size: 9px; font-weight: 720; letter-spacing: .12em; opacity: .6; }
.model-card-footer h3 { margin-bottom: 0; font-size: 24px; font-weight: 660; letter-spacing: -.055em; }
.round-link { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; font-size: 19px; transition: background .25s ease, color .25s ease, transform .25s ease; }
.round-link:hover { transform: rotate(45deg); background: var(--ink); border-color: var(--ink); color: white; }
.model-black .round-link:hover { background: white; border-color: white; color: var(--ink); }
.model-description { margin: 0; padding: 0 20px 21px; color: currentColor; font-size: 12px; opacity: .72; }
.drag-hint { display: none; }

.configurator { position: relative; overflow: hidden; background: var(--dark); color: white; }
.configurator-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; min-height: 750px; padding-block: 111px 95px; }
.eyebrow-light { color: #afafa9; }
.eyebrow-light span { background: white; }
.config-copy { max-width: 480px; padding-top: 28px; }
.config-copy h2 { margin-bottom: 24px; }
.config-copy > p:not(.eyebrow) { max-width: 410px; margin-bottom: 35px; color: #b5b5af; font-size: 15px; line-height: 1.62; }
.config-note { max-width: 305px; margin-top: 22px; color: #83837e; font-size: 11px; line-height: 1.5; }
.config-visual { position: relative; min-height: 546px; }
.config-image-stage { position: absolute; inset: 0 95px 0 0; overflow: hidden; border-radius: 22px; background: #76736e; }
.config-image-stage::after { position: absolute; inset: 0; content: ""; background: linear-gradient(115deg, rgba(33,32,29,.18), transparent 48%, rgba(18,18,16,.18)); }
.config-image-stage img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; transform: scale(1.14); mix-blend-mode: multiply; }
.config-panel { position: absolute; z-index: 2; right: 0; bottom: 39px; width: min(100%, 290px); padding: 20px 18px 17px; border: 1px solid rgba(255,255,255,.25); border-radius: 17px; background: rgba(27,28,27,.9); box-shadow: 0 18px 45px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.panel-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid #51514e; color: #b2b2ad; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.panel-title b { color: white; font-size: 11px; }
.config-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 0; border-bottom: 1px solid #3c3d3a; font-size: 11px; }
.config-row > span { color: #a1a19b; }
.config-row strong { display: flex; align-items: center; justify-content: flex-end; font-weight: 650; text-align: right; }
.color-dot { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; }
.dark-dot { background: #080908; border: 1px solid #6c6c67; }
.config-total { display: flex; align-items: end; justify-content: space-between; padding-top: 19px; }
.config-total span { color: #a6a6a0; font-size: 11px; }
.config-total strong { font-size: 13px; letter-spacing: -.025em; }
.panel-button { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 19px; padding: 12px; border: 0; border-radius: 9px; background: white; color: #171717; font-size: 11px; font-weight: 750; }
.panel-button span { font-size: 18px; line-height: .6; }
.config-background-word { position: absolute; right: -2vw; bottom: -6.8vw; margin: 0; color: #252624; font-size: clamp(80px, 15vw, 230px); font-weight: 700; letter-spacing: -.1em; white-space: nowrap; }

.toast { position: fixed; z-index: 20; bottom: 22px; left: 50%; max-width: calc(100% - 32px); padding: 12px 17px; border-radius: 10px; background: #171717; color: white; font-size: 13px; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.enter-on-scroll { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.65,.25,1), transform .7s cubic-bezier(.2,.65,.25,1); transition-delay: var(--delay, 0ms); }
.enter-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .section-shell, .site-header { width: min(100% - 48px, 1440px); }
  .main-nav { gap: 18px; margin-left: 35px; }
  .hero { grid-template-columns: .85fr 1.15fr; }
  .hero-visual { margin-right: -24px; }
  .movement { gap: 60px; }
  .configurator-inner { gap: 35px; }
}

@media (max-width: 760px) {
  .section-shell, .site-header { width: calc(100% - 32px); }
  .site-header { position: absolute; height: 70px; }
  .brand { font-size: 12px; }
  .brand-mark { width: 27px; height: 27px; }
  .header-actions { display: none; }
  .main-nav { position: absolute; top: 64px; right: 0; left: 0; display: grid; gap: 0; margin: 0; padding: 6px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(251,251,249,.97); box-shadow: 0 13px 30px rgba(0,0,0,.08); opacity: 0; pointer-events: none; transform: translateY(-9px); transition: opacity .2s ease, transform .2s ease; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 13px 5px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .main-nav a:last-child { border: 0; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; padding: 0; border: 1px solid #d8d8d3; border-radius: 11px; background: rgba(255,255,255,.6); }
  .menu-toggle span { display: block; width: 17px; height: 1.5px; margin-inline: auto; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }

  .hero { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding-top: 70px; overflow: visible; }
  .hero-copy { padding: 72px 5px 36px; }
  .eyebrow { margin-bottom: 19px; font-size: 9px; }
  h1 { margin-bottom: 19px; font-size: clamp(48px, 14vw, 64px); line-height: .93; }
  .hero-lead { max-width: 340px; margin-bottom: 27px; font-size: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-visual { height: 455px; margin: 0 -16px; }
  .hero-image-wrap { border-radius: 19px; }
  .hero-image { transform: scale(1.2); object-position: 48% 52%; }
  .label-top { top: 17px; left: 19px; font-size: 8px; }
  .label-bottom { right: 18px; bottom: 17px; font-size: 7px; }
  .hero-index { top: 17px; right: 19px; }
  .hero-chip { right: 15px; bottom: 46px; padding: 9px 10px; font-size: 10px; }
  .hero-trust { position: static; display: grid; grid-template-columns: 1fr 1fr; justify-content: start; gap: 0; margin: 24px 0 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
  .hero-trust span { padding: 14px 9px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 8px; letter-spacing: .07em; }
  .hero-trust i { display: none; }

  .movement { display: flex; flex-direction: column; gap: 45px; padding-block: 92px; }
  .movement-frame { min-height: 440px; border-radius: 18px; }
  .movement-frame img { height: 440px; transform: scale(1.16); }
  .vertical-scale { top: 23px; bottom: 23px; left: 19px; }
  .movement-arrow { right: 17px; bottom: 17px; width: 38px; height: 38px; }
  .movement-copy h2, .section-heading h2, .config-copy h2 { font-size: clamp(39px, 11.8vw, 50px); }
  .movement-copy > p:not(.eyebrow), .section-heading > div > p { font-size: 14px; }
  .feature-grid { gap: 0 21px; margin-top: 33px; }
  .feature-grid article { min-height: 142px; }
  .feature-grid h3 { margin-top: 17px; font-size: 13px; }
  .feature-grid p { font-size: 11px; }

  .models { width: 100%; padding-bottom: 92px; overflow: hidden; }
  .section-heading { display: block; width: calc(100% - 32px); margin: 0 auto 31px; }
  .section-heading > .eyebrow { margin-top: 0; }
  .model-track { display: flex; gap: 12px; overflow-x: auto; padding: 0 16px 10px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .model-track::-webkit-scrollbar { display: none; }
  .model-card { flex: 0 0 min(80vw, 340px); scroll-snap-align: start; border-radius: 17px; }
  .model-image { height: 405px; }
  .model-card:hover { transform: none; box-shadow: none; }
  .drag-hint { display: flex; align-items: center; gap: 8px; width: calc(100% - 32px); margin: 13px auto 0; color: #777771; font-size: 10px; }
  .drag-hint span { width: 29px; border-top: 1px solid currentColor; }

  .configurator-inner { display: flex; flex-direction: column; gap: 40px; min-height: 0; padding-block: 80px 66px; }
  .config-copy { padding-top: 0; }
  .config-copy > p:not(.eyebrow) { margin-bottom: 26px; font-size: 14px; }
  .config-copy .button { width: 100%; }
  .config-visual { width: calc(100% + 16px); min-height: 493px; }
  .config-image-stage { right: 0; bottom: 55px; border-radius: 17px; }
  .config-image-stage img { transform: scale(1.24); }
  .config-panel { right: 12px; bottom: 0; width: min(91%, 300px); }
  .config-background-word { right: -6px; bottom: -11px; font-size: 24vw; }
}

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