:root {
  --action-red: #a63832;
  --action-red-dark: #812824;
}

.home-page .home-hero-header,
.home-page .home-hero-header.is-scrolled {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 38px);
  min-height: 74px;
  padding: 9px clamp(24px, 5vw, 76px);
  background:
    linear-gradient(90deg, rgba(199,149,62,.035), transparent 28%, transparent 72%, rgba(199,149,62,.035)),
    rgba(255,250,242,.985);
  border-top: 3px solid var(--action-red);
  border-bottom: 1px solid rgba(199,149,62,.24);
  box-shadow: 0 7px 22px rgba(10,45,80,.06);
  backdrop-filter: blur(16px);
}

.home-page .home-hero-header::before,
.home-page .home-hero-header::after {
  content: "";
  flex: 1 1 180px;
  max-width: 250px;
  height: 1px;
  opacity: .75;
}

.home-page .home-hero-header::before {
  background: linear-gradient(90deg, transparent, rgba(199,149,62,.72));
}

.home-page .home-hero-header::after {
  background: linear-gradient(90deg, rgba(199,149,62,.72), transparent);
}

.home-page .home-hero-header nav {
  position: relative;
  justify-content: center;
  gap: clamp(22px, 3vw, 46px);
  padding: 3px clamp(17px, 2vw, 28px);
  color: var(--navy);
  font-size: 13px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(199,149,62,.22);
  border-radius: 999px;
  box-shadow:
    0 6px 18px rgba(10,45,80,.035),
    inset 0 1px 0 rgba(255,255,255,.8);
}

.home-page .home-hero-header nav::before,
.home-page .home-hero-header nav::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
}

.home-page .home-hero-header nav::before {
  left: -3px;
}

.home-page .home-hero-header nav::after {
  right: -3px;
}

.home-page .home-hero-header nav a {
  padding: 12px 0;
}

.home-page .home-hero-header nav a::after {
  bottom: 4px;
  height: 2px;
  background: var(--action-red);
}

.home-page .home-image-hero {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100svh - 74px);
  min-height: 600px;
  max-height: 920px;
  padding: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(199,149,62,.08), transparent 34%),
    #fffaf3;
  border-bottom: 2px solid rgba(166,56,50,.42);
}

.home-page .home-image-hero::before,
.home-page .home-image-hero::after {
  display: none;
}

.home-hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 76%;
  animation: home-hero-arrival 700ms cubic-bezier(.2,.72,.2,1) both;
}

.home-hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: clamp(16px, 2.6vh, 32px);
  text-align: center;
}

.home-hero-identity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
  width: 100%;
}

.home-hero-logo {
  flex: 0 0 auto;
  width: clamp(118px, 9.2vw, 152px);
  height: clamp(118px, 9.2vw, 152px);
  object-fit: cover;
  border-radius: 50%;
  clip-path: circle(48% at 50% 50%);
  filter: drop-shadow(0 9px 16px rgba(73,49,24,.16));
}

.home-hero-name {
  display: grid;
  justify-items: center;
  min-width: 0;
}

.home-hero-name h1 {
  margin: 0;
  color: var(--navy);
  font: 500 clamp(42px, 4.15vw, 68px)/.96 Georgia, "Times New Roman", serif;
  letter-spacing: .018em;
  white-space: nowrap;
}

.home-hero-rule {
  position: relative;
  display: block;
  width: min(100%, 700px);
  height: 1px;
  margin: clamp(7px, 1vh, 11px) 0 8px;
  background: linear-gradient(90deg, transparent, var(--gold) 16%, var(--gold) 84%, transparent);
}

.home-hero-rule::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 5px solid #fffaf3;
  border-radius: 50%;
  background: var(--gold);
  transform: translate(-50%,-50%);
  box-sizing: content-box;
}

.home-hero-name p {
  margin: 0;
  color: var(--gold-dark);
  font: italic 400 clamp(18px, 1.5vw, 24px)/1.18 Georgia, "Times New Roman", serif;
}

.home-hero-description {
  display: none;
}

.home-hero-actions {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  width: min(100%, 920px);
  margin-top: clamp(13px, 1.8vh, 19px);
}

.home-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  min-height: 52px;
  padding: 0 clamp(17px, 1.7vw, 25px);
  border: 1px solid rgba(166,56,50,.38);
  border-radius: 5px;
  background: rgba(255,250,246,.92);
  box-shadow: 0 8px 20px rgba(86,36,29,.08);
  color: var(--action-red-dark);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(7px);
  transition: transform 200ms ease, background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

.home-action-button:nth-child(1) {
  flex: 1.12 1 315px;
}

.home-action-button:nth-child(2) {
  flex: .72 1 200px;
}

.home-action-button:nth-child(3) {
  flex: 1.18 1 340px;
}

.home-action-button svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-action-button.is-primary {
  border-color: var(--action-red);
  background: var(--action-red);
  color: #fff;
  box-shadow: 0 11px 25px rgba(126,35,31,.18);
}

.home-action-button:hover,
.home-action-button:focus-visible {
  background: var(--action-red-dark);
  color: #fff;
  box-shadow: 0 14px 30px rgba(126,35,31,.22);
  transform: translateY(-3px);
}

.home-action-button:focus-visible {
  outline: 3px solid rgba(166,56,50,.2);
  outline-offset: 4px;
}

@keyframes home-hero-arrival {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) and (min-width: 861px) {
  .home-hero-content {
    width: min(920px, calc(100% - 40px));
  }

  .home-hero-logo {
    width: 112px;
    height: 112px;
  }

  .home-hero-name h1 {
    font-size: clamp(38px, 4.6vw, 48px);
  }

  .home-action-button {
    padding-inline: 15px;
    font-size: 9.5px;
  }
}

@media (max-width: 860px) {
  .home-page .home-hero-header,
  .home-page .home-hero-header.is-scrolled {
    min-height: 62px;
    padding: 8px 16px;
    justify-content: flex-end;
  }

  .home-page .home-hero-header::before,
  .home-page .home-hero-header::after {
    display: none;
  }

  .home-page .home-hero-header nav::before,
  .home-page .home-hero-header nav::after {
    display: none;
  }

  .home-page .home-hero-header .nav-toggle {
    display: block;
    margin-left: auto;
    border-color: rgba(166,56,50,.22);
    background: rgba(255,255,255,.94);
  }

  .home-page .home-hero-header.nav-open nav {
    position: absolute;
    top: 58px;
    left: 16px;
    right: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 0 20px;
    margin: 0;
    padding: 16px 20px;
    background: var(--navy);
    border: 0;
    border-top: 2px solid var(--action-red);
    border-radius: 6px;
    box-shadow: 0 18px 42px rgba(10,45,80,.2);
  }

  .home-page .home-image-hero {
    height: calc(100svh - 62px);
    min-height: 560px;
    max-height: none;
  }

  .home-hero-background {
    object-position: center 72%;
  }

  .home-hero-content {
    width: min(100% - 28px, 620px);
    padding-top: 16px;
  }

  .home-hero-identity {
    gap: 14px;
  }

  .home-hero-logo {
    width: clamp(66px, 17vw, 88px);
    height: clamp(66px, 17vw, 88px);
  }

  .home-hero-name h1 {
    font-size: clamp(27px, 7.4vw, 42px);
    white-space: normal;
  }

  .home-hero-rule {
    margin: 7px 0;
  }

  .home-hero-name p {
    font-size: clamp(14px, 3.8vw, 19px);
  }

  .home-hero-actions {
    flex-direction: column;
    gap: 7px;
    width: min(100%, 420px);
    margin-top: 13px;
  }

  .home-action-button,
  .home-action-button:nth-child(1),
  .home-action-button:nth-child(2),
  .home-action-button:nth-child(3) {
    flex: none;
    width: 100%;
    min-height: 44px;
  }
}

@media (max-width: 520px) {
  .home-page .home-hero-header.nav-open nav {
    grid-template-columns: 1fr;
  }

  .home-hero-identity {
    align-items: center;
  }

  .home-hero-name p {
    max-width: 245px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-background {
    animation: none;
  }

  .home-action-button {
    transition: none;
  }
}