/* Beacon Solutions — site styles */
:root {
  --navy: #0B2B54;
  --navy-deep: #071F3D;
  --navy-muted: #3A4F6A;
  --gold: #D49B2A;
  --gold-hover: #C08A1F;
  --gold-soft: #F3E6C8;
  --off-white: #F7F4EE;
  --white: #FFFFFF;
  --border: #E4DED3;
  --focus: #D49B2A;
  --radius: 10px;
  --shadow: 0 8px 28px rgba(11, 43, 84, 0.08);
  --shadow-lift: 0 14px 36px rgba(11, 43, 84, 0.12);
  --max: 1100px;
  --text: var(--navy-muted);
  --heading: var(--navy);
  --header-h: 80px;
  --mobile-bar-h: 72px;
  --font: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--off-white);
  min-height: 100vh;
  overflow-x: clip;
}


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

a {
  color: var(--navy);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a:hover { color: var(--gold-hover); }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--navy);
  color: var(--white);
  padding: 0.75rem 1rem;
  z-index: 1000;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* Header — never crop logo beams */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 244, 238, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  overflow: visible;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
  padding: 0.65rem 0;
  overflow: visible;
}

.logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  overflow: visible;
  max-width: min(52vw, 200px);
}
.logo-link img {
  height: 56px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  overflow: visible;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  min-width: 44px;
  min-height: 44px;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--navy);
  align-items: center;
  justify-content: center;
}
.nav-toggle:hover { border-color: var(--gold); }
.nav-toggle-bars {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  position: relative;
}
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: currentColor;
}
.nav-toggle-bars::before { top: -7px; }
.nav-toggle-bars::after { top: 7px; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem 1.15rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--navy);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.45rem 0.2rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--gold-hover);
}
.site-nav a[aria-current="page"] {
  box-shadow: inset 0 -2px 0 var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.8rem 1.3rem;
  min-height: 44px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  font-family: inherit;
  line-height: 1.2;
}
.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--gold);
  color: var(--navy-deep);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-hover);
  border-color: var(--gold-hover);
  color: var(--navy-deep);
  box-shadow: 0 6px 18px rgba(212, 155, 42, 0.28);
}

.btn-secondary {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-secondary:hover {
  background: var(--navy);
  color: var(--white);
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.45);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border-color: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}
.header-cta-mobile { display: none; }
.header-cta { white-space: nowrap; }
.header-cta.btn { padding: 0.55rem 1rem; font-size: 0.88rem; min-height: 40px; }

/* Hero — deeper mesh + lighthouse watermark */
.hero {
  background:
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(212,155,42,0.16), transparent 55%),
    radial-gradient(ellipse 50% 70% at 10% 90%, rgba(20,58,107,0.9), transparent 50%),
    linear-gradient(145deg, var(--navy-deep) 0%, var(--navy) 48%, #143A6B 100%);
  color: var(--white);
  padding: 3.75rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.hero-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 38%, rgba(212,155,42,0.12) 0%, transparent 42%),
    radial-gradient(circle at 30% 70%, rgba(255,255,255,0.04) 0%, transparent 45%);
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-52%);
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  opacity: 0.09;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* Subtle lighthouse watermark */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 140' fill='none'%3E%3Cpath d='M20 58 L60 48 L100 58 L92 62 L28 62 Z' fill='%23D49B2A'/%3E%3Cpath d='M52 62 L52 108 L68 108 L68 62 Z' fill='%23F7F4EE'/%3E%3Cpath d='M48 108 L72 108 L78 122 L42 122 Z' fill='%23F7F4EE'/%3E%3Cpath d='M54 40 L66 40 L68 52 L52 52 Z' fill='%23F7F4EE'/%3E%3Ccircle cx='60' cy='36' r='6' fill='%23D49B2A'/%3E%3Cpath d='M10 52 L50 42' stroke='%23D49B2A' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M70 42 L110 52' stroke='%23D49B2A' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}
.hero .container { position: relative; z-index: 1; }
.hero-kicker {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0 0 0.85rem;
}
.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  line-height: 1.2;
  color: var(--white);
  max-width: 18ch;
  font-weight: 700;
}
.hero-lead {
  margin: 0 0 1.75rem;
  font-size: 1.125rem;
  max-width: 38rem;
  color: rgba(255,255,255,0.88);
  font-weight: 300;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}
.hero-sublink {
  margin: 1rem 0 0;
  font-size: 0.95rem;
}
.hero-sublink a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  border-bottom: 1px solid rgba(212,155,42,0.55);
}
.hero-sublink a:hover { color: var(--gold); }

/* Sections */
.section {
  padding: 3.25rem 0;
}
.section-tight { padding: 2.5rem 0; }
.section-alt { background: var(--white); }
.section-navy {
  background: var(--navy);
  color: rgba(255,255,255,0.9);
}
.section-navy h2,
.section-navy h3 { color: var(--white); }

.section-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}
.section-head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--heading);
  line-height: 1.25;
}
.section-head p { margin: 0; }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.5rem;
}

h1, h2, h3, h4 {
  font-weight: 700;
  color: var(--heading);
  line-height: 1.25;
}

.prose { max-width: 40rem; }
.prose p { margin: 0 0 1rem; }
.prose p:last-child { margin-bottom: 0; }

.lead {
  font-size: 1.15rem;
  color: var(--navy);
  font-weight: 400;
}

.gold-rule {
  width: 48px;
  height: 3px;
  border-radius: 2px;
  background: var(--gold);
  margin: 0 auto 1.1rem;
}

/* Method strip + connectors */
.method-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  position: relative;
}
.method-step {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.15rem;
  box-shadow: var(--shadow);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.method-step:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(212, 155, 42, 0.45);
}
.method-step .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}
.method-step h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.method-step p {
  margin: 0;
  font-size: 0.95rem;
}

@media (min-width: 901px) {
  .method-strip {
    gap: 1.5rem;
  }
  .method-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 2.1rem;
    right: -1.05rem;
    width: 1.05rem;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), rgba(212,155,42,0.25));
    z-index: 1;
  }
  .method-step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: calc(2.1rem - 3px);
    right: -0.35rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    z-index: 2;
    box-shadow: 0 0 0 3px var(--off-white);
  }
  .section-alt .method-step:not(:last-child)::before {
    box-shadow: 0 0 0 3px var(--white);
  }
}

/* Outcome cards */
.outcomes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.outcome {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 1.35rem 1.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.section-alt .outcome { background: var(--off-white); }
.outcome:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(212, 155, 42, 0.4);
}
.outcome .num {
  color: var(--gold);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
}
.outcome h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
}
.outcome p { margin: 0; font-size: 0.98rem; }

/* Value props / story cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.4rem 1.3rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(212, 155, 42, 0.4);
}
.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.card p { margin: 0; }

.quote-band {
  border-left: 4px solid var(--gold);
  padding: 0.25rem 0 0.25rem 1.25rem;
  margin: 2rem 0 0;
  max-width: 36rem;
}
.quote-band p {
  margin: 0;
  font-size: 1.2rem;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.45;
}

/* Pricing */
.price-note {
  font-size: 0.92rem;
  color: var(--navy-muted);
  margin: 0 0 1.5rem;
  max-width: 40rem;
}

.price-grid {
  display: grid;
  gap: 1rem;
}
.price-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.price-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.price-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(212, 155, 42, 0.45);
}
.price-card.featured {
  border-color: var(--gold);
  box-shadow: 0 10px 32px rgba(212, 155, 42, 0.15);
}
.price-card h3 {
  margin: 0;
  font-size: 1.2rem;
}
.price-tag {
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}
.price-tag span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy-muted);
}
.price-card ul {
  margin: 0;
  padding: 0 0 0 1.1rem;
  flex: 1;
}
.price-card li {
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}
.price-card li:last-child { margin-bottom: 0; }
.price-card .btn {
  margin-top: auto;
  width: 100%;
}
.badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--gold-soft);
  color: var(--navy);
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  width: fit-content;
}

.tools-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}
.tool-item {
  background: var(--off-white);
  border-radius: var(--radius);
  padding: 1.1rem 1.15rem;
  border: 1px solid var(--border);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.tool-item:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 155, 42, 0.4);
  box-shadow: var(--shadow);
}
.tool-item h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}
.tool-item .fit {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold-hover);
  margin-bottom: 0.35rem;
}
.tool-item p { margin: 0; font-size: 0.95rem; }

/* Team */
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.team-role {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 1.35rem 1.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.team-role:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(212, 155, 42, 0.4);
}
.team-role h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
}
.team-role p { margin: 0; }

/* Steps */
.steps {
  counter-reset: step;
  display: grid;
  gap: 1rem;
  max-width: 40rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps li {
  position: relative;
  padding: 1.2rem 1.2rem 1.2rem 4.25rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 1.1rem;
  top: 1.15rem;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}
.steps h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}
.steps p { margin: 0; }

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: var(--white);
  padding: 2.75rem 0;
  text-align: center;
  position: relative;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(212,155,42,0.12), transparent 55%);
  pointer-events: none;
}
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 {
  color: var(--white);
  margin: 0 0 0.6rem;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
}
.cta-band p {
  margin: 0 auto 1.4rem;
  max-width: 32rem;
  color: rgba(255,255,255,0.85);
}
.cta-band .hero-actions { justify-content: center; }

.cta-band-inline {
  margin: 1.5rem 0;
  border-radius: var(--radius);
  padding: 1.75rem 1.25rem;
  text-align: center;
}
.cta-band-inline h2 {
  color: var(--white);
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}
.cta-band-inline p {
  margin: 0 auto 1.1rem;
  max-width: 34rem;
  color: rgba(255,255,255,0.85);
}
.cta-band-inline .hero-actions { justify-content: center; }

/* Contact form */
.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: start;
}
.contact-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  scroll-margin-top: calc(var(--header-h) + 12px);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.contact-card.is-highlighted,
#message.is-highlighted .contact-card {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 155, 42, 0.28), var(--shadow-lift);
}
#message {
  scroll-margin-top: calc(var(--header-h) + 8px);
}
.form-heading {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
}
.form-intro {
  margin: 0 0 1.25rem;
  color: var(--navy-muted);
  font-size: 0.98rem;
}
.form-row {
  margin-bottom: 1rem;
}
.form-row label {
  display: block;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
}
.form-row .hint {
  font-weight: 400;
  color: var(--navy-muted);
  font-size: 0.85rem;
}
.form-row input,
.form-row textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  min-height: 44px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font: inherit;
  color: var(--navy);
  background: var(--off-white);
}
.form-row input:focus,
.form-row textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
  border-color: var(--gold);
  background: var(--white);
}
.form-row textarea { min-height: 120px; resize: vertical; }
.form-actions { margin-top: 1.25rem; }
.form-actions .btn { min-width: 180px; }
.form-note {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
  color: var(--navy-muted);
}
.aside-box {
  background: var(--navy);
  color: rgba(255,255,255,0.9);
  border-radius: var(--radius);
  padding: 1.5rem;
}
.aside-box h2 {
  color: var(--white);
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
}
.aside-box .aside-subhead {
  margin-top: 1.5rem;
}
.aside-box p { margin: 0 0 0.85rem; }
.aside-box a {
  color: var(--gold);
  font-weight: 600;
}
.aside-box a:hover { color: var(--white); }
.aside-box ul {
  margin: 0;
  padding-left: 1.1rem;
}
.aside-box li { margin-bottom: 0.4rem; }

/* Footer */
.site-footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.78);
  padding: 2.5rem 0 5.5rem; /* room for mobile sticky bar */
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
}
.footer-brand {
  overflow: visible;
}
.footer-brand img {
  height: 64px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  object-position: left top;
  margin-bottom: 0.85rem;
  overflow: visible;
}
.footer-brand p {
  margin: 0;
  max-width: 22rem;
  font-size: 0.95rem;
}
.footer-col h3 {
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col li { margin-bottom: 0.4rem; }
.footer-col a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 0.88rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  justify-content: space-between;
}

/* Mobile sticky contact bar — 3 actions */
.mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: var(--navy-deep);
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 0.5rem 0.55rem calc(0.5rem + env(safe-area-inset-bottom));
  gap: 0.4rem;
  box-shadow: 0 -8px 24px rgba(7, 31, 61, 0.25);
}
.mobile-bar a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: var(--white);
  font-weight: 700;
  font-size: 0.78rem;
  line-height: 1.15;
  min-height: 44px;
  padding: 0.55rem 0.35rem;
  border-radius: 8px;
}
.mobile-bar .bar-email {
  background: var(--gold);
  color: var(--navy-deep);
}
.mobile-bar .bar-message {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.22);
}
.mobile-bar .bar-contact {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(212,155,42,0.55);
  color: var(--gold-soft);
}

/* Page hero (inner) */
.page-hero {
  padding: 2.75rem 0 2rem;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: relative;
}
.page-hero::after {
  content: "";
  display: block;
  width: min(100% - 2rem, var(--max));
  margin: 1.25rem auto 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent 70%);
  border: 0;
}
.page-hero h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  max-width: 20ch;
}
.page-hero .lead {
  margin: 0;
  max-width: 38rem;
}

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

/* Reveal on scroll */
.reveal {
  opacity: 1;
  transform: none;
}
html.js-ready .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(14px);
}
html.js-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

/* Responsive — tablet ~768 */
@media (max-width: 900px) {
  .method-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .hero::after {
    opacity: 0.07;
    width: min(320px, 60vw);
    height: min(320px, 60vw);
  }
}

@media (max-width: 768px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--off-white);
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    align-items: stretch;
    padding: 0.5rem 1rem 1rem;
    gap: 0;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a {
    padding: 0.85rem 0.5rem;
    min-height: 48px;
    border-bottom: 1px solid var(--border);
  }
  .site-nav .header-cta {
    margin-top: 0.75rem;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  .header-inner { position: relative; overflow: visible; }
  .header-cta-mobile {
    display: inline-flex;
    padding: 0.55rem 0.95rem;
    font-size: 0.85rem;
    min-height: 44px;
    min-width: 44px;
  }
  .header-cta-nav { display: none; }
  .header-actions { order: 2; margin-left: 0; }
  .logo-link {
    margin-right: auto;
    max-width: min(54vw, 190px);
  }
  .logo-link img { height: 52px; }

  .outcomes,
  .card-grid,
  .tools-list,
  .team-grid,
  .price-grid-2,
  .method-strip {
    grid-template-columns: 1fr;
  }

  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .mobile-bar { display: flex; }
  body { padding-bottom: calc(var(--mobile-bar-h) + env(safe-area-inset-bottom)); }
  .site-footer { padding-bottom: calc(var(--mobile-bar-h) + 2.25rem); }
  main { padding-bottom: 1rem; }
  /* Keep form submit clear of sticky bar */
  .form-actions {
    margin-bottom: 0.5rem;
    padding-bottom: calc(var(--mobile-bar-h) + 0.75rem);
  }
  .contact-card {
    margin-bottom: 1rem;
  }
  .hero { padding: 2.75rem 0 3rem; }
  .hero h1 { max-width: none; }
  .hero-lead { font-size: 1.05rem; }
  .section { padding: 2.5rem 0; }
  .price-tag { font-size: 1.45rem; }
  .container { width: min(100% - 1.5rem, var(--max)); }
}

/* Phone ~390 */
@media (max-width: 400px) {
  .logo-link { max-width: 56vw; }
  .logo-link img { height: 48px; }
  .mobile-bar a {
    font-size: 0.68rem;
    padding: 0.45rem 0.2rem;
  }
  .mobile-bar .bar-contact { font-size: 0.64rem; }
  .hero h1 { font-size: 1.65rem; }
  .btn { padding: 0.75rem 1.05rem; }
  .cta-band-inline { padding: 1.4rem 1rem; }
}

@media (min-width: 769px) {
  .header-actions { display: none; }
  .site-footer { padding-bottom: 2.5rem; }
  .mobile-bar { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn,
  .card,
  .outcome,
  .method-step,
  .price-card,
  .tool-item,
  .team-role,
  .reveal,
  body {
    transition: none !important;
  }
  html.js-ready .reveal:not(.is-visible),
  html.js-ready .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}
