:root {
  --gold-700: #9b7a3a;
  --gold-800: #7a5b24;
  --gold-600: #b79045;
  --gold-500: #c9a85e;
  --gold-300: #e4d2a3;
  --gold-150: #f2e7cf;
  --charcoal: #1c1a17;
  --ink: #2a2622;
  --muted: #534b42;
  --cream: #fdf9f2;
  --mist: #f4f6f4;
  --sage: #7c8a58;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(22, 18, 12, 0.18);
  --shadow-soft: 0 12px 30px rgba(21, 17, 10, 0.08);
  --shadow-strong: 0 22px 44px rgba(21, 17, 10, 0.16);
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Heebo", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(201, 168, 94, 0.18), transparent 40%),
    radial-gradient(circle at 88% 12%, rgba(155, 122, 58, 0.14), transparent 36%),
    linear-gradient(180deg, #fffdf8 0%, var(--cream) 45%, #f6f3ec 100%);
  line-height: 1.7;
  text-align: right;
}

body.no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

main a:not(.btn):not(.card-link) {
  color: var(--gold-800);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.site-footer a,
.top-strip__links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

section[id] {
  scroll-margin-top: clamp(80px, 10vw, 120px);
}

h1,
h2,
h3 {
  font-family: "Frank Ruhl Libre", serif;
  color: var(--charcoal);
  margin: 0 0 12px;
  line-height: 1.25;
}

h1 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}

p {
  margin: 0 0 16px;
}

section {
  padding: clamp(56px, 6vw, 96px) 0;
}

.container {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

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

.skip-link {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--charcoal);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid var(--gold-500);
  outline-offset: 2px;
}

/* Focus styles: never remove outline without an alternative */
:where(a, button, input, select, textarea, summary, [role="button"], [tabindex]):focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 3px;
}

/* Accessibility modes */
body.a11y-large-font {
  font-size: 112.5%;
}

body.a11y-contrast {
  background: var(--white);
  color: var(--charcoal);
}

body.a11y-contrast a {
  text-decoration: underline;
}

body.a11y-contrast .site-header {
  background: var(--white);
  border-bottom-color: var(--charcoal);
  box-shadow: none;
}

body.a11y-contrast .logo {
  background: var(--white);
  border-color: var(--charcoal);
  box-shadow: none;
}

body.a11y-contrast .site-nav {
  background: transparent;
  border-color: var(--charcoal);
  box-shadow: none;
}

body.a11y-contrast .site-nav a {
  color: var(--charcoal);
}

body.a11y-contrast .nav-toggle {
  background: var(--white);
  border-color: var(--charcoal);
  box-shadow: none;
}

body.a11y-contrast .nav-toggle__bar {
  background: var(--charcoal);
}

body.a11y-contrast .nav-close {
  color: var(--charcoal);
}

body.a11y-contrast .btn--ghost {
  background: transparent;
}

body.a11y-contrast .site-footer {
  background: var(--charcoal);
  color: var(--white);
}

.top-strip {
  background: var(--charcoal);
  color: var(--gold-300);
  font-size: 0.9rem;
}

.top-strip__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
}

.top-strip__links {
  display: flex;
  gap: 12px;
  align-items: center;
}

.dot {
  opacity: 0.6;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(135deg, rgba(18, 14, 10, 0.94), rgba(35, 27, 19, 0.86));
  backdrop-filter: blur(18px) saturate(130%);
  border-bottom: 1px solid rgba(228, 210, 163, 0.16);
  box-shadow: 0 18px 34px rgba(11, 9, 6, 0.18);
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 22px;
  min-height: 84px;
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(239, 227, 196, 0.9));
  border: 1px solid rgba(228, 210, 163, 0.68);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.logo:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.logo img {
  width: 148px;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(43, 30, 10, 0.12));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 248, 236, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(228, 210, 163, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-nav a {
  position: relative;
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(255, 250, 242, 0.9);
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.site-nav a:not(.btn):hover {
  color: var(--gold-150);
  background: rgba(228, 210, 163, 0.08);
}

.site-nav a:not(.btn)::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 7px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300));
  transition: width 0.3s ease;
}

.site-nav a:hover::after {
  width: calc(100% - 24px);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 52px;
  padding: 10px;
  background: rgba(255, 248, 235, 0.08);
  border: 1px solid rgba(228, 210, 163, 0.18);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.nav-toggle__bar {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold-150);
  margin: 4px 0;
  border-radius: 999px;
}

.nav-close {
  display: none;
  border: none;
  background: transparent;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--gold-150);
  cursor: pointer;
}

.nav-backdrop {
  display: none;
}

.hero {
  position: relative;
  padding-top: clamp(70px, 9vw, 120px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -140px;
  left: -140px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(201, 168, 94, 0.35), transparent 70%);
  opacity: 0.9;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -180px;
  right: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(155, 122, 58, 0.25), transparent 72%);
}

.hero__grid {
  position: relative;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.hero__image {
  order: 2;
}

.hero__image img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  object-fit: cover;
  max-height: 500px;
}

.hero__content {
  order: 1;
}

@media (min-width: 900px) {
  .hero__image {
    order: 1;
  }
  .hero__content {
    order: 2;
  }
}

.pill {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(201, 168, 94, 0.18);
  color: var(--gold-700);
  font-weight: 600;
  margin-bottom: 14px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 94, 0.24);
  background: rgba(201, 168, 94, 0.12);
  color: var(--gold-800);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero__subtitle {
  font-size: 1.1rem;
  max-width: 560px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 22px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(21, 17, 10, 0.12);
}

.btn--primary {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  color: var(--white);
  box-shadow: 0 12px 26px rgba(155, 122, 58, 0.28);
}

.btn--ghost {
  border-color: var(--gold-700);
  color: var(--gold-700);
  background: transparent;
}

.btn:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(201, 168, 94, 0.25);
}

.btn--block {
  width: 100%;
}

.hero__bullets {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  gap: 10px;
}

.hero__bullets li {
  position: relative;
  padding-right: 26px;
}

.hero__bullets li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: var(--gold-500);
  border-radius: 50%;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 18px;
}

.hero__stats strong {
  font-size: 1.2rem;
  display: block;
  color: var(--gold-700);
}

.hero__stats span {
  font-size: 0.85rem;
  color: #4d463f;
}

.hero__card {
  background: linear-gradient(180deg, #ffffff 0%, #fdf7ed 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-strong);
  padding: 28px;
  border: 1px solid rgba(155, 122, 58, 0.12);
}

.card__header p {
  margin-bottom: 18px;
  color: var(--muted);
}

.lead-form {
  display: grid;
  gap: 10px;
}

.lead-form label {
  font-weight: 600;
  font-size: 0.9rem;
}

.required-marker {
  color: var(--gold-700);
  margin-right: 4px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(155, 122, 58, 0.25);
  font-family: inherit;
  font-size: 1rem;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field-hint {
  margin-top: -4px;
  font-size: 0.82rem;
  color: #5f574f;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: none;
  border-color: var(--gold-600);
  box-shadow: 0 0 0 4px rgba(201, 168, 94, 0.25);
}

.form-note {
  min-height: 18px;
  font-size: 0.9rem;
  color: var(--sage);
  margin: 0;
}

.form-disclaimer {
  font-size: 0.8rem;
  color: #5e554d;
}

.checkbox-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
  color: #5a544c;
}

.checkbox-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.checkbox-row a {
  color: var(--gold-700);
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 14px 0;
  background: rgba(28, 26, 23, 0.92);
  backdrop-filter: blur(8px);
  color: var(--gold-150);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner__content {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: space-between;
  color: inherit;
}

.cookie-banner__content p {
  margin: 0;
  max-width: 760px;
  font-size: 0.95rem;
}

.cookie-banner__content a {
  text-decoration: underline;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-banner .btn {
  box-shadow: none;
  transform: none;
}

.a11y-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.a11y-tools button {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(216, 200, 162, 0.5);
  background: transparent;
  color: inherit;
  font-weight: 600;
}

.a11y-tools button[aria-pressed="true"] {
  border-color: var(--gold-300);
  background: rgba(216, 200, 162, 0.12);
}

.trust {
  padding: 24px 0 40px;
}

.trust__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.trust__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  color: #5f574f;
  font-weight: 600;
}

.trust__logo {
  height: 40px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: grayscale(12%);
  opacity: 0.92;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.trust__logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.section--light {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8f5 100%);
}

.section--dark {
  background: linear-gradient(135deg, #1b1713 0%, #26211c 100%);
  color: var(--gold-150);
}

.section--dark h1,
.section--dark h2,
.section--dark h3 {
  color: var(--gold-300);
}

.section--dark .section-title p,
.section--dark .section-title span,
.section--dark p {
  color: var(--gold-150);
}

.section--dark .section-title::after {
  background: linear-gradient(90deg, var(--gold-300), transparent);
}

.section--dark .card,
.section--dark .hub-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 168, 94, 0.25);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
}

.section--dark .card strong,
.section--dark .card .quote {
  color: var(--gold-300);
}

.section--dark .card-link {
  color: var(--gold-300);
}

.section--dark main a:not(.btn):not(.card-link) {
  color: var(--gold-300);
}

.section-title {
  max-width: 620px;
  margin-bottom: 36px;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-500), transparent);
  margin-top: 14px;
}

.section-title .section-image {
  width: 180px;
  height: 180px;
  max-width: 180px;
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(21, 17, 10, 0.18), 0 0 0 6px rgba(255, 255, 255, 0.85), 0 0 0 8px rgba(201, 168, 94, 0.35);
  margin: 0 auto 24px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

@media (max-width: 540px) {
  .section-title .section-image {
    width: 140px;
    height: 140px;
    max-width: 140px;
  }
}

.section-title p {
  color: var(--muted);
}

.cards-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card,
.hub-card {
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf4 100%);
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(155, 122, 58, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover,
.hub-card:hover,
.principle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(21, 17, 10, 0.12);
}

.card-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--gold-800);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* --- About / E-E-A-T Section --- */
.about {
  padding: clamp(56px, 6vw, 96px) 0;
}

.about__grid {
  display: grid;
  gap: clamp(32px, 4vw, 56px);
  grid-template-columns: 320px 1fr;
  align-items: start;
}

.about__image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.about__content h2 {
  margin-bottom: 12px;
}

.about__lead {
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 28px;
}

.about__credentials {
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}

.credential-item {
  padding: 20px 24px;
  background: var(--cream);
  border-radius: var(--radius-sm);
  border-right: 4px solid var(--gold-500);
}

.credential-item strong {
  display: block;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.1rem;
  color: var(--charcoal);
  margin-bottom: 4px;
}

.credential-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.about__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .about__grid {
    grid-template-columns: 1fr;
  }

  .about__image {
    max-width: 280px;
    margin: 0 auto;
  }
}

.principles__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.principle-card {
  position: relative;
  padding: 26px 22px 24px;
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(21, 17, 10, 0.07);
  border: 1px solid rgba(155, 122, 58, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.principle-number {
  position: absolute;
  top: 18px;
  left: 22px;
  font-size: 2.2rem;
  color: rgba(155, 122, 58, 0.2);
  font-weight: 700;
}

.icon-badge {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(201, 168, 94, 0.15);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}

.icon-badge svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--gold-700);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process {
  background: linear-gradient(180deg, #f9fbfb 0%, #ffffff 100%);
}

.process__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.process__item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: linear-gradient(180deg, #ffffff 0%, #faf7f1 100%);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  box-shadow: 0 12px 28px rgba(21, 17, 10, 0.06);
}

.process__number {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold-700);
}

.content-hubs .hub-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.cta-band {
  background: linear-gradient(135deg, var(--charcoal), #2f2b26);
  color: var(--gold-150);
}

.cta-band h2,
.cta-band h3 {
  color: var(--gold-300);
}

.cta-band__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonials .quote {
  font-size: 1.05rem;
  margin-bottom: 12px;
  color: #4b4540;
}

.faq__grid {
  display: grid;
  gap: 16px;
}

.faq__item {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  box-shadow: 0 12px 26px rgba(21, 17, 10, 0.05);
  border: 1px solid rgba(155, 122, 58, 0.1);
}

.faq__item summary {
  cursor: pointer;
  font-weight: 600;
  padding: 8px 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item summary::after {
  content: "▾";
  font-size: 1.1rem;
  color: var(--gold-700);
  transition: transform 0.2s ease;
}

.faq__item[open] summary::after {
  transform: rotate(180deg);
}

.contact__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: start;
}

.contact__details {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact__details span {
  display: block;
  font-size: 0.9rem;
  color: #5c544c;
}

.site-footer {
  background: #16130f;
  color: #d8c8a2;
  padding: 40px 0 0;
}

.footer__content {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: start;
}

.footer__logo {
  width: 120px;
  margin-bottom: 12px;
}

.footer__links,
.footer__contact {
  display: grid;
  gap: 8px;
}

.footer__links strong,
.footer__contact strong {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.05rem;
  color: var(--gold-300);
  margin-bottom: 4px;
}

.footer__bottom {
  text-align: center;
  padding: 16px 0;
  font-size: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 24px;
}

.footer__bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__legal {
  display: flex;
  gap: 16px;
}

.footer__bottom a {
  color: var(--gold-500);
  text-decoration: underline;
}

.footer__bottom a:hover {
  color: var(--gold-700);
}

.floating-bar {
  position: fixed;
  bottom: 18px;
  left: 18px;
  display: flex;
  gap: 10px;
  z-index: 30;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.floating-bar__btn {
  background: linear-gradient(135deg, #25d366, #159f50);
  color: var(--white);
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-bar__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}

.floating-bar__btn:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 3px;
}

body.nav-open .floating-bar {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
}

.popup {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  z-index: 40;
}

.popup.is-visible {
  display: grid;
}

.popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 12, 9, 0.65);
}

.popup__card {
  position: relative;
  background: var(--white);
  padding: 28px;
  border-radius: var(--radius-lg);
  width: min(420px, 90vw);
  box-shadow: var(--shadow-strong);
  z-index: 1;
}

.popup__close {
  position: absolute;
  top: 10px;
  left: 12px;
  border: none;
  background: transparent;
  font-size: 1.4rem;
  cursor: pointer;
}

.checkbox-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
}

.noscript {
  background: #fff4c2;
  color: #3c2b00;
  padding: 10px;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--delay, 0s);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

/* Mortgage Calculator */
.calculator-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 1.6rem;
}

.calculator-wrapper {
  background: var(--white);
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(155, 122, 58, 0.12);
}

.section-lead {
  color: #5a544c;
  font-size: 1rem;
}

.calculator-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: rgba(201, 168, 94, 0.18);
  color: var(--gold-700);
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.calculator-header {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 1.2rem;
  align-items: start;
  margin-bottom: 1.1rem;
}

.calc-guidelines {
  margin-top: 0.75rem;
  padding-inline-start: 1.1rem;
  color: #5a544c;
  line-height: 1.6;
}

.calc-guidelines li {
  margin-bottom: 0.3rem;
}

.calculator-callout {
  background: var(--mist);
  border: 1px solid rgba(155, 122, 58, 0.15);
  border-radius: var(--radius-md);
  padding: 1rem 1.2rem;
  box-shadow: 0 14px 28px rgba(21, 17, 10, 0.08);
}

.callout-badge {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  background: var(--charcoal);
  color: var(--white);
  padding: 0.35rem 0.75rem;
  border-radius: 10px;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.disclaimer {
  background: #fff4cf;
  border-right: 4px solid var(--gold-500);
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  margin-top: 0.6rem;
  color: #5a4b2a;
}

.calc-messages {
  margin: 0.5rem 0 1rem;
}

.message {
  display: flex;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
}

.message ul {
  padding-inline-start: 1.1rem;
  margin: 0.35rem 0 0;
}

.message.error {
  background: #ffecec;
  border-color: #f3b5b5;
  color: #6d1a1a;
}

.message.warning {
  background: #fff4d6;
  border-color: #f2d08a;
  color: #5a4b2a;
}

.tracks-list {
  display: grid;
  gap: 1rem;
}

.track-card {
  background: var(--white);
  border: 1px solid rgba(155, 122, 58, 0.14);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 24px rgba(21, 17, 10, 0.06);
  padding: 1rem;
}

.track-card-header {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.track-remove {
  border: 1px solid rgba(155, 122, 58, 0.35);
  background: #fff7ee;
  color: #7a4d1a;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: background 0.2s ease, transform 0.2s ease;
  font-family: inherit;
}

.track-remove:hover {
  background: #ffe9d0;
  transform: translateY(-1px);
}

.field-label {
  display: block;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 0.3rem;
}

.fields-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem;
}

.field label {
  display: block;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
}

.field small {
  color: #6a635b;
  display: block;
  margin-top: 0.15rem;
}

.calculator-section input,
.calculator-section select {
  width: 100%;
  padding: 12px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(155, 122, 58, 0.25);
  font-family: inherit;
  font-size: 1rem;
  background: var(--white);
}

.calculator-section input:focus,
.calculator-section select:focus {
  outline: none;
  border-color: var(--gold-600);
  box-shadow: 0 0 0 3px rgba(201, 168, 94, 0.22);
}

details.advanced {
  margin-top: 0.85rem;
  background: var(--mist);
  border: 1px dashed rgba(155, 122, 58, 0.2);
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
}

.calculator-section details summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--gold-700);
  display: flex;
  align-items: center;
  gap: 6px;
}

.advanced-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem;
  margin-top: 0.6rem;
}

.calculator-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn-calc {
  flex: 1;
  min-width: 220px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  color: var(--white);
  padding: 13px 20px;
  border: none;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-family: inherit;
}

.btn-calc:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(21, 17, 10, 0.18);
}

#results-area {
  display: none;
  margin-top: 1.6rem;
  background: linear-gradient(135deg, var(--charcoal), #2f2b26);
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  color: var(--white);
  box-shadow: var(--shadow);
}

.compliance-note {
  margin-bottom: 1rem;
}

#results-area h3 {
  text-align: center;
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
}

#results-area h3 i {
  margin-left: 8px;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.summary-item {
  background: rgba(255, 255, 255, 0.12);
  padding: 1.3rem;
  border-radius: var(--radius-md);
  text-align: center;
  backdrop-filter: blur(6px);
}

.summary-item i {
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
  color: var(--gold-300);
}

.summary-item h4 {
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 0.45rem;
  opacity: 0.9;
}

.summary-item .value {
  font-size: 1.6rem;
  font-weight: 800;
}

.summary-item.highlight {
  background: var(--gold-700);
}

.summary-item.highlight i,
.summary-item.highlight h4,
.summary-item.highlight .value {
  color: var(--white);
}

.results-shell {
  margin-top: 1.2rem;
}

.tracks-results {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.track-result-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(21, 17, 10, 0.08);
  border: 1px solid rgba(155, 122, 58, 0.16);
}

.track-result-header {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
}

.track-result-header h4 {
  color: var(--charcoal);
  margin-top: 0.15rem;
}

.track-result-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.75rem;
  margin: 0.8rem 0;
}

.track-result-grid .label {
  color: #5a544c;
  display: block;
  margin-bottom: 0.15rem;
}

.table-wrapper {
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid #eee7da;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.schedule-table th,
.schedule-table td {
  padding: 10px 8px;
  text-align: right;
  border-bottom: 1px solid #eee7da;
  font-size: 0.95rem;
  color: var(--ink);
}

.schedule-table th {
  background: rgba(201, 168, 94, 0.18);
  color: var(--charcoal);
  font-weight: 700;
}

.calculator-section .pill {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  background: rgba(201, 168, 94, 0.18);
  border-radius: 999px;
  color: var(--gold-700);
  font-weight: 700;
}

.calculator-section .muted {
  color: #6a635b;
}

@media (max-width: 900px) {
  .calculator-header {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    top: 14px;
    right: 14px;
    bottom: 14px;
    height: calc(100dvh - 28px);
    background: linear-gradient(180deg, rgba(253, 248, 238, 0.98), rgba(245, 236, 219, 0.98));
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 92px 22px 24px;
    width: min(360px, calc(100vw - 28px));
    max-height: calc(100dvh - 28px);
    border-radius: 30px;
    transform: translateX(calc(100% + 22px));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.2s ease;
    box-shadow: -18px 0 42px rgba(8, 6, 4, 0.42);
    border: 1px solid rgba(122, 91, 36, 0.35);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    z-index: 90;
  }

  .site-nav.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-nav a {
    width: 100%;
    padding: 12px 14px;
    color: var(--charcoal);
  }

  .site-nav a:not(.btn):hover {
    color: var(--gold-800);
    background: rgba(201, 168, 94, 0.16);
  }

  .site-nav a:not(.btn)::after {
    background: linear-gradient(90deg, var(--gold-700), var(--gold-500));
  }

  .site-nav .btn {
    width: 100%;
    margin-top: 8px;
  }

  .nav-close {
    display: inline-flex;
    position: absolute;
    top: 18px;
    left: 18px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    color: var(--charcoal);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(122, 91, 36, 0.35);
  }

  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 12, 9, 0.72);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 80;
  }

  .nav-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .top-strip__content {
    flex-direction: column;
  }

  .floating-bar {
    flex-direction: column;
    right: 18px;
    left: auto;
  }
}

body.nav-open .site-header {
  backdrop-filter: none;
}

@media (max-width: 720px) {
  .header__content {
    gap: 10px;
    min-height: 76px;
  }

  .logo {
    padding: 10px 14px;
  }

  .logo img {
    width: 124px;
  }

  .hero__stats {
    grid-template-columns: repeat(3, minmax(80px, 1fr));
  }

  /* Compact top strip: keep only contact links, hide long tagline */
  .top-strip {
    font-size: 0.82rem;
  }
  .top-strip__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 12px;
    padding: 8px 0;
    text-align: center;
  }
  .top-strip__content > span:first-child {
    display: none;
  }

  /* Compact cookie banner so it doesn't dominate the mobile viewport */
  .cookie-banner {
    padding: 10px 0 calc(10px + env(safe-area-inset-bottom, 0px));
  }
  .cookie-banner__content {
    flex-direction: column;
    align-items: stretch;
    gap: 8px 12px;
  }
  .cookie-banner__content p {
    font-size: 0.85rem;
    line-height: 1.45;
    text-align: center;
  }
  .cookie-banner__actions {
    width: 100%;
    justify-content: stretch;
  }
  .cookie-banner .btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 14px;
    font-size: 0.9rem;
    min-height: 44px;
  }

  /* Larger tap targets on secondary links in hero */
  .hero__chips a,
  .situations__chip,
  .hero__content .pill {
    min-height: 40px;
  }
}

/* Keep floating contact buttons visible above the cookie banner
   whenever the banner is on screen (uses :has() to react to its visibility). */
body:has(.cookie-banner:not([hidden])) .floating-bar {
  bottom: calc(env(safe-area-inset-bottom, 0px) + 120px);
}
@media (max-width: 720px) {
  body:has(.cookie-banner:not([hidden])) .floating-bar {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 170px);
  }
}

/* Back to top button */
.back-to-top {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(122, 91, 36, 0.35);
  border-radius: 999px;
  background: rgba(253, 249, 242, 0.95);
  color: var(--gold-800);
  font-size: 1.3rem;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(21, 17, 10, 0.18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

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

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

@media (max-width: 980px) {
  .back-to-top {
    right: auto;
    left: 18px;
  }
}

body:has(.cookie-banner:not([hidden])) .back-to-top {
  bottom: calc(env(safe-area-inset-bottom, 0px) + 120px);
}
@media (max-width: 720px) {
  body:has(.cookie-banner:not([hidden])) .back-to-top {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 170px);
  }
}

/* =============== SERVICE PAGES =============== */
.breadcrumb {
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.breadcrumb__list li + li::before {
  content: "›";
  margin-inline-end: 4px;
}

.breadcrumb__list a {
  color: var(--gold-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-hero {
  padding: clamp(48px, 6vw, 80px) 0 clamp(32px, 4vw, 56px);
}

.service-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
}

.service-hero__content h1 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin: 12px 0 16px;
  line-height: 1.3;
  color: var(--charcoal);
}

.service-hero__image img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.service-article {
  max-width: 800px;
  margin: 0 auto;
}

.service-article h2 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  color: var(--charcoal);
  margin: 36px 0 14px;
}

.service-article h2:first-child {
  margin-top: 0;
}

.service-steps {
  padding-right: 0;
  counter-reset: step;
  list-style: none;
}

.service-steps li {
  counter-increment: step;
  position: relative;
  padding: 12px 0 12px 0;
  margin-bottom: 8px;
  padding-right: 48px;
}

.service-steps li::before {
  content: counter(step);
  position: absolute;
  right: 0;
  top: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gold-500);
  color: var(--white);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.services-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.services-grid--mini {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.service-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: clamp(20px, 3vw, 32px);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(155, 122, 58, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-card__icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 10px;
}

.service-card h3 {
  font-size: 1.1rem;
  color: var(--charcoal);
  margin: 0 0 8px;
}

.service-card p {
  font-size: 0.92rem;
  color: var(--muted);
  margin: 0;
}

.service-card .btn {
  margin-top: 14px;
}

.service-content {
  padding: clamp(40px, 5vw, 72px) 0;
}

/* Service hub page – why us section */
.why-us .services-grid {
  gap: 20px;
}

@media (max-width: 768px) {
  .service-hero__grid {
    grid-template-columns: 1fr;
  }

  .service-hero__image {
    order: -1;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .btn,
  .site-nav a::after,
  .service-card {
    transition: none;
  }
}

.cards-grid--spaced {
  margin-bottom: 32px;
}

.comparison-table-wrap {
  overflow-x: auto;
  margin-bottom: 20px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.comparison-table thead tr {
  background: var(--charcoal);
  color: var(--white);
}

.comparison-table th,
.comparison-table td {
  padding: 0.65rem 1rem;
}

.comparison-table tbody tr:not(.comparison-table__row--accent):not(.comparison-table__row--highlight) td {
  border-bottom: 1px solid rgba(42, 38, 34, 0.14);
}

.comparison-table__cell--label {
  font-weight: 700;
}

.comparison-table__row--accent {
  background: #f0f7ff;
}

.comparison-table__row--highlight {
  background: #f7fbff;
}

.comparison-table__accent-value {
  color: #9f3420;
  font-weight: 700;
}

.matomo-pixel {
  border: 0;
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.hero--immersive {
  padding-top: clamp(76px, 8vw, 120px);
  padding-bottom: clamp(76px, 7vw, 116px);
  background:
    radial-gradient(circle at 18% 14%, rgba(201, 168, 94, 0.22), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(135deg, #15110d 0%, #221812 48%, #38261b 100%);
  color: var(--gold-150);
}

.hero--immersive::before {
  top: -120px;
  left: -84px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(201, 168, 94, 0.24), transparent 72%);
}

.hero--immersive::after {
  right: -100px;
  bottom: -110px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 74%);
}

.hero--immersive .hero__grid--immersive {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
}

.hero--immersive .hero__content {
  order: initial;
  align-self: center;
}

.hero--immersive .hero__content h1 {
  color: var(--white);
  max-width: 11ch;
  margin-bottom: 18px;
  text-wrap: balance;
  font-size: clamp(2.45rem, 4.4vw, 4.45rem);
  line-height: 1.08;
}

.hero--immersive .pill {
  margin-bottom: 16px;
  color: var(--gold-150);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 168, 94, 0.32);
}

.hero--immersive .hero__subtitle {
  max-width: 60ch;
  color: rgba(253, 249, 242, 0.86);
  font-size: 1.1rem;
  line-height: 1.9;
}

.hero--immersive .hero__bullets li {
  color: rgba(253, 249, 242, 0.86);
}

.hero--immersive .hero__bullets li::before {
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
}

.hero__bullets--impact {
  max-width: 620px;
}

.hero--immersive .hero__stats > div {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(201, 168, 94, 0.16);
  box-shadow: 0 18px 34px rgba(8, 7, 5, 0.16);
}

.hero--immersive .hero__stats strong {
  color: var(--gold-300);
}

.hero--immersive .hero__stats span {
  color: rgba(253, 249, 242, 0.82);
}

.hero--immersive .btn--ghost {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
}

.hero__side {
  display: grid;
  gap: 20px;
}

.hero__side--focus {
  justify-items: center;
  align-content: center;
}

.portrait-orbit {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 500px);
  min-height: 490px;
  padding: 34px 24px;
}

.portrait-orbit__halo {
  position: absolute;
  inset: 38px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.16) 0%, rgba(201, 168, 94, 0.18) 34%, transparent 72%),
    radial-gradient(circle at 30% 26%, rgba(201, 168, 94, 0.18), transparent 38%);
  border: 1px solid rgba(201, 168, 94, 0.16);
}

.portrait-orbit__photo {
  position: relative;
  z-index: 1;
  margin: 0;
  width: min(320px, 68vw);
  aspect-ratio: 1;
  padding: 12px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(231, 217, 181, 0.88));
  box-shadow: 0 28px 56px rgba(9, 7, 5, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.portrait-orbit__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background: #c9c2b7;
}

.portrait-chip {
  position: absolute;
  z-index: 2;
  max-width: 210px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(16, 13, 10, 0.86);
  border: 1px solid rgba(201, 168, 94, 0.22);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.portrait-chip strong {
  display: block;
  color: var(--white);
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.08rem;
  margin-bottom: 2px;
}

.portrait-chip span {
  display: block;
  color: rgba(253, 249, 242, 0.8);
  font-size: 0.9rem;
  line-height: 1.55;
}

.portrait-chip--top {
  top: 18px;
  left: 8px;
}

.portrait-chip--mid {
  right: 0;
  top: 48%;
  transform: translateY(-50%);
}

.portrait-chip--bottom {
  bottom: 26px;
  left: 34px;
}

.hero__insight-card {
  width: min(100%, 470px);
  padding: 26px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.98) 0%, rgba(247, 238, 218, 0.96) 100%);
  border: 1px solid rgba(201, 168, 94, 0.2);
  box-shadow: 0 24px 52px rgba(9, 7, 5, 0.18);
  color: var(--ink);
}

.hero__insight-card .section-kicker {
  margin-bottom: 14px;
}

.hero__insight-card h2 {
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  margin-bottom: 14px;
}

.hero__insight-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.hero__insight-list li {
  position: relative;
  padding-right: 26px;
  color: var(--muted);
}

.hero__insight-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
}

.hero__route-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.route-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: var(--gold-150);
  font-size: 0.94rem;
  font-weight: 600;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.route-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 168, 94, 0.6);
  background: rgba(201, 168, 94, 0.12);
}

.trust--elevated {
  padding-top: 12px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.proof-card {
  padding: 20px 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff 0%, #faf6ee 100%);
  border: 1px solid rgba(201, 168, 94, 0.16);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.proof-card strong {
  display: block;
  font-family: "Frank Ruhl Libre", serif;
  font-size: clamp(1.7rem, 2.2vw, 2.2rem);
  color: var(--gold-700);
  margin-bottom: 4px;
}

.proof-card span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.pressure {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(247, 248, 245, 0.96) 100%),
    radial-gradient(circle at 15% 20%, rgba(201, 168, 94, 0.16), transparent 28%);
}

.state-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.state-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #faf7f0 100%);
  border: 1px solid rgba(201, 168, 94, 0.15);
  box-shadow: var(--shadow-soft);
}

.state-card--before {
  border-top: 4px solid rgba(122, 91, 36, 0.48);
}

.state-card--after {
  border-top: 4px solid var(--sage);
}

.state-card__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(201, 168, 94, 0.16);
  color: var(--gold-700);
  font-size: 0.88rem;
  font-weight: 700;
}

.state-list,
.scenario-list,
.case-summary {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.state-list li,
.scenario-list li,
.case-summary li {
  position: relative;
  padding-right: 26px;
}

.state-list li::before,
.scenario-list li::before,
.case-summary li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(122, 91, 36, 0.42);
}

.state-list--positive li::before,
.scenario-list--positive li::before {
  background: var(--sage);
}

.authority__grid {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: center;
}

.authority__lead {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.85;
}

.authority__points {
  display: grid;
  gap: 16px;
  margin: 28px 0 24px;
}

.authority-point {
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: #fffdf8;
  border: 1px solid rgba(201, 168, 94, 0.16);
  box-shadow: 0 12px 28px rgba(21, 17, 10, 0.06);
}

.authority-point strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.08rem;
}

.authority-point p {
  margin: 0;
  color: var(--muted);
}

.authority__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.authority__tags span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(201, 168, 94, 0.12);
  color: var(--gold-800);
  font-size: 0.92rem;
  font-weight: 600;
}

.authority__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 480px;
}

.authority__visual > img,
.authority__visual > .story-card > .story-card__media > img {
  width: min(420px, 80%);
  height: min(420px, 80vw);
  max-height: 420px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  box-shadow: 0 28px 60px rgba(9, 7, 5, 0.28), 0 0 0 10px rgba(255, 255, 255, 0.9), 0 0 0 12px rgba(201, 168, 94, 0.45);
  object-fit: cover;
  object-position: center 22%;
  min-height: 0;
}

.authority__badge {
  position: absolute;
  max-width: 280px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(28, 26, 23, 0.9);
  color: var(--gold-150);
  box-shadow: 0 16px 28px rgba(21, 17, 10, 0.18);
  border: 1px solid rgba(201, 168, 94, 0.24);
}

.authority__badge--top {
  top: 18px;
  right: 18px;
}

.authority__badge--bottom {
  bottom: 18px;
  left: 18px;
}

.scenario-hub {
  background:
    radial-gradient(circle at 8% 14%, rgba(201, 168, 94, 0.18), transparent 28%),
    linear-gradient(180deg, #f5f1e8 0%, #fffdfa 100%);
}

.scenario-shell {
  padding: 26px;
  border-radius: calc(var(--radius-lg) + 4px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(201, 168, 94, 0.18);
  box-shadow: var(--shadow-soft);
}

.scenario-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.scenario-tab {
  border: 1px solid rgba(155, 122, 58, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  padding: 11px 16px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.scenario-tab:hover,
.scenario-tab.is-active {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  border-color: transparent;
  color: var(--white);
}

.scenario-panel {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #f9f6ef 100%);
  border: 1px solid rgba(201, 168, 94, 0.16);
}

.scenario-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.scenario-panel__grid h4 {
  margin-bottom: 6px;
}

.scenario-panel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(201, 168, 94, 0.18);
  color: var(--muted);
}

.method__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.method-card {
  position: relative;
  padding: 24px 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 168, 94, 0.2);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}

.method-card__number {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold-300);
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.8rem;
}

.method-card h3 {
  color: var(--white);
}

.method-card p {
  color: rgba(253, 249, 242, 0.82);
  margin-bottom: 0;
}

.method__promise {
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(201, 168, 94, 0.2), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(201, 168, 94, 0.24);
}

.method__promise strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-300);
  font-size: 1.08rem;
}

.method__promise p {
  margin: 0;
  color: rgba(253, 249, 242, 0.86);
}

.process__list--elevated .process__item {
  border: 1px solid rgba(201, 168, 94, 0.14);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.case-card {
  padding: 22px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 168, 94, 0.18);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
}

.case-card .quote {
  color: var(--gold-150);
  font-size: 1rem;
  line-height: 1.85;
}

.case-tag {
  display: inline-flex;
  margin: 10px 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(201, 168, 94, 0.12);
  color: var(--gold-300);
  font-size: 0.85rem;
  font-weight: 700;
}

.case-card__footer {
  display: grid;
  gap: 4px;
}

.case-card__footer strong {
  color: var(--white);
}

.case-card__footer span,
.case-card--summary .case-summary li {
  color: rgba(253, 249, 242, 0.82);
}

.case-card--summary h3 {
  color: var(--gold-300);
}

.case-card--summary .case-summary {
  margin-top: 14px;
}

.case-card--summary .case-summary li::before {
  background: var(--gold-500);
}

.objections__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.objection-card {
  padding: 0 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff 0%, #f9f6ef 100%);
  border: 1px solid rgba(201, 168, 94, 0.14);
  box-shadow: 0 12px 28px rgba(21, 17, 10, 0.05);
}

.objection-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 72px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.objection-card summary::-webkit-details-marker {
  display: none;
}

.objection-card summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(201, 168, 94, 0.16);
  color: var(--gold-700);
  font-size: 1.1rem;
}

.objection-card[open] summary::after {
  content: "−";
}

.objection-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.objections__promise {
  margin-top: 18px;
  padding: 20px 22px;
  border-radius: var(--radius-md);
  background: rgba(28, 26, 23, 0.92);
  color: var(--gold-150);
}

.objections__promise strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-300);
}

.objections__promise p {
  margin: 0;
}

.story-card {
  position: relative;
  padding: 18px;
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #faf5ea 100%);
  border: 1px solid rgba(201, 168, 94, 0.18);
  box-shadow: 0 24px 54px rgba(21, 17, 10, 0.12);
}

.story-card__media img {
  width: 100%;
  min-height: 360px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.story-card--profile-only {
  padding: clamp(24px, 3vw, 40px);
}

.story-card--profile-only .story-card__profile {
  margin: 0;
  width: 100%;
  padding: clamp(28px, 3.5vw, 44px) clamp(24px, 3vw, 36px);
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: 20px;
}

.story-card--profile-only .story-card__avatar {
  width: clamp(180px, 22vw, 240px);
  height: clamp(180px, 22vw, 240px);
}

.story-card--profile-only .story-card__profile strong {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  margin-bottom: 6px;
}

.story-card--profile-only .story-card__profile span {
  font-size: 1.05rem;
}

.story-card__profile {
  position: relative;
  z-index: 1;
  width: calc(100% - 28px);
  margin: -58px auto 0;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: center;
  border-radius: 24px;
  background: rgba(24, 19, 14, 0.94);
  color: var(--gold-150);
  box-shadow: 0 18px 38px rgba(8, 7, 5, 0.24);
}

.story-card__avatar {
  width: 96px;
  height: 96px;
  padding: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(231, 217, 181, 0.88));
}

.story-card__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #cbc3b8;
}

.story-card__profile strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.25rem;
  color: var(--white);
}

.story-card__profile span {
  display: block;
  color: rgba(253, 249, 242, 0.82);
}

.authority__visual {
  position: relative;
}

.story-card .authority__badge {
  background: rgba(28, 26, 23, 0.92);
}

.contact--spotlight {
  padding-top: 0;
  margin-top: clamp(-40px, -3vw, -56px);
  position: relative;
  z-index: 1;
  background: transparent;
}

.contact__grid--spotlight {
  gap: clamp(28px, 4vw, 48px);
  padding: clamp(24px, 3vw, 40px);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 242, 227, 0.98) 100%);
  border: 1px solid rgba(201, 168, 94, 0.18);
  box-shadow: 0 28px 64px rgba(21, 17, 10, 0.14);
}

.contact__info--spotlight {
  display: grid;
  gap: 18px;
}

.contact__info--spotlight h2 {
  margin-bottom: 0;
}

.contact__pain-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.contact__pain-list li {
  position: relative;
  padding: 16px 18px 16px 48px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(201, 168, 94, 0.14);
  box-shadow: 0 12px 26px rgba(21, 17, 10, 0.05);
}

.contact__pain-list li::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  transform: translateY(-50%);
}

.contact__steps {
  display: grid;
  gap: 14px;
  margin: 8px 0 0;
}

.contact__steps--spotlight {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(201, 168, 94, 0.16);
  box-shadow: 0 12px 26px rgba(21, 17, 10, 0.06);
}

.contact-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  color: var(--white);
  font-weight: 800;
}

.contact-step strong {
  display: block;
  margin-bottom: 4px;
}

.contact-step p {
  margin: 0;
  color: var(--muted);
}

.contact-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 22px 48px rgba(21, 17, 10, 0.12);
}

.contact-media img {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
}

.contact-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 17, 10, 0.12) 30%, rgba(21, 17, 10, 0.76) 100%);
}

.contact-media figcaption {
  position: absolute;
  inset-inline: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 6px;
}

.contact-media strong {
  color: var(--white);
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.2rem;
}

.contact-media span {
  color: rgba(253, 249, 242, 0.84);
}

.contact__details--spotlight {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.contact__details--spotlight > div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(201, 168, 94, 0.14);
}

.contact__details--spotlight p {
  margin: 6px 0 0;
}

.contact__form--spotlight {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 32px;
  background: linear-gradient(180deg, #1b140f 0%, #362318 100%);
  border: 1px solid rgba(201, 168, 94, 0.18);
  box-shadow: 0 28px 64px rgba(9, 7, 5, 0.24);
  color: var(--white);
}

.contact__form--spotlight .section-kicker {
  margin-bottom: 14px;
  color: var(--gold-150);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(201, 168, 94, 0.2);
}

.contact__form--spotlight h3 {
  color: var(--white);
}

.contact__form--spotlight .card__header p,
.contact__form--spotlight .field-hint,
.contact__form--spotlight .form-disclaimer {
  color: rgba(253, 249, 242, 0.72);
}

.contact__form--spotlight .lead-form label {
  color: var(--gold-150);
}

.contact__form--spotlight .lead-form input,
.contact__form--spotlight .lead-form select,
.contact__form--spotlight .lead-form textarea {
  border-color: rgba(201, 168, 94, 0.2);
  background: rgba(255, 255, 255, 0.96);
}

.contact__form--spotlight .about__actions {
  margin-top: 18px;
}

.quote-person {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: center;
}

.quote-person__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(201, 168, 94, 0.28);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.quote-person strong {
  display: block;
  margin-bottom: 2px;
}

.quote-person span {
  display: block;
}

.final-cta {
  background:
    radial-gradient(circle at 14% 14%, rgba(201, 168, 94, 0.18), transparent 30%),
    linear-gradient(180deg, #fdf8ef 0%, #f2ede3 100%);
}

.final-cta__content {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: clamp(26px, 4vw, 38px);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 240, 223, 0.98) 100%);
  border: 1px solid rgba(201, 168, 94, 0.18);
  box-shadow: var(--shadow-soft);
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 1160px) {
  .hero--immersive .hero__grid--immersive {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  }

  .method__grid,
  .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact__steps--spotlight,
  .contact__details--spotlight {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hero--immersive .hero__grid--immersive,
  .contact__grid--spotlight,
  .proof-strip,
  .state-grid,
  .authority__grid,
  .scenario-panel__grid,
  .method__grid,
  .case-grid,
  .objections__grid,
  .final-cta__content {
    grid-template-columns: 1fr;
  }

  .contact--spotlight {
    margin-top: 0;
    padding-top: clamp(48px, 6vw, 76px);
  }

  .hero__side--focus {
    gap: 18px;
    width: 100%;
  }

  .portrait-orbit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
    padding: 0;
  }

  .portrait-orbit__halo {
    display: none;
  }

  .portrait-orbit__photo {
    width: 220px;
    height: 220px;
    padding: 8px;
    flex: 0 0 220px;
  }

  .portrait-orbit__photo img {
    object-position: center 20%;
  }

  .portrait-chip {
    display: none;
  }

  .hero__insight-card {
    width: 100%;
    max-width: 520px;
    padding: 22px;
  }

  .scenario-panel__footer {
    align-items: flex-start;
  }

  .story-card__media img {
    min-height: 300px;
  }
}

@media (max-width: 720px) {
  .hero--immersive .hero__content h1 {
    max-width: none;
  }

  .portrait-orbit__photo {
    width: 180px;
    height: 180px;
    flex-basis: 180px;
  }

  .scenario-shell,
  .state-card,
  .contact__form--spotlight,
  .contact__grid--spotlight,
  .story-card {
    padding: 20px;
  }

  .story-card__profile {
    width: 100%;
    margin-top: 18px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .contact-step {
    grid-template-columns: 1fr;
  }

  .contact-step span {
    width: 38px;
    height: 38px;
  }

  .quote-person {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .final-cta__actions,
  .contact__form--spotlight .about__actions {
    display: grid;
  }

  .final-cta__actions .btn,
  .contact__form--spotlight .about__actions .btn {
    width: 100%;
  }
}

/* ============================================================
   Hero portrait + microcards (fix: image overflow)
   ============================================================ */

.hero-portrait {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
  isolation: isolate;
}

.hero-portrait img {
  display: block;
  width: min(360px, 78vw);
  height: min(360px, 78vw);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 50%;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(231, 217, 181, 0.82));
  box-shadow: 0 28px 60px rgba(9, 7, 5, 0.28), 0 0 0 8px rgba(255, 255, 255, 0.9), 0 0 0 10px rgba(201, 168, 94, 0.45);
}

.hero-portrait figcaption {
  position: static;
  padding: 14px 20px;
  max-width: 360px;
  border-radius: var(--radius-md);
  background: rgba(16, 13, 10, 0.88);
  color: var(--white);
  border: 1px solid rgba(201, 168, 94, 0.28);
  box-shadow: 0 16px 28px rgba(9, 7, 5, 0.22);
  text-align: center;
}

.hero-portrait figcaption strong {
  display: block;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.15rem;
  color: var(--gold-300);
  margin-bottom: 4px;
}

.hero-portrait figcaption span {
  display: block;
  color: rgba(253, 249, 242, 0.88);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hero__microcards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
}

@media (min-width: 540px) {
  .hero__microcards {
    grid-template-columns: 1fr 1fr;
    max-width: 520px;
  }
}

.microcard {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(201, 168, 94, 0.22);
  color: rgba(253, 249, 242, 0.92);
  backdrop-filter: blur(8px);
}

.microcard strong {
  display: block;
  color: var(--gold-300);
  margin-bottom: 4px;
  font-size: 0.98rem;
}

.microcard span {
  display: block;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(253, 249, 242, 0.8);
}

/* Fallback when hero section has light background */
.section--light .microcard,
.hero:not(.hero--immersive) .microcard {
  background: rgba(255, 255, 255, 0.7);
  color: var(--charcoal);
}

.section--light .microcard strong,
.hero:not(.hero--immersive) .microcard strong {
  color: var(--gold-800);
}

.section--light .microcard span,
.hero:not(.hero--immersive) .microcard span {
  color: var(--muted);
}

/* ============================================================
   Accessibility + UX polish
   ============================================================ */

/* Larger, clearer focus ring on interactive elements (WCAG 2.2) */
.btn:focus-visible,
.route-pill:focus-visible,
a:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(201, 168, 94, 0.22);
}

/* Ensure every image never exceeds its container */
img {
  max-width: 100%;
  height: auto;
}

/* Ensure minimum tap target 44x44 on mobile for phone/whatsapp buttons */
.floating-bar__btn,
.btn,
.route-pill {
  min-height: 44px;
}

/* Higher contrast for authority tags (previously gold-on-gold was faint) */
.authority__tags span {
  background: rgba(201, 168, 94, 0.18);
  color: #6b4a12;
  border: 1px solid rgba(201, 168, 94, 0.35);
}

/* Improve contrast for input placeholders */
.lead-form input::placeholder,
.lead-form textarea::placeholder,
.lead-form select::placeholder {
  color: #6b6660;
  opacity: 1;
}

/* Required marker visible and meaningful */
.required-marker {
  color: #b22234;
  font-weight: 700;
  margin-inline-start: 2px;
}

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

/* Guardrail: keep circular authority image contained */
.authority__visual {
  overflow: visible;
  border-radius: 0;
}

.authority__visual > img,
.authority__visual > .story-card > .story-card__media > img {
  display: block;
}

/* Sections added for landing-style content */
.pain-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: grid;
  gap: 0.75rem;
}
.pain-list li {
  background: rgba(255, 255, 255, 0.04);
  border-right: 3px solid #c9a85e;
  padding: 0.85rem 1rem;
  border-radius: 6px;
  line-height: 1.6;
}
.pain-x {
  color: #d76b6b;
  font-weight: 700;
  margin-left: 0.4rem;
}
.pressure__story {
  max-width: 760px;
  margin: 1.75rem auto 0;
  display: grid;
  gap: 1rem;
  line-height: 1.7;
}
.pressure__hook {
  text-align: center;
  font-size: 1.15rem;
  margin-top: 1rem;
}
.method__body {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  line-height: 1.7;
}
.method__list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
  display: grid;
  gap: 0.75rem;
}
.method__list li {
  background: rgba(201, 168, 94, 0.08);
  padding: 0.85rem 1rem;
  border-radius: 6px;
}
.method-bullet {
  color: #c9a85e;
  font-weight: 700;
  margin-left: 0.4rem;
}
.authority__benefits {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
  display: grid;
  gap: 0.6rem;
}
.authority__benefits li {
  padding-right: 0.25rem;
  line-height: 1.6;
}
.check {
  color: #2c8c5b;
  font-weight: 700;
  margin-left: 0.4rem;
}
.future__bullets {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
.future__bullets li {
  font-weight: 600;
}
.benefits__pricecta {
  margin-top: 2rem;
  text-align: center;
  display: grid;
  gap: 0.5rem;
  justify-items: center;
}
.cta-band--guarantee {
  background: linear-gradient(135deg, #2a1f0f 0%, #3a2a14 100%);
}

/* Hero accent for the highlighted word */
.hero__h1-accent {
  color: #c9a85e;
}
.hero h1 em {
  font-style: italic;
  color: #c9a85e;
}
.hero__bullets .check {
  color: #c9a85e;
  font-weight: 700;
  margin-left: 0.4rem;
}

/* Mobile: portrait above text + show chips around it */
@media (max-width: 900px) {
  .hero--immersive .hero__grid--immersive {
    display: flex;
    flex-direction: column;
  }
  .hero--immersive .hero__side--focus {
    order: -1;
    margin-bottom: 8px;
  }
  .hero--immersive .hero__content {
    order: 1;
  }
  .portrait-orbit {
    position: relative;
    min-height: 360px;
    padding: 28px 8px;
  }
  .portrait-orbit__photo {
    margin: 0 auto;
  }
  .portrait-chip {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: rgba(20, 16, 8, 0.92);
    color: #f4ecd8;
    border: 1px solid rgba(201, 168, 94, 0.35);
    border-radius: 12px;
    padding: 8px 12px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
    font-size: 0.78rem;
    line-height: 1.25;
    max-width: 160px;
    white-space: normal;
  }
  .portrait-chip strong {
    color: #f4ecd8;
    font-weight: 700;
    font-size: 0.85rem;
  }
  .portrait-chip span {
    color: #c8bfa8;
    font-size: 0.72rem;
  }
  .portrait-chip--top {
    top: 0;
    right: 8px;
  }
  .portrait-chip--mid {
    top: 45%;
    left: 0;
    transform: translateY(-50%);
  }
  .portrait-chip--bottom {
    bottom: 0;
    right: 14%;
  }
}

@media (max-width: 720px) {
  .portrait-orbit {
    min-height: 320px;
  }
  .portrait-chip {
    font-size: 0.72rem;
    padding: 6px 10px;
    max-width: 140px;
  }
  .portrait-chip strong {
    font-size: 0.78rem;
  }
  .portrait-chip--top {
    top: 4px;
    right: 4px;
  }
  .portrait-chip--mid {
    left: 0;
  }
  .portrait-chip--bottom {
    bottom: 4px;
    right: 8%;
  }
}
