:root {
  color-scheme: light;
  --ink: #211b1b;
  --ink-soft: #3a3435;
  --paper: #f5ece6;
  --bone: #eadbd2;
  --white: #fff8f1;
  --pine: #37333a;
  --rust: #9e5c4f;
  --clay: #d6a391;
  --brass: #d2a077;
  --blush: #efd2c7;
  --champagne: #f7e5da;
  --graphite: #4c484c;
  --wine: #5c3035;
  --line: rgba(33, 27, 27, 0.24);
  --dark-line: rgba(255, 248, 241, 0.24);
  --max: 1240px;
  --gutter: clamp(18px, 4vw, 54px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  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;
}

img,
video {
  display: block;
  max-width: 100%;
}

video {
  background: var(--ink);
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  border: 2px solid var(--ink);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 14px var(--gutter);
  background: rgba(33, 27, 27, 0.80);
  color: var(--white);
  border-bottom: 1px solid var(--dark-line);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.24));
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid var(--dark-line);
}

.site-nav a,
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.site-nav a {
  border-right: 1px solid var(--dark-line);
}

.site-nav a:last-child {
  border-right: 0;
}

.site-nav a:hover,
.header-cta:hover,
.button:hover {
  background: var(--clay);
  color: var(--ink);
}

.site-nav a[aria-current="page"] {
  background: var(--clay);
  color: var(--ink);
}

[hidden] {
  display: none !important;
}

.page-lead {
  min-height: calc(100svh - 94px);
  padding-top: clamp(142px, 14vw, 190px);
}

.header-cta {
  border: 1px solid var(--brass);
  color: var(--champagne);
}

.section-dark {
  background: var(--ink);
  color: var(--white);
}

.hero-section {
  position: relative;
  min-height: 94svh;
  display: grid;
  place-items: end start;
  overflow: hidden;
  padding: 110px var(--gutter) 54px;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  filter: brightness(0.72) contrast(1.1) saturate(0.92);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(33, 27, 27, 0.88), rgba(92, 48, 53, 0.30) 55%, rgba(33, 27, 27, 0.66)),
    linear-gradient(0deg, rgba(33, 27, 27, 0.72), rgba(33, 27, 27, 0) 46%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), 100%);
  margin-inline: auto;
  display: grid;
  gap: 18px;
}

.hero-inner > * {
  max-width: 790px;
}

.hero-crest {
  width: clamp(138px, 18vw, 238px);
  height: auto;
  margin-bottom: 2px;
  filter:
    drop-shadow(0 30px 42px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 24px rgba(210, 160, 119, 0.28));
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 950;
  color: var(--brass);
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(46px, 6.8vw, 94px);
  line-height: 0.9;
  letter-spacing: 0;
  font-weight: 950;
  text-transform: uppercase;
  max-width: 7.5em;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 78px);
  line-height: 0.95;
  letter-spacing: 0;
  font-weight: 940;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 920;
}

p {
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.45;
}

.hero-copy {
  max-width: 600px;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.4;
}

.hero-actions,
.link-row,
.inquire-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  border: 2px solid currentColor;
  min-width: 170px;
}

.button-light {
  color: var(--ink);
  background: var(--champagne);
}

.button-ghost {
  color: var(--white);
  background: transparent;
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-outline {
  color: var(--ink);
  background: transparent;
}

.proof-strip {
  counter-reset: proof;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--champagne);
}

.proof-strip div {
  position: relative;
  overflow: hidden;
  counter-increment: proof;
  min-height: 118px;
  padding: 20px var(--gutter);
  border-right: 2px solid var(--ink);
  display: grid;
  align-content: center;
  gap: 6px;
}

.proof-strip div::before {
  content: "0" counter(proof);
  position: absolute;
  right: 10px;
  bottom: -13px;
  color: rgba(92, 48, 53, 0.10);
  font-size: 86px;
  line-height: 0.8;
  font-weight: 950;
}

.proof-strip div:nth-child(2) {
  background: var(--blush);
}

.proof-strip div:nth-child(3) {
  background: var(--graphite);
  color: var(--white);
}

.proof-strip div:nth-child(3)::before {
  color: rgba(255, 250, 241, 0.12);
}

.proof-strip div:nth-child(4) {
  background: #e8c4b6;
}

.proof-strip div:nth-child(5) {
  background: var(--wine);
  color: var(--white);
}

.proof-strip div:nth-child(5)::before {
  color: rgba(255, 248, 241, 0.12);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong {
  position: relative;
  z-index: 1;
  display: block;
  font-size: clamp(23px, 2.7vw, 46px);
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 950;
}

.proof-strip div:nth-child(4) strong {
  font-size: clamp(22px, 2.25vw, 38px);
  line-height: 0.96;
}

.proof-strip span {
  position: relative;
  z-index: 1;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
}

.intro-section,
.character-section,
.section-stay,
.section-gallery,
.section-press,
.section-inquire {
  padding: clamp(68px, 9vw, 128px) var(--gutter);
}

.character-section {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--clay);
  background:
    linear-gradient(135deg, rgba(92, 48, 53, 0.92), rgba(33, 27, 27, 0.94) 54%, rgba(76, 72, 76, 0.96)),
    var(--wine);
}

.character-section::before,
.character-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.character-section::before {
  top: clamp(32px, 5vw, 70px);
  left: var(--gutter);
  width: min(280px, 40vw);
  height: 14px;
  background: var(--brass);
}

.character-section::after {
  right: var(--gutter);
  bottom: clamp(24px, 4vw, 54px);
  width: min(180px, 30vw);
  height: min(180px, 30vw);
  border: 2px solid rgba(247, 229, 218, 0.36);
  border-left: 0;
}

.character-grid {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(320px, 0.86fr);
  grid-template-areas:
    "copy reel"
    "notes reel";
  gap: clamp(18px, 4vw, 56px);
  align-items: center;
}

.character-copy {
  position: relative;
  grid-area: copy;
  display: grid;
  gap: 18px;
}

.character-copy::before {
  content: "RARE";
  position: absolute;
  z-index: -1;
  top: -0.34em;
  left: -0.05em;
  color: rgba(247, 229, 218, 0.08);
  font-size: clamp(100px, 17vw, 232px);
  line-height: 0.78;
  font-weight: 950;
}

.character-copy h2 {
  max-width: 10.5ch;
  margin-bottom: 0;
  font-size: clamp(48px, 6.8vw, 106px);
  line-height: 0.86;
}

.character-copy p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--champagne);
  font-size: clamp(17px, 1.6vw, 24px);
  line-height: 1.18;
}

.character-reel {
  position: relative;
  grid-area: reel;
  overflow: hidden;
  min-height: clamp(440px, 54vw, 680px);
  aspect-ratio: 1 / 1;
  border: 2px solid rgba(247, 229, 218, 0.74);
  background: var(--ink);
  box-shadow: -18px 18px 0 var(--graphite), 18px -18px 0 var(--clay);
}

.character-reel video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.96) contrast(0.94) saturate(0.86);
}

.character-reel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(33, 27, 27, 0.46), rgba(33, 27, 27, 0) 44%),
    rgba(245, 220, 207, 0.04);
  mix-blend-mode: screen;
}

.character-notes {
  grid-area: notes;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid rgba(247, 229, 218, 0.30);
  background: rgba(255, 248, 241, 0.07);
}

.character-notes span {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-right: 2px solid rgba(247, 229, 218, 0.30);
  color: var(--champagne);
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.12;
  font-weight: 950;
}

.character-notes span:last-child {
  border-right: 0;
}

.intro-section,
.grid-heading,
.story-grid,
.film-block,
.inquire-panel {
  max-width: var(--max);
  margin: 0 auto;
}

.intro-section {
  max-width: calc(var(--max) + (2 * var(--gutter)));
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: stretch;
}

.intro-copy h2 {
  max-width: 12ch;
  font-size: clamp(42px, 4.35vw, 66px);
  line-height: 0.96;
}

.intro-copy {
  max-width: none;
  display: grid;
  align-content: start;
  gap: clamp(22px, 2.8vw, 38px);
}

.intro-copy p:not(.eyebrow) {
  margin-bottom: 0;
}

.intro-rare {
  position: relative;
  isolation: isolate;
}

.intro-rare h2 {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(10px, 1.7vw, 26px);
  font-size: clamp(27px, 3.25vw, 50px);
  line-height: 0.92;
  text-transform: uppercase;
}

.intro-rare h2 span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.intro-rare h2 span::before {
  content: attr(data-echo);
  position: absolute;
  z-index: -1;
  top: -0.18em;
  left: -0.07em;
  color: rgba(92, 48, 53, 0.11);
  font-size: 1.34em;
  line-height: 0.82;
  font-weight: 950;
  pointer-events: none;
}

.intro-support {
  display: grid;
  gap: 20px;
}

.intro-visuals {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  padding: 0 10px 10px 0;
  align-items: stretch;
  align-self: stretch;
}

.intro-feature {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
  border: 2px solid var(--ink);
  box-shadow: -8px 8px 0 var(--graphite);
}

.intro-feature > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.intro-image {
  width: 100%;
  height: auto;
  margin: 0;
  min-height: 0;
  aspect-ratio: auto;
  position: relative;
}

.story-stay {
  padding-top: clamp(68px, 9vw, 128px);
  border-top: 2px solid var(--clay);
}

.intro-image.hard-shadow {
  box-shadow: 10px 10px 0 var(--clay);
}

.intro-image.sunset-frame {
  justify-self: end;
  box-shadow: 8px 8px 0 var(--brass);
}

.hard-shadow {
  box-shadow: -22px 22px 0 var(--graphite), 22px -22px 0 var(--clay);
}

figure {
  margin: 0;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.015) contrast(0.94) saturate(0.88);
}

.intro-image > img,
.photo-tile > img,
.engulf > img,
.closing-grid figure > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  max-width: calc(100% - 12px);
  padding: 9px 12px;
  background: var(--ink);
  color: var(--champagne);
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
}

.intro-image::after,
.photo-tile::after,
.film-reel::after,
.engulf::after,
.closing-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(245, 220, 207, 0.05);
  mix-blend-mode: screen;
}

.motion-feature {
  position: relative;
  min-height: clamp(560px, 78svh, 820px);
  overflow: hidden;
  display: grid;
  align-content: end;
  padding: clamp(70px, 9vw, 130px) var(--gutter) clamp(34px, 5vw, 64px);
  border-top: 2px solid var(--clay);
  border-bottom: 2px solid var(--clay);
}

.motion-video,
.motion-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.motion-video {
  object-fit: cover;
  filter: brightness(0.70) contrast(1.08) saturate(0.88);
}

.motion-shade {
  background:
    linear-gradient(90deg, rgba(33, 27, 27, 0.90), rgba(33, 27, 27, 0.34) 54%, rgba(92, 48, 53, 0.78)),
    linear-gradient(0deg, rgba(33, 27, 27, 0.82), rgba(33, 27, 27, 0.08) 52%);
}

.motion-copy,
.motion-stats {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
}

.motion-copy {
  display: grid;
  gap: 18px;
}

.motion-copy h2 {
  max-width: none;
  width: 100%;
  font-size: clamp(54px, 8.6vw, 136px);
  line-height: 0.84;
  letter-spacing: -0.045em;
  text-align: center;
  white-space: nowrap;
}

.motion-copy p:not(.eyebrow) {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(19px, 2.2vw, 32px);
  line-height: 1.16;
}

.motion-stats {
  margin-top: clamp(30px, 5vw, 62px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 2px solid var(--dark-line);
  background: rgba(255, 248, 241, 0.08);
  backdrop-filter: blur(12px);
}

.motion-stats span {
  min-height: 86px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-right: 2px solid var(--dark-line);
  color: var(--champagne);
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 1.16;
  font-weight: 950;
}

.motion-stats span:last-child {
  border-right: 0;
}

.section-heading {
  position: relative;
  max-width: var(--max);
  margin: 0 auto clamp(34px, 5vw, 72px);
  display: grid;
  gap: 16px;
  padding-top: 20px;
}

.section-heading::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: min(240px, 42vw);
  height: 12px;
  background: var(--clay);
}

.section-heading::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 5px;
  left: min(260px, 45vw);
  width: min(120px, 24vw);
  height: 2px;
  background: var(--graphite);
}

.section-dark .section-heading::after {
  background: var(--champagne);
}

.section-heading > * {
  position: relative;
  z-index: 1;
}

.grid-heading {
  grid-template-columns: minmax(0, 0.9fr) minmax(290px, 0.5fr);
  align-items: end;
  gap: clamp(24px, 6vw, 84px);
}

.grid-heading p:last-child {
  margin-bottom: 0;
}

.press-intro h2 {
  max-width: 18ch;
}

.awards-heading {
  grid-template-columns: 1fr;
  align-items: start;
  gap: clamp(18px, 2vw, 28px);
  margin-top: clamp(34px, 4vw, 60px);
}

.awards-heading h2 {
  max-width: none;
}

.awards-heading > p:last-child {
  max-width: 82ch;
}

.stay-mosaic {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 150px;
  grid-auto-flow: dense;
  gap: 16px;
}

.photo-tile,
.engulf,
.closing-grid figure {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--bone);
}

.section-dark .photo-tile,
.section-dark .engulf {
  border-color: var(--dark-line);
}

.photo-tile {
  grid-column: span 4;
  grid-row: span 2;
}

.photo-tile.wide {
  grid-column: span 8;
}

.photo-tile.premium-wide {
  grid-column: 1 / -1;
  grid-row: span 6;
}

.photo-tile.tall {
  grid-column: span 4;
  grid-row: span 3;
}

.type-block {
  position: relative;
  overflow: hidden;
  grid-column: span 4;
  grid-row: span 2;
  padding: 24px;
  display: grid;
  align-content: end;
  border: 2px solid var(--ink);
  color: var(--white);
}

.type-block::before {
  content: attr(data-index);
  position: absolute;
  z-index: 0;
  top: -18px;
  right: 14px;
  color: rgba(255, 250, 241, 0.16);
  font-size: 116px;
  line-height: 0.8;
  font-weight: 950;
}

.type-block::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: min(170px, 48%);
  height: 8px;
  background: var(--clay);
  box-shadow: 0 0 0 1px rgba(255, 248, 241, 0.12);
}

.type-block span,
.type-block h3,
.type-block p {
  position: relative;
  z-index: 2;
}

.type-block span,
.award-wall span,
.source-list span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 950;
}

.type-block p {
  margin-bottom: 0;
  font-size: 16px;
}

.type-block h3 {
  max-width: 9ch;
  text-transform: uppercase;
}

.type-block.rust {
  background: var(--wine);
}

.type-block.pine {
  background: var(--graphite);
}

.section-seasons {
  padding: clamp(68px, 9vw, 128px) var(--gutter);
  border-top: 2px solid var(--ink);
  background: var(--bone);
}

.seasons-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: clamp(34px, 5vw, 68px);
}

.seasons-anchor,
.season-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 2px solid var(--ink);
  background: var(--ink);
}

.seasons-anchor {
  min-width: 0;
  box-shadow: -14px 14px 0 var(--graphite);
}

.seasons-anchor img,
.season-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seasons-anchor img {
  object-position: center center;
}

.seasons-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.56fr);
  gap: clamp(24px, 6vw, 84px);
  align-items: end;
}

.seasons-copy h2 {
  max-width: 13ch;
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 0.92;
  margin-bottom: 0;
}

.seasons-copy .eyebrow,
.seasons-copy h2 {
  grid-column: 1;
}

.seasons-copy p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 660px;
  margin-bottom: 0;
}

.seasons-frames {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 16px;
  align-items: start;
}

.seasons-anchor,
.season-frame.winter-entry {
  aspect-ratio: 3 / 4;
}

.season-pair {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
  aspect-ratio: 0.9;
}

.season-landscapes {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 16px;
}

.season-landscapes .season-frame {
  aspect-ratio: 16 / 8.4;
}

.season-landscapes .season-deck-wide {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 6.5;
}

.season-landscapes img {
  object-position: center center;
}

.season-frame img {
  object-position: center center;
}

.season-frame.warm-entry img {
  object-position: center 46%;
}

.section-story {
  padding: 71px var(--gutter) clamp(70px, 10vw, 138px);
}

.section-press {
  display: flex;
  flex-direction: column;
}

.section-press > .press-intro,
.section-press > .film-block,
.section-press > .awards-heading,
.section-press > .press-layout {
  width: min(100%, var(--max));
  margin-left: auto;
  margin-right: auto;
}

.section-press .press-intro {
  order: 0;
  margin-bottom: 0;
}

.section-press .film-block {
  order: 1;
  margin-top: clamp(18px, 2vw, 28px);
}

.section-press .awards-heading {
  order: 2;
}

.section-press .press-layout {
  order: 3;
}

.story-grid {
  max-width: var(--max);
  margin: 0 auto;
}

.story-hero {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 clamp(54px, 8vw, 104px);
  overflow: hidden;
  border: 0;
  height: auto;
  aspect-ratio: 783 / 406;
}

.story-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-hero > img:first-child {
  object-position: center center;
  filter: brightness(0.82) contrast(1.06) saturate(0.95);
}

.story-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(33, 27, 27, 0.58), rgba(33, 27, 27, 0.04) 54%, rgba(33, 27, 27, 0.28)),
    linear-gradient(0deg, rgba(33, 27, 27, 0.52), transparent 48%);
}

.story-hero .story-hero__mark {
  position: absolute;
  left: max(var(--gutter), calc((100vw - var(--max)) / 2));
  top: clamp(56px, 8vw, 112px);
  bottom: auto;
  width: clamp(120px, 16vw, 220px);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.56))
    drop-shadow(0 0 20px rgba(210, 160, 119, 0.26));
}

.story-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
  max-width: none;
}

.story-copy p:not(.eyebrow) {
  margin-bottom: 0;
}

.story-copy .inline-link {
  color: inherit;
  text-decoration-color: var(--clay);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.story-copy .inline-link:hover,
.story-copy .inline-link:focus-visible {
  color: var(--champagne);
  text-decoration-color: currentColor;
}

.story-copy .eyebrow,
.story-copy h2 {
  grid-column: 1 / -1;
}

.story-copy h2 {
  max-width: 15ch;
  margin-bottom: clamp(8px, 1vw, 16px);
}

.architecture-context {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.55fr);
  gap: clamp(14px, 2vw, 24px);
  margin-top: clamp(48px, 7vw, 92px);
  align-items: stretch;
}

.architecture-context figure {
  margin: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 238, 226, 0.56);
}

.architecture-context__lead {
  grid-row: span 2;
  aspect-ratio: 3 / 2;
}

.architecture-context figure:not(.architecture-context__lead) {
  aspect-ratio: 3 / 2;
}

.architecture-context img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.architecture-context figure:nth-of-type(2) img {
  object-position: center 42%;
}

.architecture-context__note {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin: 8px auto 0;
  text-align: center;
  color: rgba(245, 238, 226, 0.78);
  font-size: clamp(12px, 1.1vw, 14px);
}

.architecture-context__note strong {
  color: var(--champagne);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82em;
}

.story-brief {
  max-width: none;
}

.story-brief__intro,
.story-beats {
  max-width: var(--max);
  margin-inline: auto;
}

.story-brief__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 18px clamp(36px, 7vw, 102px);
  align-items: end;
}

.story-brief__intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.story-brief__intro h2,
.story-brief__intro > p:last-child {
  margin-bottom: 0;
}

.story-beats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(46px, 7vw, 88px);
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.story-beat {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(18px, 3vw, 40px);
  padding: clamp(28px, 4vw, 54px) clamp(20px, 4vw, 52px) clamp(30px, 4vw, 58px) 0;
}

.story-beat + .story-beat {
  padding-left: clamp(20px, 4vw, 52px);
  border-left: 1px solid currentColor;
}

.story-beat:nth-child(3) {
  padding-left: 0;
  border-top: 1px solid currentColor;
  border-left: 0;
}

.story-beat:nth-child(4) {
  border-top: 1px solid currentColor;
}

.story-beat__number {
  font: 700 clamp(30px, 4vw, 56px) / 0.9 var(--display);
  opacity: 0.34;
}

.story-beat h3 {
  max-width: 15ch;
  margin: 8px 0 12px;
  font-size: clamp(25px, 3vw, 43px);
  line-height: 0.96;
}

.story-beat p:last-child {
  max-width: 40ch;
  margin: 0;
}

.story-images {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-height: clamp(430px, 48vw, 650px);
}

.story-images .photo-tile {
  min-height: 100%;
}

.engulf-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 118px;
  grid-auto-flow: dense;
  gap: 16px;
}

.engulf {
  grid-column: span 2;
  grid-row: span 2;
}

.engulf.large {
  grid-column: span 4;
  grid-row: span 4;
}

.engulf.wide {
  grid-column: span 4;
}

.engulf.vertical {
  grid-row: span 4;
}

.engulf.farmyard-frame > img {
  object-position: center center;
}

.engulf-grid .engulf:last-child {
  grid-column: 1 / -1;
  grid-row: span 3;
}

.section-gallery .section-heading h2 {
  max-width: 15ch;
  font-size: clamp(34px, 5vw, 78px);
}

.gallery-intro {
  max-width: 68ch;
  margin-bottom: 0;
  font-size: clamp(17px, 1.4vw, 20px);
}

.master-gallery {
  max-width: var(--max);
  margin: 0 auto;
  columns: 3 320px;
  column-gap: 16px;
}

.master-gallery figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 16px;
  break-inside: avoid;
  page-break-inside: avoid;
  border: 2px solid var(--ink);
  background: var(--ink);
}

.master-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.master-gallery .g-hero,
.master-gallery .g-wide,
.master-gallery .g-tall,
.master-gallery .g-third,
.master-gallery .g-two-thirds,
.master-gallery .g-third-deep,
.master-gallery .g-half {
  display: inline-block;
}

body[data-page="stay"] .stay-mosaic > :not(.premium-wide):not(.type-block) {
  display: none;
}

body[data-page="stay"] .stay-mosaic .type-block {
  grid-column: span 6;
  grid-row: span 3;
}

body[data-page="inquire"] .closing-grid {
  display: none;
}

.press-layout {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(18px, 2.5vw, 32px);
  align-items: start;
}

.award-wall {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.press-column-label {
  margin: 0 0 6px;
  color: var(--brass);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.award-wall a,
.source-list a {
  border: 0;
  border-top: 1px solid var(--dark-line);
  padding: 20px 0;
  color: var(--white);
  background: transparent;
}

.award-wall a {
  min-height: 118px;
  display: grid;
  align-content: start;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.award-wall a::before,
.source-list a::before {
  display: none;
}

.award-wall a > *,
.source-list a > * {
  position: relative;
  z-index: 1;
}

.award-wall a:nth-child(2),
.award-wall a:nth-child(3) {
  background: transparent;
}

.award-wall a:hover,
.source-list a:hover {
  color: var(--champagne);
  border-color: var(--clay);
  background: transparent;
}

.source-list a:nth-child(2n) {
  background: transparent;
}

.award-wall p {
  margin: 9px 0 0;
  font-size: 17px;
  line-height: 1.25;
}

.award-wall strong {
  align-self: end;
  margin-top: 18px;
  color: var(--brass);
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
}

.source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(18px, 2.5vw, 30px);
  row-gap: 0;
}

.source-list .press-column-label {
  grid-column: 1 / -1;
}

.source-list a {
  display: grid;
  gap: 7px;
  min-height: 118px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.source-list strong {
  font-size: 20px;
  line-height: 1.05;
}

.source-list em {
  color: rgba(255, 248, 241, 0.70);
  font-size: 13px;
  line-height: 1.22;
  font-style: normal;
}

.film-block {
  margin-top: clamp(22px, 3vw, 40px);
  display: block;
}

.film-copy {
  border: 0;
  border-top: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
  padding: clamp(28px, 3.5vw, 44px) 0;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  margin-bottom: 0;
  background: transparent;
}

.film-heading,
.film-details {
  display: grid;
  align-content: start;
  gap: 16px;
}

.film-heading {
  padding-right: clamp(18px, 3vw, 44px);
  border-right: 1px solid var(--dark-line);
}

.film-heading h3 {
  max-width: 12ch;
  margin: 0;
}

.film-details {
  gap: clamp(22px, 3vw, 34px);
}

.film-details p {
  margin-bottom: 0;
  max-width: 62ch;
}

.film-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.film-gallery .wide {
  grid-column: 1 / -1;
}

.film-gallery .photo-tile {
  grid-column: span 1;
  grid-row: auto;
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.film-reel {
  position: relative;
  overflow: hidden;
  grid-column: 1 / -1;
  grid-row: auto;
  aspect-ratio: 16 / 9;
  width: 100%;
  min-height: 0;
  border: 2px solid var(--dark-line);
  background: var(--ink);
}

.film-gallery .photo-tile:nth-of-type(2),
.film-gallery .photo-tile:nth-of-type(3) {
  grid-column: span 1;
}

.film-gallery .photo-tile:nth-of-type(4),
.film-gallery .photo-tile:nth-of-type(5) {
  grid-column: span 1;
}

.film-reel video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.02) contrast(1.08) saturate(1.28);
}

.film-reel::after {
  background: transparent;
  mix-blend-mode: normal;
}

.film-gallery .photo-tile img {
  filter: brightness(1.03) contrast(1.07) saturate(1.16);
}

.section-inquire {
  padding-bottom: 36px;
}

.inquire-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: clamp(24px, 5vw, 54px);
  border: 2px solid var(--ink);
  background: var(--champagne);
  box-shadow: 18px 18px 0 var(--clay);
}

.inquire-panel p {
  max-width: 760px;
  margin-bottom: 0;
}

.inquire-panel h2 {
  white-space: nowrap;
  font-size: clamp(32px, 4.4vw, 68px);
}

.inquire-panel h2 + p {
  margin-top: clamp(26px, 3vw, 42px);
}

.inquire-actions {
  justify-content: end;
}

.closing-grid {
  max-width: var(--max);
  margin: clamp(46px, 7vw, 84px) auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 160px;
  gap: 12px;
}

.closing-grid figure {
  border-width: 0;
}

.closing-grid figure:nth-child(1),
.closing-grid figure:nth-child(6) {
  grid-column: span 2;
  grid-row: span 2;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 24px var(--gutter);
  background: var(--ink);
  color: var(--white);
  border-top: 2px solid var(--clay);
}

.site-footer img {
  width: 70px;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer strong {
  text-transform: uppercase;
  font-weight: 950;
}

.site-footer span,
.site-footer a {
  font-size: 13px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: start;
    overflow-x: auto;
  }

  .intro-section,
  .character-grid,
  .grid-heading,
  .seasons-grid,
  .story-grid,
  .story-copy,
  .story-brief__intro,
  .press-layout,
  .film-block,
  .inquire-panel {
    grid-template-columns: 1fr;
  }

  .story-copy .eyebrow,
  .story-copy h2,
  .story-copy p:nth-of-type(4),
  .story-brief__intro .eyebrow {
    grid-column: auto;
  }

  .character-grid {
    grid-template-areas:
      "copy"
      "reel"
      "notes";
  }

  .character-reel {
    min-height: auto;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .motion-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .motion-stats span:nth-child(2n) {
    border-right: 0;
  }

  .motion-stats span:nth-child(1),
  .motion-stats span:nth-child(2) {
    border-bottom: 2px solid var(--dark-line);
  }

  .proof-strip div:nth-child(2n) {
    border-right: 0;
  }

  .proof-strip div:nth-child(5) {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .stay-mosaic,
  .engulf-grid {
    grid-auto-rows: 130px;
  }

  .photo-tile,
  .photo-tile.wide,
  .photo-tile.tall,
  .photo-tile.premium-wide,
  .type-block,
  .engulf,
  .engulf.large,
  .engulf.wide,
  .engulf.vertical {
    grid-column: span 6;
    grid-row: span 3;
  }

  .photo-tile.premium-wide {
    grid-column: 1 / -1;
  }

  .closing-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .master-gallery {
    columns: 2 280px;
    column-gap: 12px;
  }

  .master-gallery figure {
    margin-bottom: 12px;
  }

  .film-copy {
    grid-template-columns: 1fr;
  }

  .film-heading {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--dark-line);
  }

  .film-copy .eyebrow,
  .film-copy h3,
  .film-copy > p:not(.eyebrow),
  .film-copy .link-row {
    grid-column: 1;
  }

  .film-copy h3 {
    grid-row: auto;
    max-width: 14ch;
  }

  .seasons-anchor {
    min-width: 0;
  }

  .seasons-copy {
    grid-template-columns: 1fr;
  }

  .seasons-copy p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .architecture-context {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .architecture-context__lead {
    grid-column: 1 / -1;
    grid-row: auto;
  }

}

@media (max-width: 640px) {
  .source-list {
    grid-template-columns: 1fr;
  }

  .source-list .press-column-label {
    grid-column: 1;
  }

  .master-gallery {
    columns: 1;
  }

  .film-reel,
  .film-gallery .photo-tile,
  .film-gallery .photo-tile:nth-of-type(2),
  .film-gallery .photo-tile:nth-of-type(3),
  .film-gallery .photo-tile:nth-of-type(4),
  .film-gallery .photo-tile:nth-of-type(5) {
    grid-column: 1 / -1;
  }

  .intro-rare h2 {
    gap: 6px;
    font-size: clamp(20px, 7.1vw, 27px);
  }

  .architecture-context {
    grid-template-columns: 1fr;
  }
  .story-beats {
    grid-template-columns: 1fr;
  }

  .story-beat {
    padding-right: 0;
  }

  .story-beat + .story-beat {
    padding-left: 0;
    border-top: 1px solid currentColor;
    border-left: 0;
  }
  .site-header {
    position: sticky;
    padding: 10px 14px;
  }

  .page-lead {
    padding-top: 54px;
  }

  .brand-mark span {
    font-size: 11px;
  }

  .brand-mark img {
    width: 34px;
    height: 34px;
  }

  .site-nav a,
  .header-cta,
  .button {
    min-height: 40px;
    padding: 0 12px;
    font-size: 11px;
  }

  .hero-section {
    min-height: 88svh;
    padding: 68px 18px 34px;
  }

  .hero-crest {
    width: clamp(118px, 34vw, 168px);
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    min-height: 82px;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .proof-strip div:nth-child(5) {
    grid-column: auto;
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

  .intro-section,
  .character-section,
  .section-stay,
  .section-seasons,
  .section-gallery,
  .section-press,
  .section-inquire,
  .section-story {
    padding-left: 18px;
    padding-right: 18px;
  }

  .character-section::after {
    display: none;
  }

  .character-grid {
    gap: 28px;
  }

  .character-copy h2 {
    font-size: clamp(44px, 14vw, 70px);
  }

  .character-reel {
    box-shadow: none;
  }

  .character-notes {
    grid-template-columns: 1fr;
  }

  .character-notes span {
    min-height: 56px;
    border-right: 0;
    border-bottom: 2px solid rgba(247, 229, 218, 0.30);
  }

  .character-notes span:last-child {
    border-bottom: 0;
  }

  .motion-feature {
    min-height: 620px;
    padding: 74px 18px 26px;
  }

  .motion-copy h2 {
    font-size: clamp(27px, 8.5vw, 48px);
  }

  .motion-stats {
    grid-template-columns: 1fr;
  }

  .motion-stats span,
  .motion-stats span:nth-child(1),
  .motion-stats span:nth-child(2) {
    min-height: 58px;
    border-right: 0;
    border-bottom: 2px solid var(--dark-line);
  }

  .motion-stats span:last-child {
    border-bottom: 0;
  }

  .intro-image {
    min-height: 0;
  }

  .hard-shadow,
  .inquire-panel {
    box-shadow: none;
  }

  .intro-feature,
  .intro-image {
    width: 100%;
    justify-self: stretch;
  }

  .intro-visuals {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 38px 0 0;
  }

  .intro-feature,
  .intro-image {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .intro-feature {
    box-shadow: none;
  }

  .intro-image.hard-shadow {
    box-shadow: none;
  }

  .intro-image.sunset-frame {
    box-shadow: none;
  }

  .stay-mosaic,
  .engulf-grid,
  .master-gallery {
    display: block;
  }

  .photo-tile,
  .film-reel,
  .type-block,
  .engulf,
  .master-gallery figure {
    min-height: 286px;
    margin-bottom: 14px;
  }

  .master-gallery .g-hero,
  .master-gallery .g-wide,
  .master-gallery .g-tall,
  .master-gallery .g-third,
  .master-gallery .g-two-thirds,
  .master-gallery .g-third-deep,
  .master-gallery .g-half {
    min-height: 310px;
  }

  .photo-tile.premium-wide {
    min-height: 440px;
  }

  .seasons-anchor {
    width: 100%;
    min-height: 0;
    aspect-ratio: 3 / 4;
    box-shadow: none;
  }

  .seasons-frames {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .season-pair {
    grid-template-rows: none;
    aspect-ratio: auto;
  }

  .season-landscapes {
    grid-template-columns: 1fr;
  }

  .season-landscapes .season-frame {
    aspect-ratio: 4 / 3;
  }

  .season-landscapes .season-deck-wide {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .season-frame,
  .season-frame.winter-entry,
  .season-frame.warm-entry {
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .season-frame.winter-deck {
    aspect-ratio: 4 / 3;
  }

  .film-reel {
    width: 100%;
    min-height: 0;
    grid-row: span 2;
  }

  .type-block {
    min-height: auto;
  }

  .award-wall,
  .story-images,
  .film-gallery,
  .closing-grid {
    grid-template-columns: 1fr;
  }

  .closing-grid figure,
  .closing-grid figure:nth-child(1),
  .closing-grid figure:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
    min-height: 240px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer img {
    width: 58px;
  }
}

/* Media clarity pass */
.hero-shade {
  background:
    linear-gradient(90deg, rgba(33, 27, 27, 0.54), rgba(33, 27, 27, 0.08) 58%, rgba(33, 27, 27, 0.26)),
    linear-gradient(0deg, rgba(33, 27, 27, 0.46), rgba(33, 27, 27, 0) 48%);
}

.story-hero {
  width: 100vw;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 16 / 9;
  max-height: calc(100svh - 72px);
  margin-bottom: clamp(48px, 6vw, 82px);
  border: 0;
}

.story-hero > img:first-child {
  object-position: center 50%;
  filter: brightness(1) contrast(1.02) saturate(1.02);
}

.story-hero__shade {
  display: none;
}

.motion-video {
  filter: brightness(0.88) contrast(1.055) saturate(1.08);
}

.motion-shade {
  background:
    linear-gradient(90deg, rgba(33, 27, 27, 0.54), rgba(33, 27, 27, 0.12) 58%, rgba(92, 48, 53, 0.36)),
    linear-gradient(0deg, rgba(33, 27, 27, 0.62), rgba(33, 27, 27, 0.02) 56%);
}

@media (max-width: 640px) {
  .story-hero {
    aspect-ratio: 4 / 3;
    max-height: none;
  }
}

/* 2026 editorial system */
:root {
  --space-section: clamp(72px, 8vw, 116px);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 4px;
}

.intro-section,
.section-stay,
.section-gallery,
.section-press,
.section-inquire {
  padding-top: var(--space-section);
  padding-bottom: var(--space-section);
}

.section-heading h1,
.story-copy h1,
.inquire-panel h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 0.94;
  letter-spacing: -0.02em;
  font-weight: 940;
  text-transform: uppercase;
}

.story-hero {
  width: 100%;
  left: auto;
  transform: none;
  border: 1px solid var(--dark-line);
}

.story-copy h1 {
  grid-column: 1 / -1;
  max-width: 15ch;
  margin-bottom: clamp(8px, 1vw, 16px);
}

.story-film {
  margin-top: clamp(48px, 7vw, 92px);
  overflow: hidden;
  border: 1px solid var(--dark-line);
  background: #000;
}

.story-film video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.section-gallery .section-heading h1 {
  max-width: 17ch;
  font-size: clamp(36px, 4.6vw, 70px);
}

.section-press .press-intro h1 {
  max-width: 17ch;
  font-size: clamp(42px, 5.4vw, 78px);
}

.inquire-panel h1 {
  max-width: 16ch;
  font-size: clamp(36px, 4.4vw, 68px);
}

.motion-video {
  filter: brightness(0.76) contrast(1.08) saturate(1.02);
}

@media (max-width: 640px) {
  .story-hero { aspect-ratio: 4 / 3; }
  .story-hero > img:first-child { object-position: center center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  video[autoplay] { display: none; }
}

/* Image-led editorial pass */
.hero-section h1 {
  max-width: 10ch;
  font-size: clamp(46px, 5.6vw, 80px);
  line-height: 0.92;
}

.hero-section .hero-video {
  object-position: center 48%;
}

.intro-rare h2 {
  font-size: clamp(30px, 3.35vw, 52px);
}

.gallery-opening {
  max-width: var(--max);
  margin: 0 auto clamp(18px, 2vw, 28px);
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(240px, 0.74fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gallery-opening figure {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border: 2px solid var(--ink);
  background: var(--ink);
}

.gallery-opening__lead {
  grid-row: 1 / -1;
  aspect-ratio: 3 / 2;
}

.gallery-opening figure:not(.gallery-opening__lead) {
  aspect-ratio: 16 / 9;
}

.gallery-opening img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.01) contrast(1.02) saturate(1.01);
}

.master-gallery {
  column-gap: clamp(12px, 1.4vw, 18px);
}

.master-gallery figure {
  margin-bottom: clamp(12px, 1.4vw, 18px);
}

@media (max-width: 760px) {
  .gallery-opening {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-opening__lead {
    grid-row: auto;
  }

  .gallery-opening figure,
  .gallery-opening figure:not(.gallery-opening__lead) {
    aspect-ratio: auto;
  }

  .gallery-opening img {
    height: auto;
    object-fit: contain;
  }
}

/* Final hierarchy and curation pass */
.hero-section .hero-video {
  object-position: center 60%;
  filter: brightness(0.78) contrast(1.08) saturate(1.14);
}

.intro-visuals {
  position: relative;
  gap: 0;
  padding: 0;
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--brass);
}

.intro-visuals::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: var(--ink);
}

.intro-feature,
.intro-image.sunset-frame {
  border: 0;
  box-shadow: none;
}

.intro-feature img,
.intro-image img {
  filter: brightness(1.01) contrast(1.02) saturate(1.02);
}

.section-gallery.page-lead {
  padding-top: clamp(108px, 9vw, 138px);
}

.section-gallery .section-heading {
  margin-bottom: clamp(26px, 3vw, 42px);
}

.section-gallery .section-heading h1 {
  max-width: 21ch;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 0.96;
}

.gallery-intro {
  max-width: 58ch;
  font-size: clamp(16px, 1.2vw, 18px);
}

.master-gallery {
  columns: 3 320px;
}

.master-gallery figcaption {
  padding: 7px 10px;
  background: rgba(33, 27, 27, 0.78);
  font-size: 10px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.master-gallery figure:hover figcaption,
.master-gallery figure:focus-within figcaption {
  opacity: 1;
  transform: translateY(0);
}

.story-copy {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.architecture-context {
  margin-top: clamp(38px, 5vw, 64px);
}

.story-stay {
  padding-top: clamp(52px, 6vw, 84px);
}

.story-brief__intro {
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: center;
}

.story-brief__intro h2 {
  max-width: 13ch;
  font-size: clamp(38px, 4.2vw, 64px);
}

.motion-copy h2 {
  font-size: clamp(44px, 6.2vw, 92px);
}

.motion-stats span {
  min-height: 94px;
  font-size: clamp(12px, 1.1vw, 15px);
}

.section-inquire.page-lead {
  min-height: auto;
}

.inquire-panel {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.5fr);
}

.inquire-actions {
  display: grid;
  grid-template-columns: 1fr;
}

@media (max-width: 980px) {
  .story-brief__intro,
  .inquire-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .intro-visuals {
    box-shadow: none;
  }

  .master-gallery figcaption {
    opacity: 1;
    transform: none;
  }
}
