/* ============================================================
   Homepage — Premium Harley Street / Chelsea editorial
   Scoped to .home-premium (front page only)
   ============================================================ */

.home-premium {
  /* Palette — soft neutrals, WCAG-conscious */
  --hp-ink: #1c2d42;
  --hp-ink-soft: #3d4f63;
  --hp-muted: #5f6d7a;
  --hp-stone: #f7f5f1;
  --hp-stone-mid: #efeae3;
  --hp-stone-deep: #e5dfd6;
  --hp-white: #ffffff;
  --hp-champagne: #8f7a62;
  --hp-champagne-light: #b5a48f;
  --hp-border: rgba(28, 45, 66, 0.1);
  --hp-shadow: 0 8px 32px rgba(28, 45, 66, 0.06);
  --hp-shadow-hover: 0 16px 48px rgba(28, 45, 66, 0.09);

  /* Typography scale */
  --hp-text-xs: 0.72rem;
  --hp-text-sm: 0.875rem;
  --hp-text-base: 1.0625rem;
  --hp-text-lg: 1.25rem;
  --hp-h3: clamp(1.2rem, 2vw, 1.4rem);
  --hp-h2: clamp(1.75rem, 3.5vw, 2.5rem);
  --hp-h1: clamp(2.5rem, 6vw, 4.25rem);
  --hp-lead: clamp(1.05rem, 2vw, 1.2rem);

  /* Spacing rhythm */
  --hp-section: clamp(4rem, 9vw, 7rem);
  --hp-gap: clamp(1rem, 2vw, 1.5rem);
  --hp-wrap: min(1280px, 100% - 2.5rem);

  font-family: var(--font-sans);
  color: var(--hp-ink);
  background: var(--hp-stone);
}

/* Layout */
.hp-wrap {
  width: var(--hp-wrap);
  margin-inline: auto;
}

.hp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Eyebrow / section headers */
.hp-eyebrow {
  font-size: var(--hp-text-xs);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hp-champagne);
  margin: 0 0 0.85rem;
}
.hp-eyebrow--center { text-align: center; }

.hp-section-head { margin-bottom: clamp(2rem, 4vw, 3rem); max-width: 42rem; }
.hp-section-head--center {
  text-align: center;
  margin-inline: auto;
}
.hp-section-head__title {
  font-family: var(--font-display);
  font-size: var(--hp-h2);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--hp-ink);
  margin: 0;
}
.hp-section-head__sub {
  margin: 1rem auto 0;
  max-width: 36rem;
  font-size: var(--hp-text-base);
  line-height: 1.7;
  color: var(--hp-muted);
}

/* Buttons */
.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.75rem;
  font-size: var(--hp-text-sm);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid transparent;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.hp-btn--sm { padding: 0.7rem 1.35rem; font-size: var(--hp-text-xs); }
.hp-btn--primary {
  background: var(--hp-ink);
  border-color: var(--hp-ink);
  color: var(--hp-white);
  box-shadow: 0 6px 20px rgba(28, 45, 66, 0.15);
}
.hp-btn--primary:hover {
  background: #243a52;
  border-color: #243a52;
  color: var(--hp-white);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(28, 45, 66, 0.2);
}
.hp-btn--ghost {
  background: transparent;
  border-color: var(--hp-champagne);
  color: var(--hp-ink);
}
.hp-btn--ghost:hover {
  background: rgba(143, 122, 98, 0.08);
  color: var(--hp-ink);
}
.hp-btn--outline {
  background: transparent;
  border-color: var(--hp-border);
  color: var(--hp-ink);
}
.hp-btn--outline:hover {
  border-color: var(--hp-champagne);
  color: var(--hp-ink);
}
.hp-btn--light {
  background: var(--hp-white);
  border-color: var(--hp-white);
  color: var(--hp-ink);
}
.hp-btn--light:hover {
  background: var(--hp-stone);
  color: var(--hp-ink);
}
.hp-btn--outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--hp-white);
}
.hp-btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--hp-white);
}

/* ── Header + homepage seamless blend ──────────────────── */
body.home .site-header {
  background: rgba(247, 245, 241, 0.82);
  border-bottom-color: rgba(28, 45, 66, 0.06);
}
body.home .site-header.scrolled {
  background: rgba(255, 255, 255, 0.97);
}
body.home .topbar {
  background: #f0ebe4;
}

/* ── 1. Hero — world-class editorial introduction ───────── */
.hp-hero {
  --hp-hero-min: min(92vh, 920px);
  position: relative;
  isolation: isolate;
  min-height: var(--hp-hero-min);
  padding-top: calc(var(--nav-h) + var(--topbar-h, 0px) + clamp(2rem, 5vw, 3.5rem));
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #faf8f5;
}
.hp-hero__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 88% 20%, rgba(181, 164, 143, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 4% 88%, rgba(28, 45, 66, 0.04) 0%, transparent 50%),
    linear-gradient(175deg, #fdfcfa 0%, #f7f5f1 42%, #f0ebe4 100%);
  pointer-events: none;
}
.hp-hero__inner {
  position: relative;
  z-index: 1;
  width: var(--hp-wrap);
  margin-inline: auto;
}
.hp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hp-hero__content {
  max-width: 36rem;
  padding-bottom: 0.5rem;
}

/* Credential strip — immediate authority */
.hp-hero__credential {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.85rem;
  margin-bottom: 1.35rem;
}
.hp-hero__credential-item {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hp-ink-soft);
}
.hp-hero__credential-sep {
  width: 1px;
  height: 0.75rem;
  background: rgba(143, 122, 98, 0.45);
  flex-shrink: 0;
}

/* Typography hierarchy */
.hp-hero__eyebrow {
  font-size: var(--hp-text-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hp-champagne);
  margin: 0 0 1.1rem;
}
.hp-hero__title {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: var(--hp-ink);
  margin: 0 0 0.85rem;
}
.hp-hero__honorific {
  display: block;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hp-champagne);
  margin-bottom: 0.15rem;
}
.hp-hero__name {
  display: block;
  font-size: clamp(2.75rem, 7.5vw, 4.75rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}
.hp-hero__subtitle {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--hp-ink-soft);
  margin: 0 0 1.65rem;
  padding-bottom: 1.65rem;
  border-bottom: 1px solid var(--hp-border);
  max-width: 28em;
}
.hp-hero__lead {
  font-size: clamp(1.05rem, 1.9vw, 1.2rem);
  line-height: 1.8;
  color: var(--hp-muted);
  margin: 0 0 1.75rem;
  max-width: 33em;
}

/* Practice venues */
.hp-hero__venues {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.hp-hero__venue {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--hp-border);
  border-radius: 2px;
  min-width: 9.5rem;
}
.hp-hero__venue-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hp-champagne);
}
.hp-hero__venue-name {
  font-size: var(--hp-text-sm);
  font-weight: 500;
  color: var(--hp-ink);
}

/* CTAs */
.hp-hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.hp-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1.65rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid transparent;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}
.hp-hero__btn--primary {
  background: var(--hp-ink);
  border-color: var(--hp-ink);
  color: var(--hp-white);
  box-shadow: 0 8px 28px rgba(28, 45, 66, 0.18);
}
.hp-hero__btn--primary:hover {
  background: #243a52;
  border-color: #243a52;
  color: var(--hp-white);
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(28, 45, 66, 0.22);
}
.hp-hero__btn--secondary {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(143, 122, 98, 0.45);
  color: var(--hp-ink);
}
.hp-hero__btn--secondary:hover {
  background: var(--hp-white);
  border-color: var(--hp-champagne);
  color: var(--hp-ink);
  transform: translateY(-1px);
}
.hp-hero__cta-note {
  font-size: var(--hp-text-xs);
  line-height: 1.5;
  color: var(--hp-muted);
  margin: 0 0 2rem;
  max-width: 26em;
}

/* Trust indicators */
.hp-hero__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--hp-border);
}
.hp-hero__trust-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 0.65rem;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(28, 45, 66, 0.06);
  border-radius: 2px;
}
.hp-hero__trust-value {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.1;
  color: var(--hp-ink);
  letter-spacing: -0.02em;
}
.hp-hero__trust-label {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--hp-muted);
}

/* Portrait — editorial frame */
.hp-hero__figure {
  margin: 0;
  position: relative;
  align-self: center;
  justify-self: end;
  width: 100%;
  max-width: 480px;
}
.hp-hero__frame {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  max-height: min(72vh, 680px);
  overflow: hidden;
  border-radius: 2px;
  background: var(--hp-stone-deep);
  box-shadow:
    0 24px 64px rgba(28, 45, 66, 0.1),
    0 0 0 1px rgba(28, 45, 66, 0.06);
}
.hp-hero__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(28, 45, 66, 0.12) 0%,
    transparent 35%
  );
  pointer-events: none;
}
.hp-hero__frame::after {
  content: '';
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 1px;
  pointer-events: none;
}
.hp-hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 12%;
  display: block;
}
.hp-hero__caption {
  margin-top: 1rem;
  font-size: var(--hp-text-xs);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  color: var(--hp-muted);
}

/* ── 2. Credentials ─────────────────────────────────────── */
.hp-creds {
  background: var(--hp-white);
  border-block: 1px solid var(--hp-border);
  padding-block: clamp(1.5rem, 3vw, 2rem);
}
.hp-creds__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hp-creds__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
}
.hp-creds__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 100%;
  max-width: 140px;
}
.hp-creds__logo img {
  max-height: 44px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.15);
  opacity: 0.9;
}
.hp-creds__logo--placeholder {
  background: var(--hp-stone);
  border: 1px dashed var(--hp-border);
  border-radius: 2px;
}
.hp-creds__mono {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--hp-muted);
}
.hp-creds__label {
  font-size: var(--hp-text-xs);
  line-height: 1.45;
  color: var(--hp-muted);
  max-width: 14rem;
}

/* ── 3. Statement ───────────────────────────────────────── */
.hp-statement {
  padding-block: var(--hp-section);
  background: var(--hp-white);
}
.hp-statement__inner {
  text-align: center;
  max-width: 40rem;
}
.hp-statement__title {
  font-family: var(--font-display);
  font-size: var(--hp-h2);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1.25rem;
  color: var(--hp-ink);
}
.hp-statement__text {
  font-size: var(--hp-text-lg);
  line-height: 1.75;
  color: var(--hp-muted);
  margin: 0;
}

/* ── 4. Procedures ──────────────────────────────────────── */
.hp-procedures {
  padding-block: var(--hp-section);
}
.hp-procedures__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--hp-gap);
}

.hp-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.35rem, 2.5vw, 1.75rem);
  background: var(--hp-white);
  border: 1px solid var(--hp-border);
  border-radius: 3px;
  box-shadow: var(--hp-shadow);
  transition:
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease,
    background 0.35s ease;
}
.hp-card:hover {
  border-color: rgba(143, 122, 98, 0.3);
  box-shadow: var(--hp-shadow-hover);
  transform: translateY(-2px);
  background: linear-gradient(165deg, #fff 0%, #faf8f5 100%);
}
.hp-card__title {
  font-family: var(--font-display);
  font-size: var(--hp-h3);
  font-weight: 500;
  margin: 0 0 0.65rem;
  color: var(--hp-ink);
}
.hp-card__text {
  flex: 1;
  font-size: var(--hp-text-sm);
  line-height: 1.65;
  color: var(--hp-muted);
  margin: 0 0 1.25rem;
}
.hp-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: var(--hp-text-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--hp-champagne);
  transition: color 0.3s ease, gap 0.3s ease;
}
.hp-card__link svg { width: 14px; height: 14px; }
.hp-card__link:hover {
  color: var(--hp-ink);
  gap: 0.55rem;
}

/* ── 5. Social proof ────────────────────────────────────── */
.hp-proof {
  padding-block: var(--hp-section);
  background: var(--hp-white);
}
.hp-proof__badge {
  font-size: var(--hp-text-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hp-champagne);
  margin: 0 0 0.85rem;
}
.hp-proof__badge span { letter-spacing: 0.05em; }
.hp-proof__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--hp-gap);
  margin-bottom: 2rem;
}
.hp-quote {
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: var(--hp-stone);
  border: 1px solid var(--hp-border);
  border-radius: 3px;
}
.hp-quote__stars {
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  color: var(--hp-champagne);
  margin-bottom: 1rem;
}
.hp-quote__text {
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-style: italic;
  line-height: 1.65;
  color: var(--hp-ink-soft);
  margin: 0 0 1.25rem;
}
.hp-quote__cite {
  font-size: var(--hp-text-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hp-muted);
  font-style: normal;
}
.hp-proof__platforms {
  text-align: center;
  font-size: var(--hp-text-sm);
}
.hp-proof__platforms a {
  color: var(--hp-ink-soft);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.hp-proof__platforms a:hover {
  color: var(--hp-ink);
  border-bottom-color: var(--hp-champagne);
}
.hp-proof__platforms span {
  margin-inline: 0.5rem;
  color: var(--hp-champagne-light);
}

/* ── 6. Pathways ────────────────────────────────────────── */
.hp-pathways {
  padding-block: var(--hp-section);
}
.hp-pathways__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--hp-gap);
}
.hp-path {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--hp-white);
  border: 1px solid var(--hp-border);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: var(--hp-shadow);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.hp-path:hover {
  box-shadow: var(--hp-shadow-hover);
  transform: translateY(-3px);
  color: inherit;
}
.hp-path__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--hp-stone-deep);
}
.hp-path__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.hp-path:hover .hp-path__media img { transform: scale(1.03); }
.hp-path__body { padding: clamp(1.25rem, 2.5vw, 1.65rem); }
.hp-path__title {
  font-family: var(--font-display);
  font-size: var(--hp-h3);
  font-weight: 500;
  margin: 0 0 0.35rem;
  color: var(--hp-ink);
}
.hp-path__tag {
  font-size: var(--hp-text-sm);
  font-weight: 500;
  color: var(--hp-champagne);
  margin: 0 0 0.75rem;
}
.hp-path__desc {
  font-size: var(--hp-text-sm);
  line-height: 1.65;
  color: var(--hp-muted);
  margin: 0 0 1rem;
}
.hp-path__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: var(--hp-text-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hp-ink);
}
.hp-path__cta svg { width: 14px; height: 14px; }

/* ── 7. About ───────────────────────────────────────────── */
.hp-about {
  padding-block: var(--hp-section);
  background: var(--hp-white);
}
.hp-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hp-about__copy p {
  font-size: var(--hp-text-base);
  line-height: 1.75;
  color: var(--hp-muted);
  margin: 0 0 1.15rem;
}
.hp-about__copy .hp-btn { margin-top: 0.5rem; }
.hp-about__photo {
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: var(--hp-shadow);
}
.hp-about__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* ── 8. Philosophy ──────────────────────────────────────── */
.hp-philosophy {
  padding-block: var(--hp-section);
}
.hp-philosophy__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}
.hp-features {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}
.hp-feature {
  padding-left: 1.25rem;
  border-left: 2px solid var(--hp-champagne-light);
}
.hp-feature__title {
  font-size: var(--hp-text-base);
  font-weight: 600;
  color: var(--hp-ink);
  margin: 0 0 0.35rem;
}
.hp-feature p {
  font-size: var(--hp-text-sm);
  line-height: 1.65;
  color: var(--hp-muted);
  margin: 0;
}
.hp-pullquote {
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  background: var(--hp-white);
  border: 1px solid var(--hp-border);
  border-radius: 3px;
}
.hp-pullquote p {
  font-family: var(--font-serif);
  font-size: var(--hp-text-lg);
  font-style: italic;
  line-height: 1.6;
  color: var(--hp-ink-soft);
  margin: 0 0 0.75rem;
}
.hp-pullquote cite {
  font-size: var(--hp-text-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hp-champagne);
  font-style: normal;
}
.hp-aside__panel {
  padding: 1.35rem;
  background: var(--hp-white);
  border: 1px solid var(--hp-border);
  border-radius: 3px;
  margin-bottom: 1rem;
}
.hp-aside__title {
  font-size: var(--hp-text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hp-ink);
  margin: 0 0 1rem;
}
.hp-location { margin-bottom: 1rem; }
.hp-location:last-of-type { margin-bottom: 1.25rem; }
.hp-location__name {
  font-weight: 600;
  color: var(--hp-ink);
  margin: 0 0 0.25rem;
  font-size: var(--hp-text-sm);
}
.hp-location address,
.hp-location__note {
  font-size: var(--hp-text-sm);
  line-height: 1.55;
  color: var(--hp-muted);
  font-style: normal;
  margin: 0;
}
.hp-aside__note {
  font-size: var(--hp-text-xs);
  color: var(--hp-muted);
  margin: 0;
}

/* ── 9. Journey ─────────────────────────────────────────── */
.hp-journey {
  padding-block: var(--hp-section);
  background: var(--hp-white);
}
.hp-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--hp-gap);
  counter-reset: hp-step;
}
.hp-step {
  padding: 1.35rem;
  background: var(--hp-stone);
  border: 1px solid var(--hp-border);
  border-radius: 3px;
}
.hp-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.85rem;
  font-size: var(--hp-text-xs);
  font-weight: 600;
  color: var(--hp-champagne);
  border: 1px solid rgba(143, 122, 98, 0.35);
  border-radius: 50%;
}
.hp-step__title {
  font-size: var(--hp-text-base);
  font-weight: 600;
  color: var(--hp-ink);
  margin: 0 0 0.5rem;
}
.hp-step__text {
  font-size: var(--hp-text-sm);
  line-height: 1.6;
  color: var(--hp-muted);
  margin: 0;
}
.hp-journey__cta { text-align: center; margin-top: 2.5rem; }

/* ── 10. Gallery ────────────────────────────────────────── */
.hp-gallery {
  padding-block: var(--hp-section);
}
.hp-gallery__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.85fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}
.hp-gallery__text {
  font-size: var(--hp-text-base);
  line-height: 1.7;
  color: var(--hp-muted);
  margin: 0 0 1.5rem;
}
.hp-gallery__legal {
  font-size: var(--hp-text-xs);
  color: var(--hp-muted);
  margin: 1rem 0 0;
  opacity: 0.85;
}
.hp-gallery__frames {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  min-height: 200px;
}
.hp-gallery__frame {
  background: linear-gradient(145deg, var(--hp-stone-mid), var(--hp-stone-deep));
  border: 1px solid var(--hp-border);
  border-radius: 3px;
  min-height: 140px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  position: relative;
}
.hp-gallery__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  display: block;
  filter: blur(10px);
  transform: scale(1.06);
}
.hp-gallery__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8, 18, 34, 0.24), transparent 45%),
    rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(2px);
  pointer-events: none;
}
.hp-gallery__frame--accent {
  border-color: rgba(143, 122, 98, 0.25);
}

/* ── 11. Editorial image ────────────────────────────────── */
.hp-editorial {
  margin: 0;
  position: relative;
  overflow: hidden;
  max-height: min(52vh, 520px);
}
.hp-editorial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.hp-editorial__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(1rem, 3vw, 1.5rem) clamp(1.25rem, 4vw, 2.5rem);
  font-size: var(--hp-text-xs);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hp-white);
  background: linear-gradient(to top, rgba(28, 45, 66, 0.75), transparent);
}

/* ── 12. Final CTA ──────────────────────────────────────── */
.hp-cta {
  padding-block: clamp(3.5rem, 8vw, 5rem);
  background: var(--hp-ink);
  color: var(--hp-white);
}
.hp-cta__inner {
  text-align: center;
  max-width: 36rem;
}
.hp-cta__title {
  font-family: var(--font-display);
  font-size: var(--hp-h2);
  font-weight: 500;
  color: var(--hp-white);
  margin: 0 0 1rem;
}
.hp-cta__text {
  font-size: var(--hp-text-base);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 2rem;
}
.hp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

/* ── Sticky mobile CTA ──────────────────────────────────── */
.hp-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--hp-border);
  box-shadow: 0 -8px 24px rgba(28, 45, 66, 0.08);
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  pointer-events: none;
}
.hp-sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.hp-sticky-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.95rem 1.5rem;
  font-size: var(--hp-text-sm);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--hp-white);
  background: var(--hp-ink);
  border-radius: 2px;
}

/* Hide topbar duplicate CTA competition on mobile when sticky shows */
@media (max-width: 768px) {
  .hp-sticky-cta:not([hidden]) { display: block; }
  body.hp-sticky-active { padding-bottom: 4.5rem; }
}

@media (min-width: 769px) {
  .hp-sticky-cta { display: none !important; }
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1100px) {
  .hp-hero {
    --hp-hero-min: auto;
    min-height: auto;
    align-items: flex-start;
  }
  .hp-hero__grid {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 6vw, 3rem);
  }
  .hp-hero__figure {
    order: -1;
    justify-self: center;
    max-width: min(420px, 88vw);
  }
  .hp-hero__frame {
    max-height: min(56vh, 520px);
  }
  .hp-hero__content {
    max-width: none;
  }
  .hp-procedures__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-pathways__grid { grid-template-columns: 1fr; }
  .hp-about__grid,
  .hp-philosophy__grid,
  .hp-gallery__grid { grid-template-columns: 1fr; }
  .hp-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .home-premium { --hp-wrap: min(1280px, 100% - 1.5rem); }
  .hp-hero {
    padding-top: calc(var(--nav-h) + clamp(1.25rem, 4vw, 2rem));
    padding-bottom: clamp(2rem, 6vw, 3rem);
  }
  .hp-hero__credential {
    gap: 0.4rem 0.65rem;
    margin-bottom: 1rem;
  }
  .hp-hero__credential-sep { display: none; }
  .hp-hero__credential-item:nth-child(3) {
    flex-basis: 100%;
  }
  .hp-hero__cta {
    flex-direction: column;
    align-items: stretch;
  }
  .hp-hero__btn {
    width: 100%;
    min-height: 3.25rem;
  }
  .hp-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hp-hero__venues {
    flex-direction: column;
  }
  .hp-hero__venue {
    width: 100%;
  }
  .hp-creds__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-procedures__grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .hp-proof__grid { grid-template-columns: 1fr; }
  .hp-steps { grid-template-columns: 1fr; }
  .hp-gallery__frames { min-height: 120px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .home-premium *,
  .home-premium *::before,
  .home-premium *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hp-card:hover,
  .hp-path:hover,
  .hp-hero__btn--primary:hover,
  .hp-hero__btn--secondary:hover { transform: none; }
  .hp-path:hover .hp-path__media img { transform: none; }
}
