.hero {
  position: relative;
  --hero-object-position: 68% center;
  --hero-copy-opacity: 1;
  --hero-copy-blur: 0px;
  --hero-copy-shift: 0px;
  min-height: 100svh;
  overflow: clip;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 24%, rgba(185, 138, 86, 0.18), transparent 42%),
    linear-gradient(180deg, #2d261f 0%, #1d1814 100%);
}

.hero__chrome {
  --header-top: 24px;
  --header-width: min(calc(100% - 96px), 1540px);
  --hero-blur-width: min(100%, calc(var(--header-width) + 112px));
  --hero-scroll-progress: 0;
  --hero-blur-opacity: 0.12;
  --hero-blur-height: 96px;
  --nav-shell-height: 54px;
  --nav-shell-padding-x: 22px;
  --nav-shell-gap: 16px;
  --nav-links-gap: 8px;
  --nav-link-padding-x: 12px;
  --nav-link-padding-y: 6px;
  --nav-cta-height: 36px;
  --nav-cta-padding-x: 14px;
  --nav-radius: 28px;
  --nav-blur: 8px;
  --nav-bg-alpha: 0.12;
  --nav-border-alpha: 0.1;
  --nav-shadow-alpha: 0.14;
  --nav-shadow-y: 14px;
  --nav-shadow-blur: 34px;
  --nav-brand-size: 24px;
  --nav-lift: 0px;
  --nav-highlight-alpha: 0.08;
  --nav-saturate: 132%;
  --nav-sheen-alpha: 0.07;
  position: fixed;
  inset: 0 0 auto 0;
  height: 220px;
  z-index: 120;
  pointer-events: none;
  isolation: isolate;
}

.hero__media,
.hero__fallback,
.hero__video,
.hero__scrim,
.hero__grain {
  position: absolute;
  inset: 0;
}

.hero__media {
  z-index: 0;
}

.hero__fallback,
.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-object-position);
}

.hero__fallback {
  background-position: var(--hero-object-position);
  background-size: cover;
  filter: saturate(0.96) brightness(0.84) contrast(1.05);
  transition: opacity 1.2s var(--ease-cinematic);
}

.hero__video {
  opacity: 0;
  filter: saturate(0.96) brightness(0.9) contrast(1.04);
  transform: scale(1.035);
  transition:
    opacity 1.35s var(--ease-cinematic),
    transform 5s var(--ease-slow);
}

.hero--video-ready .hero__video {
  opacity: 1;
  transform: scale(1);
}

.hero__scrim--directional {
  background:
    linear-gradient(180deg, rgba(12, 10, 8, 0.08) 0%, rgba(12, 10, 8, 0.22) 72%, rgba(12, 10, 8, 0.48) 100%),
    linear-gradient(90deg, rgba(22, 18, 14, 0.72) 0%, rgba(22, 18, 14, 0.38) 36%, rgba(22, 18, 14, 0.1) 64%, rgba(0, 0, 0, 0) 100%);
}

.hero__scrim--vignette {
  background:
    linear-gradient(180deg, rgba(12, 10, 8, 0.18) 0%, rgba(12, 10, 8, 0.04) 22%, rgba(12, 10, 8, 0.3) 100%);
}

.hero__scrim--ambient {
  background:
    radial-gradient(circle at 24% 40%, rgba(232, 221, 203, 0.1) 0%, transparent 28%),
    radial-gradient(circle at 16% 28%, rgba(185, 138, 86, 0.14) 0%, transparent 44%);
  mix-blend-mode: screen;
  opacity: 0.95;
}

.hero__grain {
  opacity: 0.04;
  mix-blend-mode: overlay;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 50%, transparent 50%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 50%, transparent 50%);
  background-size: 4px 4px;
}

.hero__scroll-blur {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--hero-blur-width);
  height: var(--hero-blur-height);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  opacity: var(--hero-blur-opacity);
  mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
  transition:
    width 320ms var(--ease-cinematic),
    height 320ms var(--ease-cinematic),
    opacity 280ms ease;
  will-change: opacity, width, height;
}

.hero__scroll-blur::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 18, 22, calc(0.18 + (var(--hero-scroll-progress) * 0.14))) 0%, rgba(17, 18, 22, 0.045) 58%, transparent 100%);
}

.hero__scroll-blur::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 245, 230, calc(0.04 + (var(--hero-scroll-progress) * 0.05))) 0%, transparent 68%);
  mix-blend-mode: screen;
}

.hero__scroll-blur-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__scroll-blur-layer--1 {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  mask-image: linear-gradient(to bottom, black 0%, black 20%, transparent 48%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 20%, transparent 48%);
}

.hero__scroll-blur-layer--2 {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  mask-image: linear-gradient(to bottom, transparent 8%, black 28%, transparent 56%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 8%, black 28%, transparent 56%);
}

.hero__scroll-blur-layer--3 {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  mask-image: linear-gradient(to bottom, transparent 18%, black 40%, transparent 68%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 18%, black 40%, transparent 68%);
}

.hero__scroll-blur-layer--4 {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  mask-image: linear-gradient(to bottom, transparent 28%, black 52%, transparent 82%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 28%, black 52%, transparent 82%);
}

.hero__scroll-blur-layer--5 {
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  mask-image: linear-gradient(to bottom, transparent 40%, black 66%, transparent 96%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 40%, black 66%, transparent 96%);
}

.hero__shell {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  min-height: 100svh;
  padding:
    clamp(24px, 3vw, 32px)
    clamp(24px, 4vw, 64px)
    clamp(58px, 8vw, 92px);
}

.hero__nav {
  position: absolute;
  top: var(--header-top);
  left: 50%;
  width: var(--header-width);
  transform: translate3d(-50%, 0, 0);
  z-index: 2;
  pointer-events: auto;
  transition:
    top 320ms var(--ease-cinematic),
    width 320ms var(--ease-cinematic);
  will-change: width, top;
}

.hero__nav-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  min-height: var(--nav-shell-height);
  gap: var(--nav-shell-gap);
  width: 100%;
  padding: 0 var(--nav-shell-padding-x);
  border: 1px solid rgba(255, 255, 255, var(--nav-border-alpha));
  border-radius: var(--nav-radius);
  background:
    linear-gradient(120deg, rgba(29, 36, 47, 0.28) 0%, rgba(26, 23, 25, 0.14) 50%, rgba(46, 34, 27, 0.1) 100%),
    rgba(15, 19, 26, var(--nav-bg-alpha));
  backdrop-filter: blur(var(--nav-blur)) saturate(var(--nav-saturate));
  -webkit-backdrop-filter: blur(var(--nav-blur)) saturate(var(--nav-saturate));
  box-shadow:
    0 var(--nav-shadow-y) var(--nav-shadow-blur) rgba(0, 0, 0, var(--nav-shadow-alpha)),
    inset 0 1px 0 rgba(255, 255, 255, var(--nav-highlight-alpha));
  transform: translateY(var(--nav-lift));
  transition:
    min-height 320ms var(--ease-cinematic),
    padding 320ms var(--ease-cinematic),
    gap 320ms var(--ease-cinematic),
    border-radius 320ms var(--ease-cinematic),
    background 320ms var(--ease-cinematic),
    box-shadow 320ms var(--ease-cinematic),
    backdrop-filter 320ms var(--ease-cinematic),
    -webkit-backdrop-filter 320ms var(--ease-cinematic),
    transform 320ms var(--ease-cinematic);
  will-change: border-radius, backdrop-filter, box-shadow, transform, padding, min-height;
}

.hero__nav-shell::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, var(--nav-highlight-alpha)), rgba(255, 255, 255, 0.012) 58%, transparent 100%);
  pointer-events: none;
}

.hero__nav-shell::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, var(--nav-sheen-alpha)) 48%, transparent 72%);
  opacity: calc(0.42 + (var(--nav-progress, 0) * 0.24));
  pointer-events: none;
}

.hero__nav-shell > * {
  position: relative;
  z-index: 1;
}

.hero__brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  text-decoration: none;
}

.hero__brand-mark {
  color: #f7f1e8;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: var(--nav-brand-size);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  transition:
    font-size 320ms var(--ease-cinematic),
    color 220ms ease;
}

.hero__nav-links {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: var(--nav-links-gap);
  margin: 0;
  transition: gap 320ms var(--ease-cinematic);
}

.hero__nav-link,
.hero__nav-cta {
  color: rgba(247, 241, 232, 0.86);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 220ms ease,
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    opacity 220ms ease,
    padding 320ms var(--ease-cinematic);
}

.hero__nav-link {
  border-radius: 999px;
  padding: var(--nav-link-padding-y) var(--nav-link-padding-x);
}

.hero__nav-link:hover,
.hero__nav-link:focus-visible {
  color: #f7f1e8;
  transform: translateY(-1px);
}

.hero__nav-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--nav-cta-height);
  padding: 0 var(--nav-cta-padding-x);
  border: 1px solid rgba(255, 255, 255, calc(var(--nav-border-alpha) + 0.03));
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  transition:
    color 220ms ease,
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    opacity 220ms ease,
    min-height 320ms var(--ease-cinematic),
    padding 320ms var(--ease-cinematic);
}

.hero__nav-cta:hover,
.hero__nav-cta:focus-visible {
  color: #f7f1e8;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.hero__nav-link:focus-visible,
.hero__nav-cta:focus-visible,
.hero__brand:focus-visible,
.hero__button:focus-visible,
.hero__text-link:focus-visible {
  outline: 2px solid rgba(185, 138, 86, 0.78);
  outline-offset: 2px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: min(100%, 520px);
  max-width: 520px;
  padding-bottom: clamp(12px, 2vh, 24px);
  opacity: var(--hero-copy-opacity);
  filter: blur(var(--hero-copy-blur));
  transform: translateY(var(--hero-copy-shift));
  will-change: opacity, filter, transform;
}

.hero__title {
  margin: 0;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: clamp(2.95rem, 5vw, 5rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--cream);
  text-wrap: balance;
  text-rendering: geometricPrecision;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.22);
}

.hero__title-line {
  display: block;
}

.hero__wordmark {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--soft-ivory);
}

.hero__subtitle {
  max-width: 25ch;
  margin: 18px 0 0;
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.9vw, 1.46rem);
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: rgba(244, 238, 228, 0.8);
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.hero__button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition:
    transform 320ms ease,
    background-color 320ms ease,
    border-color 320ms ease,
    color 320ms ease,
    box-shadow 320ms ease;
}

.hero__button--primary {
  color: #1b150f;
  background:
    linear-gradient(135deg, rgba(247, 241, 232, 0.98), rgba(215, 194, 167, 0.94));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.hero__button--primary::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 62%);
  pointer-events: none;
}

.hero__button--primary:hover,
.hero__button--primary:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.hero__text-link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(247, 241, 232, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(140deg, rgba(45, 39, 33, 0.56), rgba(26, 22, 19, 0.34)),
    rgba(247, 241, 232, 0.03);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: rgba(247, 241, 232, 0.88);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 260ms ease,
    transform 260ms ease,
    border-color 260ms ease,
    background-color 260ms ease,
    box-shadow 260ms ease;
}

.hero__text-link:hover,
.hero__text-link:focus-visible {
  color: #f7f1e8;
  border-color: rgba(247, 241, 232, 0.28);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}
body.hero-modal-open {
  overflow: hidden;
}

.hero__coming-soon {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.hero__coming-soon.is-open {
  opacity: 1;
  pointer-events: auto;
}

.hero__coming-soon-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 28%, rgba(182, 140, 91, 0.18), transparent 32%),
    rgba(14, 11, 9, 0.52);
  backdrop-filter: blur(18px) saturate(118%);
  -webkit-backdrop-filter: blur(18px) saturate(118%);
  cursor: pointer;
}

.hero__coming-soon-card {
  position: relative;
  overflow: hidden;
  width: min(100%, 560px);
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255, 244, 228, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(155deg, rgba(100, 75, 53, 0.28) 0%, rgba(37, 30, 25, 0.76) 38%, rgba(20, 17, 15, 0.82) 100%),
    rgba(24, 20, 17, 0.58);
  backdrop-filter: blur(26px) saturate(145%);
  -webkit-backdrop-filter: blur(26px) saturate(145%);
  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  transform: translateY(22px) scale(0.985);
  opacity: 0;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 320ms ease;
}

.hero__coming-soon-card::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 55%);
  pointer-events: none;
}

.hero__coming-soon.is-open .hero__coming-soon-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.hero__coming-soon-label,
.hero__coming-soon-title,
.hero__coming-soon-body,
.hero__coming-soon-actions {
  position: relative;
  z-index: 1;
}

.hero__coming-soon-label {
  margin: 0;
  color: rgba(224, 199, 169, 0.84);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__coming-soon-title {
  margin: 18px 0 0;
  color: #f6eee3;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: clamp(2.2rem, 4.6vw, 3.2rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero__coming-soon-body {
  max-width: 34ch;
  margin: 18px 0 0;
  color: rgba(239, 231, 218, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.hero__coming-soon-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero__coming-soon-link,
.hero__coming-soon-dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    background-color 240ms ease,
    box-shadow 240ms ease,
    color 240ms ease;
}

.hero__coming-soon-link {
  border: 1px solid rgba(255, 248, 237, 0.18);
  background:
    linear-gradient(135deg, rgba(251, 246, 239, 0.94), rgba(219, 196, 162, 0.92));
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #1c1510;
}

.hero__coming-soon-dismiss {
  border: 1px solid rgba(247, 241, 232, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 241, 232, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  appearance: none;
  cursor: pointer;
  font-family: inherit;
}

.hero__coming-soon-link:hover,
.hero__coming-soon-link:focus-visible,
.hero__coming-soon-dismiss:hover,
.hero__coming-soon-dismiss:focus-visible {
  transform: translateY(-1px);
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 800ms ease-out,
    transform 800ms ease-out;
  transition-delay: var(--delay, 0ms);
}

.hero--content-ready .reveal {
  opacity: 1;
  transform: translateY(0);
}
.hero--reduced-motion .hero__video,
.hero--reduced-motion .reveal,
.hero--reduced-motion .hero__button,
.hero--reduced-motion .hero__text-link,
.hero--reduced-motion .hero__nav,
.hero--reduced-motion .hero__nav-shell,
.hero--reduced-motion .hero__scroll-blur {
  display: none;
  transition-duration: 180ms;
  transform: none;
  animation: none;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hero__scroll-blur-layer {
    background: linear-gradient(180deg, rgba(15, 19, 26, 0.2), transparent);
    opacity: 0.45;
  }
}

@media (max-width: 1080px) {
  .hero {
    --hero-object-position: 72% center;
  }

  .hero__title {
    font-size: clamp(2.8rem, 5.6vw, 4.4rem);
  }
}

@media (max-width: 860px) {
  .hero {
    --hero-object-position: 74% center;
  }

  .hero__shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero__content {
    max-width: 470px;
  }
}

@media (max-width: 760px) {
  .hero__nav-shell {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .hero__nav-links {
    display: none;
  }

  .hero__shell {
    padding-bottom: 68px;
  }

  .hero__content {
    max-width: 360px;
  }

  .hero__title {
    font-size: clamp(2.45rem, 9vw, 3.4rem);
  }
}

@media (max-width: 640px) {
  .hero {
    --hero-object-position: 77% center;
  }

  .hero__scrim--directional {
    background:
      linear-gradient(180deg, rgba(29, 24, 20, 0.14) 0%, rgba(29, 24, 20, 0.34) 100%),
      linear-gradient(90deg, rgba(29, 24, 20, 0.76) 0%, rgba(29, 24, 20, 0.46) 56%, rgba(29, 24, 20, 0.1) 100%);
  }

  .hero__shell {
    padding: 16px 16px 52px;
  }

  .hero__content {
    max-width: min(100%, 360px);
    padding-bottom: 8px;
  }

  .hero__title {
    font-size: clamp(2.3rem, 11vw, 3rem);
    line-height: 0.98;
  }

  .hero__subtitle {
    max-width: 24ch;
    margin-top: 16px;
    font-size: clamp(1.37rem, 5.2vw, 1.51rem);
    line-height: 1.55;
  }

  .hero__actions {
    width: min(100%, 320px);
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 24px;
  }

  .hero__button,
  .hero__text-link {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
  }

  .hero__coming-soon {
    padding: 16px;
  }

  .hero__coming-soon-card {
    width: 100%;
    border-radius: 24px;
    padding: 24px 20px;
  }

  .hero__coming-soon-title {
    margin-top: 14px;
    font-size: clamp(1.95rem, 9vw, 2.5rem);
    line-height: 1.02;
  }

  .hero__coming-soon-body {
    margin-top: 14px;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .hero__coming-soon-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 22px;
  }

  .hero__coming-soon-link,
  .hero__coming-soon-dismiss {
    width: 100%;
    min-height: 46px;
  }
}

@media (max-width: 480px) {
  .hero__shell {
    padding-bottom: 44px;
  }

  .hero__title {
    font-size: clamp(2.1rem, 12vw, 2.65rem);
  }

  .hero__subtitle {
    max-width: 22ch;
    font-size: 1.33rem;
  }

  .hero__nav-shell {
    gap: 10px;
  }

  .hero__coming-soon {
    padding: 12px;
  }

  .hero__coming-soon-card {
    padding: 22px 18px;
  }
}