:root {
  --bg: #050404;
  --surface: #0c0806;
  --ink: #f1d0ad;
  --ink-soft: #d0a57b;
  --line: rgba(216, 168, 118, 0.62);
  --panel: rgba(13, 8, 5, 0.62);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
}

html.has-intro-overlay,
html.has-intro-overlay body {
  overflow: hidden;
}

html.has-intro-overlay .page,
html.has-intro-overlay .site-credit {
  pointer-events: none;
}

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  isolation: isolate;
  opacity: 0;
  visibility: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(126, 74, 41, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(7, 5, 5, 0.92), rgba(4, 3, 3, 0.98));
  transition: opacity 620ms ease, visibility 620ms ease;
}

html.has-intro-overlay .intro-overlay {
  display: block;
  opacity: 1;
  visibility: visible;
}

.intro-overlay[hidden] {
  display: none !important;
}

.intro-overlay__dialog {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.intro-overlay__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72) contrast(1.03) saturate(1.08);
  transform: scale(1.03);
  opacity: 0;
  transition: opacity 420ms ease, transform 1s ease;
}

.intro-overlay__image[src] {
  opacity: 1;
}

.intro-overlay__vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.6) 72%),
    linear-gradient(180deg, rgba(8, 5, 4, 0.08), rgba(7, 5, 5, 0.16) 38%, rgba(0, 0, 0, 0.64) 100%);
  transition: opacity 620ms ease;
}

.intro-overlay__smoke {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.96;
  transition: opacity 420ms ease;
}

.intro-overlay__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  width: min(90vw, 38rem);
  padding: clamp(1.5rem, 4vw, 2.6rem);
  text-align: center;
}

.intro-overlay__eyebrow {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  color: #e0b88f;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.54);
}

.intro-overlay__claim {
  margin: 0;
  width: min(14ch, 100%);
  color: #f5d8b6;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2.35rem, 6vw, 4.55rem);
  line-height: 1.04;
  letter-spacing: 0.04em;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.68);
}

.intro-overlay__copy {
  margin: 0;
  max-width: 24ch;
  color: #edd0ad;
  font-size: clamp(1.08rem, 2.1vw, 1.36rem);
  line-height: 1.3;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.62);
}

.intro-overlay__actions {
  margin-top: 0.2rem;
}

.intro-overlay__button {
  min-width: min(14rem, 100%);
  border-radius: 0;
  cursor: pointer;
}

.intro-overlay .btn {
  background: linear-gradient(180deg, rgba(52, 30, 17, 0.88), rgba(29, 17, 10, 0.88));
  box-shadow:
    inset 0 0 0 1px rgba(236, 201, 163, 0.38),
    0 10px 28px rgba(0, 0, 0, 0.34);
}

.intro-overlay .btn:hover,
.intro-overlay .btn:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.intro-overlay .btn:focus-visible {
  outline: 2px solid rgba(244, 215, 183, 0.92);
  outline-offset: 4px;
}

.intro-overlay__portal {
  position: absolute;
  left: 50%;
  top: 61%;
  width: 12vmin;
  height: 12vmin;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 224, 200, 0.98), rgba(205, 171, 133, 0.82), transparent 72%);
  filter: blur(12px);
  opacity: 0;
  z-index: 3;
  pointer-events: none;
}

.intro-overlay.is-closing {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.intro-overlay.is-closing .intro-overlay__content {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition:
    opacity 300ms ease,
    transform 520ms cubic-bezier(0.18, 0.84, 0.25, 1);
}

.intro-overlay.is-closing .intro-overlay__image {
  transform: scale(1.07);
  opacity: 0;
  transition: opacity 620ms ease, transform 620ms ease;
}

.intro-overlay.is-closing .intro-overlay__vignette,
.intro-overlay.is-closing .intro-overlay__smoke {
  opacity: 0;
}

.intro-overlay.is-closing .intro-overlay__portal {
  animation: intro-portal 760ms cubic-bezier(0.2, 0.8, 0.1, 1) forwards;
}

.page {
  overflow-x: clip;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.hero picture {
  position: absolute;
  inset: 0;
}

.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.95) contrast(1.08) saturate(1.06);
  transform: scale(1.03);
  animation: cinematic-drift 9s ease-in-out infinite alternate;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(92deg, rgba(5, 5, 6, 0.72) 0%, rgba(8, 6, 5, 0.6) 27%, rgba(11, 8, 6, 0.24) 55%, rgba(14, 10, 8, 0.14) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.08) 26%, rgba(0, 0, 0, 0.5) 100%),
    radial-gradient(circle at 64% 32%, rgba(183, 110, 56, 0.18), transparent 44%),
    radial-gradient(circle at 50% 78%, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.18) 76%);
}

.hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.35) 0.7px, transparent 0.7px);
  background-size: 3px 3px;
  animation: grain-shift 0.35s steps(2) infinite;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: clamp(18px, 4.2vh, 40px);
  background: #020202;
  z-index: 3;
  pointer-events: none;
}

.hero::before {
  top: 0;
}

.hero::after {
  bottom: 0;
}

.hero__topbar,
.hero__content {
  position: relative;
  z-index: 4;
}

.hero__topbar {
  padding: clamp(1rem, 2vw, 1.7rem) clamp(1rem, 4vw, 3rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hero__city {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.78rem;
  color: #f3d3b2;
  padding: 0.45rem 0.7rem 0.45rem 0.82rem;
  border: 1px solid rgba(238, 194, 151, 0.58);
  border-radius: 999px;
  background: rgba(14, 9, 7, 0.34);
  backdrop-filter: blur(6px);
  box-shadow: inset 0 0 0 1px rgba(255, 228, 194, 0.2);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.hero__content {
  align-self: center;
  padding: 0 clamp(1rem, 4vw, 3rem) clamp(2rem, 3vw, 2.8rem);
  display: grid;
  gap: clamp(0.3rem, 1vw, 0.75rem);
}

.hero__content::before {
  display: none;
}

.hero__eyebrow {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  color: var(--ink-soft);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.82rem;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.54);
}

.hero__content h1 {
  color: #f7dfc3;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.56);
}

h1 {
  margin: 0.1rem 0 0.5rem;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2.9rem, 8vw, 5.8rem);
  letter-spacing: 0.05em;
  line-height: 0.96;
  max-width: 10ch;
}

.hero__micro {
  margin: 0 0 0.45rem;
  font-family: "Cinzel", Georgia, serif;
  color: #f4dcc1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.52);
}

.hero__lead {
  margin: 0;
  width: min(34rem, 100%);
  font-size: clamp(1.15rem, 2.5vw, 1.7rem);
  line-height: 1.28;
  color: #edd0ad;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.56);
}

.hero__actions-shell {
  position: relative;
  z-index: 4;
  padding: 0 clamp(1rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.6rem);
}

.hero__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  align-items: stretch;
  width: min(56rem, 100%);
}

.hero__actions > .btn,
.hero__actions > .hero-menu {
  min-width: 0;
}

.hero__actions > .btn,
.hero__actions .hero-menu__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  width: 100%;
  line-height: 1.22;
  text-align: center;
}

.btn {
  text-decoration: none;
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 0.66rem 1.2rem;
  font-family: "Cinzel", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.8rem;
  background: linear-gradient(180deg, rgba(58, 33, 19, 0.85), rgba(30, 18, 11, 0.85));
  box-shadow: inset 0 0 0 1px rgba(244, 208, 167, 0.3);
}

.btn--ghost {
  background: var(--panel);
}

.hero-menu {
  position: relative;
  z-index: 12;
  display: block;
  min-width: 0;
}

.hero-menu__trigger {
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
}

.hero-menu__trigger::after {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-0.1rem) rotate(45deg);
  transition: transform 180ms ease;
}

.hero-menu__trigger[aria-expanded="true"]::after {
  transform: translateY(0.08rem) rotate(-135deg);
}

.hero-menu__panel {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.7rem);
  transform: translateX(-50%);
  width: min(21rem, calc(100vw - 1.5rem));
  min-width: 100%;
  padding: 0.5rem;
  border: 1px solid rgba(238, 194, 151, 0.36);
  border-radius: 0.9rem;
  background:
    radial-gradient(circle at top center, rgba(144, 86, 45, 0.18), transparent 56%),
    linear-gradient(180deg, rgba(16, 11, 8, 0.98), rgba(8, 6, 5, 0.98));
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 228, 194, 0.08);
  z-index: 14;
}

.hero-menu__item {
  display: block;
  padding: 0.82rem 0.95rem;
  border-radius: 0.65rem;
  text-decoration: none;
  color: #f3d3b2;
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.74rem;
  line-height: 1.28;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.hero-menu__item + .hero-menu__item {
  margin-top: 0.25rem;
}

.hero-menu__item:hover,
.hero-menu__item:focus-visible {
  background: rgba(255, 228, 194, 0.08);
  color: #f6dfc7;
}

.story {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2.2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem) clamp(4rem, 6vw, 6rem);
  background:
    radial-gradient(circle at 10% 0%, rgba(114, 61, 28, 0.28), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(68, 36, 16, 0.2), transparent 30%),
    linear-gradient(180deg, #080706, #0b0705 40%, #070606);
}

.story__smoke {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: screen;
  opacity: 0.95;
}

.story > *:not(.story__smoke),
.reviews > * {
  position: relative;
  z-index: 1;
}

.story__panel {
  max-width: 1240px;
  margin: 0 auto clamp(2.2rem, 4vw, 3.3rem);
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

.story__panel--reverse {
  grid-template-columns: 1fr 1.15fr;
}

.story__panel--reverse .story__media {
  order: 2;
}

.story__panel--reverse .story__copy {
  order: 1;
}

.story__media {
  margin: 0;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(224, 181, 132, 0.26);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
}

.story__media img {
  width: 100%;
  height: min(68vh, 700px);
  object-fit: cover;
  display: block;
}

.story__copy {
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(248, 216, 178, 0.42);
  background:
    linear-gradient(165deg, rgba(79, 48, 29, 0.34), rgba(29, 18, 12, 0.3)),
    rgba(28, 18, 12, 0.18);
  border-radius: 0.8rem;
  backdrop-filter: blur(12px) saturate(1.14) brightness(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.14) brightness(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 233, 206, 0.24),
    inset 0 0 0 1px rgba(255, 220, 179, 0.14),
    0 16px 30px rgba(0, 0, 0, 0.2);
}

.story__kicker {
  margin: 0 0 0.3rem;
  font-family: "Cinzel", Georgia, serif;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}

h2 {
  margin: 0 0 0.55rem;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  letter-spacing: 0.03em;
}

.story__copy p {
  margin: 0;
  font-size: clamp(1.06rem, 1.8vw, 1.35rem);
  color: #e2bb95;
}

.story__copy p + p {
  margin-top: 0.8rem;
}

.story__copy a {
  color: #f2d8bc;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18rem;
}

.story__copy a:hover,
.story__copy a:focus-visible {
  color: #f7e2ca;
}

.reviews {
  padding: 0 0.9rem 4rem;
  background:
    radial-gradient(circle at 82% 18%, rgba(104, 58, 29, 0.2), transparent 30%),
    linear-gradient(180deg, #080706, #060505);
}

.reviews__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.reviews__head {
  margin-bottom: 0.95rem;
}

.reviews__kicker {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  color: var(--ink-soft);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.reviews__head h2 {
  margin: 0.2rem 0 0;
}

.reviews__intro {
  margin: 0.65rem 0 0;
  max-width: 52ch;
  color: #e2bb95;
  font-size: clamp(1.02rem, 1.9vw, 1.28rem);
}

.reviews__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(82%, 1fr);
  gap: 0.75rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.2rem;
}

.review-card {
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(248, 216, 178, 0.34);
  border-radius: 0.85rem;
  background:
    linear-gradient(165deg, rgba(79, 48, 29, 0.34), rgba(29, 18, 12, 0.3)),
    rgba(28, 18, 12, 0.18);
  backdrop-filter: blur(12px) saturate(1.14) brightness(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.14) brightness(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 233, 206, 0.2),
    inset 0 0 0 1px rgba(255, 220, 179, 0.1),
    0 14px 28px rgba(0, 0, 0, 0.24);
  padding: 1rem;
  scroll-snap-align: start;
}

.review-card__quote {
  margin: 0;
  color: #f1d7bf;
  font-size: clamp(1.08rem, 2.4vw, 1.28rem);
  line-height: 1.42;
}

.review-card__meta {
  margin-top: 1.2rem;
}

.review-card__name {
  margin: 0;
  font-size: 1.48rem;
  line-height: 1.12;
  font-weight: 600;
}

.review-card__source {
  margin: 0.34rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: #d7d7d7;
  font-size: 1.34rem;
  line-height: 1;
}

.google-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.review-card__stars {
  margin: 0.38rem 0 0;
  letter-spacing: 0.08em;
  color: #fbbc04;
  font-size: 1.05rem;
}

.reveal {
  opacity: 0;
  transform: translateY(36px) scale(0.985);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.18, 0.84, 0.25, 1);
}

.reveal.is-inview {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes cinematic-drift {
  0% {
    transform: scale(1.05) translate3d(1.6%, -0.4%, 0);
  }
  100% {
    transform: scale(1.08) translate3d(-1.9%, -0.9%, 0);
  }
}

@keyframes grain-shift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(1px, -1px);
  }
}

@keyframes intro-portal {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  18% {
    opacity: 0.92;
  }
  100% {
    transform: translate(-50%, -50%) scale(26);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-overlay,
  .intro-overlay__content,
  .intro-overlay__image,
  .intro-overlay__vignette,
  .intro-overlay__portal {
    transition: none;
    animation: none;
  }

  .intro-overlay__smoke {
    display: none;
  }

  .story__smoke {
    display: none;
  }
}

@media (min-width: 760px) {
  .reviews {
    padding: 0 clamp(1rem, 4vw, 3rem) clamp(4rem, 6vw, 6rem);
  }

  .reviews__grid {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: initial;
    overflow: visible;
    scroll-snap-type: none;
  }

  .review-card {
    min-height: 20rem;
    padding: 1.2rem;
  }
}

@media (min-width: 1080px) {
  .reviews__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.site-footer {
  background: #000;
  padding: 2.2rem 0.9rem 2.5rem;
}

.site-footer__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.site-footer__logo {
  width: min(220px, 58vw);
  height: auto;
  display: block;
  margin: 0 auto 1.6rem;
}

.site-footer__content {
  display: grid;
  gap: 1.4rem;
}

.site-footer__col h3 {
  margin: 0 0 0.5rem;
  font-family: "Cinzel", Georgia, serif;
  color: #f0d3b4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: clamp(1.45rem, 4.2vw, 2.05rem);
  line-height: 1;
}

.site-footer__col p {
  margin: 0 0 0.45rem;
  color: #f2d5b5;
  font-size: clamp(1.25rem, 4.3vw, 1.8rem);
  line-height: 1.35;
}

.site-footer__col a {
  color: inherit;
  text-decoration: none;
}

.site-footer__col span {
  margin-left: 0.45rem;
}

.site-footer__social {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.8rem;
  align-items: center;
}

.site-footer__line {
  height: 1px;
  background: rgba(235, 206, 172, 0.78);
}

.ig-icon {
  width: 1.65rem;
  height: 1.65rem;
  display: block;
  fill: #fff;
}

.site-footer__legal {
  margin-top: 0.95rem;
  display: flex;
  gap: 0.6rem 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.site-footer__legal a {
  color: #dfba96;
  text-decoration: underline;
  text-underline-offset: 0.14rem;
  font-family: "Cinzel", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.62rem;
}

@media (min-width: 900px) {
  .site-footer {
    padding: 2.8rem clamp(1rem, 4vw, 3rem) 3rem;
  }

  .site-footer__inner {
    display: grid;
    grid-template-columns: minmax(180px, 280px) 1fr;
    gap: 2.2rem;
    align-items: start;
  }

  .site-footer__logo {
    width: min(280px, 100%);
    margin: 0;
  }

  .site-footer__content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 2rem;
    row-gap: 1rem;
    align-items: start;
  }

  .site-footer__col p {
    font-size: clamp(1rem, 1.5vw, 1.85rem);
  }

  .site-footer__social {
    grid-column: 1 / -1;
    margin-top: 1.8rem;
    padding: 0 8%;
  }

  .site-footer__legal {
    grid-column: 1 / -1;
    margin-top: 0.8rem;
  }
}

@media (max-width: 900px) {
  .story__panel,
  .story__panel--reverse {
    grid-template-columns: 1fr;
  }

  .story__panel--reverse .story__media,
  .story__panel--reverse .story__copy {
    order: initial;
  }

  .story__media img {
    height: 54vh;
  }
}

@media (max-width: 768px) {
  .intro-overlay__content {
    width: min(92vw, 23rem);
    padding: 1.5rem 0.9rem 1.7rem;
    gap: 0.72rem;
  }

  .intro-overlay__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  .intro-overlay__claim {
    width: min(10ch, 100%);
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .intro-overlay__copy {
    max-width: 18ch;
    font-size: 1rem;
  }

  .intro-overlay__button {
    min-width: 12.8rem;
  }

  .intro-overlay__portal {
    top: 64%;
    width: 22vmin;
    height: 22vmin;
  }

  .hero {
    min-height: 100dvh;
  }

  .hero__image {
    object-position: 61% 52%;
    filter: brightness(0.93) contrast(1.07) saturate(1.04);
  }

  .hero__veil {
    background:
      linear-gradient(180deg, rgba(4, 4, 4, 0.3) 0%, rgba(4, 4, 4, 0.16) 18%, rgba(5, 4, 4, 0.48) 58%, rgba(4, 4, 4, 0.72) 100%),
      linear-gradient(112deg, rgba(5, 4, 4, 0.66) 0%, rgba(5, 4, 4, 0.32) 48%, rgba(16, 11, 8, 0.4) 100%),
      radial-gradient(circle at 56% 26%, rgba(189, 116, 58, 0.11), transparent 46%);
  }

  .hero::before,
  .hero::after {
    height: 16px;
  }

  .hero__topbar {
    padding: 1rem 0.9rem 0;
  }

  .hero__content {
    padding: 0 0.9rem 1.05rem;
  }

  .hero__content::before {
    display: none;
  }

  .hero__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  h1 {
    margin: 0.1rem 0 0.3rem;
    font-size: clamp(2.35rem, 11vw, 3.55rem);
    letter-spacing: 0.04em;
  }

  .hero__micro {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .hero__lead {
    font-size: clamp(1rem, 4.9vw, 1.22rem);
    line-height: 1.24;
  }

  .hero__actions-shell {
    padding: 0 0.9rem 1rem;
  }

  .hero__actions {
    gap: 0.5rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-menu {
    width: 100%;
  }

  .btn {
    width: 100%;
    text-align: center;
    padding: 0.72rem 1rem;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
  }

  .hero-menu__panel {
    left: 0;
    bottom: calc(100% + 0.55rem);
    transform: none;
    width: 100%;
    min-width: 0;
  }

  .hero__city {
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    padding: 0.4rem 0.62rem 0.4rem 0.74rem;
  }

  .story {
    padding: 2rem 0.9rem 4rem;
  }

  .story__panel {
    margin-bottom: 2rem;
    gap: 0.7rem;
  }

  .story__media img {
    height: 45vh;
  }

  .story__copy p {
    font-size: 1.05rem;
  }
}

.site-credit {
  padding: 0.62rem 0.85rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.42rem;
  background: #050404;
}

.site-credit__logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.site-credit p {
  margin: 0;
  color: rgba(233, 200, 166, 0.95);
  font-family: "Cinzel", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
}

.site-credit__link {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
}

