:root{
    --bg:#f7f9fc;
    --surface:rgba(255,255,255,0.82);
    --surface-strong:#ffffff;
    --text:#17324f;
    --heading:#244f84;
    --muted:#64748b;
    --line:rgba(23,50,79,0.09);
    --line-strong:rgba(36,79,132,0.14);
    --accent:#3e679a;
    --accent-2:#3fa48b;
    --accent-3:#6fb8aa;
    --accent-soft:rgba(62,103,154,0.10);
    --green-soft:rgba(63,164,139,0.10);
    --slate-soft:rgba(23,50,79,0.06);
    --shadow:0 24px 60px rgba(23,50,79,0.08);
    --shadow-soft:0 18px 44px rgba(23,50,79,0.06);
    --radius:30px;
    --radius-sm:18px;
    --container:min(1200px, calc(100vw - 32px));
    --section-space:clamp(72px, 8vw, 118px);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    background:
        radial-gradient(circle at 0% 0%, rgba(62,103,154,0.10), transparent 28%),
        radial-gradient(circle at 100% 0%, rgba(63,164,139,0.10), transparent 24%),
        linear-gradient(180deg, #fbfdff 0%, #f7f9fc 46%, #f4f7fb 100%);
    color:var(--text);
    line-height:1.68;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
p{margin:0 0 1rem}
ul{margin:0;padding-left:1.2rem}
.container{width:var(--container);margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;padding:10px 14px;border-radius:12px;box-shadow:var(--shadow)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

h1,h2,h3,h4{
    font-family:Georgia,"Times New Roman",serif;
    color:var(--heading);
    font-weight:600;
}

.site-header{
    position:sticky;
    top:0;
    z-index:50;
    padding:10px 0;
    backdrop-filter:blur(18px);
    background:rgba(247,249,252,0.78);
    border-bottom:1px solid rgba(255,255,255,0.55);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;min-width:0}
.brand-logo{height:auto;display:block}
.brand-logo-desktop{width:280px;max-width:min(30vw,280px)}
.brand-logo-mobile{display:none;width:124px}
.site-nav{display:flex;align-items:center;gap:18px}
.site-nav ul{
    list-style:none;display:flex;gap:4px;padding:8px;margin:0;
    border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,0.7);
    backdrop-filter:blur(12px)
}
.site-nav a{
    display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;
    font-weight:500;color:var(--muted);font-size:.96rem;letter-spacing:.01em
}
.site-nav a:hover,.site-nav a.active{background:#fff;color:var(--heading);box-shadow:0 10px 24px rgba(23,50,79,0.08)}
.nav-toggle{display:none;width:48px;height:48px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,0.9);padding:0;cursor:pointer}
.nav-toggle span{display:block;width:18px;height:2px;background:var(--heading);margin:4px auto;border-radius:99px}

.button{
    display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;
    border-radius:999px;border:1px solid transparent;font-weight:600;
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease
}
.button:hover{transform:translateY(-1px)}
.button-primary{
    color:#fff !important;
    background:linear-gradient(135deg, #335f91, #4472a7 58%, #44a38f 100%);
    box-shadow:0 18px 38px rgba(62,103,154,0.24)
}
.button-primary:hover,.button-primary:focus,.button-primary:visited{color:#fff !important}
.button-secondary{color:var(--heading);background:rgba(255,255,255,0.88);border-color:var(--line)}
.nav-cta{min-width:160px;color:#fff !important}

.hero{padding:34px 0 var(--section-space)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:34px;align-items:center}
.hero-grid-premium{align-items:start}
.hero-copy{padding:24px 0}
.eyebrow,.mini-badge,.panel-badge,.kicker{
    display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;
    background:rgba(255,255,255,0.92);border:1px solid var(--line);color:var(--muted);font-size:.94rem
}
.kicker{margin-bottom:18px}
.hero h1,.page-hero h1{font-size:clamp(2.55rem,5vw,4.6rem);line-height:1.03;letter-spacing:-0.04em;margin:0 0 18px}
.hero p.lead,.page-hero p.lead{font-size:clamp(1.08rem,2vw,1.3rem);color:var(--muted);max-width:62ch;margin:0 0 28px}
.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:14px}
.trust-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.trust-row span,.footer-badges span,.strip-items span,.meta-tags span{
    display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;
    background:rgba(255,255,255,0.86);border:1px solid var(--line);color:var(--muted);font-size:.94rem
}
.hero-visual{position:relative}
.hero-art,.page-hero-art{min-height:540px;padding:18px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}
.hero-art img,.page-hero-art img,.image-card img,.gallery-card img,.photo-card img{width:100%;height:100%;object-fit:cover;border-radius:22px}
.premium-image-card{min-height:560px}
.glass-card,.feature-card,.step-card,.contact-card,.legal-card,.highlight-card,.stat-card,.copy-card,.form-card,.image-card,.gallery-card,.photo-card{
    border:1px solid var(--line);background:var(--surface);backdrop-filter:blur(14px);box-shadow:var(--shadow);border-radius:var(--radius)
}
.hero-art::before,.page-hero-art::before{
    content:"";position:absolute;inset:12px;border-radius:22px;
    background:linear-gradient(180deg, rgba(255,255,255,0.30), rgba(255,255,255,0));pointer-events:none
}
.hero-panel{margin-top:-82px;margin-left:auto;max-width:420px;padding:24px 24px 22px;position:relative;z-index:3}
.hero-panel h2{margin:14px 0 14px;font-size:1.62rem;line-height:1.15;letter-spacing:-0.03em}
.compact-list{margin-bottom:0}
section{padding:0 0 var(--section-space)}
.section-heading{max-width:760px;margin:0 auto 34px;text-align:center}
.section-heading.left-aligned{margin-inline:0;text-align:left}
.section-heading h2{font-size:clamp(2rem,3.3vw,3.25rem);line-height:1.08;letter-spacing:-0.04em;margin:10px 0 14px}
.section-heading p{margin:0;color:var(--muted);font-size:1.05rem}

.brand-strip{padding:24px 28px;display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:center}
.strip-label{margin:0 0 8px;color:var(--muted);font-size:.95rem}
.strip-items{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}

.value-grid,.grid-3,.grid-4,.grid-2,.image-mosaic,.photo-pair{display:grid;gap:20px}
.value-grid,.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.grid-2,.photo-pair{grid-template-columns:repeat(2,minmax(0,1fr))}
.image-mosaic{grid-template-columns:1.15fr .85fr .85fr;grid-auto-rows:250px}
.image-mosaic .gallery-card:first-child{grid-row:span 2}
.feature-card,.highlight-card,.step-card,.contact-card,.copy-card,.form-card,.image-card,.gallery-card,.photo-card,.stat-card{padding:28px}
.gallery-card,.photo-card{padding:12px;overflow:hidden}
.gallery-card img,.photo-card img{min-height:100%}
.premium-card,.premium-highlight{box-shadow:var(--shadow-soft)}
.feature-icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;font-weight:700;background:var(--accent-soft);color:var(--accent);margin-bottom:18px}
.soft-blue{background:var(--accent-soft);color:var(--accent)}
.soft-green{background:var(--green-soft);color:var(--accent-2)}
.soft-slate{background:rgba(111,184,170,0.12);color:var(--heading)}
.feature-card h3,.highlight-card h3,.step-card h3,.contact-card h3,.copy-card h2,.legal-card h2,.legal-card h3,.stat-card h3{margin:0 0 10px;line-height:1.15;letter-spacing:-0.03em}
.feature-card p,.highlight-card p,.step-card p,.contact-card p,.copy-card p,.copy-card li,.timeline-item p,.footer-text,.footer-note,.legal-card p,.legal-card li,.stat-card p{color:var(--muted)}

.split-section{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}
.premium-split{align-items:stretch}
.copy-card{padding:34px}
.elevated-card{box-shadow:0 28px 64px rgba(23,50,79,0.10)}
.image-card{overflow:hidden}
.image-card img{min-height:520px}
.tall-image-card img{min-height:560px}
.image-stack{display:grid;gap:20px}
.quote-card{padding:22px 24px}
.premium-quote p{font-size:1.12rem;line-height:1.7;color:var(--text);margin:0 0 12px}
.quote-card strong{color:var(--muted)}
.check-list,.page-intro-list,.footer-list,.contact-list{padding:0;margin:0;list-style:none}
.check-list{display:grid;gap:12px;margin-top:20px}
.check-list li{position:relative;padding-left:30px}
.check-list li::before{content:"";position:absolute;left:0;top:.45rem;width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 0 0 4px rgba(62,103,154,0.10)}
.page-intro-list{display:grid;gap:10px}
.page-intro-list li{position:relative;padding-left:26px;color:var(--muted)}
.page-intro-list li::before{content:"";position:absolute;left:0;top:.6rem;width:10px;height:10px;border-radius:50%;background:var(--accent-2)}
.contact-list{display:grid;gap:14px;margin-top:8px}
.contact-list a{color:var(--heading)}

.process-band{padding:32px;display:grid;grid-template-columns:.8fr 1.2fr;gap:26px;align-items:start}
.process-steps-inline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.process-steps-inline article{padding:22px;border-radius:22px;background:rgba(255,255,255,0.78);border:1px solid var(--line)}
.process-steps-inline strong,.step-number{
    width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--accent-soft);color:var(--accent);font-size:1.1rem
}
.process-steps-inline h3{margin:14px 0 8px;font-size:1.12rem}
.process-steps-inline p{margin:0;color:var(--muted)}

.timeline{display:grid;gap:18px}
.timeline-item{display:grid;grid-template-columns:120px 1fr;gap:22px;padding:26px 28px;border:1px solid var(--line);background:rgba(255,255,255,0.8);border-radius:26px;box-shadow:var(--shadow-soft)}
.timeline-item strong{display:inline-flex;align-items:center;justify-content:center;height:48px;border-radius:14px;background:var(--accent-soft);color:var(--accent)}
.timeline-item h3{margin:0 0 8px;font-size:1.24rem}
.timeline-item p{margin:0}

.page-hero{padding:36px 0 var(--section-space)}
.page-hero-wrap{display:grid;grid-template-columns:1fr .92fr;gap:26px;align-items:center}

.contact-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:start}
.form-card{padding:30px}
.contact-intro-card{padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid var(--line)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.form-grid .full{grid-column:1 / -1}
label{display:block;font-weight:600;margin-bottom:8px;color:var(--heading)}
input,textarea{
    width:100%;padding:14px 16px;border-radius:16px;border:1px solid var(--line-strong);
    background:#fff;font:inherit;color:var(--text)
}
textarea{min-height:160px;resize:vertical}
input:focus,textarea:focus{outline:none;border-color:rgba(62,103,154,0.42);box-shadow:0 0 0 4px rgba(62,103,154,0.08)}
.notice{padding:16px 18px;border-radius:18px;margin-bottom:20px}
.notice-success{background:rgba(63,164,139,0.12);color:#0b6f60}
.notice-error{background:rgba(180,48,48,0.09);color:#9f1239}
.checkbox-wrap{display:flex;gap:10px;align-items:flex-start}
.checkbox-wrap input{width:auto;margin-top:5px}

.cta-banner{padding:30px 32px;display:flex;justify-content:space-between;align-items:center;gap:22px}
.cta-banner h2{margin:10px 0 10px;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1;letter-spacing:-0.04em}
.cta-banner p{margin:0;color:var(--muted);max-width:60ch}
.premium-cta{align-items:flex-end}

.meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.meta-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.stat-card{padding:24px}
.stat-card strong{display:block;color:var(--heading);font-size:1.2rem;margin-bottom:8px}

.legal-card{padding:34px}
.legal-card h2,.legal-card h3{letter-spacing:-0.03em}
.legal-card section + section{margin-top:28px;padding-top:28px;border-top:1px solid var(--line)}

.leadership-card{padding:30px 32px;display:grid;grid-template-columns:1fr .95fr;gap:24px;align-items:center}
.leadership-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.leadership-meta div{padding:18px;border-radius:20px;background:rgba(255,255,255,0.8);border:1px solid var(--line)}
.leadership-meta span{display:block;font-size:.92rem;color:var(--muted);margin-bottom:8px}
.leadership-meta strong{display:block;line-height:1.35;color:var(--heading)}

.site-footer{padding:0 0 34px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .7fr;gap:24px;padding:32px;border:1px solid var(--line);background:rgba(255,255,255,0.75);backdrop-filter:blur(14px);border-radius:32px;box-shadow:var(--shadow)}
.footer-brand{margin-bottom:16px}
.footer-brand .brand-logo-desktop{width:250px}
.footer-brand .brand-logo-mobile{width:108px}
.footer-text{max-width:48ch;margin:0 0 20px}
.footer-badges{display:flex;flex-wrap:wrap;gap:10px}
.footer-list{display:grid;gap:10px}
.footer-list a:hover{color:var(--accent)}
.footer-bottom{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:18px 4px 0;color:var(--muted);font-size:.95rem}
.footer-bottom p{margin:0}
code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.95em;background:rgba(23,50,79,0.06);padding:.15rem .35rem;border-radius:8px}

@media (max-width: 1100px){
    .hero-grid,.page-hero-wrap,.contact-layout,.split-section,.process-band,.leadership-card,.brand-strip{grid-template-columns:1fr}
    .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
    .value-grid,.grid-3,.image-mosaic,.meta-grid{grid-template-columns:1fr}
    .image-mosaic{grid-auto-rows:220px}
    .hero-panel{margin-top:18px;max-width:none}
    .strip-items{justify-content:flex-start}
    .process-steps-inline,.leadership-meta{grid-template-columns:1fr}
    .cta-banner,.footer-bottom{flex-direction:column;align-items:flex-start}
    .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 860px){
    .site-nav{
        position:absolute;left:16px;right:16px;top:78px;padding:14px;border-radius:24px;background:rgba(255,255,255,0.96);
        border:1px solid var(--line);box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch
    }
    .site-nav.open{display:flex}
    .site-nav ul{flex-direction:column;border-radius:20px}
    .site-nav a{justify-content:flex-start}
    .nav-toggle{display:block}
    .nav-cta{width:100%}
    .brand-logo-desktop{display:none}
    .brand-logo-mobile{display:block}
    .hero h1,.page-hero h1{font-size:clamp(2.2rem,11vw,4rem)}
    .hero-art,.page-hero-art{min-height:360px}
    .grid-2,.grid-4,.photo-pair{grid-template-columns:1fr}
    .form-grid{grid-template-columns:1fr}
    .timeline-item{grid-template-columns:1fr}
    .footer-grid{grid-template-columns:1fr}
}
@media (max-width: 560px){
    :root{--container:min(100vw - 24px, 1200px)}
    section{padding-bottom:72px}
    .feature-card,.highlight-card,.step-card,.contact-card,.copy-card,.form-card,.image-card,.legal-card,.process-band,.leadership-card,.brand-strip,.cta-banner,.gallery-card,.photo-card,.stat-card{padding:22px}
    .gallery-card,.photo-card{padding:10px}
    .hero-actions,.cta-actions{width:100%}
    .hero-actions .button,.cta-actions .button{width:100%}
    .trust-row,.footer-badges,.strip-items,.meta-tags{gap:10px}
    .site-header{padding:8px 0}
}
