:root{--navy:#071832;--navy-2:#0f2c54;--gold:#b47a1d;--gold-2:#d6a84c;--ink:#162033;--muted:#5d6878;--line:#d8dde5;--paper:#f7f4ec;--white:#fff;--shadow:0 20px 60px #0718322e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.site-header{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #d8dde5d9;justify-content:space-between;align-items:center;gap:28px;min-height:82px;padding:14px clamp(20px,4vw,64px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:14px;min-width:245px;text-decoration:none;display:inline-flex}.brand img{object-fit:cover;border-radius:8px;width:52px;height:52px;box-shadow:0 6px 20px #07183224}.brand strong,.brand small{display:block}.brand strong{color:var(--navy);letter-spacing:.01em;font-size:1rem}.brand small{color:var(--muted);margin-top:2px;font-size:.78rem}nav{color:var(--navy);justify-content:flex-end;align-items:center;gap:clamp(14px,2vw,28px);font-size:.94rem;font-weight:700;display:flex}nav a{text-decoration:none}.nav-cta{color:var(--white);background:var(--navy);border-radius:8px;padding:11px 16px}.hero{min-height:calc(100vh - 82px);color:var(--white);align-items:center;padding:clamp(68px,8vw,110px) clamp(20px,4vw,64px);display:grid;position:relative;overflow:hidden}.hero-image,.hero-overlay{position:absolute;inset:0}.hero-image{object-fit:cover;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#071832f2 0%,#071832e0 38%,#07183247 72%,#0718321f 100%),linear-gradient(#0718320d,#07183257)}.hero-content{width:min(720px,100%);position:relative}.eyebrow{color:var(--gold-2);letter-spacing:.16em;text-transform:uppercase;margin:0 0 12px;font-size:.78rem;font-weight:900}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;margin-bottom:22px;font-size:clamp(2.85rem,7vw,6.3rem);line-height:.95}h2{color:var(--navy);margin-bottom:18px;font-size:clamp(2rem,4vw,3.6rem);line-height:1.03}h3{color:var(--navy);font-size:1.25rem}.hero-copy{color:#ffffffe6;max-width:680px;margin-bottom:32px;font-size:clamp(1.06rem,2vw,1.28rem);line-height:1.7}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.button{border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:13px 20px;font-weight:900;text-decoration:none;display:inline-flex}.button.primary{color:var(--navy);background:var(--gold-2)}.button.secondary{color:var(--white);background:#ffffff14;border:1px solid #ffffff75}.proof-band{background:var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.proof-band div{background:var(--paper);min-height:122px;padding:28px clamp(20px,4vw,64px)}.proof-band strong{color:var(--navy);margin-bottom:8px;font-size:1.7rem;display:block}.proof-band span{color:var(--muted);font-weight:700}.section,.split-section,.contact-section{padding:clamp(72px,10vw,128px) clamp(20px,4vw,64px)}.section-heading{max-width:860px;margin-bottom:36px}.section-heading p,.split-copy p,.contact-section p,.contact-card p{color:var(--muted);font-size:1.05rem;line-height:1.75}.service-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.service-card{border:1px solid var(--line);background:var(--white);border-radius:8px;min-height:275px;padding:26px;box-shadow:0 10px 34px #0718320f}.service-card span{width:44px;height:44px;color:var(--white);background:var(--navy);border-radius:8px;justify-content:center;align-items:center;margin-bottom:24px;font-weight:900;display:inline-flex}.service-card p{color:var(--muted);line-height:1.7}.split-section{background:var(--navy);grid-template-columns:minmax(0,1.1fr) minmax(300px,.65fr);align-items:center;gap:clamp(28px,5vw,72px);display:grid}.split-section h2,.split-section h3{color:var(--white)}.split-copy p,.check-list li,.callout-panel p{color:#ffffffc7}.check-list{gap:14px;margin:30px 0 0;padding:0;list-style:none;display:grid}.check-list li{padding-left:30px;line-height:1.65;position:relative}.check-list li:before{content:"";background:var(--gold-2);border-radius:50%;width:12px;height:12px;position:absolute;top:.65em;left:0}.callout-panel{box-shadow:var(--shadow);background:#ffffff12;border:1px solid #d6a84c5c;border-radius:8px;padding:clamp(26px,4vw,42px)}.callout-panel img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:min(190px,60%);margin-bottom:26px}.about-section{background:linear-gradient(180deg, var(--white), var(--paper))}.contact-section{background:var(--paper);grid-template-columns:minmax(0,1fr) minmax(290px,440px);align-items:start;gap:clamp(28px,6vw,90px);display:grid}.contact-card{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);border-radius:8px;padding:30px}.contact-card a{color:var(--navy-2);text-underline-offset:4px;margin-bottom:12px;font-size:1.08rem;font-weight:900;text-decoration-color:#b47a1d7a;display:block}.contact-card p{margin-top:18px;margin-bottom:0;font-size:.95rem}.contact-section a{color:var(--navy-2);text-underline-offset:4px;font-weight:900;text-decoration-color:#b47a1d7a}.contact-card form{gap:14px;margin-top:24px;display:grid}.contact-card label{color:var(--navy);gap:7px;font-size:.88rem;font-weight:900;display:grid}.contact-card input,.contact-card textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:var(--white);font:inherit;border-radius:8px;padding:12px 13px}.contact-card textarea{resize:vertical}.contact-card button{cursor:pointer;border:0;width:fit-content}.site-footer{color:#ffffffbd;background:#061225;flex-wrap:wrap;justify-content:space-between;gap:12px;padding:26px clamp(20px,4vw,64px);display:flex}.site-footer p{margin:0}@media (max-width:980px){.site-header{flex-direction:column;align-items:flex-start}nav{justify-content:flex-start;width:100%;padding-bottom:4px;overflow-x:auto}.hero{min-height:760px}.hero-overlay{background:linear-gradient(90deg,#071832f2,#071832a8)}.proof-band,.service-grid,.split-section,.contact-section{grid-template-columns:1fr}.service-card{min-height:0}}@media (max-width:620px){.brand{min-width:0}.brand img{width:46px;height:46px}nav{gap:12px;font-size:.88rem}.nav-cta{padding:9px 12px}.hero{min-height:690px;padding-top:56px}h1{font-size:2.8rem}.proof-band div,.section,.split-section,.contact-section{padding-left:20px;padding-right:20px}}
