:root {
  --navy: #06152d;
  --navy-2: #0a2348;
  --navy-3: #10366f;
  --ink: #07101e;
  --yellow: #ffc400;
  --yellow-2: #ffdc45;
  --red: #d91324;
  --red-2: #a60c1b;
  --cream: #fff8e9;
  --paper: #f6efd9;
  --white: #ffffff;
  --muted: #aeb9ca;
  --line: rgba(255,255,255,.14);
  --shadow: 0 26px 80px rgba(0,0,0,.35);
  --radius: 26px;
  --header-h: 74px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  padding-bottom: 76px;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link {
  position: fixed;
  left: 10px;
  top: -60px;
  z-index: 999;
  background: var(--yellow);
  color: var(--ink);
  padding: 12px 16px;
  font-weight: 900;
  border-radius: 10px;
}
.skip-link:focus { top: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(6,21,45,.88);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 13px;
  background: var(--yellow);
  color: var(--navy);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 19px;
  letter-spacing: -.04em;
  box-shadow: 0 7px 22px rgba(255,196,0,.24);
}
.brand-copy { display: grid; line-height: 1.06; min-width: 0; }
.brand-copy strong { font-size: 15px; letter-spacing: -.02em; white-space: nowrap; }
.brand-copy small { color: #c4cede; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; white-space: nowrap; }
.header-follow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 13px;
  background: #1877f2;
  border-radius: 999px;
  color: white;
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
  box-shadow: 0 8px 20px rgba(24,119,242,.24);
}
.header-follow svg { width: 18px; height: 18px; fill: currentColor; }

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 68%, rgba(25,82,163,.34), transparent 38%),
    linear-gradient(150deg, #020b1c 0%, var(--navy) 48%, #0e2e5d 100%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -20% -25% -20%;
  height: 45%;
  background: radial-gradient(ellipse at center, rgba(0,0,0,.08), rgba(0,0,0,.68) 68%);
}
.hero-rays, .final-rays {
  position: absolute;
  inset: -50%;
  z-index: -2;
  opacity: .32;
  background: repeating-conic-gradient(from 0deg at 50% 50%, rgba(31,89,177,.42) 0deg 9deg, transparent 9deg 18deg);
  animation: rotate-rays 80s linear infinite;
}
.hero-copy {
  position: relative;
  z-index: 4;
  padding: 34px 20px 0;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span {
  display: inline-block;
  background: var(--yellow);
  color: var(--navy);
  padding: 5px 7px;
  margin-right: 5px;
  border-radius: 4px;
  letter-spacing: .08em;
}
h1, h2, h3, p { text-wrap: balance; }
h1, h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .89;
  margin: 0;
}
h1 { font-size: clamp(64px, 20vw, 112px); }
h1 em {
  position: relative;
  color: var(--yellow);
  font-style: normal;
  text-shadow: 0 5px 0 rgba(0,0,0,.22);
}
.hero-lede {
  max-width: 34rem;
  margin: 24px 0 20px;
  color: #d5deeb;
  font-size: clamp(16px, 4.4vw, 21px);
  line-height: 1.48;
}
.hero-actions, .final-actions {
  display: grid;
  gap: 10px;
}
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 0;
  border-radius: 15px;
  text-decoration: none;
  text-align: center;
  font-weight: 1000;
  letter-spacing: -.01em;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.button:active { transform: translateY(1px) scale(.99); }
.button svg { width: 22px; height: 22px; fill: currentColor; }
.button-facebook { background: #1877f2; color: #fff; box-shadow: 0 14px 28px rgba(24,119,242,.27); }
.button-save { background: var(--yellow); color: var(--navy); box-shadow: 0 14px 28px rgba(255,196,0,.22); }
.button-outline { background: transparent; color: white; border: 1px solid rgba(255,255,255,.34); }
.meet-button {
  width: 100%;
  margin: 12px 0 0;
  padding: 10px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #cbd5e5;
  background: none;
  border: 0;
  font-weight: 800;
  cursor: pointer;
}
.hero-william-wrap {
  position: relative;
  z-index: 3;
  width: min(88vw, 500px);
  margin: 18px auto 0;
}
.hero-william {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(0,0,0,.52));
  animation: william-breathe 5.8s ease-in-out infinite;
  transform-origin: 50% 92%;
}
.speech {
  position: absolute;
  z-index: 7;
  left: 14px;
  right: 14px;
  bottom: 12px;
  padding: 15px 16px;
  border: 1px solid rgba(255,196,0,.38);
  border-radius: 18px;
  background: rgba(4,14,31,.92);
  box-shadow: 0 16px 40px rgba(0,0,0,.42);
  backdrop-filter: blur(15px);
  transform: translateY(24px);
  opacity: 0;
  visibility: hidden;
  transition: .35s ease;
}
.speech.show { transform: translateY(0); opacity: 1; visibility: visible; }
.speech-name { display: block; color: var(--yellow); font-size: 10px; font-weight: 1000; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 5px; }
.speech p { margin: 0; font-family: Georgia, serif; font-size: 15px; line-height: 1.4; }
.hero-proof {
  z-index: 8;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px 16px 20px;
  scrollbar-width: none;
}
.hero-proof::-webkit-scrollbar { display: none; }
.hero-proof span {
  scroll-snap-align: start;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  padding: 9px 12px;
  border-radius: 999px;
  color: #dbe3ef;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.section-pad { padding: 72px 20px; }
.section-heading { max-width: 720px; }
h2 { font-size: clamp(43px, 13vw, 76px); }
.section-heading > p:not(.eyebrow):not(.fine-print) {
  margin: 20px 0 0;
  color: #c4cedc;
  font-size: 17px;
  line-height: 1.58;
}

.billboard-payoff {
  background: var(--cream);
  color: var(--ink);
}
.billboard-payoff .section-heading > p:not(.eyebrow) { color: #4b5667; }
.billboard-payoff .eyebrow, .ask-section .eyebrow { color: var(--red-2); }
.why-grid { display: grid; gap: 14px; margin-top: 34px; }
.why-card {
  position: relative;
  min-height: 230px;
  padding: 25px;
  overflow: hidden;
  border-radius: var(--radius);
  background: white;
  border: 1px solid #e5dcc4;
  box-shadow: 0 18px 40px rgba(10,23,42,.08);
}
.why-card-main { background: var(--navy); color: white; border-color: transparent; }
.why-card-yellow { background: var(--yellow); border-color: transparent; }
.why-number {
  display: block;
  margin-bottom: 40px;
  font-family: Impact, sans-serif;
  color: var(--red);
  font-size: 42px;
  line-height: 1;
}
.why-card-main .why-number { color: var(--yellow); }
.why-card-yellow .why-number { color: var(--red); }
.why-card h3 { margin: 0 0 12px; font-size: 27px; letter-spacing: -.04em; }
.why-card p { margin: 0; color: #596477; line-height: 1.52; }
.why-card-main p { color: #c7d1df; }
.why-card-yellow p { color: #253047; }
.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-weight: 1000;
  color: inherit;
  text-underline-offset: 4px;
}

.social-section { background: #091b37; }
.social-shell { display: grid; gap: 34px; }
.social-heading .button { margin-top: 24px; }
.feed-stack { display: grid; gap: 12px; }
.feed-card {
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.07);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.feed-card-featured { padding: 16px; }
.feed-top { display: flex; align-items: center; gap: 11px; }
.feed-top img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; background: var(--yellow); }
.feed-top div { display: grid; line-height: 1.15; }
.feed-top strong { font-size: 14px; }
.feed-top span { color: var(--muted); font-size: 11px; margin-top: 4px; }
.feed-dots { margin-left: auto !important; font-size: 16px !important; letter-spacing: .15em; }
.feed-visual {
  position: relative;
  min-height: 355px;
  margin-top: 14px;
  padding: 24px 18px;
  overflow: hidden;
  border-radius: 18px;
  background:
    repeating-conic-gradient(from 0deg at 88% 88%, rgba(39,103,199,.42) 0 10deg, transparent 10deg 20deg),
    linear-gradient(145deg, #051126, #0c2f64);
}
.feed-visual::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 24%;
  background: var(--red);
  clip-path: polygon(0 28%,100% 0,100% 100%,0 100%);
}
.post-kicker { display: block; color: var(--yellow); font-size: 10px; font-weight: 1000; letter-spacing: .16em; }
.feed-visual strong { display: block; position: relative; z-index: 4; max-width: 72%; margin-top: 12px; font-family: Impact, sans-serif; text-transform: uppercase; font-size: 30px; line-height: .98; letter-spacing: -.03em; }
.feed-visual img { position: absolute; z-index: 3; width: 230px; height: 230px; object-fit: cover; object-position: 50% 22%; border-radius: 50%; right: -32px; bottom: -10px; filter: drop-shadow(0 20px 30px rgba(0,0,0,.45)); }
.feed-bottom { display: flex; justify-content: space-around; gap: 8px; padding: 13px 4px 0; color: #c3cede; font-size: 11px; font-weight: 800; }
.feed-card-small { display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; padding: 18px; }
.post-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: var(--yellow);
  color: var(--navy);
  border-radius: 17px;
}
.post-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.feed-card-small strong { display: block; margin-bottom: 4px; }
.feed-card-small p { margin: 0; color: #b9c4d5; font-size: 13px; line-height: 1.4; }

.ask-section { background: #f4edda; color: var(--ink); }
.ask-section .section-heading > p:not(.eyebrow) { color: #4f5a69; }
.fine-print { margin: 12px 0 0; color: #6f7885; font-size: 12px; }
.ask-layout { display: grid; gap: 24px; margin-top: 34px; }
.question-list { display: grid; gap: 10px; }
.question {
  min-height: 58px;
  padding: 0 18px;
  text-align: left;
  background: white;
  color: #142035;
  border: 1px solid #dcd2b9;
  border-radius: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: .2s ease;
}
.question.active { background: var(--yellow); border-color: var(--yellow); box-shadow: 0 12px 24px rgba(182,133,0,.16); }
.answer-card {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  background: var(--navy);
  color: white;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.answer-avatar img { width: 90px; height: 90px; object-fit: cover; object-position: top; border-radius: 50%; background: var(--yellow); }
.answer-card p { margin: 7px 0 0; font-family: Georgia, serif; font-size: 18px; line-height: 1.48; }
.answer-card .inline-link { color: var(--yellow); font-size: 13px; }

.services { background: #06152d; }
.services-intro { display: grid; gap: 22px; }
.services .section-heading > p:not(.eyebrow) { color: #c4cedc; }
.william-quote {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  padding: 9px 15px 9px 9px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
}
.william-quote img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  background: var(--yellow);
  object-fit: cover;
  object-position: 50% 26%;
}
.william-quote p { margin: 0; font-family: Georgia, serif; font-style: italic; }
.service-grid { display: grid; gap: 12px; margin-top: 32px; }
.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0,1fr) 24px;
  gap: 15px;
  align-items: center;
  min-height: 132px;
  padding: 18px;
  overflow: hidden;
  border-radius: 22px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(255,255,255,.08);
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0,0,0,.20);
}
.service-card:nth-child(even) { background: #fff; }
.service-symbol {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--navy);
  color: var(--yellow);
}
.service-symbol svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-copy { min-width: 0; }
.service-index {
  display: block;
  margin-bottom: 3px;
  color: var(--red);
  font-family: Impact, sans-serif;
  font-size: 16px;
  letter-spacing: .06em;
}
.service-card h3 { margin: 0 0 5px; font-size: 21px; letter-spacing: -.035em; line-height: 1.06; }
.service-card p { margin: 0; color: #536073; font-size: 13px; line-height: 1.4; }
.card-arrow { align-self: start; justify-self: end; font-size: 22px; font-weight: 1000; }
.services-cta {
  width: 100%;
  margin-top: 14px;
  background: var(--yellow);
  color: var(--navy);
  box-shadow: 0 14px 28px rgba(255,196,0,.18);
}

.final-cta {
  position: relative;
  display: grid;
  gap: 32px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(145deg, #0e2b59, #06152d 60%);
}
.final-copy { position: relative; z-index: 3; }
.final-copy h2 { max-width: 650px; }
.final-copy > p:not(.eyebrow) { max-width: 580px; color: #c6d1e0; font-size: 18px; line-height: 1.55; margin: 22px 0 26px; }
.final-actions { max-width: 480px; }
.final-william {
  position: relative;
  z-index: 2;
  width: min(88vw, 470px);
  margin: 0 auto -34px;
  filter: drop-shadow(0 28px 38px rgba(0,0,0,.46));
}
.final-william img { width: 100%; height: auto; object-fit: contain; }

footer {
  display: grid;
  gap: 18px;
  padding: 38px 20px 108px;
  background: #020a17;
  color: #aeb9ca;
  border-top: 1px solid rgba(255,255,255,.1);
}
footer > div:first-child { display: grid; gap: 4px; }
footer strong { color: white; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.footer-links a { color: var(--yellow); font-weight: 800; text-underline-offset: 4px; }
footer small { line-height: 1.5; }

.mobile-dock {
  position: fixed;
  z-index: 120;
  left: max(10px, env(safe-area-inset-left));
  right: max(10px, env(safe-area-inset-right));
  bottom: max(10px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  min-height: 62px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(4,15,33,.94);
  box-shadow: 0 16px 50px rgba(0,0,0,.5);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(calc(100% + 24px));
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.mobile-dock.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.mobile-dock a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  color: #dbe4ef;
  text-decoration: none;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 900;
}
.mobile-dock a:first-child { background: #1877f2; color: white; }
.mobile-dock svg { width: 22px; height: 22px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes rotate-rays { to { transform: rotate(360deg); } }
@keyframes william-breathe { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-4px) scale(1.008); } }

@media (min-width: 700px) {
  :root { --header-h: 82px; }
  body { padding-bottom: 0; }
  .site-header { padding-inline: 28px; }
  .brand-mark { width: 50px; height: 50px; flex-basis: 50px; font-size: 22px; }
  .brand-copy strong { font-size: 17px; }
  .header-follow { min-height: 48px; padding-inline: 18px; font-size: 14px; }
  .hero {
    min-height: min(980px, calc(100svh - var(--header-h)));
    grid-template-columns: minmax(0, 1fr) minmax(350px, .9fr);
    grid-template-rows: 1fr auto;
    align-items: center;
    padding: 34px 36px 0;
  }
  .hero-copy { padding: 0; max-width: 640px; }
  h1 { font-size: clamp(84px, 11vw, 138px); }
  .hero-actions { grid-template-columns: 1fr 1fr; }
  .meet-button { justify-content: flex-start; width: fit-content; }
  .hero-william-wrap { width: min(46vw, 590px); align-self: end; margin: 0 auto; }
  .hero-proof { grid-column: 1 / -1; justify-content: center; padding-bottom: 24px; }
  .section-pad { padding: 94px 42px; }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .why-card-main { grid-column: 1 / -1; }
  .social-shell { grid-template-columns: minmax(0,.85fr) minmax(420px,1.15fr); align-items: center; }
  .ask-layout { grid-template-columns: .8fr 1.2fr; align-items: stretch; }
  .answer-card { grid-template-columns: 140px 1fr; padding: 28px; align-items: center; }
  .answer-avatar img { width: 140px; height: 140px; }
  .services-intro { grid-template-columns: minmax(0,1fr) auto; align-items: end; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-card { min-height: 150px; }
  .final-cta { grid-template-columns: minmax(0,1fr) minmax(310px,.72fr); align-items: center; }
  .final-william { width: min(42vw, 560px); margin: 0 auto -48px; }
  footer { grid-template-columns: 1fr auto; padding: 44px 42px; }
  footer small { grid-column: 1 / -1; }
  .mobile-dock { display: none; }
}

@media (min-width: 1050px) {
  .site-header { padding-inline: max(48px, calc((100vw - 1280px)/2)); }
  .hero { padding-inline: max(48px, calc((100vw - 1280px)/2)); }
  .section-pad { padding-inline: max(48px, calc((100vw - 1180px)/2)); }
  .why-grid { grid-template-columns: repeat(3,1fr); }
  .why-card-main { grid-column: auto; }
  .social-shell { gap: 84px; }
  .feed-stack { grid-template-columns: 1.15fr .85fr; align-content: start; }
  .feed-card-featured { grid-row: 1 / span 2; }
  .service-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
  .service-card { grid-template-columns: 1fr; align-content: start; min-height: 285px; padding: 22px; }
  .service-symbol { width: 72px; height: 72px; margin-top: 22px; }
  .service-card h3 { font-size: 24px; }
  .card-arrow { position: absolute; right: 20px; top: 18px; }
  .services-cta { width: fit-content; min-width: 280px; margin: 18px auto 0; }
  footer { padding-inline: max(48px, calc((100vw - 1180px)/2)); }
}

@media (hover: hover) {
  .button:hover, .header-follow:hover { transform: translateY(-2px); filter: brightness(1.04); }
  .why-card:hover, .service-card:hover { transform: translateY(-5px); }
  .why-card, .service-card { transition: transform .25s ease, box-shadow .25s ease; }
  .question:hover { border-color: var(--yellow); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
