:root {
  --ink: #111918;
  --ink-soft: #1b2523;
  --cream: #f4f1e9;
  --paper: #fbfaf5;
  --line: #d7d8d0;
  --muted: #6c746f;
  --lime: #d9ff4d;
  --lime-dark: #bada2c;
  --signal-red: #c7433f;
  --white: #fffefa;
  --mono: "DM Mono", "Noto Sans KR", "Courier New", monospace;
  --sans: "Space Grotesk", "Noto Sans KR", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body, button, input, select { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select { font-size: inherit; }
button { cursor: pointer; }
::selection { color: var(--ink); background: var(--lime); }

.container { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.section-dark { color: var(--white); background: var(--ink); }
.section-cream { background: var(--cream); }
.skip-link { position: fixed; z-index: 100; top: -50px; left: 16px; padding: 12px 16px; color: var(--ink); background: var(--lime); transition: top .2s; }
.skip-link:focus { top: 16px; }

.topline { color: #c3cbc3; background: #1b2523; font: 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.topline-inner { display: flex; align-items: center; min-height: 32px; gap: 10px; }
.topline a { margin-left: auto; color: var(--lime); transition: color .2s; }
.topline a:hover { color: var(--white); }
.topline-divider { width: 1px; height: 10px; background: #52605a; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgb(217 255 77 / 14%); }

.site-header { position: sticky; z-index: 20; top: 0; color: var(--white); background: rgb(17 25 24 / 96%); border-bottom: 1px solid rgb(255 255 255 / 10%); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; min-height: 80px; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border: 1.5px solid currentColor; border-radius: 50%; color: var(--lime); }
.brand-mark svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand-type { display: flex; flex-direction: column; color: var(--white); font-size: 14px; line-height: .88; letter-spacing: .08em; }
.brand-type strong { font-size: 16px; font-weight: 700; }
.brand-type span { color: var(--lime); font-size: 10px; font-weight: 500; letter-spacing: .28em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); margin-left: auto; color: #d4dad3; font-size: 13px; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--lime); }
.desktop-nav a span { color: var(--lime); font-size: 17px; margin-left: 3px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid transparent; padding: 13px 18px; font-weight: 600; font-size: 13px; line-height: 1; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button span[aria-hidden="true"] { font-size: 17px; line-height: .7; }
.button-lime { color: var(--ink); background: var(--lime); }
.button-lime:hover { background: #edff99; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: #293632; }
.button-outline-light { color: var(--white); border-color: #69746e; }
.button-outline-light:hover { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.button-header { min-width: 105px; padding: 13px 16px; text-transform: uppercase; font-size: 11px; letter-spacing: .08em; }
.button-large { min-height: 48px; padding: 15px 21px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 650px; overflow: hidden; }
.hero-grid-lines { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(90deg, transparent 49.8%, #708078 50%, transparent 50.2%), linear-gradient(0deg, transparent 49.8%, #708078 50%, transparent 50.2%); background-size: 92px 92px; mask-image: linear-gradient(90deg, black, transparent 88%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(490px, 1.05fr); align-items: center; min-height: 566px; gap: clamp(44px, 8vw, 105px); padding-block: 74px 60px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 24px; color: #717971; font: 10px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-lime { color: #b5c0b8; }
.eyebrow-line { display: inline-block; width: 27px; height: 1px; background: currentColor; }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(48px, 5.7vw, 82px); font-weight: 500; line-height: .96; letter-spacing: -.07em; }
h1 em, h2 em, h3 em { color: var(--lime); font-style: normal; }
.hero-lede { max-width: 490px; margin: 30px 0 0; color: #b9c2ba; font-size: 17px; line-height: 1.6; }
.hero-lede strong { color: var(--white); font-weight: 500; }
.hero-actions { display: flex; gap: 10px; margin-top: 31px; }
.hero-note { margin: 22px 0 0; color: #78857d; font: 11px var(--mono); }
.hero-note span { color: var(--lime); font-size: 15px; }
.route-console { position: relative; z-index: 1; width: 100%; padding: 12px; background: rgb(30 41 38 / 88%); border: 1px solid #4b5a52; box-shadow: 18px 18px 0 rgb(217 255 77 / 8%); transform: rotate(1.5deg); }
.console-top, .console-bottom { display: flex; justify-content: space-between; align-items: center; padding: 5px 7px 12px; }
.console-bottom { padding: 12px 7px 4px; }
.mono-label { color: #8b9890; font: 9px var(--mono); letter-spacing: .1em; }
.live-label { display: flex; align-items: center; gap: 8px; color: var(--lime); font: 8px var(--mono); letter-spacing: .1em; }
.route-map { position: relative; height: 340px; overflow: hidden; background: #192622; }
.map-grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(30deg, transparent 48%, #4b6759 49%, transparent 50%), linear-gradient(120deg, transparent 48%, #4b6759 49%, transparent 50%); background-size: 82px 70px; }
.route-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.route-line { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.route-line-muted { stroke: #708379; stroke-width: 5; stroke-dasharray: 2 15; opacity: .4; }
.route-line-main { stroke: var(--lime); stroke-width: 2; stroke-dasharray: 180 360; animation: route-flow 5s linear infinite; }
.route-line-secondary { stroke: #708379; stroke-width: 1; stroke-dasharray: 6 9; }
@keyframes route-flow { to { stroke-dashoffset: -540; } }
.map-node { position: absolute; display: flex; flex-direction: column; gap: 3px; color: var(--white); }
.map-node strong { font: 600 15px var(--mono); letter-spacing: .07em; }
.map-node small { color: #75887c; font: 8px var(--mono); letter-spacing: .1em; }
.node-pulse { position: absolute; top: 1px; left: -17px; width: 8px; height: 8px; border: 1px solid var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgb(217 255 77 / 15%); }
.node-mty { bottom: 37px; left: 9%; }.node-qro { top: 51%; left: 42%; }.node-cdmx { top: 15%; right: 8%; }
.map-caption { position: absolute; bottom: 20px; right: 27px; display: flex; flex-direction: column; gap: 9px; padding: 12px 14px; background: rgb(17 25 24 / 82%); border-left: 2px solid var(--lime); }
.map-caption span { color: var(--lime); font: 8px var(--mono); letter-spacing: .1em; }.map-caption strong { font-size: 14px; font-weight: 500; line-height: 1.15; }
.map-arrow { position: absolute; top: 17px; left: 49%; color: var(--lime); font-size: 28px; }
.console-bottom > div { display: flex; flex-direction: column; gap: 4px; }.console-bottom strong { color: #e2e8de; font: 9px var(--mono); letter-spacing: .06em; }
.hero-footer { position: relative; display: flex; justify-content: space-between; align-items: center; padding-block: 18px 22px; color: #9ca8a0; border-top: 1px solid #39473f; font: 10px var(--mono); letter-spacing: .04em; }
.service-marker-list { display: flex; gap: 22px; color: #e0e5dd; }.service-marker-list span { display: flex; align-items: center; gap: 7px; }.service-marker-list i { display: inline-block; width: 5px; height: 5px; background: var(--lime); border-radius: 50%; }

.quote-section { position: relative; z-index: 2; padding: 74px 0 92px; background: var(--paper); }
.quote-card { display: grid; grid-template-columns: 245px 1fr; gap: clamp(40px, 7vw, 108px); padding: 42px 46px 43px; background: var(--white); border: 1px solid #e1e2dc; box-shadow: 0 20px 60px rgb(17 25 24 / 6%); }
.quote-intro h2, .section-heading-row h2, .experience-intro h2, .steps-heading h2, .whatsapp-copy h2, .calculator-copy h2, .local-layout h2, .contact-layout h2, .faq-layout h2 { margin: 0; font-size: clamp(35px, 4vw, 54px); font-weight: 500; line-height: .99; letter-spacing: -.065em; }
.quote-intro > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.quote-side-note { display: flex; align-items: center; gap: 12px; margin-top: 84px; color: var(--muted); font: 10px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .04em; }.quote-side-number { color: var(--ink); font-size: 26px; }.quote-form-wrap { min-width: 0; }
.mode-tabs { display: flex; border-bottom: 1px solid var(--line); }.mode-tab { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 8px 17px; color: #8a928c; background: transparent; border: 0; border-bottom: 2px solid transparent; font-size: 12px; font-weight: 500; }.mode-tab.active { color: var(--ink); border-bottom-color: var(--ink); }.tab-icon { font-size: 16px; }
#quote-form { padding-top: 25px; }.form-grid { display: grid; gap: 15px; }.form-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }.form-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; margin-bottom: 16px; }.field span { color: #68716b; font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.field input, .field select { width: 100%; min-height: 43px; padding: 10px 12px; color: var(--ink); background: #f8f7f2; border: 1px solid #dfe1d9; border-radius: 0; outline: 0; transition: border .2s, box-shadow .2s; }.field input::placeholder { color: #a7ada7; }.field input:focus, .field select:focus { border-color: var(--ink); box-shadow: 3px 3px 0 var(--lime); }.field-wide { margin-bottom: 5px; }.form-grid-last { grid-template-columns: repeat(3, minmax(0, 1fr)); }.form-grid-last .field:first-child { grid-column: 1; }.mode-fields { padding-top: 12px; }.is-hidden { display: none; }.form-submit-row { display: flex; align-items: center; gap: 17px; margin-top: 5px; }.form-privacy { color: #89918b; font: 9px/1.4 var(--mono); }.form-success { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 12px; color: #2b3c30; background: #edf6cf; font-size: 12px; line-height: 1.35; }
.form-success[hidden] { display: none; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-success.form-error { color: #7a1c1c; background: #fbe2e2; }
.form-error .success-check { color: var(--white); background: var(--signal-red); }.success-check { display: grid; flex-shrink: 0; width: 22px; height: 22px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-weight: 700; }

.problem-section { padding: 115px 0 0; }.problem-layout { display: grid; grid-template-columns: .87fr 1.13fr; gap: clamp(50px, 11vw, 165px); }.problem-heading h2 { max-width: 430px; margin: 0; font-size: clamp(37px, 4.5vw, 60px); font-weight: 500; line-height: .98; letter-spacing: -.07em; }.problem-heading h2 em { color: #747d75; }.problem-list { border-top: 1px solid #cdd0c6; }.problem-item { display: grid; grid-template-columns: 42px 1fr 20px; align-items: center; gap: 12px; min-height: 69px; border-bottom: 1px solid #cdd0c6; }.problem-item span { color: #8e9790; font: 10px var(--mono); }.problem-item p { margin: 0; font-size: 14px; }.problem-item i { color: #89918b; font-style: normal; font-size: 17px; }.solution-line { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 15px; margin-top: 95px; padding: 24px 0 25px; border-top: 1px solid #cdd0c6; }.solution-marker { display: grid; width: 36px; height: 36px; place-items: center; color: var(--ink); background: var(--lime); font: 500 17px var(--mono); }.solution-line p { max-width: 620px; margin: 0; color: #626a63; font-size: 15px; line-height: 1.45; }.solution-line strong { color: var(--ink); font-weight: 500; }.text-link { display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: var(--ink); font-size: 12px; font-weight: 600; }.text-link span { color: #79847b; font-size: 17px; transition: transform .2s; }.text-link:hover span { color: var(--ink); transform: translate(3px, -3px); }

.services-section { padding: 123px 0 130px; background: var(--paper); }.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }.section-heading-row h2 { font-size: clamp(38px, 4.8vw, 65px); }.section-heading-aside { max-width: 260px; margin: 0 0 6px; color: var(--muted); font-size: 13px; line-height: 1.55; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.service-card { position: relative; display: flex; flex-direction: column; min-height: 434px; padding: 21px 22px 19px; overflow: hidden; border: 1px solid var(--ink); }.service-card-dark { color: var(--white); background: var(--ink); }.service-card-lime { color: var(--ink); background: var(--lime); border-color: var(--lime); }.service-card-outline { background: transparent; }.service-card-top, .service-card-bottom { display: flex; align-items: center; justify-content: space-between; }.card-index, .service-card-bottom span { font: 9px var(--mono); letter-spacing: .1em; }.service-glyph { display: grid; width: 56px; height: 56px; place-items: center; font-size: 46px; font-weight: 400; line-height: 1; }.glyph-pallet { align-items: end; grid-template-columns: repeat(3, 1fr); gap: 3px; padding: 8px 4px; }.glyph-pallet i { display: block; width: 100%; height: 33px; background: var(--lime); }.glyph-pallet i:nth-child(2) { height: 47px; }.glyph-pallet i:nth-child(3) { height: 23px; }.glyph-route { color: #374237; font-size: 63px; transform: rotate(-20deg); }.glyph-box { border: 1px solid currentColor; font: 400 27px var(--mono); }.glyph-box span { transform: translateY(-2px); }.service-card-body { display: flex; flex: 1; flex-direction: column; justify-content: end; }.service-label { margin: 0 0 8px; color: #88948b; font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }.service-card-lime .service-label { color: #4a5b35; }.service-card h3 { margin: 0; font-size: clamp(38px, 4vw, 57px); font-weight: 500; line-height: .88; letter-spacing: -.07em; }.service-card-body > p { max-width: 265px; margin: 25px 0 26px; color: #acb7ae; font-size: 13px; line-height: 1.5; }.service-card-lime .service-card-body > p { color: #394832; }.service-card-bottom { padding-top: 18px; border-top: 1px solid rgb(255 255 255 / 18%); }.service-card-lime .service-card-bottom { border-color: rgb(17 25 24 / 22%); }.service-card-bottom a { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; }.service-card-bottom a span { font: 18px var(--sans); }.service-card-dark .service-card-bottom span { color: #8e9c91; }.service-card-outline .service-card-bottom { border-color: var(--line); }.service-card-outline .service-card-bottom span { color: #89918b; }

.experience-section { padding: 120px 0 123px; }.experience-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 150px); }.experience-intro h2 { max-width: 470px; }.experience-intro > p:not(.eyebrow) { max-width: 410px; margin: 29px 0 34px; color: #a8b2aa; font-size: 15px; line-height: 1.65; }.benefits-list { border-top: 1px solid #45534b; }.benefit-item { display: grid; grid-template-columns: 43px 1fr 25px; align-items: start; gap: 16px; padding: 22px 0 21px; border-bottom: 1px solid #45534b; }.benefit-number { padding-top: 3px; color: var(--lime); font: 10px var(--mono); }.benefit-item h3 { margin: 0 0 7px; color: var(--white); font-size: 18px; font-weight: 500; }.benefit-item p { margin: 0; color: #a8b2aa; font-size: 12px; line-height: 1.4; }.benefit-mark { color: #718077; font-size: 22px; line-height: 1; }

.steps-section { padding: 118px 0 125px; }.steps-heading { margin-bottom: 69px; }.steps-grid { display: grid; grid-template-columns: 1fr 30px 1fr 30px 1fr; align-items: start; gap: 22px; }.step-item { position: relative; }.step-number { display: block; margin-bottom: 27px; color: #8b938c; font: 10px var(--mono); }.step-icon { display: grid; width: 55px; height: 55px; margin-bottom: 23px; place-items: center; color: var(--ink); border: 1px solid #bdc2b8; font-size: 30px; }.step-item h3 { max-width: 190px; margin: 0 0 13px; font-size: 18px; font-weight: 500; line-height: 1.1; }.step-item p { max-width: 230px; margin: 0; color: #717970; font-size: 13px; line-height: 1.5; }.step-connector { padding-top: 100px; color: #abb1a6; font-size: 25px; text-align: center; }.center-button { margin-top: 60px; text-align: center; }

.whatsapp-section { padding: 85px 0; background: var(--lime); }.whatsapp-panel { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 26px; }.whatsapp-symbol { display: grid; width: 58px; height: 58px; place-items: center; color: var(--lime); background: var(--ink); border-radius: 50%; font-size: 37px; transform: rotate(-30deg); }.whatsapp-copy .eyebrow { color: #5b6b4e; }.whatsapp-copy h2 { color: var(--ink); font-size: clamp(38px, 4.5vw, 58px); }.whatsapp-copy h2 em { color: #51632e; }.whatsapp-copy > p:not(.eyebrow) { max-width: 430px; margin: 20px 0 0; color: #536143; font-size: 14px; line-height: 1.5; }.whatsapp-action { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }.whatsapp-action .button { min-width: 220px; }.whatsapp-action > span { color: #657448; font: 9px var(--mono); }

.resources-section { padding: 119px 0 126px; }.resource-heading { margin-bottom: 44px; }.resource-grid { display: grid; grid-template-columns: 1.38fr 1fr 1fr; gap: 14px; }.resource-card { min-height: 330px; padding: 22px; border: 1px solid var(--line); }.resource-featured { display: grid; grid-template-columns: 1fr 1fr; padding: 0; border-color: var(--ink); }.resource-art { position: relative; min-height: 329px; overflow: hidden; color: var(--white); background: var(--ink); }.resource-art::after { position: absolute; right: -40px; bottom: 34px; width: 200px; height: 200px; border: 1px solid #5c6b61; border-radius: 50%; box-shadow: 0 0 0 25px rgb(217 255 77 / 8%), 0 0 0 50px rgb(217 255 77 / 5%); content: ""; }.resource-art-label { position: absolute; top: 20px; left: 21px; color: var(--lime); font: 9px var(--mono); letter-spacing: .1em; }.resource-art-title { position: absolute; bottom: 58px; left: 20px; z-index: 1; font-size: 44px; font-weight: 500; line-height: .8; letter-spacing: -.07em; }.resource-art-title em { color: #9caa9d; font-size: 24px; }.resource-art-route { position: absolute; bottom: 20px; left: 21px; color: #8f9e92; font: 9px var(--mono); letter-spacing: .09em; }.resource-content { display: flex; flex-direction: column; align-items: start; justify-content: end; padding: 23px; }.resource-type { margin: 0 0 14px; color: #7a847c; font: 9px var(--mono); letter-spacing: .11em; }.resource-content h3 { margin: 0 0 33px; font-size: 21px; font-weight: 500; line-height: 1.08; letter-spacing: -.04em; }.resource-number { margin-bottom: 63px; color: var(--lime-dark); font: 35px var(--mono); }.resource-card:not(.resource-featured) h3 { max-width: 230px; margin: 0 0 16px; font-size: 23px; line-height: 1.05; }.resource-description { max-width: 230px; margin: 0 0 auto; color: #737c74; font-size: 13px; line-height: 1.4; }

.calculator-section { padding: 110px 0; }.calculator-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(50px, 11vw, 160px); }.calculator-copy h2 { font-size: clamp(37px, 4.5vw, 60px); }.calculator-copy > p:not(.eyebrow) { max-width: 360px; margin: 25px 0; color: #707a71; font-size: 14px; line-height: 1.6; }.calculator-card { padding: 25px 26px 26px; background: var(--white); border: 1px solid #d0d4c9; box-shadow: 10px 10px 0 #e4e5dd; }.calculator-card-top { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.factor-note { color: #7e867f; font: 9px var(--mono); }.factor-note strong { color: var(--ink); }.calculator-inputs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-top: 22px; }.calculator-inputs .field { margin: 0; }.calculator-result { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 19px; background: var(--line); border: 1px solid var(--line); }.calculator-result > div { display: flex; flex-direction: column; gap: 9px; padding: 15px 13px; background: var(--white); }.calculator-result span { color: #7d867e; font: 9px var(--mono); line-height: 1.25; }.calculator-result strong { font-size: 21px; font-weight: 500; }.billable-result { background: var(--lime) !important; }.billable-result span { color: #5c6d40; }.billable-result strong { color: var(--ink); }

.local-section { padding: 98px 0 102px; color: var(--white); background: var(--ink); }.local-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }.local-layout h2 { font-size: clamp(40px, 4.7vw, 64px); }.local-layout h2 em { color: var(--lime); }.local-copy > p { max-width: 430px; margin: 34px 0 31px; color: #adb8ad; font-size: 15px; line-height: 1.55; }.city-list { display: flex; flex-wrap: wrap; gap: 7px; }.city-list span { padding: 9px 11px; color: #c8d0c7; border: 1px solid #48574e; font: 10px var(--mono); }
.contact-section { padding: 102px 0 111px; background: var(--lime); }.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.contact-layout h2 { color: var(--ink); font-size: clamp(42px, 5vw, 69px); }.contact-layout h2 em { color: #50642d; }.contact-copy { padding-top: 27px; }.contact-copy > p { max-width: 360px; margin: 0 0 25px; color: #536042; font-size: 16px; line-height: 1.5; }.contact-details { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 31px; color: #657348; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .06em; }.contact-details span + span::before { margin-right: 17px; content: "·"; }
.faq-section { padding: 110px 0 120px; }.faq-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }.faq-layout h2 { font-size: clamp(37px, 4vw, 55px); }.faq-list { border-top: 1px solid #cdd0c6; }.faq-list details { border-bottom: 1px solid #cdd0c6; }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 21px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 500; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: #79857b; font: 22px var(--mono); }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 600px; margin: -4px 0 22px; color: #6b756d; font-size: 13px; line-height: 1.55; }
.site-footer { color: #c3ccc2; background: #0e1514; }.footer-main { display: grid; grid-template-columns: 1.5fr .65fr .65fr .9fr 1fr; gap: 35px; padding-top: 67px; padding-bottom: 60px; }.brand-footer .brand-type { color: var(--white); }.footer-brand > p { margin: 23px 0 0; color: #86938a; font-size: 13px; line-height: 1.5; }.footer-column { display: flex; flex-direction: column; align-items: start; gap: 12px; }.footer-label { margin: 0 0 8px; color: #849188; font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }.footer-column a { color: #d4dbd2; font-size: 12px; }.footer-column a:hover { color: var(--lime); }.footer-cta { display: flex; flex-direction: column; align-items: flex-end; gap: 17px; }.footer-cta > a { color: var(--lime); font-size: 22px; font-weight: 500; letter-spacing: -.04em; }.footer-cta > a span { font-size: 25px; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-block: 18px 23px; color: #6d7b71; border-top: 1px solid #2b3831; font: 9px var(--mono); }.footer-bottom div { display: flex; gap: 22px; }.footer-bottom a:hover { color: var(--lime); }.footer-signal { color: var(--lime); }
.mobile-actions { display: none; }

/* Consulting-first homepage layer */
.nav-dropdown { position: relative; }
.nav-dropdown > button { display: inline-flex; align-items: center; gap: 5px; padding: 0; color: #d4dad3; background: none; border: 0; font: inherit; }
.nav-dropdown > button:hover, .nav-dropdown.is-open > button { color: var(--lime); }
.nav-dropdown > button span { color: var(--lime); font-size: 17px; }
.dropdown-panel { position: absolute; top: calc(100% + 27px); left: -18px; display: none; width: 225px; padding: 10px; background: #1d2824; border: 1px solid #46564e; box-shadow: 8px 8px 0 rgb(217 255 77 / 8%); }
.nav-dropdown.is-open .dropdown-panel { display: block; }
.dropdown-panel a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 9px; color: #d4dad3; font-size: 12px; }
.dropdown-panel a:hover { color: var(--lime); background: #26352f; }
.dropdown-panel small { color: #86948a; font: 8px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.consulting-hero .hero-copy { position: relative; z-index: 2; }
.consulting-hero .hero-lede { max-width: 535px; }
.hero-tertiary { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #8d9b91; font: 10px var(--mono); letter-spacing: .02em; }
.hero-tertiary strong { color: var(--lime); font-weight: 400; }
.hero-tertiary span { font-size: 16px; }
.strategy-console { position: relative; z-index: 1; width: 100%; padding: 12px; background: rgb(30 41 38 / 88%); border: 1px solid #4b5a52; box-shadow: 18px 18px 0 rgb(217 255 77 / 8%); transform: rotate(1.5deg); }
.strategy-board { position: relative; display: flex; flex-direction: column; justify-content: end; min-height: 388px; overflow: hidden; padding: 20px 16px 17px; background: #192622; }
.strategy-board::before { position: absolute; inset: 0; opacity: .27; background-image: linear-gradient(90deg, transparent 49.8%, #708078 50%, transparent 50.2%), linear-gradient(0deg, transparent 49.8%, #708078 50%, transparent 50.2%); background-size: 47px 47px; content: ""; }
.board-stamp { position: absolute; top: 24px; right: 20px; color: #8d9d91; font: 9px/1.45 var(--mono); letter-spacing: .09em; text-align: right; }
.strategy-principle { position: relative; z-index: 1; display: grid; grid-template-columns: 38px 1fr 20px; grid-template-rows: auto auto; align-items: center; gap: 3px 12px; width: 78%; padding: 16px 0 15px; border-top: 1px solid #3d4d44; }
.strategy-principle > span { grid-row: span 2; color: #7f8c83; font: 9px var(--mono); }
.strategy-principle strong { color: var(--white); font-size: 19px; font-weight: 500; letter-spacing: -.04em; }
.strategy-principle p { grid-column: 2; margin: 0; color: #8d9c91; font: 10px/1.35 var(--mono); }
.strategy-principle i { grid-column: 3; grid-row: span 2; color: #75857a; font-style: normal; font-size: 18px; }
.strategy-principle.active { width: 91%; padding-right: 14px; padding-left: 12px; background: var(--lime); border-top-color: var(--lime); }
.strategy-principle.active > span, .strategy-principle.active p, .strategy-principle.active i { color: #536235; }.strategy-principle.active strong { color: var(--ink); }
.board-line { position: absolute; z-index: 0; width: 150px; border-top: 1px dashed #64776b; transform: rotate(-32deg); }.board-line-one { top: 103px; left: 30px; }.board-line-two { top: 170px; right: -13px; transform: rotate(36deg); }

.needs-section { padding: 111px 0 122px; }.needs-heading { margin-bottom: 42px; }.need-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.need-card { position: relative; display: flex; flex-direction: column; min-height: 226px; padding: 19px 20px 17px; overflow: hidden; color: var(--ink); border: 1px solid #c9cec3; transition: transform .22s, background .22s, color .22s; }.need-card:hover { color: var(--white); background: var(--ink); border-color: var(--ink); transform: translateY(-5px); }.need-card-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }.need-card-lime { background: var(--lime); border-color: var(--lime); }.need-card-lime:hover { color: var(--ink); background: #edff99; border-color: var(--lime); }.need-index { color: #7b867d; font: 9px var(--mono); }.need-card-dark .need-index { color: #8d9a90; }.need-icon { position: absolute; top: 14px; right: 18px; color: var(--lime-dark); font: 36px/1 var(--mono); }.need-card-dark .need-icon { color: var(--lime); }.need-card-lime .need-icon { color: #4f642e; }.need-card h3 { margin: auto 0 8px; font-size: 25px; font-weight: 500; line-height: .97; letter-spacing: -.055em; }.need-card h3 em { color: #68766b; }.need-card-dark h3 em { color: var(--lime); }.need-card-lime h3 em { color: #4f642e; }.need-card p { margin: 0; color: #7a837b; font: 10px var(--mono); line-height: 1.35; }.need-card-dark p { color: #a4b0a7; }.need-card-lime p { color: #5d6c42; }.need-arrow { position: absolute; right: 18px; bottom: 13px; color: #7f8980; font-size: 18px; }.need-card-dark .need-arrow { color: var(--lime); }.need-card-lime .need-arrow { color: var(--ink); }

.ecosystem-section { padding: 118px 0 124px; }.ecosystem-heading { margin-bottom: 51px; }.ecosystem-heading h2 { font-size: clamp(40px, 4.8vw, 65px); }.ecosystem-heading h2 em { color: var(--lime); }.ecosystem-heading .section-heading-aside { color: #aab4ab; }.ecosystem-flow { display: grid; grid-template-columns: 1fr 33px 1fr 33px 1fr; align-items: stretch; gap: 11px; }.pillar-card { display: flex; min-height: 350px; flex-direction: column; padding: 20px; border: 1px solid #526158; }.pillar-card-lime { color: var(--ink); background: var(--lime); border-color: var(--lime); }.pillar-number { color: #93a098; font: 9px var(--mono); letter-spacing: .09em; }.pillar-card-lime .pillar-number { color: #5b6c3c; }.pillar-symbol { margin: 35px 0 22px; color: var(--lime); font-size: 51px; line-height: .8; }.pillar-card-lime .pillar-symbol { color: #526733; }.pillar-card h3 { margin: 0; color: var(--white); font-size: 46px; font-weight: 500; line-height: .9; letter-spacing: -.07em; }.pillar-card-lime h3 { color: var(--ink); }.pillar-card p { max-width: 250px; margin: 17px 0 auto; color: #a8b4aa; font-size: 13px; line-height: 1.5; }.pillar-card-lime p { color: #50603b; }.pillar-card a { display: flex; align-items: center; gap: 8px; margin-top: 23px; color: var(--lime); font-size: 12px; font-weight: 600; }.pillar-card-lime a { color: var(--ink); }.pillar-card a span { font-size: 17px; }.pillar-arrow { display: grid; place-items: center; color: #6d7e72; font-size: 25px; }

.solutions-section { padding: 120px 0 127px; }.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }.solution-card { display: flex; min-height: 310px; flex-direction: column; justify-content: space-between; padding: 21px 22px 20px; border: 1px solid var(--line); }.solution-card-wide { grid-column: span 2; min-height: 340px; background: var(--cream); border-color: var(--ink); }.solution-card-ink { color: var(--white); background: var(--ink); border-color: var(--ink); }.solution-card-lime { background: var(--lime); border-color: var(--lime); }.solution-card-top { display: flex; align-items: center; justify-content: space-between; }.solution-card .card-index { color: #7c877e; }.solution-card-ink .card-index { color: #8c9a90; }.solution-card-lime .card-index { color: #4e6234; }.solution-card-mark { color: var(--lime-dark); font: 29px var(--mono); }.solution-card-ink .solution-card-mark { color: var(--lime); }.solution-card-lime .solution-card-mark { color: #4f642e; }.solution-card .service-label { margin-top: 33px; }.solution-card h3 { max-width: 640px; margin: 0; font-size: clamp(26px, 3.2vw, 44px); font-weight: 500; line-height: .98; letter-spacing: -.06em; }.solution-card h3 em { color: #69766c; }.solution-card-ink h3 em { color: var(--lime); }.solution-card-lime h3 em { color: #4f642e; }.solution-description { max-width: 520px; margin: 16px 0 0; color: #6d786f; font-size: 13px; line-height: 1.5; }.solution-card-ink .solution-description { color: #a8b3a9; }.solution-card-lime .solution-description { color: #52613d; }.solution-card .text-link { margin-top: 22px; }.solution-card-ink .text-link { color: var(--white); }.solution-card-ink .text-link span { color: var(--lime); }.solution-card-lime .text-link span { color: #4f642e; }

.audits-section { padding: 115px 0 124px; }.audit-grid { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 12px; }.audit-card { display: flex; min-height: 385px; flex-direction: column; padding: 20px; border: 1px solid #c7ccc1; }.audit-card-featured { color: var(--white); background: var(--ink); border-color: var(--ink); }.audit-number { color: var(--lime-dark); font: 32px var(--mono); }.audit-card-featured .audit-number { color: var(--lime); }.audit-label { margin: 25px 0 12px; color: #7d877f; font: 9px var(--mono); letter-spacing: .1em; }.audit-card-featured .audit-label { color: #9aa89e; }.audit-card h3 { margin: 0; font-size: 26px; font-weight: 500; line-height: .96; letter-spacing: -.055em; }.audit-card h3 em { color: #65756a; }.audit-card-featured h3 em { color: var(--lime); }.audit-card > p:not(.audit-label) { margin: 17px 0 auto; color: #717b72; font-size: 13px; line-height: 1.48; }.audit-card-featured > p:not(.audit-label) { color: #aab5ac; }.audit-card .button, .audit-card .text-link { margin-top: 24px; }.audit-card .text-link { font-size: 11px; }

.freight-section { padding: 120px 0 126px; background: var(--paper); }.freight-section > .container > .section-heading-row { margin-bottom: 43px; }.freight-section .quote-card { margin-top: 76px; }.inline-link { color: var(--ink); font-weight: 600; text-decoration: underline; text-decoration-color: var(--lime-dark); text-underline-offset: 3px; }
.industries-section { padding: 105px 0 112px; }.industries-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }.industries-layout h2 { margin: 0; font-size: clamp(40px, 4.5vw, 62px); font-weight: 500; line-height: .95; letter-spacing: -.065em; }.industries-layout h2 em { color: var(--lime); }.industry-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #45534b; }.industry-list a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 0; color: #d3dbd2; border-bottom: 1px solid #45534b; font-size: 13px; }.industry-list a:nth-child(odd) { margin-right: 25px; }.industry-list a:nth-child(even) { padding-left: 25px; border-left: 1px solid #45534b; }.industry-list a span { color: var(--lime); font-size: 17px; }
.about-section { padding: 116px 0 125px; background: var(--cream); }.about-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 112px; }.about-stamp { position: relative; display: flex; min-height: 270px; flex-direction: column; justify-content: space-between; padding: 18px; color: var(--white); background: var(--ink); box-shadow: 12px 12px 0 var(--lime); }.about-stamp span { color: var(--lime); font: 9px var(--mono); }.about-stamp strong { font-size: 25px; font-weight: 500; line-height: .93; letter-spacing: -.07em; }.about-stamp i { align-self: end; color: var(--lime); font-size: 31px; font-style: normal; }.about-copy h2 { max-width: 690px; margin: 0; font-size: clamp(40px, 4.6vw, 63px); font-weight: 500; line-height: .96; letter-spacing: -.07em; }.about-copy h2 em { color: #657b37; }.about-copy > p:not(.eyebrow) { max-width: 620px; margin: 25px 0 0; color: #687269; font-size: 15px; line-height: 1.6; }.about-copy .button { margin-top: 30px; }
.lead-section { padding: 120px 0 129px; }.lead-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(50px, 8vw, 125px); }.lead-intro h2 { max-width: 450px; margin: 0; font-size: clamp(47px, 5.5vw, 76px); font-weight: 500; line-height: .91; letter-spacing: -.075em; }.lead-intro > p:not(.eyebrow) { max-width: 400px; margin: 27px 0 30px; color: #a8b4aa; font-size: 15px; line-height: 1.6; }.lead-model { display: flex; flex-wrap: wrap; gap: 7px; }.lead-model span { padding: 8px 9px; color: #c2cdc3; border: 1px solid #47564e; font: 8px var(--mono); }.lead-form { padding: 26px 28px 28px; background: var(--white); border: 1px solid #c4cbc1; color: var(--ink); }.lead-form-heading { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.form-step { color: #7f8981; font: 9px var(--mono); }.lead-form .field { margin-bottom: 15px; }.lead-form .field span, .lead-form legend { color: #5f6b61; }.lead-form .form-grid { padding-top: 22px; }.lead-form .field input, .lead-form .field select, .lead-form .field textarea { background: #f8f7f2; }.lead-form textarea { resize: vertical; }.check-fieldset { padding: 3px 0 4px; border: 0; }.check-fieldset legend { margin-bottom: 13px; font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.check-grid label { display: flex; align-items: center; gap: 6px; color: #68736a; font: 10px var(--mono); }.check-grid input { accent-color: var(--ink); }.lead-form > .button { margin-top: 6px; }.lead-form .form-success { margin-top: 18px; }
.partner-section { padding: 92px 0 100px; background: var(--lime); }.partner-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.partner-layout h2 { max-width: 570px; margin: 0; color: var(--ink); font-size: clamp(35px, 4.1vw, 54px); font-weight: 500; line-height: .97; letter-spacing: -.065em; }.partner-layout h2 em { color: #53672f; }.partner-layout > p { max-width: 490px; margin: 30px 0 0; color: #546142; font-size: 14px; line-height: 1.6; }

@media (max-width: 960px) {
  .container { width: min(100% - 40px, 720px); }
  .desktop-nav, .button-header { display: none; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 38px; height: 38px; margin-left: auto; padding: 0 8px; color: var(--white); background: transparent; border: 1px solid #637168; }.menu-toggle span { width: 100%; height: 1px; background: currentColor; transition: transform .2s; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }.mobile-nav { display: none; flex-direction: column; padding: 0 20px 20px; background: var(--ink); }.mobile-nav.is-open { display: flex; }.mobile-nav a:not(.button) { padding: 16px 0; color: #d4dad3; border-top: 1px solid #33423b; font-size: 15px; }.mobile-nav .button { margin-top: 11px; }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; padding-block: 76px 60px; }.hero-copy { max-width: 640px; }.hero h1 { font-size: clamp(52px, 10vw, 76px); }.route-console { max-width: 600px; justify-self: end; }.quote-card { grid-template-columns: 1fr; gap: 35px; }.quote-side-note { margin-top: 30px; }.problem-layout, .experience-layout, .local-layout, .faq-layout { grid-template-columns: 1fr; gap: 50px; }.problem-heading h2 { max-width: 600px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 365px; }.service-card-body h3 { font-size: 55px; }.steps-grid { gap: 15px; }.calculator-layout { grid-template-columns: 1fr; gap: 42px; }.calculator-copy > p:not(.eyebrow) { max-width: 500px; }.contact-layout { gap: 35px; }.footer-main { grid-template-columns: 1.3fr 1fr 1fr; }.footer-cta { align-items: flex-start; grid-column: 2 / 4; }.footer-bottom { flex-wrap: wrap; gap: 15px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 60px; }.container { width: calc(100% - 32px); }.topline-inner { min-height: 35px; gap: 7px; font-size: 8px; }.topline-inner > span:nth-of-type(3), .topline-divider, .topline a { display: none; }.topline-inner > span:nth-of-type(2) { margin-left: auto; }
  .header-inner { min-height: 68px; }.brand-mark { width: 30px; height: 30px; }.brand-mark svg { width: 22px; height: 22px; }.brand-type strong { font-size: 14px; }.brand-type span { font-size: 9px; }
  .hero { min-height: 0; }.hero-layout { padding-block: 58px 45px; gap: 50px; }.hero h1 { font-size: clamp(44px, 14vw, 65px); }.hero-lede { margin-top: 25px; font-size: 15px; }.hero-actions { flex-direction: column; align-items: stretch; margin-top: 26px; }.hero-actions .button { width: 100%; }.hero-note { line-height: 1.5; }.route-console { transform: rotate(0); padding: 8px; box-shadow: 8px 8px 0 rgb(217 255 77 / 8%); }.route-map { height: 270px; }.console-top, .console-bottom { padding-inline: 4px; }.console-bottom { flex-wrap: wrap; gap: 10px; }.map-caption { right: 12px; bottom: 13px; }.map-node strong { font-size: 12px; }.hero-footer { display: block; padding-block: 16px 24px; line-height: 1.5; }.service-marker-list { gap: 12px; margin-top: 13px; font-size: 8px; }
  .quote-section { padding: 45px 0 55px; }.quote-card { padding: 28px 19px 24px; gap: 27px; }.quote-intro h2 { font-size: 42px; }.quote-intro > p:not(.eyebrow) { max-width: 360px; margin-top: 15px; }.quote-side-note { margin-top: 24px; }.mode-tabs { overflow-x: auto; }.mode-tab { flex: 0 0 auto; min-width: 100px; padding-inline: 4px; font-size: 10px; }.mode-tab:first-child { min-width: 89px; }.mode-fields { padding-top: 9px; }.form-grid-two, .form-grid-three, .form-grid-last { grid-template-columns: 1fr 1fr; gap: 0 10px; }.form-grid-two .field-wide { grid-column: span 2; }.form-grid-last .field:first-child { grid-column: auto; }.form-grid .field:last-child { grid-column: span 1; }.form-submit-row { flex-direction: column; align-items: stretch; gap: 13px; }.form-submit-row .button { width: 100%; }.form-privacy { text-align: center; }
  .problem-section { padding-top: 73px; }.problem-layout { gap: 35px; }.problem-heading h2 { font-size: 42px; }.problem-item { grid-template-columns: 30px 1fr 16px; min-height: 73px; }.problem-item p { font-size: 13px; line-height: 1.3; }.solution-line { grid-template-columns: 36px 1fr; gap: 12px; margin-top: 58px; }.solution-line p { grid-column: 2; font-size: 13px; }.solution-line .text-link { grid-column: 2; margin-top: 6px; }
  .services-section, .resources-section { padding-block: 74px 76px; }.section-heading-row { display: block; margin-bottom: 32px; }.section-heading-row h2 { font-size: 44px; }.section-heading-aside { margin-top: 23px; }.service-grid { gap: 10px; }.service-card { min-height: 355px; padding: 17px 17px 16px; }.service-card-body h3 { font-size: 50px; }.service-card-body > p { margin-block: 19px 20px; }.service-card-bottom { flex-wrap: wrap; gap: 10px; }.service-card-bottom span { font-size: 8px; }
  .experience-section { padding-block: 74px 78px; }.experience-layout { gap: 48px; }.experience-intro h2 { font-size: 43px; }.experience-intro > p:not(.eyebrow) { margin-block: 22px 27px; font-size: 14px; }.experience-intro .button { width: 100%; }.benefit-item { grid-template-columns: 32px 1fr 17px; gap: 9px; }.benefit-item h3 { font-size: 16px; }.benefit-item p { font-size: 11px; }
  .steps-section { padding-block: 74px 78px; }.steps-heading { margin-bottom: 45px; }.steps-heading h2 { font-size: 44px; }.steps-grid { display: block; }.step-item { display: grid; grid-template-columns: 42px 58px 1fr; grid-template-rows: auto auto; column-gap: 13px; margin-bottom: 29px; }.step-number { grid-row: span 2; margin: 0; }.step-icon { grid-row: span 2; width: 52px; height: 52px; margin: 0; }.step-item h3 { align-self: end; max-width: none; margin: 0 0 7px; font-size: 16px; }.step-item p { align-self: start; max-width: none; font-size: 12px; }.step-connector { display: none; }.center-button { margin-top: 42px; }.center-button .button { width: 100%; }
  .whatsapp-section { padding: 61px 0; }.whatsapp-panel { grid-template-columns: 50px 1fr; gap: 17px; }.whatsapp-symbol { width: 46px; height: 46px; font-size: 29px; align-self: start; }.whatsapp-copy h2 { font-size: 42px; }.whatsapp-copy > p:not(.eyebrow) { font-size: 13px; }.whatsapp-action { grid-column: 1 / -1; align-items: stretch; margin-top: 10px; }.whatsapp-action .button { width: 100%; }.whatsapp-action > span { text-align: center; }
  .resource-heading .text-link { margin-top: 20px; }.resource-grid { grid-template-columns: 1fr; }.resource-card, .resource-art { min-height: 275px; }.resource-featured { grid-template-columns: 1fr 1fr; }.resource-content { padding: 17px; }.resource-content h3 { font-size: 18px; margin-bottom: 23px; }.resource-art-title { font-size: 38px; }.resource-card:not(.resource-featured) { min-height: 267px; }.resource-number { margin-bottom: 40px; }
  .calculator-section { padding-block: 73px 81px; }.calculator-copy h2 { font-size: 43px; }.calculator-card { padding: 19px 16px; box-shadow: 6px 6px 0 #e4e5dd; }.calculator-card-top { display: block; }.factor-note { display: block; margin-top: 10px; }.calculator-inputs { grid-template-columns: 1fr 1fr; gap: 0 10px; padding-top: 18px; }.calculator-result { grid-template-columns: 1fr 1fr; }.calculator-result > div:last-child { grid-column: span 2; }.calculator-result strong { font-size: 18px; }
  .local-section { padding-block: 72px 74px; }.local-layout { gap: 35px; }.local-layout h2 { font-size: 44px; }.local-copy > p { margin-block: 0 25px; font-size: 13px; }.city-list span { font-size: 9px; padding: 8px; }.contact-section { padding-block: 73px 77px; }.contact-layout { grid-template-columns: 1fr; gap: 28px; }.contact-layout h2 { font-size: 48px; }.contact-copy { padding: 0; }.contact-copy > p { font-size: 14px; }.contact-copy .button { width: 100%; }.contact-details { gap: 10px; line-height: 1.5; }.contact-details span + span::before { margin-right: 10px; }.faq-section { padding-block: 73px 80px; }.faq-layout { gap: 36px; }.faq-layout h2 { font-size: 42px; }.faq-list summary { font-size: 14px; line-height: 1.3; }.faq-list details p { font-size: 12px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 20px; padding-block: 50px 47px; }.footer-brand { grid-column: span 2; }.footer-cta { grid-column: span 2; }.footer-cta > a { font-size: 20px; }.footer-bottom { display: block; padding-block: 17px 80px; line-height: 1.6; }.footer-bottom div { gap: 13px; margin-top: 10px; }.footer-signal { display: block; margin-top: 15px; }.mobile-actions { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgb(14 21 20 / 97%); box-shadow: 0 -8px 25px rgb(0 0 0 / 12%); }.mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; color: var(--ink); background: var(--lime); font-size: 12px; font-weight: 600; }.mobile-actions a + a { color: var(--white); background: #26342e; border-left: 1px solid #516057; }.mobile-actions a span:first-child { font-size: 18px; }
}

/* Keep the lime highlighter for dark surfaces; use red on light reading surfaces. */
.quote-intro h2 em,
.needs-heading h2 em,
.section-heading-row:not(.ecosystem-heading) h2 em,
.calculator-copy h2 em,
.inner-heading h2 em,
.inner-card:not(.inner-card-dark):not(.inner-card-lime) h3 em {
  color: var(--signal-red);
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.route-line-main { animation: none; }.button, .text-link span { transition: none; } }

@media (max-width: 960px) {
  .dropdown-panel { position: static; width: auto; margin: 6px 0 0; box-shadow: none; }
  .need-grid { grid-template-columns: repeat(2, 1fr); }
  .ecosystem-flow { grid-template-columns: 1fr; gap: 13px; }.pillar-card { min-height: 260px; }.pillar-symbol { margin-top: 25px; }.pillar-arrow { min-height: 25px; transform: rotate(90deg); }
  .solution-grid { grid-template-columns: 1fr; }.solution-card-wide { grid-column: auto; }
  .audit-grid { grid-template-columns: repeat(2, 1fr); }.audit-card-featured { grid-column: span 2; min-height: 325px; }
  .industries-layout, .about-layout, .lead-layout, .partner-layout { grid-template-columns: 1fr; gap: 48px; }.about-stamp { max-width: 300px; }.lead-intro h2 { max-width: 650px; }.lead-intro > p:not(.eyebrow) { max-width: 540px; }.partner-layout > p { margin-top: 0; }
}

@media (max-width: 620px) {
  .consulting-hero .hero-layout { gap: 47px; }.strategy-console { transform: rotate(0); padding: 8px; box-shadow: 8px 8px 0 rgb(217 255 77 / 8%); }.strategy-board { min-height: 335px; padding-inline: 11px; }.strategy-principle { width: 91%; grid-template-columns: 29px 1fr 17px; gap: 3px 8px; }.strategy-principle strong { font-size: 16px; }.strategy-principle p { font-size: 8px; }.board-stamp { top: 18px; right: 13px; font-size: 7px; }
  .needs-section, .solutions-section, .audits-section, .freight-section { padding-block: 73px 78px; }.need-grid { grid-template-columns: 1fr 1fr; gap: 8px; }.need-card { min-height: 196px; padding: 15px 13px; }.need-card h3 { font-size: 20px; }.need-card p { max-width: 115px; font-size: 8px; }.need-icon { top: 13px; right: 12px; font-size: 27px; }.need-arrow { right: 11px; bottom: 10px; }.ecosystem-section { padding-block: 74px 80px; }.ecosystem-heading h2 { font-size: 44px; }.pillar-card { min-height: 280px; padding: 17px; }.pillar-card h3 { font-size: 43px; }.pillar-card p { font-size: 12px; }
  .solution-grid { gap: 9px; }.solution-card, .solution-card-wide { min-height: 290px; padding: 17px; }.solution-card h3 { font-size: 29px; }.solution-card .service-label { margin-top: 26px; }.solution-description { font-size: 12px; }.audit-grid { grid-template-columns: 1fr; gap: 9px; }.audit-card-featured { grid-column: auto; min-height: 310px; }.audit-card { min-height: 280px; padding: 17px; }.audit-number { font-size: 27px; }.audit-label { margin-top: 21px; }.audit-card h3 { font-size: 25px; }
  .freight-section .quote-card { margin-top: 48px; }.freight-section .section-heading-row h2 { font-size: 40px; }.industry-list { grid-template-columns: 1fr; }.industry-list a:nth-child(odd) { margin-right: 0; }.industry-list a:nth-child(even) { padding-left: 0; border-left: 0; }.industries-section { padding-block: 73px 78px; }.industries-layout { gap: 35px; }.about-section { padding-block: 73px 80px; }.about-stamp { min-height: 215px; box-shadow: 7px 7px 0 var(--lime); }.about-copy h2 { font-size: 43px; }.about-copy > p:not(.eyebrow) { font-size: 13px; }.about-copy .button { width: 100%; }.lead-section { padding-block: 73px 80px; }.lead-layout { gap: 42px; }.lead-intro h2 { font-size: 52px; }.lead-intro > p:not(.eyebrow) { font-size: 14px; }.lead-form { padding: 19px 16px 20px; }.lead-form .form-grid { padding-top: 18px; }.check-grid { grid-template-columns: 1fr 1fr; gap: 10px 5px; }.check-grid label { font-size: 9px; }.lead-form > .button { width: 100%; }.partner-section { padding-block: 70px 74px; }.partner-layout { gap: 32px; }.partner-layout h2 { font-size: 39px; }.partner-layout > p { font-size: 13px; }
}

.hero-console-slider { overflow: hidden; }
.console-slider-viewport { overflow: hidden; }
.console-slider-track { display: flex; transition: transform .65s cubic-bezier(.2, .75, .25, 1); }
.console-slide { flex: 0 0 100%; min-width: 0; }
.hero-console-slider .console-slide > .strategy-board,
.hero-console-slider .console-slide > .route-map { height: 388px; min-height: 0; }
.console-slider-controls { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 37px; padding: 7px 7px 3px; border-top: 1px solid #35443b; }
.console-view-label { color: #7f8e84; font: 8px var(--mono); letter-spacing: .1em; }
.console-view-label strong { color: var(--lime); font-weight: 400; }
.console-slider-actions { display: flex; align-items: center; gap: 7px; }
.console-slider-arrow { display: grid; width: 23px; height: 23px; padding: 0; place-items: center; color: #aab5ab; background: transparent; border: 1px solid #46564e; cursor: pointer; font: 15px/1 var(--mono); }
.console-slider-arrow:hover, .console-slider-arrow:focus-visible { color: var(--lime); border-color: var(--lime); }
.console-slider-dots { display: flex; gap: 3px; }
.console-slider-dot { padding: 4px 5px; color: #76857b; background: transparent; border: 1px solid transparent; cursor: pointer; font: 8px var(--mono); letter-spacing: .08em; }
.console-slider-dot:hover, .console-slider-dot:focus-visible, .console-slider-dot.is-active { color: var(--lime); border-color: #53655a; }
.hero-console-slider:focus-visible { outline: 1px solid var(--lime); outline-offset: 5px; }

@media (max-width: 620px) {
  .hero-console-slider .console-slide > .strategy-board,
  .hero-console-slider .console-slide > .route-map { height: 335px; }
  .console-slider-controls { padding-inline: 4px; }
  .console-slider-actions { gap: 4px; }
  .console-slider-dot { padding-inline: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  .console-slider-track { transition: none; }
}

/* The homepage points to service hubs; detailed content lives on those pages. */
#needs,
#ecosystem,
#solutions,
#audits,
#resources,
#calculator,
.partner-section { display: none; }
#freight { padding-block: 106px 112px; }
#freight > .container > .section-heading-row,
#freight .service-grid { display: none; }
#freight .quote-card { margin-top: 0; }

.home-services { padding: 108px 0 116px; background: var(--paper); }
.home-services-heading { margin-bottom: 44px; }
.home-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.home-service-card { display: flex; min-height: 380px; flex-direction: column; padding: 21px; border: 1px solid var(--ink); }
.home-service-card > .card-index { color: #7c877e; font: 9px var(--mono); letter-spacing: .1em; }
.home-service-card h3 { max-width: 340px; margin: 42px 0 17px; font-size: clamp(29px, 3vw, 43px); font-weight: 500; line-height: .97; letter-spacing: -.06em; }
.home-service-card:not(.home-service-card-dark):not(.home-service-card-lime) h3 em { color: var(--signal-red); }
.home-service-card > p { max-width: 325px; margin: 0; color: #6d786f; font-size: 13px; line-height: 1.5; }
.home-service-tags { margin-top: auto; padding-top: 26px; color: #7c877e; font: 8px/1.5 var(--mono); letter-spacing: .07em; }
.home-service-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--ink); font-size: 12px; font-weight: 600; }
.home-service-card > a span { font-size: 17px; }
.home-service-card-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.home-service-card-dark > .card-index { color: #9daa9f; }
.home-service-card-dark h3 em { color: var(--lime); }
.home-service-card-dark > p { color: #aab5ab; }
.home-service-card-dark .home-service-tags { color: #a4b0a7; }
.home-service-card-dark > a { color: var(--lime); }
.home-service-card-lime { background: var(--lime); border-color: var(--lime); }
.home-service-card-lime > .card-index { color: #52643a; }
.home-service-card-lime h3 em { color: #4f642e; }
.home-service-card-lime > p { color: #53623e; }
.home-service-card-lime .home-service-tags { color: #53623e; }

@media (max-width: 960px) {
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-card { min-height: 300px; }
  .home-service-card h3 { max-width: 620px; }
}

@media (max-width: 620px) {
  #freight { padding-block: 73px 80px; }
  .home-services { padding-block: 73px 80px; }
  .home-services-heading { margin-bottom: 32px; }
  .home-service-card { min-height: 285px; padding: 17px; }
  .home-service-card h3 { margin-top: 29px; font-size: 31px; }
}

/* Clients ticker: keeps the hero's dark console language alive under the fold. */
.clients-section { position: relative; padding: 66px 0 76px; overflow: hidden; color: var(--white); background: var(--ink); border-top: 1px solid #2c3a34; }
.clients-section::after { position: absolute; top: 0; left: 0; width: 240px; height: 1px; background: linear-gradient(90deg, transparent, var(--lime), transparent); content: ""; animation: clients-scan 8s linear infinite; }
@keyframes clients-scan { from { transform: translateX(-240px); } to { transform: translateX(calc(100vw + 240px)); } }
.clients-grid-lines { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(90deg, transparent 49.6%, #44544b 50%, transparent 50.4%), linear-gradient(0deg, transparent 49.6%, #44544b 50%, transparent 50.4%); background-size: 92px 92px; mask-image: linear-gradient(90deg, transparent, black 28%, black 72%, transparent); pointer-events: none; }
.clients-header { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.clients-heading h2 { margin: 0; font-size: clamp(30px, 3.3vw, 45px); font-weight: 500; line-height: .98; letter-spacing: -.065em; }
.clients-meta { display: grid; justify-items: end; gap: 7px; padding-bottom: 6px; text-align: right; }
.clients-live { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font: 9px var(--mono); letter-spacing: .12em; }
.clients-live i { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; animation: clients-pulse 1.8s ease-in-out infinite; }
@keyframes clients-pulse { 0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgb(217 255 77 / 38%); } 50% { opacity: .5; box-shadow: 0 0 0 5px rgb(217 255 77 / 0%); } }
.clients-meta strong { font: 500 30px/1 var(--mono); letter-spacing: -.03em; }
.clients-meta p { margin: 0; color: #7f8d84; font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.clients-marquee { position: relative; z-index: 1; overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent); }
.clients-track { display: flex; width: max-content; animation: clients-scroll 46s linear infinite; will-change: transform; }
.clients-group { display: flex; gap: 13px; padding-right: 13px; }
@keyframes clients-scroll { to { transform: translateX(calc(-100% / 3)); } }
.clients-marquee:hover .clients-track, .clients-marquee:focus-within .clients-track { animation-play-state: paused; }
.client-card { position: relative; display: flex; width: clamp(280px, 34vw, 460px); min-height: 194px; flex-direction: column; padding: 18px 19px 17px; overflow: hidden; background: #1b2523; border: 1px solid #33423b; transition: transform .25s, background .25s, border-color .25s; }
.client-card::after { position: absolute; right: -46px; bottom: -61px; width: 132px; height: 132px; border: 1px solid #526158; border-radius: 50%; content: ""; transition: border-color .25s, box-shadow .25s; }
.client-card:hover, .client-card:focus-visible { background: #1f2b27; border-color: var(--lime); transform: translateY(-4px); }
.client-card:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
.client-card:hover::after, .client-card:focus-visible::after { border-color: var(--lime); box-shadow: 0 0 0 18px rgb(217 255 77 / 6%); }
.client-card-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.client-index { color: #87958b; font: 9px var(--mono); letter-spacing: .1em; }
.client-live { display: inline-flex; align-items: center; gap: 7px; color: #7f8d84; font: 8px var(--mono); letter-spacing: .12em; }
.client-live i { width: 5px; height: 5px; background: var(--lime); border-radius: 50%; }
.client-name { position: relative; z-index: 1; margin: auto 0 11px; font-size: clamp(25px, 2.3vw, 33px); font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.client-tag { position: relative; z-index: 1; width: fit-content; margin: 0 0 15px; padding: 5px 9px 4px; color: #d8e6a1; background: rgb(217 255 77 / 7%); border-left: 2px solid var(--lime); font: 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.client-foot { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.client-domain { color: var(--lime); font: 10px var(--mono); letter-spacing: .05em; }
.client-arrow { color: #8b9890; font-size: 17px; line-height: .7; transition: color .2s, transform .2s; }
.client-card:hover .client-arrow, .client-card:focus-visible .client-arrow { color: var(--lime); transform: translate(3px, -3px); }

@media (max-width: 620px) {
  .clients-section { padding-block: 54px 62px; }
  .clients-header { display: block; margin-bottom: 27px; }
  .clients-heading h2 { font-size: 35px; }
  .clients-meta { justify-items: start; margin-top: 21px; text-align: left; }
  .clients-meta strong { font-size: 24px; }
  .client-card { width: min(78vw, 305px); min-height: 172px; padding: 15px; }
  .client-name { font-size: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .clients-track { animation: none; }
  .clients-marquee { overflow-x: auto; mask-image: none; }
  .clients-section::after, .clients-live i { animation: none; }
}

/* ============================================================
   Header utilities: QUEENSXP theme toggle + ES/EN/KO switcher
   ============================================================ */
.header-utilities { display: flex; align-items: center; gap: 10px; }
.lang-switch { display: inline-flex; align-items: stretch; border: 1px solid #46564e; }
.lang-option { padding: 6px 7px; color: #8b9890; background: transparent; border: 0; font: 9px/1 var(--mono); letter-spacing: .08em; transition: color .2s, background .2s; }
.lang-option + .lang-option { border-left: 1px solid #46564e; }
.lang-option:hover { color: var(--white); }
.lang-option.is-active { color: var(--ink); background: var(--lime); }
.xp-toggle { display: inline-flex; align-items: center; gap: 8px; padding: 6px 9px; color: #8b9890; background: transparent; border: 1px solid #46564e; font: 9px/1 var(--mono); letter-spacing: .11em; transition: color .2s, background .2s, border-color .2s, box-shadow .2s; }
.xp-toggle:hover { color: var(--white); border-color: #6d7e72; }
.xp-toggle-label i { color: var(--lime); font-style: normal; }
.xp-toggle-track { position: relative; display: inline-block; width: 22px; height: 12px; border: 1px solid currentColor; border-radius: 999px; }
.xp-toggle-thumb { position: absolute; top: 2px; left: 2px; width: 6px; height: 6px; background: currentColor; border-radius: 50%; transition: transform .22s, background .22s; }
.xp-toggle[aria-pressed="true"] { color: var(--white); border-color: var(--lime); background: rgb(217 255 77 / 10%); box-shadow: 0 0 0 3px rgb(217 255 77 / 8%); }
.xp-toggle[aria-pressed="true"] .xp-toggle-thumb { transform: translateX(10px); background: var(--lime); }
.lang-option:focus-visible, .xp-toggle:focus-visible { outline: 1px solid var(--lime); outline-offset: 3px; }
.mobile-nav-utilities { display: none; }
@media (max-width: 960px) {
  .header-inner > .header-utilities { display: none; }
  .mobile-nav .header-utilities { display: flex; flex-direction: column; align-items: stretch; gap: 10px; padding: 15px 0 3px; border-top: 1px solid #33423b; }
  .mobile-nav .lang-switch { justify-content: stretch; }
  .mobile-nav .lang-option { flex: 1; padding: 9px 0; text-align: center; }
  .mobile-nav .xp-toggle { justify-content: center; padding: 10px 9px; }
}

/* ============================================================
   QUEENSXP skin — Queens Hidro palette
   (ink #0a0a0c · rasp #e10357 / #ff3d7d · teal #3ee0e3 · amber #d4a845)
   ============================================================ */
html[data-theme="queensxp"] {
  color-scheme: dark;
  --ink: #0a0a0c;
  --ink-soft: #141419;
  --cream: #101014;
  --paper: #0a0a0c;
  --line: rgb(255 255 255 / 10%);
  --muted: #9c9aa2;
  --lime: #ff3d7d;
  --lime-dark: #ff3d7d;
  --signal-red: #ff3d7d;
  --white: #e9e7e2;
  --xp-card: #141419;
  --xp-card-2: #1b1b22;
  --xp-line: rgb(255 255 255 / 9%);
  --xp-line-strong: rgb(255 255 255 / 16%);
  --xp-text-2: #b9b7bd;
  --xp-rasp: #e10357;
  --xp-rasp-hi: #ff3d7d;
  --xp-rasp-lo: #7a0431;
  --xp-teal: #02b4b7;
  --xp-teal-hi: #3ee0e3;
  --xp-amber: #d4a845;
  --xp-ok: #2ecc71;
  --xp-err: #ff4d6d;
}
html[data-theme="queensxp"] body { color: var(--white); background: var(--paper); }
html[data-theme="queensxp"] ::selection { color: #fff; background: var(--xp-rasp); }
html[data-theme="queensxp"] .section-cream { background: var(--cream); }

/* Header, topline, nav */
html[data-theme="queensxp"] .topline { color: var(--xp-muted); background: #0e0e12; }
html[data-theme="queensxp"] .topline-divider { background: rgb(255 255 255 / 18%); }
html[data-theme="queensxp"] .status-dot { box-shadow: 0 0 0 3px rgb(255 61 125 / 16%); }
html[data-theme="queensxp"] .site-header { background: rgb(10 10 12 / 96%); }
html[data-theme="queensxp"] .desktop-nav, html[data-theme="queensxp"] .nav-dropdown > button, html[data-theme="queensxp"] .dropdown-panel a, html[data-theme="queensxp"] .mobile-nav a:not(.button) { color: var(--xp-text-2); }
html[data-theme="queensxp"] .dropdown-panel { background: var(--xp-card); border-color: var(--xp-line-strong); box-shadow: 8px 8px 0 rgb(255 61 125 / 8%); }
html[data-theme="queensxp"] .dropdown-panel a:hover { background: var(--xp-card-2); }
html[data-theme="queensxp"] .dropdown-panel small { color: var(--xp-muted); }
html[data-theme="queensxp"] .menu-toggle { border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .mobile-nav a:not(.button) { border-top-color: var(--xp-line); }
html[data-theme="queensxp"] .mobile-nav .header-utilities { border-top-color: var(--xp-line); }
html[data-theme="queensxp"] .lang-switch { border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .lang-option + .lang-option { border-left-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .lang-option.is-active { color: #fff; background: var(--xp-rasp); }
html[data-theme="queensxp"] .xp-toggle { border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .xp-toggle:hover { border-color: rgb(255 255 255 / 30%); }
html[data-theme="queensxp"] .xp-toggle[aria-pressed="true"] { border-color: var(--xp-rasp-hi); background: rgb(225 3 87 / 16%); box-shadow: 0 0 0 3px rgb(225 3 87 / 12%); }
html[data-theme="queensxp"] .lang-option:focus-visible, html[data-theme="queensxp"] .xp-toggle:focus-visible { outline-color: var(--xp-rasp-hi); }

/* Buttons */
html[data-theme="queensxp"] .button-lime { color: #fff; background: var(--xp-rasp); }
html[data-theme="queensxp"] .button-lime:hover { background: var(--xp-rasp-hi); }
html[data-theme="queensxp"] .button-dark { color: var(--white); background: var(--xp-card-2); border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .button-dark:hover { background: #26262e; }
html[data-theme="queensxp"] .button-outline-light { border-color: rgb(255 255 255 / 28%); }
html[data-theme="queensxp"] .button-outline-light:hover { color: #fff; border-color: var(--xp-rasp); background: var(--xp-rasp); }
html[data-theme="queensxp"] .skip-link { color: #fff; background: var(--xp-rasp); }
html[data-theme="queensxp"] .about-stamp { background: var(--xp-card); box-shadow: 12px 12px 0 var(--xp-rasp); }
html[data-theme="queensxp"] .solution-marker, html[data-theme="queensxp"] .success-check, html[data-theme="queensxp"] .billable-result { color: #fff; background: var(--xp-rasp); }
html[data-theme="queensxp"] .success-check, html[data-theme="queensxp"] .billable-result span, html[data-theme="queensxp"] .strategy-principle.active > span, html[data-theme="queensxp"] .strategy-principle.active p, html[data-theme="queensxp"] .strategy-principle.active i { color: rgb(255 255 255 / 82%); }
html[data-theme="queensxp"] .billable-result strong, html[data-theme="queensxp"] .strategy-principle.active strong { color: #fff; }
html[data-theme="queensxp"] .mobile-actions { background: rgb(10 10 12 / 97%); }
html[data-theme="queensxp"] .mobile-actions a { color: #fff; background: var(--xp-rasp); }
html[data-theme="queensxp"] .mobile-actions a + a { color: var(--white); background: var(--xp-card-2); border-left-color: var(--xp-line-strong); }

/* Hero + consoles */
html[data-theme="queensxp"] .hero-grid-lines, html[data-theme="queensxp"] .strategy-board::before { background-image: linear-gradient(90deg, transparent 49.8%, #2c2c34 50%, transparent 50.2%), linear-gradient(0deg, transparent 49.8%, #2c2c34 50%, transparent 50.2%); }
html[data-theme="queensxp"] .eyebrow { color: var(--xp-muted); }
html[data-theme="queensxp"] .eyebrow-lime { color: var(--xp-text-2); }
html[data-theme="queensxp"] .hero-lede { color: var(--xp-text-2); }
html[data-theme="queensxp"] .hero-note { color: var(--xp-muted); }
html[data-theme="queensxp"] .hero-tertiary { color: var(--xp-muted); }
html[data-theme="queensxp"] .route-console, html[data-theme="queensxp"] .strategy-console { background: rgb(20 20 25 / 92%); border-color: var(--xp-line-strong); box-shadow: 18px 18px 0 rgb(255 61 125 / 8%); }
html[data-theme="queensxp"] .route-map, html[data-theme="queensxp"] .strategy-board { background: var(--cream); }
html[data-theme="queensxp"] .map-grid { background-image: linear-gradient(30deg, transparent 48%, #2c2c34 49%, transparent 50%), linear-gradient(120deg, transparent 48%, #2c2c34 49%, transparent 50%); }
html[data-theme="queensxp"] .route-line-muted, html[data-theme="queensxp"] .route-line-secondary { stroke: #3a3a42; }
html[data-theme="queensxp"] .mono-label, html[data-theme="queensxp"] .map-node small, html[data-theme="queensxp"] .board-stamp, html[data-theme="queensxp"] .strategy-principle > span, html[data-theme="queensxp"] .strategy-principle p, html[data-theme="queensxp"] .strategy-principle i, html[data-theme="queensxp"] .console-view-label, html[data-theme="queensxp"] .console-slider-dot { color: var(--xp-muted); }
html[data-theme="queensxp"] .console-bottom strong, html[data-theme="queensxp"] .service-marker-list { color: var(--white); }
html[data-theme="queensxp"] .map-caption { background: rgb(10 10 12 / 88%); }
html[data-theme="queensxp"] .hero-footer { color: var(--xp-muted); border-top-color: var(--xp-line); }
html[data-theme="queensxp"] .strategy-principle { border-top-color: var(--xp-line); }
html[data-theme="queensxp"] .board-line { border-top-color: #3a3a42; }
html[data-theme="queensxp"] .console-slider-controls { border-top-color: var(--xp-line); }
html[data-theme="queensxp"] .console-slider-arrow { color: var(--xp-text-2); border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .console-slider-dot:hover, html[data-theme="queensxp"] .console-slider-dot:focus-visible, html[data-theme="queensxp"] .console-slider-dot.is-active { border-color: var(--xp-line-strong); }

/* Clients ticker */
html[data-theme="queensxp"] .clients-section { border-top-color: var(--xp-line); }
html[data-theme="queensxp"] .clients-grid-lines { background-image: linear-gradient(90deg, transparent 49.6%, #26262e 50%, transparent 50.4%), linear-gradient(0deg, transparent 49.6%, #26262e 50%, transparent 50.4%); }
html[data-theme="queensxp"] .clients-live, html[data-theme="queensxp"] .client-domain { color: var(--xp-teal-hi); }
html[data-theme="queensxp"] .clients-live i { background: var(--xp-teal-hi); animation: none; box-shadow: 0 0 0 4px rgb(62 224 227 / 18%); }
html[data-theme="queensxp"] .clients-meta p, html[data-theme="queensxp"] .client-index, html[data-theme="queensxp"] .client-live, html[data-theme="queensxp"] .client-arrow { color: var(--xp-muted); }
html[data-theme="queensxp"] .client-card { background: var(--xp-card); border-color: var(--xp-line); }
html[data-theme="queensxp"] .client-card::after { border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .client-card:hover, html[data-theme="queensxp"] .client-card:focus-visible { background: var(--xp-card-2); border-color: var(--xp-rasp-hi); }
html[data-theme="queensxp"] .client-card:hover::after, html[data-theme="queensxp"] .client-card:focus-visible::after { box-shadow: 0 0 0 18px rgb(255 61 125 / 6%); }
html[data-theme="queensxp"] .client-tag { color: var(--xp-teal-hi); background: rgb(62 224 227 / 8%); border-left-color: var(--xp-rasp-hi); }

/* Quote + forms */
html[data-theme="queensxp"] .quote-card { background: var(--xp-card); border-color: var(--xp-line-strong); box-shadow: 0 20px 60px rgb(0 0 0 / 45%); }
html[data-theme="queensxp"] .quote-side-number { color: var(--white); }
html[data-theme="queensxp"] .mode-tab { color: var(--xp-muted); }
html[data-theme="queensxp"] .mode-tab.active { color: var(--white); border-bottom-color: var(--xp-rasp-hi); }
html[data-theme="queensxp"] .field span, html[data-theme="queensxp"] .form-privacy, html[data-theme="queensxp"] .factor-note, html[data-theme="queensxp"] .calculator-result span, html[data-theme="queensxp"] .form-step { color: var(--xp-muted); }
html[data-theme="queensxp"] .field input, html[data-theme="queensxp"] .field select, html[data-theme="queensxp"] .field textarea, html[data-theme="queensxp"] .lead-form .field input, html[data-theme="queensxp"] .lead-form .field select, html[data-theme="queensxp"] .lead-form .field textarea, html[data-theme="queensxp"] .inner-lead-form .field input, html[data-theme="queensxp"] .inner-lead-form .field select, html[data-theme="queensxp"] .inner-lead-form .field textarea { color: var(--white); background: #0e0e12; border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .field input::placeholder, html[data-theme="queensxp"] .field textarea::placeholder { color: #6f6d76; }
html[data-theme="queensxp"] .field input:focus, html[data-theme="queensxp"] .field select:focus, html[data-theme="queensxp"] .field textarea:focus { border-color: var(--xp-rasp-hi); box-shadow: 3px 3px 0 rgb(255 61 125 / 45%); }
html[data-theme="queensxp"] .form-success { color: #9fe6bb; background: rgb(46 204 113 / 12%); }
html[data-theme="queensxp"] .form-success.form-error { color: #ff9bab; background: rgb(255 77 109 / 12%); }
html[data-theme="queensxp"] .lead-form { color: var(--white); background: var(--xp-card); border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .lead-form .field span, html[data-theme="queensxp"] .lead-form legend, html[data-theme="queensxp"] .check-grid label { color: var(--xp-muted); }
html[data-theme="queensxp"] .check-grid input { accent-color: var(--xp-rasp); }
html[data-theme="queensxp"] .inner-lead-form { background: var(--xp-card); }
html[data-theme="queensxp"] .calculator-card { background: var(--xp-card); border-color: var(--xp-line-strong); box-shadow: 10px 10px 0 rgb(255 255 255 / 6%); }
html[data-theme="queensxp"] .calculator-result > div { background: var(--xp-card); }
html[data-theme="queensxp"] .admin-note { color: var(--xp-muted); background: var(--xp-card); }
html[data-theme="queensxp"] .case-stage { border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .engagement-card { border-top-color: var(--xp-line-strong); }

/* Home services + cards */
html[data-theme="queensxp"] .service-card, html[data-theme="queensxp"] .home-service-card, html[data-theme="queensxp"] .need-card, html[data-theme="queensxp"] .audit-card, html[data-theme="queensxp"] .solution-card-wide, html[data-theme="queensxp"] .resource-featured { border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .service-card-dark, html[data-theme="queensxp"] .home-service-card-dark { background: var(--xp-card); border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .card-index, html[data-theme="queensxp"] .service-card-bottom span, html[data-theme="queensxp"] .service-label, html[data-theme="queensxp"] .home-service-tags, html[data-theme="queensxp"] .home-service-card > .card-index, html[data-theme="queensxp"] .resource-type, html[data-theme="queensxp"] .audit-label, html[data-theme="queensxp"] .inner-card .card-index { color: var(--xp-muted); }
html[data-theme="queensxp"] .home-service-card > p, html[data-theme="queensxp"] .solution-description, html[data-theme="queensxp"] .resource-description, html[data-theme="queensxp"] .audit-card > p:not(.audit-label), html[data-theme="queensxp"] .inner-card p, html[data-theme="queensxp"] .inner-list-item p, html[data-theme="queensxp"] .faq-list details p, html[data-theme="queensxp"] .step-item p, html[data-theme="queensxp"] .calculator-copy > p:not(.eyebrow), html[data-theme="queensxp"] .solution-line p, html[data-theme="queensxp"] .experience-intro > p:not(.eyebrow), html[data-theme="queensxp"] .benefit-item p { color: var(--xp-muted); }
html[data-theme="queensxp"] .home-service-card > a, html[data-theme="queensxp"] .text-link, html[data-theme="queensxp"] .resource-content h3, html[data-theme="queensxp"] .audit-card h3, html[data-theme="queensxp"] .step-item h3, html[data-theme="queensxp"] .faq-list summary { color: var(--white); }
html[data-theme="queensxp"] .text-link span, html[data-theme="queensxp"] .glyph-route, html[data-theme="queensxp"] .problem-item span, html[data-theme="queensxp"] .problem-item i, html[data-theme="queensxp"] .step-number, html[data-theme="queensxp"] .step-connector, html[data-theme="queensxp"] .faq-list summary span, html[data-theme="queensxp"] .benefit-mark, html[data-theme="queensxp"] .problem-heading h2 em, html[data-theme="queensxp"] .solution-card h3 em, html[data-theme="queensxp"] .audit-card h3 em, html[data-theme="queensxp"] .audit-product h3 em, html[data-theme="queensxp"] .need-card h3 em, html[data-theme="queensxp"] .need-arrow, html[data-theme="queensxp"] .home-service-card:not(.home-service-card-dark):not(.home-service-card-lime) h3 em { color: var(--xp-rasp-hi); }
html[data-theme="queensxp"] .need-card-dark { background: var(--xp-card); border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .need-card:not(.need-card-dark):not(.need-card-lime):hover { color: #fff; background: var(--xp-card-2); border-color: var(--xp-rasp-hi); }
html[data-theme="queensxp"] .node-pulse { box-shadow: 0 0 0 5px rgb(255 61 125 / 16%); }
html[data-theme="queensxp"] .benefits-list, html[data-theme="queensxp"] .benefit-item { border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .inline-link { color: var(--white); }
html[data-theme="queensxp"] .inner-form-copy > p:not(.eyebrow), html[data-theme="queensxp"] .inner-hero .eyebrow-lime, html[data-theme="queensxp"] .audit-card-featured > p:not(.audit-label) { color: var(--xp-text-2); }
html[data-theme="queensxp"] .service-card-body > p, html[data-theme="queensxp"] .home-service-card-dark > p, html[data-theme="queensxp"] .home-service-card-dark .home-service-tags, html[data-theme="queensxp"] .home-service-card-dark > .card-index, html[data-theme="queensxp"] .audit-card-featured > p:not(.audit-label), html[data-theme="queensxp"] .audit-card-featured .audit-label, html[data-theme="queensxp"] .solution-card-ink .solution-description, html[data-theme="queensxp"] .solution-card-ink .card-index, html[data-theme="queensxp"] .inner-card-dark p, html[data-theme="queensxp"] .inner-card-dark .card-index, html[data-theme="queensxp"] .service-card-dark .service-card-bottom span, html[data-theme="queensxp"] .service-card-outline .service-card-bottom span { color: var(--xp-text-2); }
html[data-theme="queensxp"] .service-card-bottom { border-top-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .step-icon { color: var(--white); border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .problem-list, html[data-theme="queensxp"] .problem-item, html[data-theme="queensxp"] .solution-line, html[data-theme="queensxp"] .faq-list, html[data-theme="queensxp"] .faq-list details { border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .faq-list summary span { color: var(--xp-muted); }

/* Accent cards (former lime) */
html[data-theme="queensxp"] .service-card-lime, html[data-theme="queensxp"] .need-card-lime, html[data-theme="queensxp"] .pillar-card-lime, html[data-theme="queensxp"] .solution-card-lime, html[data-theme="queensxp"] .home-service-card-lime, html[data-theme="queensxp"] .inner-card-lime { color: #fff; background: var(--xp-rasp); border-color: var(--xp-rasp); }
html[data-theme="queensxp"] .need-card-lime:hover { background: var(--xp-rasp-hi); border-color: var(--xp-rasp-hi); }
html[data-theme="queensxp"] .service-card-lime .service-label, html[data-theme="queensxp"] .service-card-lime .service-card-body > p, html[data-theme="queensxp"] .service-card-lime .service-card-bottom span, html[data-theme="queensxp"] .need-card-lime .need-index, html[data-theme="queensxp"] .need-card-lime p, html[data-theme="queensxp"] .need-card-lime h3 em, html[data-theme="queensxp"] .need-card-lime .need-icon, html[data-theme="queensxp"] .pillar-card-lime .pillar-number, html[data-theme="queensxp"] .pillar-card-lime .pillar-symbol, html[data-theme="queensxp"] .pillar-card-lime p, html[data-theme="queensxp"] .solution-card-lime .card-index, html[data-theme="queensxp"] .solution-card-lime .solution-card-mark, html[data-theme="queensxp"] .solution-card-lime h3 em, html[data-theme="queensxp"] .solution-card-lime .solution-description, html[data-theme="queensxp"] .solution-card-lime .text-link span, html[data-theme="queensxp"] .home-service-card-lime > .card-index, html[data-theme="queensxp"] .home-service-card-lime h3 em, html[data-theme="queensxp"] .home-service-card-lime > p, html[data-theme="queensxp"] .home-service-card-lime .home-service-tags, html[data-theme="queensxp"] .inner-card-lime .card-index, html[data-theme="queensxp"] .inner-card-lime h3 em, html[data-theme="queensxp"] .inner-card-lime p { color: rgb(255 255 255 / 84%); }
html[data-theme="queensxp"] .pillar-card-lime h3, html[data-theme="queensxp"] .inner-card-lime a, html[data-theme="queensxp"] .inner-cta { color: #fff; }
html[data-theme="queensxp"] .service-card-lime .service-card-bottom { border-color: rgb(255 255 255 / 28%); }
html[data-theme="queensxp"] .glyph-pallet i { background: rgb(255 255 255 / 88%); }
html[data-theme="queensxp"] .service-card-lime .glyph-route { color: rgb(255 255 255 / 80%); }

/* Full-bleed accent sections (former lime) */
html[data-theme="queensxp"] .whatsapp-section, html[data-theme="queensxp"] .contact-section, html[data-theme="queensxp"] .partner-section, html[data-theme="queensxp"] .inner-cta { background: linear-gradient(135deg, var(--xp-rasp-lo) 0%, var(--xp-rasp) 72%, var(--xp-rasp-hi) 145%); }
html[data-theme="queensxp"] .whatsapp-symbol { color: #fff; background: var(--ink); }
html[data-theme="queensxp"] .whatsapp-copy .eyebrow, html[data-theme="queensxp"] .whatsapp-action > span, html[data-theme="queensxp"] .contact-details, html[data-theme="queensxp"] .inner-cta p { color: rgb(255 255 255 / 68%); }
html[data-theme="queensxp"] .whatsapp-copy h2, html[data-theme="queensxp"] .contact-layout h2, html[data-theme="queensxp"] .partner-layout h2 { color: #fff; }
html[data-theme="queensxp"] .whatsapp-copy > p:not(.eyebrow), html[data-theme="queensxp"] .contact-copy > p, html[data-theme="queensxp"] .partner-layout > p { color: rgb(255 255 255 / 82%); }
html[data-theme="queensxp"] .whatsapp-copy h2 em, html[data-theme="queensxp"] .contact-layout h2 em, html[data-theme="queensxp"] .partner-layout h2 em, html[data-theme="queensxp"] .inner-cta h2 em { color: var(--xp-teal-hi); }
html[data-theme="queensxp"] .partner-layout .eyebrow, html[data-theme="queensxp"] .contact-section .eyebrow { color: rgb(255 255 255 / 68%); }

/* Resources + audits */
html[data-theme="queensxp"] .resource-card { border-color: var(--xp-line); }
html[data-theme="queensxp"] .resource-art { background: var(--xp-card); }
html[data-theme="queensxp"] .resource-art::after { border-color: var(--xp-line-strong); box-shadow: 0 0 0 25px rgb(255 61 125 / 8%), 0 0 0 50px rgb(255 61 125 / 5%); }
html[data-theme="queensxp"] .resource-art-label, html[data-theme="queensxp"] .resource-number { color: var(--xp-teal-hi); }
html[data-theme="queensxp"] .resource-art-title em, html[data-theme="queensxp"] .resource-art-route { color: var(--xp-muted); }
html[data-theme="queensxp"] .audit-card { background: transparent; }
html[data-theme="queensxp"] .audit-card-featured { background: var(--xp-card); border-color: var(--xp-line-strong); }

/* Industries, about, local, lead */
html[data-theme="queensxp"] .industry-list, html[data-theme="queensxp"] .industry-list a, html[data-theme="queensxp"] .industry-list a:nth-child(even) { border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .industry-list a { color: var(--xp-text-2); }
html[data-theme="queensxp"] .about-copy > p:not(.eyebrow), html[data-theme="queensxp"] .local-copy > p, html[data-theme="queensxp"] .lead-intro > p:not(.eyebrow), html[data-theme="queensxp"] .ecosystem-heading .section-heading-aside { color: var(--xp-text-2); }
html[data-theme="queensxp"] .about-copy h2 em { color: var(--xp-rasp-hi); }
html[data-theme="queensxp"] .city-list span, html[data-theme="queensxp"] .lead-model span { color: var(--xp-text-2); border-color: var(--xp-line-strong); }

/* Ecosystem pillars */
html[data-theme="queensxp"] .pillar-card { border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .pillar-number, html[data-theme="queensxp"] .pillar-card p, html[data-theme="queensxp"] .pillar-arrow { color: var(--xp-muted); }

/* Footer */
html[data-theme="queensxp"] .site-footer { color: var(--xp-text-2); background: #0e0e12; }
html[data-theme="queensxp"] .footer-brand > p, html[data-theme="queensxp"] .footer-label, html[data-theme="queensxp"] .footer-bottom { color: var(--xp-muted); }
html[data-theme="queensxp"] .footer-column a { color: var(--xp-text-2); }
html[data-theme="queensxp"] .footer-cta > a, html[data-theme="queensxp"] .footer-signal { color: var(--xp-teal-hi); }
html[data-theme="queensxp"] .footer-bottom { border-top-color: var(--xp-line); }

/* Inner pages */
html[data-theme="queensxp"] .inner-hero::after { border-color: var(--xp-line-strong); box-shadow: 0 0 0 32px rgb(255 61 125 / 7%), 0 0 0 65px rgb(255 61 125 / 4%); }
html[data-theme="queensxp"] .inner-breadcrumb, html[data-theme="queensxp"] .inner-hero-note p { color: var(--xp-muted); }
html[data-theme="queensxp"] .inner-hero-lede { color: var(--xp-text-2); }
html[data-theme="queensxp"] .inner-hero-note span { color: var(--xp-teal-hi); }
html[data-theme="queensxp"] .inner-card { border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .inner-card-dark { background: var(--xp-card); border-color: var(--xp-line-strong); }
html[data-theme="queensxp"] .audit-product { border-color: var(--xp-line-strong); }

@media (max-width: 620px) {
  html[data-theme="queensxp"] .about-stamp { box-shadow: 7px 7px 0 var(--xp-rasp); }
  html[data-theme="queensxp"] .route-console, html[data-theme="queensxp"] .strategy-console { box-shadow: 8px 8px 0 rgb(255 61 125 / 8%); }
  html[data-theme="queensxp"] .calculator-card { box-shadow: 6px 6px 0 rgb(255 255 255 / 6%); }
}

/* The XP thumb glow + theme transition */
html.theme-transition, html.theme-transition * { transition: background-color .38s ease, color .38s ease, border-color .38s ease, box-shadow .38s ease, fill .38s ease, stroke .38s ease !important; }
@media (prefers-reduced-motion: reduce) {
  html.theme-transition, html.theme-transition * { transition: none !important; }
  .xp-toggle-thumb { transition: none; }
}
