body.home-page { background: #000; }
body.home-page .bg-veil {
  background:
    radial-gradient(55% 70% at 78% 42%, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.55) 58%, rgba(0,0,0,0.86) 100%),
    linear-gradient(90deg, rgba(5,1,10,.82) 0%, rgba(5,1,10,.55) 42%, rgba(5,1,10,.38) 100%),
    linear-gradient(180deg, rgba(0,0,0,.38) 0%, rgba(0,0,0,.22) 40%, rgba(0,0,0,.82) 100%);
}
.hero, .band, .gl-foot { position: relative; z-index: 3; }
.hero {
  min-height: calc(100svh - var(--nav-h) - 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.2rem, 4vw, 3rem) var(--gutter) 1.8rem;
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
}
.arthur-hero {
  justify-content: flex-start;
  gap: 0.2rem;
}
.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.8rem, 11vw, 6.4rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  max-width: 12ch;
  text-shadow: 0 12px 40px rgba(0,0,0,.65);
}
.hero h1 em {
  display: block;
  margin-top: 0.18em;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 600;
  font-size: 0.34em;
  letter-spacing: 0;
  text-transform: none;
  color: var(--blush);
}
.arthur-card {
  position: relative;
  margin: 0.9rem 0 0.2rem;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(232,196,138,0.38);
  box-shadow: var(--shadow), 0 0 48px rgba(255,45,149,0.22);
  background: #0b070c;
  isolation: isolate;
}
.arthur-card img {
  width: 100%;
  height: auto;
  max-height: min(62svh, 720px);
  object-fit: cover;
  object-position: center 12%;
}
.arthur-card::after {
  content: "";
  position: absolute; inset: auto 0 0 0; height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.82));
  pointer-events: none;
}
.arthur-card figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 1;
  padding: 1.05rem 1.1rem 0.9rem;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.lede {
  margin: 1rem 0 0;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--muted);
  text-shadow: 0 6px 18px #000;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.4rem; }
.ticker {
  margin-top: 1.2rem;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dim);
}

.band {
  width: min(100% - (var(--gutter) * 2), var(--max));
  margin: 0 auto;
  padding: 2.2rem 0 0.3rem;
}
.sec-h h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  text-transform: uppercase;
  line-height: 0.95;
}
.sec-h p.whisper { margin: 0.45rem 0 0; color: var(--muted); }

.room-grid { display: grid; gap: 0.9rem; margin-top: 1.2rem; }
.room {
  position: relative;
  min-height: 15rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #0b070c;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.15rem 1.1rem;
  isolation: isolate;
  box-shadow: var(--shadow);
  transition: transform 0.2s var(--ease), border-color 0.2s ease;
}
.room:hover { transform: translateY(-3px); border-color: rgba(232,196,138,0.45); }
.room img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: -2;
}
.room::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.82));
}
.room .num {
  position: absolute; top: 1rem; right: 1rem;
  font-family: var(--mono); font-size: 0.72rem; color: var(--gold);
}
.room .tag {
  font-family: var(--mono); font-size: 0.58rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 0.3rem;
}
.room h3 {
  margin: 0 0 0.25rem;
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  text-transform: uppercase;
}
.room p { margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.4; }
.room .go {
  margin-top: 0.8rem;
  font-family: var(--mono); font-size: 0.64rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--blush);
}
.room.feature { min-height: 20rem; }

.rituals { display: grid; gap: 0.8rem; margin-top: 1.2rem; }
.ritual {
  padding: 1rem 0;
  border-top: 1px solid rgba(232,196,138,.22);
}
.ritual b {
  display: block;
  font-family: var(--display);
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}
.ritual p { margin: 0; color: var(--muted); line-height: 1.45; max-width: 36rem; }

.find {
  margin-top: 1rem;
  padding: 1.35rem 1.3rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(8,2,14,.55);
  backdrop-filter: blur(10px);
}
.find .soc-kicker {
  margin: 0 0 0.85rem;
  font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-dim);
}

@media (min-width: 860px) {
  .arthur-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.92fr);
    grid-template-areas:
      "kicker art"
      "title art"
      "lede art"
      "cta art"
      "ticker art";
    align-content: center;
    align-items: center;
    column-gap: 2.6rem;
    row-gap: 0;
    min-height: calc(100svh - var(--nav-h) - 2.5rem);
  }
  .arthur-hero .kicker { grid-area: kicker; margin-bottom: 0.7rem; }
  .arthur-hero h1 { grid-area: title; max-width: 11ch; }
  .arthur-hero .arthur-card { grid-area: art; margin: 0; }
  .arthur-hero .arthur-card img { max-height: min(78svh, 820px); }
  .arthur-hero .lede { grid-area: lede; }
  .arthur-hero .hero-cta { grid-area: cta; margin-top: 1.2rem; }
  .arthur-hero .ticker { grid-area: ticker; }
  .room-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .room.feature { grid-column: 1; min-height: 26rem; }
  .rituals { grid-template-columns: 1fr 1fr 1fr; gap: 0; }
  .ritual { border-top: 0; border-left: 1px solid rgba(232,196,138,.22); padding: 0.3rem 1.1rem; }
  .ritual:first-child { border-left: 0; padding-left: 0; }
}
@media (max-width: 759px) {
  .hero {
    min-height: 0;
    padding-bottom: 1.2rem;
  }
  .hero h1 { font-size: clamp(2.4rem, 13vw, 3.2rem); }
  .arthur-card { margin: 0.7rem 0 0; }
  .arthur-card img { max-height: min(38svh, 340px); }
  .arthur-hero .hero-cta { margin-top: 0.9rem; }
  .arthur-hero .lede { margin-top: 0.85rem; font-size: 0.98rem; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn-primary, .hero-cta .btn-ghost { width: 100%; }
  .room { min-height: 13rem; }
  .room.feature { min-height: 16rem; }
}
