:root {
    --navy: #173b5d;
    --navy-deep: #102f4d;
    --teal: #6f9c8c;
    --teal-soft: #e4eee9;
    --gold: #e3b24f;
    --lavender: #8d79a4;
    --sage: #9baa8e;
    --cream: #f7f3e9;
    --paper: #fffdf8;
    --white: #ffffff;
    --ink: #1c2e36;
    --muted: #65747a;
    --line: #dbe2df;
    --radius: 26px;
    --shadow: 0 24px 60px rgba(22, 52, 71, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
h1,h2,h3 { font-family: "Fraunces", serif; line-height: 1.08; margin: 0 0 18px; color: var(--navy-deep); }
h1 { font-size: clamp(3.2rem, 7vw, 6.6rem); letter-spacing: -.05em; }
h2 { font-size: clamp(2.15rem, 4vw, 4rem); letter-spacing: -.035em; }
h3 { font-size: 1.5rem; }
p { margin: 0 0 20px; }
.eyebrow { display: inline-block; margin-bottom: 18px; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--teal); }
.eyebrow-light { color: #bfe4dc; }
.lead { font-size: clamp(1.12rem, 2vw, 1.35rem); color: #51646d; line-height: 1.7; }
.lead.narrow { max-width: 760px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid var(--navy); border-radius: 999px; background: var(--navy); color: white; font-weight: 700; font-family: inherit; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(23,52,71,.18); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-outline { background: transparent; color: var(--navy); }
.button-light { background: var(--cream); color: var(--navy-deep); border-color: var(--cream); }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 700; color: var(--navy); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(255,253,248,.9); border-bottom: 1px solid rgba(219,226,223,.8); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display:block; width:auto; height:135px; object-fit:contain; }
.brand-logo-footer { height:105px; background:#fff; border-radius:10px; padding:5px; }
.brand-mark { position: relative; width: 42px; height: 42px; border-radius: 50%; background: var(--teal-soft); display: inline-block; flex: 0 0 auto; }
.brand-mark span { position: absolute; width: 13px; height: 21px; border-radius: 100% 0 100% 0; background: var(--teal); transform-origin: 100% 100%; right: 20px; bottom: 19px; }
.brand-mark span:nth-child(2) { transform: rotate(45deg); background: var(--gold); }
.brand-mark span:nth-child(3) { transform: rotate(90deg); background: var(--navy); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: "Fraunces", serif; font-size: 1.25rem; color: var(--navy-deep); }
.brand-copy small { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .93rem; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; padding: 28px 0; }
.main-nav > a:not(.button)::after { content:""; position:absolute; height:2px; left:0; right:100%; bottom:19px; background:var(--gold); transition:right .2s ease; }
.main-nav > a.active::after,.main-nav > a:hover::after { right:0; }
.menu-toggle { display:none; border:0; background:transparent; padding:8px; }
.menu-toggle span { display:block; width:24px; height:2px; background:var(--navy); margin:5px; }
.hero { position: relative; overflow: hidden; padding: 92px 0 88px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 72px; align-items: center; }
.hero-copy h1 em { color: var(--teal); font-style: normal; }
.hero-copy .lead { max-width: 650px; }
.button-row { display:flex; gap:24px; align-items:center; margin-top:34px; flex-wrap:wrap; }
.hero-visual { position:relative; padding:26px 8px 30px 26px; }
.image-frame { overflow:hidden; border-radius: 180px 28px 180px 28px; box-shadow: var(--shadow); }
.hero-image img { width:100%; height:590px; object-fit:cover; }
.floating-card { position:absolute; padding:16px 20px; border-radius:18px; background:rgba(255,255,255,.95); box-shadow:0 18px 40px rgba(20,50,68,.16); display:flex; flex-direction:column; }
.floating-card strong { color:var(--navy); }
.floating-card span { font-size:.82rem; color:var(--muted); }
.card-top { top: 78px; left:-34px; }
.card-bottom { right:-12px; bottom:78px; }
.hero-orb { position:absolute; z-index: 1; border-radius:50%; filter:blur(1px); pointer-events:none; }
.orb-one { width:380px; height:380px; background:#e6f4f1; right:-130px; top:40px; }
.orb-two { width:220px; height:220px; background:#f7e6bf; left:-100px; bottom:-70px; opacity:.55; }
.trust-strip { background:var(--navy-deep); color:white; }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-grid div { padding:24px 22px; border-right:1px solid rgba(255,255,255,.14); display:flex; gap:13px; align-items:center; }
.trust-grid div:last-child { border-right:0; }
.trust-grid span { color:#a7d8cf; font-size:.72rem; letter-spacing:.1em; }
.section { padding:105px 0; }
.soft-bg { background:var(--cream); }
.two-column,.statement-grid { display:grid; grid-template-columns:1fr 1fr; gap:86px; align-items:start; }
.prose-large { font-size:1.18rem; color:#4f626a; padding-top:18px; }
.prose p { color:#50626a; font-size:1.05rem; }
.section-heading { max-width:720px; margin-bottom:50px; }
.section-heading.centered { text-align:center; margin-left:auto; margin-right:auto; }
.section-heading p { color:var(--muted); font-size:1.07rem; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.service-card { position:relative; min-height:330px; padding:30px; background:var(--paper); border:1px solid #e8e2d5; border-radius:var(--radius); transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform:translateY(-7px); box-shadow:var(--shadow); border-color:#c8ddd8; }
.service-card:nth-child(4),.service-card:nth-child(5) { grid-column:span 1; }
.service-number { display:block; color:#92a4aa; font-size:.72rem; letter-spacing:.12em; margin-bottom:42px; }
.service-card h3 { margin-top:24px; }
.service-card p { color:var(--muted); }
.card-link { position:absolute; bottom:28px; font-weight:700; color:var(--teal); }
.service-icon { width:44px; height:44px; border-radius:14px; background:var(--teal-soft); position:relative; }
.service-icon::after { content:""; position:absolute; inset:12px; border:2px solid var(--teal); border-radius:50% 50% 40% 60%; }
.icon-heart { background:#fae9df; }.icon-heart::after { border-color:#b45f4c; transform:rotate(-20deg); }
.icon-shield { background:#e4eaf1; }.icon-shield::after { border-color:var(--navy); border-radius:50% 50% 60% 60%; }
.founder-grid { display:grid; grid-template-columns:.86fr 1.14fr; gap:82px; align-items:center; }
.founder-photo { position:relative; }
.founder-photo img { width:100%; min-height:560px; max-height:650px; object-fit:cover; object-position:center top; border-radius:28px 150px 28px 28px; background:#e8eeee; }
.photo-caption { position:absolute; left:26px; right:26px; bottom:24px; padding:16px 20px; background:rgba(255,255,255,.94); border-radius:16px; display:flex; justify-content:space-between; gap:20px; }
.photo-caption span { color:var(--muted); font-size:.86rem; }
.founder-copy p { font-size:1.1rem; color:#53656d; }
.mini-pill-row { display:flex; flex-wrap:wrap; gap:9px; margin:25px 0 32px; }
.mini-pill-row span { padding:8px 13px; border:1px solid var(--line); border-radius:999px; font-size:.82rem; color:#51636a; }
.cta-band { padding:66px 0; background:var(--teal); color:white; }
.cta-band h2 { color:white; max-width:760px; margin-bottom:0; }
.cta-inner { display:flex; justify-content:space-between; align-items:center; gap:50px; }
.site-footer { background:var(--navy-deep); color:#d9e3e4; padding:72px 0 24px; }
.footer-grid { display:grid; grid-template-columns:2fr .8fr 1.2fr 1.3fr; gap:56px; }
.brand-light .brand-copy strong { color:white; }.brand-light .brand-copy small { color:#b9c6ca; }
.footer-brand p { color:#b9c6ca; max-width:440px; margin-top:22px; }
.site-footer h3 { font-family:"DM Sans",sans-serif; color:white; font-size:.8rem; letter-spacing:.12em; text-transform:uppercase; margin-bottom:20px; }
.site-footer div > a:not(.brand) { display:block; margin:9px 0; color:#c6d2d5; font-size:.9rem; }
.footer-note { display:block; color:#84969c; font-size:.78rem; margin-top:14px; }
.facebook-link { display:inline-flex !important; align-items:center; gap:10px; width:max-content; margin-top:16px !important; color:#fff !important; font-weight:700; transition:opacity .2s ease, transform .2s ease; }
.facebook-link:hover { opacity:.82; transform:translateY(-1px); }
.facebook-icon { display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; border:2px solid currentColor; border-radius:50%; font-family:Arial,sans-serif; font-size:1.25rem; font-weight:700; line-height:1; }
.footer-bottom { margin-top:56px; padding-top:22px; border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap:20px; color:#84969c; font-size:.78rem; }
.page-hero { position:relative; overflow:hidden; background:linear-gradient(135deg,#eef6f3 0%,#f8f2e5 100%); padding:105px 0 92px; }
.page-hero::after { content:""; position:absolute; width:380px; height:380px; border:1px solid rgba(45,127,120,.2); border-radius:50%; right:-140px; bottom:-220px; }
.page-hero-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:70px; align-items:end; }
.page-hero h1 { font-size:clamp(3rem,6vw,5.8rem); }
.about-founder .founder-photo img { min-height:650px; }
.quote-section { padding:110px 0; background:var(--navy); color:white; }
.quote-section blockquote { margin:0 auto; max-width:980px; font-family:"Fraunces",serif; font-size:clamp(2.1rem,4vw,4rem); line-height:1.22; text-align:center; }
.service-list { border-top:1px solid var(--line); }
.service-row { display:grid; grid-template-columns:80px 1fr 60px; gap:26px; align-items:center; padding:48px 10px; border-bottom:1px solid var(--line); transition:padding .2s ease, background .2s ease; }
.service-row:hover { padding-left:24px; padding-right:24px; background:#faf7ef; }
.service-row h2 { font-size:clamp(2rem,3vw,3.2rem); margin-bottom:10px; }
.service-row p { max-width:760px; color:var(--muted); }
.row-arrow { font-size:2rem; color:var(--teal); }
.detail-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; }
.detail-label { display:inline-block; color:var(--teal); font-weight:700; margin-bottom:18px; }
.placeholder-box { margin-top:30px; padding:24px; border:1px dashed #a9bab7; border-radius:16px; background:#f8fbfa; display:flex; flex-direction:column; gap:5px; }
.placeholder-box span { color:var(--muted); }
.benefit-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.benefit-grid > div { background:var(--paper); border-radius:22px; padding:28px; border:1px solid #e8e2d5; }
.benefit-grid strong { color:var(--gold); font-size:.75rem; }
.benefit-grid h3 { margin-top:28px; }.benefit-grid p { color:var(--muted); }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:start; }
.contact-panel { padding-top:20px; }
.contact-links { margin-top:38px; border-top:1px solid var(--line); }
.contact-links a { display:block; padding:22px 0; border-bottom:1px solid var(--line); }
.contact-links span { display:block; color:var(--muted); font-size:.78rem; text-transform:uppercase; letter-spacing:.1em; }
.contact-links strong { font-size:1.1rem; color:var(--navy); }
.mock-form { background:var(--cream); border-radius:26px; padding:34px; }
.form-note { background:#fff4d8; color:#7a5b1e; padding:10px 14px; border-radius:12px; font-size:.82rem; margin-bottom:24px; }
.mock-form label { display:block; font-weight:600; font-size:.9rem; margin-bottom:18px; }
.mock-form input,.mock-form textarea { width:100%; margin-top:7px; border:1px solid #cfd8d5; background:white; border-radius:12px; padding:14px 15px; font:inherit; color:var(--ink); }
.mock-form textarea { resize:vertical; }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }.reveal.visible { opacity:1; transform:none; }.delay-1 { transition-delay:.12s; }
@media (max-width: 900px) {
    .home-hero .orb-one { width:300px; height:300px; right:-150px; top:46%; opacity:.75; }
    .home-hero .orb-two { width:180px; height:180px; left:-110px; bottom:20%; opacity:.4; }
    .main-nav { display:none; position:absolute; top:82px; left:0; right:0; padding:20px 24px 28px; background:var(--paper); border-bottom:1px solid var(--line); flex-direction:column; align-items:stretch; gap:4px; }
    .main-nav.open { display:flex; }.main-nav > a:not(.button) { padding:12px 0; }.main-nav > a:not(.button)::after { display:none; }.menu-toggle { display:block; }
    .hero-grid,.founder-grid,.two-column,.statement-grid,.page-hero-grid,.detail-grid,.contact-grid { grid-template-columns:1fr; gap:48px; }
    .hero { padding-top:60px; }.hero-image img { height:480px; }.hero-visual { max-width:650px; margin:auto; }
    .trust-grid { grid-template-columns:1fr 1fr; }.trust-grid div:nth-child(2) { border-right:0; }.trust-grid div:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.14); }
    .service-grid { grid-template-columns:1fr 1fr; }.benefit-grid { grid-template-columns:1fr; }
    .footer-grid { grid-template-columns:1fr 1fr; }.cta-inner { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 620px) {
    .container { width:min(100% - 30px,1180px); }.brand-logo { height:58px; }
    .section { padding:78px 0; }.hero { padding:52px 0 70px; }.hero-grid { gap:34px; }
    .hero-image img { height:410px; }.image-frame { border-radius:110px 24px 110px 24px; }.floating-card { display:none; }
    .trust-grid,.service-grid,.footer-grid { grid-template-columns:1fr; }.trust-grid div { border-right:0; border-bottom:1px solid rgba(255,255,255,.14); }.trust-grid div:last-child { border-bottom:0; }
    .service-row { grid-template-columns:44px 1fr 28px; gap:12px; padding:34px 0; }.service-row:hover { padding-left:0; padding-right:0; }
    .page-hero { padding:72px 0 65px; }.founder-photo img,.about-founder .founder-photo img { min-height:430px; }
    .photo-caption { left:14px; right:14px; bottom:14px; flex-direction:column; gap:2px; }.footer-bottom { flex-direction:column; }
    .mock-form { padding:24px; }
}


/* Accessibility and interaction polish */
.skip-link{position:fixed;left:1rem;top:1rem;z-index:9999;padding:.75rem 1rem;background:#fff;color:#1c3044;border-radius:.5rem;box-shadow:0 4px 20px rgba(0,0,0,.18);transform:translateY(-200%);transition:transform .15s ease}.skip-link:focus{transform:translateY(0)}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid currentColor;outline-offset:3px}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important}}

/* Contact form */
.contact-form { position:relative; }
.form-intro { display:flex; align-items:baseline; justify-content:space-between; gap:20px; margin-bottom:24px; }
.form-intro strong { color:var(--navy); font-size:1.1rem; }
.form-intro span { color:var(--muted); font-size:.78rem; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-honeypot { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.form-actions { display:flex; align-items:center; gap:18px; flex-wrap:wrap; margin-top:4px; }
.form-status { margin:0; color:var(--muted); font-size:.9rem; }
.form-status.success { color:#236b4a; font-weight:600; }
.form-status.error { color:#9d302c; font-weight:600; }
.contact-form button:disabled { opacity:.65; cursor:wait; }
@media (max-width:620px) {
    .form-row { grid-template-columns:1fr; gap:0; }
    .form-intro { align-items:flex-start; flex-direction:column; gap:3px; }
    .form-actions { align-items:flex-start; flex-direction:column; }
}


/* Header CPR call-to-action: keep readable on intermediate desktop widths. */
.main-nav .button-small { white-space: nowrap; }
@media (max-width: 1100px) and (min-width: 821px) {
    .main-nav { gap: 18px; }
    .main-nav .button-small { padding-left: 15px; padding-right: 15px; font-size: .86rem; }
}


/* Compact desktop Facebook social badge */
.header-facebook {
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-left:auto;
    margin-right:auto;
    padding:6px 11px 6px 7px;
    border:1px solid rgba(18,52,75,.12);
    border-radius:999px;
    background:rgba(255,255,255,.58);
    box-shadow:0 4px 16px rgba(18,52,75,.05);
    color:var(--navy-deep);
    text-decoration:none;
    font-size:.78rem;
    font-weight:700;
    white-space:nowrap;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.header-facebook:hover {
    transform:translateY(-1px);
    background:#fff;
    border-color:rgba(24,119,242,.28);
    box-shadow:0 7px 20px rgba(18,52,75,.10);
}
.header-facebook-icon {
    display:inline-flex;
    align-items:flex-end;
    justify-content:center;
    width:25px;
    height:25px;
    flex:0 0 25px;
    overflow:hidden;
    border-radius:50%;
    background:#1877F2;
    color:#fff;
    font-family:Arial,sans-serif;
    font-size:1.25rem;
    font-weight:700;
    line-height:23px;
}
.header-facebook-label { letter-spacing:.005em; }
.header-facebook-arrow { color:#1877F2; font-size:.98rem; transition:transform .18s ease; }
.header-facebook:hover .header-facebook-arrow { transform:translateX(2px); }
@media (max-width: 1180px) { .header-facebook { display:none; } }


/* CPR price promotion beneath the primary header CTA */
.header-cpr-stack {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:5px;
}
.header-cpr-promo {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    min-height:27px;
    padding:4px 10px;
    border-radius:7px;
    background:#b93a35;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:.62rem;
    font-weight:700;
    letter-spacing:.055em;
    line-height:1.05;
    box-shadow:0 5px 13px rgba(110,31,28,.16);
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.header-cpr-promo strong { font-size:.76rem; letter-spacing:.025em; }
.header-cpr-promo:hover {
    transform:translateY(-1px);
    background:#a8322e;
    box-shadow:0 7px 17px rgba(110,31,28,.22);
}
@media (max-width:1100px) and (min-width:821px) {
    .header-cpr-promo { padding-left:7px; padding-right:7px; font-size:.56rem; }
    .header-cpr-promo strong { font-size:.68rem; }
}
@media (max-width:820px) {
    .header-cpr-stack { width:100%; margin-top:5px; }
    .header-cpr-stack .button-small { width:100%; }
    .header-cpr-promo { min-height:32px; font-size:.64rem; }
    .header-cpr-promo strong { font-size:.78rem; }
}


/* Deployment 14: local service-area and CPR revenue page polish */
.service-area-note { margin-top:14px; font-size:.98rem; color:var(--muted); }
.cpr-hero-grid { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr); gap:64px; align-items:center; }
.cpr-price-card { background:#fff; border:1px solid #e7dfd2; border-radius:24px; padding:30px; box-shadow:0 18px 45px rgba(18,52,75,.10); text-align:center; }
.cpr-price-card span { display:block; color:var(--muted); font-size:.86rem; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }
.cpr-price-card strong { display:block; margin-top:8px; color:#b93a35; font-family:'Fraunces',serif; font-size:4.2rem; line-height:.95; }
.cpr-price-card b { display:block; margin-top:4px; color:var(--navy-deep); font-size:1.25rem; }
.cpr-price-card p { margin:14px auto 0; max-width:30ch; color:var(--muted); font-size:.92rem; }
.cta-subcopy { margin:9px 0 0; color:rgba(255,255,255,.82); font-size:.92rem; }
@media (max-width:900px) { .cpr-hero-grid { grid-template-columns:1fr; gap:34px; } .cpr-price-card { max-width:420px; } }


/* Understated site maker credit */
.footer-bottom .site-credit {
    opacity:.72;
    font-size:.72rem;
    letter-spacing:.015em;
    text-align:center;
}
.footer-bottom .site-credit strong {
    color:#9aabb0;
    font-weight:600;
}

/* About-page education credential */
.credential-callout {
    display:inline-flex;
    flex-direction:column;
    gap:2px;
    margin:8px 0 18px;
    padding:14px 18px;
    border-left:3px solid var(--gold);
    border-radius:0 10px 10px 0;
    background:rgba(45,127,120,.07);
    color:var(--navy-deep);
}
.credential-callout .credential-label {
    margin-bottom:2px;
    color:var(--teal);
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.11em;
    text-transform:uppercase;
}
.credential-callout strong {
    font-family:"Fraunces",serif;
    font-size:1.12rem;
    line-height:1.25;
}
.credential-callout > span:not(.credential-label):not(.credential-divider) {
    font-size:.9rem;
}
.credential-callout .credential-divider {
    width:100%;
    height:1px;
    margin:8px 0 6px;
    background:rgba(18,52,75,.12);
}
