:root {
  --ink: #171817;
  --paper: #f3f0ea;
  --white: #fff;
  --muted: #73746f;
  --line: rgba(23, 24, 23, 0.16);
  --accent: #d66d32;
  --accent-dark: #a94a20;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 80px)); margin-inline: auto; }
.section { padding: 130px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; height: 86px; padding: 0 42px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .3s, height .3s; }
.site-header.scrolled { height: 72px; background: rgba(18,20,19,.94); backdrop-filter: blur(15px); }
.brand { display: flex; align-items: center; gap: 13px; font-size: 15px; letter-spacing: .15em; }
.brand b { color: #e5a176; font-weight: 650; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 38px; color: var(--ink); background: var(--white); font-family: Georgia, serif; font-size: 21px; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; letter-spacing: .05em; }
.site-nav a { transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: #f0aa80; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.55); }
.menu-button { display: none; border: 0; background: none; padding: 10px; color: inherit; }
.menu-button > span:not(.sr-only) { display: block; width: 26px; height: 1px; margin: 6px 0; background: currentColor; }

.hero { position: relative; min-height: 920px; height: 100svh; color: var(--white); overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 58%; transform: scale(1.015); animation: settle 1.5s ease-out forwards; }
.hero-shade { background: linear-gradient(90deg, rgba(11,13,12,.78) 0%, rgba(11,13,12,.32) 54%, rgba(11,13,12,.12) 78%), linear-gradient(0deg, rgba(10,12,11,.52), transparent 48%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; height: 100%; padding-top: 70px; }
.eyebrow { margin: 0 0 25px; color: var(--accent-dark); font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #f0ad83; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 920px; font-size: clamp(68px, 8vw, 124px); }
h1 em { color: #f2b088; font-weight: 400; }
h2 { font-size: clamp(48px, 5.4vw, 78px); }
h3 { margin: 0; line-height: 1.25; }
.hero-lead { max-width: 650px; margin: 35px 0 0; color: rgba(255,255,255,.86); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 27px; font-size: 14px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.button-accent { background: var(--accent); color: var(--white); transition: background .2s, transform .2s; }
.button-accent:hover, .button-accent:focus-visible { background: var(--accent-dark); transform: translateY(-2px); }
.text-link { border-bottom: 1px solid rgba(255,255,255,.5); padding: 9px 0; font-size: 15px; }
.text-link span { padding-left: 8px; }
.hero-note { position: absolute; z-index: 2; right: 38px; bottom: 126px; color: rgba(255,255,255,.68); font-size: 12px; letter-spacing: .11em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-facts { position: absolute; z-index: 3; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(4, minmax(160px, 210px)); background: rgba(20,22,21,.91); backdrop-filter: blur(16px); }
.hero-facts div { min-height: 112px; padding: 24px 27px; border-left: 1px solid rgba(255,255,255,.16); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.hero-facts span { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 11%; align-items: start; }
.intro-copy { max-width: 670px; }
.intro-copy p { color: #4e504d; }
.intro-copy .lead { margin-top: 2px; color: var(--ink); font-family: Georgia, serif; font-size: 26px; line-height: 1.45; }
.feature-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-row article { padding: 38px 45px 43px 0; }
.feature-row article + article { padding-left: 45px; border-left: 1px solid var(--line); }
.feature-row span { color: var(--accent-dark); font-size: 12px; font-weight: 700; }
.feature-row h3 { margin-top: 14px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.feature-row p { margin-bottom: 0; color: var(--muted); font-size: 15px; }

.progress-section { display: grid; grid-template-columns: 1.4fr .9fr; min-height: 760px; color: var(--white); background: var(--ink); }
.progress-image-wrap { position: relative; min-height: 620px; overflow: hidden; }
.progress-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.image-label { position: absolute; left: 30px; bottom: 30px; padding: 10px 15px; color: var(--ink); background: rgba(255,255,255,.92); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.progress-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(50px, 6vw, 110px); }
.progress-copy h2 { font-size: clamp(48px, 4.8vw, 73px); }
.progress-copy > p:not(.eyebrow) { margin-top: 34px; color: rgba(255,255,255,.66); }
.construction-stat { margin-top: 55px; padding-top: 29px; border-top: 1px solid rgba(255,255,255,.22); }
.construction-stat strong, .construction-stat span { display: block; }
.construction-stat strong { color: #efaa7e; font-family: Georgia, serif; font-size: 42px; font-weight: 400; }
.construction-stat span { color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 10%; }
.section-heading > p { max-width: 470px; margin: 0 0 5px; color: var(--muted); }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 85px; border-top: 1px solid var(--line); }
.spec-grid article { padding: 42px 30px 25px 0; }
.spec-grid article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.spec-icon { display: grid; place-items: center; width: 46px; height: 46px; color: var(--accent-dark); border: 1px solid var(--accent-dark); border-radius: 50%; font-family: Georgia, serif; }
.spec-grid h3 { margin-top: 29px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.spec-grid p { color: var(--muted); font-size: 15px; }
.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 75px; }
details { background: var(--white); }
summary { display: flex; justify-content: space-between; align-items: center; min-height: 78px; padding: 0 28px; cursor: pointer; list-style: none; font-weight: 650; }
summary::-webkit-details-marker { display: none; }
summary b { color: var(--accent-dark); font-size: 25px; font-weight: 400; transition: transform .2s; }
details[open] summary b { transform: rotate(45deg); }
details ul { columns: 2; gap: 30px; margin: 0; padding: 0 30px 28px 51px; color: var(--muted); font-size: 15px; }
details li { break-inside: avoid; margin-bottom: 8px; }

.gallery { background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 74px; }
.gallery-item { position: relative; aspect-ratio: 4 / 3; padding: 0; overflow: hidden; border: 0; background: #ddd; cursor: zoom-in; }
.gallery-item img, .gallery-item svg { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img, .gallery-item:hover svg, .gallery-item:focus-visible svg { transform: scale(1.035); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,12,11,.55), transparent 42%); pointer-events: none; }
.gallery-item span { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: white; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.location { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; color: var(--white); background: #252825; }
.location-image { overflow: hidden; }
.location-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82); }
.location-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(65px, 8vw, 140px); }
.location-content p:not(.eyebrow) { max-width: 570px; margin-top: 35px; color: rgba(255,255,255,.66); }
.location-facts { max-width: 570px; margin: 28px 0 0; }
.location-facts > div { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.22); }
.location-facts dt { margin-bottom: 8px; color: var(--white); font-size: 17px; font-weight: 700; }
.location-facts dd { margin: 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.65; }
.location-facts a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: 4px; }
.location-facts a:hover, .location-facts a:focus-visible { color: #f0aa80; text-decoration-color: currentColor; }
.location-routes { display: grid; gap: 15px; }
.location-routes a { display: block; }
.location-routes span, .location-routes strong { display: block; }
.location-routes strong { font-weight: 650; }
.location-content p.location-note { margin: 12px 0 0; font-size: 14px; line-height: 1.6; }

.contact { color: var(--white); background: var(--accent); }
.contact-card { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 10%; }
.contact .eyebrow { color: rgba(255,255,255,.75); }
.contact h2 { font-size: clamp(47px, 5vw, 75px); }
.contact-card > div:first-child > p:last-child { max-width: 650px; margin-top: 28px; color: rgba(255,255,255,.78); }
.contact-person { padding: 29px 0 4px 38px; border-left: 1px solid rgba(255,255,255,.35); }
.contact-person span, .contact-person strong, .contact-person small { display: block; }
.contact-person span { color: rgba(255,255,255,.68); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.contact-person strong { margin-top: 9px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.contact-person small { color: rgba(255,255,255,.72); font-size: 14px; }
.contact-links { display: grid; gap: 7px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); }
.contact-links a { width: fit-content; color: var(--white); font-size: 16px; border-bottom: 1px solid rgba(255,255,255,.48); transition: border-color .2s, opacity .2s; }
.contact-links a:hover, .contact-links a:focus-visible { border-color: var(--white); opacity: .78; }

footer { padding: 30px 0; color: rgba(255,255,255,.55); background: var(--ink); font-size: 13px; }
footer .wrap { display: flex; justify-content: space-between; }
footer a { color: rgba(255,255,255,.8); }

.lightbox { width: min(92vw, 1500px); max-width: none; height: min(90vh, 1000px); padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(8,9,8,.92); backdrop-filter: blur(6px); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-visualization { display: block; width: 100%; height: 100%; }
.lightbox [hidden] { display: none; }
.lightbox-close { position: absolute; top: -47px; right: 0; width: 42px; height: 42px; color: white; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(0,0,0,.25); font-size: 28px; line-height: 1; cursor: pointer; }

@keyframes settle { from { transform: scale(1.06); } to { transform: scale(1.015); } }

@media (max-width: 1050px) {
  .wrap { width: min(var(--max), calc(100% - 48px)); }
  .site-header { padding: 0 24px; }
  .site-nav { gap: 19px; }
  .hero-facts { grid-template-columns: repeat(2, minmax(170px, 230px)); }
  .hero-facts div { min-height: 86px; padding: 15px 20px; }
  .hero-note { bottom: 195px; }
  .progress-section { grid-template-columns: 1.15fr .85fr; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .spec-grid article:nth-child(3) { border-left: 0; }
  .spec-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .location-content { padding: 70px 55px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 36px); }
  .section { padding: 88px 0; }
  .site-header { height: 68px; }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 68px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; color: var(--white); background: rgba(18,20,19,.98); }
  .menu-open .site-nav { display: flex; }
  .site-nav a { padding: 13px 10px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 790px; height: 100svh; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(11,13,12,.82) 0%, rgba(11,13,12,.3) 72%, rgba(11,13,12,.35)); }
  .hero-content { justify-content: flex-end; padding: 0 0 215px; }
  h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-lead { margin-top: 23px; font-size: 16px; line-height: 1.55; }
  .hero-actions { gap: 20px; margin-top: 27px; }
  .button { min-height: 50px; padding-inline: 20px; }
  .text-link { font-size: 13px; }
  .hero-note { display: none; }
  .hero-facts { left: 0; grid-template-columns: repeat(2, 1fr); }
  .hero-facts div { min-height: 78px; padding: 12px 17px; }
  .hero-facts strong { font-size: 21px; }
  .intro-grid, .section-heading, .contact-card { grid-template-columns: 1fr; gap: 42px; }
  .intro-copy .lead { font-size: 22px; }
  .feature-row { grid-template-columns: 1fr; margin-top: 60px; }
  .feature-row article, .feature-row article + article { padding: 27px 0; border-left: 0; }
  .feature-row article + article { border-top: 1px solid var(--line); }
  .progress-section, .location { grid-template-columns: 1fr; }
  .progress-image-wrap { min-height: 430px; }
  .progress-copy, .location-content { padding: 75px 24px; }
  .spec-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .spec-grid article, .spec-grid article + article { padding: 28px 0; border-left: 0; border-top: 1px solid var(--line); }
  .spec-grid article:first-child { border-top: 0; }
  .scope-grid { grid-template-columns: 1fr; margin-top: 48px; }
  details ul { columns: 1; }
  .gallery-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .location-image { min-height: 430px; }
  .contact-person { padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.35); border-left: 0; }
}

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