.site-header{position:sticky;top:0;z-index:50;background:#ffffffd9;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--color-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-block:1rem}.site-header__brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:700;font-size:1rem;letter-spacing:-.015em;color:var(--color-ink)}.site-header__brand-mark{width:22px;height:22px;border-radius:50%;background:var(--color-accent);flex-shrink:0}.site-header__nav{display:flex;align-items:center;gap:1.75rem}.site-header__nav a{font-size:.9rem;font-weight:500;color:var(--color-ink-soft);transition:color .15s ease}.site-header__nav a:hover{color:var(--color-ink)}.site-header__cta{font-size:.85rem;padding:.55rem 1rem}.site-header__toggle{display:none;width:36px;height:36px;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--color-ink)}.site-header__toggle svg{width:22px;height:22px}@media (max-width: 820px){.site-header__nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-bottom:1px solid var(--color-border);padding:.5rem 1.5rem 1.5rem;transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.site-header__nav.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.site-header__nav a{padding-block:.85rem;border-bottom:1px solid var(--color-border);font-size:1rem}.site-header__nav .site-header__cta{margin-top:1rem;align-self:flex-start;padding:.7rem 1.25rem}.site-header__toggle{display:inline-flex}}.hero{position:relative;padding-block:clamp(4rem,9vw,7rem) clamp(4rem,9vw,7rem);border-bottom:1px solid var(--color-border);overflow:hidden}.hero__inner{position:relative;z-index:2;max-width:720px}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-bg-soft);color:var(--color-accent);padding:.35rem .85rem;border-radius:var(--radius-pill);font-size:.8rem;font-weight:600;letter-spacing:.01em;margin-bottom:1.5rem}.hero__badge:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--color-accent);animation:pulse 2.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero__title{font-size:var(--fs-h1);margin-bottom:1.25rem;letter-spacing:-.03em}.hero__title .accent{color:var(--color-accent)}.hero__lede{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;max-width:56ch}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero__decor{position:absolute;bottom:-40px;right:-40px;width:clamp(220px,30vw,360px);height:clamp(220px,30vw,360px);background-image:linear-gradient(135deg,transparent 49%,var(--color-accent) 49%,var(--color-accent) 51%,transparent 51%);background-size:22px 22px;background-color:var(--color-bg-soft);opacity:.32;border-top-left-radius:100%;pointer-events:none;z-index:1}@media (max-width: 720px){.hero__decor{width:220px;height:220px;opacity:.22}}.about{background:#fff}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.about__copy p{margin-bottom:1rem;font-size:1.05rem;line-height:var(--lh-body)}.about__copy p:last-child{margin-bottom:0}.about__credentials{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;gap:.5rem}.about__credential{display:inline-flex;align-items:center;gap:.4rem;background:var(--color-bg-soft);color:var(--color-ink);padding:.4rem .8rem;border-radius:var(--radius-pill);font-size:.8rem;font-weight:500}.about__credential svg{width:14px;height:14px;color:var(--color-accent);flex-shrink:0}.about__portrait{aspect-ratio:4 / 5;background:linear-gradient(135deg,#1e4d6b14,#1e4d6b2e),linear-gradient(180deg,var(--color-bg-soft),#e1e9ef);border-radius:var(--radius-md);border:1px solid var(--color-border);position:relative;overflow:hidden}.about__portrait:after{content:"replace with photo";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-ink-soft);opacity:.5}@media (max-width: 820px){.about__grid{grid-template-columns:1fr}.about__portrait{max-width:380px;margin-inline:auto}}.approach{background:var(--color-bg-soft);border-block:1px solid var(--color-border)}.approach__head{text-align:center;margin-bottom:var(--space-block);display:flex;flex-direction:column;align-items:center}.approach__head .section-heading,.approach__head .section-lede{margin-inline:auto}.approach__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.approach__card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.75rem 1.5rem;transition:border-color .2s ease,transform .2s ease}.approach__card:hover{border-color:var(--color-accent);transform:translateY(-2px)}.approach__icon{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--color-bg-soft);color:var(--color-accent);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.approach__icon svg{width:22px;height:22px}.approach__card h3{font-size:var(--fs-h3);margin-bottom:.5rem}.approach__card p{font-size:.95rem;line-height:1.6}@media (max-width: 820px){.approach__grid{grid-template-columns:1fr}}.help-with__head{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:end;margin-bottom:var(--space-block)}.help-with__head p{font-size:1.05rem;line-height:var(--lh-body)}.help-with__list{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border-top:1px solid var(--color-border)}.help-with__item{display:flex;align-items:center;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--color-border)}.help-with__item:nth-child(odd){padding-right:1.5rem;border-right:1px solid var(--color-border)}.help-with__item:nth-child(2n){padding-left:1.5rem}.help-with__check{width:28px;height:28px;border-radius:50%;background:var(--color-bg-soft);color:var(--color-accent);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.help-with__check svg{width:16px;height:16px}.help-with__item strong{font-weight:600;color:var(--color-ink);font-size:1rem;display:block;margin-bottom:.15rem}.help-with__item span{font-size:.875rem;color:var(--color-ink-soft);line-height:1.5}@media (max-width: 820px){.help-with__head{grid-template-columns:1fr;gap:1.25rem}.help-with__list{grid-template-columns:1fr}.help-with__item:nth-child(odd){padding-right:0;border-right:0}.help-with__item:nth-child(2n){padding-left:0}}.process{background:var(--color-ink);color:#fff}.process .section-heading,.process h3{color:#fff}.process p{color:#ffffffb3}.process .section-eyebrow{background:#ffffff14;color:#fff}.process .section-eyebrow:before{background:#7da9c4}.process__head{margin-bottom:var(--space-block);max-width:700px}.process__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}.process__step{position:relative;padding-top:2rem}.process__step:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#ffffff1f}.process__step:after{content:"";position:absolute;top:-3px;left:0;width:28px;height:5px;background:#7da9c4;border-radius:var(--radius-pill)}.process__num{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#7da9c4;font-weight:600;margin-bottom:.6rem}.process__step h3{font-size:1.15rem;margin-bottom:.5rem;letter-spacing:-.02em}.process__step p{font-size:.95rem;line-height:1.6}@media (max-width: 980px){.process__steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 540px){.process__steps{grid-template-columns:1fr}}.contact{background:#fff}.contact__inner{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}.contact__copy p{font-size:1.05rem;line-height:var(--lh-body);margin-bottom:1.5rem}.contact__list{list-style:none;display:grid;gap:1rem;margin-top:1.5rem}.contact__list li{display:flex;align-items:center;gap:.85rem;font-size:.95rem;color:var(--color-ink)}.contact__list a:hover{color:var(--color-accent)}.contact__icon{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--color-bg-soft);color:var(--color-accent);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.contact__icon svg{width:18px;height:18px}.contact__list strong{display:block;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-ink-soft);font-weight:600;margin-bottom:.1rem}.contact__form{background:var(--color-bg-soft);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:2rem}.contact__row{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.contact__form label{font-size:.8rem;font-weight:600;color:var(--color-ink);letter-spacing:-.01em}.contact__form input,.contact__form textarea{font:inherit;font-size:.95rem;padding:.75rem .9rem;border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:#fff;color:var(--color-ink);transition:border-color .15s ease,box-shadow .15s ease}.contact__form input:focus,.contact__form textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #1e4d6b1f}.contact__form textarea{resize:vertical;min-height:120px}.contact__form .btn{width:100%;margin-top:.5rem}.contact__note{font-size:.8rem;color:var(--color-ink-soft);margin-top:.85rem;line-height:1.55}@media (max-width: 820px){.contact__inner{grid-template-columns:1fr}}.site-footer{background:#fff;border-top:1px solid var(--color-border);padding-block:2.5rem 1.75rem}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.site-footer__brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:700;font-size:.95rem;color:var(--color-ink)}.site-footer__brand-mark{width:18px;height:18px;border-radius:50%;background:var(--color-accent)}.site-footer__nav{display:flex;gap:1.5rem;flex-wrap:wrap}.site-footer__nav a{font-size:.85rem;color:var(--color-ink-soft)}.site-footer__nav a:hover{color:var(--color-ink)}.site-footer__small{width:100%;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-border);display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.78rem;color:var(--color-ink-soft)}@media (max-width: 540px){.site-footer__inner{flex-direction:column;align-items:flex-start}.site-footer__small{flex-direction:column}}
