:root {
  --ink: #111110;
  --paper: #f2f0ea;
  --orange: #ee5b2b;
  --mist: #c9ccc7;
  --line: rgba(17, 17, 16, 0.18);
  --pad: clamp(24px, 5.4vw, 88px);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; }

.noise {
  position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .05;
  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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80; height: 88px; padding: 0 var(--pad);
  display: flex; align-items: center; justify-content: space-between; color: white;
  transition: background .35s ease, height .35s ease, color .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { height: 70px; background: rgba(17, 17, 16, .92); backdrop-filter: blur(16px); border-color: rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; width: 162px; height: 68px; padding: 2px 9px; overflow: hidden; background: rgba(247,247,244,.96); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-header.scrolled .brand { height: 56px; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; opacity: .82; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--orange); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 16px; border-left: 1px solid rgba(255,255,255,.3); padding-left: 28px; font-size: 12px; font-family: var(--mono); text-transform: uppercase; }
.header-cta svg { width: 17px; }
.menu-button { display: none; border: 0; background: none; width: 40px; height: 40px; place-items: center; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: min(920px, 94svh); color: white; overflow: hidden; background: #171716; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; animation: heroIn 1.6s cubic-bezier(.2,.8,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,9,.92) 0%, rgba(10,10,9,.62) 34%, rgba(10,10,9,.08) 72%), linear-gradient(0deg, rgba(10,10,9,.7), transparent 42%); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background: linear-gradient(90deg, transparent calc(50% - .5px), rgba(255,255,255,.35) 50%, transparent calc(50% + .5px)), linear-gradient(90deg, transparent calc(25% - .5px), rgba(255,255,255,.18) 25%, transparent calc(25% + .5px), transparent calc(75% - .5px), rgba(255,255,255,.18) 75%, transparent calc(75% + .5px)); }
.hero-content { position: relative; z-index: 2; height: 100%; min-height: min(920px, 94svh); padding: clamp(150px, 21vh, 230px) var(--pad) 100px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 12px; font: 400 11px/1 var(--mono); text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--orange); }
.hero h1 { margin: 24px 0 34px; font-size: clamp(64px, 8.4vw, 148px); line-height: .83; letter-spacing: 0; font-weight: 700; }
.hero h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-bottom { display: flex; align-items: center; gap: clamp(30px, 6vw, 100px); }
.hero-bottom p { max-width: 435px; margin: 0; color: rgba(255,255,255,.74); font-size: clamp(15px, 1.15vw, 18px); line-height: 1.65; }
.primary-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-width: 228px; padding: 18px 20px; background: var(--orange); font-size: 12px; font-family: var(--mono); text-transform: uppercase; transition: background .25s, transform .25s; }
.primary-button:hover { background: #ff7043; transform: translateY(-3px); }
.primary-button svg { width: 16px; }
.hero-meta { position: absolute; z-index: 2; right: var(--pad); top: 50%; display: grid; gap: 8px; transform: translateY(-50%); font: 400 10px/1.4 var(--mono); text-transform: uppercase; text-align: right; }
.hero-meta span { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.hero-meta b { color: var(--orange); margin-right: 8px; }
.scroll-cue { position: absolute; z-index: 3; bottom: 26px; left: var(--pad); display: flex; align-items: center; gap: 12px; font: 400 10px/1 var(--mono); text-transform: uppercase; }
.scroll-cue svg { width: 15px; animation: nudge 1.4s ease-in-out infinite; }
.reveal { animation: reveal .8s .25s both cubic-bezier(.2,.8,.2,1); }
.hero h1.reveal { animation-delay: .4s; }
.hero-bottom.reveal { animation-delay: .6s; }

.installation { position: relative; height: 440vh; background: #bfc4c1; color: white; }
.scene-sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; }
#floor-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.scene-vignette { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(10,11,10,.94) 0%, rgba(10,11,10,.7) 28%, rgba(10,11,10,.1) 58%, transparent 73%), linear-gradient(0deg, rgba(10,11,10,.72), transparent 33%); }
.scene-copy { position: absolute; z-index: 2; left: var(--pad); top: 50%; width: min(510px, 38vw); transform: translateY(-50%); }
.scene-index { display: block; margin-bottom: 46px; color: var(--orange); font: 400 11px/1 var(--mono); }
.scene-kicker { margin: 0 0 15px; color: rgba(255,255,255,.5); font: 400 11px/1 var(--mono); text-transform: uppercase; }
.scene-copy h2 { margin: 0; font-size: clamp(38px, 4vw, 66px); line-height: 1.04; letter-spacing: 0; }
.scene-description { max-width: 420px; min-height: 60px; margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.7; }
.scene-status { position: absolute; z-index: 2; left: var(--pad); right: var(--pad); bottom: 42px; }
.status-labels { display: flex; justify-content: space-between; margin-bottom: 11px; font: 400 10px/1 var(--mono); text-transform: uppercase; }
.status-labels strong { color: var(--orange); font-weight: 500; }
.progress-track { height: 1px; background: rgba(255,255,255,.2); }
.progress-track span { display: block; width: 0; height: 2px; background: var(--orange); box-shadow: 0 0 14px rgba(238,91,43,.7); }
.stage-dots { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -4px; }
.stage-dots span { width: 7px; height: 7px; border-radius: 50%; background: #777; transition: background .25s, transform .25s; }
.stage-dots span:nth-child(n+2) { justify-self: center; }
.stage-dots span:last-child { justify-self: end; }
.stage-dots span.active { background: var(--orange); transform: scale(1.45); }
.scene-tech { position: absolute; z-index: 2; top: 116px; right: var(--pad); display: grid; gap: 7px; color: rgba(255,255,255,.5); font: 400 9px/1 var(--mono); text-align: right; }
.material-spec { position: absolute; z-index: 2; right: var(--pad); bottom: 74px; display: flex; color: rgba(255,255,255,.66); font: 400 8px/1 var(--mono); text-transform: uppercase; }
.material-spec span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.25); border-right: 0; background: rgba(16,17,16,.38); backdrop-filter: blur(9px); }
.material-spec span:last-child { border-right: 1px solid rgba(255,255,255,.25); }

.intro { padding: 130px var(--pad) 150px; }
.section-label { padding-bottom: 24px; border-bottom: 1px solid var(--line); color: rgba(17,17,16,.58); }
.section-label span { color: var(--orange); }
.intro-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 10vw, 180px); padding-top: 68px; }
.intro h2, .floors h2 { margin: 0; font-size: clamp(44px, 5.7vw, 92px); line-height: .98; letter-spacing: 0; }
.intro-copy > p { margin: 6px 0 70px; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.7; color: #44433f; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.metrics div { padding: 24px 15px 0 0; border-right: 1px solid var(--line); }
.metrics div:last-child { border: 0; padding-left: 15px; }
.metrics strong { display: block; font-size: clamp(34px, 4vw, 58px); line-height: 1; }
.metrics strong::after { content: "+"; color: var(--orange); font-size: .45em; vertical-align: top; }
.metrics div:last-child strong::after { display: none; }
.metrics span { display: block; margin-top: 10px; color: #66645e; font: 400 10px/1.3 var(--mono); text-transform: uppercase; }

.craft { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 760px; background: var(--ink); color: white; }
.craft-media { position: relative; min-height: 650px; margin: 0; overflow: hidden; }
.craft-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 70%, rgba(17,17,16,.4)); }
.craft-media img { height: 100%; object-fit: cover; }
.craft-media figcaption { position: absolute; z-index: 2; left: 32px; bottom: 28px; padding: 12px 14px; background: rgba(17,17,16,.82); backdrop-filter: blur(10px); font: 400 10px/1 var(--mono); text-transform: uppercase; }
.craft-media figcaption span { color: var(--orange); margin-right: 16px; }
.craft-copy { padding: 100px clamp(34px, 6vw, 100px); align-self: center; }
.section-label.light { color: rgba(255,255,255,.45); border-color: rgba(255,255,255,.2); }
.craft h2 { margin: 55px 0 30px; font-size: clamp(46px, 5vw, 80px); line-height: .98; }
.craft-copy > p { color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.7; }
.check-list { list-style: none; margin: 45px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); }
.check-list li { display: flex; align-items: center; gap: 16px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 13px; }
.check-list svg { width: 16px; color: var(--orange); }

.floors { padding: 140px var(--pad); background: #d8ddd7; }
.floors-heading { display: grid; grid-template-columns: .45fr 1fr; gap: 8vw; margin-bottom: 90px; }
.floors-heading .section-label { align-self: start; }
.floor-list { border-top: 1px solid rgba(17,17,16,.3); }
.floor-row { --row-accent: var(--orange); display: grid; grid-template-columns: 60px 1.1fr 1fr 44px; align-items: center; gap: 24px; min-height: 120px; border-bottom: 1px solid rgba(17,17,16,.3); transition: color .28s, padding .28s, background .28s; }
.floor-row:hover { color: white; background: var(--row-accent); padding: 0 22px; }
.floor-row > span { font: 400 10px/1 var(--mono); }
.floor-row h3 { margin: 0; font-size: clamp(26px, 2.8vw, 45px); font-weight: 600; }
.floor-row p { margin: 0; color: #585a56; font-size: 14px; transition: color .28s; }
.floor-row:hover p { color: rgba(255,255,255,.78); }
.floor-row svg { width: 22px; transition: transform .28s; }
.floor-row:hover svg { transform: rotate(45deg); }

.cta-band { padding: 150px var(--pad) 70px; background: var(--orange); color: white; }
.cta-line { display: flex; align-items: center; height: 1px; background: rgba(255,255,255,.35); }
.cta-line span { width: 8px; height: 8px; border-radius: 50%; background: white; }
.cta-band > p { margin: 35px 0 70px; font: 400 11px/1 var(--mono); text-transform: uppercase; }
.cta-band > a { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 28px; border-bottom: 1px solid white; font-size: clamp(40px, 7.8vw, 128px); line-height: .98; font-weight: 700; }
.cta-band > a svg { width: clamp(38px, 6vw, 90px); height: auto; stroke-width: 1; transition: transform .3s; flex: none; }
.cta-band > a:hover svg { transform: rotate(45deg); }
.cta-address { display: flex; justify-content: space-between; margin-top: 40px; font: 400 10px/1 var(--mono); text-transform: uppercase; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px var(--pad); background: var(--ink); color: white; }
footer p { margin: 0; color: rgba(255,255,255,.45); font: 400 9px/1.4 var(--mono); text-transform: uppercase; }
.footer-brand { width: 176px; height: 78px; }

@keyframes heroIn { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1); } }
@keyframes reveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes nudge { 0%,100% { transform: translateY(-2px); } 50% { transform: translateY(5px); } }

@media (max-width: 920px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: grid; }
  .mobile-menu { position: fixed; z-index: 75; inset: 0; padding: 120px var(--pad) 50px; background: var(--ink); color: white; flex-direction: column; gap: 14px; opacity: 0; pointer-events: none; transition: opacity .3s; }
  .mobile-menu.open { display: flex; opacity: 1; pointer-events: auto; }
  .mobile-menu a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 28px; }
  .hero-meta { display: none; }
  .scene-copy { width: min(500px, calc(100vw - var(--pad) * 2)); top: 25%; }
  .scene-vignette { background: linear-gradient(180deg, rgba(8,9,9,.9) 0%, rgba(8,9,9,.65) 31%, transparent 59%), linear-gradient(0deg, rgba(8,9,9,.75), transparent 38%); }
  .scene-tech { top: auto; bottom: 88px; }
  .material-spec { right: var(--pad); bottom: 106px; max-width: 42vw; justify-content: flex-end; flex-wrap: wrap; }
  .intro-layout, .floors-heading { grid-template-columns: 1fr; }
  .craft { grid-template-columns: 1fr; }
  .craft-media { min-height: 60vw; }
  .craft-copy { padding-top: 80px; padding-bottom: 90px; }
}

@media (max-width: 640px) {
  :root { --pad: 20px; }
  .site-header { height: 72px; }
  .site-header .brand { width: 132px; height: 56px; padding: 1px 7px; }
  .hero { min-height: 92svh; }
  .hero-image { object-position: 57% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,10,9,.88), rgba(10,10,9,.18)), linear-gradient(0deg, rgba(10,10,9,.85), transparent 50%); }
  .hero-content { min-height: 92svh; padding-top: 130px; padding-bottom: 110px; justify-content: flex-end; }
  .hero h1 { font-size: clamp(52px, 16vw, 78px); margin: 18px 0 25px; }
  .hero-bottom { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-bottom p { max-width: 330px; font-size: 14px; }
  .primary-button { width: 100%; }
  .scroll-cue { display: none; }
  .installation { height: 400vh; }
  .scene-copy { top: 21%; transform: none; }
  .scene-index { margin-bottom: 22px; }
  .scene-copy h2 { font-size: 37px; }
  .scene-description { margin-top: 14px; font-size: 13px; line-height: 1.55; max-width: 330px; }
  .scene-status { bottom: 28px; }
  .scene-tech { display: none; }
  .material-spec { display: none; }
  .intro { padding-top: 90px; padding-bottom: 100px; }
  .intro-layout { padding-top: 45px; }
  .intro h2, .floors h2 { font-size: 43px; }
  .intro-copy > p { margin-bottom: 45px; font-size: 16px; }
  .metrics { grid-template-columns: 1fr; }
  .metrics div, .metrics div:last-child { display: flex; align-items: baseline; gap: 18px; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .metrics span { margin: 0; }
  .craft-media { min-height: 430px; }
  .craft-media img { object-position: 58% center; }
  .craft-media figcaption { left: 16px; bottom: 16px; font-size: 8px; }
  .craft h2 { font-size: 44px; margin-top: 42px; }
  .floors { padding-top: 90px; padding-bottom: 90px; }
  .floors-heading { margin-bottom: 50px; }
  .floor-row { grid-template-columns: 32px 1fr 24px; gap: 12px; min-height: 96px; }
  .floor-row p { display: none; }
  .floor-row h3 { font-size: 25px; }
  .floor-row:hover { padding: 0 10px; }
  .cta-band { padding-top: 90px; }
  .cta-band > p { margin-bottom: 45px; }
  .cta-band > a { font-size: 42px; }
  .cta-address { gap: 15px; line-height: 1.5; }
  footer { align-items: flex-start; flex-direction: column; }
}

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