/*
Theme Name: HCHC 2026 Navy + Gold Video Family Polish
Theme URI: https://www.hchomeschooling.org/
Author: HCHC Leadership Academy
Author URI: https://www.hchomeschooling.org/
Description: HCHC Leadership Academy's navy-and-gold 2026 enrollment theme with a prominent interactive 16:9 Vimeo hero, aligned age-division cards, a three-step admissions path, family photographs in testimonials, and consistent 20% sibling-discount language.
Version: 1.5.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: hchc-2026
Tags: education, custom-logo, custom-menu, featured-images, full-width-template, accessibility-ready
*/


:root {
  --hchc-ink: #0a1d36;
  --hchc-navy: #0d2b52;
  --hchc-navy-dark: #06172d;
  --hchc-navy-bright: #17497d;
  --hchc-mist: #edf2f7;
  --hchc-blue-soft: #dbe5f0;
  --hchc-cream: #fbf8ef;
  --hchc-gold: #c9a227;
  --hchc-gold-dark: #96710c;
  --hchc-gold-light: #f2df9a;
  --hchc-white: #ffffff;
  --hchc-muted: #59697b;
  --hchc-border: #d5dee8;
  --hchc-shadow: 0 20px 55px rgba(6, 23, 45, .15);
  --hchc-shadow-gold: 0 16px 38px rgba(150, 113, 12, .18);
  --hchc-radius: 22px;
  --hchc-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--hchc-ink);
  background: var(--hchc-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--hchc-gold-light); color: var(--hchc-navy-dark); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--hchc-navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--hchc-gold-dark); }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--hchc-gold); outline-offset: 3px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .7em;
  color: var(--hchc-ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.12;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); }
h2 { font-size: clamp(2.2rem, 5vw, 3.65rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.8rem); }
p { margin: 0 0 1.2em; }
ul, ol { padding-left: 1.2em; }

.container { width: min(calc(100% - 40px), var(--hchc-container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 120px) 0; }
.section-sm { padding: 58px 0; }
.section-cream { background: var(--hchc-cream); }
.section-sage { background: var(--hchc-mist); }
.section-dark { background: var(--hchc-ink); color: var(--hchc-white); }
.section-dark h2, .section-dark h3, .section-dark p { color: var(--hchc-white); }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head.center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 16px;
  color: var(--hchc-gold-dark);
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.lead { max-width: 760px; color: var(--hchc-muted); font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.6; }

.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 10px 14px; background: #fff; }
.skip-link:focus { top: 16px; }

.site-topbar { background: var(--hchc-ink); color: #fff; font-size: .88rem; }
.site-topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-block: 8px; }
.site-topbar a { color: #fff; text-decoration: none; }
.topbar-note { opacity: .86; }
.topbar-contact { display: flex; gap: 20px; flex-wrap: wrap; }

.site-header { position: sticky; top: 0; z-index: 500; background: rgba(255,255,255,.965); border-top: 3px solid var(--hchc-gold); border-bottom: 1px solid rgba(10,29,54,.09); backdrop-filter: blur(16px); transition: box-shadow .3s ease, background .3s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.985); box-shadow: 0 12px 32px rgba(6,23,45,.10); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-branding { flex: 0 0 auto; display: flex; align-items: center; gap: 11px; }
.custom-logo-link { display: inline-grid; place-items: center; width: 56px; height: 56px; padding: 7px; border-radius: 14px; background: linear-gradient(145deg, var(--hchc-navy), var(--hchc-navy-dark)); box-shadow: 0 8px 20px rgba(6,23,45,.18); }
.custom-logo { width: 100%; height: 100%; object-fit: contain; }
.brand-name { display: grid; color: var(--hchc-ink); line-height: 1; text-decoration: none; text-transform: uppercase; }
.brand-name strong { font-family: Georgia, serif; font-size: 1.35rem; letter-spacing: .05em; }
.brand-name span { margin-top: 5px; color: var(--hchc-gold-dark); font-size: .62rem; font-weight: 800; letter-spacing: .13em; }
.site-title { margin: 0; font-size: 1.4rem; }
.site-title a { color: var(--hchc-ink); text-decoration: none; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.primary-nav ul { display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; color: var(--hchc-ink); font-size: .95rem; font-weight: 700; text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--hchc-gold); transition: right .28s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { right: 0; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--hchc-gold-dark); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; font-weight: 800; }

.button, .wp-element-button, input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 50px;
  padding: 12px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  background: var(--hchc-navy);
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.button::after, .wp-element-button::after, input[type="submit"]::after { content: ""; position: absolute; top: -60%; left: -45%; width: 34%; height: 220%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent); transform: rotate(20deg); transition: left .55s ease; }
.button:hover::after, .wp-element-button:hover::after, input[type="submit"]:hover::after { left: 120%; }
.button:hover, .wp-element-button:hover, input[type="submit"]:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(20,40,58,.18); color: #fff; background: var(--hchc-navy-dark); }
.button-gold { background: var(--hchc-gold); }
.button-gold:hover { background: var(--hchc-gold-dark); }
.button-outline { border-color: var(--hchc-navy); background: transparent; color: var(--hchc-navy); }
.button-outline:hover { background: var(--hchc-navy); color: #fff; }
.button-light { background: #fff; color: var(--hchc-ink); }
.button-light:hover { background: var(--hchc-cream); color: var(--hchc-ink); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

.hero { position: relative; overflow: hidden; background:
  radial-gradient(circle at 8% 82%, rgba(201,162,39,.15), transparent 31%),
  radial-gradient(circle at 92% 8%, rgba(23,73,125,.12), transparent 30%),
  linear-gradient(135deg, var(--hchc-cream), #fff 62%, var(--hchc-mist)); }
.hero::before { content: ""; position: absolute; left: -165px; bottom: -215px; width: 490px; height: 490px; border: 1px solid rgba(201,162,39,.26); border-radius: 50%; box-shadow: 0 0 0 42px rgba(201,162,39,.045), 0 0 0 84px rgba(13,43,82,.025); animation: hchcOrbit 16s linear infinite; }
.hero::after { content: ""; position: absolute; right: -110px; top: 35px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(201,162,39,.18), rgba(201,162,39,0) 68%); animation: hchcDrift 8s ease-in-out infinite; }
.hero .container { width: min(calc(100% - 40px), 1260px); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: .74fr 1.26fr; align-items: center; gap: clamp(34px, 4vw, 56px); padding-block: clamp(68px, 7.5vw, 100px); }
.hero-copy { position: relative; z-index: 1; max-width: 500px; }
.hero h1 { max-width: 500px; font-size: clamp(2.55rem, 4.2vw, 3.8rem); line-height: 1.04; text-wrap: balance; }
.hero .lead { max-width: 510px; font-size: clamp(1.02rem, 1.45vw, 1.18rem); line-height: 1.58; }
.hero-image-wrap {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 820px;
  justify-self: end;
  padding: 0 16px 16px 0;
}
.hero-image-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 18px 0 0 18px;
  border: 2px solid rgba(201,162,39,.72);
  border-radius: 30px;
  background: rgba(242,223,154,.08);
}
.hero-image-wrap::after { content: none; }
.hero-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--hchc-shadow);
  animation: hchcFloatImage 7s ease-in-out infinite;
}
/* Hero video: a clean, interactive 16:9 Vimeo player.
   Native Vimeo controls stay inside the frame so visitors can play, pause,
   turn on sound, enter fullscreen, and use picture-in-picture without leaving HCHC. */
.hero-video-shell {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  overflow: clip;
  border-radius: 28px;
  background: var(--hchc-navy-dark);
  box-shadow: 0 24px 64px rgba(6,23,45,.22);
  animation: hchcFloatImage 7s ease-in-out infinite;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.hero-video-shell::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(6,23,45,.10);
}
.hero-video-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background-position: center;
  background-size: cover;
  transition: opacity .45s ease;
}
.hero-video-frame {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  border: 0;
  border-radius: inherit;
  opacity: 0;
  pointer-events: auto;
  transition: opacity .45s ease;
}
.hero-video-shell.is-loaded .hero-video-frame { opacity: 1; }
.hero-video-shell.is-loaded .hero-video-poster { opacity: 0; }
@media (max-width: 980px) {
  .hero-copy { max-width: 720px; }
  .hero h1 { max-width: 720px; font-size: clamp(2.7rem, 7vw, 4.35rem); }
  .hero-image-wrap { max-width: 820px; justify-self: center; }
}
@media (max-width: 620px) {
  .hero-image-wrap { padding: 0 10px 10px 0; }
  .hero-image-wrap::before { inset: 10px 0 0 10px; border-radius: 22px; }
  .hero-video-shell { border-radius: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-video-shell { animation: none; }
}

.hero-badge { display: none !important; }

.trust-strip { position: relative; overflow: hidden; background: linear-gradient(110deg, var(--hchc-navy-dark), var(--hchc-navy) 54%, var(--hchc-navy-bright)); color: #fff; }
.trust-strip::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(120deg, transparent 0 64px, rgba(255,255,255,.025) 64px 66px); animation: hchcPatternSlide 18s linear infinite; }
.trust-grid { position: relative; z-index: 1; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 25px 22px; text-align: center; border-right: 1px solid rgba(255,255,255,.2); font-weight: 750; }
.trust-item:last-child { border-right: 0; }
.trust-item small { display: block; opacity: .78; font-weight: 500; }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.card { position: relative; overflow: hidden; border: 1px solid var(--hchc-border); border-radius: var(--hchc-radius); background: #fff; box-shadow: 0 10px 28px rgba(10,29,54,.07); transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s ease; }
.card:hover { transform: translateY(-8px); border-color: rgba(201,162,39,.52); box-shadow: 0 22px 52px rgba(6,23,45,.14); }
.card-body { padding: 30px; }
.card-image { width: 100%; height: 245px; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.card:hover .card-image { transform: scale(1.045); filter: saturate(1.06) contrast(1.02); }
.card p:last-child { margin-bottom: 0; }
.card-link { position: absolute; inset: 0; z-index: 1; }
.card .button, .card a:not(.card-link) { position: relative; z-index: 2; }
.program-card { min-height: 100%; display: flex; flex-direction: column; }
.program-card .card-body { flex: 1; display: flex; flex-direction: column; }
.program-card .button-row { margin-top: auto; padding-top: 12px; }
.pill { display: inline-block; margin-bottom: 14px; padding: 5px 11px; border-radius: 999px; background: var(--hchc-mist); color: var(--hchc-navy-dark); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.icon-circle { width: 58px; height: 58px; display: inline-grid; place-items: center; margin-bottom: 18px; border-radius: 50%; background: var(--hchc-mist); color: var(--hchc-navy); font-size: 1.45rem; font-weight: 900; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 7vw, 90px); }
.split-media img { width: 100%; min-height: 480px; object-fit: cover; border-radius: var(--hchc-radius); box-shadow: var(--hchc-shadow); }
.check-list { margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 31px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--hchc-gold-dark); font-weight: 900; }

.table-wrap { overflow-x: auto; border: 1px solid var(--hchc-border); border-radius: var(--hchc-radius); background: #fff; box-shadow: 0 10px 30px rgba(20,40,58,.05); }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 19px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--hchc-border); }
th { background: var(--hchc-navy); color: #fff; font-size: .84rem; letter-spacing: .06em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }

.age-card {
  padding: 34px;
  border-radius: var(--hchc-radius);
  color: #fff;
  min-height: 328px;
  display: grid;
  grid-template-rows: auto minmax(2.25rem, auto) minmax(7.1rem, auto);
  align-content: end;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.age-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,40,58,.94), rgba(20,40,58,.14)); }
.age-card > * { position: relative; z-index: 1; }
.age-card .pill { width: 100%; margin: 0 0 16px; align-self: end; }
.age-card h3 { min-height: 2.25rem; margin: 0 0 10px; align-self: start; }
.age-card p { min-height: 7.1rem; margin: 0; align-self: start; }
.age-card h3, .age-card p { color: #fff; }

.steps { counter-reset: steps; }
.step { position: relative; padding: 30px 28px 30px 86px; border-bottom: 1px solid var(--hchc-border); }
.step:last-child { border-bottom: 0; }
.step::before { counter-increment: steps; content: counter(steps); position: absolute; left: 25px; top: 28px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--hchc-gold); color: #fff; font-weight: 900; }

.price-card { padding: 34px; }
.price-card.featured { border: 2px solid var(--hchc-gold); transform: translateY(-8px); }
.price { margin: 12px 0 18px; color: var(--hchc-navy); font-family: Georgia, serif; font-size: 2.65rem; font-weight: 700; line-height: 1; }
.price span { color: var(--hchc-muted); font-family: Inter, sans-serif; font-size: .93rem; font-weight: 500; }

.quote {
  min-height: 100%;
  padding: 32px;
  border-left: 5px solid var(--hchc-gold);
  border-radius: 0 var(--hchc-radius) var(--hchc-radius) 0;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20,40,58,.06);
  display: flex;
  flex-direction: column;
}
.quote p { margin-bottom: 26px; font-family: Georgia, serif; font-size: 1.2rem; line-height: 1.55; }
.quote-person { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.quote-photo { flex: 0 0 62px; width: 62px; height: 62px; border-radius: 50%; object-fit: cover; object-position: center; border: 3px solid var(--hchc-gold-light); box-shadow: 0 7px 18px rgba(6,23,45,.14); }
.quote-photo-katy { object-position: 22% 14%; }
.quote cite { display: grid; gap: 2px; color: var(--hchc-ink); font-style: normal; font-size: .91rem; font-weight: 800; line-height: 1.3; }
.quote cite span { color: var(--hchc-muted); font-size: .8rem; font-weight: 650; }

.faq-list { border-top: 1px solid var(--hchc-border); }
.faq-item { border-bottom: 1px solid var(--hchc-border); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 18px; padding: 22px 0; border: 0; background: transparent; color: var(--hchc-ink); text-align: left; font-weight: 800; cursor: pointer; }
.faq-answer { display: none; padding: 0 45px 20px 0; color: var(--hchc-muted); }
.faq-item.open .faq-answer { display: block; }
.faq-question::after { content: "+"; font-size: 1.5rem; color: var(--hchc-gold-dark); }
.faq-item.open .faq-question::after { content: "−"; }

.cta-panel { position: relative; overflow: hidden; padding: clamp(38px, 6vw, 76px); border: 1px solid rgba(242,223,154,.28); border-radius: 30px; background: linear-gradient(125deg, var(--hchc-navy-dark), var(--hchc-navy)); color: #fff; box-shadow: var(--hchc-shadow); }
.cta-panel::after { content: ""; position: absolute; right: -110px; bottom: -150px; width: 330px; height: 330px; border: 1px solid rgba(242,223,154,.25); border-radius: 50%; box-shadow: 0 0 0 42px rgba(242,223,154,.04), 0 0 0 84px rgba(242,223,154,.025); animation: hchcOrbit 20s linear infinite reverse; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2, .cta-panel p { color: #fff; }
.cta-panel .lead { color: rgba(255,255,255,.86); }

.page-hero { position: relative; overflow: hidden; padding: clamp(78px, 10vw, 135px) 0; background: radial-gradient(circle at 90% 15%, rgba(201,162,39,.16), transparent 28%), linear-gradient(135deg, var(--hchc-cream), var(--hchc-mist)); }
.page-hero::after { content: ""; position: absolute; right: 4%; bottom: -140px; width: 310px; height: 310px; border: 1px solid rgba(13,43,82,.15); border-radius: 50%; box-shadow: 0 0 0 34px rgba(201,162,39,.04), 0 0 0 68px rgba(13,43,82,.025); animation: hchcDrift 10s ease-in-out infinite; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .lead { max-width: 800px; }
.breadcrumb { margin-bottom: 16px; color: var(--hchc-gold-dark); font-size: .86rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.notice { padding: 22px 24px; border-left: 5px solid var(--hchc-gold); border-radius: 10px; background: #fff8df; }
.meta-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin: 25px 0; }
.meta-item { padding: 18px; border-radius: 14px; background: var(--hchc-cream); }
.meta-item strong { display: block; color: var(--hchc-navy); }

.entry-content > *:first-child { margin-top: 0; }
.standard-page { padding: 74px 0 105px; }
.standard-page .entry-content { max-width: 900px; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: start; }
.form-frame { width: 100%; min-height: 920px; border: 0; border-radius: var(--hchc-radius); background: #fff; box-shadow: var(--hchc-shadow); }

.site-footer { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--hchc-navy-dark), var(--hchc-ink)); color: rgba(255,255,255,.82); border-top: 4px solid var(--hchc-gold); }
.site-footer::before { content: ""; position: absolute; left: -130px; top: -190px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(201,162,39,.12), transparent 68%); }
.footer-main, .footer-bottom { position: relative; z-index: 1; }
.footer-main { display: grid; grid-template-columns: 1.3fr .8fr .9fr; gap: 50px; padding: 70px 0 50px; }
.site-footer h3 { color: #fff; font-size: 1.15rem; }
.site-footer a { color: #fff; }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.footer-brand .custom-logo-link { width: 68px; height: 68px; background: var(--hchc-navy); }
.footer-brand > div { display: grid; line-height: 1; text-transform: uppercase; }
.footer-brand strong { color: #fff; font-family: Georgia, serif; font-size: 1.65rem; letter-spacing: .06em; }
.footer-brand span { margin-top: 6px; color: #e6c66d; font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.footer-mark { width: 68px; height: 68px; object-fit: contain; padding: 8px; border-radius: 14px; background: var(--hchc-navy); }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 8px 0; }
.footer-bottom { padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.13); font-size: .87rem; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }


/* Motion and interactive polish */
.scroll-progress { position: fixed; z-index: 10000; top: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--hchc-gold), var(--hchc-gold-light)); box-shadow: 0 0 12px rgba(201,162,39,.45); pointer-events: none; }
.motion-enabled .reveal { opacity: 0; transform: translateY(28px); transition: opacity .72s ease var(--reveal-delay, 0ms), transform .72s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); }
.motion-enabled .reveal.revealed { opacity: 1; transform: none; }
.motion-enabled .hero-copy .eyebrow { animation: hchcRise .65s ease .08s both; }
.motion-enabled .hero-copy h1 { animation: hchcRise .8s cubic-bezier(.2,.7,.2,1) .16s both; }
.motion-enabled .hero-copy .lead { animation: hchcRise .8s cubic-bezier(.2,.7,.2,1) .28s both; }
.motion-enabled .hero-copy .button-row { animation: hchcRise .8s cubic-bezier(.2,.7,.2,1) .4s both; }
.motion-enabled .hero-image-wrap { animation: hchcImageEnter .9s cubic-bezier(.2,.7,.2,1) .18s both; }
.trust-item { transition: background .3s ease, transform .3s ease; }
.trust-item:hover { background: rgba(255,255,255,.065); transform: translateY(-3px); }
.icon-circle { transition: transform .35s ease, background .35s ease, color .35s ease; }
.card:hover .icon-circle { transform: rotate(-5deg) scale(1.08); background: var(--hchc-gold-light); color: var(--hchc-navy-dark); }
.faq-answer { animation: hchcFade .28s ease both; }

@keyframes hchcRise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes hchcImageEnter { from { opacity: 0; transform: translateX(38px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes hchcFade { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
@keyframes hchcFloatImage { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes hchcPulse { 0%,100% { transform: scale(1) rotate(0); box-shadow: var(--hchc-shadow-gold); } 50% { transform: scale(1.08) rotate(8deg); box-shadow: 0 18px 45px rgba(150,113,12,.28); } }
@keyframes hchcOrbit { to { transform: rotate(360deg); } }
@keyframes hchcDrift { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(-18px,14px,0); } }
@keyframes hchcPatternSlide { to { transform: translateX(132px); } }


@media (max-width: 980px) {
  .site-topbar .container { justify-content: center; }
  .topbar-note { display: none; }
  .menu-toggle { display: inline-flex; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 20px; background: #fff; border-bottom: 1px solid var(--hchc-border); box-shadow: var(--hchc-shadow); }
  .primary-nav.open { display: block; }
  .primary-nav ul { display: grid; gap: 6px; }
  .primary-nav a { display: block; padding: 12px 8px; }
  .header-enroll { display: none; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero-image { min-height: 0; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--hchc-container)); }
  .site-topbar { display: none; }
  .header-inner { min-height: 72px; }
  .custom-logo-link { width: 48px; height: 48px; }
  .brand-name strong { font-size: 1.15rem; }
  .brand-name span { font-size: .54rem; }
  .hero-grid { padding-block: 58px 76px; }
  .hero-image { min-height: 0; border-radius: 20px; }
  .grid-2, .grid-3, .grid-4, .meta-list, .footer-main { grid-template-columns: 1fr; }
  .footer-main > :first-child { grid-column: auto; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .trust-item:last-child { border-bottom: 0; }
  .price-card.featured { transform: none; }
  .section { padding: 64px 0; }
  th, td { min-width: 180px; }
}



@media (max-width: 980px) {
  .age-card { min-height: 340px; }
}
@media (max-width: 680px) {
  .age-card { min-height: 330px; grid-template-rows: auto auto auto; }
  .age-card h3, .age-card p { min-height: 0; }
  .quote { min-height: auto; }
}

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

/* Preserve hover and featured-card movement after reveal transitions complete. */
.motion-enabled .reveal.revealed.card:hover { transform: translateY(-8px); }
.motion-enabled .reveal.revealed.trust-item:hover { transform: translateY(-3px); }
.motion-enabled .reveal.revealed.price-card.featured { transform: translateY(-8px); }
@media (max-width: 680px) {
  .motion-enabled .reveal.revealed.price-card.featured { transform: none; }
}
