
:root {
  --purple: #5a3d73;
  --purple-deep: #3e2754;
  --purple-soft: #eee8f3;
  --teal: #168c8c;
  --teal-deep: #0c6769;
  --teal-soft: #dff3f1;
  --gold: #f2c14e;
  --gold-soft: #fff3c8;
  --ink: #1f2937;
  --muted: #65707d;
  --cream: #fbf8f2;
  --white: #ffffff;
  --line: #e9e3eb;
  --shadow: 0 24px 70px rgba(49, 31, 65, 0.14);
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font-sans); line-height: 1.6; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; border-radius: .6rem; background: var(--gold); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.site-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(90, 61, 115, .12); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 2rem; }
.brand-link { display: block; flex: 0 0 auto; }
.brand-link img { width: 232px; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 1.8rem; }
.desktop-nav a { position: relative; text-decoration: none; font-size: .93rem; font-weight: 750; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 3px; background: var(--teal); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-phone { min-height: 44px; display: inline-flex; align-items: center; gap: .5rem; padding: .65rem 1rem; border-radius: 999px; color: white; background: var(--purple); text-decoration: none; font-weight: 800; }
.header-phone:hover { background: var(--purple-deep); }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--purple-soft); color: var(--purple); cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 58px; width: min(290px, calc(100vw - 40px)); display: grid; padding: .8rem; border: 1px solid var(--line); border-radius: 1rem; background: white; box-shadow: var(--shadow); }
.mobile-menu nav a { padding: .75rem .8rem; border-radius: .6rem; text-decoration: none; font-weight: 750; }
.mobile-menu nav a:hover { background: var(--teal-soft); }

.hero { position: relative; min-height: 760px; overflow: hidden; padding: 86px 0 94px; background: var(--cream); }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(90, 61, 115, .14) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to right, black, transparent 58%); opacity: .42; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(3rem, 7vw, 6.5rem); }
.hero-copy { max-width: 660px; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 1.15rem; color: var(--teal-deep); font-size: .76rem; font-weight: 850; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.hero h1 { margin: 0; color: var(--ink); font-family: var(--font-display); font-size: clamp(3.7rem, 6.6vw, 6.5rem); font-weight: 600; letter-spacing: -.06em; line-height: .93; }
.hero h1 span { color: var(--purple); }
.hero-summary { max-width: 635px; margin: 1.8rem 0 0; color: #4c5865; font-size: clamp(1.05rem, 1.6vw, 1.24rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .78rem 1.25rem; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-size: .94rem; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--purple); box-shadow: 0 12px 30px rgba(90,61,115,.22); }
.button-primary:hover { background: var(--purple-deep); box-shadow: 0 16px 34px rgba(90,61,115,.3); }
.button-secondary { border-color: rgba(90,61,115,.3); color: var(--purple); background: rgba(255,255,255,.6); }
.button-secondary:hover { border-color: var(--purple); background: white; }
.button-gold { color: var(--ink); background: var(--gold); box-shadow: 0 12px 28px rgba(242,193,78,.2); }
.button-gold:hover { background: #ffd16a; }
.hero-slogan { margin: 1.25rem 0 0; color: var(--purple); font-family: var(--font-display); font-size: .98rem; font-style: italic; }
.hero-visual { position: relative; min-height: 570px; }
.photo-frame { position: absolute; inset: 30px 0 0 58px; overflow: hidden; border: 9px solid white; border-radius: 48% 48% 22% 22% / 25% 25% 18% 18%; background: var(--teal-soft); box-shadow: var(--shadow); }
.photo-frame::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(31,41,55,.08); pointer-events: none; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.mark-card { position: absolute; left: -44px; top: -8px; width: 172px; min-height: 188px; display: grid; place-items: center; gap: .25rem; padding: 1.05rem; border: 1px solid rgba(90,61,115,.12); border-radius: 30px; background: white; box-shadow: 0 18px 45px rgba(49,31,65,.16); transform: rotate(-3deg); }
.mark-card span { color: var(--purple); font-size: .76rem; font-weight: 850; line-height: 1.35; text-align: center; }
.animated-mark { width: 110px; overflow: visible; }
.animated-mark path { fill: none; stroke: var(--purple); stroke-width: 38; stroke-linecap: round; stroke-linejoin: round; }
.animated-mark .mark-c { stroke: var(--teal); stroke-width: 40; stroke-dasharray: 1220; stroke-dashoffset: 1220; animation: draw-mark 1.45s cubic-bezier(.4,0,.2,1) .2s forwards; }
.animated-mark .mark-b { opacity: 0; transform: translateY(22px); transform-origin: center; animation: settle-mark .65s cubic-bezier(.22,1,.36,1) 1s forwards; }
.animated-mark .mark-dot { fill: var(--gold); opacity: 0; transform: scale(0); transform-origin: 476px 260px; animation: pop-dot .48s cubic-bezier(.34,1.56,.64,1) 1.45s forwards; }
.hero-note { position: absolute; right: -16px; bottom: -10px; max-width: 220px; display: flex; align-items: center; gap: .7rem; padding: .85rem 1rem; border-radius: 16px; color: white; background: var(--teal); box-shadow: 0 18px 45px rgba(12,103,105,.23); font-size: .83rem; font-weight: 850; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-one { width: 360px; height: 360px; right: -160px; top: 45px; border: 55px solid var(--teal-soft); }
.hero-orb-two { width: 200px; height: 200px; right: 35%; bottom: -150px; background: var(--gold-soft); }
.hero-enter { opacity: 0; transform: translateY(20px); animation: hero-enter .7s ease forwards; }
.hero-enter-one { animation-delay: .05s; }.hero-enter-two { animation-delay: .15s; }.hero-enter-three { animation-delay: .28s; }.hero-enter-four { animation-delay: .4s; }

.intro-band { color: white; background: var(--teal-deep); }
.intro-band-inner { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 4vw, 3.2rem); font-family: var(--font-display); font-size: clamp(1rem, 2vw, 1.2rem); font-style: italic; }
.intro-band i { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--gold); }

.community-photo-section { padding: clamp(34px, 5vw, 62px) 0 clamp(82px, 10vw, 130px); background: var(--cream); }
.community-photo-wrap { position: relative; min-height: clamp(420px, 56vw, 650px); overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.community-photo { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center; }
.community-photo-wrap::after { content: ''; position: absolute; inset: 42% 0 0; background: linear-gradient(to top, rgba(33, 23, 43, .93), transparent); }
.community-photo-copy { position: absolute; z-index: 1; right: clamp(1.5rem, 5vw, 4rem); bottom: clamp(1.5rem, 5vw, 3.5rem); left: clamp(1.5rem, 5vw, 4rem); max-width: 720px; color: white; }
.community-photo-copy h2 { margin: 0; color: white; font-family: var(--font-display); font-size: clamp(2.2rem, 4.5vw, 4.4rem); font-weight: 600; line-height: 1; letter-spacing: -.045em; }

.section { padding: clamp(82px, 10vw, 130px) 0; }
.section-heading { max-width: 720px; margin-bottom: 3rem; }
.section-heading h2, .story-copy h2, .closing-cta h2 { margin: 0; color: var(--purple-deep); font-family: var(--font-display); font-size: clamp(2.5rem, 4.3vw, 4.4rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.02; }
.section-heading > p:last-child { max-width: 650px; margin: 1.15rem 0 0; color: var(--muted); font-size: 1.06rem; }
.centered { margin-inline: auto; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 2rem; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(22,140,140,.4); box-shadow: 0 24px 60px rgba(49,31,65,.11); }
.service-card::after { content: ''; position: absolute; width: 100px; height: 100px; right: -50px; bottom: -50px; border-radius: 50%; background: var(--teal-soft); transition: transform .25s ease; }
.service-card:hover::after { transform: scale(1.35); }
.card-number { margin-left: auto; color: rgba(90,61,115,.24); font-family: var(--font-display); font-size: 2rem; }
.service-icon { margin: 1.7rem 0 1rem; color: var(--teal); }
.service-card h3 { margin: 0; color: var(--purple-deep); font-family: var(--font-display); font-size: 1.55rem; line-height: 1.15; }
.service-card p { margin: .8rem 0 0; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; margin-top: 2rem; color: var(--purple); text-underline-offset: 5px; font-weight: 850; }

.story-section { color: white; background: var(--purple-deep); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.story-photo-wrap { position: relative; }
.story-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; border: 8px solid white; border-radius: 42% 42% 20px 20px; }
.story-caption { position: absolute; right: -34px; bottom: 30px; max-width: 260px; padding: 1.1rem 1.25rem; border-left: 5px solid var(--gold); color: var(--ink); background: white; box-shadow: var(--shadow); font-family: var(--font-display); font-size: 1.12rem; font-weight: 700; line-height: 1.4; }
.eyebrow-light { color: var(--gold); }
.story-copy h2, .closing-cta h2 { color: white; }
.story-copy > p:not(.eyebrow) { margin: 1.3rem 0 0; color: rgba(255,255,255,.78); font-size: 1.07rem; }
.check-list { display: grid; gap: .8rem; margin: 1.7rem 0 2rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.8rem; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 900; }

.steps-section { background: var(--teal-soft); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.steps-grid::before { content: ''; position: absolute; left: 16%; right: 16%; top: 43px; border-top: 2px dashed rgba(22,140,140,.32); }
.steps-grid article { position: relative; z-index: 1; padding: 0 1.4rem; text-align: center; }
.steps-grid span { width: 86px; height: 86px; display: grid; place-items: center; margin: 0 auto 1.3rem; border: 9px solid var(--teal-soft); border-radius: 50%; color: var(--purple); background: var(--gold); font-size: .82rem; font-weight: 900; }
.steps-grid h3 { margin: 0; color: var(--purple-deep); font-family: var(--font-display); font-size: 1.65rem; }
.steps-grid p { color: #4e6263; }
.closing-cta { padding: 76px 0; color: white; background: var(--teal-deep); }
.closing-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; }
.closing-cta h2 { max-width: 820px; font-size: clamp(2.25rem, 4.1vw, 4rem); }

.site-footer { padding: 72px 0 28px; color: rgba(255,255,255,.78); background: #21172b; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .55fr 1fr; gap: 3.5rem; }
.footer-logo { width: 310px; max-width: 100%; padding: .45rem; border-radius: .5rem; background: white; }
.footer-slogan { max-width: 440px; margin-top: 1rem; font-family: var(--font-display); font-style: italic; }
.footer-heading { margin: 0 0 .85rem; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:nth-child(n+2) { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.footer-grid a { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; }
.footer-grid a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .8rem; }

.page-hero { position: relative; overflow: hidden; padding: clamp(74px, 9vw, 118px) 0; color: white; background: var(--purple-deep); }
.page-hero::before { content: ''; position: absolute; width: 410px; height: 410px; right: -90px; top: -210px; border: 62px solid rgba(242,193,78,.15); border-radius: 50%; }
.page-hero::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.17) 1px, transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(to left, black, transparent 63%); opacity: .45; }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(2rem, 7vw, 7rem); }
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { max-width: 820px; margin: 0; font-family: var(--font-display); font-size: clamp(3.4rem, 6.3vw, 6.2rem); font-weight: 600; letter-spacing: -.055em; line-height: .95; }
.page-hero h1 span { color: var(--gold); }
.page-hero-grid > p { max-width: 470px; margin: 0; padding-left: 1.4rem; border-left: 4px solid var(--teal); color: rgba(255,255,255,.8); font-size: 1.08rem; }
.services-page-hero { background: var(--teal-deep); }
.services-page-hero h1 span { color: var(--gold); }
.services-page-hero .eyebrow { color: #dff3f1; }
.services-page-hero .page-hero-grid > p { border-left-color: var(--gold); }
.contact-page-hero { background: var(--purple-deep); }

.about-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.about-intro-grid-text { grid-template-columns: minmax(0, 900px); justify-content: center; }
.about-image-wrap { position: relative; }
.about-image-wrap img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 28px 28px 120px 28px; box-shadow: var(--shadow); }
.about-image-tag { position: absolute; right: -25px; bottom: 35px; padding: 1.1rem 1.3rem; border-radius: 16px 4px 16px 16px; color: var(--ink); background: var(--gold); font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; line-height: 1.3; box-shadow: var(--shadow); }
.prose-block h2, .purpose-card h2, .training-copy h2, .faq-heading h2, .contact-details h2, .form-card h2 { margin: 0; color: var(--purple-deep); font-family: var(--font-display); font-size: clamp(2.35rem, 4vw, 4rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.05; }
.prose-block > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.prose-block > p:nth-of-type(2) { margin-top: 1.5rem; color: var(--ink); font-family: var(--font-display); font-size: 1.28rem; line-height: 1.6; }
.purpose-section { padding: 0 0 clamp(82px, 10vw, 130px); }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; }
.purpose-card { position: relative; min-height: 540px; padding: clamp(2rem, 5vw, 4.4rem); overflow: hidden; }
.purpose-card > span:first-child { position: absolute; right: 1.8rem; top: .7rem; color: rgba(255,255,255,.12); font-family: var(--font-display); font-size: 7rem; line-height: 1; }
.purpose-card h2 { margin-bottom: 1.5rem; }
.purpose-card > p:last-child { margin: 0; font-size: 1rem; line-height: 1.8; }
.mission-card { color: rgba(255,255,255,.82); background: var(--purple-deep); border-radius: 28px 0 0 28px; }
.mission-card h2 { color: white; }.mission-card .eyebrow { color: var(--gold); }
.vision-card { color: #445b5b; background: var(--teal-soft); border-radius: 0 28px 28px 0; }
.vision-card > span:first-child { color: rgba(22,140,140,.12); }
.values-section { background: white; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.values-grid article { padding: 1.8rem; border-top: 5px solid var(--gold); background: var(--cream); }
.values-grid svg { color: var(--teal); }
.values-grid h3 { margin: 1.2rem 0 .4rem; color: var(--purple-deep); font-family: var(--font-display); font-size: 1.5rem; }
.values-grid p { margin: 0; color: var(--muted); }

.service-detail-section { background: white; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-detail-card { padding: 2rem; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); transition: transform .2s ease, box-shadow .2s ease; }
.service-detail-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(49,31,65,.09); }
.service-detail-top { display: flex; align-items: center; justify-content: space-between; }
.service-detail-top svg { color: var(--teal); }
.service-detail-top span { color: rgba(90,61,115,.3); font-family: var(--font-display); font-size: 1.5rem; }
.service-detail-card h2 { margin: 1.3rem 0 .6rem; color: var(--purple-deep); font-family: var(--font-display); font-size: 1.7rem; line-height: 1.15; }
.service-detail-card p { margin: 0; color: var(--muted); }
.service-detail-card-featured { grid-column: 1 / -1; min-height: 230px; padding: clamp(2rem, 5vw, 3.4rem); border-color: rgba(22,140,140,.28); background: linear-gradient(120deg, var(--teal-soft), white 72%); }
.service-detail-card-featured h2 { max-width: 680px; font-size: clamp(2rem, 3.3vw, 3.15rem); }
.service-detail-card-featured p { max-width: 900px; color: #435b5c; font-size: 1.05rem; }
.training-section { color: white; background: var(--purple-deep); }
.training-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 7vw, 6rem); }
.training-grid-text { grid-template-columns: minmax(0, 900px); justify-content: center; }
.training-copy h2 { color: white; }
.training-copy > p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: 1.05rem; }
.training-grid > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 8px solid white; border-radius: 150px 28px 28px 28px; box-shadow: var(--shadow); }
.faq-section { background: var(--gold-soft); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 7vw, 6rem); }
.faq-heading > svg { margin-bottom: 1.2rem; color: var(--teal); }
.faq-list { display: grid; gap: .9rem; }
.faq-list article { padding: 1.5rem; border-left: 5px solid var(--teal); background: white; }
.faq-list h3 { margin: 0 0 .4rem; color: var(--purple-deep); font-family: var(--font-display); font-size: 1.35rem; }
.faq-list p { margin: 0; color: var(--muted); }

.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(3rem, 7vw, 6rem); }
.contact-details { position: sticky; top: 120px; }
.contact-details > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.contact-methods { display: grid; gap: .85rem; margin-top: 2rem; }
.contact-methods a { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: .9rem; padding: .9rem; border: 1px solid var(--line); border-radius: 15px; text-decoration: none; background: var(--cream); transition: border-color .2s ease, transform .2s ease; }
.contact-methods a:hover { transform: translateX(4px); border-color: var(--teal); }
.contact-methods a > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); }
.contact-methods small, .contact-methods strong { display: block; }
.contact-methods small { color: var(--muted); }.contact-methods strong { overflow-wrap: anywhere; color: var(--purple-deep); }
.contact-assurance { display: flex; align-items: flex-start; gap: .8rem; margin-top: 1.5rem; padding: 1rem; border-radius: 14px; color: #3f595a; background: var(--teal-soft); }
.contact-assurance svg { flex: 0 0 auto; color: var(--teal); }.contact-assurance p { margin: 0; font-size: .9rem; }
.form-card { padding: clamp(1.6rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: 28px; background: var(--cream); box-shadow: var(--shadow); }
.form-card h2 { margin-bottom: 1.8rem; }
.contact-form { display: grid; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .4rem; color: var(--purple-deep); font-size: .88rem; font-weight: 800; }
.contact-form label small { color: var(--muted); font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; padding: .75rem .85rem; border: 1px solid #d6cfd9; border-radius: 11px; color: var(--ink); background: white; font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); outline: 3px solid rgba(22,140,140,.18); }
.contact-form .button { width: fit-content; border: 0; cursor: pointer; }
.form-note, .form-status { margin: -.25rem 0 0; color: var(--muted); font-size: .8rem; }
.form-status { min-height: 1.3em; color: var(--teal-deep); font-weight: 700; }

@keyframes draw-mark { to { stroke-dashoffset: 0; } }
@keyframes settle-mark { to { opacity: 1; transform: translateY(0); } }
@keyframes pop-dot { to { opacity: 1; transform: scale(1); } }
@keyframes hero-enter { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .desktop-nav, .header-phone { display: none; }.mobile-menu { display: block; }.hero { padding-top: 64px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 760px; }.hero-visual { width: min(670px, 100%); margin: 0 auto; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; }.story-grid { grid-template-columns: 1fr; }.story-photo-wrap { width: min(520px, 100%); margin-inline: auto; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .site-container { width: min(100% - 28px, 1180px); }.header-inner { min-height: 72px; }.brand-link img { width: 188px; }.hero { min-height: auto; padding: 52px 0 72px; }.hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-visual { min-height: 470px; margin-top: 1rem; }.photo-frame { inset: 38px 0 0 18px; }.mark-card { left: -6px; width: 132px; min-height: 150px; padding: .7rem; }.animated-mark { width: 80px; }.hero-note { right: -2px; bottom: -8px; }.intro-band-inner { min-height: 0; flex-direction: column; gap: .65rem; padding: 1.4rem 0; text-align: center; }.intro-band i { display: none; }.community-photo-section { padding: 28px 0 74px; }.community-photo-wrap { min-height: 440px; border-radius: 20px; }.community-photo { object-position: center; }.section { padding: 74px 0; }.story-caption { right: -5px; bottom: 20px; }.steps-grid { grid-template-columns: 1fr; gap: 2.2rem; }.steps-grid::before { display: none; }.closing-cta-inner { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }.footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.hero-enter, .animated-mark .mark-b, .animated-mark .mark-dot { opacity: 1; transform: none; }.animated-mark .mark-c { stroke-dashoffset: 0; }
}

@media (max-width: 980px) {
  .page-hero-grid, .about-intro-grid, .training-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .page-hero-grid { align-items: start; }
  .page-hero-grid > p { max-width: 680px; }
  .about-image-wrap { width: min(620px, 100%); margin-inline: auto; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-card { min-height: 0; }
  .mission-card { border-radius: 28px 28px 0 0; }
  .vision-card { border-radius: 0 0 28px 28px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .contact-details { position: static; }
}

@media (max-width: 700px) {
  .page-hero { padding: 64px 0; }
  .page-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .page-hero-grid > p { padding-left: 1rem; }
  .about-image-tag { right: -4px; bottom: 18px; }
  .service-detail-grid, .values-grid, .form-row { grid-template-columns: 1fr; }
  .service-detail-card { padding: 1.5rem; }
  .training-grid > img { border-radius: 90px 20px 20px 20px; }
  .contact-form .button { width: 100%; }
}

