:root{
  --paper:#ffffff;
  --bg:#f6f8fb;
  --ink:#10243b;
  --muted:#667486;
  --graphite:#3e5159;
  --navy:#0b3568;
  --navy2:#082b57;
  --blue:#154d8d;
  --pale:#edf3f9;
  --line:#dce4ee;
  --shadow:0 22px 60px rgba(13,46,79,.10);
  --shadow-sm:0 10px 30px rgba(13,46,79,.07);
  --r:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.container{width:min(1420px,calc(100% - 72px));margin-inline:auto}
/* Header – clean, flyer-like white/navy identity */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(11,53,104,.10);box-shadow:0 8px 28px rgba(20,51,80,.045)}
.nav-wrap{min-height:92px;display:flex;align-items:center;gap:22px}.brand,.footer-brand{display:flex;align-items:center;gap:14px;min-width:max-content}.brand img,.footer-brand img{width:58px;height:58px;object-fit:contain;flex:0 0 58px}.brand strong,.footer-brand strong{display:block;font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:20px;line-height:1;letter-spacing:.11em;color:var(--navy)}.brand small,.footer-brand small{display:block;margin-top:6px;font-size:10.5px;color:#66788b;letter-spacing:.01em;white-space:nowrap}
.nav{margin-left:auto;display:flex;align-items:center;gap:24px;white-space:nowrap}.nav a{position:relative;padding:34px 0 31px;font-size:13px;font-weight:650;color:#27394d}.nav a::after{content:"";position:absolute;height:2px;left:50%;right:50%;bottom:22px;background:var(--navy);transition:.2s ease}.nav a:hover{color:var(--navy)}.nav a:hover::after{left:0;right:0}
.lang-switch{display:flex;align-items:center;gap:3px;padding:4px;border:1px solid var(--line);background:#f8fafc;border-radius:999px}.lang-opt{min-width:30px;text-align:center;padding:6px 7px;border-radius:999px;font-size:10px;font-weight:800;color:#52657a}.lang-opt.active{background:var(--navy);color:white}.lang-opt:hover{background:#eaf0f7}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:0 24px;border-radius:999px;background:var(--navy);border:1px solid var(--navy);color:#fff;font-size:13px;font-weight:800;box-shadow:0 12px 28px rgba(11,53,104,.16);transition:.2s ease}.btn:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-2px)}.btn-small{min-height:44px;padding:0 18px;white-space:nowrap}.btn.ghost{background:transparent;color:var(--navy);border-color:rgba(11,53,104,.30);box-shadow:none}.btn.ghost:hover{background:var(--navy);color:#fff}.btn.light-btn{background:#fff;border-color:#fff;color:var(--navy)}.btn.light-btn:hover{background:#f2f6fb}.btn.wide{width:100%}.menu-btn,.mobile-menu{display:none}
/* Home hero: white + navy, same visual language as flyer */
.hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(120deg,#fff 0%,#f8fafc 57%,#eaf1f8 100%);border-bottom:1px solid var(--line)}.hero::before{content:"";position:absolute;left:0;top:0;width:42%;height:100%;background:linear-gradient(135deg,transparent 48%,rgba(11,53,104,.035) 48.2%,transparent 48.5%);pointer-events:none}.hero-bg{position:absolute;right:0;left:auto;top:58px;bottom:58px;width:48%;height:calc(100% - 116px);object-fit:cover;border-radius:36px 0 0 36px;box-shadow:-22px 28px 70px rgba(11,53,104,.14);filter:saturate(.86) contrast(1.02)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.99) 42%,rgba(255,255,255,.88) 52%,rgba(255,255,255,.10) 75%,transparent 100%)}.hero-inner{position:relative;z-index:2;max-width:760px;padding:120px 0 124px;color:var(--ink)}
.eyebrow{display:inline-flex;align-items:center;padding:8px 13px;border-radius:999px;background:var(--pale);border:1px solid #dbe7f2;color:var(--navy);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.eyebrow.light{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.28);color:#fff}.hero .eyebrow.light{background:var(--pale);border-color:#dbe7f2;color:var(--navy)}
.hero h1,.page-hero h1,h2,.card h3,.form-box h3,.sales-grid h3{font-family:Georgia,"Times New Roman",serif;color:inherit}.hero h1{font-size:clamp(3.6rem,5.8vw,6.4rem);line-height:.96;letter-spacing:-.045em;margin:24px 0 24px;max-width:780px;color:var(--navy2);font-weight:500}.hero h1::after{content:"";display:block;width:130px;height:10px;margin-top:25px;background:linear-gradient(180deg,transparent 45%,var(--navy) 47%,var(--navy) 57%,transparent 59%);border-radius:50%}.hero p{max-width:700px;margin:0;color:#51677d;font-size:1.1rem;line-height:1.8}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}
.trust-strip{position:relative;z-index:4;margin-top:-34px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);overflow:hidden}.trust-grid div{padding:23px 22px;border-right:1px solid var(--line);font-size:13px;font-weight:750;color:#25384d}.trust-grid div:last-child{border-right:0}.trust-grid span{display:inline-grid;place-items:center;width:23px;height:23px;border-radius:50%;background:var(--pale);color:var(--navy);margin-right:8px}
.section{padding:104px 0}.section.warm{background:#f4f7fa}.section.dark{background:linear-gradient(135deg,var(--navy2),#0c3b74);color:#fff;position:relative;overflow:hidden}.section.dark::after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-120px;top:-210px}.section-head{max-width:850px;margin-bottom:44px}.section-head h2,.split h2{font-size:clamp(2.3rem,3.65vw,4.05rem);line-height:1.08;letter-spacing:-.025em;margin:15px 0 18px;font-weight:500}.section-head h2::after,.split h2::after{content:"";display:block;width:82px;height:3px;background:var(--navy);margin-top:20px;border-radius:999px}.dark .section-head h2::after,.dark .split h2::after{background:#9fbce0}.section-head p,.lead-muted{color:var(--muted);font-size:1.02rem}.dark .section-head p,.light-muted{color:rgba(255,255,255,.72)}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:70px;align-items:center}.split.reverse>figure{order:2}.visual-card{margin:0;border-radius:28px;overflow:hidden;background:#fff;box-shadow:var(--shadow);position:relative;border:1px solid var(--line)}.visual-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.visual-card figcaption{position:absolute;left:18px;bottom:18px;background:rgba(8,43,87,.88);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 12px;font-size:10px;font-weight:800;backdrop-filter:blur(10px)}
.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin-top:30px}.mini-grid div{background:#fff;border:1px solid var(--line);padding:20px;border-radius:18px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.mini-grid div::before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:var(--navy)}.mini-grid strong{display:block;color:var(--navy);font-size:11px;letter-spacing:.12em;margin-bottom:5px}.mini-grid span{font-weight:800;font-size:14px}
.cards{display:grid;gap:21px}.cards.four{grid-template-columns:repeat(4,minmax(0,1fr))}.cards.three{grid-template-columns:repeat(3,minmax(0,1fr))}.cards.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--line);transition:.25s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.dark .card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);box-shadow:none}.image-service img,.product-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.card-content{padding:25px}.card h3{font-size:1.45rem;line-height:1.2;margin:0 0 11px;font-weight:500}.card p{margin:0;color:var(--muted);font-size:.93rem}.dark .card p{color:rgba(255,255,255,.68)}.media-wrap{position:relative;overflow:hidden}.media-wrap img{transition:transform .45s ease}.card:hover .media-wrap img{transform:scale(1.025)}.media-badge{position:absolute;left:14px;top:14px;background:rgba(62,81,89,.90);color:#fff;padding:7px 11px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.05em;backdrop-filter:blur(8px)}.media-badge.real{background:rgba(11,53,104,.92)}.section-cta{margin-top:31px}
.timeline{list-style:none;padding:0;margin:26px 0 0}.timeline li{display:grid;grid-template-columns:54px 1fr;align-items:flex-start;gap:13px;padding:17px 0;border-bottom:1px solid var(--line)}.timeline span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--pale);color:var(--navy);font-size:10px;font-weight:900;letter-spacing:.08em}.timeline strong{padding-top:8px;font-size:15px}.dark .timeline li{border-color:rgba(255,255,255,.14)}
.mosaic{display:grid;grid-template-columns:1.45fr .75fr .75fr;gap:18px}.mosaic figure{margin:0;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--line);background:#fff}.mosaic img{width:100%;height:100%;object-fit:cover;min-height:270px}.mosaic-main{grid-row:span 2}.mosaic-main img{min-height:558px}.mosaic figure:last-child img{object-fit:contain;background:#f5f7fb;padding:14px}
.locations-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.locations-grid.full{grid-template-columns:repeat(4,minmax(0,1fr))}.location-preview{max-height:430px;overflow:auto;padding-right:5px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.location-card{display:flex;gap:10px;align-items:flex-start;padding:15px 16px;background:#fff;border-radius:15px;border:1px solid var(--line);color:var(--ink);box-shadow:0 3px 12px rgba(26,46,56,.035)}.dark .location-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:#fff}.location-card .pin{color:var(--navy);font-weight:900}.dark .location-card .pin{color:#c2d5ec}.location-card strong{display:block;font-size:13px}.location-card small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.dark .location-card small{color:rgba(255,255,255,.62)}
.contact-section{background:#eff4f8}.contact-list{display:grid;gap:11px;margin-top:27px}.contact-list>div,.contact-panel>div{display:grid;gap:4px;background:#fff;padding:17px 19px;border-radius:16px;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.contact-list strong,.contact-panel strong{font-size:10px;color:var(--navy);text-transform:uppercase;letter-spacing:.1em}.contact-panel{display:grid;gap:12px}.form-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow)}.form-box h3{font-size:1.9rem;margin:0 0 18px;font-weight:500}.contact-form{display:grid;gap:12px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d3deea;border-radius:12px;padding:14px 15px;color:var(--ink);background:#fbfcfe;outline:none}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#7e9fc5;box-shadow:0 0 0 3px rgba(21,77,141,.09);background:#fff}.contact-form textarea{min-height:145px;resize:vertical}.hp{position:absolute!important;left:-5000px!important}.consent{display:flex;gap:9px;align-items:flex-start;font-size:11px;color:var(--muted)}.consent input{width:auto;margin-top:3px}.faq-list{display:grid;gap:10px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px 20px}.faq-list summary{cursor:pointer;font-weight:800;color:#24394f}.faq-list p{color:var(--muted)}
.page-hero{padding:118px 0 78px;background:linear-gradient(180deg,#eef4fa,#fff);border-bottom:1px solid var(--line);position:relative;overflow:hidden}.page-hero::after{content:"";position:absolute;right:-80px;top:-160px;width:380px;height:380px;border:1px solid rgba(11,53,104,.08);border-radius:50%}.page-hero h1{font-size:clamp(3rem,5vw,5.15rem);line-height:1.01;letter-spacing:-.035em;margin:18px 0;color:var(--navy2);font-weight:500}.page-hero h1::after{content:"";display:block;width:86px;height:3px;background:var(--navy);margin-top:22px;border-radius:999px}.page-hero p{max-width:850px;color:var(--muted);font-size:1.06rem}.page-hero.image-page{color:#fff;background:var(--navy2);min-height:620px;display:flex;align-items:flex-end}.page-hero.image-page>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,43,87,.94),rgba(8,43,87,.68) 52%,rgba(8,43,87,.18))}.page-hero.image-page .container{position:relative;z-index:2;padding-bottom:18px}.page-hero.image-page h1{color:#fff}.page-hero.image-page h1::after{background:#fff}.page-hero.image-page p{color:rgba(255,255,255,.80)}
.sales-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sales-grid article{background:#fff;border:1px solid var(--line);border-radius:19px;padding:23px;box-shadow:var(--shadow-sm)}.sales-grid span{color:var(--navy);font-size:11px;font-weight:900}.sales-grid h3{margin:8px 0 0;font-size:1.25rem;font-weight:500}.visual-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.gallery-card{margin:0;border-radius:19px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--line)}.gallery-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.portfolio-grid{columns:3 300px;column-gap:16px}.portfolio-item{break-inside:avoid;margin:0 0 16px;border-radius:19px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--line)}.portfolio-item img{width:100%;height:auto}.notice{margin-top:24px;padding:16px 18px;background:#edf4fb;color:#234d7b;border:1px solid #d4e3f1;border-radius:14px}.legal-copy{max-width:920px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:var(--shadow-sm)}
.site-footer{background:var(--navy2);color:#fff;padding:64px 0 28px;border-top:5px solid var(--navy)}.footer-grid{display:grid;grid-template-columns:1.55fr .8fr .8fr .9fr;gap:40px}.footer-grid>div{display:flex;flex-direction:column;gap:9px}.footer-grid>div>strong{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#a9c1de}.footer-grid a{color:rgba(255,255,255,.76);font-size:13px}.footer-grid a:hover{color:#fff}.footer-brand strong{color:#fff}.footer-brand small{color:rgba(255,255,255,.60)}.footer-brand img{filter:none}.copyright{padding-top:28px;margin-top:30px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.50);font-size:11px}
@media(max-width:1320px){.nav{gap:16px}.nav a{font-size:12px}.brand small{display:none}.btn-small{display:none}}
@media(max-width:1080px){.nav,.nav-wrap>.lang-switch,.btn-small{display:none}.menu-btn{display:inline-flex;position:relative;margin-left:auto;width:46px;height:46px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);font-size:0;cursor:pointer}.menu-btn::before{content:"";width:20px;height:14px;border-top:2px solid currentColor;border-bottom:2px solid currentColor}.menu-btn::after{content:"";position:absolute;width:20px;border-top:2px solid currentColor}.mobile-menu.open{display:grid;padding:10px 0 22px}.mobile-menu>a{padding:11px 2px;border-top:1px solid var(--line);font-size:14px;font-weight:750}.mobile-menu .lang-switch{display:flex;width:max-content;margin-top:12px}.cards.four{grid-template-columns:repeat(2,1fr)}.locations-grid,.locations-grid.full{grid-template-columns:repeat(3,1fr)}.hero{min-height:650px}.hero-bg{width:52%}}
@media(max-width:820px){.container{width:min(100% - 30px,1420px)}.nav-wrap{min-height:76px}.brand img{width:50px;height:50px;flex-basis:50px}.brand strong{font-size:16px}.hero{min-height:auto;display:block}.hero-bg{position:absolute;inset:0;width:100%;height:100%;border-radius:0;opacity:.18;filter:saturate(.6)}.hero-shade{background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.88))}.hero-inner{padding:92px 0 88px}.hero h1{font-size:clamp(2.75rem,11vw,4.2rem)}.hero p{font-size:1rem}.trust-strip{margin-top:0}.trust-grid,.cards.three,.cards.two,.split,.sales-grid,.footer-grid{grid-template-columns:1fr}.trust-grid{border-radius:0;border-left:0;border-right:0}.trust-grid div{border-right:0;border-bottom:1px solid var(--line);padding:17px}.section{padding:74px 0}.split{gap:36px}.split.reverse>figure{order:0}.mosaic{grid-template-columns:1fr 1fr}.mosaic-main{grid-column:1/-1;grid-row:auto}.mosaic-main img{min-height:340px}.locations-grid,.locations-grid.full,.location-preview{grid-template-columns:1fr 1fr}.visual-gallery{grid-template-columns:1fr 1fr}.portfolio-grid{columns:2 240px}.page-hero{padding:84px 0 54px}.page-hero.image-page{min-height:520px}.footer-grid{gap:26px}}
@media(max-width:560px){.container{width:min(100% - 24px,1420px)}.brand small{display:none}.hero-inner{padding:78px 0 72px}.hero h1{font-size:2.65rem}.hero-actions{display:grid}.hero-actions .btn{width:100%}.cards.four,.mini-grid,.locations-grid,.locations-grid.full,.location-preview,.visual-gallery,.mosaic{grid-template-columns:1fr}.mosaic-main{grid-column:auto}.portfolio-grid{columns:1}.page-hero h1{font-size:2.7rem}.page-hero.image-page{min-height:460px}.legal-copy,.form-box{padding:22px}.section-head h2,.split h2{font-size:2.45rem}.footer-grid{grid-template-columns:1fr}.footer-brand img{width:48px;height:48px}}

/* MOBILE HARDENING 2026-08-29 — prevents desktop nav/logo from leaking into phone layout */
html,body{max-width:100%;overflow-x:hidden}
@media (max-width:1080px){
  .site-header{position:sticky;top:0;background:#fff!important;color:var(--ink)!important}
  .nav-wrap{min-height:72px!important;height:72px!important;display:flex!important;align-items:center!important;gap:12px!important}
  .brand{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;max-width:calc(100% - 58px)!important;overflow:hidden!important}
  .brand img{width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;flex:0 0 44px!important;object-fit:contain!important;border-radius:50%!important}
  .brand span{min-width:0!important;display:block!important}
  .brand strong{font-size:14px!important;line-height:1.05!important;letter-spacing:.07em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .brand small{display:none!important}
  .nav,.nav-wrap>.lang-switch,.nav-wrap>.btn-small{display:none!important}
  .menu-btn{display:inline-flex!important;margin-left:auto!important;flex:0 0 44px!important;width:44px!important;height:44px!important;padding:0!important;border-radius:12px!important;background:#fff!important;border:1px solid var(--line)!important;color:var(--navy)!important;box-shadow:none!important}
  .mobile-menu{display:none!important;position:absolute!important;left:0!important;right:0!important;top:72px!important;width:100%!important;max-height:calc(100vh - 72px)!important;overflow:auto!important;background:#fff!important;border-top:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;box-shadow:0 18px 40px rgba(11,53,104,.12)!important;padding:8px 18px 18px!important;z-index:1001!important}
  .mobile-menu.open{display:block!important}
  .mobile-menu>a{display:block!important;padding:13px 2px!important;border-top:1px solid var(--line)!important;font-size:15px!important;color:var(--ink)!important;font-weight:700!important;white-space:normal!important}
  .mobile-menu>a:first-child{border-top:0!important}
  .mobile-menu .lang-switch{display:flex!important;gap:4px!important;width:100%!important;justify-content:flex-start!important;margin:12px 0 0!important;padding:6px!important;overflow-x:auto!important}
  .mobile-menu .lang-opt{flex:0 0 auto!important;min-width:40px!important;font-size:11px!important;padding:7px 9px!important}
}
@media (max-width:820px){
  .container{width:calc(100% - 28px)!important;max-width:none!important}
  .hero{min-height:auto!important;display:block!important;padding:0!important;background:#fff!important}
  .hero-bg{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/10!important;object-fit:cover!important;border-radius:0!important;opacity:1!important;filter:saturate(.82) contrast(1.02)!important;box-shadow:none!important}
  .hero-shade{display:none!important}
  .hero-inner{padding:44px 0 58px!important;max-width:none!important}
  .hero h1{font-size:clamp(2.35rem,12.5vw,3.4rem)!important;line-height:1.01!important;letter-spacing:-.035em!important;margin:18px 0!important;max-width:100%!important;overflow-wrap:anywhere!important}
  .hero h1::after{width:82px!important;height:7px!important;margin-top:18px!important}
  .hero p{font-size:1rem!important;line-height:1.65!important;max-width:100%!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:24px!important}
  .hero-actions .btn{width:100%!important;min-height:50px!important}
  .section{padding:64px 0!important}
  .section-head{margin-bottom:30px!important}
  .section-head h2,.split h2{font-size:clamp(2rem,10vw,2.75rem)!important;line-height:1.08!important}
  .split,.cards.three,.cards.two,.cards.four,.sales-grid,.footer-grid,.locations-grid,.locations-grid.full,.location-preview,.visual-gallery,.mosaic{grid-template-columns:1fr!important}
  .split{gap:28px!important}
  .mosaic-main{grid-column:auto!important;grid-row:auto!important}
  .mosaic-main img,.mosaic img{min-height:0!important;aspect-ratio:16/10!important}
  .visual-card,.card,.mosaic figure{border-radius:18px!important}
  .page-hero{padding:58px 0 42px!important}
  .page-hero h1{font-size:clamp(2.25rem,11vw,3rem)!important;overflow-wrap:anywhere!important}
}
@media (max-width:480px){
  .container{width:calc(100% - 24px)!important}
  .brand img{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;flex-basis:40px!important}
  .brand strong{font-size:13px!important}
  .hero h1{font-size:2.45rem!important}
  .eyebrow{font-size:9px!important;letter-spacing:.1em!important}
}


/* FINAL DESKTOP POLISH — hero copy + footer brand */
@media (min-width:821px){
  .hero-inner{max-width:660px!important;width:46%!important;padding-right:24px!important}
  .hero h1{font-size:clamp(3.45rem,4.7vw,5.35rem)!important;max-width:650px!important}
  .hero p{max-width:610px!important;font-size:1.04rem!important;line-height:1.72!important;color:#51677d!important}
  .hero-bg{width:49%!important}
  .hero-shade{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.995) 43%,rgba(255,255,255,.90) 50%,rgba(255,255,255,.16) 69%,transparent 100%)!important}
}
.site-footer .footer-brand img{width:64px!important;height:64px!important;flex:0 0 64px!important;object-fit:contain!important;filter:none!important}
.site-footer .footer-brand strong{font-size:19px!important;letter-spacing:.12em!important}
@media(max-width:560px){.site-footer .footer-brand img{width:54px!important;height:54px!important;flex-basis:54px!important}}

/* FINAL V5 — desktop hero separated from image + footer uses header brand identity */
@media (min-width:821px){
  .hero{
    min-height:720px!important;
    background:linear-gradient(90deg,#fff 0%,#fff 54%,#edf3f8 54%,#edf3f8 100%)!important;
  }
  .hero-bg{
    right:0!important;
    left:auto!important;
    top:58px!important;
    bottom:58px!important;
    width:48%!important;
    height:calc(100% - 116px)!important;
    border-radius:36px 0 0 36px!important;
    opacity:1!important;
    filter:saturate(.86) contrast(1.02)!important;
  }
  .hero-shade{display:none!important}
  .hero-inner{
    width:min(1420px,calc(100% - 72px))!important;
    max-width:none!important;
    margin-inline:auto!important;
    padding:118px 54% 122px 0!important;
  }
  .hero h1{
    max-width:610px!important;
    font-size:clamp(3.35rem,4.35vw,5.05rem)!important;
    line-height:.99!important;
  }
  .hero p{
    max-width:590px!important;
    font-size:1.03rem!important;
    line-height:1.72!important;
    color:#51677d!important;
  }
  .hero-actions{max-width:590px!important}
}

/* Footer — exact same mark as header, on a light premium background */
.site-footer{
  background:#eef3f6!important;
  color:var(--navy2)!important;
  border-top:5px solid var(--navy)!important;
}
.site-footer .footer-grid>div>strong{color:#60748a!important}
.site-footer .footer-grid a{color:#334e69!important}
.site-footer .footer-grid a:hover{color:var(--navy)!important}
.site-footer .footer-brand{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
}
.site-footer .footer-brand img{
  width:64px!important;
  height:64px!important;
  flex:0 0 64px!important;
  object-fit:contain!important;
  border-radius:50%!important;
  background:transparent!important;
  filter:none!important;
}
.site-footer .footer-brand strong{
  color:var(--navy2)!important;
  font-size:19px!important;
  letter-spacing:.12em!important;
}
.site-footer .footer-brand small{color:#63778c!important}
.site-footer .copyright{
  border-top:1px solid rgba(11,53,104,.14)!important;
  color:#73869a!important;
}
@media(max-width:560px){
  .site-footer .footer-brand img{width:54px!important;height:54px!important;flex-basis:54px!important}
}
