:root {
  --bg: #0d0b09;
  --bg-rich: #17120d;
  --bg-soft: #231910;
  --paper: #f3ebdf;
  --paper-soft: #efe4d3;
  --text: #f7f1e8;
  --text-soft: rgba(247, 241, 232, 0.8);
  --text-muted: rgba(247, 241, 232, 0.56);
  --ink: #18120f;
  --ink-soft: rgba(24, 18, 15, 0.82);
  --gold: #d7b37a;
  --gold-deep: #b38648;
  --gold-soft: #ead6b0;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(215, 179, 122, 0.28);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
  --shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.16);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --shell: min(1240px, calc(100vw - 2rem));
  --font-display: "Cormorant Garamond", serif;
  --font-ui: "Manrope", sans-serif;
  --font-accent: "Playfair Display", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: linear-gradient(180deg, #0b0907 0%, #110c09 46%, #120d0a 100%);
  font-family: var(--font-ui);
  line-height: 1.5;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p,
li,
dd,
cite {
  font-size: 1rem;
}

.ambient,
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambient--gold {
  background:
    radial-gradient(circle at 18% 12%, rgba(215, 179, 122, 0.18), transparent 16%),
    radial-gradient(circle at 82% 8%, rgba(215, 179, 122, 0.1), transparent 18%),
    radial-gradient(circle at 76% 72%, rgba(234, 214, 176, 0.08), transparent 20%);
}

.ambient--edge {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.32), transparent 14%, transparent 86%, rgba(0, 0, 0, 0.32));
}

.grain {
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.05' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.85'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: soft-light;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  transition: background-color 220ms ease, backdrop-filter 220ms ease, border-color 220ms ease;
}

.topbar.is-scrolled {
  background: rgba(12, 10, 8, 0.72);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand__logo,
.footer__logo {
  width: min(220px, 48vw);
  height: auto;
}

.topbar__nav,
.topbar__actions,
.hero__actions,
.tour-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.topbar__nav {
  flex: 1;
  justify-content: center;
  color: rgba(247, 241, 232, 0.78);
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topbar__nav a {
  position: relative;
}

.topbar__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.38rem;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 220ms ease;
}

.topbar__nav a:hover::after,
.topbar__nav a:focus-visible::after {
  transform: scaleX(1);
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.92rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: #17120f;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 16px 36px rgba(179, 134, 72, 0.28);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.pill:hover,
.pill:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(179, 134, 72, 0.34);
}

.pill--ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.pill--dark {
  background: rgba(24, 18, 15, 0.06);
  color: var(--ink);
  border-color: rgba(24, 18, 15, 0.12);
}

h1,
h2,
h3 {
  margin: 0;
}

h1,
.section h2,
.surface h2,
.tour-card h2 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.eyebrow,
.section-tag,
.package-card__tier {
  display: inline-flex;
  width: fit-content;
  padding: 0.46rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section--light .section-tag,
.surface--light .section-tag {
  color: var(--gold-deep);
  border-color: rgba(179, 134, 72, 0.18);
  background: rgba(215, 179, 122, 0.12);
}

.hero {
  padding: 3rem 0 5rem;
}

.hero__layout,
.split,
.faq-layout,
.journey-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.hero__layout {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: center;
}

.hero__visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.62fr);
  gap: 1rem;
  align-items: end;
}

.hero__stack {
  display: grid;
  gap: 1rem;
}

.frame,
.surface {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.frame {
  background: rgba(255, 255, 255, 0.03);
}

.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.frame:hover img,
.frame:focus-within img {
  transform: scale(1.025);
}

.hero__portrait {
  min-height: 45rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.03);
}

.hero__portrait img {
  object-position: center 45%;
  filter: brightness(1.1) contrast(1.04);
}

.hero__detail {
  min-height: 16rem;
}

.hero__detail img {
  filter: brightness(1.03) saturate(0.96);
}

.hero__fact-card,
.package-card,
.review-card,
.faq,
.journey-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(22, 17, 13, 0.88)),
    rgba(19, 15, 11, 0.88);
}

.surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(215, 179, 122, 0.16), transparent 30%);
  pointer-events: none;
}

.surface--light {
  border: 1px solid rgba(24, 18, 15, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(244, 236, 224, 0.98)),
    var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.surface--light::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.64), transparent 38%),
    radial-gradient(circle at top right, rgba(215, 179, 122, 0.18), transparent 32%);
}

.hero__fact-card {
  padding: 1.35rem;
}

.hero__fact-card h2 {
  margin-top: 0.8rem;
  font-size: clamp(1.8rem, 2.6vw, 2.45rem);
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.2rem 0 0;
}

.hero__facts dt {
  margin-bottom: 0.22rem;
  color: var(--text-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero__facts dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.14rem;
  line-height: 1.05;
}

.hero__content {
  display: grid;
  gap: 1.2rem;
  max-width: 640px;
  padding: 2rem 0;
}

.hero__kicker {
  margin: 0;
  color: var(--gold-soft);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  max-width: 12ch;
  font-size: clamp(4rem, 8vw, 6.6rem);
}

.hero__accent {
  display: block;
  color: var(--gold-soft);
  font-family: var(--font-accent);
  font-style: italic;
  letter-spacing: -0.02em;
}

.hero__lead,
.section-copy p,
.section-heading p,
.editorial-note p,
.package-card p,
.feed-card p,
.journey-card p,
.journey-card li,
.review-card cite,
.faq p,
.tour-card p {
  color: var(--text-soft);
}

.hero__lead {
  margin: 0;
  max-width: 42rem;
  font-family: var(--font-display);
  font-size: clamp(1.24rem, 2vw, 1.58rem);
  font-weight: 500;
  line-height: 1.28;
}

.hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero__signals li {
  padding: 0.6rem 0.86rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.section {
  position: relative;
  padding: 5.5rem 0;
}

.section--light {
  background:
    linear-gradient(180deg, rgba(243, 235, 223, 0.98), rgba(239, 228, 211, 0.98)),
    var(--paper);
  color: var(--ink);
}

.section--light .section-heading p,
.section--light .section-copy p,
.section--light .editorial-note p,
.section--light .feed-card p,
.section--light .journey-card p,
.section--light .journey-card li,
.section--light .tour-card p,
.surface--light p,
.surface--light li,
.surface--light cite {
  color: var(--ink-soft);
}

.section h2,
.tour-card h2 {
  font-size: clamp(2.7rem, 5vw, 5.4rem);
}

.split {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.section-copy,
.section-heading {
  display: grid;
  gap: 1rem;
}

.story__line {
  max-width: 32rem;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1.22;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 2rem;
}

.story__image {
  min-height: 38rem;
}

.feature-list,
.package-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.9rem;
}

.feature-list li,
.package-card__list li {
  position: relative;
  padding-left: 1.3rem;
  font-family: var(--font-display);
  font-size: 1.12rem;
  line-height: 1.28;
}

.feature-list li::before,
.package-card__list li::before {
  content: "";
  position: absolute;
  top: 0.52rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 0.22rem rgba(215, 179, 122, 0.14);
}

.feature-list--dark li {
  color: var(--ink-soft);
}

.editorial-grid,
.package-grid,
.feed-grid,
.review-grid {
  display: grid;
  gap: 1rem;
}

.editorial-grid {
  grid-template-columns: 1.2fr 0.78fr;
  grid-template-areas:
    "wide note"
    "small-a small-b";
}

.editorial-card {
  min-height: 18rem;
}

.editorial-card--wide {
  grid-area: wide;
  min-height: 34rem;
}

.editorial-card:nth-of-type(2) {
  grid-area: small-a;
}

.editorial-card:nth-of-type(3) {
  grid-area: small-b;
}

.editorial-note {
  grid-area: note;
  padding: 1.7rem;
  display: grid;
  gap: 1rem;
}

.editorial-note h3,
.package-card h3,
.feed-card h3,
.journey-card h3,
.faq summary {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.98;
}

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

.feed-card {
  display: grid;
  gap: 1rem;
}

.feed-card .frame {
  min-height: 18rem;
  box-shadow: var(--shadow-soft);
}

.feed-card img {
  object-position: center center;
}

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

.package-card {
  padding: 1.55rem;
  display: grid;
  gap: 1rem;
  min-height: 20rem;
}

.package-card--featured {
  border-color: rgba(215, 179, 122, 0.32);
  box-shadow: 0 26px 80px rgba(179, 134, 72, 0.12);
}

.package-card__tier {
  color: #17120f;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

.addon-strip {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.addon-strip span {
  flex: none;
  color: var(--gold);
  font-family: var(--font-ui);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.addon-strip p {
  margin: 0;
  color: var(--text-soft);
}

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

.journey-card {
  padding: 1.7rem;
  display: grid;
  gap: 1rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.detail-grid article {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(24, 18, 15, 0.08);
}

.detail-grid h3 {
  font-family: var(--font-display);
  font-size: 1.56rem;
  font-weight: 600;
  line-height: 1.04;
}

.process-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding-left: 1.25rem;
  color: var(--ink-soft);
}

.process-list li {
  padding-left: 0.2rem;
}

.process-list strong {
  color: var(--ink);
}

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

.review-card {
  margin: 0;
  padding: 1.45rem;
}

.review-card p {
  margin: 0;
  font-family: var(--font-accent);
  font-size: 1.9rem;
  line-height: 1.02;
  color: var(--text);
}

.review-card cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-family: var(--font-ui);
}

.faq-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq {
  padding: 1rem 1.2rem;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 1.8rem;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--gold);
  font-size: 1.25rem;
}

.faq[open] summary::after {
  content: "−";
}

.faq p {
  margin: 0;
  padding-top: 0.85rem;
}

.section--tour {
  padding-top: 0;
}

.tour-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: 1.5rem;
  padding: 1.9rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(242, 232, 218, 1)),
    var(--paper);
  box-shadow: var(--shadow);
}

.tour-card__copy,
.tour-card__actions {
  display: grid;
  gap: 1rem;
}

.detail-link {
  color: var(--ink-soft);
  font-family: var(--font-ui);
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.footer {
  padding: 0 0 6rem;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer__meta {
  text-align: right;
  color: var(--text-muted);
  font-family: var(--font-ui);
  font-size: 0.92rem;
}

.footer__meta p {
  margin: 0;
}

.mobile-dock {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 35;
  display: none;
  transform: translateX(-50%);
  gap: 0.55rem;
  width: min(calc(100vw - 1rem), 460px);
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(12, 10, 8, 0.88);
  backdrop-filter: blur(18px);
}

.mobile-dock a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 700;
}

.mobile-dock a:last-child {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: #17120f;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, calc(var(--parallax-shift, 0px) + 24px), 0);
  transition: opacity 900ms ease, transform 900ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, var(--parallax-shift, 0px), 0);
}

[data-float] {
  transition: transform 260ms ease;
}

@media (max-width: 1180px) {
  .hero__layout,
  .split,
  .journey-grid,
  .faq-layout,
  .tour-card,
  .package-grid,
  .review-grid,
  .feed-grid {
    grid-template-columns: 1fr;
  }

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

  .hero__portrait {
    min-height: 34rem;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "wide"
      "note"
      "small-a"
      "small-b";
  }

  .editorial-card--wide {
    min-height: 28rem;
  }

  .story__image {
    min-height: 30rem;
  }
}

@media (max-width: 920px) {
  .topbar__nav {
    display: none;
  }

  .topbar__inner {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 2rem;
  }

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

  .addon-strip {
    border-radius: var(--radius-lg);
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__meta {
    text-align: left;
  }
}

@media (max-width: 680px) {
  .topbar__actions {
    width: auto;
  }

  .topbar__actions .pill--ghost {
    display: none;
  }

  .pill,
  .pill--ghost {
    width: 100%;
  }

  .hero__actions,
  .tour-card__actions {
    flex-direction: column;
    align-items: stretch;
  }

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

  .hero__layout {
    gap: 1.6rem;
  }

  .hero__content {
    order: 1;
    padding-top: 0;
  }

  .hero__visual {
    order: 2;
  }

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

  h1 {
    max-width: 10ch;
    font-size: clamp(3.3rem, 13vw, 4.9rem);
  }

  .hero__lead {
    font-size: 1.14rem;
  }

  .section {
    padding: 4.4rem 0;
  }

  .hero__portrait {
    min-height: 26rem;
  }

  .hero__detail,
  .editorial-card,
  .feed-card .frame,
  .story__image {
    min-height: 14rem;
  }

  .section h2,
  .tour-card h2 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .editorial-note,
  .journey-card,
  .tour-card {
    padding: 1.35rem;
  }

  .mobile-dock {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer {
    padding-bottom: 7.25rem;
  }
}

/* Art direction reset */

:root {
  --bg: #060606;
  --bg-rich: #0c0d10;
  --bg-soft: #131417;
  --paper: #ece7dd;
  --paper-soft: #f4f0e9;
  --text: #f6efe2;
  --text-soft: rgba(246, 239, 226, 0.78);
  --text-muted: rgba(246, 239, 226, 0.52);
  --ink: #121110;
  --ink-soft: rgba(18, 17, 16, 0.72);
  --gold: #d6b383;
  --gold-deep: #b98b54;
  --gold-soft: #ebd8bb;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(214, 179, 131, 0.24);
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.24);
  --radius-xl: 18px;
  --radius-lg: 14px;
  --radius-md: 10px;
  --shell: min(1320px, calc(100vw - 2.5rem));
  --font-display: "Instrument Serif", serif;
  --font-ui: "Plus Jakarta Sans", sans-serif;
  --font-accent: "Instrument Serif", serif;
}

body {
  background: linear-gradient(180deg, #050505 0%, #090909 46%, #070707 100%);
  font-family: var(--font-ui);
}

.ambient--gold {
  background:
    radial-gradient(circle at 18% 10%, rgba(214, 179, 131, 0.12), transparent 18%),
    radial-gradient(circle at 84% 18%, rgba(214, 179, 131, 0.08), transparent 20%);
}

.ambient--edge {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45), transparent 14%, transparent 86%, rgba(0, 0, 0, 0.32));
}

.grain {
  opacity: 0.07;
  mix-blend-mode: overlay;
}

.shell {
  width: var(--shell);
}

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  background: linear-gradient(180deg, rgba(6, 6, 6, 0.84), rgba(6, 6, 6, 0.2) 74%, transparent);
  border-bottom: none;
}

.topbar.is-scrolled {
  background: rgba(6, 6, 6, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.topbar__inner {
  padding: 1.25rem 0;
}

.brand__logo,
.footer__logo {
  width: min(250px, 48vw);
}

.topbar__nav {
  color: rgba(246, 239, 226, 0.72);
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.topbar__nav a::after {
  bottom: -0.52rem;
  height: 1px;
  background: rgba(246, 239, 226, 0.85);
}

.pill,
.pill--ghost,
.pill--dark {
  min-height: auto;
  padding: 1.05rem 1.25rem;
  border-radius: 3px;
  border: 1px solid rgba(246, 239, 226, 0.22);
  background: transparent;
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: none;
}

.pill::after,
.pill--ghost::after,
.pill--dark::after {
  content: "↗";
  margin-left: 0.7rem;
  font-size: 0.82rem;
}

.pill:hover,
.pill:focus-visible,
.pill--ghost:hover,
.pill--ghost:focus-visible,
.pill--dark:hover,
.pill--dark:focus-visible {
  transform: none;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.pill {
  background: rgba(246, 239, 226, 0.1);
}

.pill--dark {
  color: var(--ink);
  border-color: rgba(18, 17, 16, 0.14);
  background: transparent;
}

.eyebrow,
.section-tag,
.package-card__tier {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: rgba(246, 239, 226, 0.68);
  font-family: var(--font-ui);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-tag::after,
.eyebrow::after,
.package-card__tier::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  margin-top: 0.7rem;
  background: currentColor;
  opacity: 0.5;
}

.section--light .section-tag,
.surface--light .section-tag,
.section--light .package-card__tier {
  color: rgba(18, 17, 16, 0.58);
}

h1,
.section h2,
.surface h2,
.tour-card h2,
.editorial-note h3,
.package-card h3,
.feed-card h3,
.journey-card h3,
.faq summary {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 8.5rem 0 5rem;
  overflow: clip;
}

.hero__backdrop,
.hero__wash {
  position: absolute;
  inset: 0;
}

.hero__backdrop {
  z-index: 0;
}

.hero__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  filter: brightness(0.34) saturate(0.78) contrast(1.04);
}

.hero__wash {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.62) 34%, rgba(5, 5, 5, 0.82) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.52) 60%, #050505 100%),
    radial-gradient(circle at 68% 22%, rgba(214, 179, 131, 0.12), transparent 22%);
}

.hero__layout {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 8.5rem);
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.74fr);
  align-items: end;
  gap: 2.5rem;
}

.hero__content {
  max-width: 44rem;
  padding-bottom: 1.2rem;
}

.hero__visual {
  justify-self: end;
  width: min(100%, 430px);
  grid-template-columns: 1fr;
  gap: 1rem;
}

.frame,
.surface {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.surface::before {
  display: none;
}

.frame {
  background: rgba(255, 255, 255, 0.02);
}

.hero__portrait {
  min-height: min(64vh, 44rem);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.04);
}

.hero__portrait video,
.hero__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__detail {
  min-height: 10.5rem;
  margin-left: 4.5rem;
}

.hero__detail img {
  object-position: center 46%;
}

.hero__fact-card {
  margin-top: -2.4rem;
  margin-right: 2.25rem;
  padding: 1.35rem 1.4rem;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(11, 11, 12, 0.58);
  backdrop-filter: blur(18px);
}

.hero__fact-card h2 {
  margin-top: 0.9rem;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  line-height: 0.98;
}

.hero__facts dt {
  color: rgba(246, 239, 226, 0.48);
  font-family: var(--font-ui);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

.hero__facts dd {
  font-size: 1rem;
}

.hero__kicker {
  color: rgba(246, 239, 226, 0.62);
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.6;
  text-transform: uppercase;
}

h1 {
  max-width: 8ch;
  font-size: clamp(5rem, 9.2vw, 8rem);
  line-height: 0.88;
}

.hero__accent {
  color: var(--gold-soft);
  font-style: italic;
}

.hero__lead,
.section-copy p,
.section-heading p,
.editorial-note p,
.package-card p,
.feed-card p,
.journey-card p,
.journey-card li,
.review-card cite,
.faq p,
.tour-card p {
  color: var(--text-soft);
  font-family: var(--font-ui);
  line-height: 1.75;
}

.hero__lead {
  max-width: 34rem;
  font-size: 1.06rem;
}

.hero__actions,
.tour-card__actions {
  gap: 0.85rem;
}

.hero__signals {
  gap: 0.6rem 1.1rem;
}

.hero__signals li {
  padding: 0;
  border: none;
  background: none;
  color: rgba(246, 239, 226, 0.74);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: none;
}

.section {
  padding: 7.25rem 0;
}

.section--light {
  background: linear-gradient(180deg, rgba(236, 231, 221, 0.98), rgba(243, 239, 233, 0.98));
  color: var(--ink);
}

.section--light .section-heading p,
.section--light .section-copy p,
.section--light .editorial-note p,
.section--light .feed-card p,
.section--light .journey-card p,
.section--light .journey-card li,
.section--light .tour-card p,
.surface--light p,
.surface--light li,
.surface--light cite {
  color: var(--ink-soft);
}

.section h2,
.tour-card h2 {
  font-size: clamp(3.3rem, 6vw, 6.4rem);
  line-height: 0.9;
}

.split {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 3rem;
}

.story__image {
  min-height: 44rem;
}

.story__image img {
  object-position: center center;
}

.story__line {
  color: rgba(214, 179, 131, 0.96);
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.18;
}

.feature-list li,
.package-card__list li {
  font-family: var(--font-ui);
  font-size: 1rem;
  line-height: 1.7;
}

.feature-list li::before,
.package-card__list li::before {
  top: 0.56rem;
  width: 0.34rem;
  height: 0.34rem;
  box-shadow: none;
}

.editorial-grid {
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-areas:
    "wide note"
    "wide small-a"
    "wide small-b";
  gap: 1rem;
}

.editorial-card {
  min-height: 19rem;
}

.editorial-card--wide {
  min-height: 48rem;
}

.editorial-card:nth-of-type(2) {
  grid-area: small-a;
}

.editorial-card:nth-of-type(3) {
  grid-area: small-b;
}

.editorial-note {
  padding: 1.7rem;
  border-color: rgba(18, 17, 16, 0.08);
  background: rgba(255, 255, 255, 0.46);
}

.editorial-note h3,
.package-card h3,
.feed-card h3,
.journey-card h3,
.faq summary {
  font-size: clamp(1.9rem, 2vw, 2.55rem);
  line-height: 0.98;
}

.feed-grid {
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  align-items: end;
  gap: 1rem;
}

.feed-card {
  gap: 1rem;
}

.feed-card .frame {
  min-height: 24rem;
}

.feed-card:nth-child(1) .frame {
  min-height: 32rem;
}

.feed-card:nth-child(2) .frame {
  min-height: 21rem;
}

.feed-card:nth-child(3) .frame {
  min-height: 27rem;
}

.package-grid {
  gap: 1rem;
}

.package-card {
  min-height: 0;
  padding: 1.55rem 1.45rem 1.8rem;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
}

.package-card--featured {
  border-color: rgba(214, 179, 131, 0.24);
  box-shadow: none;
}

.package-card__tier {
  color: rgba(246, 239, 226, 0.78);
}

.package-card__tier::after {
  width: 2.5rem;
}

.addon-strip {
  margin-top: 1.6rem;
  padding: 1.25rem 0 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: none;
}

.journey-card,
.faq,
.review-card,
.tour-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
}

.surface--light {
  border-color: rgba(18, 17, 16, 0.08);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.detail-grid article {
  border-top-color: rgba(18, 17, 16, 0.1);
}

.detail-grid h3 {
  font-family: var(--font-display);
  font-size: 1.72rem;
  font-weight: 400;
}

.process-list {
  color: var(--ink-soft);
  line-height: 1.7;
}

.review-card p {
  font-size: 1.8rem;
}

.faq summary::after {
  color: currentColor;
}

.section--tour {
  position: relative;
  overflow: clip;
}

.section--tour::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(238, 234, 227, 0.88), rgba(238, 234, 227, 0.76)),
    url("/assets/brand/room-wide-a.jpg") center 56% / cover no-repeat;
  opacity: 0.34;
}

.tour-card {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
  padding: 2rem;
  border-radius: 14px;
  box-shadow: none;
}

.detail-link {
  color: var(--ink-soft);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.detail-link:hover,
.detail-link:focus-visible {
  color: var(--ink);
}

.footer {
  padding-top: 1rem;
}

.footer__meta {
  font-family: var(--font-ui);
}

[data-parallax] {
  --parallax-shift: 0px;
  will-change: transform;
}

@media (max-width: 1180px) {
  .hero {
    min-height: auto;
    padding-top: 7.75rem;
  }

  .hero__layout,
  .split,
  .journey-grid,
  .faq-layout,
  .tour-card,
  .package-grid,
  .review-grid,
  .feed-grid,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .hero__layout {
    min-height: auto;
    gap: 2rem;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__visual {
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .hero__portrait {
    min-height: 32rem;
  }

  .hero__detail {
    margin-left: 0;
  }

  .hero__fact-card {
    margin-top: 0;
    margin-right: 0;
  }

  .editorial-grid {
    grid-template-areas:
      "wide"
      "note"
      "small-a"
      "small-b";
  }

  .editorial-card--wide,
  .story__image {
    min-height: 32rem;
  }

  .feed-card .frame,
  .feed-card:nth-child(1) .frame,
  .feed-card:nth-child(2) .frame,
  .feed-card:nth-child(3) .frame {
    min-height: 20rem;
  }
}

@media (max-width: 920px) {
  .topbar__nav {
    display: none;
  }

  .topbar__inner {
    align-items: center;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(4rem, 15vw, 5.5rem);
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100vw - 1.5rem, 1320px);
  }

  .topbar__inner {
    align-items: flex-start;
  }

  .topbar__actions .pill--ghost {
    display: none;
  }

  .topbar__actions .pill {
    width: auto;
    min-width: 0;
  }

  .hero {
    padding-top: 7rem;
    padding-bottom: 3.5rem;
  }

  .hero__wash {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.62) 0%, rgba(5, 5, 5, 0.9) 58%, #050505 100%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.42) 100%);
  }

  .hero__content {
    order: 1;
  }

  .hero__visual {
    order: 2;
    gap: 0.85rem;
  }

  .hero__portrait {
    min-height: 23rem;
  }

  .hero__detail {
    min-height: 8rem;
  }

  h1 {
    max-width: 7ch;
    font-size: clamp(3.3rem, 16vw, 4.8rem);
  }

  .hero__lead {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero__actions,
  .tour-card__actions {
    align-items: stretch;
    gap: 0.65rem;
  }

  .pill,
  .pill--ghost,
  .pill--dark {
    width: 100%;
    justify-content: space-between;
  }

  .section {
    padding: 5rem 0;
  }

  .section h2,
  .tour-card h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .story__line {
    font-size: 1.4rem;
  }

  .mobile-dock {
    border-radius: 10px;
    background: rgba(9, 9, 10, 0.84);
  }

  .mobile-dock a {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
  }

  .mobile-dock a:last-child {
    background: rgba(246, 239, 226, 0.9);
  }
}

/* Editorial refinement */

.hero__layout {
  gap: clamp(2rem, 4vw, 5rem);
}

.hero__content {
  max-width: 35rem;
  justify-self: end;
}

.hero__kicker {
  max-width: 28rem;
}

.hero__lead {
  max-width: 34rem;
}

.hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  color: rgba(247, 241, 232, 0.74);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__signals li {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.hero__signals li::before {
  content: "";
  width: 1.75rem;
  height: 1px;
  background: rgba(247, 241, 232, 0.34);
}

.hero__portrait video,
.hero__portrait img,
.hero__detail img,
.salon__media img,
.gallery-essay img,
.moments-grid img,
.tour-band__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__portrait {
  aspect-ratio: 0.67;
  min-height: 0;
}

.hero__detail {
  aspect-ratio: 1.08;
  min-height: 18rem;
}

.salon {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
}

.salon__copy {
  max-width: 35rem;
}

.salon__media {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.62fr);
  gap: 1rem;
  align-items: end;
}

.salon__primary {
  min-height: 39rem;
}

.salon__secondary {
  aspect-ratio: 0.74;
  min-height: 18rem;
  margin: 0 0 2rem -2.75rem;
  position: relative;
  z-index: 2;
}

.salon__list {
  list-style: none;
  margin: 1.7rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.salon__list li {
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gallery-essay {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-areas:
    "wide note"
    "wide portrait"
    "detail portrait";
  gap: 1rem;
  align-items: stretch;
}

.gallery-essay__wide {
  grid-area: wide;
  min-height: 44rem;
}

.gallery-essay__note {
  grid-area: note;
  padding: 2rem;
}

.gallery-essay__portrait {
  grid-area: portrait;
  aspect-ratio: 0.72;
  min-height: 30rem;
}

.gallery-essay__detail {
  grid-area: detail;
  aspect-ratio: 1.28;
  min-height: 16rem;
}

.moments-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr) minmax(0, 0.88fr);
  grid-template-areas:
    "hero detail portrait"
    "hero wide copy";
  gap: 1rem;
  align-items: stretch;
}

.moments-grid__hero {
  grid-area: hero;
  aspect-ratio: 0.8;
  min-height: 35rem;
}

.moments-grid__detail {
  grid-area: detail;
  aspect-ratio: 1 / 1;
  min-height: 16rem;
}

.moments-grid__portrait {
  grid-area: portrait;
  aspect-ratio: 1 / 1;
  min-height: 21rem;
}

.moments-grid__copy {
  grid-area: copy;
  padding: 1.2rem 0 0;
  border: none;
  background: none;
  box-shadow: none;
}

.moments-grid__copy .section-tag {
  margin-bottom: 1rem;
}

.moments-grid__copy h3 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 0.95;
}

.moments-grid__wide {
  grid-area: wide;
  aspect-ratio: 1.5;
  min-height: 18rem;
}

.tier-list {
  margin-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tier-panel {
  display: grid;
  grid-template-columns: minmax(160px, 0.38fr) minmax(0, 1fr);
  gap: 1.5rem 2rem;
  padding: 1.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tier-panel--featured {
  border-color: rgba(215, 179, 122, 0.22);
}

.tier-panel__heading span {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: rgba(247, 241, 232, 0.56);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tier-panel__heading h3 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.tier-panel__body {
  max-width: 35rem;
}

.tier-panel__body p {
  margin: 0 0 1rem;
  font-size: 1.08rem;
  color: var(--text-soft);
}

.offer-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  align-items: baseline;
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.offer-ribbon span {
  color: rgba(247, 241, 232, 0.56);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.offer-ribbon p {
  margin: 0;
  max-width: 44rem;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.fit-card {
  padding: 2rem;
}

.quote-river {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.quote-river .review-card {
  min-height: 100%;
}

.tour-band {
  display: grid;
  grid-template-columns: minmax(220px, 0.68fr) minmax(0, 1fr);
  gap: 1.35rem 2rem;
  align-items: stretch;
  padding: 2rem;
  border-radius: 18px;
  border: 1px solid rgba(18, 17, 16, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(241, 235, 227, 0.9)),
    rgba(255, 255, 255, 0.72);
}

.tour-band__media {
  min-height: 25rem;
}

.tour-band__copy {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.tour-band__copy p {
  color: var(--ink-soft);
}

.tour-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.tour-band__actions .pill,
.tour-band__actions .pill--ghost,
.tour-band__actions .pill--dark {
  width: auto;
}

.tour-band__meta {
  display: grid;
  gap: 0.5rem;
}

.hero__detail img {
  object-position: center 62%;
}

.salon__primary img {
  object-position: center 58%;
}

.salon__secondary img {
  object-position: center 32%;
}

.gallery-essay__wide img {
  object-position: center 68%;
}

.gallery-essay__portrait img {
  object-position: center 46%;
}

.gallery-essay__detail img {
  object-position: center 60%;
}

.moments-grid__hero img {
  object-position: center 42%;
}

.moments-grid__detail img {
  object-position: center 48%;
}

.moments-grid__portrait img {
  object-position: center 18%;
}

.moments-grid__wide img {
  object-position: center 62%;
}

.tour-band__media img {
  object-position: center 42%;
}

.section-heading {
  max-width: 46rem;
}

.section-heading p,
.moments-grid__copy p,
#packages .tier-panel__body p,
#packages .package-card__list,
#packages .offer-ribbon p {
  color: rgba(247, 241, 232, 0.76);
}

.fit-card h2,
.tour-band__copy h2 {
  max-width: 9.5ch;
  color: rgba(24, 18, 15, 0.78);
  font-size: clamp(2.35rem, 3.8vw, 3.9rem);
  line-height: 0.92;
}

.fit-card .section-tag,
.tour-band .section-tag {
  color: rgba(24, 18, 15, 0.44);
}

.fit-card p,
.fit-card li,
.fit-card h3,
.tour-band__copy p,
.tour-band__meta a {
  color: rgba(24, 18, 15, 0.76);
}

.fit-card {
  background: rgba(255, 255, 255, 0.66);
}

.tour-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(241, 235, 227, 0.94)),
    rgba(255, 255, 255, 0.88);
}

.story__line {
  max-width: 28rem;
}

#story,
#room,
#packages,
#faq,
#tour {
  scroll-margin-top: 8rem;
}

#packages .section-heading h2 {
  max-width: 11ch;
  font-size: clamp(3rem, 4.4vw, 4.8rem);
}

.tour-band__actions .pill:not(.pill--ghost) {
  background: #2b231d;
  color: var(--paper);
  box-shadow: none;
}

@media (max-width: 1180px) {
  .salon,
  .gallery-essay,
  .moments-grid,
  .fit-grid,
  .quote-river,
  .tour-band {
    grid-template-columns: 1fr;
  }

  .salon__media {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.55fr);
  }

  .salon__primary,
  .gallery-essay__wide,
  .moments-grid__hero,
  .tour-band__media {
    min-height: 30rem;
  }

  .hero__portrait {
    min-height: 0;
  }

  .gallery-essay {
    grid-template-areas:
      "wide"
      "note"
      "portrait"
      "detail";
  }

  .moments-grid {
    grid-template-areas:
      "hero"
      "detail"
      "portrait"
      "wide"
      "copy";
  }

  .moments-grid__copy {
    padding-top: 0.25rem;
  }
}

@media (max-width: 920px) {
  .hero__content {
    justify-self: start;
  }

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

  .salon__secondary {
    margin: 0;
  }

  .tier-panel {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 680px) {
  .hero__kicker,
  .hero__lead,
  .story__line,
  .tier-panel__body,
  .tour-band__copy {
    max-width: 100%;
  }

  h1 {
    max-width: 8.5ch;
    font-size: clamp(2.95rem, 14vw, 4.3rem);
    line-height: 0.87;
  }

  .hero__portrait {
    min-height: 0;
  }

  .hero__detail {
    min-height: 9rem;
  }

  .hero__signals {
    gap: 0.55rem 0.9rem;
    font-size: 0.72rem;
  }

  .hero__signals li::before {
    width: 1.2rem;
  }

  .salon__primary,
  .gallery-essay__wide,
  .moments-grid__hero,
  .tour-band__media {
    min-height: 22rem;
  }

  .gallery-essay__detail,
  .moments-grid__wide,
  .moments-grid__detail,
  .moments-grid__portrait,
  .salon__secondary {
    min-height: 14rem;
  }

  .gallery-essay__note,
  .fit-card,
  .tour-band {
    padding: 1.35rem;
  }

  .tour-band__actions {
    align-items: stretch;
  }

  .tour-band__actions .pill,
  .tour-band__actions .pill--ghost,
  .tour-band__actions .pill--dark {
    width: 100%;
  }
}
