:root {
  --red: #d7192d;
  --red-dark: #ad1222;
  --ink: #202124;
  --muted: #626168;
  --line: #e4e0dc;
  --soft: #f6f3ef;
  --white: #fff;
  --content: 1240px;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(48, 39, 34, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fffdfa;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; width: 100%; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #2876d2; outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: .7rem 1rem; border-radius: 8px; background: #fff; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.desktop-shy { display: none; }
.container { width: min(calc(100% - 2.5rem), var(--content)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2.5rem), 810px); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-sm { padding: clamp(3rem, 6vw, 5.5rem) 0; }
.soft { background: var(--soft); }
.dark { background: var(--soft); color: var(--ink); }
.eyebrow { margin: 0 0 .9rem; color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.06; letter-spacing: -.035em; }
h1 { max-width: 14ch; font-size: clamp(3rem, 7vw, 6.5rem); }
h2 { max-width: 21ch; font-size: clamp(2.2rem, 4.6vw, 4.4rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.85rem); }
p { margin: .95rem 0 0; }
.lede { max-width: 62ch; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.55; }
.kicker { color: var(--red); font-weight: 850; }

.header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid rgba(23, 25, 29, .08); background: rgba(255, 255, 255, .95); backdrop-filter: blur(12px); }
.header-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .8rem; text-decoration: none; }
.brand img { width: 116px; height: auto; }
.brand-wordmark { display: flex; align-items: flex-start; flex-direction: column; gap: .08em; color: #111216; font-size: .96rem; font-weight: 500; line-height: .92; letter-spacing: .075em; text-align: left; text-transform: uppercase; }
.brand-wordmark strong { color: var(--red); font-size: 1em; font-weight: 850; }
.nav { display: flex; align-items: center; gap: .1rem; }
.nav a { padding: .72rem .8rem; border-radius: 9px; color: #33363c; font-size: .89rem; font-weight: 750; text-decoration: none; transition: color .2s ease, background .2s ease; }
.nav a:hover, .nav a[aria-current="page"] { background: #fff0f2; color: var(--red); }
.nav .nav-cta { margin-left: .45rem; padding-inline: 1.1rem; background: var(--red); color: #fff; }
.nav .nav-cta:hover { background: var(--red-dark); color: #fff; }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-weight: 800; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: .5rem; padding: .82rem 1.3rem; border: 2px solid var(--red); border-radius: 12px; background: var(--red); color: #fff; font-weight: 800; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); border-color: var(--red-dark); background: var(--red-dark); box-shadow: 0 12px 26px rgba(223, 23, 40, .18); }
.button.secondary { border-color: #b9bcc2; background: rgba(255,255,255,.78); color: var(--ink); }
.button.secondary:hover { border-color: var(--ink); background: #fff; box-shadow: none; }
.button.light { border-color: #fff; background: #fff; color: var(--ink); }
.button.light:hover { border-color: #fff; background: #fff; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }

html.intro-pending, html.intro-pending body { overflow: hidden; }
.intro-layer { position: fixed; z-index: 1000; inset: 0; display: none; place-items: center; overflow: hidden; background: #060a10; opacity: 1; transition: opacity .96s cubic-bezier(.42,0,.2,1) .16s; }
html.intro-pending .intro-layer { display: grid; }
.intro-stage, .intro-stage video, .intro-light { position: absolute; inset: 0; width: 100%; height: 100%; }
.intro-stage video { object-fit: contain; object-position: center; background: #060a10; }
.intro-light { opacity: 0; transform: scale(.9); background: radial-gradient(circle at 34% 50%, rgba(255,255,255,.56) 0, rgba(230,244,255,.18) 8%, transparent 23%), radial-gradient(circle at 66% 50%, rgba(255,255,255,.56) 0, rgba(230,244,255,.18) 8%, transparent 23%); transition: opacity .28s ease-out, transform 1s ease-out; pointer-events: none; }
.intro-light::before, .intro-light::after { position: absolute; top: 50%; width: min(48vw, 690px); height: 58vh; content: ""; transform: translateX(-50%); background: linear-gradient(180deg, rgba(235,247,255,.2), rgba(245,250,255,.07) 45%, transparent 100%); clip-path: polygon(48% 0, 52% 0, 100% 100%, 0 100%); filter: blur(28px); }
.intro-light::before { left: 34%; }
.intro-light::after { left: 66%; }
.intro-branding { position: absolute; z-index: 3; top: 7.5%; left: 50%; width: min(calc(100% - 3rem), 760px); display: flex; align-items: center; flex-direction: column; margin: 0; transform: translate(-50%, 8px); opacity: 0; transition: opacity .65s ease, transform .65s ease; }
.intro-branding img { width: 140px; height: auto; transform: scale(1.1); transform-origin: center bottom; }
.intro-caption { width: 100%; margin: .65rem 0 0; color: rgba(255,255,255,.88); font-size: clamp(.72rem, 1.35vw, 1rem); font-weight: 600; line-height: 1.45; letter-spacing: .2em; text-align: center; text-transform: uppercase; text-shadow: 0 2px 14px rgba(0,0,0,.58); }
.intro-branding.is-visible { transform: translate(-50%, 0); opacity: 1; }
.intro-layer.is-revealing { opacity: 0; }
.intro-layer.is-revealing .intro-light { opacity: .68; transform: scale(1.2); }
.intro-layer.is-skipped { opacity: 0; transition-duration: .24s; transition-delay: 0s; }
.intro-start { position: absolute; z-index: 4; bottom: calc(max(1.25rem, env(safe-area-inset-bottom)) + 4.15rem); left: 50%; min-height: 46px; padding: .68rem 1.1rem; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.78); border-radius: 999px; background: rgba(255,255,255,.92); color: #15181d; font: inherit; font-weight: 850; cursor: pointer; box-shadow: 0 10px 30px rgba(0,0,0,.24); backdrop-filter: blur(12px); transition: opacity .18s ease, background .2s ease; }
.intro-start[hidden] { display: none; }
.intro-start:hover, .intro-start:focus-visible { background: #fff; }
.intro-skip { position: absolute; z-index: 2; bottom: max(1.25rem, env(safe-area-inset-bottom)); left: 50%; min-height: 48px; padding: .75rem 1.15rem; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(7,11,18,.58); color: #fff; font: inherit; font-weight: 800; cursor: pointer; backdrop-filter: blur(12px); transition: opacity .18s ease, background .2s ease, border-color .2s ease; }
.intro-skip:hover, .intro-skip:focus-visible { border-color: #fff; background: rgba(7,11,18,.8); }
.intro-layer.is-revealing .intro-start, .intro-layer.is-revealing .intro-skip { opacity: 0; pointer-events: none; }

.hero { position: relative; min-height: 0; overflow: hidden; isolation: isolate; aspect-ratio: 1672 / 941; background: #ece9e4; }
.hero-media, .hero-media picture, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: 0; }
.hero-media picture, .hero-media img { z-index: auto; }
.hero-media img { object-fit: cover; object-position: right center; }
.hero-wash { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,10,12,.84) 0%, rgba(7,10,12,.68) 30%, rgba(7,10,12,.3) 48%, rgba(7,10,12,.06) 64%, transparent 76%); }
.hero::after { display: none; }
.hero-inner { position: relative; z-index: 3; min-height: 100%; display: flex; flex-direction: column; justify-content: center; padding-block: clamp(3rem, 8vh, 6rem); }
.hero-copy { width: min(47vw, 660px); margin-left: 0; color: #fff; }
.hero-copy .eyebrow { color: rgba(255,255,255,.84); white-space: nowrap; }
.hero-copy .hero-heading { max-width: none; font-size: clamp(3.8rem, 5.7vw, 5.65rem); font-weight: 800; line-height: .97; letter-spacing: -.055em; }
.hero-copy .hero-heading > span { display: block; color: var(--red); }
.hero-copy .hero-heading .city { display: inline; white-space: nowrap; }
.hero-copy .lede { max-width: 620px; margin-top: 1.7rem; color: rgba(255,255,255,.93); text-shadow: 0 2px 14px rgba(0,0,0,.28); }
.hero-copy .button.secondary { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.9); }
.hero-photo-note, .image-note { position: absolute; z-index: 4; right: 1rem; bottom: 1rem; padding: .3rem .55rem; border-radius: 7px; background: rgba(255,255,255,.82); color: #5f5e61; font-size: .7rem; font-weight: 700; backdrop-filter: blur(6px); }
.hero-photo-note { right: max(1.25rem, calc((100vw - var(--content)) / 2)); }
.mobile-hero { display: none; }

@media (min-width: 701px) {
  .desktop-shy { display: inline; }
}

@media (min-width: 1021px) {
  .hero-copy { width: min(72vw, 930px); }
  .hero-copy .eyebrow {
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .18em;
    transform: translateY(clamp(-4.75rem, -4.5vw, -3.5rem));
  }
  .hero-copy .hero-heading {
    width: 100%;
    font-size: clamp(3.35rem, 6.1vw, 6.35rem);
    font-weight: 850;
    line-height: .88;
    letter-spacing: -.052em;
    white-space: nowrap;
    text-shadow: 0 3px 16px rgba(0,0,0,.4);
    transform: translateY(clamp(-4.75rem, -4.5vw, -3.5rem));
  }
  .hero-copy .lede {
    font-weight: 500;
    line-height: 1.35;
    text-shadow: 0 2px 11px rgba(0,0,0,.76);
    transform: translateY(clamp(-4.75rem, -4.5vw, -3.5rem));
  }
  .hero-copy .actions { margin-top: calc(2rem + clamp(5rem, 6.8vw, 6.1rem) + .3rem); }
}

.feature-overview { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: #fff; }
.feature-overview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card { position: relative; min-width: 0; display: grid; grid-template-rows: 188px auto 1fr; overflow: hidden; padding: 1.8rem clamp(1.35rem, 2.2vw, 2rem) 2rem; isolation: isolate; }
.feature-card + .feature-card { border-left: 1px solid var(--line); }
.feature-visual { position: relative; z-index: 2; width: min(74%, 210px); height: 188px; display: grid; margin: 0 auto .25rem; place-items: center; }
.feature-visual img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 16px rgba(53,45,45,.11)); }
.feature-copy, .feature-checks { position: relative; z-index: 2; }
.feature-label { margin: 0 0 .45rem; color: var(--red); font-size: .72rem; font-weight: 900; line-height: 1.2; letter-spacing: .18em; text-transform: uppercase; }
.feature-copy h2 { max-width: none; font-size: clamp(1.55rem, 2.2vw, 2rem); line-height: 1.02; overflow-wrap: normal; hyphens: none; }
.feature-description { max-width: 35ch; margin-top: .7rem; color: #5f6268; font-size: .98rem; line-height: 1.45; }
.feature-route-button { min-height: 44px; margin-top: 1.25rem; padding: .62rem 1rem; border-width: 1px; border-radius: 10px; font-size: .86rem; line-height: 1.2; }
.feature-checks { display: grid; align-content: start; gap: .5rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.feature-checks li { position: relative; min-width: 0; padding-left: 1.45rem; color: #303238; font-size: .9rem; font-weight: 700; line-height: 1.35; overflow-wrap: break-word; }
.feature-checks li::before { position: absolute; top: -.08em; left: 0; color: var(--red); content: "✓"; font-size: 1.1rem; font-weight: 950; }
.feature-decoration { position: absolute; z-index: 1; pointer-events: none; }
.feature-road { top: 1.2rem; right: -1.6rem; width: 58%; fill: none; stroke: #d8dadd; stroke-linecap: round; stroke-width: 8; opacity: .26; }
.feature-road-dashes { stroke: #fff; stroke-dasharray: 12 15; stroke-width: 2.5; opacity: .94; }
.feature-cone { top: 2.2rem; right: -1rem; width: 25%; fill: #cfd1d5; opacity: .32; filter: drop-shadow(0 10px 8px rgba(34,35,39,.1)); }
.feature-cone path:nth-child(2) { fill: #fff; }
.feature-cone rect { fill: #cfd1d5; }
.feature-skyline { right: -1.5rem; bottom: 1rem; width: 65%; fill: none; stroke: #cfd1d5; stroke-linecap: round; stroke-linejoin: round; stroke-width: 5; opacity: .28; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-head > p { max-width: 52ch; color: var(--muted); }
.offerings { overflow: hidden; }
.service-mosaic { display: grid; grid-auto-flow: dense; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.service-tile { position: relative; min-height: 500px; display: flex; grid-column: span 4; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 30px rgba(48,39,34,.05); }
.service-tile--large { min-height: 620px; grid-column: span 8; }
.service-tile--wide { grid-column: span 8; }
.service-tile--bkf { min-height: 520px; grid-column: span 8; }
.service-media, .service-media img { width: 100%; height: 100%; }
.service-media { position: relative; flex: 1 1 auto; min-height: 300px; overflow: hidden; }
.service-tile--large .service-media { min-height: 420px; }
.service-tile--wide .service-media, .service-tile--bkf .service-media { min-height: 340px; }
.service-media img { object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.service-media--duo { height: auto; min-height: 320px !important; display: grid; flex: 0 0 auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: #d8d2cb; }
.service-media--duo .service-shot { min-width: 0; height: 320px; display: block; overflow: hidden; background: #eeeae5; }
.service-media--duo .service-shot img { width: 100%; height: 100%; object-fit: contain; }
.service-media--original { background: #eeeae5; }
.service-media--original img { object-fit: contain; }
.service-media--theory { height: auto; min-height: 0 !important; flex: 0 0 auto; aspect-ratio: 3 / 2; background: #e8dfd2; }
.service-media--theory img { object-fit: contain; }
.service-media--class-be { height: auto; min-height: 0 !important; flex: 0 0 auto; aspect-ratio: 1672 / 941; }
.service-tile::after { display: none; }
.service-copy { position: relative; z-index: 2; padding: clamp(1.35rem, 2.6vw, 2.1rem); background: #fff; }
.service-copy .tag { display: inline-flex; margin-bottom: .75rem; color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.service-copy h3 { max-width: 20ch; font-size: clamp(1.55rem, 2.6vw, 2.4rem); }
.service-copy p { max-width: 42ch; color: #50545c; }
.service-copy a { width: fit-content; display: flex; margin-top: 1rem; color: var(--red); font-weight: 850; text-decoration: none; }
.service-copy a::after { margin-left: .45rem; content: "↗"; transition: transform .2s ease; }
.service-tile:hover .service-media img { transform: scale(1.035); }
.service-tile:hover .service-media--duo img, .service-tile:hover .service-media--theory img, .service-tile:hover .service-media--class-be img { transform: none; }
.service-tile:hover .service-copy a::after { transform: translate(3px, -3px); }

.benefit-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.check-list, .plain-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 1.15rem 0 1.15rem 2.25rem; border-bottom: 1px solid #d8dadd; }
.check-list li::before { position: absolute; left: 0; color: var(--red); content: "✓"; font-weight: 900; }
.check-list strong { display: block; }
.check-list span { color: var(--muted); }
.journey { overflow: hidden; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: step; }
.step { position: relative; min-height: 290px; padding: 1.5rem; border-top: 3px solid var(--red); border-radius: 0 0 14px 14px; background: #fff; box-shadow: 0 12px 32px rgba(48,39,34,.07); counter-increment: step; }
.step::before { position: absolute; top: 1.5rem; right: 1.5rem; color: var(--red); content: "0" counter(step); font-size: 1.35rem; font-weight: 900; line-height: 1; }
.step-icon { width: 68px; height: 68px; display: grid; margin-bottom: 1.55rem; place-items: center; border: 1px solid #eadfe0; border-radius: 18px; background: linear-gradient(145deg, #fff 5%, #fff6f7 62%, #f6e5e7 100%); box-shadow: 0 10px 20px rgba(58,45,46,.1), inset 0 1px 0 #fff; }
.step-icon svg { width: 52px; height: 52px; overflow: visible; fill: none; stroke: #34383f; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 2px 1px rgba(47,38,39,.08)); }
.step-icon .icon-dark { stroke: #34383f; }
.step-icon .icon-red { stroke: var(--red); }
.step-icon .icon-paper { fill: rgba(255,255,255,.94); }
.step-icon .icon-fill { fill: rgba(215,25,45,.09); }
.step-icon .icon-light { stroke: #fff; }
.content .step h3 { margin-top: 0; }
.step p { color: var(--muted); font-size: .96rem; }
.journey-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.journey-card { position: relative; min-width: 0; min-height: 410px; display: flex; align-items: flex-start; flex-direction: column; overflow: hidden; padding: 1.35rem 1.35rem 1.65rem; border: 1px solid #ece7e4; border-radius: 20px; background: #fff; box-shadow: 0 16px 38px rgba(48,39,34,.08); isolation: isolate; }
.journey-card::after { position: absolute; z-index: 3; right: 1.35rem; bottom: 0; left: 1.35rem; height: 3px; border-radius: 999px 999px 0 0; background: var(--red); content: ""; }
.journey-card .step-icon { position: relative; z-index: 2; width: 104px; height: 104px; flex: 0 0 auto; margin: 0 0 1.25rem; border-radius: 24px; background: linear-gradient(145deg, #fff 8%, #fffafb 52%, #f9eef0 100%); box-shadow: 0 14px 28px rgba(55,43,44,.11), inset 0 1px 0 #fff; }
.journey-card .step-icon svg { width: 78px; height: 78px; stroke-width: 2.8; filter: drop-shadow(0 3px 2px rgba(47,38,39,.08)); }
.journey-card .step-icon .icon-red-fill { fill: var(--red); stroke: var(--red); }
.journey-card .step-icon .icon-dot { fill: #34383f; stroke-width: 0; }
.journey-card .step-icon .icon-light { fill: none; stroke: #fff; }
.journey-card .step-icon .icon-wheel-accent { stroke-width: 6; }
.journey-card-copy { position: relative; z-index: 2; min-width: 0; }
.journey-number { display: flex; align-items: center; gap: .85rem; margin: 0 0 .55rem; }
.journey-number span { flex: 0 0 auto; color: var(--red); font-size: 1.55rem; font-weight: 900; line-height: 1; letter-spacing: -.03em; }
.journey-number i { width: 54px; height: 2px; display: block; border-radius: 99px; background: #c9c9c9; }
.journey-card h3 { max-width: 11ch; margin: 0; color: var(--ink); font-size: clamp(1.45rem, 2.1vw, 1.85rem); line-height: 1.05; letter-spacing: -.035em; }
.journey-card-copy > p:last-child { max-width: 29ch; margin: .75rem 0 0; color: #5f6268; font-size: .96rem; line-height: 1.52; }
.journey-motif { position: absolute; z-index: 1; right: -1.3rem; bottom: .8rem; width: 68%; color: #34383f; opacity: .055; pointer-events: none; }
.journey-motif svg { width: 100%; height: auto; overflow: visible; fill: none; stroke: currentColor; stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }
.journey-motif .motif-red { stroke: var(--red); }
.journey-motif .motif-dashed { stroke-dasharray: 12 15; }

@media (min-width: 701px) and (max-width: 1180px) {
  .journey-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-card { min-height: 350px; }
}
.price-section { background: #faf8f5; }
.price-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 16px 42px rgba(48,39,34,.06); }
.price-panel > div { padding: clamp(2rem, 5vw, 4.75rem); }
.price-panel .price-side { background: #fff2f3; }
.price-panel p { max-width: 54ch; color: var(--muted); }
.price-panel .button { margin-top: 1.5rem; }
.price-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.8rem; }
.price-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 34px rgba(48,39,34,.06); }
.price-card-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: 1.35rem 1.25rem 1.2rem; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #fff 25%, #fff5f6 100%); }
.price-card .eyebrow { margin-bottom: .35rem; }
.content .price-card h3 { margin-top: 0; font-size: clamp(1.55rem, 2.4vw, 2rem); }
.price-from { flex: 0 0 auto; margin: 0 !important; color: var(--red) !important; font-size: clamp(1.65rem, 2.6vw, 2.2rem); font-weight: 900; line-height: .92; text-align: right; white-space: nowrap; }
.price-from span { display: block; margin-bottom: .22rem; color: #555960; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.price-list { margin: 0; }
.price-list > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 1rem; padding: .82rem 1.25rem; border-bottom: 1px solid #ece8e4; }
.price-list > div:last-child { border-bottom: 0; }
.price-list dt { color: #41454d; }
.price-list dd { margin: 0; color: var(--ink); font-weight: 850; text-align: right; white-space: nowrap; }
.insight { display: grid; grid-template-columns: 1.08fr .92fr; gap: 1rem; }
.insight-copy { padding: clamp(2.2rem, 6vw, 5rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.insight-copy p { max-width: 58ch; color: var(--muted); }
.insight-mark { display: grid; min-height: 430px; place-items: center; padding: 3rem; border-radius: var(--radius); background: #f2eee9; }
.insight-mark img { width: min(300px, 80%); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem 0; cursor: pointer; font-size: 1.08rem; font-weight: 800; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { color: var(--red); content: "+"; font-size: 1.5rem; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { max-width: 72ch; margin: -.2rem 0 1.35rem; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1rem; }
.contact-card { padding: clamp(1.7rem, 4vw, 3.25rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 55px rgba(25,28,34,.04); }
.contact-card a { font-weight: 800; }
.contact-list { display: grid; gap: 1rem; margin-top: 1.7rem; }
.contact-item { padding-top: 1rem; border-top: 1px solid var(--line); }
.contact-item small { display: block; color: var(--muted); }
.map-link { min-height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(1.7rem, 4vw, 3.25rem); border: 1px solid #f2cbd0; border-radius: var(--radius); background: #fff4f4; color: var(--ink); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.map-link:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.map-link span { color: var(--muted); }

.page-hero { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 8rem) 0 clamp(3.5rem, 7vw, 6.5rem); border-bottom: 1px solid var(--line); background: #f7f3ef; }
.page-hero::after { display: none; }
.page-hero h1 { max-width: 16ch; font-size: clamp(3rem, 6.2vw, 6rem); }
.page-hero .lede { margin-top: 1.4rem; }
.page-hero--visual { min-height: min(740px, calc(100svh - 82px)); display: flex; align-items: stretch; padding: 0; background: #f6f2ed; }
.page-hero--visual::after { display: none; }
.page-hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(3.5rem, 7vw, 7rem); }
.page-hero-grid > * { min-width: 0; }
.page-hero-copy { position: relative; z-index: 2; min-width: 0; }
.page-hero-copy h1 { max-width: 100%; font-size: clamp(3.1rem, 5vw, 4.9rem); overflow-wrap: break-word; hyphens: auto; }
.page-hero-copy .lede { max-width: 100%; }
.page-hero-media { position: relative; align-self: stretch; min-height: 540px; overflow: hidden; border-radius: 18px; box-shadow: 0 16px 42px rgba(48,39,34,.08); }
.page-hero-media picture, .page-hero-media img { width: 100%; height: 100%; }
.page-hero-media img { object-fit: cover; }
.page-hero-media img[src*="-original.jpg"], .page-hero-media img[data-source-image="bf17-original"], .page-hero-media img[data-source-image="bkf-original"] { object-fit: contain; background: #eeeae5; }
.page-hero-media--duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: #d8d2cb; }
.page-hero-media--duo .page-hero-shot { min-width: 0; height: 100%; display: block; overflow: hidden; background: #eeeae5; }
.page-hero-media--duo .page-hero-shot img { object-fit: cover; }
.page-hero-media.page-hero-media--class-be { min-height: 0; align-self: center; aspect-ratio: 16 / 9; }
@media (min-width: 701px) {
  .page-hero-media--class-b.page-hero-media--duo { align-self: center; min-height: 0; overflow: visible; grid-template-columns: minmax(0, 1fr); gap: 1rem; border-radius: 0; background: transparent; box-shadow: none; }
  .page-hero-media--class-b.page-hero-media--duo .page-hero-shot { width: 100%; height: auto; aspect-ratio: 16 / 9; border-radius: 18px; box-shadow: 0 16px 42px rgba(48,39,34,.08); }
  .page-hero-media--class-b.page-hero-media--duo .page-hero-shot img { width: 100%; height: 100%; object-fit: cover; }
}
.breadcrumbs { margin-bottom: 2rem; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { color: var(--muted); }

.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: clamp(2.5rem, 7vw, 6rem); }
.content { min-width: 0; }
.content h2 { margin-top: 3.2rem; }
.content h2:first-child { margin-top: 0; }
.content h3 { margin-top: 2.1rem; }
.content p { max-width: 75ch; color: #41454d; }
.content ul, .content ol { padding-left: 1.25rem; }
.content li + li { margin-top: .5rem; }
.note { margin-top: 1.7rem; padding: 1.25rem 1.4rem; border-left: 4px solid var(--red); border-radius: 0 14px 14px 0; background: #fff2f3; }
.note strong { display: block; color: var(--ink); }
.knowledge-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.knowledge-card { min-width: 0; display: block; padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); text-decoration: none; box-shadow: 0 12px 30px rgba(48,39,34,.05); transition: transform .2s ease, box-shadow .2s ease; }
.knowledge-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.knowledge-card h3 { margin: 0; font-size: clamp(1.25rem, 2.2vw, 1.75rem); }
.knowledge-card p { margin: .7rem 0 1rem; color: var(--muted); }
.knowledge-card > span { color: var(--red); font-weight: 850; }
.sidebar { position: sticky; top: 105px; align-self: start; padding: 1.65rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.sidebar p { color: var(--muted); }
.sidebar .button { width: 100%; margin-top: 1rem; }
.table-wrap { max-width: 100%; overflow-x: auto; margin-top: 1.5rem; border: 1px solid var(--line); border-radius: 16px; }
table { width: 100%; min-width: 620px; border-collapse: collapse; }
th, td { padding: 1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--soft); font-size: .87rem; }
tr:last-child td { border-bottom: 0; }

.form { margin-top: 1.7rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: .78rem .9rem; border: 1px solid #adb0b7; border-radius: 12px; background: #fff; color: var(--ink); }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); outline: 3px solid rgba(223,23,40,.13); }
.check { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: .65rem; margin-top: 1rem; }
.check input { width: 20px; height: 20px; margin-top: .15rem; }
.form .button { margin-top: 1.2rem; cursor: pointer; }
.form-note, .status { color: var(--muted); font-size: .89rem; }
.status { min-height: 1.5rem; margin-top: .75rem; font-weight: 700; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2.2rem, 5vw, 4rem); border-radius: 20px; background: var(--red); color: #fff; box-shadow: 0 16px 38px rgba(215,25,45,.14); }
.cta-band .eyebrow { color: #fff; opacity: .78; }
.cta-band h2 { max-width: 18ch; }

.footer { padding: 4rem 0 1.7rem; border-top: 1px solid var(--line); background: #f2efeb; color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 3rem; }
.footer-logo { width: 140px; height: auto; }
.footer p, .footer a { color: #555a62; }
.footer nav { display: grid; gap: .5rem; }
.footer a:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid #d7d9dc; color: #62666e; font-size: .84rem; }

.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: .25rem; padding: 1rem; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .nav[data-open="true"] { display: flex; }
  .nav a { padding: .9rem 1rem; }
  .nav .nav-cta { margin-left: 0; text-align: center; }
  .hero-copy { width: min(47vw, 600px); }
  .hero-copy .hero-heading { font-size: clamp(3.5rem, 7vw, 4.8rem); }
  .service-tile, .service-tile--large, .service-tile--wide, .service-tile--bkf { grid-column: span 6; min-height: 520px; }
  .benefit-grid, .price-panel, .insight, .contact-grid, .content-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .journey-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-card { min-height: 350px; }
  .sidebar { position: static; }
  .page-hero-grid { grid-template-columns: .9fr 1.1fr; }
  .page-hero-media { min-height: 470px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .container, .narrow { width: min(calc(100% - 1.5rem), var(--content)); }
  .header-row { min-height: 70px; }
  .brand { gap: .62rem; }
  .brand img { width: 96px; }
  .brand-wordmark { font-size: .84rem; }
  .hero-desktop { display: none; }
  .mobile-hero { display: block; overflow: hidden; background: #07131a; }
  .mobile-hero-photo { position: relative; overflow: hidden; aspect-ratio: 987 / 1594; background: #07131a; }
  .mobile-hero-photo > picture, .mobile-hero-photo > picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
  .mobile-hero-photo > picture img { object-fit: contain; }
  .mobile-hero-photo::after { position: absolute; z-index: 1; inset: 0 0 61%; content: ""; background: linear-gradient(180deg, rgba(2,7,10,.7) 0%, rgba(3,9,12,.5) 50%, rgba(3,9,12,.15) 82%, transparent 100%); pointer-events: none; }
  .mobile-hero-copy { position: absolute; z-index: 2; top: 5.35%; right: 4.5%; left: 7%; color: #fff; }
  .mobile-hero .eyebrow { display: grid; grid-template-columns: minmax(16px, 1fr) auto minmax(16px, 1fr); align-items: center; gap: clamp(.38rem, 1.8vw, .52rem); margin: 0; color: rgba(255,255,255,.86); font-size: clamp(.47rem, 2vw, .6rem); font-weight: 600; line-height: 1.3; letter-spacing: .18em; text-align: center; white-space: nowrap; }
  .mobile-hero .eyebrow-rule { width: 100%; height: 1px; background: rgba(255,255,255,.72); }
  .mobile-hero .hero-heading { max-width: none; margin-top: .9%; color: #fff; font-size: clamp(2.05rem, 11.2vw, 2.75rem); font-weight: 850; line-height: .88; letter-spacing: -.052em; white-space: nowrap; text-shadow: 0 3px 16px rgba(0,0,0,.4); }
  .mobile-hero .hero-heading > span { display: block; color: var(--red); font-size: .86em; line-height: .96; white-space: nowrap; }
  .mobile-hero .hero-divider { width: 44%; display: grid; grid-template-columns: 1fr 2.6fr 1.2fr; margin-top: 1.2%; }
  .mobile-hero .hero-divider span { height: 3px; background: var(--red); }
  .mobile-hero .hero-divider span:nth-child(2) { background: rgba(255,255,255,.95); }
  .mobile-hero .hero-divider span:nth-child(3) { background: rgba(167,177,187,.8); }
  .mobile-hero .lede { max-width: none; margin-top: 1.6%; color: #fff; font-size: clamp(.72rem, 3.5vw, .9rem); font-weight: 500; line-height: 1.25; text-shadow: 0 2px 11px rgba(0,0,0,.76); }
  .mobile-hero-actions { position: absolute; z-index: 2; top: 86.5%; right: 4.5%; bottom: auto; left: 4.5%; display: grid; grid-template-columns: 1.08fr 1fr; gap: 2.3%; }
  .mobile-hero-button { min-width: 0; min-height: 52px; display: grid; grid-template-columns: 21px minmax(0, 1fr) 9px; align-items: center; gap: .25rem; padding: .4rem; border: 1px solid rgba(255,255,255,.86); border-radius: 999px; box-shadow: 0 9px 24px rgba(0,0,0,.25); font-size: clamp(.66rem, 2.85vw, .74rem); font-weight: 850; line-height: 1.12; text-align: center; text-decoration: none; }
  .mobile-hero-button span { white-space: nowrap; }
  .mobile-hero-button svg { width: 21px; height: 21px; fill: currentColor; }
  .mobile-hero-button b { font-size: 1.55rem; font-weight: 400; line-height: 1; }
  .mobile-hero-button--route { background: var(--red); color: #fff; }
  .mobile-hero-button--advice { background: rgba(255,255,255,.95); color: #17181b; }
  .mobile-hero-button--advice svg { color: var(--red); }
  .feature-overview-grid { width: 100%; grid-template-columns: 1fr; }
  .feature-card { min-height: 0; grid-template-columns: minmax(94px, 31%) minmax(0, 1fr); grid-template-rows: auto auto; gap: .25rem clamp(.8rem, 4vw, 1.3rem); padding: 1.6rem max(.9rem, calc((100vw - var(--content)) / 2)); }
  .feature-card + .feature-card { border-top: 1px solid var(--line); border-left: 0; }
  .feature-visual { width: 100%; height: auto; min-height: 128px; align-self: center; grid-column: 1; grid-row: 1; margin: 0; }
  .feature-copy { align-self: center; grid-column: 2; grid-row: 1; }
  .feature-copy h2 { font-size: clamp(1.4rem, 6.3vw, 1.8rem); line-height: 1.04; }
  .feature-description { margin-top: .55rem; font-size: clamp(.88rem, 3.7vw, 1rem); line-height: 1.42; }
  .feature-checks { grid-column: 1 / -1; grid-row: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem .75rem; margin-top: .85rem; }
  .feature-checks li { padding-left: 1.25rem; font-size: clamp(.84rem, 3.45vw, .92rem); overflow-wrap: normal; hyphens: auto; }
  .feature-checks li::before { font-size: 1rem; }
  .feature-card--location { grid-template-rows: auto; padding-bottom: 1.9rem; }
  .feature-card--location .feature-visual { grid-row: 1; }
  .feature-card--location .feature-copy { grid-row: 1; }
  .feature-route-button { display: none; }
  .feature-label { font-size: .67rem; }
  .feature-road { top: .75rem; right: -2rem; width: 44%; }
  .feature-cone { top: 1rem; right: -.8rem; width: 18%; }
  .feature-skyline { right: -1rem; bottom: .4rem; width: 47%; opacity: .2; }
  .section-head { align-items: start; flex-direction: column; gap: .8rem; }
  .service-mosaic { grid-template-columns: 1fr; }
  .service-tile, .service-tile--large, .service-tile--wide, .service-tile--bkf { min-height: 0; grid-column: 1; }
  .service-media, .service-tile--large .service-media, .service-tile--wide .service-media, .service-tile--bkf .service-media { min-height: 280px; }
  .service-media--duo { min-height: 0 !important; grid-template-columns: 1fr; gap: 2px; }
  .service-media--duo .service-shot { height: auto; }
  .service-media--duo .service-shot:first-child { aspect-ratio: 1672 / 941; }
  .service-media--duo .service-shot:last-child { aspect-ratio: 1849 / 851; }
  .service-media--theory { min-height: 0 !important; aspect-ratio: 3 / 2; }
  .steps, .form-grid { grid-template-columns: 1fr !important; }
  .field.full { grid-column: auto; }
  .step { min-height: 0; }
  .journey-steps { grid-template-columns: minmax(0, 1fr); gap: 1.35rem; }
  .journey-card { min-height: 0; display: grid; grid-template-columns: clamp(82px, 26vw, 100px) minmax(0, 1fr); align-items: start; gap: 0 clamp(.85rem, 4vw, 1.15rem); padding: 1rem 1rem 1.35rem; border-radius: 18px; }
  .journey-card::after { right: 1rem; left: 1rem; }
  .journey-card .step-icon { width: 100%; height: auto; align-self: start; grid-column: 1; grid-row: 1; margin: 0; aspect-ratio: 1; border-radius: 20px; }
  .journey-card .step-icon svg { width: 76%; height: 76%; }
  .journey-card-copy { align-self: center; grid-column: 2; grid-row: 1; }
  .journey-number { gap: .7rem; margin-bottom: .4rem; }
  .journey-number span { font-size: clamp(1.28rem, 6vw, 1.5rem); }
  .journey-number i { width: clamp(38px, 13vw, 54px); }
  .journey-card h3 { max-width: none; font-size: clamp(1.35rem, 6.4vw, 1.7rem); overflow-wrap: normal; hyphens: auto; }
  .journey-card-copy > p:last-child { max-width: none; margin-top: .55rem; font-size: clamp(.89rem, 3.8vw, .98rem); line-height: 1.48; }
  .journey-motif { right: -.65rem; bottom: .35rem; width: 45%; opacity: .045; }
  .price-cards { grid-template-columns: 1fr; }
  .price-card-head { align-items: start; }
  .page-hero--visual { min-height: auto; }
  .page-hero-grid { width: 100%; max-width: 100%; grid-template-columns: minmax(0, 1fr); gap: 0; padding: 0; }
  .page-hero-copy { width: min(calc(100% - 1.5rem), var(--content)); max-width: 100%; margin-inline: auto; padding: 3.5rem 0 2.5rem; }
  .page-hero h1, .page-hero-copy h1 { max-width: 100%; font-size: clamp(2.15rem, 10.8vw, 3.2rem); line-height: 1; overflow-wrap: anywhere; hyphens: auto; }
  .page-hero .eyebrow, .page-hero .lede, .breadcrumbs { max-width: 100%; overflow-wrap: break-word; }
  .page-hero-media { min-height: 420px; border-top: 1px solid var(--line); border-left: 0; border-radius: 0; box-shadow: none; }
  .page-hero-media.page-hero-media--duo { min-height: 0; grid-template-columns: 1fr; }
  .page-hero-media--duo .page-hero-shot { height: auto; }
  .page-hero-media--duo .page-hero-shot:first-child { aspect-ratio: 1672 / 941; }
  .page-hero-media--duo .page-hero-shot:last-of-type { aspect-ratio: 1848 / 851; }
  main h1, main h2, main h3 { overflow-wrap: anywhere; hyphens: auto; }
  main p, main li, main dt, main dd, .footer p, .footer a { overflow-wrap: break-word; }
  .content, .sidebar, .contact-card, .price-card, .service-copy, .footer-grid > * { min-width: 0; }
  .knowledge-grid { grid-template-columns: 1fr; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header-row { min-height: 86px; }
  .brand img { width: 132px; }
  .brand-wordmark { font-size: 1.05rem; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: .25rem; padding: 1rem; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .nav[data-open="true"] { display: flex; }
  .nav a { padding: .9rem 1rem; }
  .nav .nav-cta { margin-left: 0; text-align: center; }

  .hero-desktop { display: none; }
  .mobile-hero { display: block; background: #07131a; }
  .mobile-hero-photo { position: relative; display: flex; height: auto; min-height: 0; overflow: visible; flex-direction: column; background: #07131a; }
  .mobile-hero-photo > picture { position: absolute; inset: 0; opacity: 0; pointer-events: none; }
  .mobile-hero-photo::before { width: 100%; flex: 0 0 auto; aspect-ratio: 16 / 9; content: ""; background-image: url('/assets/optimized/hero-mobile-986.webp'); background-position: center 72%; background-size: cover; }
  .mobile-hero-photo::after { position: absolute; z-index: 1; top: 0; right: 0; left: 0; aspect-ratio: 16 / 9; content: ""; background: linear-gradient(180deg, rgba(2,7,10,.78) 0%, rgba(3,9,12,.56) 38%, rgba(3,9,12,.18) 66%, transparent 83%); pointer-events: none; }
  .mobile-hero-copy { position: absolute; z-index: 2; top: 4.5%; right: 5.5%; left: 5.5%; color: #fff; }
  .mobile-hero .eyebrow { display: grid; grid-template-columns: minmax(34px, 1fr) auto minmax(34px, 1fr); align-items: center; gap: .8rem; margin: 0; color: rgba(255,255,255,.9); font-size: clamp(.68rem, 1.35vw, .8rem); font-weight: 600; line-height: 1.3; letter-spacing: .18em; text-align: center; white-space: nowrap; }
  .mobile-hero .eyebrow-rule { width: 100%; height: 1px; background: rgba(255,255,255,.75); }
  .mobile-hero .hero-heading { max-width: none; margin-top: .45rem; color: #fff; font-size: clamp(3.1rem, 7vw, 4.2rem); font-weight: 850; line-height: .9; letter-spacing: -.052em; white-space: nowrap; text-shadow: 0 3px 18px rgba(0,0,0,.48); }
  .mobile-hero .hero-heading > span { display: block; color: var(--red); font-size: .86em; line-height: .98; white-space: nowrap; }
  .mobile-hero .hero-divider { width: 42%; display: grid; grid-template-columns: 1fr 2.6fr 1.2fr; margin-top: .65rem; }
  .mobile-hero .hero-divider span { height: 3px; background: var(--red); }
  .mobile-hero .hero-divider span:nth-child(2) { background: rgba(255,255,255,.96); }
  .mobile-hero .hero-divider span:nth-child(3) { background: rgba(167,177,187,.82); }
  .mobile-hero .lede { max-width: 38ch; margin-top: .7rem; color: #fff; font-size: clamp(1rem, 1.85vw, 1.12rem); font-weight: 500; line-height: 1.35; text-shadow: 0 2px 12px rgba(0,0,0,.78); }
  .mobile-hero-actions { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr 1fr; gap: 1rem; padding: 1rem 5.5% 1.15rem; border-top: 1px solid rgba(255,255,255,.14); background: #07131a; }
  .mobile-hero-button { min-width: 0; min-height: 58px; display: grid; grid-template-columns: 26px minmax(0, 1fr) 12px; align-items: center; gap: .5rem; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.88); border-radius: 999px; box-shadow: 0 9px 24px rgba(0,0,0,.25); font-size: clamp(.9rem, 1.8vw, 1.05rem); font-weight: 850; line-height: 1.15; text-align: center; text-decoration: none; }
  .mobile-hero-button span { white-space: nowrap; }
  .mobile-hero-button svg { width: 26px; height: 26px; fill: currentColor; }
  .mobile-hero-button b { font-size: 1.7rem; font-weight: 400; line-height: 1; }
  .mobile-hero-button--route { background: var(--red); color: #fff; }
  .mobile-hero-button--advice { background: rgba(255,255,255,.96); color: #17181b; }
  .mobile-hero-button--advice svg { color: var(--red); }

  .service-tile, .service-tile--large, .service-tile--wide, .service-tile--bkf { grid-column: span 6; min-height: 520px; }
  .benefit-grid, .price-panel, .insight, .contact-grid, .content-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .journey-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-card { min-height: 350px; }
  .sidebar { position: static; }
  .page-hero-grid { grid-template-columns: .9fr 1.1fr; }
  .page-hero-media { min-height: 470px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 350px) {
  .mobile-hero-button span { white-space: normal; }
  .journey-card { grid-template-columns: 76px minmax(0, 1fr); gap: .75rem; padding-inline: .85rem; }
  .journey-card::after { right: .85rem; left: .85rem; }
}

@media (max-width: 400px) {
  .feature-checks { grid-template-columns: 1fr; gap: .42rem; }
}

@media (max-width: 700px) and (orientation: portrait) {
  .intro-layer, .intro-stage { background: linear-gradient(180deg, #030b13 0%, #06111b 32%, #040a10 52%, #07121a 72%, #07121a 100%); }
  .intro-stage video { background: #02070b; object-fit: contain; }
  .intro-branding { top: calc(50% - 40vw); width: min(calc(100% - 2rem), 430px); }
  .intro-branding img { width: 100px; }
  .intro-caption { margin-top: .5rem; font-size: clamp(.496rem, 2.24vw, .6rem); letter-spacing: .15em; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .intro-layer { display: none !important; }
}
