:root {
  --red: #e61d25;
  --red-dark: #bd1119;
  --navy: #212b38;
  --navy-deep: #151d27;
  --ink: #1c2530;
  --muted: #66717f;
  --line: #dfe3e8;
  --paper: #f5f6f7;
  --white: #fff;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Arial Nova", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 12px 18px; background: var(--white); color: var(--navy); border-radius: 0 0 6px 6px; }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid #f7a1a5; outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 84px; color: var(--navy); background: rgba(255,255,255,.97); transition: border-color .25s, box-shadow .25s; border-bottom: 1px solid transparent; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(21,29,39,.07); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 205px; flex: 0 0 auto; }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 14px; border-radius: 4px; color: #4d5967; font-size: .83rem; font-weight: 700; transition: color .2s, background .2s; }
.main-nav a:hover { color: var(--red); background: #fff1f2; }
.main-nav .nav-legal { margin-left: 10px; border: 1px solid var(--line); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; position: relative; }
.menu-toggle span { position: absolute; left: 9px; width: 26px; height: 2px; background: currentColor; transition: transform .25s, opacity .25s, top .25s; }
.menu-toggle span:nth-child(1) { top: 13px; }.menu-toggle span:nth-child(2) { top: 21px; }.menu-toggle span:nth-child(3) { top: 29px; }
.menu-toggle.active span:nth-child(1) { top: 21px; transform: rotate(45deg); }.menu-toggle.active span:nth-child(2) { opacity: 0; }.menu-toggle.active span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

.hero { min-height: 100svh; color: var(--navy); background: var(--white); position: relative; overflow: hidden; display: grid; align-items: center; }
.hero::before { content: ""; position: absolute; width: min(42vw,620px); aspect-ratio: 1; right: -12%; top: 50%; transform: translateY(-50%) rotate(45deg); border: clamp(45px,7vw,100px) solid rgba(230,29,37,.035); }
.hero-inner { position: relative; z-index: 2; padding-top: 115px; padding-bottom: 65px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); align-items: center; gap: 80px; }
.eyebrow, .section-label { margin: 0 0 18px; color: var(--red-dark); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero .eyebrow { color: var(--red-dark); }
.eyebrow { display: flex; align-items: center; gap: 10px; }.eyebrow span { width: 28px; height: 2px; background: var(--red); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(3rem,5.7vw,6rem); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.hero h1 em { display: block; color: var(--red); font-style: normal; }
.hero-lead { max-width: 660px; margin: 30px 0 0; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid transparent; border-radius: 4px; font-weight: 800; font-size: .86rem; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }.button-primary { background: var(--red); color: var(--white); }.button-primary:hover { background: var(--red-dark); }.button-secondary { color: inherit; border-color: #aeb6bf; background: transparent; }.button-secondary:hover { background: var(--paper); border-color: var(--navy); }
.hero-visual { min-height: 430px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-left: 1px solid var(--line); position: relative; }
.growth-mark { width: min(390px,90%); aspect-ratio: 1.15; position: relative; display: flex; align-items: end; justify-content: center; gap: 18px; padding: 17% 12% 13%; }
.bar { display: block; width: 17%; background: linear-gradient(180deg, #ff4d55, var(--red)); transform-origin: bottom; animation: grow 1.1s cubic-bezier(.2,.8,.2,1) both; }
.bar-one { height: 32%; animation-delay: .15s; }.bar-two { height: 48%; animation-delay: .28s; }.bar-three { height: 40%; animation-delay: .41s; }.bar-four { height: 76%; animation-delay: .54s; }
.growth-line { position: absolute; left: 18%; top: 41%; width: 63%; height: 26%; border-top: 5px solid var(--navy); border-right: 5px solid var(--navy); transform: skewY(-27deg) rotate(-1deg); opacity: .88; }
.hero-visual p { margin: 0; color: rgba(33,43,56,.12); font-weight: 900; font-size: clamp(1.8rem,3vw,3rem); line-height: .9; letter-spacing: .12em; }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; width: 30px; height: 45px; border: 1px solid rgba(33,43,56,.3); border-radius: 18px; }.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--red); animation: scroll 2s infinite; }

.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.section h2 { margin: 0; color: var(--navy); font-size: clamp(2.3rem,4.2vw,4.5rem); line-height: 1.05; letter-spacing: -.04em; text-wrap: balance; }.section h2 span { color: var(--red); }
.intro-copy { border-left: 1px solid var(--line); padding-left: 50px; color: var(--muted); }.intro-copy p { margin: 0 0 22px; }.intro-copy .large-copy { color: var(--navy); font-size: 1.45rem; line-height: 1.45; font-weight: 700; }
.company-details { margin: 0; border-top: 1px solid var(--line); }
.company-details div { display: grid; grid-template-columns: minmax(140px,.7fr) 1.3fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.company-details dt { color: var(--muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.company-details dd { margin: 0; color: var(--navy); font-weight: 700; }
.contact h2 { color: var(--white); }

.legal-hub { background: var(--paper); }
.legal-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }.legal-grid > div:first-child > p:last-child { color: var(--muted); max-width: 560px; margin-top: 26px; }
.legal-links { border-top: 1px solid #ccd2d8; }.legal-links a { display: flex; justify-content: space-between; align-items: center; min-height: 86px; padding: 18px 6px; border-bottom: 1px solid #ccd2d8; font-size: 1.12rem; font-weight: 800; transition: color .2s, padding .2s; }.legal-links a:hover { color: var(--red); padding-inline: 14px; }.legal-links strong { font-size: 1.5rem; font-weight: 400; }

.location { background: var(--white); }.location-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: stretch; }.location-copy { padding: 30px 0; }.location-copy h2 { font-size: clamp(2.2rem,3.6vw,3.8rem); }.map-address { margin: 28px 0 0; color: var(--navy); font-size: 1.15rem; font-weight: 800; }.map-privacy { max-width: 430px; margin: 18px 0 0; color: var(--muted); font-size: .83rem; }.map-shell { min-height: 390px; position: relative; overflow: hidden; display: grid; place-items: center; background: var(--paper); border: 1px solid var(--line); }.map-pattern { position: absolute; inset: 0; opacity: .55; background: linear-gradient(32deg, transparent 45%, #d9dee3 46%, #d9dee3 47%, transparent 48%), linear-gradient(145deg, transparent 40%, #e3e6e9 41%, #e3e6e9 43%, transparent 44%); background-size: 150px 110px, 190px 140px; }.map-pattern::before,.map-pattern::after { content:""; position:absolute; border:2px solid #d1d6dc; border-radius:50%; }.map-pattern::before { width:170px; height:170px; left:11%; top:18%; }.map-pattern::after { width:230px; height:230px; right:5%; bottom:-25%; }.map-pattern span { position:absolute; z-index:1; left:50%; top:42%; width:34px; height:34px; border-radius:50% 50% 50% 0; background:var(--red); transform:translate(-50%,-50%) rotate(-45deg); box-shadow:0 8px 24px rgba(230,29,37,.25); }.map-pattern span::after { content:""; position:absolute; width:11px; height:11px; left:50%; top:50%; border-radius:50%; background:#fff; transform:translate(-50%,-50%); }.map-load { position:relative; z-index:2; }.map-load:disabled { color:#687382; background:#fff; border-color:#cbd2d9; cursor:not-allowed; }.map-shell iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }

.contact { color: var(--white); background: var(--red); position: relative; overflow: hidden; }.contact::after { content: ""; position: absolute; right: -9%; bottom: -60%; width: 540px; aspect-ratio: 1; border: 90px solid rgba(255,255,255,.08); transform: rotate(45deg); }.contact-layout { position:relative; z-index:1; display:grid; grid-template-columns:.78fr 1.22fr; gap:80px; align-items:start; }.contact-inner { position: relative; z-index: 1; padding-top:25px; }.contact .section-label { color: var(--white); opacity: 1; }.contact h2 { max-width: 840px; }.contact-inner > p:not(.section-label) { max-width: 680px; margin: 24px 0 36px; color: var(--white); }.contact-placeholder { display: inline-flex; flex-direction: column; gap: 4px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.55); }.contact-placeholder span { font-weight: 800; }.contact-placeholder small { color: var(--white); }
.contact-form { padding:clamp(24px,4vw,42px); color:var(--navy); background:var(--white); box-shadow:0 18px 55px rgba(91,5,10,.18); }.form-heading { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:25px; padding-bottom:18px; border-bottom:1px solid var(--line); }.form-heading p { margin:0; font-size:1.4rem; font-weight:900; }.form-heading span { color:var(--muted); font-size:.72rem; }.contact-fields { display:grid; grid-template-columns:1fr 1fr; gap:17px; }.contact-form label { display:flex; flex-direction:column; gap:6px; color:#4f5a67; font-size:.76rem; font-weight:800; }.contact-form .wide { grid-column:1/-1; }.contact-form input,.contact-form textarea { width:100%; padding:11px 12px; border:1px solid #cbd2d9; border-radius:3px; color:var(--ink); background:#fff; font:inherit; font-size:.9rem; resize:vertical; }.contact-form input:focus,.contact-form textarea:focus { outline:3px solid rgba(230,29,37,.15); border-color:var(--red); }.consent { margin-top:18px; flex-direction:row!important; align-items:flex-start; gap:10px!important; font-weight:500!important; line-height:1.45; }.consent input { width:19px; height:19px; margin:1px 0 0; flex:0 0 auto; }.consent a { color:var(--red-dark); text-decoration:underline; }.website-field { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }.captcha-slot { min-height:78px; margin-top:18px; display:flex; align-items:center; gap:10px; color:var(--muted); font-size:.78rem; }.captcha-slot p { margin:0; padding:12px 14px; border-left:3px solid #cbd2d9; background:var(--paper); } .captcha-activate { min-height:44px; padding:9px 13px; border:1px solid var(--line); border-radius:4px; color:var(--navy); background:#fff; font:inherit; font-weight:800; cursor:pointer; } .captcha-activate:hover { color:var(--red); background:#fff5f5; }.form-footer { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-top:18px; }.form-status { margin:0; color:var(--muted); font-size:.8rem; }.form-status.error { color:#a8141b; }.form-status.success { color:#23754b; }.contact-submit:disabled { color:#727b85; background:#dfe3e8; cursor:not-allowed; transform:none; }

.site-footer { padding: 60px 0 24px; background: #101720; color: rgba(255,255,255,.62); }.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 42px; }.footer-main img { width: 190px; background: var(--white); padding: 6px 10px; }.footer-main nav { display: flex; flex-wrap: wrap; gap: 24px; }.footer-main a:hover { color: var(--white); }.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }

.cookie-banner { position: fixed; z-index: 2000; left: 24px; right: 24px; bottom: 24px; width: min(760px,calc(100% - 48px)); margin-inline: auto; background: var(--white); color: var(--navy); border-top: 4px solid var(--red); box-shadow: 0 18px 60px rgba(9,15,23,.28); padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }.cookie-banner[hidden] { display: none; }.cookie-title { margin: 0 0 4px; font-weight: 900; font-size: 1.05rem; }.cookie-banner p { margin: 0; font-size: .88rem; line-height: 1.5; }.cookie-banner p a { color: var(--red-dark); text-decoration: underline; }.cookie-actions { display: flex; flex: 0 0 auto; gap: 8px; }.cookie-banner .button-secondary { color: var(--navy); border-color: var(--line); }

.legal-page { min-height: 100svh; background: var(--paper); padding: 130px 0 90px; }.legal-shell { display: grid; grid-template-columns: 260px minmax(0,790px); gap: 70px; align-items: start; }.legal-aside { position: sticky; top: 110px; }.legal-aside img { width: 210px; background: var(--white); padding: 8px 12px; margin-bottom: 30px; }.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--red-dark); font-weight: 800; font-size: .86rem; }.legal-document { background: var(--white); border-top: 5px solid var(--red); padding: clamp(28px,5vw,64px); box-shadow: 0 10px 38px rgba(20,29,39,.07); }.draft-notice { padding: 16px 18px; margin-bottom: 30px; border-left: 4px solid var(--red); background: #fff1f2; color: #73181c; font-weight: 700; }.legal-document h1 { margin: 0 0 18px; color: var(--navy); font-size: clamp(2.2rem,5vw,4rem); line-height: 1; letter-spacing: -.04em; }.legal-document h2 { margin: 42px 0 12px; font-size: 1.35rem; color: var(--navy); }.legal-document p, .legal-document li { color: #4e5965; }.legal-document address { font-style: normal; padding: 18px; background: var(--paper); }.legal-document a { color: var(--red-dark); text-decoration: underline; }.legal-document table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .9rem; }.legal-document th, .legal-document td { text-align: left; vertical-align: top; padding: 12px; border: 1px solid var(--line); }.legal-document th { background: var(--navy); color: var(--white); }.updated { margin-top: 42px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .82rem; }

@keyframes grow { from { transform: scaleY(0); opacity: 0; } to { transform: scaleY(1); opacity: 1; } }
@keyframes scroll { 0% { transform: translate(-50%,0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%,18px); opacity: 0; } }

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .hero-inner { grid-template-columns: 1fr; gap: 25px; padding-top: 140px; padding-bottom: 90px; }
  .hero-visual { min-height: 270px; border: 0; border-top: 1px solid var(--line); flex-direction: row; justify-content: space-between; }
  .growth-mark { width: 270px; }.hero-visual p { font-size: 1.4rem; }
  .intro-grid, .legal-grid, .location-grid, .contact-layout { grid-template-columns: 1fr; gap: 42px; }.intro-copy { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); padding-top: 34px; }
  .legal-shell { grid-template-columns: 1fr; gap: 30px; }.legal-aside { position: static; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.legal-aside img { margin: 0; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px),var(--container)); }
  .site-header { height: 70px; }.brand { width: 168px; }.menu-toggle { display: block; color: var(--navy); }
  .main-nav { position: fixed; left: 0; right: 0; top: 70px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 18px 16px 24px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 16px 34px rgba(21,29,39,.12); }.main-nav.open { display: flex; }.main-nav a, .site-header .main-nav a { color: var(--navy); padding: 10px 14px; }.main-nav .nav-legal { margin: 8px 0 0; border-color: var(--line); }
  .hero h1 { font-size: clamp(2.7rem,14vw,4.4rem); }.hero-lead { font-size: 1rem; }.hero-visual { display: none; }.hero-inner { min-height: 100svh; padding-top: 112px; padding-bottom: 90px; }
  .company-details div { grid-template-columns: 1fr; gap: 4px; }
  .contact-fields { grid-template-columns:1fr; }.contact-form .wide { grid-column:auto; }.form-heading,.form-footer { align-items:flex-start; flex-direction:column; }.contact-form { padding:24px 18px; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; }.footer-main nav { flex-direction: column; gap: 12px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 18px; flex-direction: column; align-items: stretch; }.cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }.cookie-actions .button { padding-inline: 10px; }
  .legal-page { padding-top: 100px; }.legal-aside img { width: 160px; }.legal-document { padding: 28px 20px; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
