:root {
  --ink: #604545;
  --plum: #604545;
  --plum2: #a8928a;
  --cream: #e6dad1;
  --paper: #fff7f0;
  --gold: #a3815e;
  --line: rgba(96, 69, 69, 0.2);
  --bronze: #a3815e;
  --bronze-soft: #c4afaf;
  --ivory: #fff7f0;
  --charcoal: #604545;
  --brand-mauve: #c4afaf;
  --brand-taupe: #b1a297;
  --brand-sand: #aa937e;
  --brand-rose: #c4a9a9;
  --brand-blush: #f8d3c5;
  --brand-mist: #f8f2f2;
  --gold-text: #765334;
  --sans: "Droid Serif", "Noto Serif", Georgia, serif;
  --title: "TAN Aegean", "Cormorant Garamond", Georgia, serif;
  --serif: "The Seasons", "Cormorant Garamond", Georgia, serif;
  --subtitle: "Droid Serif", "Noto Serif", Georgia, serif;
  --lux-shadow: 0 24px 70px rgba(96, 69, 69, 0.16);
}

html {
  background: var(--paper);
}

body {
  color: var(--ink);
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(248, 211, 197, 0.2),
      transparent 28rem
    ),
    var(--paper);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

h1 {
  font-family: var(--title);
  letter-spacing: -0.035em;
}

h2,
h3,
.service-title span,
.price-card h2,
.statement p {
  font-family: var(--serif);
  letter-spacing: -0.025em;
}

.lead,
.hero-copy > p:not(.eyebrow),
.page-hero-copy > p:not(.eyebrow),
.inquiry-intro > p:not(.eyebrow):not(.fine) {
  font-family: var(--subtitle);
}

.site-header,
.inner-page .site-header {
  position: fixed;
  z-index: 40;
  top: 12px;
  left: 2vw;
  width: 96vw;
  height: 104px;
  min-height: 104px;
  padding: 4px 5vw;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 18% -40%,
      rgba(255, 255, 255, 0.92),
      transparent 42%
    ),
    linear-gradient(
      135deg,
      rgba(255, 247, 240, 0.66),
      rgba(248, 242, 242, 0.42)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -1px 0 rgba(96, 69, 69, 0.08),
    0 18px 50px rgba(96, 69, 69, 0.14);
  backdrop-filter: blur(26px) saturate(165%);
  -webkit-backdrop-filter: blur(26px) saturate(165%);
  isolation: isolate;
}

.site-header::before,
.inner-page .site-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1px;
  border-radius: 24px;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.34),
    transparent 27%,
    transparent 72%,
    rgba(196, 175, 175, 0.18)
  );
}

.site-header > *,
.inner-page .site-header > * {
  position: relative;
  z-index: 1;
}

.brand {
  display: grid;
  width: 98px;
  height: 72px;
  place-items: center;
  flex: 0 0 auto;
}

.site-header .brand,
.inner-page .site-header .brand {
  grid-template-columns: 116px 1fr;
  gap: 11px;
  width: 250px;
  height: 86px;
  padding: 6px 15px 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(
    145deg,
    rgba(230, 218, 209, 0.96),
    rgba(196, 175, 175, 0.88)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 24px rgba(96, 69, 69, 0.12);
}

.site-header .brand::after,
.inner-page .site-header .brand::after {
  content: "Luxury Event Services";
  color: var(--ink);
  font: 600 9.5px/1.45 var(--sans);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-header .brand-logo,
.inner-page .site-header .brand-logo {
  width: 104px;
  height: auto;
  max-height: 68px;
  justify-self: center;
  object-fit: contain;
  object-position: center;
  clip-path: none;
  transform: none;
  filter: drop-shadow(0 4px 7px rgba(96, 69, 69, 0.2)) contrast(1.08);
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.site-header nav {
  gap: clamp(24px, 3vw, 48px);
  white-space: nowrap;
}

.site-header nav a,
.inner-page .site-header nav a {
  color: var(--ink);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.services-nav {
  position: relative;
  display: flex;
  align-items: center;
}

.services-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  color: var(--ink);
  border: 0;
  border-radius: 0;
  background: transparent;
  font: 500 13px/1 var(--sans);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.services-trigger > span {
  display: inline-block;
  font-size: 14px;
  transition: transform 180ms ease;
}

.services-trigger.active-nav {
  border-bottom: 1px solid currentColor;
}

.services-trigger:focus-visible,
.services-dropdown a:focus-visible {
  outline: 2px solid var(--brand-sand);
  outline-offset: 4px;
}

.services-dropdown {
  display: grid;
}

.services-dropdown a::after,
.inner-page .services-dropdown a::after {
  display: none;
}

.services-dropdown a[aria-current="page"] {
  color: var(--plum);
  font-weight: 600;
}

@media (min-width: 801px) {
  .services-nav::before {
    content: "";
    position: absolute;
    top: 100%;
    right: -18px;
    width: min(310px, calc(100vw - 32px));
    height: 28px;
  }

  .services-dropdown {
    position: absolute;
    top: calc(100% + 22px);
    right: -18px;
    width: min(310px, calc(100vw - 32px));
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 18px;
    background:
      linear-gradient(145deg, rgba(255, 250, 246, 0.96), rgba(244, 232, 229, 0.92));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      0 22px 48px rgba(75, 45, 48, 0.2);
    backdrop-filter: blur(24px) saturate(155%);
    -webkit-backdrop-filter: blur(24px) saturate(155%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }

  .services-nav:hover .services-dropdown,
  .services-nav:focus-within .services-dropdown,
  .services-nav.is-open .services-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .services-nav:hover .services-trigger > span,
  .services-nav:focus-within .services-trigger > span,
  .services-nav.is-open .services-trigger > span {
    transform: rotate(180deg);
  }

  .services-dropdown a,
  .inner-page .services-dropdown a {
    display: block;
    padding: 13px 14px;
    border-radius: 11px;
    color: var(--ink);
    font: 500 13px/1.25 var(--sans);
    white-space: normal;
    text-shadow: none;
    transition:
      color 160ms ease,
      background-color 160ms ease,
      transform 160ms ease;
  }

  .services-dropdown a:hover,
  .inner-page .services-dropdown a:hover {
    color: var(--plum);
    background: rgba(255, 255, 255, 0.68);
    transform: translateX(3px);
  }

  .services-dropdown .services-all {
    margin-bottom: 6px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(96, 69, 69, 0.14);
    border-radius: 11px 11px 4px 4px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .site-header,
  .inner-page .site-header {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .site-header .brand,
  .inner-page .site-header .brand {
    width: 230px;
  }

  .site-header nav,
  .inner-page .site-header nav {
    gap: 13px;
  }

  .site-header nav > a,
  .inner-page .site-header nav > a,
  .services-trigger {
    font-size: 11px;
  }
}

.site-header nav a::after,
.inner-page .site-header nav a::after {
  background: var(--brand-sand);
}

.menu-toggle,
.inner-page .menu-toggle {
  color: var(--ink);
  border-color: rgba(96, 69, 69, 0.34);
}

.hero {
  min-height: 760px;
}

.hero-media {
  background-image: url("assets/hmp-hero-no-screen-2026.webp");
  background-position: center 54%;
}

.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(58, 36, 36, 0.79) 0%,
      rgba(58, 36, 36, 0.3) 58%,
      rgba(58, 36, 36, 0.12) 100%
    ),
    linear-gradient(0deg, rgba(58, 36, 36, 0.48), transparent 46%);
}

.hero h1 em,
.services-overview-hero h1 em,
.home-inquiry h2 em {
  color: var(--brand-blush);
}

.page-hero h1 em,
.inquiry h1 em,
.decor-gallery h2 em {
  color: var(--gold);
}

.button,
button[type="submit"] {
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
}

.button.gold,
.button.dark,
button[type="submit"] {
  color: var(--paper);
  border-color: var(--ink);
  background: var(--ink);
}

.button.light {
  color: var(--ink);
  border-color: var(--paper);
  background: var(--paper);
}

.button:hover,
button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(96, 69, 69, 0.22);
}

.marquee {
  color: var(--ink);
  background: var(--brand-mauve);
}

.marquee > div {
  display: flex;
  gap: 0;
  width: max-content;
  animation: hmp-banner-flow 22s linear infinite;
  animation-play-state: running;
  will-change: transform;
}

.marquee > div > span {
  display: block;
  flex: 0 0 auto;
  padding-right: 32px;
}

@keyframes hmp-banner-flow {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 800px) {
  .marquee > div {
    animation-duration: 16s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee > div {
    animation: none;
    transform: none;
  }
}

.page-cta-note {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(96, 69, 69, 0.86);
  font-family: var(--subtitle);
  font-size: 17px;
}

.celebrations-served {
  display: grid;
  grid-template-columns: minmax(210px, 0.4fr) 1fr;
  gap: 48px;
  align-items: center;
  padding: 34px 6vw;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.hero-copy {
  max-width: 960px;
}

.hero-copy h1 {
  max-width: none;
  font-size: clamp(52px, 5vw, 76px);
}

.celebrations-served .eyebrow {
  margin: 0;
}

.celebrations-served ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.celebrations-served li {
  position: relative;
  color: var(--ink);
  font: 500 16px/1.35 var(--subtitle);
}

.celebrations-served li:not(:last-child)::after {
  content: "✦";
  position: absolute;
  left: calc(100% + 12px);
  color: var(--gold);
  font-size: 8px;
}

.celebration-accessories-page .page-cta > div,
.celebration-accessories-page .page-cta-note,
.service-detail-page .page-cta h2 {
  width: 100%;
  max-width: none;
}

.service-detail-page .page-cta h2 {
  font-style: italic;
  text-wrap: balance;
}

.guest-seating-page .price-card,
.money-table-page .price-card {
  min-height: 430px;
}

.guest-seating-page .price-card > p,
.money-table-page .price-card > p {
  font-size: 14px;
}

@media (max-width: 800px) {
  .hero-copy h1 {
    max-width: none;
    font-size: clamp(44px, 12vw, 58px);
  }

  .celebrations-served {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 7vw;
  }

  .celebrations-served ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 22px;
  }

  .celebrations-served li:not(:last-child)::after {
    display: none;
  }

  .guest-seating-page .price-card,
  .money-table-page .price-card {
    min-height: auto;
  }
}

.guest-seating-page .page-hero-media {
  background-image: url("assets/hmp-hero-welcome.webp");
  background-position: center;
}

@media (max-width: 800px) {
  .page-cta {
    align-items: flex-start;
  }

  .page-cta-note {
    font-size: 15px;
  }
}

.marquee i,
.eyebrow.plum,
.arrow-link,
.text-link,
.service-link,
.price-card .micro {
  color: var(--gold-text);
}

.hero .text-link {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 10px rgba(24, 10, 14, 0.75);
}

@media (max-width: 800px) {
  .hero .text-link {
    color: var(--plum);
    border-color: var(--plum);
    text-shadow: none;
  }
}

.services .eyebrow,
.services .service-link,
.statement .eyebrow,
.home-inquiry .eyebrow {
  color: var(--brand-blush);
}

.about,
.decor-gallery,
.about-story,
.inquiry,
.service-story,
.service-flow,
.service-gallery,
.page-hero,
.principles {
  background-color: var(--paper);
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page .about-story-copy .lead {
  font-family: var(--subtitle);
  letter-spacing: -0.025em;
}

.about-page .principle h3 {
  margin: 0;
  font: italic 500 clamp(21px, 1.8vw, 24px)/1.18 var(--serif);
  letter-spacing: -0.015em;
}

.about-page .principle p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.55;
}

.about-page .principle {
  border: 0;
  border-bottom: 1px solid rgba(96, 69, 69, 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-page .principle:first-of-type {
  border-top: 1px solid rgba(96, 69, 69, 0.2);
}

@media (max-width: 800px) {
  .about-page .principle h3 { font-size: 20px; }
  .about-page .principle p { font-size: 13px; }
}

.decor-gallery,
.principles,
.service-flow,
.service-gallery {
  background-color: var(--brand-mist);
}

.services,
.price-section,
.statement,
footer,
.site-footer {
  color: var(--paper);
  background: var(--ink);
}

.service-row {
  border-color: rgba(255, 247, 240, 0.18);
}

.service-row:hover {
  background: rgba(196, 175, 175, 0.1);
}

.service-feature {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  padding: 0 0 clamp(64px, 7vw, 104px);
  border-bottom: 1px solid rgba(255, 247, 240, 0.18);
}

.service-carousel-track {
  min-height: clamp(650px, 58vw, 820px);
}

.service-slide[hidden] {
  display: none !important;
}

.service-slide.is-active {
  animation: service-slide-in 680ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes service-slide-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
}

.service-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding-top: 28px;
}

.service-carousel-arrow {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 247, 240, 0.42);
  border-radius: 50%;
  color: var(--paper);
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease;
}

.service-carousel-arrow:hover,
.service-carousel-arrow:focus-visible {
  color: var(--ink);
  border-color: var(--gold);
  background: var(--gold);
  outline: none;
}

.service-carousel-dots {
  display: flex;
  align-items: center;
  gap: 11px;
}

.service-carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(255, 247, 240, 0.62);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition:
    width 240ms ease,
    border-radius 240ms ease,
    background 240ms ease;
}

.service-carousel-dots button.is-active {
  width: 34px;
  border-color: var(--gold);
  border-radius: 999px;
  background: var(--gold);
}

.service-feature-media {
  position: relative;
  display: block;
  width: min(100%, 560px);
  aspect-ratio: 1;
  margin: 0 auto 38px;
  border: clamp(7px, 0.7vw, 11px) solid rgba(184, 135, 78, 0.9);
  border-radius: clamp(24px, 3vw, 42px);
  background: #281b1d;
  box-shadow: 0 34px 70px rgba(12, 5, 7, 0.36);
}

.service-feature-media::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -46px;
  width: 30%;
  height: 46px;
  transform: translateX(-50%);
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, #8e693f, #b8874e 48%, #8e693f);
  pointer-events: none;
}

.service-feature-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 63% center;
  border-radius: clamp(15px, 2.3vw, 31px);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-feature-media:hover img {
  transform: scale(1.025);
}

.service-feature-copy {
  max-width: 560px;
}

.service-feature-copy .eyebrow {
  margin-bottom: 28px;
  color: var(--brand-blush);
}

.service-feature-copy h3 {
  font-size: clamp(48px, 5vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.service-feature-copy h3 em {
  color: var(--gold);
  font-weight: 400;
}

.service-feature-copy > p:not(.eyebrow, .service-feature-price) {
  max-width: 46ch;
  margin: 30px 0 18px;
  color: rgba(255, 247, 240, 0.76);
}

.service-feature-price {
  margin: 0 0 30px;
  color: rgba(255, 247, 240, 0.68);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-feature-price strong {
  margin-left: 5px;
  color: var(--paper);
  font: 24px var(--serif);
  letter-spacing: 0;
}

.service-feature-cta {
  min-height: 58px;
  color: var(--ink);
  background: var(--gold);
}

.service-feature-cta:hover {
  background: var(--paper);
}

@media (max-width: 800px) {
  .service-carousel-track {
    min-height: 0;
  }

  .service-feature {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 54px;
  }

  .service-feature-media {
    width: min(100%, 430px);
    aspect-ratio: 1;
    margin-bottom: 30px;
    border-width: 7px;
    border-radius: 25px;
  }

  .service-feature-media img {
    object-position: 65% center;
    border-radius: 17px;
  }

  .service-feature-media::after {
    bottom: -37px;
    height: 37px;
  }

  .service-feature-copy h3 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .service-feature-copy > p:not(.eyebrow, .service-feature-price) {
    font-size: 14px;
  }

  .service-feature-cta {
    width: 100%;
    padding-inline: 18px;
    text-align: center;
  }

  .service-carousel-controls {
    padding-top: 24px;
  }

  .service-carousel-arrow {
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-slide.is-active {
    animation: none;
  }
}

.service-title p,
.service-detail,
.inner-footer a,
.inner-footer p,
.site-footer a,
.site-footer p {
  color: rgba(255, 247, 240, 0.74);
}

footer .brand,
.site-footer .brand {
  width: 122px;
  height: 92px;
  padding: 7px;
  border-radius: 16px;
  background: var(--paper);
}

.screen-card,
.price-card,
.service-overview-card,
.principle {
  border-color: rgba(163, 129, 94, 0.45);
  border-radius: 20px;
  box-shadow: var(--lux-shadow);
}

.screen-glow {
  display: none;
}

.page-cta {
  flex-wrap: wrap;
  color: var(--ink);
  background: var(--brand-mauve);
}

.page-cta h2 {
  flex: 1 1 560px;
  min-width: 0;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  color: var(--paper);
  background: rgba(255, 247, 240, 0.18);
}

.trust-strip p {
  margin: 0;
  padding: 26px 5vw;
  background: var(--ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
  padding: 110px 8vw 130px;
  background: var(--brand-mist);
}

.faq-section h2 {
  max-width: 9ch;
  font-size: clamp(48px, 5vw, 76px);
}

.faq-list article {
  padding: 25px 0;
  border-top: 1px solid var(--line);
}

.faq-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list h3 {
  margin-bottom: 9px;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
}

.faq-list p {
  max-width: 62ch;
  margin: 0;
  color: rgba(96, 69, 69, 0.84);
}

.page-cta .button {
  flex: 0 0 auto;
  color: var(--paper);
  border-color: var(--ink);
  background: var(--ink);
  white-space: normal;
}

.services-overview-hero::after,
.home-inquiry::after {
  background: rgba(96, 69, 69, 0.48);
}

.inquiry form {
  border-color: rgba(196, 175, 175, 0.66);
  border-radius: 22px;
  background: rgba(248, 242, 242, 0.76);
  box-shadow: var(--lux-shadow);
}

.inquiry form::before,
.inner-page .inquiry form::before,
.inquiry-page #inquiry-form::before {
  content: "CELEBRATION BRIEF";
  color: var(--gold);
}

.form-guidance {
  grid-column: 1 / -1;
  margin: 0 0 4px;
  color: rgba(96, 69, 69, 0.75);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.conditional-field[hidden] {
  display: none;
}

.form-note {
  line-height: 1.65;
}

.form-note a,
.legal-page a,
.not-found-page a {
  color: var(--ink);
  text-underline-offset: 3px;
}

.toast.error {
  background: #7a3535;
}

.legal-page,
.not-found-page {
  min-height: 70vh;
  padding: 170px max(7vw, 24px) 110px;
  background: var(--paper);
}

.legal-page article,
.not-found-page > div {
  max-width: 820px;
  margin: 0 auto;
}

.legal-page h1,
.not-found-page h1 {
  margin-bottom: 34px;
  font-size: clamp(58px, 8vw, 105px);
}

.legal-page h2 {
  margin: 45px 0 12px;
  font-size: 32px;
}

.legal-page p,
.not-found-page p {
  max-width: 67ch;
}

.not-found-page .button {
  margin-top: 24px;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

input,
select,
textarea {
  color: var(--ink);
  border-color: rgba(96, 69, 69, 0.32);
  border-radius: 10px;
  background: var(--paper);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--ink);
  outline: 3px solid rgba(196, 175, 175, 0.34);
}

::selection {
  color: var(--paper);
  background: var(--ink);
}

.back-to-top-sentinel {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 35;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 247, 240, 0.42)),
    rgba(255, 247, 240, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(96, 69, 69, 0.1),
    0 12px 34px rgba(67, 43, 43, 0.18);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top.is-visible:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(96, 69, 69, 0.1),
    0 16px 38px rgba(67, 43, 43, 0.24);
}

.back-to-top.is-visible:active {
  transform: scale(0.96);
}

.back-to-top:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.back-to-top span {
  font: 400 23px/1 var(--sans);
  transform: translateY(-1px);
}

@media (min-width: 801px) {
  .site-header,
  .inner-page .site-header {
    height: 104px;
    min-height: 104px;
    max-height: 104px;
    transform: none;
    transition: none;
  }

  .site-header nav,
  .inner-page .site-header nav {
    height: 40px;
    align-items: center;
    gap: clamp(24px, 3vw, 48px);
    padding: 0;
  }

  .site-header nav > a,
  .inner-page .site-header nav > a,
  .services-trigger {
    display: inline-flex;
    height: 40px;
    align-items: center;
    border-bottom: 1px solid transparent;
    font-size: 13px;
    line-height: 1;
  }

  .site-header nav > a.active-nav,
  .inner-page .site-header nav > a.active-nav,
  .services-trigger.active-nav {
    border-bottom-color: currentColor;
  }
}

@media (max-width: 800px) {
  body {
    padding-bottom: env(safe-area-inset-bottom);
  }

  body.menu-open {
    overflow: hidden;
  }

  .site-header,
  .inner-page .site-header {
    top: 9px;
    left: 10px;
    width: calc(100vw - 20px);
    height: 82px;
    min-height: 82px;
    padding: 2px 12px;
    border-radius: 22px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.86),
      inset 0 -1px 0 rgba(96, 69, 69, 0.08),
      0 14px 38px rgba(96, 69, 69, 0.14);
  }

  .site-header::before,
  .inner-page .site-header::before {
    border-radius: 20px;
  }

  .site-header .brand,
  .inner-page .site-header .brand {
    grid-template-columns: 100px 1fr;
    gap: 8px;
    width: 214px;
    height: 68px;
    padding: 3px 10px 3px 7px;
  }

  .site-header .brand::after,
  .inner-page .site-header .brand::after {
    font-size: 7.2px;
    letter-spacing: 0.14em;
  }

  .site-header .brand-logo,
  .inner-page .site-header .brand-logo {
    width: 96px;
    max-height: 62px;
    transform: translateY(0) scale(0.98);
  }

  .site-header nav,
  .inner-page .site-header nav {
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    right: 0;
    color: var(--ink);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 20px;
    background: linear-gradient(
      145deg,
      rgba(255, 247, 240, 0.985),
      rgba(248, 242, 242, 0.965)
    );
    box-shadow: 0 18px 45px rgba(96, 69, 69, 0.16);
    backdrop-filter: blur(24px) saturate(155%);
    -webkit-backdrop-filter: blur(24px) saturate(155%);
    max-height: calc(100dvh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-header nav a,
  .inner-page .site-header nav a {
    display: flex;
    min-height: 64px;
    align-items: center;
    color: var(--ink);
    border-color: rgba(96, 69, 69, 0.12);
  }

  .services-nav {
    display: block;
    width: 100%;
  }

  .services-trigger {
    width: 100%;
    min-height: 64px;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid rgba(96, 69, 69, 0.12);
    font: 34px/1.1 var(--serif);
    text-align: left;
  }

  .services-trigger > span {
    margin-right: 4px;
    font: 20px/1 var(--sans);
  }

  .services-nav.is-open .services-trigger > span {
    transform: rotate(180deg);
  }

  .services-dropdown {
    display: none;
    padding: 8px 0 12px 18px;
    border-bottom: 1px solid rgba(96, 69, 69, 0.12);
  }

  .services-nav.is-open .services-dropdown {
    display: grid;
  }

  .services-dropdown a,
  .inner-page .services-dropdown a {
    min-height: 46px;
    padding: 12px 0;
    border: 0;
    font: 500 15px/1.35 var(--sans);
  }

  .services-dropdown .services-all {
    color: var(--plum);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .menu-toggle {
    min-width: 48px;
    min-height: 48px;
    border-radius: 16px;
    background: rgba(255, 247, 240, 0.62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  .menu-toggle[aria-expanded="true"]::before {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"]::after {
    transform: translateY(-6px) rotate(-45deg);
  }

  h1,
  h2,
  h3,
  .hero-copy > p,
  .page-hero-copy > p {
    text-wrap: balance;
  }

  p {
    text-wrap: pretty;
  }

  .button,
  .arrow-link,
  .service-link {
    min-height: 48px;
  }

  .mobile-cta {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 12px;
    min-height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
  }

  .back-to-top {
    right: 14px;
    bottom: calc(84px + env(safe-area-inset-bottom));
    width: 46px;
    height: 46px;
  }

  .hero {
    padding-top: 118px;
  }

  .hero-media {
    height: 62svh;
    min-height: 420px;
    max-height: 560px;
  }

  .page-hero-media {
    min-height: min(62svh, 520px);
  }

  .services-overview-hero {
    min-height: 640px;
    padding-top: 128px;
  }

  .inquiry-page #inquiry-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  input,
  select,
  textarea {
    min-height: 52px;
  }

  footer { padding-bottom: calc(48px + env(safe-area-inset-bottom)); }

  .hero {
    min-height: 680px;
  }

  .hero-shade {
    background: linear-gradient(
      0deg,
      rgba(58, 36, 36, 0.78),
      rgba(58, 36, 36, 0.16) 80%
    );
  }

  .trust-strip,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .trust-strip p {
    padding: 18px 20px;
  }

  .faq-section {
    gap: 42px;
    padding: 82px 24px 100px;
  }

  .faq-section h2 {
    max-width: 11ch;
  }

  .services-overview-hero h1 {
    color: var(--paper);
  }
}

.reviews-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(680px, 60vw, 820px);
  padding: clamp(72px, 7vw, 100px) 0 clamp(76px, 7vw, 105px);
  color: #fff9f3;
  background: #2d2022;
}

.reviews-section::before {
  position: absolute;
  z-index: -2;
  inset: -12px;
  background:
    radial-gradient(circle at 18% 16%, rgba(198, 155, 98, 0.16), transparent 32%),
    radial-gradient(circle at 84% 76%, rgba(138, 90, 93, 0.2), transparent 36%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 249, 243, 0.025) 0,
      rgba(255, 249, 243, 0.025) 1px,
      transparent 1px,
      transparent 86px
    ),
    #2d2022;
  content: "";
  pointer-events: none;
}

.reviews-section::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(27,18,20,.84), rgba(40,25,29,.8));
  content: "";
  pointer-events: none;
}

.reviews-heading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 clamp(48px, 5vw, 68px);
  text-align: center;
}

.reviews-heading .eyebrow { margin-bottom: 14px; color: #ddb889; }
.reviews-heading h2 { margin: 0; max-width: 18ch; font-size: clamp(42px, 4.6vw, 68px); line-height: 1.03; }
.reviews-heading h2 em { display: inline; color: #efc9ba; line-height: 1.12; }

.reviews-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding: 4px 0;
  mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
}

.reviews-marquee[hidden] { display: none; }
.reviews-section[hidden] { display: none; }
.reviews-section.is-empty { min-height: 0; }

.reviews-track {
  display: flex;
  gap: 28px;
  width: max-content;
  transform: translate3d(0,0,0);
  will-change: transform;
}

.reviews-track.is-moving { animation: reviews-drift 64s linear infinite; }

.reviews-marquee:focus-within .reviews-track { animation-play-state: paused; }

.reviews-set {
  display: grid;
  flex: none;
  grid-auto-flow: column;
  grid-auto-columns: clamp(320px, 28vw, 400px);
  grid-template-rows: auto;
  align-items: stretch;
  gap: 26px;
}

.review-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 350px;
  height: 350px;
  flex-direction: column;
  padding: clamp(24px, 2.2vw, 30px);
  border: 1px solid rgba(255,255,255,.74);
  border-radius: clamp(30px, 3vw, 44px);
  color: #412b2d;
  background: rgba(255,250,246,.96);
  box-shadow: 0 24px 58px rgba(18,9,11,.26);
}

.review-avatar {
  display: none;
}
.review-stars { display: flex; position: static; gap: 7px; margin-bottom: clamp(20px, 2vw, 28px); color: #b67c42; font-size: clamp(22px, 1.8vw, 27px); line-height: 1; }
.review-moon { display: inline-block; position: relative; width: .8em; height: 1em; overflow: hidden; flex: none; }
.review-moon::before { content: ""; position: absolute; inset: .06em .06em .06em 0; border-radius: 50%; background: currentColor; }
.review-moon::after { content: ""; position: absolute; top: -.03em; right: -.17em; width: .78em; height: .78em; border-radius: 50%; background: #fffaf6; }
.review-card blockquote {
  flex: 0 0 auto;
  margin: 0 0 22px;
  overflow-wrap: anywhere;
  font: 400 clamp(18px, 1.4vw, 22px)/1.3 "Droid Serif", Georgia, serif;
  letter-spacing: -.025em;
}
.review-card.is-medium-review blockquote { font-size: 17px; }
.review-card.is-long-review blockquote { font-size: 16px; line-height: 1.26; }
.review-card > footer { display: flex; width: auto; min-width: 0; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: auto; padding: 0; border: 0; color: #412b2d; background: transparent; }
.review-card footer strong { font-size: 13px; letter-spacing: .11em; text-transform: uppercase; }
.review-card footer span { color: #806b6b; font-size: 14px; }
.review-card footer small { color: #9b7774; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.reviews-status { position: relative; z-index: 1; margin: 24px auto 0; padding: 0 24px; color: rgba(255,249,243,.72); text-align: center; }

@keyframes reviews-drift {
  to { transform: translate3d(var(--reviews-shift, -50%), 0, 0); }
}

@media (max-width: 760px) {
  .reviews-section { min-height: 620px; padding: 62px 0 72px; }
  .reviews-heading { width: min(100% - 36px, 620px); padding-bottom: 42px; }
  .reviews-heading h2 { max-width: 14ch; font-size: clamp(36px, 11vw, 52px); }
  .reviews-marquee { mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
  .reviews-track { gap: 20px; }
  .reviews-track.is-moving { animation-duration: 52s; }
  .reviews-set { grid-auto-columns: min(70vw, 280px); grid-template-rows: auto; gap: 16px; }
  .review-card { min-height: 350px; height: 350px; padding: 22px 20px; border-radius: 30px; }
  .review-stars { margin-bottom: 20px; font-size: 22px; }
  .review-card blockquote { margin-bottom: 20px; font-size: clamp(16px, 4.1vw, 17px); line-height: 1.34; }
  .review-card.is-medium-review blockquote,
  .review-card.is-long-review blockquote { font-size: 16px; line-height: 1.28; }
  .review-card.is-long-review blockquote { margin-bottom: 16px; line-height: 1.22; }
  .review-card footer strong { font-size: 11px; }
  .review-card footer span { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .reviews-track, .reviews-track.is-moving { animation: none !important; transform: none !important; }
}

@media (max-width: 360px) {
  .site-header .brand,
  .inner-page .site-header .brand {
    grid-template-columns: 90px 1fr;
    width: 196px;
  }

  .site-header .brand-logo,
  .inner-page .site-header .brand-logo {
    width: 86px;
  }

  .site-header .brand::after,
  .inner-page .site-header .brand::after {
    font-size: 6.6px;
    letter-spacing: 0.1em;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@supports not (backdrop-filter: blur(1px)) {
  .site-header,
  .inner-page .site-header,
  .back-to-top {
    background: var(--paper);
  }
}

/* Celebration Accessories uses its own editorial hero artwork. */
.inner-page .page-hero-media.accessory-media {
  background-image: url("assets/celebration-accessories-hero-v2.webp");
  background-position: center 52%;
  filter: none;
}

.price-card h3 {
  text-transform: capitalize;
}

.service-detail-page .price-card h3 {
  font-style: italic;
}

.price-card > p {
  font-family: var(--subtitle);
  line-height: 1.55;
}

a.price-card {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

a.price-card:hover,
a.price-card:focus-visible {
  background: rgba(255, 247, 240, 0.08);
  border-color: rgba(248, 211, 197, 0.7);
  transform: translateY(-2px);
}

a.price-card:focus-visible {
  outline: 2px solid var(--brand-blush);
  outline-offset: -4px;
}

a.price-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 14px;
  width: auto;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper);
  font: 700 13px/1.2 var(--subtitle);
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

a.price-card strong::after {
  content: "\2197";
  flex: 0 0 auto;
  font-family: var(--subtitle);
  font-size: 0.72em;
  transition: transform 180ms ease;
}

a.price-card:hover strong::after,
a.price-card:focus-visible strong::after {
  transform: translate(3px, -3px);
}

a.price-card:hover strong,
a.price-card:focus-visible strong {
  box-shadow: 0 10px 24px rgba(55, 30, 32, 0.2);
}

@media (max-width: 800px) {
  .page-cta .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 56px;
    padding: 13px 14px;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
    line-height: 1.25;
  }
}

/* These branded ticker motions are intentionally gentle and remain active
   when a device requests reduced motion, since they communicate live content. */
@media (prefers-reduced-motion: reduce) {
  .marquee > div {
    animation: hmp-banner-flow 44s linear infinite !important;
    animation-iteration-count: infinite !important;
  }

  .reviews-track.is-moving {
    animation: reviews-drift 96s linear infinite !important;
    animation-iteration-count: infinite !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

/* Two-level Services We Offer menu. */
.service-menu-groups,
.service-submenu {
  display: grid;
}

.service-menu-group {
  position: relative;
}

.service-group-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: stretch;
}

.service-group-row .service-group-link {
  min-width: 0;
}

.service-group-toggle {
  display: grid;
  place-items: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.service-group-toggle span {
  font: 22px/1 var(--subtitle);
  transition: transform 180ms ease;
}

.service-group-toggle:hover,
.service-group-toggle:focus-visible {
  color: var(--plum);
  background: rgba(255, 255, 255, 0.68);
}

.service-group-toggle:focus-visible {
  outline: 2px solid var(--brand-sand);
  outline-offset: 2px;
}

.service-menu-group.is-open .service-group-toggle span {
  transform: rotate(90deg);
}

@media (min-width: 801px) {
  .services-dropdown {
    overflow: visible;
  }

  .service-submenu {
    position: absolute;
    z-index: 2;
    top: -8px;
    right: calc(100% + 10px);
    width: min(320px, calc(100vw - 360px));
    min-width: 260px;
    max-height: min(520px, 72vh);
    padding: 12px;
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 18px;
    background: linear-gradient(
      145deg,
      rgba(255, 250, 246, 0.98),
      rgba(244, 232, 229, 0.96)
    );
    box-shadow: 0 22px 48px rgba(75, 45, 48, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }

  .service-menu-group:hover .service-submenu,
  .service-menu-group:focus-within .service-submenu,
  .service-menu-group.is-open .service-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .service-submenu::after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 12px;
    height: 100%;
  }
}

@media (max-width: 800px) {
  .service-group-row {
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .service-group-row .service-group-link {
    font-size: 16px;
    font-weight: 600;
  }

  .service-submenu {
    display: none;
    margin: 0 0 8px 14px;
    padding: 2px 0 8px 14px;
    border-left: 1px solid rgba(96, 69, 69, 0.2);
  }

  .service-menu-group.is-open .service-submenu {
    display: grid;
  }

  .service-submenu a,
  .inner-page .service-submenu a {
    min-height: 42px;
    padding: 10px 0;
    font-size: 14px;
  }
}

/* Individual offering pages share one restrained editorial template. */
.option-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  min-height: min(820px, 100dvh);
  padding: 126px 4vw 44px;
  gap: 4vw;
  align-items: stretch;
}

.option-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 4vw;
}

.option-detail-copy h1 {
  max-width: 10ch;
  font-size: clamp(54px, 6vw, 92px);
  line-height: 0.98;
}

.option-detail-copy > p:not(.eyebrow) {
  max-width: 45ch;
  margin: 28px 0 34px;
  font-family: var(--subtitle);
  font-size: 17px;
}

.option-detail-copy .button {
  align-self: flex-start;
  color: var(--paper);
  background: var(--ink);
}

.option-detail-visual {
  min-height: 590px;
  border-radius: 34px;
  background-color: var(--brand-mauve);
  background-position: center;
  background-size: cover;
  box-shadow: var(--lux-shadow);
}

.option-detail-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 8vw;
  padding: 110px 8vw;
  background: var(--brand-mist);
}

.option-detail-body h2 {
  max-width: 11ch;
  font-size: clamp(48px, 5.2vw, 76px);
}

.option-detail-body-copy > p {
  max-width: 56ch;
  margin-top: 30px;
  font-family: var(--subtitle);
  font-size: 17px;
}

.option-facts {
  align-self: start;
  padding: 34px;
  border: 1px solid rgba(96, 69, 69, 0.18);
  border-radius: 22px;
  background: rgba(255, 247, 240, 0.72);
}

.option-price {
  display: grid;
  gap: 8px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.option-price span {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.option-price strong {
  font: 32px/1.15 var(--serif);
}

.option-feature-list {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  font-family: var(--subtitle);
}

.option-feature-list li {
  position: relative;
  padding-left: 22px;
}

.option-feature-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 1px;
  background: var(--gold-text);
}

.option-parent-link {
  display: inline-flex;
  margin-top: 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .option-detail-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 106px 12px 62px;
    gap: 0;
  }

  .option-detail-copy {
    order: 2;
    padding: 44px 12px 0;
  }

  .option-detail-copy h1 {
    max-width: 12ch;
    font-size: clamp(48px, 15vw, 68px);
  }

  .option-detail-copy .button {
    width: 100%;
  }

  .option-detail-visual {
    order: 1;
    min-height: 520px;
    border-radius: 28px;
  }

  .option-detail-body {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 82px 24px;
  }

  .option-facts {
    padding: 28px 24px;
  }
}

/* Homepage brand entrance: a brief moon-to-wordmark reveal, once per session. */
.brand-intro {
  display: none;
}

.show-brand-intro,
.show-brand-intro body {
  overflow: hidden;
}

.show-brand-intro .brand-intro {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(196, 175, 175, 0.28), transparent 25rem),
    var(--paper);
  cursor: pointer;
  animation: hmp-intro-shell 2.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.brand-intro__stage {
  position: relative;
  display: grid;
  width: min(520px, 86vw);
  min-height: min(390px, 64vw);
  place-items: center;
  isolation: isolate;
}

.brand-intro__moon {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: clamp(150px, 19vw, 230px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(163, 129, 94, 0.72);
  box-shadow: 0 26px 70px rgba(96, 69, 69, 0.15);
  transform: translate(-50%, -52%);
  animation: hmp-intro-moon 2.15s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.brand-intro__moon::after {
  content: "";
  position: absolute;
  inset: -4% -24% 4% 28%;
  border-radius: 50%;
  background: var(--paper);
}

.brand-intro__logo {
  display: block;
  width: min(440px, 78vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(96, 69, 69, 0.13));
  animation: hmp-intro-logo 2.15s 0.28s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.brand-intro__line {
  position: absolute;
  bottom: 12%;
  left: 50%;
  width: min(190px, 42vw);
  height: 1px;
  background: rgba(96, 69, 69, 0.46);
  transform-origin: center;
  animation: hmp-intro-line 1.45s 0.62s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes hmp-intro-shell {
  0%, 78% { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}

@keyframes hmp-intro-moon {
  0% { opacity: 0; transform: translate(-50%, -47%) rotate(-18deg) scale(0.7); }
  35% { opacity: 1; transform: translate(-50%, -52%) rotate(0) scale(1); }
  100% { opacity: 0.34; transform: translate(-50%, -58%) rotate(7deg) scale(1.32); }
}

@keyframes hmp-intro-logo {
  0% { opacity: 0; transform: translateY(18px) scale(0.96); }
  45%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes hmp-intro-line {
  from { opacity: 0; transform: translateX(-50%) scaleX(0); }
  to { opacity: 1; transform: translateX(-50%) scaleX(1); }
}

@media (max-width: 800px) {
  .brand-intro__stage {
    width: 90vw;
    min-height: 420px;
  }

  .brand-intro__logo {
    width: min(340px, 84vw);
  }

  .brand-intro__moon {
    width: clamp(138px, 42vw, 180px);
  }

  .brand-intro__line {
    bottom: 18%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-intro {
    display: none !important;
  }
}
