:root {
  --story-ink: #171411;
  --story-paper: #f3efe7;
  --story-warm: #c9794f;
  --story-muted: #756f67;
}

* { box-sizing: border-box; }
html {
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto !important;
  scroll-behavior: smooth;
}
body.editorial-story {
  margin: 0;
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  background: var(--story-paper);
  color: var(--story-ink);
  font-family: "Montserrat", Arial, sans-serif;
}
body.lightbox-active { overflow: hidden !important; }

.editorial-story img { display: block; max-width: 100%; }
.editorial-story a { color: inherit; }

.story-nav {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px clamp(22px, 5vw, 76px);
  color: #fff;
  background: linear-gradient(180deg, rgba(15, 12, 10, .62), transparent);
}

.story-logo img { width: min(250px, 42vw); height: auto; }
.story-menu { display: flex; gap: clamp(18px, 3vw, 42px); }
.story-menu a {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.editorial-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #34251d;
}
.editorial-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.editorial-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(244, 237, 224, .24) 0%, transparent 46%, rgba(15, 10, 8, .20) 100%);
}
.editorial-hero-copy {
  position: absolute;
  z-index: 2;
  top: clamp(105px, 12vh, 145px);
  left: 29vw;
  max-width: 66vw;
  color: #fffaf1;
  text-shadow: 0 2px 18px rgba(24,16,10,.52);
}
.story-eyebrow {
  margin: 0 0 16px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.editorial-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 7vw, 7.6rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .72;
}
.editorial-hero h1 span { display: inline; margin-left: .16em; font-style: italic; }
.story-place {
  margin: 24px 0 0;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.story-scroll {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 5vw, 80px);
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-decoration: none;
  text-shadow: 0 2px 14px rgba(0,0,0,.75);
  text-transform: uppercase;
}
.story-scroll span {
  position: relative;
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.7);
}
.story-scroll span::after {
  content: "";
  position: absolute;
  left: -3px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.story-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  min-height: 760px;
  background: var(--story-paper);
}
.story-intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 10vw, 160px);
}
.story-number {
  color: var(--story-warm);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
}
.story-intro h2,
.story-location h2,
.story-seo h2,
.story-cta h2 {
  margin: 18px 0 28px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 5.4vw, 6.1rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .9;
}
.story-intro p,
.story-location p,
.story-seo p {
  max-width: 680px;
  margin: 0 0 20px;
  color: #514c46;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.2rem, 1.7vw, 1.6rem);
  line-height: 1.55;
}
.story-intro-portrait { min-height: 650px; }
.story-intro-portrait img { width: 100%; height: 100%; object-fit: cover; }

.story-video {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  align-items: center;
  gap: clamp(34px, 6vw, 110px);
  padding: clamp(70px, 9vw, 140px) clamp(22px, 7vw, 126px);
  color: #f7f1e8;
  background: #171411;
}
.story-video h2 {
  margin: 12px 0 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.8rem);
  font-weight: 500;
  line-height: .9;
}
.story-video p { max-width: 430px; color: #bdb5aa; line-height: 1.7; }
.story-video-frame { min-width: 0; }

.story-gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(70px, 9vw, 135px) clamp(22px, 5vw, 80px) 55px;
}
.story-gallery-heading h2 {
  max-width: 850px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.4rem, 7vw, 8rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .82;
}
.story-gallery-heading p {
  max-width: 350px;
  margin: 0;
  color: var(--story-muted);
  line-height: 1.6;
}

.gallery.story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(135px, 13vw, 245px);
  grid-auto-flow: dense;
  gap: clamp(8px, 1.2vw, 18px);
  padding: 0 clamp(8px, 1.2vw, 18px) clamp(80px, 10vw, 150px);
}
.story-grid figure { position: relative; margin: 0; overflow: hidden; background: #ddd5c9; }
.story-grid img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; transition: transform .7s ease; }
.story-grid figure:hover img { transform: scale(1.025); }
.tile-wide { grid-column: span 2; grid-row: span 2; }
.tile-landscape { grid-column: span 2; grid-row: span 2; }
.tile-tall { grid-column: span 1; grid-row: span 2; }
.tile-feature { grid-column: span 1; grid-row: span 2; }
.tile-square { grid-column: span 1; grid-row: span 2; }
.tile-final { grid-column: 1 / -1; grid-row: span 2; }

.story-location {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  min-height: 760px;
  background: #dfd3c4;
}
.story-location-image img { width: 100%; height: 100%; object-fit: cover; }
.story-location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 130px);
}
.story-location-copy .story-eyebrow { color: #8b4c32; }

.story-seo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 130px);
  padding: clamp(75px, 10vw, 160px) clamp(22px, 8vw, 150px);
  background: #f8f5ef;
}
.story-seo h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.story-facts { margin: 0; padding: 0; list-style: none; border-top: 1px solid #bdb4a8; }
.story-facts li {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 23px 0;
  border-bottom: 1px solid #bdb4a8;
  font-size: .76rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.story-facts strong { text-align: right; }

.story-cta {
  position: relative;
  min-height: 78svh;
  display: grid;
  place-items: center;
  padding: 70px 22px;
  text-align: center;
  color: #fff;
  background: #1b1714;
  overflow: hidden;
}
.story-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.story-cta::after { content: ""; position: absolute; inset: 0; background: rgba(15, 10, 8, .28); }
.story-cta-copy { position: relative; z-index: 2; max-width: 980px; }
.story-cta h2 { font-size: clamp(3.8rem, 7.5vw, 8.5rem); }
.story-button {
  display: inline-block;
  margin-top: 18px;
  padding: 16px 25px;
  border: 1px solid rgba(255,255,255,.78);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s ease;
}
.story-button:hover { color: #171411; background: #fff; }

.story-footer {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 34px clamp(22px, 5vw, 80px);
  color: #bcb3a7;
  background: #171411;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.story-footer a { text-decoration: none; }

.story-related {
  padding: clamp(75px, 9vw, 135px) clamp(22px, 6vw, 100px);
  color: #fff;
  background: #171411;
}
.story-related-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}
.story-related h2 {
  max-width: 780px;
  margin: 12px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 5.4vw, 6rem);
  font-weight: 500;
  line-height: .9;
}
.story-related-all {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.7);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
.story-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.story-related-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  color: #fff;
  background: #2b2723;
  text-decoration: none;
}
.story-related-card img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; transition: transform .55s ease; }
.story-related-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,6,5,.8),transparent 65%); }
.story-related-card div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 24px; }
.story-related-card h3 { margin: 0; font-family: "Cormorant Garamond",Georgia,serif; font-size: 2rem; font-weight: 500; }
.story-related-card p { margin: 4px 0 0; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.story-related-card:hover img { transform: scale(1.035); }

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 7, 6, .96);
}
.lightbox.open { display: flex; }
.lightbox-content { max-width: 90vw; max-height: 84vh; object-fit: contain; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.1);
  cursor: pointer;
}
.lightbox-close { top: 20px; right: 24px; width: 52px; height: 52px; font-size: 2.1rem; }
.lightbox-prev, .lightbox-next { top: 50%; width: 58px; height: 58px; font-size: 2.8rem; transform: translateY(-50%); }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
#lightbox-caption { position: absolute; bottom: 18px; max-width: 80vw; color: #fff; font-size: .78rem; text-align: center; }

@media (max-width: 820px) {
  .story-nav { padding: 18px 20px; }
  .story-logo img { width: 205px; }
  .story-menu a:not(:last-child) { display: none; }
  .editorial-hero { min-height: 86svh; }
  .editorial-hero > img { object-position: center; }
  .editorial-hero-copy { top: 105px; left: 20px; max-width: 88vw; }
  .editorial-hero h1 { font-size: clamp(3.6rem, 16vw, 5.8rem); }
  .editorial-hero h1 span { display: block; margin-left: .38em; }
  .story-place { margin-top: 15px; font-size: .62rem; }
  .story-scroll { right: 20px; bottom: 18px; }
  .story-intro,
  .story-video,
  .story-location,
  .story-seo { grid-template-columns: 1fr; }
  .story-intro-copy { padding: 75px 24px; }
  .story-intro-portrait { min-height: 72svh; }
  .story-video { padding: 75px 20px; }
  .story-video-copy { max-width: 540px; }
  .story-gallery-heading { display: block; padding: 75px 20px 40px; }
  .story-gallery-heading p { margin-top: 25px; }
  .gallery.story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; padding: 0 7px 75px; }
  .tile-wide, .tile-landscape { grid-column: span 2; grid-row: auto; aspect-ratio: 3 / 2; }
  .tile-tall, .tile-square { grid-column: span 1; grid-row: auto; aspect-ratio: 2 / 3; }
  .tile-feature { grid-column: span 2; grid-row: auto; aspect-ratio: 4 / 5; }
  .tile-final { grid-column: span 2; grid-row: auto; aspect-ratio: 3 / 2; }
  .story-location-image { min-height: 65svh; }
  .story-location-copy, .story-seo { padding: 75px 24px; }
  .story-cta { min-height: 70svh; }
  .story-footer { display: block; line-height: 1.8; }
  .story-related-head { display: block; }
  .story-related-all { display: inline-block; margin-top: 25px; }
  .story-related-grid { grid-template-columns: 1fr; }
  .story-related-card { min-height: 230px; }
  .story-related-card img { min-height: 230px; }
  .lightbox-prev, .lightbox-next { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .story-grid img { transition: none; }
}
