:root{
  --ink:#171717;
  --muted:#686b70;
  --line:#e4e0d8;
  --paper:#fbfaf7;
  --cream:#f4efe7;
  --navy:#071526;
  --blue:#0c2d4f;
  --orange:#f25a22;
  --orange-dark:#c94416;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(10,16,24,.12);
  --font: "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img,video{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:18px;top:18px;z-index:1000;width:auto;height:auto;background:#fff;color:#000;padding:12px 16px;border-radius:999px}
.site-header{position:fixed;top:0;left:0;right:0;z-index:80;height:86px;display:grid;grid-template-columns:auto 1fr auto auto;gap:34px;align-items:center;padding:0 clamp(22px,4.5vw,72px);transition:background .35s ease, box-shadow .35s ease, height .35s ease, border-color .35s ease;border-bottom:1px solid rgba(255,255,255,.18)}
.site-header.is-over-dark{color:#fff}.site-header.is-over-dark .brand img{content:url('/assets/logo-white.png')}.site-header.is-over-dark .nav-cta{border-color:rgba(255,255,255,.45);color:#fff}.site-header.scrolled{height:72px;background:rgba(251,250,247,.94);backdrop-filter:blur(16px);box-shadow:0 8px 30px rgba(16,20,30,.08);border-bottom:1px solid var(--line);color:var(--ink)}.site-header.scrolled .brand img{content:url('/assets/logo-black.png')}.site-header.scrolled .nav-cta{border-color:var(--ink);color:var(--ink)}
.brand img{height:38px;width:auto;max-width:220px;object-fit:contain}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:30px}.nav-link{font-size:13px;font-weight:600;letter-spacing:.03em;position:relative;padding:32px 0}.nav-link:after{content:"";position:absolute;left:0;bottom:25px;width:100%;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:right;transition:transform .32s ease}.nav-link:hover:after,.nav-link.is-active:after{transform:scaleX(1);transform-origin:left}.nav-cta{border:1px solid var(--ink);border-radius:999px;padding:12px 19px;font-size:13px;font-weight:700;transition:background .25s ease,color .25s ease,transform .25s ease}.nav-cta:hover{background:var(--orange);border-color:var(--orange);color:#fff;transform:translateY(-2px)}
.menu-button{display:none;background:transparent;border:0;width:44px;height:44px;cursor:pointer}.menu-button span{display:block;height:2px;background:currentColor;margin:7px 0}.mobile-panel{position:fixed;inset:0;background:#06111e;color:#fff;z-index:120;padding:32px;transform:translateX(100%);transition:transform .35s ease}.mobile-panel.open{transform:translateX(0)}.mobile-close{position:absolute;right:26px;top:20px;border:0;background:transparent;color:#fff;font-size:42px}.mobile-logo{width:220px;margin-bottom:50px}.mobile-panel nav{display:grid;gap:20px}.mobile-panel .nav-link{font-size:26px;padding:0}.mobile-panel .nav-link:after{display:none}.mobile-cta{margin-top:20px;background:var(--orange);color:#fff;border-radius:999px;padding:16px 22px;text-align:center;font-weight:700}
.hero{position:relative;min-height:100svh;overflow:hidden;display:flex;align-items:flex-end;padding:150px clamp(24px,6vw,96px) clamp(56px,9vw,116px);color:#fff}.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,9,15,.82),rgba(3,9,15,.48),rgba(3,9,15,.18)),linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.28))}.hero-inner{position:relative;z-index:2;max-width:980px}.eyebrow{margin:0 0 22px;color:var(--orange);font-weight:800;letter-spacing:.17em;text-transform:uppercase;font-size:12px}.eyebrow.dark{color:var(--orange)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(54px,8vw,128px);line-height:.9;letter-spacing:-.065em;margin-bottom:32px;max-width:930px}.hero-copy{font-size:clamp(18px,2vw,25px);max-width:720px;color:rgba(255,255,255,.84);margin-bottom:34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;border:1px solid transparent;padding:15px 24px;font-weight:800;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease,color .25s ease}.button:hover{transform:translateY(-3px)}.button-orange{background:var(--orange);color:#fff;box-shadow:0 14px 38px rgba(242,90,34,.25)}.button-orange:hover{background:var(--orange-dark);box-shadow:0 18px 52px rgba(242,90,34,.34)}.button-ghost{border-color:rgba(255,255,255,.5);color:#fff;background:rgba(255,255,255,.08)}.button-ghost:hover{background:#fff;color:#111}.button-light{background:#f7f7f7;color:#242424;border-color:#e9e9e9}.button-light:hover{background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.08)}
.section{padding:clamp(72px,10vw,140px) clamp(24px,6vw,96px)}.texture-bg{background-color:#f5f2ec;background-image:linear-gradient(rgba(245,242,236,.86),rgba(245,242,236,.93)),url('/assets/background-texture.jpg');background-size:cover;background-position:center}.intro-grid{display:grid;grid-template-columns:minmax(120px,220px) minmax(280px,1.1fr) minmax(280px,.9fr);gap:clamp(26px,4vw,72px);align-items:start}.section-kicker{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);font-weight:800}.intro-title h2,.section-header h2,.split-content h2,.cta-section h2{font-size:clamp(36px,5vw,78px);line-height:1;letter-spacing:-.052em;margin-bottom:0}.intro-copy p{font-size:18px;color:var(--muted);margin-bottom:18px}.section-header{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}.section-header h2{max-width:820px}.section-header a{font-weight:800;border-bottom:2px solid var(--orange);padding-bottom:7px;transition:color .2s ease}.section-header a:hover{color:var(--orange)}
.cards-section{background:#fff}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.service-grid.six{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{min-height:310px;border:1px solid var(--line);padding:34px;background:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease,background .35s ease}.service-card:before{content:"";position:absolute;inset:auto 0 0 0;height:4px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.service-card:hover{transform:translateY(-9px);box-shadow:var(--shadow);border-color:#f2c3b0}.service-card:hover:before{transform:scaleX(1)}.service-card span{color:var(--orange);font-weight:900;letter-spacing:.11em}.service-card h3{font-size:28px;letter-spacing:-.03em;margin:40px 0 14px}.service-card p{color:var(--muted);font-size:16px}.service-card a{margin-top:auto;font-weight:800;color:var(--blue);transition:transform .25s ease,color .25s ease}.service-card:hover a{transform:translateX(6px);color:var(--orange)}
.split-section{display:grid;grid-template-columns:1fr 1fr;min-height:720px;background:var(--paper)}.split-section.image-left .split-image{order:0}.split-section.image-left .split-content{order:1}.split-content{padding:clamp(70px,8vw,130px) clamp(24px,6vw,96px);display:flex;flex-direction:column;justify-content:center}.split-content p{color:var(--muted);font-size:18px}.split-image{min-height:520px;overflow:hidden}.split-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.split-section:hover .split-image img{transform:scale(1.045)}.check-list{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:14px}.check-list li{position:relative;padding-left:30px;font-weight:700}.check-list li:before{content:"";position:absolute;left:0;top:9px;width:12px;height:12px;background:var(--orange);border-radius:50%}
.stat-band{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#102034;padding:0}.is-dark{background:var(--navy);color:#fff}.stat-card{padding:52px clamp(24px,4vw,60px);background:#071526;transition:background .25s ease,transform .25s ease}.stat-card:hover{background:#0b2036;transform:translateY(-4px)}.stat-card strong{display:block;font-size:clamp(30px,4vw,54px);letter-spacing:-.045em;margin-bottom:10px}.stat-card span{color:rgba(255,255,255,.72)}
.insight-strip{background:#f5f2ec}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.process-item{border-top:2px solid var(--ink);padding-top:24px;transition:border-color .25s ease,transform .25s ease}.process-item:hover{border-color:var(--orange);transform:translateY(-6px)}.process-item span{color:var(--orange);font-weight:900}.process-item h3{font-size:32px;margin:25px 0 10px}.process-item p{color:var(--muted)}.cta-section{margin:0 clamp(24px,6vw,96px) clamp(72px,9vw,120px);padding:clamp(48px,7vw,88px);background:var(--navy);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:34px;position:relative;overflow:hidden}.cta-section:after{content:"";position:absolute;right:-80px;bottom:-120px;width:380px;height:380px;background:var(--orange);opacity:.24;border-radius:50%}.cta-section p{color:rgba(255,255,255,.74);max-width:720px}
.page-hero{padding:170px clamp(24px,6vw,96px) 90px;min-height:520px;display:flex;align-items:end;position:relative;overflow:hidden}.page-hero h1,.legal-hero h1{font-size:clamp(48px,7vw,104px);line-height:.93;letter-spacing:-.06em;max-width:990px}.page-hero p{font-size:20px;color:var(--muted);max-width:750px}.image-hero{color:#fff;min-height:760px}.image-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.image-hero>div:last-child{position:relative;z-index:2}.hero-overlay.light{background:linear-gradient(90deg,rgba(5,14,24,.78),rgba(5,14,24,.35),rgba(5,14,24,.1))}.light-hero{background:#f5f2ec}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.value-card{background:#fff;border:1px solid var(--line);padding:36px;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.value-card h3{font-size:34px;letter-spacing:-.04em}.value-card p{color:var(--muted)}.scope-note{background:#071526;color:#fff;max-width:none}.scope-note h2{font-size:42px}.scope-note p{max-width:950px;color:rgba(255,255,255,.78)}
.insight-cards{display:grid;gap:28px;background:#fff}.insight-card{display:grid;grid-template-columns:360px 1fr;border:1px solid var(--line);background:#fff;min-height:280px;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.insight-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:#f0c7b8}.insight-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.insight-card:hover img{transform:scale(1.06)}.insight-card div{padding:34px 42px}.insight-card p{text-transform:uppercase;letter-spacing:.14em;color:var(--orange);font-weight:900;font-size:12px}.insight-card h2{font-size:34px;line-height:1.05;letter-spacing:-.04em}.insight-card span{color:var(--muted);font-size:17px}
.contact-hero{background:#f5f2ec}.contact-wrap{padding:0 clamp(24px,6vw,96px) clamp(80px,10vw,140px)}.contact-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:clamp(32px,5vw,70px)}.contact-panel h2{font-size:clamp(34px,4vw,64px);line-height:1;letter-spacing:-.05em}.contact-panel p{color:var(--muted)}.mini-note{border-left:4px solid var(--orange);padding:16px 18px;background:#f7f4ef;color:#323232;font-weight:700}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{display:grid;gap:8px;font-weight:800;font-size:13px;letter-spacing:.02em}.contact-form .full{grid-column:1/-1}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid #d9d3ca;background:#fbfaf7;border-radius:0;padding:14px 14px;outline:none;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(242,90,34,.12);background:#fff}.consent-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:start;font-weight:500!important;color:var(--muted)}.consent-check input{width:auto;margin-top:5px}.consent-check a{color:var(--blue);font-weight:800;border-bottom:1px solid currentColor}.form-status{grid-column:1/-1;color:var(--blue);font-weight:800;margin:0}
.legal-hero{padding:170px clamp(24px,6vw,96px) 70px;background:#f5f2ec}.legal-hero p{color:var(--muted)}.legal-content{max-width:960px;margin:0 auto;padding:60px 24px 120px}.legal-content h2{font-size:28px;margin:34px 0 8px}.legal-content p{color:#4f5256;font-size:18px}
.site-footer{background:#06111e;color:#fff;padding:70px clamp(24px,6vw,96px) 28px}.footer-top{display:grid;grid-template-columns:1.45fr .65fr .65fr 1.2fr;gap:44px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.15)}.footer-logo{width:260px;margin-bottom:28px}.site-footer p{color:rgba(255,255,255,.66);font-size:14px}.site-footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.14em;color:var(--orange)}.site-footer a,.text-button{display:block;color:rgba(255,255,255,.78);margin:10px 0;font-size:14px;transition:color .2s ease,transform .2s ease}.site-footer a:hover,.text-button:hover{color:#fff;transform:translateX(4px)}.text-button{border:0;background:transparent;padding:0;cursor:pointer;text-align:left}.footer-bottom{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-top:24px;color:rgba(255,255,255,.55);font-size:13px}
.consent-backdrop{position:fixed;inset:0;z-index:150;background:rgba(0,0,0,.32);backdrop-filter:blur(4px)}.consent-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(1120px,calc(100vw - 42px));max-height:calc(100svh - 42px);overflow:auto;z-index:160;background:#fff;border-radius:22px;box-shadow:0 30px 90px rgba(0,0,0,.24);padding:42px 52px;color:#1f2226}.consent-close{position:absolute;right:32px;top:25px;border:0;background:transparent;font-size:56px;line-height:1;cursor:pointer;font-weight:900;color:#1f2226}.consent-modal h2{text-align:center;font-size:34px;letter-spacing:-.02em}.consent-modal p{font-size:25px;line-height:1.45;color:#282b2f;margin:38px 0 54px}.consent-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.consent-actions .button{font-size:30px;border-radius:10px;padding:22px 20px}.consent-preferences{display:grid;gap:14px}.pref-row{display:flex;justify-content:space-between;gap:22px;align-items:center;border:1px solid #eee;padding:18px;border-radius:12px}.pref-row span{display:block;color:var(--muted);font-size:14px;font-weight:400}.pref-row input{width:24px;height:24px}.pref-row em{font-style:normal;color:var(--orange);font-weight:800}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:980px){.desktop-nav,.nav-cta{display:none}.site-header{grid-template-columns:auto 1fr auto;height:74px}.menu-button{display:block;justify-self:end}.brand img{height:32px}.hero{padding:130px 24px 56px}.intro-grid,.split-section,.contact-panel{grid-template-columns:1fr}.service-grid,.service-grid.six,.process-grid,.stat-band,.value-grid{grid-template-columns:1fr}.section-header{align-items:start;flex-direction:column}.split-content{padding:70px 24px}.insight-card{grid-template-columns:1fr}.insight-card img{height:260px}.footer-top{grid-template-columns:1fr 1fr}.contact-form{grid-template-columns:1fr}.consent-modal{padding:34px 24px}.consent-modal p{font-size:18px;margin:24px 0}.consent-actions{grid-template-columns:1fr}.consent-actions .button{font-size:22px}.cta-section{flex-direction:column;align-items:flex-start}}
@media (max-width:620px){.hero h1,.page-hero h1,.legal-hero h1{font-size:48px}.intro-title h2,.section-header h2,.split-content h2,.cta-section h2{font-size:38px}.section,.page-hero,.legal-hero{padding-left:20px;padding-right:20px}.footer-top{grid-template-columns:1fr}.footer-logo{width:220px}.consent-close{font-size:42px;right:20px}.consent-modal h2{text-align:left;padding-right:44px}.contact-panel{padding:26px}.service-card{min-height:auto}.stat-card{padding:34px 24px}}

/* Revision: cleaner ARC-inspired navigation, smaller footer logo, compact bottom-right consent. */
.desktop-nav{gap:34px;}
.nav-link{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:13px;font-weight:500;letter-spacing:.01em;line-height:1;color:inherit;text-transform:none;padding:32px 0;}
.nav-link:after{bottom:24px;height:2px;}
.nav-cta{font-size:12px;font-weight:600;letter-spacing:.01em;}
.page-hero.plain-hero{background:#f5f2ec;color:var(--ink);padding:170px clamp(24px,6vw,96px) 92px;min-height:auto;display:block;}
.page-hero.plain-hero h1{max-width:1180px;color:var(--ink);text-shadow:none;}
.page-hero.plain-hero p:not(.eyebrow){max-width:820px;color:#4f5256;opacity:1;}
.footer-logo{width:130px;max-width:130px;margin-bottom:22px;}
.footer-bottom{justify-content:flex-start;}
.consent-backdrop{display:none!important;}
.consent-modal{left:auto;top:auto;right:22px;bottom:22px;transform:none;width:min(480px,calc(100vw - 32px));max-height:calc(100svh - 44px);border-radius:18px;padding:24px 28px 26px;box-shadow:0 18px 55px rgba(0,0,0,.22);}
.consent-close{right:18px;top:12px;font-size:34px;line-height:1;color:#1f2226;}
.consent-modal h2{text-align:center;font-size:22px;letter-spacing:-.02em;margin-bottom:18px;padding-right:24px;}
.consent-modal p{font-size:15px;line-height:1.48;color:#2b2d31;margin:0 0 22px;}
.consent-actions{grid-template-columns:repeat(3,1fr);gap:10px;}
.consent-actions .button{font-size:15px;border-radius:8px;padding:13px 12px;font-weight:800;}
.consent-preferences{gap:10px;}
.pref-row{padding:12px;border-radius:8px;gap:12px;}
.pref-row strong{font-size:12px;}
.pref-row span{font-size:11px;line-height:1.35;}
.pref-row input{width:17px;height:17px;}
.pref-row em{font-size:11px;}
@media(max-width:620px){.footer-logo{width:110px;max-width:110px}.consent-modal{right:12px;bottom:12px;width:calc(100vw - 24px);padding:22px 18px}.consent-actions{grid-template-columns:1fr}.consent-modal h2{text-align:left}.consent-actions .button{font-size:15px}}


/* v3 precision revisions: compact consent, ARC-like menu, smaller favicon support, cleaner hero alignment. */
.site-header{height:76px!important;padding-left:clamp(28px,5vw,96px)!important;padding-right:clamp(28px,5vw,96px)!important;gap:36px!important;}
.site-header.scrolled{height:68px!important;}
.brand img{height:34px!important;max-width:190px!important;}
.desktop-nav{gap:38px!important;}
.nav-link{font-family:"Helvetica Neue", Arial, sans-serif!important;font-size:14px!important;font-weight:600!important;letter-spacing:0!important;line-height:1!important;text-transform:none!important;padding:30px 0!important;color:inherit!important;}
.nav-link:after{bottom:20px!important;height:3px!important;background:var(--orange)!important;}
.nav-cta{font-family:"Helvetica Neue", Arial, sans-serif!important;font-size:13px!important;font-weight:600!important;letter-spacing:0!important;padding:11px 18px!important;}
.hero{align-items:flex-end!important;padding:142px clamp(30px,5.2vw,96px) clamp(62px,7vw,102px)!important;}
.hero-inner{max-width:1040px!important;}
.hero h1{font-size:clamp(58px,7.6vw,118px)!important;line-height:.92!important;letter-spacing:-.06em!important;margin:0 0 30px 0!important;max-width:960px!important;}
.hero-copy{font-size:clamp(19px,1.85vw,24px)!important;line-height:1.48!important;max-width:820px!important;color:rgba(255,255,255,.86)!important;margin-bottom:30px!important;}
.hero-actions{gap:12px!important;}
.footer-logo{width:96px!important;max-width:96px!important;margin-bottom:20px!important;}
.footer-top{grid-template-columns:1.15fr .7fr .7fr 1.15fr!important;}
.consent-backdrop{display:none!important;background:transparent!important;backdrop-filter:none!important;pointer-events:none!important;}
.consent-modal{position:fixed!important;left:auto!important;top:auto!important;right:18px!important;bottom:18px!important;transform:none!important;width:360px!important;max-width:calc(100vw - 28px)!important;max-height:calc(100svh - 36px)!important;overflow:auto!important;z-index:9999!important;background:#fff!important;border-radius:16px!important;box-shadow:0 16px 48px rgba(17,24,39,.20)!important;padding:18px 18px 16px!important;color:#202329!important;border:1px solid rgba(0,0,0,.08)!important;}
.consent-close{position:absolute!important;right:14px!important;top:10px!important;width:28px!important;height:28px!important;padding:0!important;border:0!important;background:transparent!important;font-size:30px!important;line-height:24px!important;font-weight:800!important;color:#202329!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.consent-modal h2{text-align:center!important;font-size:18px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-.015em!important;margin:4px 36px 16px!important;padding:0!important;color:#202329!important;}
.consent-modal p{font-size:12.5px!important;line-height:1.48!important;font-weight:400!important;color:#33373d!important;margin:0 0 16px!important;text-align:left!important;}
.consent-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin:0!important;}
.consent-actions .button{min-height:42px!important;border-radius:7px!important;padding:9px 8px!important;font-size:12.5px!important;font-weight:700!important;line-height:1.15!important;text-align:center!important;box-shadow:none!important;white-space:normal!important;}
.consent-preferences{display:grid!important;gap:8px!important;margin-top:8px!important;}
.pref-row{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:10px!important;border:1px solid #ececec!important;padding:10px 11px!important;border-radius:9px!important;background:#fff!important;}
.pref-row strong{display:block!important;font-size:11px!important;line-height:1.2!important;font-weight:700!important;color:#202329!important;margin:0 0 2px!important;}
.pref-row span{display:block!important;font-size:10px!important;line-height:1.3!important;font-weight:400!important;color:#6b7078!important;margin:0!important;}
.pref-row input{width:15px!important;height:15px!important;margin:0!important;}
.pref-row em{font-style:normal!important;color:var(--orange)!important;font-size:10px!important;font-weight:700!important;white-space:nowrap!important;}
@media(max-width:980px){.desktop-nav,.nav-cta{display:none!important}.brand img{height:30px!important}.hero{padding-left:24px!important;padding-right:24px!important}.hero h1{font-size:clamp(48px,12vw,78px)!important}.hero-copy{font-size:18px!important}.consent-modal{right:14px!important;bottom:14px!important;width:350px!important}.consent-actions{grid-template-columns:repeat(3,1fr)!important}.consent-actions .button{font-size:12px!important}}
@media(max-width:480px){.consent-modal{right:10px!important;bottom:10px!important;width:calc(100vw - 20px)!important;padding:16px!important}.consent-actions{grid-template-columns:1fr!important}.consent-modal h2{text-align:left!important;margin-right:36px!important;margin-left:0!important}.footer-logo{width:84px!important;max-width:84px!important}}


/* v5 corrections requested: remove contact note, make CTA clickable, compact consent */
.mini-note{display:none!important;}
.cta-section:after{pointer-events:none!important;z-index:0!important;}
.cta-section > *{position:relative!important;z-index:2!important;}
.cta-section .button{position:relative!important;z-index:3!important;pointer-events:auto!important;}
.consent-backdrop{display:none!important;pointer-events:none!important;background:transparent!important;backdrop-filter:none!important;}
.consent-modal{position:fixed!important;left:auto!important;top:auto!important;right:18px!important;bottom:18px!important;transform:none!important;width:320px!important;max-width:calc(100vw - 24px)!important;max-height:calc(100svh - 24px)!important;overflow:auto!important;border-radius:14px!important;padding:14px 14px 12px!important;box-shadow:0 14px 42px rgba(17,24,39,.18)!important;border:1px solid rgba(0,0,0,.08)!important;background:#fff!important;color:#202329!important;}
.consent-close{right:12px!important;top:8px!important;font-size:28px!important;line-height:1!important;color:#202329!important;}
.consent-modal h2{font-size:16px!important;line-height:1.15!important;text-align:center!important;margin:2px 30px 12px!important;padding:0!important;font-weight:700!important;letter-spacing:-.01em!important;}
.consent-modal p{font-size:11.5px!important;line-height:1.42!important;margin:0 0 12px!important;text-align:left!important;color:#30343a!important;font-weight:400!important;}
.consent-actions{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:7px!important;margin:0 0 10px!important;}
.consent-actions .button{min-height:40px!important;padding:8px 7px!important;border-radius:7px!important;font-size:11.5px!important;line-height:1.15!important;font-weight:700!important;box-shadow:none!important;}
.consent-preferences{gap:6px!important;margin-top:0!important;}
.pref-row{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:10px!important;border-radius:8px!important;padding:9px 10px!important;margin:0!important;border:1px solid #ececec!important;background:#fff!important;}
.pref-row strong{font-size:11.5px!important;line-height:1.15!important;font-weight:700!important;margin:0!important;}
.pref-row span{font-size:9.5px!important;line-height:1.25!important;margin-top:2px!important;color:#6b7078!important;}
.pref-row input{width:15px!important;height:15px!important;margin:0!important;}
.pref-row em{font-size:10px!important;line-height:1!important;color:var(--orange)!important;font-style:normal!important;font-weight:700!important;}
.consent-save-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:9px!important;}
.consent-save-row .button{min-height:42px!important;padding:8px!important;border-radius:7px!important;font-size:12px!important;line-height:1.15!important;font-weight:700!important;box-shadow:none!important;}
@media(max-width:480px){.consent-modal{right:10px!important;bottom:10px!important;width:300px!important;padding:13px!important}.consent-actions{grid-template-columns:repeat(3,1fr)!important}.consent-modal h2{text-align:center!important;margin:0 30px 10px!important}.consent-actions .button{font-size:10.5px!important}.consent-save-row .button{font-size:11px!important}}


/* v6 refinements: ARC-aligned header, orange footer hover, compact consent, favicon sizing */
.site-header{
  grid-template-columns:auto 1fr auto!important;
  gap:32px!important;
  padding-left:clamp(30px,5.6vw,108px)!important;
  padding-right:clamp(30px,5.6vw,108px)!important;
}
.desktop-nav{
  justify-self:end!important;
  justify-content:flex-end!important;
  gap:34px!important;
  margin-left:auto!important;
}
.nav-link{
  font-family:Arial, Helvetica, sans-serif!important;
  font-size:13px!important;
  font-weight:500!important;
  letter-spacing:.005em!important;
  padding:29px 0!important;
  opacity:.96!important;
}
.nav-link:hover{color:var(--orange)!important;opacity:1!important;}
.nav-link:after{bottom:21px!important;height:2px!important;}
.nav-cta{
  justify-self:end!important;
  font-family:Arial, Helvetica, sans-serif!important;
  font-size:12px!important;
  font-weight:500!important;
  padding:10px 17px!important;
}
.site-footer a:hover,.site-footer .text-button:hover{
  color:var(--orange)!important;
  transform:translateX(4px)!important;
}
.site-footer a,.site-footer .text-button{transition:color .2s ease,transform .2s ease!important;}
.consent-backdrop{display:none!important;pointer-events:none!important;background:transparent!important;backdrop-filter:none!important;}
.consent-modal{
  right:16px!important;
  bottom:16px!important;
  width:300px!important;
  max-width:calc(100vw - 22px)!important;
  max-height:calc(100svh - 22px)!important;
  padding:12px 12px 11px!important;
  border-radius:13px!important;
  box-shadow:0 12px 36px rgba(17,24,39,.18)!important;
  overflow:auto!important;
}
.consent-close{
  right:9px!important;
  top:7px!important;
  width:24px!important;
  height:24px!important;
  font-size:24px!important;
  line-height:20px!important;
}
.consent-modal h2{
  font-size:15px!important;
  line-height:1.15!important;
  margin:1px 30px 10px!important;
  text-align:center!important;
  font-weight:700!important;
}
.consent-modal p{
  font-size:10.5px!important;
  line-height:1.38!important;
  margin:0 0 10px!important;
  color:#33373d!important;
  text-align:left!important;
}
.consent-actions{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:6px!important;
  margin:0 0 8px!important;
}
.consent-actions .button{
  min-height:34px!important;
  padding:7px 6px!important;
  border-radius:6px!important;
  font-size:10.5px!important;
  line-height:1.12!important;
  font-weight:700!important;
}
.consent-preferences{gap:5px!important;margin-top:0!important;}
.pref-row{
  grid-template-columns:1fr auto!important;
  gap:8px!important;
  padding:7px 8px!important;
  border-radius:7px!important;
}
.pref-row strong{font-size:10.5px!important;line-height:1.1!important;margin:0!important;}
.pref-row span{font-size:8.7px!important;line-height:1.2!important;margin-top:1px!important;}
.pref-row input{width:13px!important;height:13px!important;}
.pref-row em{font-size:8.7px!important;white-space:nowrap!important;}
.consent-save-row{grid-template-columns:1fr 1fr!important;gap:6px!important;margin-top:7px!important;}
.consent-save-row .button{min-height:34px!important;font-size:10.5px!important;padding:7px 6px!important;border-radius:6px!important;}
@media(max-width:980px){
  .desktop-nav,.nav-cta{display:none!important;}
  .site-header{grid-template-columns:auto 1fr auto!important;}
}
@media(max-width:480px){
  .consent-modal{right:8px!important;bottom:8px!important;width:292px!important;max-width:calc(100vw - 16px)!important;padding:12px!important;}
  .consent-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .consent-actions .button{font-size:10px!important;}
}
