
:root {
  --navy: #384954;
  --navy-deep: #293942;
  --blue: #009cde;
  --blue-bright: #0ab5ff;
  --mist: #eff5f9;
  --white: #fff;
  --ink: #31434e;
  --muted: #667985;
  --line: #dbe7ed;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Roboto', Arial, sans-serif;
  --max: 1400px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-weight: 300; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
svg { display: block; }

.siteHeader { position: relative; z-index: 50; color: var(--white); background: var(--navy); }
.topBar { min-height: 34px; max-width: var(--max); margin: 0 auto; padding: 7px 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 11px; letter-spacing: .055em; text-transform: uppercase; }
.topBar div { display: flex; gap: 24px; }
.topBar a { transition: color .2s ease; }
.topBar a:hover { color: var(--blue-bright); }
.navBar { max-width: var(--max); min-height: 92px; margin: 0 auto; padding: 0 36px; display: flex; align-items: center; gap: 46px; }
.brand { width: 190px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktopNav { margin-left: auto; display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 500; }
.desktopNav > a, .navDropdown > summary { padding: 34px 0; transition: color .2s ease; }
.desktopNav > a:hover, .navDropdown > summary:hover { color: var(--blue-bright); }
.navDropdown { position: relative; }
.navDropdown > summary { display: flex; align-items: center; gap: 7px; cursor: pointer; list-style: none; }
.navDropdown > summary::-webkit-details-marker { display: none; }
.navDropdown > summary svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .2s ease; }
.navDropdown[open] > summary svg { transform: rotate(180deg); }
.megaMenu { position: absolute; top: 82px; right: -410px; width: min(920px, calc(100vw - 70px)); padding: 34px; display: grid; grid-template-columns: .75fr 1.55fr; gap: 40px; color: var(--navy); background: var(--white); border-radius: 3px; box-shadow: 0 28px 80px rgba(20,38,48,.25); }
.megaMenu::before, .smallMenu::before { content: ''; position: absolute; inset: -8px 0 auto; height: 8px; }
.megaIntro { padding: 10px 28px 10px 4px; border-right: 1px solid var(--line); }
.megaIntro > span { display: block; margin-bottom: 15px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.megaIntro strong { display: block; font-family: var(--serif); font-size: 27px; line-height: 1.3; }
.megaIntro a { display: inline-block; margin-top: 28px; color: var(--blue); font-size: 13px; font-weight: 600; }
.megaLinks { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 28px; }
.megaLinks a { min-height: 68px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); transition: color .2s ease, padding .2s ease; }
.megaLinks a:hover { color: var(--blue); padding-left: 5px; }
.megaLinks small { color: var(--blue); font-size: 10px; }
.megaLinks span { font-family: var(--serif); font-size: 15px; font-weight: 600; }
.megaLinks b { font-size: 14px; font-weight: 400; }
.smallMenu { position: absolute; top: 82px; left: -26px; min-width: 220px; padding: 12px; color: var(--navy); background: var(--white); border-radius: 3px; box-shadow: 0 22px 55px rgba(20,38,48,.24); }
.smallMenu a { padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 14px; }
.smallMenu a:last-child { border-bottom: 0; }
.smallMenu a:hover { color: var(--blue); }
.navActions { display: flex; align-items: center; gap: 14px; }
.navContact { min-height: 45px; padding: 0 19px; display: inline-flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; font-size: 13px; font-weight: 500; transition: background .2s ease, border-color .2s ease; }
.navContact:hover { background: var(--blue); border-color: var(--blue); }
.mobileMenu { display: none; }

.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 48%) minmax(0, 52%); color: var(--white); background: var(--navy); overflow: hidden; }
.heroContent { padding: clamp(80px, 8vw, 126px) max(36px, calc((100vw - var(--max)) / 2 + 36px)) 60px; padding-right: clamp(40px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--blue); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--blue-bright); }
.hero h1, .section h2, .featureContent h2, .officesSection h2, .ctaPanel h2 { margin: 23px 0 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 78px); font-weight: 600; letter-spacing: -.035em; line-height: 1.05; }
.hero h1 em, h2 em { color: var(--blue-bright); font-weight: 600; }
.heroLead { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.79); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.7; }
.heroActions { margin-top: 38px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: .015em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button svg, .textLink svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.button:hover { transform: translateY(-2px); }
.buttonPrimary { color: var(--white); background: var(--blue); }
.buttonPrimary:hover { background: var(--blue-bright); }
.textLink { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 500; }
.lightLink { color: rgba(255,255,255,.8); }
.lightLink:hover { color: var(--blue-bright); }
.heroLocations { margin-top: 48px; padding-top: 23px; display: flex; flex-wrap: wrap; gap: 14px 28px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.62); font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.heroVisual { position: relative; min-height: 620px; }
.heroVisual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(56,73,84,.36), transparent 35%); pointer-events: none; }
.heroVisual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.heroBadge { position: absolute; z-index: 2; right: 30px; bottom: 30px; width: 150px; aspect-ratio: 1; padding: 26px; display: flex; flex-direction: column; justify-content: center; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.92); backdrop-filter: blur(10px); text-align: center; }
.heroBadge strong { font-family: var(--serif); font-size: 19px; }
.heroBadge span { margin-top: 4px; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.trustBar { max-width: var(--max); margin: 0 auto; padding: 36px; display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.trustBar > div { padding: 3px 28px; border-right: 1px solid var(--line); }
.trustBar > div:last-child { border-right: 0; }
.trustBar strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 19px; }
.trustBar span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.section { max-width: var(--max); margin: 0 auto; padding: 118px 36px; }
.sectionIntro { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.sectionIntro h2, .processHeading h2 { color: var(--navy); font-size: clamp(40px, 4.5vw, 65px); }
.sectionIntro > p { max-width: 550px; margin: 0 0 7px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.serviceGrid { margin-top: 68px; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.serviceCard { position: relative; min-height: 350px; padding: 30px; display: flex; flex-direction: column; grid-column: span 2; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .3s ease, color .3s ease; }
.serviceCard::before { content: ''; position: absolute; width: 200px; aspect-ratio: 1; right: -150px; bottom: -150px; border: 1px solid rgba(0,156,222,.5); border-radius: 50%; transition: right .35s ease, bottom .35s ease, transform .35s ease; }
.serviceCard:hover { color: var(--white); background: var(--navy); }
.serviceCard:hover::before { right: -65px; bottom: -80px; transform: scale(1.4); }
.serviceNumber { color: var(--blue); font-size: 11px; font-weight: 600; letter-spacing: .13em; }
.serviceCard h3 { margin: auto 0 14px; font-family: var(--serif); font-size: 27px; line-height: 1.25; }
.serviceCard p { max-width: 360px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; transition: color .3s ease; }
.serviceCard:hover p { color: rgba(255,255,255,.72); }
.roundArrow { position: absolute; right: 26px; top: 25px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: background .3s ease, border-color .3s ease; }
.roundArrow svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.serviceCard:hover .roundArrow { color: var(--white); background: var(--blue); border-color: var(--blue); }

.splitFeature { display: grid; grid-template-columns: 1.06fr .94fr; color: var(--white); background: var(--navy); }
.featureImage { min-height: 690px; overflow: hidden; }
.featureImage img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.featureContent { padding: clamp(70px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.featureContent h2 { font-size: clamp(40px, 4.6vw, 67px); }
.featureContent > p { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.8; }
.checkList { margin: 32px 0 37px; padding: 0; list-style: none; }
.checkList li { padding: 15px 0; display: flex; gap: 15px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 14px; }
.checkList svg { width: 20px; color: var(--blue-bright); fill: none; stroke: currentColor; stroke-width: 1.8; }
.buttonGhost { align-self: flex-start; color: var(--white); border: 1px solid rgba(255,255,255,.42); }
.buttonGhost:hover { color: var(--navy); background: var(--white); }

.processSection { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.processList { margin: 0; padding: 0; list-style: none; }
.processList li { padding: 28px 0; display: grid; grid-template-columns: 55px 1fr; gap: 26px; align-items: start; border-bottom: 1px solid var(--line); }
.processList > li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--mist); font-size: 13px; font-weight: 600; }
.processList h3 { margin: 1px 0 8px; color: var(--navy); font-family: var(--serif); font-size: 22px; }
.processList p { margin: 0; color: var(--muted); font-size: 14px; }

.officesSection { color: var(--white); background: var(--navy-deep); }
.officesInner { padding-top: 105px; padding-bottom: 110px; }
.sectionIntro.compact { align-items: center; }
.sectionIntro.compact h2 { margin-top: 20px; color: var(--white); }
.sectionIntro.compact > p { color: rgba(255,255,255,.67); }
.officeGrid { margin-top: 60px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.officeCard { position: relative; min-height: 230px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); transition: background .3s ease; }
.officeCard:hover { background: var(--navy); }
.officeCard > span { position: absolute; top: 28px; left: 28px; color: var(--blue-bright); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.officeCard h3 { margin: 0; font-family: var(--serif); font-size: 28px; }
.officeCard p { margin: 5px 0 0; color: rgba(255,255,255,.57); font-size: 13px; }
.officeCard > svg { position: absolute; top: 26px; right: 26px; width: 20px; fill: none; stroke: var(--white); stroke-width: 1.4; }

.ctaSection { padding-top: 90px; padding-bottom: 90px; }
.ctaPanel { padding: clamp(45px, 7vw, 86px); display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 100px; color: var(--white); background: var(--navy); border-radius: 3px; }
.ctaPanel h2 { margin-top: 18px; font-size: clamp(40px, 4.8vw, 67px); }
.ctaBody p { margin: 0 0 30px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.8; }

.siteFooter { color: rgba(255,255,255,.68); background: #24333c; }
.footerTop { max-width: var(--max); margin: 0 auto; padding: 74px 36px; display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 70px; }
.footerBrand img { width: 190px; }
.footerBrand p { max-width: 340px; margin: 28px 0 0; font-size: 14px; line-height: 1.8; }
.footerColumn { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footerColumn h3 { margin: 0 0 12px; color: var(--white); font-family: var(--serif); font-size: 17px; }
.footerColumn a:hover { color: var(--blue-bright); }
.footerContact > a { color: var(--white); font-size: 15px; }
.footerContact p { margin: 12px 0 0; }
.footerBottom { max-width: var(--max); margin: 0 auto; padding: 23px 36px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .desktopNav { display: none; }
  .navBar { min-height: 80px; }
  .navActions { margin-left: auto; }
  .mobileMenu { display: block; position: relative; }
  .mobileMenu > summary { width: 44px; height: 44px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; cursor: pointer; list-style: none; }
  .mobileMenu > summary::-webkit-details-marker { display: none; }
  .mobileMenu > summary span { width: 18px; height: 1px; background: var(--white); }
  .mobilePanel { position: absolute; top: 60px; right: 0; width: min(440px, calc(100vw - 32px)); max-height: calc(100vh - 120px); padding: 25px; color: var(--navy); background: var(--white); box-shadow: 0 25px 70px rgba(0,0,0,.28); overflow-y: auto; }
  .mobilePanelTop { padding-bottom: 17px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
  .mobilePanelTop small { color: var(--muted); font-size: 9px; }
  .mobilePanel nav { display: flex; flex-direction: column; }
  .mobilePanel nav > a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 20px; font-weight: 600; }
  .mobilePanel nav > a.subLink { padding: 9px 4px 9px 18px; color: var(--muted); font-family: var(--sans); font-size: 13px; font-weight: 400; }
  .mobileLabel { padding: 20px 4px 6px; color: var(--blue); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
  .hero { grid-template-columns: 1fr 1fr; }
  .heroContent { padding-left: 36px; padding-right: 36px; }
  .hero h1 { font-size: clamp(43px, 6vw, 63px); }
  .trustBar { padding-left: 20px; padding-right: 20px; }
  .trustBar > div { padding: 3px 18px; }
  .sectionIntro { gap: 45px; }
  .serviceCard { padding: 25px; }
  .featureContent { padding: 70px 55px; }
  .processSection { gap: 65px; }
  .footerTop { gap: 40px; }
}

@media (max-width: 800px) {
  .topBar > span { display: none; }
  .topBar { justify-content: flex-end; padding: 6px 22px; }
  .topBar div { gap: 16px; }
  .topBar div a:last-child { display: none; }
  .navBar { padding: 0 22px; }
  .brand { width: 160px; }
  .navContact { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .heroContent { padding: 74px 24px 54px; }
  .heroVisual { min-height: 440px; }
  .heroLocations { margin-top: 38px; }
  .heroBadge { right: 18px; bottom: 18px; width: 125px; padding: 18px; }
  .trustBar { padding: 0 20px; grid-template-columns: repeat(3, 1fr); }
  .trustBar > div { padding: 24px 14px; border-bottom: 1px solid var(--line); }
  .section { padding: 82px 24px; }
  .sectionIntro { grid-template-columns: 1fr; gap: 28px; }
  .serviceGrid { grid-template-columns: 1fr 1fr; margin-top: 45px; }
  .serviceCard { min-height: 300px; grid-column: span 1; }
  .splitFeature { grid-template-columns: 1fr; }
  .featureImage { min-height: 480px; }
  .featureContent { padding: 76px 24px; }
  .processSection { grid-template-columns: 1fr; gap: 35px; }
  .officeGrid { grid-template-columns: 1fr 1fr; }
  .ctaPanel { padding: 55px 32px; grid-template-columns: 1fr; gap: 35px; }
  .footerTop { padding: 60px 24px; grid-template-columns: 1fr 1fr; }
  .footerBrand { grid-column: span 2; }
  .footerBottom { padding: 22px 24px; flex-direction: column; gap: 7px; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 43px; }
  .heroLead { font-size: 17px; }
  .heroActions { align-items: flex-start; flex-direction: column; }
  .heroVisual { min-height: 350px; }
  .heroVisual img { object-position: 56% center; }
  .trustBar { grid-template-columns: 1fr; }
  .trustBar > div { border-right: 0; }
  .serviceGrid { grid-template-columns: 1fr; }
  .serviceCard { grid-column: span 1; min-height: 270px; }
  .featureImage { min-height: 360px; }
  .officeGrid { grid-template-columns: 1fr; }
  .officeCard { min-height: 190px; }
  .footerTop { grid-template-columns: 1fr; }
  .footerBrand { grid-column: span 1; }
}

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

/* Inner pages */
.breadcrumbs { margin-bottom: 34px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.5); font-size: 11px; }
.breadcrumbs a:hover { color: var(--blue-bright); }
.breadcrumbs b { color: rgba(255,255,255,.78); font-weight: 400; }
.innerHero { min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--navy); }
.innerHeroCopy { padding: 88px max(36px, calc((100vw - var(--max)) / 2 + 36px)); padding-right: clamp(40px, 7vw, 105px); display: flex; flex-direction: column; justify-content: center; }
.innerHero h1, .officeHero h1, .pageHero h1, .contactHero h1, .aboutHero h1, .legalHero h1 { max-width: 760px; margin: 22px 0 0; font-family: var(--serif); font-size: clamp(45px, 5.2vw, 76px); font-weight: 600; letter-spacing: -.035em; line-height: 1.07; }
.innerHeroCopy > p, .officeHeroCopy > p { max-width: 640px; margin: 25px 0 34px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.75; }
.innerHeroCopy .button, .officeHeroCopy .button { align-self: flex-start; }
.innerHeroImage { position: relative; min-height: 620px; overflow: hidden; }
.innerHeroImage::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(56,73,84,.25), transparent 35%); }
.innerHeroImage img { width: 100%; height: 100%; object-fit: cover; }
.contentSplit { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.stickyHeading { align-self: start; position: sticky; top: 35px; }
.stickyHeading h2 { margin-top: 19px; color: var(--navy); font-size: clamp(38px, 4vw, 59px); }
.proseLarge { max-width: 720px; }
.proseLarge > p { margin: 0 0 24px; color: var(--muted); font-size: 18px; line-height: 1.85; }
.proseLarge > p:first-child { color: var(--navy); font-size: 22px; }
.benefitsBand, .valuesBand { color: var(--white); background: var(--navy-deep); }
.benefitsInner { padding-top: 92px; padding-bottom: 95px; }
.benefitGrid { margin-top: 44px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.benefitGrid article, .benefitGrid > a { position: relative; min-height: 310px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .2s ease; }
.benefitGrid > a:hover { background: var(--navy); }
.benefitGrid article > span, .benefitGrid > a > span { color: var(--blue-bright); font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.benefitGrid h2 { margin: auto 0 14px; color: var(--white); font-size: 25px; letter-spacing: -.02em; }
.benefitGrid p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.7; }
.benefitGrid i { position: absolute; top: 27px; right: 27px; }
.benefitGrid i svg { width: 18px; fill: none; stroke: var(--white); stroke-width: 1.5; }
.localLinksSection { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: end; }
.localLinksSection h2, .faqHeading h2 { margin-top: 18px; color: var(--navy); font-size: clamp(38px, 4vw, 59px); }
.localLinksSection > div:first-child > p { max-width: 520px; margin: 25px 0 0; color: var(--muted); font-size: 16px; }
.inlineOffices { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.inlineOffices a { padding: 23px; display: flex; align-items: center; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); font-family: var(--serif); font-size: 19px; font-weight: 600; transition: color .2s ease, background .2s ease; }
.inlineOffices a:hover { color: var(--white); background: var(--navy); }
.inlineOffices svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.faqSection { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; border-top: 1px solid var(--line); }
.faqList details { border-bottom: 1px solid var(--line); }
.faqList summary { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--navy); cursor: pointer; list-style: none; font-family: var(--serif); font-size: 20px; font-weight: 600; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-family: var(--sans); font-weight: 300; }
.faqList details[open] summary span { transform: rotate(45deg); }
.faqList details p { max-width: 680px; margin: -5px 55px 25px 0; color: var(--muted); font-size: 15px; }
.innerCta { padding-top: 0; }
.pageHero, .legalHero { padding: clamp(85px, 10vw, 145px) max(36px, calc((100vw - var(--max)) / 2 + 36px)); color: var(--white); background: var(--navy); }
.pageHero h1 em, .contactHero h1 em, .aboutHero h1 em { color: var(--blue-bright); }
.pageHero > p, .legalHero > p { max-width: 670px; margin: 26px 0 0; color: rgba(255,255,255,.74); font-size: 19px; }
.serviceOverview { padding-top: 75px; }
.overviewRow { padding: 36px 10px; display: grid; grid-template-columns: 70px 1fr 56px; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .25s ease, color .25s ease; }
.overviewRow:hover { padding-left: 22px; color: var(--blue); }
.overviewRow > span { color: var(--blue); font-size: 11px; font-weight: 600; }
.overviewRow h2 { margin: 0 0 8px; color: currentColor; font-size: clamp(27px, 3vw, 39px); }
.overviewRow p { margin: 0; color: var(--muted); font-size: 14px; }
.overviewRow i { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.overviewRow svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }

/* Office pages */
.officeHero { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; color: var(--white); background: var(--navy); }
.officeHeroCopy { padding: 90px max(36px, calc((100vw - var(--max)) / 2 + 36px)); padding-right: clamp(40px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.officeMap { position: relative; min-height: 650px; background: var(--mist); }
.officeMap > img { width: 100%; height: 100%; object-fit: cover; filter: contrast(.95); image-rendering: auto; }
.officeMap > div { position: absolute; right: 28px; bottom: 28px; min-width: 250px; padding: 26px; color: var(--navy); background: rgba(255,255,255,.94); box-shadow: 0 15px 45px rgba(35,52,61,.16); }
.officeMap > div span { display: block; color: var(--blue); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.officeMap > div strong { display: block; margin-top: 11px; font-family: var(--serif); font-size: 22px; }
.officeMap > div p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.contactMini { margin-top: 36px; padding-top: 27px; display: flex; flex-wrap: wrap; gap: 12px 30px; border-top: 1px solid var(--line); }
.contactMini a { color: var(--blue); font-weight: 500; }
.areaSection { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.areaSection h2 { margin-top: 18px; color: var(--navy); font-size: clamp(38px, 4vw, 59px); }
.areaSection > div > p { max-width: 500px; color: var(--muted); }
.areaSection ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.areaSection li { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); font-family: var(--serif); font-size: 18px; }

/* Contact */
.contactHero { padding: 105px max(36px, calc((100vw - var(--max)) / 2 + 36px)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; color: var(--white); background: var(--navy); }
.contactHero > div:first-child { padding-top: 25px; }
.contactHero > div:first-child > p { max-width: 520px; margin: 27px 0; color: rgba(255,255,255,.72); font-size: 18px; }
.directContact { margin-top: 38px; display: flex; flex-direction: column; gap: 6px; }
.directContact a { color: var(--blue-bright); font-family: var(--serif); font-size: 24px; }
.contactForm { padding: clamp(35px, 5vw, 62px); display: grid; grid-template-columns: 1fr 1fr; gap: 23px; color: var(--navy); background: var(--white); }
.formHeading { padding-bottom: 19px; display: flex; grid-column: span 2; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--line); }
.formHeading span { font-family: var(--serif); font-size: 25px; font-weight: 600; }
.formHeading small { color: var(--muted); font-size: 10px; }
.contactForm label { display: flex; flex-direction: column; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: .05em; }
.contactForm input, .contactForm select, .contactForm textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; color: var(--navy); background: transparent; font-size: 14px; font-weight: 300; }
.contactForm textarea { border: 1px solid var(--line); padding: 14px; }
.contactForm input:focus, .contactForm select:focus, .contactForm textarea:focus { border-color: var(--blue); }
.formRow { display: grid; grid-column: span 2; grid-template-columns: 1fr 1fr; gap: 25px; }
.contactForm > label:nth-of-type(5), .contactForm > label:nth-of-type(6), .contactForm .consent { grid-column: span 2; }
.contactForm .fullWidth, .contactForm .antispamCheck { grid-column: span 2; }
.contactForm .antispamCheck { padding: 13px 15px; flex-direction: row; align-items: center; gap: 10px; border: 1px solid var(--line); color: var(--navy); background: var(--mist); font-size: 11px; cursor: pointer; }
.contactForm .antispamCheck input { width: 17px; height: 17px; flex: 0 0 auto; }
.contactForm .consent { flex-direction: row; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 10px; font-weight: 300; letter-spacing: 0; }
.contactForm .consent input { width: 15px; height: 15px; flex: 0 0 auto; }
.contactForm .consent a { color: var(--blue); text-decoration: underline; }
.contactForm button { justify-self: start; border: 0; cursor: pointer; }
.applicationForm .fileHint { color: var(--muted); font-size: 10px; font-weight: 300; letter-spacing: 0; }
.contactOffices > h2, .peopleIntro h2 { margin-top: 17px; color: var(--navy); font-size: clamp(38px, 4vw, 59px); }
.contactOfficeGrid { margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contactOfficeGrid article { min-height: 260px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.contactOfficeGrid img { width: 100%; height: 100%; object-fit: cover; }
.contactOfficeGrid article > div { padding: 26px; display: flex; flex-direction: column; }
.contactOfficeGrid span { color: var(--blue); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contactOfficeGrid h3 { margin: auto 0 7px; color: var(--navy); font-family: var(--serif); font-size: 26px; }
.contactOfficeGrid p { margin: 0 0 15px; color: var(--muted); font-size: 13px; }
.contactOfficeGrid a { color: var(--blue); font-size: 12px; font-weight: 500; }
.peopleSection { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; border-top: 1px solid var(--line); }
.peopleGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.peopleGrid article { border: 1px solid var(--line); }
.peopleGrid img { width: 100%; aspect-ratio: .8; object-fit: cover; object-position: top; }
.peoplePhotoPlaceholder { width: 100%; aspect-ratio: .8; padding: 28px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--navy), var(--navy-deep)); text-align: center; }
.peoplePhotoPlaceholder span { max-width: 150px; font-family: var(--serif); font-size: 24px; line-height: 1.2; }
.peopleGrid article > div { padding: 23px; display: flex; flex-direction: column; }
.peopleGrid article > .peoplePhotoPlaceholder { padding: 28px; display: grid; }
.peopleGrid h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 22px; }
.peopleGrid span { color: var(--muted); font-size: 12px; }
.peopleGrid .peoplePhotoPlaceholder span { color: var(--white); font-size: 24px; }
.peopleGrid a { margin-top: 13px; color: var(--blue); font-size: 12px; font-weight: 500; }
.peopleGrid a + a { margin-top: 5px; }
.peopleGridSingle { max-width: 410px; grid-template-columns: 1fr; }

/* Careers */
.careerHero h1 em { color: var(--blue-bright); font-weight: 600; }
.careerPathLink { margin-top: 20px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); font-family: var(--serif); font-size: 19px; font-weight: 600; }
.careerPathLink svg { width: 20px; flex: 0 0 auto; fill: none; stroke: var(--blue); stroke-width: 1.5; }
.careerApplication h2 { max-width: 600px; margin: 22px 0 0; color: var(--white); font-size: clamp(40px, 4.5vw, 62px); }
.careerApplication > div:first-child > small { max-width: 520px; display: block; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.6; }

/* About */
.aboutHero { min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; color: var(--white); background: var(--navy); }
.aboutHero > div { padding: 105px max(36px, calc((100vw - var(--max)) / 2 + 36px)); padding-right: 70px; display: flex; flex-direction: column; justify-content: center; }
.aboutHero > div > p { max-width: 590px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 18px; }
.aboutHero > img { width: 100%; height: 100%; object-fit: cover; }
.storySection { display: grid; grid-template-columns: .65fr 1.35fr; gap: 110px; }
.storySection.noCallout { grid-template-columns: minmax(0, 1fr); }
.storySection.noCallout > div { width: 100%; max-width: 820px; margin: 0 auto; }
.storySection aside { padding: 35px; align-self: start; color: var(--white); background: var(--navy); }
.storySection aside span { color: var(--blue-bright); font-family: var(--serif); font-size: 58px; }
.storySection aside p { margin: 12px 0 0; color: rgba(255,255,255,.7); font-size: 14px; }
.storySection > div h2, .systemsSection h2 { margin-top: 18px; color: var(--navy); font-size: clamp(38px, 4vw, 59px); }
.storySection > div p { color: var(--muted); font-size: 17px; }
.valuesGrid { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.valuesGrid article { min-height: 310px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.valuesGrid article > span { color: var(--blue-bright); font-size: 10px; }
.valuesGrid h2 { margin: auto 0 12px; color: var(--white); font-size: 29px; }
.valuesGrid p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; }
.systemsSection { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.systemsSection > div:last-child > p { color: var(--muted); font-size: 16px; }
.systemsSection ul { margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.systemsSection li { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 500; }

/* Knowledge and legal */
.articleFilters { margin-bottom: 35px; display: flex; flex-wrap: wrap; gap: 8px; }
.articleFilters span, .articleFilters button { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; font-size: 11px; cursor: pointer; }
.articleFilters span { color: var(--white); background: var(--navy); border-color: var(--navy); }
.articleGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.articleCard { display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid var(--line); min-height: 300px; }
.articleImage { overflow: hidden; }
.articleImage img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.articleCard:hover .articleImage img { transform: scale(1.04); }
.articleCopy { position: relative; padding: 28px; display: flex; flex-direction: column; }
.articleCopy > span { color: var(--blue); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.articleCopy h2 { margin: auto 0 12px; color: var(--navy); font-size: 25px; }
.articleCopy p { margin: 0; color: var(--muted); font-size: 13px; }
.articleCopy i { position: absolute; top: 27px; right: 27px; }
.articleCopy svg { width: 18px; fill: none; stroke: var(--navy); stroke-width: 1.5; }
.newsletterPanel { margin-bottom: 100px; padding: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; color: var(--white); background: var(--navy); }
.newsletterPanel h2 { margin-top: 18px; color: var(--white); font-size: clamp(38px, 4vw, 58px); }
.newsletterPanel form { align-self: center; }
.newsletterPanel label { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.newsletterPanel form > div { margin-top: 10px; display: flex; }
.newsletterPanel input { min-width: 0; padding: 15px 18px; flex: 1; border: 0; color: var(--navy); }
.newsletterPanel button { padding: 0 23px; border: 0; color: var(--white); background: var(--blue); cursor: pointer; }
.newsletterPanel small { display: block; margin-top: 8px; color: rgba(255,255,255,.55); }
.newsletterPanel .newsletterCheck { margin-top: 12px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.78); font-size: 10px; font-weight: 400; letter-spacing: 0; text-transform: none; cursor: pointer; }
.newsletterPanel .newsletterCheck input { width: 16px; height: 16px; margin: 0; padding: 0; flex: 0 0 auto; }
.newsletterNotice { margin: 0 0 14px; padding: 12px 14px; border-left: 3px solid var(--blue-bright); color: var(--white); background: rgba(255,255,255,.09); font-size: 12px; }
.newsletterNotice.error { border-color: #f09a9a; }
.legalHero { padding-top: 95px; padding-bottom: 95px; }
.legalHero h1 { font-size: clamp(48px, 5vw, 70px); }
.legalContent { max-width: 920px; }
.legalContent .legalLead { color: var(--navy); font-size: 20px; }
.legalContent h2 { margin: 42px 0 10px; color: var(--navy); font-size: 30px; }
.legalContent p { color: var(--muted); font-size: 16px; }

@media (max-width: 1000px) {
  .innerHero, .officeHero, .aboutHero { grid-template-columns: 1fr 1fr; }
  .innerHeroCopy, .officeHeroCopy, .aboutHero > div { padding-left: 35px; padding-right: 35px; }
  .contentSplit, .localLinksSection, .faqSection, .storySection, .systemsSection { gap: 60px; }
  .benefitGrid { grid-template-columns: 1fr 1fr; }
  .contactHero { gap: 45px; }
  .contactForm { padding: 35px; }
  .contactOfficeGrid article { grid-template-columns: 1fr; }
  .contactOfficeGrid img { height: 180px; }
  .peopleSection { grid-template-columns: 1fr; }
  .articleCard { grid-template-columns: 1fr; }
  .articleImage { min-height: 210px; }
}

@media (max-width: 760px) {
  .innerHero, .officeHero, .aboutHero, .contactHero { grid-template-columns: 1fr; }
  .innerHeroCopy, .officeHeroCopy, .aboutHero > div, .contactHero { padding: 70px 24px; }
  .innerHeroImage, .officeMap { min-height: 390px; }
  .aboutHero > img { min-height: 420px; }
  .contentSplit, .localLinksSection, .faqSection, .areaSection, .storySection, .systemsSection, .newsletterPanel { grid-template-columns: 1fr; gap: 35px; }
  .stickyHeading { position: static; }
  .benefitGrid, .inlineOffices, .areaSection ul, .systemsSection ul { grid-template-columns: 1fr; }
  .benefitGrid article, .benefitGrid > a { min-height: 250px; }
  .contactForm { grid-template-columns: 1fr; }
  .formHeading, .contactForm > label, .contactForm > label:nth-of-type(5), .contactForm > label:nth-of-type(6), .contactForm .consent, .contactForm .fullWidth, .contactForm .antispamCheck, .formRow { grid-column: span 1; }
  .formHeading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .formRow { grid-template-columns: 1fr; }
  .contactOfficeGrid, .peopleGrid, .articleGrid, .valuesGrid { grid-template-columns: 1fr; }
  .storySection aside { order: 2; }
  .valuesGrid article { min-height: 240px; }
  .newsletterPanel { margin: 0 24px 80px; padding: 48px 28px; }
  .newsletterPanel form > div { flex-direction: column; gap: 8px; }
  .newsletterPanel button { min-height: 48px; }
  .overviewRow { grid-template-columns: 40px 1fr; }
  .overviewRow i { display: none; }
}

.articleHero { padding: 95px max(36px, calc((100vw - 1100px) / 2 + 36px)); color: var(--white); background: var(--navy); }
.articleHero h1 { max-width: 900px; margin: 22px 0 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 70px); font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
.articleHero > p { max-width: 760px; margin: 25px 0 0; color: rgba(255,255,255,.72); font-size: 18px; }
.articleBody { max-width: 1100px; margin: 0 auto; padding: 95px 36px 120px; display: grid; grid-template-columns: .35fr .65fr; gap: 95px; }
.articleBody aside { align-self: start; padding: 25px; border-top: 2px solid var(--blue); background: var(--mist); }
.articleBody aside span { display: block; color: var(--navy); font-family: var(--serif); font-size: 18px; font-weight: 600; }
.articleBody aside p { margin: 7px 0 22px; color: var(--muted); font-size: 11px; }
.articleBody aside a { color: var(--blue); font-size: 12px; font-weight: 600; }
.articleBody > div > .articleIntro { margin: 0 0 42px; color: var(--navy); font-family: var(--serif); font-size: 25px; line-height: 1.6; }
.articleBody section { margin-top: 38px; }
.articleBody section h2 { margin: 0 0 12px; color: var(--navy); font-family: var(--serif); font-size: 30px; }
.articleBody section p { color: var(--muted); font-size: 17px; line-height: 1.85; }
.articleDisclaimer { margin-top: 50px; padding: 22px; border-left: 3px solid var(--blue); color: var(--muted); background: var(--mist); font-size: 12px; }

@media (max-width: 760px) {
  .articleHero { padding: 70px 24px; }
  .articleBody { padding: 70px 24px 90px; grid-template-columns: 1fr; gap: 35px; }
  .articleBody aside { order: 2; }
}

/* WordPress integration */
.skip-link {
  position: fixed;
  z-index: 99999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--blue);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.mobileToggle { display: none; }
.mobileToggle span { width: 18px; height: 1px; background: var(--white); }
.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.formNotice {
  grid-column: 1 / -1;
  padding: 13px 16px;
  border-left: 3px solid var(--blue);
  color: var(--navy);
  background: var(--mist);
  font-size: 13px;
}
.formNotice.error { border-color: #b44c4c; background: #fff3f3; }
.cookieChoiceOpen { overflow: hidden; }
.cookieSettingsButton { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; letter-spacing: inherit; text-transform: inherit; text-decoration: underline; cursor: pointer; }
.cookieGate[hidden] { display: none; }
.cookieGate { position: fixed; z-index: 100000; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(24,38,47,.78); backdrop-filter: blur(8px); }
.cookieGatePanel { width: min(620px, 100%); max-height: calc(100vh - 48px); padding: clamp(32px, 6vw, 58px); color: var(--navy); background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.3); overflow-y: auto; }
.cookieGatePanel h2 { margin: 19px 0 0; color: var(--navy); font-size: clamp(34px, 5vw, 52px); }
.cookieGatePanel > p { margin: 21px 0 14px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.cookieGatePanel > a { color: var(--blue); font-size: 12px; font-weight: 600; text-decoration: underline; }
.cookieGateActions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.cookieGateActions .button { border: 0; cursor: pointer; }
.cookieAccept { color: var(--white); background: var(--blue); }
.cookieNecessary { border: 1px solid var(--line) !important; color: var(--navy); background: var(--white); }
.checkIcon {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--blue-bright);
  font-weight: 600;
}
.wpArticleContent > .articleIntro {
  margin: 0 0 42px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.6;
}
.wpArticleContent h2 {
  margin: 38px 0 12px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 30px;
}
.wpArticleContent p { color: var(--muted); font-size: 17px; line-height: 1.85; }
.genericPage { min-height: 50vh; }
.alignwide { width: min(1200px, 100%); }
.alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }

/* Accounting price calculator */
.priceHero { padding: clamp(90px, 10vw, 150px) max(36px, calc((100vw - var(--max)) / 2 + 36px)); color: var(--white); background: var(--navy); }
.priceHero h1 { max-width: 850px; margin: 22px 0 0; font-family: var(--serif); font-size: clamp(48px, 5.5vw, 80px); font-weight: 600; letter-spacing: -.035em; line-height: 1.05; }
.priceHero h1 em { color: var(--blue-bright); font-weight: 600; }
.priceHero > p { max-width: 700px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.75; }
.priceCalculatorIntro { max-width: 880px; }
.priceCalculatorIntro h2, .priceQuoteIntro h2 { margin-top: 18px; color: var(--navy); font-size: clamp(39px, 4.5vw, 62px); }
.priceCalculatorIntro > p, .priceQuoteIntro > p { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.priceCalculator { margin-top: 56px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: start; gap: 42px; }
.priceCalculatorFields { padding: clamp(30px, 4vw, 52px); display: grid; grid-template-columns: 1fr 1fr; gap: 25px; border: 1px solid var(--line); background: var(--white); }
.priceCalculatorFields > label { display: flex; flex-direction: column; gap: 9px; color: var(--navy); font-size: 12px; font-weight: 600; letter-spacing: .025em; }
.priceCalculatorFields select, .priceCalculatorFields input[type="number"] { width: 100%; min-height: 55px; padding: 0 15px; border: 1px solid var(--line); border-radius: 2px; outline: none; color: var(--navy); background: var(--mist); font-size: 14px; font-weight: 400; }
.priceCalculatorFields select:focus, .priceCalculatorFields input[type="number"]:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,156,222,.12); }
.calculatorStep { grid-column: 1 / -1; padding-bottom: 20px; display: flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.calculatorStepSecond { margin-top: 16px; }
.calculatorStep > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--white); background: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.calculatorStep strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 21px; }
.calculatorStep small { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; }
.calculatorOptions { margin: 8px 0 0; padding: 0; grid-column: 1 / -1; border: 0; }
.calculatorOptions legend { margin-bottom: 10px; color: var(--navy); font-size: 12px; font-weight: 600; }
.calculatorOptions label { margin-top: 10px; padding: 16px; display: flex; align-items: flex-start; gap: 13px; border: 1px solid var(--line); background: var(--mist); cursor: pointer; }
.calculatorOptions input { width: 18px; height: 18px; margin: 3px 0 0; flex: 0 0 auto; accent-color: var(--blue); }
.calculatorOptions strong { display: block; color: var(--navy); font-size: 13px; }
.calculatorOptions small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 300; line-height: 1.55; }
.priceResult { position: sticky; top: 25px; padding: clamp(34px, 4vw, 50px); color: var(--white); background: var(--navy); box-shadow: 0 25px 60px rgba(32,52,63,.16); }
.priceResultLabel { display: block; color: var(--blue-bright); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.priceResultAmount { margin-top: 18px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 12px; }
.priceResultAmount[hidden] { display: none; }
.priceResultAmount strong { font-family: var(--serif); font-size: clamp(48px, 5vw, 68px); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.priceResultAmount span { color: rgba(255,255,255,.72); font-size: 14px; }
.priceResultCustom { margin: 25px 0 0; color: var(--white); font-family: var(--serif); font-size: 28px; line-height: 1.35; }
.priceResultCustom[hidden] { display: none; }
.priceResult ul { margin: 30px 0 0; padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.priceResult li { position: relative; margin-top: 11px; padding-left: 22px; color: rgba(255,255,255,.82); font-size: 13px; }
.priceResult li::before { content: '✓'; position: absolute; left: 0; color: var(--blue-bright); font-weight: 700; }
.priceResultDisclaimer { margin: 25px 0 0; color: rgba(255,255,255,.56); font-size: 10px; line-height: 1.65; }
.priceResult .button { margin-top: 28px; }
.priceTrust { background: var(--mist); }
.priceTrust .section { padding-top: 75px; padding-bottom: 75px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.priceTrust article { padding: 12px 40px; border-right: 1px solid var(--line); }
.priceTrust article:first-child { padding-left: 0; }
.priceTrust article:last-child { padding-right: 0; border-right: 0; }
.priceTrust article > span { color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.priceTrust h3 { margin: 14px 0 8px; color: var(--navy); font-family: var(--serif); font-size: 24px; }
.priceTrust p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.priceQuoteSection { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); align-items: start; gap: clamp(45px, 7vw, 100px); }
.priceQuoteIntro { position: sticky; top: 25px; }
.priceQuoteForm { border: 1px solid var(--line); box-shadow: 0 24px 65px rgba(32,52,63,.1); }
.priceQuoteForm .fullWidth { grid-column: 1 / -1; }

@media (max-width: 980px) {
  .priceCalculator, .priceQuoteSection { grid-template-columns: 1fr; }
  .priceResult, .priceQuoteIntro { position: static; }
  .priceTrust .section { grid-template-columns: 1fr; gap: 28px; }
  .priceTrust article, .priceTrust article:first-child, .priceTrust article:last-child { padding: 0 0 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .priceTrust article:last-child { padding-bottom: 0; border-bottom: 0; }
}

@media (max-width: 620px) {
  .priceHero { padding-left: 24px; padding-right: 24px; }
  .priceCalculatorFields { grid-template-columns: 1fr; padding: 28px 22px; }
  .calculatorStep, .calculatorOptions { grid-column: 1; }
  .priceResult { padding: 34px 25px; }
}

@media (max-width: 520px) {
  .cookieGate { padding: 14px; align-items: end; }
  .cookieGatePanel { max-height: calc(100vh - 28px); padding: 30px 24px; }
  .cookieGateActions { flex-direction: column; }
  .cookieGateActions .button { width: 100%; }
}

@media (max-width: 1100px) {
  .mobileToggle {
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    color: var(--white);
    background: transparent;
    cursor: pointer;
  }
  .mobileToggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .mobileToggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .mobileToggle[aria-expanded="true"] span:last-child { display: none; }
  .siteHeader > .mobilePanel {
    position: absolute;
    top: 126px;
    right: 22px;
    width: min(440px, calc(100vw - 44px));
    max-height: calc(100vh - 150px);
    padding: 25px;
    color: var(--navy);
    background: var(--white);
    box-shadow: 0 25px 70px rgba(0,0,0,.28);
    overflow-y: auto;
  }
  .siteHeader > .mobilePanel[hidden] { display: none; }
  body.menu-open { overflow: hidden; }
}

@media (max-width: 800px) {
  .siteHeader > .mobilePanel { top: 114px; }
}

@media (max-width: 760px) {
  .wpArticleContent > .articleIntro { font-size: 22px; }
  .wpArticleContent h2 { font-size: 27px; }
}
