:root {
  --paper: #f0ede5;
  --paper-deep: #e5e0d5;
  --ink: #17201f;
  --ink-soft: #44504e;
  --night: #101817;
  --night-lift: #182321;
  --copper: #ad6545;
  --copper-light: #d49777;
  --line: rgba(23, 32, 31, 0.2);
  --line-light: rgba(255, 255, 255, 0.2);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::selection {
  color: #fff;
  background: var(--copper);
}

a {
  color: inherit;
}

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

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

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

h2 {
  margin-bottom: 32px;
  font-size: clamp(3rem, 6.5vw, 6.7rem);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(104px, 14vw, 190px);
}

.section-number {
  position: absolute;
  top: 54px;
  left: 0;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--copper);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow--light {
  color: var(--copper-light);
}

.lead {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.flow > * + * {
  margin-top: 1.4em;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 28%, rgba(171, 101, 69, 0.22), transparent 35%),
    linear-gradient(125deg, #1b2927, #0b1110);
  isolation: isolate;
}

.hero__video,
.hero__poster,
.hero__fallback,
.hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__video {
  z-index: -3;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.hero__video--active {
  opacity: 1;
}

.hero__poster {
  z-index: -2;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}

.hero--video-ready .hero__poster {
  opacity: 0;
}

.hero__play {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  color: #fff;
  background: rgba(10, 17, 16, 0.54);
  backdrop-filter: blur(12px);
  border-radius: 100px;
  font: 600 0.58rem/1 var(--sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__play[hidden] {
  display: none;
}

.hero__play span {
  font-size: 0.7rem;
}

.hero__fallback {
  z-index: -4;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(116deg, transparent 43%, rgba(173, 101, 69, 0.12) 43.2%, transparent 43.5%),
    repeating-linear-gradient(165deg, transparent 0 48px, rgba(255, 255, 255, 0.025) 49px 50px);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 10, 9, 0.78) 0%, rgba(4, 10, 9, 0.5) 42%, rgba(4, 10, 9, 0.12) 78%),
    linear-gradient(0deg, rgba(4, 10, 9, 0.58), transparent 44%);
}

.hero__content {
  align-self: flex-end;
  padding-bottom: clamp(100px, 12vh, 150px);
}

.hero h1 {
  max-width: 1060px;
  margin-bottom: 36px;
  font-size: clamp(2.95rem, 6.85vw, 7rem);
  text-wrap: balance;
}

.hero__intro {
  max-width: 620px;
  margin-bottom: 42px;
  font-family: var(--serif);
  font-size: clamp(0.95rem, 1.6vw, 1.4rem);
  line-height: 1.35;
}

.hero .eyebrow {
  font-size: 0.48rem;
}

.hero .text-link {
  font-size: 0.53rem;
}

.text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link--light {
  color: #fff;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  column-gap: clamp(60px, 10vw, 150px);
  row-gap: clamp(48px, 6vw, 88px);
  align-items: start;
}

.section.intro {
  padding-bottom: clamp(72px, 7vw, 100px);
}

.intro + .facts {
  padding-top: clamp(72px, 7vw, 100px);
}

.intro__headline {
  grid-column: 1 / -1;
}

.intro__headline h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.photo-frame.intro__visual {
  grid-column: 1;
  width: 100%;
  min-height: 0;
  aspect-ratio: 2000 / 1163;
}

.intro__visual img {
  object-fit: contain;
}

.intro__copy {
  grid-column: 2;
  padding-top: 0;
}

.source-note {
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.6;
}

.photo-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 320px;
  border: 1px solid rgba(23, 32, 31, 0.34);
  background: var(--paper-deep);
  isolation: isolate;
}

.photo-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-frame__caption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin: 0;
  padding: 66px 22px 22px;
  color: rgba(255, 255, 255, 0.92);
  background: linear-gradient(transparent, rgba(6, 12, 11, 0.7));
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.photo-frame__caption span:last-child {
  text-align: right;
}

.photo-frame--portrait {
  aspect-ratio: 3 / 4;
  min-height: auto;
}

.photo-frame--landscape {
  aspect-ratio: 4 / 3;
  min-height: auto;
}

.photo-frame--underway {
  aspect-ratio: 1.85 / 1;
}

.photo-frame--berlin {
  aspect-ratio: 4 / 3;
}

.photo-frame--square {
  aspect-ratio: 1;
  min-height: auto;
}

.photo-frame__badge {
  position: absolute;
  z-index: 3;
  top: 24px;
  left: 24px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  color: #fff;
  background: rgba(9, 16, 15, 0.72);
  backdrop-filter: blur(10px);
  font-size: 0.56rem;
  font-weight: 650;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.facts {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(70px, 11vw, 170px);
}

.facts__heading h2 {
  font-size: clamp(3rem, 5.6vw, 5.5rem);
}

.facts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
}

.facts__grid div {
  min-height: 145px;
  padding: 28px 18px 28px 0;
  border-bottom: 1px solid var(--line);
}

.facts__grid div:nth-child(even) {
  padding-left: 32px;
  border-left: 1px solid var(--line);
}

.facts dt,
.offer-card dt {
  margin-bottom: 12px;
  color: var(--copper);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.facts dd {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  line-height: 1.15;
}

.facts__note {
  grid-column: 2;
  margin-top: -100px;
  padding-top: 16px;
  color: var(--ink-soft);
  font-size: 0.7rem;
}

.craft {
  color: #e9e6de;
  background: var(--night);
}

.craft__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.44fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.craft__copy {
  padding-right: 30px;
}

.craft__copy h2 {
  font-size: clamp(3.2rem, 5.8vw, 6rem);
}

.craft__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.craft .photo-frame {
  border-color: rgba(255, 255, 255, 0.28);
  background: var(--night-lift);
}

.photo-frame--offset {
  margin-top: 0;
}

.photo-frame--historical {
  grid-column: 1 / -1;
  aspect-ratio: 3 / 2;
  min-height: auto;
  margin-top: 0;
}

.photo-frame__caption--historical {
  background: linear-gradient(transparent, rgba(6, 12, 11, 0.88));
}

.quote {
  padding-block: clamp(100px, 15vw, 210px);
  color: #eeeae1;
  background: var(--copper);
}

.quote__inner {
  max-width: 980px;
  text-align: center;
}

.quote p {
  margin-bottom: 34px;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.quote cite {
  font-size: 0.65rem;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.offers__heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.48fr);
  column-gap: clamp(70px, 12vw, 180px);
  align-items: end;
  margin-bottom: clamp(72px, 10vw, 130px);
}

.offers__heading .eyebrow {
  grid-column: 1 / -1;
}

.offers__heading h2 {
  margin: 0;
}

.offers__heading > p:last-child {
  margin-bottom: 12px;
}

.offers__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 720px;
  padding: clamp(36px, 5vw, 70px);
}

.offer-card + .offer-card {
  border-left: 1px solid var(--line);
}

.offer-card__index {
  position: absolute;
  top: 36px;
  right: 40px;
  color: var(--copper);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-style: italic;
}

.offer-card h3 {
  max-width: 480px;
  margin: 46px 0 34px;
  font-size: clamp(2.7rem, 4.7vw, 4.7rem);
}

.offer-card > p:not(.eyebrow, .offer-card__index) {
  max-width: 480px;
}

.offer-card dl {
  margin: auto 0 50px;
}

.offer-card dl div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.offer-card dd {
  margin: 0;
  text-align: right;
}

.offer-card > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 10px;
  border-top: 1px solid currentColor;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.offer-card--primary {
  color: #eeeae2;
  background: var(--night-lift);
}

.offer-card--primary .eyebrow,
.offer-card--primary dt,
.offer-card--primary .offer-card__index {
  color: var(--copper-light);
}

.offer-card--primary dl div {
  border-color: var(--line-light);
}

.offer-card--secondary {
  background: var(--paper-deep);
}

.condition {
  color: #eae7df;
  background:
    linear-gradient(rgba(12, 20, 19, 0.94), rgba(12, 20, 19, 0.94)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, 0.03) 80px);
}

.condition__grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: clamp(70px, 13vw, 190px);
}

.condition h2 {
  max-width: 760px;
  font-size: clamp(3.1rem, 6vw, 6.3rem);
}

.gallery {
  color: #eae7df;
  background: var(--night);
}

.gallery .eyebrow {
  color: var(--copper-light);
}

.gallery__heading {
  max-width: 850px;
  margin-bottom: 72px;
}

.gallery__note {
  max-width: 620px;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 26px;
  align-items: start;
}

.gallery__grid > :nth-child(1) {
  grid-column: 1 / 8;
}

.gallery__grid > :nth-child(2) {
  grid-column: 9 / 13;
  margin-top: 110px;
}

.gallery__grid > :nth-child(3) {
  grid-column: 4 / 12;
  margin-top: 110px;
}

.detail-gallery {
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: var(--paper-deep);
}

.detail-gallery__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  column-gap: clamp(48px, 9vw, 130px);
  align-items: end;
  margin-bottom: 52px;
}

.detail-gallery__heading .eyebrow {
  grid-column: 1 / -1;
}

.detail-gallery__heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.detail-gallery__note {
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.detail-gallery__rail {
  display: flex;
  gap: 22px;
  align-items: start;
  padding-bottom: 26px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  scrollbar-color: var(--copper) rgba(25, 33, 31, 0.12);
  scrollbar-width: thin;
}

.detail-gallery__rail:focus-visible {
  outline: 1px solid var(--copper);
  outline-offset: 8px;
}

.detail-gallery__rail::-webkit-scrollbar {
  height: 7px;
}

.detail-gallery__rail::-webkit-scrollbar-track {
  background: rgba(25, 33, 31, 0.12);
}

.detail-gallery__rail::-webkit-scrollbar-thumb {
  background: var(--copper);
}

.detail-card {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
  scroll-snap-align: start;
}

.detail-card img {
  display: block;
  width: auto;
  height: 248px;
  object-fit: contain;
}

.detail-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 0;
  min-width: 100%;
  height: 89px;
  padding: 17px 18px;
  color: var(--ink-soft);
  font-size: 0.59rem;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.detail-card figcaption span:last-child {
  max-width: 190px;
  text-align: right;
}

.detail-card--historical {
  border-color: rgba(153, 85, 54, 0.45);
}

.detail-card__badge {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  color: #fff;
  background: rgba(90, 48, 31, 0.86);
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.closing {
  position: relative;
  display: grid;
  min-height: 78svh;
  place-items: center;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper-deep);
  isolation: isolate;
}

.closing__backdrop {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(173, 101, 69, 0.2), transparent 32%),
    repeating-linear-gradient(160deg, transparent 0 80px, rgba(23, 32, 31, 0.025) 81px);
}

.closing__content {
  text-align: center;
}

.closing .eyebrow {
  color: var(--copper);
}

.closing h2 {
  margin-bottom: 28px;
  font-size: clamp(3.3rem, 7.7vw, 8rem);
}

.closing__location {
  max-width: 620px;
  margin: 0 auto 42px;
  color: var(--ink-soft);
  font-size: clamp(0.94rem, 1.4vw, 1.08rem);
  line-height: 1.65;
}

.closing .button {
  border-color: rgba(23, 32, 31, 0.58);
}

.closing .button:hover {
  color: #fff;
  background: var(--night);
}

.button {
  display: inline-block;
  padding: 18px 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
}

.button:hover {
  color: var(--night);
  background: #fff;
}

.footer {
  color: #ece8df;
  background: #090f0e;
}

.footer__top {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 80px;
  align-items: end;
  padding-block: clamp(100px, 13vw, 170px);
}

.footer h2 {
  margin: 0;
  font-size: clamp(3.5rem, 7.5vw, 7.6rem);
}

.footer address {
  padding-bottom: 14px;
  font-style: normal;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

.footer address p + p {
  margin-top: 34px;
}

.footer address a {
  text-underline-offset: 5px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-block: 24px;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer__bottom p {
  margin: 0;
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 40px, 720px);
  }

  .section-number {
    top: 34px;
  }

  .intro,
  .facts,
  .craft__grid,
  .condition__grid,
  .footer__top {
    grid-template-columns: 1fr;
  }

  .intro__copy {
    grid-column: 1;
    padding-top: 0;
  }

  .intro__headline,
  .intro__visual {
    grid-column: 1;
  }

  .facts__note {
    grid-column: 1;
    margin-top: 0;
  }

  .craft__grid {
    grid-template-columns: 1fr;
  }

  .craft__copy {
    padding-right: 0;
  }

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

  .photo-frame--historical {
    grid-column: 1 / -1;
  }

  .offers__heading {
    grid-template-columns: 1fr;
  }

  .offers__heading > p:last-child {
    max-width: 580px;
    margin-top: 32px;
  }

  .offer-card {
    min-height: 650px;
  }

  .footer__top {
    align-items: start;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  body {
    font-size: 15px;
  }

  .section {
    padding-block: 100px;
  }

  .hero {
    min-height: 92svh;
  }

  .hero__video {
    object-position: center bottom;
  }

  .hero__poster {
    object-position: center bottom;
  }

  .hero__play {
    right: 16px;
    bottom: 16px;
  }

  .hero__content {
    padding-bottom: 76px;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 11.2vw, 4.1rem);
  }

  .facts__grid {
    grid-template-columns: 1fr;
  }

  .facts__grid div:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .craft__grid {
    grid-template-columns: 1fr;
  }

  .craft__media {
    grid-template-columns: 1fr;
  }

  .craft__copy {
    grid-column: 1;
  }

  .photo-frame--portrait {
    aspect-ratio: 4 / 5;
  }

  .photo-frame--offset {
    margin-top: 0;
  }

  .photo-frame--historical {
    grid-column: 1;
    aspect-ratio: 4 / 3;
    margin-top: 0;
  }

  .photo-frame__caption {
    padding: 56px 18px 18px;
    font-size: 0.56rem;
  }

  .photo-frame__badge {
    top: 18px;
    left: 18px;
  }

  .offers__cards {
    grid-template-columns: 1fr;
  }

  .offer-card + .offer-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .offer-card {
    min-height: 620px;
    padding: 34px 26px;
  }

  .gallery__grid {
    grid-template-columns: 1fr;
  }

  .gallery__grid > :nth-child(n) {
    grid-column: 1;
    margin-top: 0;
  }

  .detail-gallery__heading {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 38px;
  }

  .detail-gallery__rail {
    gap: 16px;
  }

  .detail-card img {
    height: 205px;
  }

  .footer__top {
    gap: 60px;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero__video {
    display: none;
  }

  .hero__poster {
    opacity: 1;
  }
}
