:root {
  --navy: #00162d;
  --navy-2: #001a35;
  --royal: #1934bd;
  --green: #4bea7c;
  --pale-green: #d7f9df;
  --lavender: #eef0fa;
  --icon-bg: #cbd2f3;
  --ink: #121722;
  --muted: #313642;
  --white: #ffffff;
  --shell: 1120px;
  --serif: "DM Serif Text", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--sans); line-height: 1.48; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--green); color: var(--navy); padding: 10px 14px; font-weight: 800; border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.page-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 96px; }

.site-header { height: 118px; position: absolute; inset: 0 0 auto; z-index: 20; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; width: min(calc(100% - 48px), 1120px); margin-inline: auto; color: white; }
.header-social { position: absolute; top: 14px; left: 0; display: flex; gap: 18px; font-size: 12px; font-weight: 800; align-items: center; }
.header-social a:hover, .footer-social a:hover { color: var(--green); }
.brand img { width: 184px; height: auto; }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: 42px; font-weight: 700; font-size: 15px; }
.primary-nav > a, .nav-dropdown > button { color: #fff; background: none; border: 0; padding: 14px 0; cursor: pointer; white-space: nowrap; }
.primary-nav > a:hover, .nav-dropdown > button:hover, .nav-dropdown.open > button { color: var(--green); }
.primary-nav span { font-size: 12px; margin-left: 3px; }
.nav-dropdown { position: relative; }
.dropdown-menu { position: absolute; top: 50px; left: 50%; transform: translateX(-50%) translateY(-4px); min-width: 190px; background: #20344a; border-top: 4px solid var(--green); border-radius: 0 0 4px 4px; overflow: hidden; visibility: hidden; opacity: 0; transition: .2s; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown.open .dropdown-menu { visibility: visible; opacity: 1; transform: translateX(-50%) translateY(0); }
.dropdown-menu a { display: block; padding: 12px 20px; text-align: center; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.08); }
.dropdown-menu a:hover { background: rgba(255,255,255,.1); color: var(--green); }
.header-search { position: absolute; right: 0; top: 14px; font-size: 13px; }
.nav-toggle { display: none; }

.hero { min-height: 760px; position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 118px; background: #fff; clip-path: polygon(0 60%, 32% 60%, 37% 54%, 48% 0, 100% 0, 100% 100%, 0 100%); }
.hero-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(0,22,45,.15) 0%, rgba(0,22,45,.08) 35%, rgba(0,22,45,.8) 58%, var(--navy) 76%), url('/public/assets/hero-growth.jpg'); background-size: cover; background-position: left 50%; }
.hero-content { height: 760px; display: grid; align-items: center; position: relative; z-index: 2; }
.hero-copy { margin-left: auto; width: 48%; transform: translateY(28px); }
.hero h1 { font-family: var(--serif); font-size: clamp(42px, 4vw, 62px); line-height: 1.08; font-weight: 400; margin: 0 0 20px; letter-spacing: -.4px; }
.hero p { font-size: 23px; font-weight: 700; font-style: italic; line-height: 1.35; margin: 0 0 38px; }
.marker { background: linear-gradient(transparent 13%, var(--green) 13%, var(--green) 88%, transparent 88%); padding: 0 .08em; box-decoration-break: clone; -webkit-box-decoration-break: clone; position: relative; }
.marker::after { content: ""; position: absolute; left: .08em; right: -.08em; height: 2px; bottom: -.06em; background: var(--green); transform: rotate(-1deg); }
.marker-blue { background: linear-gradient(transparent 11%, var(--royal) 11%, var(--royal) 93%, transparent 93%); }
.marker-blue::after { background: var(--royal); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 4px; padding: 12px 17px; font-weight: 700; line-height: 1.1; transition: transform .2s, color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 26px; font-weight: 400; line-height: .6; }
.button-green { color: var(--green); border: 2px solid var(--green); }
.button-green:hover { background: var(--green); color: var(--navy); }
.button-outline { color: var(--royal); border: 2px solid var(--royal); background: transparent; }
.button-outline:hover { background: var(--royal); color: white; }

.copy-block h2, .why h2, .contact h2, .testimonials h2 { font-family: var(--serif); font-size: clamp(38px, 4vw, 56px); line-height: 1.08; font-weight: 400; margin: 0 0 26px; color: var(--navy); }
.copy-block h3 { font-size: 23px; line-height: 1.35; margin: 0 0 24px; }
.copy-block p { font-size: 17px; color: #23272f; margin: 0 0 30px; }
.blue { color: var(--royal); }
.intro { padding-top: 90px; padding-bottom: 110px; }
.intro-grid { min-height: 470px; }
.intro-grid .copy-block { max-width: 545px; }
.framed-image { position: relative; margin: 0; }
.framed-image > img:first-child { width: 100%; height: 100%; object-fit: cover; border-radius: 24px; }
.portrait-card { width: 420px; height: 390px; justify-self: center; }
.portrait-card .portrait-bg { position: absolute; width: 330px; height: 305px; right: 18px; bottom: 20px; object-position: center; filter: saturate(.88); }
.portrait-card .portrait-cutout { position: absolute; width: 275px; height: auto; right: 48px; bottom: 14px; z-index: 2; }
.outline { position: absolute; width: 108px; height: 108px; border: 2px solid; z-index: 1; pointer-events: none; }
.outline-green { border-color: var(--green); border-radius: 16px; left: 12px; top: 74px; }
.outline-blue { border-color: var(--royal); border-radius: 10px; right: -22px; bottom: 55px; }
.dashed-rule { border-top: 2px dashed var(--royal); margin-top: 28px; margin-bottom: 92px; }
.blueprint-grid { gap: 105px; }
.blueprint-image { width: 440px; height: 355px; justify-self: center; }
.blueprint-image .outline-blue { left: -32px; right: auto; top: 105px; bottom: auto; width: 85px; height: 85px; }
.blueprint-image .outline-green { left: auto; top: auto; right: -36px; bottom: -28px; }
.blueprint-grid h2 { margin-bottom: 14px; }

.why { position: relative; background: var(--lavender); padding: 150px 0 120px; overflow: hidden; }
.why-wave { position: absolute; left: 0; right: 0; top: 0; height: 96px; background: white; clip-path: polygon(0 0, 60% 0, 68% 2%, 76% 70%, 83% 100%, 100% 100%, 100% 0); }
.why::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 90px; background: white; clip-path: polygon(0 0, 5% 0, 16% 60%, 20% 80%, 100% 80%, 100% 100%, 0 100%); }
.why-inner { position: relative; z-index: 1; }
.why h2 { max-width: 470px; margin-bottom: 72px; }
.benefit-list { display: grid; gap: 22px; }
.benefit { display: grid; align-items: center; gap: 24px; max-width: 840px; }
.benefit-left { grid-template-columns: 94px 1fr; }
.benefit-right { grid-template-columns: 1fr 94px; margin-left: auto; text-align: right; }
.benefit h3 { margin: 0 0 5px; font-size: 22px; }
.benefit p { margin: 0; font-size: 15px; }
.icon-bubble { width: 88px; height: 88px; border-radius: 50%; background: var(--icon-bg); display: grid; place-items: center; }
.icon-bubble svg { width: 58px; height: 58px; fill: none; stroke: var(--royal); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.icon-bubble text { fill: var(--royal); stroke: none; font: 700 11px var(--sans); }
.center-action { text-align: center; margin-top: 52px; padding-bottom: 54px; }

.programs { padding-top: 105px; padding-bottom: 140px; }
.programs-grid { gap: 110px; }
.programs-image { width: 430px; height: 345px; justify-self: center; }
.programs-image .outline-green { left: -24px; top: 32px; }
.programs-image .outline-blue { right: -28px; bottom: 36px; width: 74px; height: 74px; }

.testimonials { position: relative; background: var(--royal); color: white; padding: 108px 0 86px; overflow: hidden; }
.testimonial-wave { position: absolute; left: 0; right: 0; top: 0; height: 100px; background: white; clip-path: polygon(0 0, 35% 0, 47% 0, 55% 100%, 100% 100%, 100% 0); }
.testimonial-inner { position: relative; z-index: 1; }
.testimonials h2 { text-align: center; color: white; margin-bottom: 60px; }
.testimonial-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.quote-card { background: #fff; color: var(--ink); border-radius: 24px; min-height: 260px; padding: 50px 32px 30px; position: relative; clip-path: polygon(30% 0,100% 0,100% 100%,0 100%,0 17%); }
.quote-card p { font-size: 16px; line-height: 1.45; font-style: italic; font-weight: 600; margin: 0 0 22px; }
.quote-card h3 { margin: 0; font-size: 23px; }
.quote-mark { position: absolute; right: 20px; top: 6px; color: var(--green); font-family: Georgia, serif; font-size: 58px; line-height: 1; }
.slider-dots { display: flex; justify-content: center; gap: 18px; margin-top: 54px; }
.slider-dots button { width: 11px; height: 11px; padding: 0; border: 0; border-radius: 50%; background: white; cursor: pointer; opacity: .9; }
.slider-dots button.active { background: var(--green); transform: scale(1.2); }

.community { padding-top: 110px; padding-bottom: 95px; }
.community-grid { gap: 110px; }
.community-image { width: 440px; height: 350px; justify-self: center; }
.community-image .outline-green { left: -24px; top: 54px; }
.community-image .outline-blue { right: -30px; bottom: 24px; }

.contact { padding: 0 0 0; background: linear-gradient(#fff 54%, var(--navy) 54%); }
.contact-card { min-height: 330px; background: var(--pale-green); border-radius: 20px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; padding: 42px 58px; overflow: hidden; position: relative; z-index: 2; }
.contact-copy { max-width: 650px; position: relative; z-index: 2; }
.contact h2 { font-size: clamp(36px, 3.6vw, 51px); margin-bottom: 18px; }
.contact p { font-size: 17px; margin: 0 0 20px; }
.contact-card > img { width: 385px; height: 260px; object-fit: cover; object-position: center; mix-blend-mode: multiply; justify-self: end; }

.footer { background: var(--navy); color: white; padding-top: 110px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr 70px; gap: 65px; padding-bottom: 115px; align-items: start; }
.footer-brand img { width: 260px; margin-bottom: 28px; }
.footer-brand p { max-width: 320px; margin: 0; line-height: 1.7; font-size: 15px; }
.footer nav, .footer-contact { display: grid; gap: 16px; font-size: 17px; font-weight: 700; }
.footer nav a:hover, .footer-contact > a:hover { color: var(--green); }
.footer-social { display: flex; gap: 22px; color: var(--green); margin-top: 3px; align-items: center; }
.to-top { width: 52px; height: 52px; border-radius: 50%; background: var(--green); color: var(--navy); display: grid; place-items: center; font-size: 38px; font-weight: 800; line-height: 1; }
.legal { background: var(--royal); padding: 14px 0; font-size: 14px; }
.legal .page-shell { display: flex; justify-content: space-between; gap: 30px; }

@media (max-width: 1050px) {
  :root { --shell: 920px; }
  .site-header { grid-template-columns: 170px 1fr; }
  .brand img { width: 160px; }
  .primary-nav { gap: 22px; font-size: 13px; }
  .header-search { display: none; }
  .split { gap: 58px; }
  .portrait-card, .blueprint-image, .programs-image, .community-image { width: min(100%, 400px); }
  .hero-copy { width: 52%; }
}

@media (max-width: 820px) {
  .page-shell { width: min(calc(100% - 36px), var(--shell)); }
  .section-pad { padding: 72px 0; }
  .site-header { height: 82px; width: calc(100% - 36px); grid-template-columns: 1fr auto; }
  .header-social, .header-search { display: none; }
  .brand img { width: 150px; }
  .nav-toggle { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 8px; border: 1px solid rgba(255,255,255,.4); border-radius: 4px; background: rgba(0,22,45,.55); cursor: pointer; z-index: 3; }
  .nav-toggle span:not(.sr-only) { height: 2px; background: white; width: 100%; }
  .primary-nav { position: fixed; inset: 0 0 0 30%; background: var(--navy); padding: 110px 28px 30px; display: flex; flex-direction: column; align-items: stretch; gap: 4px; transform: translateX(100%); transition: transform .25s; box-shadow: -20px 0 60px rgba(0,0,0,.35); }
  .primary-nav.open { transform: translateX(0); }
  .primary-nav > a, .nav-dropdown > button { display: block; width: 100%; text-align: left; padding: 14px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .dropdown-menu { position: static; transform: none; opacity: 1; visibility: visible; display: none; width: 100%; min-width: 0; border-top: 0; }
  .nav-dropdown.open .dropdown-menu { display: block; transform: none; }
  .hero { min-height: 710px; }
  .hero-image { background-image: linear-gradient(0deg, rgba(0,22,45,.92) 0%, rgba(0,22,45,.58) 60%, rgba(0,22,45,.18) 100%), url('/public/assets/hero-growth.jpg'); background-position: 28% center; }
  .hero-content { height: 710px; align-items: end; padding-bottom: 125px; }
  .hero-copy { width: 100%; margin: 0; transform: none; }
  .hero h1 { font-size: clamp(38px, 9vw, 54px); }
  .hero p { font-size: 19px; }
  .split { grid-template-columns: 1fr; gap: 55px; }
  .intro-grid, .blueprint-grid, .programs-grid, .community-grid { text-align: left; }
  .portrait-card, .blueprint-image, .programs-image, .community-image { justify-self: center; }
  .blueprint-grid .copy-block, .community-grid .copy-block { grid-row: 1; }
  .dashed-rule { margin-block: 60px; }
  .why { padding-top: 120px; }
  .benefit, .benefit-right { max-width: none; margin: 0; text-align: left; grid-template-columns: 78px 1fr; }
  .benefit-right > div:first-child { grid-column: 2; }
  .benefit-right .icon-bubble { grid-row: 1; grid-column: 1; }
  .icon-bubble { width: 72px; height: 72px; }
  .testimonial-track { display: flex; overflow: hidden; scroll-snap-type: x mandatory; }
  .quote-card { min-width: 100%; scroll-snap-align: center; }
  .contact-card { grid-template-columns: 1fr; padding: 36px 30px; }
  .contact-card > img { position: absolute; right: -80px; bottom: -40px; width: 290px; height: 210px; opacity: .28; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .to-top { justify-self: start; }
}

@media (max-width: 560px) {
  .page-shell { width: min(calc(100% - 28px), var(--shell)); }
  .hero::after { height: 76px; }
  .hero h1 { font-size: 38px; }
  .hero p br { display: none; }
  .copy-block h2, .why h2, .contact h2, .testimonials h2 { font-size: 38px; }
  .copy-block h3 { font-size: 20px; }
  .copy-block p { font-size: 16px; }
  .portrait-card { height: 330px; }
  .portrait-card .portrait-bg { width: 290px; height: 260px; }
  .portrait-card .portrait-cutout { width: 235px; right: 45px; }
  .blueprint-image, .programs-image, .community-image { height: 290px; }
  .benefit { grid-template-columns: 62px 1fr; gap: 15px; }
  .icon-bubble { width: 58px; height: 58px; }
  .icon-bubble svg { width: 42px; height: 42px; }
  .benefit h3 { font-size: 19px; }
  .testimonial-track { gap: 20px; }
  .quote-card { padding-inline: 25px; }
  .contact { background: linear-gradient(#fff 38%, var(--navy) 38%); }
  .contact-card { min-height: 390px; }
  .footer { padding-top: 82px; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; padding-bottom: 70px; }
  .legal .page-shell { flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
