:root {
  --ink: #12100f;
  --ink-soft: #211e1b;
  --ivory: #f3efe7;
  --paper: #e9e4da;
  --champagne: #c6ad82;
  --wine: #6d0f1c;
  --white: #fff;
  --line-dark: rgba(18, 16, 15, 0.18);
  --line-light: rgba(255, 255, 255, 0.25);
  --sans: "DM Sans", "Helvetica Neue", sans-serif;
  --display: "Newsreader", Georgia, serif;
  --max: 1600px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--champagne) var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll { overflow: hidden; }

img { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 1rem;
  padding: .8rem 1rem;
  color: var(--ink);
  background: var(--ivory);
  transform: translateY(-120%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 23px clamp(24px, 4vw, 72px);
  color: var(--white);
  border-bottom: 1px solid var(--line-light);
  transition: color .35s ease, background .35s ease, padding .35s ease, border .35s ease;
}

.site-header.scrolled {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--ink);
  border-color: var(--line-dark);
  background: rgba(243, 239, 231, .92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 12px;
  width: max-content;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  width: 37px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
}

.brand-copy { display: grid; gap: 0; }
.brand-copy strong {
  font-family: "Manrope", var(--sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.brand-copy span {
  margin-top: 4px;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: .28em;
  text-transform: uppercase;
  opacity: .72;
}

.desktop-nav { display: flex; align-items: center; gap: 38px; }
.desktop-nav a, .header-inquiry {
  position: relative;
  color: inherit;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
}
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.header-inquiry {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.header-inquiry svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.2; transition: transform .25s ease; }
.header-inquiry:hover svg { transform: translate(3px, -3px); }
.menu-toggle { display: none; }
.mobile-menu { display: none; }

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: #4c5560;
}

.hero-image, .hero-shade, .hero-grain {
  position: absolute;
  inset: 0;
}

.hero-image {
  background-image: url("images/flying-clouds.jpg");
  background-position: 57% center;
  background-size: cover;
  animation: heroReveal 1.6s cubic-bezier(.2,.7,.15,1) both;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(9, 9, 10, .7) 0%, rgba(9, 9, 10, .26) 47%, rgba(9, 9, 10, .04) 72%),
    linear-gradient(0deg, rgba(9, 9, 10, .72) 0%, transparent 48%),
    linear-gradient(180deg, rgba(9, 9, 10, .4) 0%, transparent 28%);
}

.hero-grain {
  opacity: .08;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' 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='.6'/%3E%3C/svg%3E");
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(820px, 58vw);
  margin: 0 0 clamp(165px, 17vh, 200px) clamp(24px, 7vw, 130px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: var(--ivory);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .23em;
  text-transform: uppercase;
}
.eyebrow > span { display: block; width: 35px; height: 1px; background: var(--champagne); }
.eyebrow-dark { color: #69635d; }

.hero-eyebrow { animation: textIn .9s .45s both; }
.hero h1 {
  display: grid;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(76px, 10vw, 176px);
  font-weight: 300;
  line-height: .7;
  letter-spacing: -.06em;
  animation: textIn 1s .55s both;
}
.hero h1 em { margin-left: clamp(36px, 9vw, 150px); color: var(--ivory); font-weight: 300; }

.hero-lede {
  max-width: 480px;
  margin: clamp(35px, 5vh, 58px) 0 0;
  color: rgba(255,255,255,.79);
  font-family: var(--display);
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 300;
  line-height: 1.45;
  animation: textIn 1s .68s both;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 34px;
  animation: textIn 1s .78s both;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  min-width: 218px;
  padding: 17px 20px;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .3s ease, background .3s ease, border .3s ease;
}
.button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.25; transition: transform .25s ease; }
.button:hover svg { transform: translateX(4px); }
.button-light { color: var(--ink); background: var(--ivory); border-color: var(--ivory); }
.button-light:hover { color: var(--ivory); background: transparent; }
.button-dark { color: var(--ivory); background: var(--ink); border-color: var(--ink); }
.button-dark:hover { color: var(--ink); background: transparent; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: max-content;
  padding: 0 0 7px;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link-light { color: var(--white); border-color: rgba(255,255,255,.5); }

.hero-facts {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 5vw, 90px);
  bottom: 42px;
  left: clamp(24px, 7vw, 130px);
  display: grid;
  grid-template-columns: 130px 180px 1fr;
  align-items: end;
  gap: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line-light);
  animation: textIn 1s .9s both;
}

.hero-facts > div { display: grid; gap: 5px; }
.hero-facts span {
  color: rgba(255,255,255,.55);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-facts strong { font-family: var(--display); font-size: 20px; font-weight: 300; letter-spacing: .01em; }
.hero-price { justify-self: end; text-align: right; }
.hero-price strong { font-size: clamp(26px, 2.2vw, 38px); }

.scroll-cue {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 50%;
  width: 1px;
  height: 70px;
  overflow: hidden;
  background: rgba(255,255,255,.2);
}
.scroll-cue span {
  display: block;
  width: 100%;
  height: 35px;
  background: var(--white);
  animation: scrollCue 2s ease-in-out infinite;
}

.section-pad { padding: clamp(90px, 11vw, 180px) clamp(24px, 7vw, 130px); }

.intro {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(340px, .75fr);
  justify-content: space-between;
  column-gap: 8vw;
  background: var(--ivory);
}

.intro-heading h2, .performance h2, .details h2, .gallery h2, .inquiry h2, .modal-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(58px, 7vw, 118px);
  font-weight: 300;
  line-height: .87;
  letter-spacing: -.055em;
}
.intro-heading h2 em, .performance h2 em, .details h2 em, .gallery h2 em, .inquiry h2 em, .modal-copy h2 em { font-weight: 300; }

.intro-copy {
  align-self: end;
  max-width: 560px;
  padding-top: 60px;
}
.intro-copy p { margin: 0 0 25px; color: #625c55; font-size: 14px; line-height: 1.75; }
.intro-copy .intro-lede { color: var(--ink); font-family: var(--display); font-size: clamp(22px, 2.1vw, 32px); line-height: 1.35; }
.intro-copy .text-link { margin-top: 18px; }

.feature-image {
  grid-column: 1 / -1;
  position: relative;
  height: min(66vw, 900px);
  margin: clamp(75px, 10vw, 150px) 0 0;
  overflow: hidden;
}
.feature-image img { height: 100%; object-fit: cover; }
.feature-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  min-width: 320px;
  padding: 22px 0 0 28px;
  color: var(--ivory);
  background: linear-gradient(135deg, transparent 0%, rgba(10,10,10,.75) 55%);
}
.feature-image figcaption span { font-size: 10px; letter-spacing: .15em; }
.feature-image figcaption p { margin: 0; font-family: var(--display); font-size: 19px; line-height: 1.35; }

.performance { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 920px; color: var(--ivory); background: var(--ink); }
.performance-image { min-height: 800px; overflow: hidden; }
.performance-image img { height: 100%; object-fit: cover; object-position: 48% center; }
.performance-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(75px, 7vw, 130px); }
.performance-copy { max-width: 650px; }
.performance h2 { font-size: clamp(56px, 5.5vw, 94px); }
.performance-copy > p:last-child { max-width: 500px; margin: 38px 0 0; color: rgba(243,239,231,.62); font-size: 14px; line-height: 1.75; }
.spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(70px, 8vw, 120px);
  border-top: 1px solid rgba(255,255,255,.15);
  border-left: 1px solid rgba(255,255,255,.15);
}
.spec-grid article { padding: 25px 24px 28px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.spec-grid strong { display: block; font-family: var(--display); font-size: clamp(34px, 3vw, 53px); font-weight: 300; }
.spec-grid small { color: var(--champagne); font-size: 14px; font-weight: 400; }
.spec-grid p { margin: 9px 0 0; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.spec-note { margin: 18px 0 0; color: rgba(255,255,255,.35); font-size: 9px; line-height: 1.5; }

.details { display: grid; grid-template-columns: .75fr 1fr; gap: 10vw; background: var(--paper); }
.details-title { position: sticky; top: 140px; align-self: start; }
.details h2 { font-size: clamp(58px, 6vw, 102px); }
.details-list { border-top: 1px solid var(--line-dark); }
.details-list > div {
  display: grid;
  grid-template-columns: 35px minmax(100px, .65fr) 1fr;
  align-items: center;
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line-dark);
}
.details-list span { color: #999087; font-size: 9px; letter-spacing: .15em; }
.details-list p { margin: 0; color: #716a63; font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.details-list strong { font-family: var(--display); font-size: clamp(20px, 2vw, 30px); font-weight: 300; }

.quote-band { position: relative; height: min(78vw, 1000px); min-height: 600px; overflow: hidden; color: var(--white); }
.quote-band > img { height: 100%; object-fit: cover; object-position: 52% center; }
.quote-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,9,9,.56), rgba(10,9,9,.04) 70%); }
.quote-band blockquote {
  position: absolute;
  right: 5vw;
  bottom: 8vw;
  left: 5vw;
  margin: 0;
  text-align: center;
  font-family: var(--display);
  font-size: clamp(37px, 5vw, 82px);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -.035em;
}
.quote-band blockquote em { color: var(--ivory); font-weight: 300; }

.gallery { background: var(--ivory); }
.gallery-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: clamp(60px, 8vw, 110px); }
.gallery-heading > p { margin: 0 0 4px; color: #716a63; font-family: var(--display); font-size: 20px; font-style: italic; }
.gallery-grid { display: grid; grid-template-columns: 1.45fr .85fr; grid-template-rows: auto auto; gap: clamp(18px, 2.2vw, 38px); }
.gallery-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #cfc9bf;
  cursor: zoom-in;
}
.gallery-item-wide { aspect-ratio: 1.5; }
.gallery-item-tall { grid-row: span 2; height: 100%; }
.gallery-item-standard { width: 68%; aspect-ratio: 1.25; margin-left: auto; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.15,1); }
.gallery-item-tall img { object-position: 55% center; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 18px 16px;
  color: var(--white);
  background: linear-gradient(0deg, rgba(0,0,0,.62), transparent);
  font-family: var(--display);
  font-size: 17px;
}
.gallery-item > span b { font-family: var(--sans); font-size: 9px; font-weight: 400; letter-spacing: .15em; }

.inquiry { position: relative; display: flex; align-items: center; min-height: 780px; color: var(--white); overflow: hidden; }
.inquiry-image, .inquiry-shade { position: absolute; inset: 0; }
.inquiry-image { background: url("images/tunring.jpg") center 55% / cover no-repeat; }
.inquiry-shade { background: linear-gradient(90deg, rgba(10,9,9,.82), rgba(10,9,9,.22) 63%, transparent); }
.inquiry-content { position: relative; z-index: 1; max-width: 800px; margin-left: clamp(24px, 7vw, 130px); }
.inquiry h2 { font-size: clamp(62px, 7.5vw, 126px); }
.inquiry-content > p:not(.eyebrow) { max-width: 520px; margin: 37px 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.75; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 70px clamp(24px, 7vw, 130px) 35px;
  color: var(--ivory);
  background: var(--ink);
}
.brand-footer { align-self: start; }
.site-footer > p { justify-self: end; margin: 0; color: rgba(255,255,255,.5); font-family: var(--display); font-size: 19px; line-height: 1.5; text-align: right; }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-meta button { padding: 0; color: inherit; border: 0; background: transparent; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }
.footer-meta button:hover { color: var(--white); }

.reveal { opacity: 0; transform: translateY(36px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.15,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-image { overflow: hidden; }
.reveal-image > img {
  opacity: 0;
  transform: scale(1.055);
  transition: opacity .7s ease, transform 1.25s cubic-bezier(.2,.7,.15,1);
}
.reveal-image.is-visible > img { opacity: 1; transform: scale(1); }
.gallery-item.is-visible:hover > img { transform: scale(1.035); }

.inquiry-modal {
  width: min(1120px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  margin: auto;
  padding: clamp(35px, 5vw, 70px);
  color: var(--ink);
  border: 0;
  background: var(--ivory);
}
.inquiry-modal::backdrop { background: rgba(10,9,9,.82); backdrop-filter: blur(8px); }
.inquiry-modal[open] { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(50px, 8vw, 130px); animation: modalIn .45s ease both; }
.modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.modal-close svg, .lightbox-close svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.modal-topline { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-right: 50px; color: #817970; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.modal-copy h2 { font-size: clamp(52px, 5vw, 78px); }
.modal-copy > p:last-child { max-width: 380px; margin: 30px 0 0; color: #655f58; font-size: 13px; line-height: 1.7; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 24px; }
.inquiry-form label { display: grid; gap: 9px; }
.inquiry-form label > span { color: #716a63; font-size: 9px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.inquiry-form label small { margin-left: 5px; color: #a39b93; font-size: 8px; }
.inquiry-form input, .inquiry-form textarea, .inquiry-form select {
  width: 100%;
  padding: 5px 0 12px;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  outline: 0;
  background: transparent;
  font-family: var(--display);
  font-size: 18px;
}
.inquiry-form input:focus, .inquiry-form textarea:focus, .inquiry-form select:focus { border-color: var(--wine); }
.inquiry-form textarea { resize: vertical; }
.inquiry-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #665f59 50%), linear-gradient(135deg, #665f59 50%, transparent 50%); background-position: calc(100% - 10px) 13px, calc(100% - 5px) 13px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; }
.form-message { grid-column: 1 / -1; }
.inquiry-form .button { grid-column: 1 / -1; width: 100%; margin-top: 6px; }
.form-privacy { grid-column: 1 / -1; margin: -12px 0 0; color: #928a82; font-size: 9px; text-align: center; }
.form-success { grid-column: 2; align-self: center; }
.form-success > span { color: #716a63; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.form-success h2 { margin: 20px 0 10px; font-family: var(--display); font-size: 70px; font-weight: 300; }
.form-success p { margin: 0 0 35px; color: #655f58; }

.lightbox {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 70px 8vw 35px;
  color: var(--white);
  background: rgba(10,9,9,.96);
}
.lightbox.is-open { display: flex; animation: modalIn .35s ease both; }
.lightbox figure { width: min(1200px, 80vw); margin: 0; }
.lightbox figure img { max-height: 75vh; object-fit: contain; }
.lightbox figcaption { display: flex; justify-content: space-between; padding-top: 14px; color: rgba(255,255,255,.65); font-family: var(--display); font-size: 17px; }
.lightbox figcaption b { font-family: var(--sans); font-size: 9px; font-weight: 400; letter-spacing: .16em; }
.lightbox-close { position: absolute; top: 23px; right: 28px; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; color: var(--white); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; cursor: pointer; }
.lightbox-arrow { position: absolute; top: 50%; padding: 10px; color: var(--white); border: 0; background: transparent; font-family: var(--display); font-size: 30px; cursor: pointer; }
.lightbox-prev { left: 2.5vw; }
.lightbox-next { right: 2.5vw; }

@keyframes heroReveal { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes textIn { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scrollCue { 0% { transform: translateY(-110%); } 55%, 100% { transform: translateY(210%); } }
@keyframes modalIn { from { opacity: 0; transform: translateY(15px) scale(.99); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-inquiry { display: none; }
  .menu-toggle { display: grid; gap: 7px; width: 36px; padding: 8px 0; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .3s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu {
    position: fixed;
    z-index: 90;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 7vw 60px;
    color: var(--ivory);
    background: var(--ink);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
  }
  .mobile-menu.is-open { opacity: 1; visibility: visible; }
  .mobile-menu nav { display: grid; gap: 16px; }
  .mobile-menu nav a, .mobile-menu nav button { width: max-content; padding: 0; color: inherit; border: 0; background: transparent; font-family: var(--display); font-size: clamp(40px, 8vw, 72px); font-weight: 300; text-decoration: none; cursor: pointer; }
  .mobile-menu > p { margin: auto 0 0; color: rgba(255,255,255,.35); font-size: 10px; line-height: 1.7; letter-spacing: .16em; text-transform: uppercase; }
  .site-header.menu-open { color: var(--white); background: transparent; border-color: var(--line-light); }

  .hero-content { width: 75vw; }
  .performance { grid-template-columns: 1fr; }
  .performance-image { min-height: 75vw; }
  .performance-panel { padding-top: 90px; padding-bottom: 90px; }
  .details { grid-template-columns: 1fr; }
  .details-title { position: static; }
}

@media (max-width: 720px) {
  .site-header { padding: 18px 20px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy span { font-size: 7px; }
  .brand-mark { width: 31px; }

  .hero-image { background-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,9,10,.62), transparent 90%), linear-gradient(0deg, rgba(9,9,10,.8), transparent 57%), linear-gradient(180deg, rgba(9,9,10,.45), transparent 30%); }
  .hero-content { width: auto; margin: 0 20px 200px; }
  .hero h1 { font-size: clamp(68px, 23vw, 106px); line-height: .74; }
  .hero h1 em { margin-left: 8vw; }
  .hero-lede { max-width: 92%; font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-facts { right: 20px; bottom: 27px; left: 20px; grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero-facts .hero-price { grid-column: 1 / -1; justify-self: stretch; padding-top: 13px; border-top: 1px solid var(--line-light); text-align: left; }
  .hero-price strong { font-size: 28px; }
  .scroll-cue { display: none; }

  .section-pad { padding: 90px 20px; }
  .intro { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 55px; }
  .intro-heading h2, .details h2, .gallery h2 { font-size: clamp(57px, 18vw, 84px); }
  .feature-image { grid-column: 1; height: 82vh; min-height: 570px; margin-top: 75px; }
  .feature-image img { object-position: 52% center; }
  .feature-image figcaption { min-width: 260px; }

  .performance-image { min-height: 80vh; }
  .performance-panel { padding: 85px 20px; }
  .performance h2 { font-size: clamp(52px, 15vw, 76px); }
  .spec-grid { margin-top: 65px; }
  .spec-grid article { padding: 22px 13px 24px; }
  .spec-grid strong { font-size: 35px; }
  .spec-grid small { font-size: 11px; }

  .details { gap: 65px; }
  .details-list > div { grid-template-columns: 24px .75fr 1fr; gap: 10px; }
  .details-list strong { font-size: 19px; }
  .quote-band { min-height: 640px; }
  .quote-band > img { object-position: 58% center; }
  .quote-band blockquote { bottom: 50px; font-size: 37px; }

  .gallery-heading { display: block; }
  .gallery-heading > p { margin-top: 30px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; }
  .gallery-item, .gallery-item-wide, .gallery-item-tall, .gallery-item-standard { grid-row: auto; width: 100%; height: auto; aspect-ratio: 1.14; margin: 0; }
  .gallery-item-tall { aspect-ratio: .9; }

  .inquiry { min-height: 720px; }
  .inquiry-image { background-position: 58% center; }
  .inquiry-content { margin: 0 20px; }
  .inquiry h2 { font-size: clamp(58px, 18vw, 84px); }
  .site-footer { grid-template-columns: 1fr; gap: 45px; padding: 60px 20px 28px; }
  .site-footer > p { justify-self: start; text-align: left; }
  .footer-meta { flex-direction: column; gap: 18px; }
  .footer-meta button { width: max-content; }

  .inquiry-modal { width: 100vw; max-height: 100vh; min-height: 100vh; padding: 30px 20px 45px; }
  .inquiry-modal[open] { grid-template-columns: 1fr; gap: 45px; }
  .modal-topline { padding-right: 55px; }
  .modal-copy h2 { font-size: 58px; }
  .inquiry-form { grid-template-columns: 1fr; }
  .form-message, .inquiry-form .button, .form-privacy { grid-column: 1; }
  .form-success { grid-column: 1; }
  .lightbox { padding-right: 20px; padding-left: 20px; }
  .lightbox figure { width: 100%; }
  .lightbox-arrow { top: auto; bottom: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .reveal-image > img { opacity: 1; transform: none; }
}
