/*
 * Aso-Ebi public experience
 * Editorial shell revived from the strongest earlier composition.
 * Green and pink live in the color portrait, while the site frame stays warm.
 */

body.asoebi-page {
  --aso-espresso: #1b1210;
  --aso-espresso-soft: #2a1b17;
  --aso-ink: #281b18;
  --aso-ivory: #fff9f3;
  --aso-paper: #f7ece4;
  --aso-paper-deep: #ead8cc;
  --aso-rose-metal: #d3a189;
  --aso-terracotta: #955c50;
  --aso-seafoam: #b9d9cf;
  --aso-mint: #91c9b7;
  --aso-blush: #e8b6c2;
  --aso-dusty-pink: #cb7897;
  margin: 0;
  overflow-x: hidden;
  color: var(--aso-ink);
  background: var(--aso-ivory);
}

.asoebi-page .bg-slideshow,
.asoebi-page .bg-overlay {
  display: none;
}

/* The page title supplies current-location context without letting the
   asynchronously created breadcrumb bar shift the full-bleed hero. */
.asoebi-page #a11y-breadcrumbs {
  display: none;
}

.asoebi-page :focus-visible {
  outline: 3px solid rgba(203, 120, 151, 0.76);
  outline-offset: 4px;
}

.asoebi-page .btn {
  min-height: 48px;
}

.asoebi-container {
  width: min(calc(100% - 4rem), 1180px);
  margin-inline: auto;
}

.asoebi-kicker,
.asoebi-section-kicker,
.asoebi-access-heading > p,
.asoebi-package-topline,
.asoebi-alternative-label {
  margin: 0;
  font-family: var(--font-accent, "Cinzel", serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Hero */

.asoebi-hero {
  position: relative;
  min-height: max(780px, 100svh);
  margin-top: calc(-1 * var(--header-height, 76px));
  padding-top: var(--header-height, 76px);
  display: grid;
  grid-template-rows: 1fr auto;
  isolation: isolate;
  overflow: hidden;
  color: var(--aso-ivory);
  background: var(--aso-espresso);
}

.asoebi-hero-art,
.asoebi-hero-veil {
  position: absolute;
  inset: 0;
}

.asoebi-hero-art {
  z-index: -3;
}

.asoebi-hero-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% 50%;
  filter: saturate(0.88) contrast(0.95) brightness(0.98);
  transform: scale(1.012);
}

.asoebi-hero-veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(27, 18, 16, 0.96) 0%, rgba(27, 18, 16, 0.88) 29%, rgba(27, 18, 16, 0.48) 53%, rgba(27, 18, 16, 0.12) 78%, rgba(27, 18, 16, 0.34) 100%),
    linear-gradient(180deg, rgba(27, 18, 16, 0.14) 0%, rgba(27, 18, 16, 0.12) 62%, rgba(27, 18, 16, 0.84) 100%);
}

.asoebi-hero-stage {
  align-self: center;
  width: min(calc(100% - 5rem), 1300px);
  margin-inline: auto;
  padding: clamp(4.6rem, 8vh, 7rem) 0 clamp(3.8rem, 7vh, 6rem);
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.asoebi-hero-copy {
  max-width: 680px;
}

.asoebi-kicker {
  color: #ecc6b4;
}

.asoebi-hero-title {
  margin: 0.7rem 0 0;
  color: var(--aso-ivory);
  font-family: var(--font-display, "Cormorant Garamond", serif);
  font-size: clamp(5rem, 10vw, 9.4rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.78;
  text-shadow: 0 22px 72px rgba(0, 0, 0, 0.34);
}

.asoebi-hero-script {
  margin: 1.15rem 0 0;
  max-width: 22ch;
  color: #efb3c6;
  font-family: "Great Vibes", var(--font-script, cursive);
  font-size: clamp(2rem, 3.35vw, 3.35rem);
  line-height: 1.08;
  text-wrap: balance;
}

.asoebi-hero-lede {
  max-width: 42rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 249, 243, 0.83);
  font-family: var(--font-primary, "EB Garamond", serif);
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  line-height: 1.62;
}

.asoebi-guest-note {
  max-width: 42rem;
  margin: 1rem 0 0;
  padding: 0.7rem 0.9rem;
  border-left: 2px solid var(--aso-blush);
  color: rgba(255, 249, 243, 0.78);
  background: rgba(27, 18, 16, 0.26);
  font-family: var(--font-primary, "EB Garamond", serif);
  font-size: 0.98rem;
  line-height: 1.5;
}

.asoebi-encouragement {
  max-width: 41rem;
  margin-top: 1.45rem;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.asoebi-encouragement > span {
  width: 44px;
  height: 1px;
  background: var(--aso-rose-metal);
}

.asoebi-encouragement p {
  margin: 0;
  display: grid;
  gap: 0.12rem;
  color: rgba(255, 249, 243, 0.74);
  font-family: var(--font-primary, "EB Garamond", serif);
  font-size: 1rem;
  line-height: 1.45;
}

.asoebi-encouragement strong {
  color: var(--aso-ivory);
  font-family: var(--font-accent, "Cinzel", serif);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.asoebi-hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.asoebi-hero .btn-primary {
  border-color: var(--aso-ivory);
  color: var(--aso-espresso);
  background: var(--aso-ivory);
  box-shadow: 0 16px 42px rgba(27, 18, 16, 0.2);
}

.asoebi-hero .btn-primary:hover,
.asoebi-hero .btn-primary:focus-visible {
  border-color: #f2cad6;
  background: #f2cad6;
}

.asoebi-hero .btn-ghost {
  border-color: rgba(255, 249, 243, 0.46);
  color: var(--aso-ivory);
  background: rgba(27, 18, 16, 0.34);
  backdrop-filter: blur(12px);
}

.asoebi-hero .btn-ghost:hover,
.asoebi-hero .btn-ghost:focus-visible {
  border-color: var(--aso-ivory);
  color: var(--aso-espresso);
  background: var(--aso-ivory);
}

/* Dark access panel, carried forward from the preferred earlier composition. */

.asoebi-access-card {
  position: relative;
  padding: clamp(1.8rem, 3vw, 2.65rem);
  overflow: hidden;
  border: 1px solid rgba(255, 249, 243, 0.17);
  border-radius: 2px;
  background: rgba(27, 18, 16, 0.84);
  box-shadow: 0 38px 110px rgba(18, 10, 8, 0.32);
  backdrop-filter: blur(24px);
}

.asoebi-access-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--aso-mint), var(--aso-blush));
}

.asoebi-access-heading > p {
  color: #e3af99;
}

.asoebi-access-heading h2 {
  margin: 0.65rem 0 0;
  color: var(--aso-ivory);
  font-family: var(--font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.85rem, 2.6vw, 2.55rem);
  font-weight: 500;
  line-height: 1.02;
  text-wrap: balance;
}

.asoebi-access-list {
  margin: 1.9rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 249, 243, 0.14);
}

.asoebi-access-list li {
  padding: 1.25rem 0;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.95rem;
  border-bottom: 1px solid rgba(255, 249, 243, 0.14);
}

.asoebi-access-number {
  padding-top: 0.16rem;
  color: #e3af99;
  font-family: var(--font-accent, "Cinzel", serif);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
}

.asoebi-access-list li > div {
  display: grid;
  gap: 0.28rem;
}

.asoebi-access-list strong {
  color: var(--aso-ivory);
  font-family: var(--font-accent, "Cinzel", serif);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.asoebi-access-list li > div > span {
  color: rgba(255, 249, 243, 0.66);
  font-family: var(--font-primary, "EB Garamond", serif);
  font-size: 0.98rem;
  line-height: 1.45;
}

.asoebi-access-link {
  min-height: 44px;
  margin-top: 1.5rem;
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  color: #efc0ce;
  font-family: var(--font-accent, "Cinzel", serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.asoebi-access-link span {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.asoebi-access-link:hover span,
.asoebi-access-link:focus-visible span {
  transform: translate(3px, 3px);
}

.asoebi-hero-foot {
  width: min(calc(100% - 5rem), 1300px);
  margin-inline: auto;
  padding: 1.15rem 0 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  border-top: 1px solid rgba(255, 249, 243, 0.18);
  color: rgba(255, 249, 243, 0.68);
  font-family: var(--font-accent, "Cinzel", serif);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Shared content primitives */

.asoebi-main {
  background: var(--aso-ivory);
}

.asoebi-section {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.asoebi-section-header {
  margin-bottom: 2.8rem;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}

.asoebi-section-kicker {
  color: var(--aso-terracotta);
}

.asoebi-section-title {
  margin: 0.65rem 0 0;
  color: var(--aso-ink);
  font-family: var(--font-display, "Cormorant Garamond", serif);
  font-size: clamp(3rem, 5.4vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.92;
  text-wrap: balance;
}

.asoebi-section-intro {
  margin: 0;
  color: rgba(40, 27, 24, 0.72);
  font-family: var(--font-primary, "EB Garamond", serif);
  font-size: 1.12rem;
  line-height: 1.7;
}

/* Editorial content always paints immediately. The opening artwork owns the
   single signature settle instead of repeating a fade across every section. */

.reveal {
  opacity: 1;
  transform: none;
}

.asoebi-page.app-ready .asoebi-hero-art img {
  animation: asoebi-art-settle 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes asoebi-art-settle {
  from {
    transform: scale(1.03);
  }

  to {
    transform: scale(1.012);
  }
}

@media (prefers-reduced-motion: reduce) {
  .asoebi-page.app-ready .asoebi-hero-art img {
    animation: none;
  }

  .asoebi-access-link span {
    transition: none;
  }
}
