:root {
  --ink: #0d0d10;
  --ink-soft: #18171b;
  --magenta: #ef1687;
  --magenta-dark: #c6086c;
  --mint: #ccefe7;
  --paper: #f4f1ed;
  --stone: #dcd7d2;
  --white: #ffffff;
  --muted: #68666c;
  --font: "Manrope", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --shell: min(1440px, calc(100vw - 96px));
  --header-height: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
a { color: inherit; }
[hidden] { display: none !important; }
.reveal-item { opacity: .001; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal-item.is-revealed { opacity: 1; transform: translateY(0); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 12px 16px; transform: translateY(-140%); background: var(--white); color: var(--ink); font-weight: 700; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(96px, 9vw, 150px) 0; }

.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 14px; color: var(--magenta-dark); font-size: 13px; font-weight: 800; letter-spacing: .11em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: var(--mint); }
.eyebrow-line { width: 36px; height: 2px; flex: 0 0 auto; background: currentColor; }

.button { min-height: 56px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .nav-links a:focus-visible, .language-switcher button:focus-visible, .header-phone:focus-visible, .faq-item button:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }
.button-primary { background: var(--magenta); color: var(--white); }
.button-primary:hover { background: #ff2a99; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--mint); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--magenta-dark); }
.button-ghost { border-color: rgba(255,255,255,.38); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button-small { min-height: 46px; padding: 0 20px; font-size: 13px; }

.site-header { position: relative; z-index: 100; min-height: var(--header-height); background: var(--ink); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { width: var(--shell); min-height: var(--header-height); margin-inline: auto; display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 42px; }
.brand { width: 156px; height: 78px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 155px; height: auto; margin-block: -14px; }
.nav-links { justify-self: center; display: flex; align-items: center; gap: clamp(24px, 2.5vw, 44px); }
.nav-links a { position: relative; padding: 34px 0 31px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 2px; background: var(--magenta); transition: right .2s ease; }
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.language-switcher { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.4); font-size: 12px; font-weight: 800; }
.language-switcher button { min-width: 28px; min-height: 44px; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.46); cursor: pointer; }
.language-switcher button[aria-pressed="true"] { color: var(--magenta); }
.header-phone { color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: .01em; text-decoration: none; }
.menu-toggle { width: 48px; height: 48px; padding: 0; display: none; place-items: center; border: 1px solid rgba(255,255,255,.25); background: transparent; cursor: pointer; }
.menu-toggle span { position: absolute; width: 20px; height: 2px; background: var(--white); transition: transform .2s ease; }
.menu-toggle span:first-child { transform: translateY(-4px); }
.menu-toggle span:last-child { transform: translateY(4px); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }

.standard-rail { position: fixed; z-index: 82; left: 12px; top: 50%; width: 46px; padding: 10px 0; transform: translateY(-50%) translateX(-70px); opacity: 0; background: rgba(13,13,16,.94); color: var(--white); box-shadow: 0 18px 50px rgba(0,0,0,.22); transition: transform .3s ease, opacity .3s ease; }
.standard-rail.is-visible { transform: translateY(-50%) translateX(0); opacity: 1; }
.standard-rail > p { display: none; }
.standard-rail ol { position: relative; margin: 0; padding: 0; list-style: none; }
.standard-rail ol::before { content: ""; position: absolute; top: 20px; bottom: 20px; left: 22px; width: 1px; background: rgba(255,255,255,.18); }
.standard-rail li { position: relative; }
.standard-rail a { position: relative; min-height: 52px; display: flex; align-items: center; text-decoration: none; }
.standard-rail a > span { position: relative; z-index: 1; width: 28px; height: 28px; margin-left: 8px; display: grid; place-items: center; border-radius: 50%; background: var(--ink-soft); border: 1px solid rgba(255,255,255,.26); color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.standard-rail a > strong { position: absolute; left: 42px; padding: 8px 11px; opacity: 0; transform: translateX(-5px); pointer-events: none; background: var(--ink); color: var(--white); font-size: 12px; white-space: nowrap; transition: opacity .2s ease, transform .2s ease; }
.standard-rail a:hover > strong, .standard-rail a:focus-visible > strong { opacity: 1; transform: translateX(0); }
.standard-rail a[aria-current="step"] > span { background: var(--magenta); border-color: var(--magenta); color: var(--white); }

.hero { position: relative; min-height: calc(100svh - var(--header-height)); display: flex; align-items: stretch; overflow: hidden; isolation: isolate; background: var(--ink) url("images/seren-holiday-park.jpg") 68% center / cover no-repeat; color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,8,11,.97) 0%, rgba(8,8,11,.94) 36%, rgba(8,8,11,.58) 62%, rgba(8,8,11,.12) 100%), linear-gradient(0deg, rgba(8,8,11,.72) 0%, transparent 44%); }
.hero-grid { position: relative; z-index: 1; min-height: calc(100svh - var(--header-height)); padding: clamp(86px, 10vh, 126px) 0 54px; display: flex; flex-direction: column; justify-content: center; }
.hero-copy { width: min(920px, 72vw); }
.hero h1 { margin: 0; max-width: 920px; font-size: clamp(66px, 6vw, 94px); font-weight: 800; letter-spacing: -.055em; line-height: .96; text-wrap: balance; }
.hero h1 span { color: var(--magenta); }
.hero-lead { max-width: 680px; margin: 32px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.3vw, 20px); line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-proof { max-width: 760px; margin: 48px 0 0; padding: 22px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.hero-proof div { padding-right: 24px; }
.hero-proof div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-proof dt { color: var(--white); font-size: 14px; font-weight: 800; }
.hero-proof dd { margin: 4px 0 0; color: rgba(255,255,255,.62); font-size: 13px; }
.hero-photo { position: relative; width: min(100%, 510px); margin: 0 0 0 auto; padding: 0 0 58px 46px; }
.hero-photo::before { content: ""; position: absolute; inset: 58px 46px 0 0; background: var(--magenta); }
.hero-photo-frame { position: relative; height: 650px; overflow: hidden; background: #ddd; box-shadow: 0 40px 80px rgba(0,0,0,.36); }
.hero-photo-frame::after { content: ""; position: absolute; inset: 0; z-index: 2; background: var(--magenta); transform: translateX(0); animation: serenReveal 1.15s cubic-bezier(.76,0,.24,1) .25s both; }
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: saturate(.86) contrast(1.04); animation: heroImageSettle 1.4s ease-out .25s both; }
.hero-copy > * { animation: heroCopyIn .7s ease-out both; }
.hero-copy > *:nth-child(2) { animation-delay: .08s; }
.hero-copy > *:nth-child(3) { animation-delay: .16s; }
.hero-copy > *:nth-child(4) { animation-delay: .24s; }
.hero-copy > *:nth-child(5) { animation-delay: .32s; }
.hero-standard { position: absolute; z-index: 5; top: 36px; right: -30px; width: 196px; margin: 0; padding: 10px 18px; list-style: none; background: rgba(13,13,16,.9); color: var(--white); box-shadow: 0 22px 50px rgba(0,0,0,.28); backdrop-filter: blur(10px); }
.hero-standard li { min-height: 54px; display: grid; grid-template-columns: 28px 1fr 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.hero-standard li:last-child { border-bottom: 0; }
.hero-standard span { color: rgba(255,255,255,.45); font-size: 12px; font-weight: 800; }
.hero-standard strong { font-size: 13px; }
.hero-standard i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: rgba(204,239,231,.14); color: var(--mint); font-size: 10px; font-style: normal; }
.hero-standard .is-ready { color: var(--white); }
.hero-standard .is-ready strong { color: var(--magenta); }
.hero-standard .is-ready i { background: var(--magenta); color: var(--white); }
.hero-photo figcaption { position: absolute; left: 0; right: 2px; bottom: 0; min-height: 94px; padding: 22px 28px; display: flex; align-items: center; gap: 14px; background: var(--white); color: var(--ink); }
.photo-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--magenta); }
.hero-photo figcaption > span:last-child, .form-title > span:last-child { display: flex; flex-direction: column; }
.hero-photo small { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero-photo strong { margin-top: 3px; font-size: 16px; font-weight: 800; }

@keyframes serenReveal { 0% { transform: translateX(0); } 100% { transform: translateX(104%); } }
@keyframes heroImageSettle { 0% { transform: scale(1.07); } 100% { transform: scale(1); } }
@keyframes heroCopyIn { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }

.service-ribbon { background: var(--magenta); color: var(--white); }
.service-ribbon .shell { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.service-ribbon span { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-ribbon i { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.55); }

.services { background: var(--paper); }
.section-intro { margin-bottom: 64px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .58fr); align-items: end; gap: clamp(60px, 9vw, 150px); }
.section-intro h2, .holiday-copy h2, .capability-heading h2, .specialist-copy h2, .why-intro h2, .faq-section h2, .quote-copy h2 { margin: 0; font-size: clamp(44px, 4.3vw, 72px); font-weight: 800; letter-spacing: -.045em; line-height: 1.04; text-wrap: balance; }
.services .section-intro h2 span { color: var(--magenta-dark); }
.section-intro > p { margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(440px, auto); gap: 20px; }
.service-card { position: relative; min-width: 0; overflow: hidden; }
.service-card-photo { color: var(--white); }
.service-card-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-holiday > img { object-position: center 56%; }
.service-deep > img { object-position: center 55%; }
.service-card-photo:hover > img { transform: scale(1.025); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,13,16,.9), rgba(13,13,16,.08) 72%), linear-gradient(90deg, rgba(13,13,16,.28), transparent 55%); }
.service-card-content { position: relative; z-index: 1; min-height: 100%; padding: clamp(30px, 4vw, 56px); display: flex; flex-direction: column; justify-content: flex-end; }
.service-card-content > p:not(.service-detail) { margin: 0 0 18px; display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-card-content > p:not(.service-detail) span:first-child { color: var(--magenta); }
.service-card h3 { max-width: 660px; margin: 0; font-size: clamp(30px, 3vw, 48px); font-weight: 800; letter-spacing: -.04em; line-height: 1.08; }
.service-card a { width: max-content; min-height: 48px; margin-top: 32px; display: inline-flex; align-items: center; gap: 20px; border-bottom: 2px solid currentColor; font-size: 14px; font-weight: 800; text-decoration: none; }
.service-card-plain { background: var(--white); color: var(--ink); }
.service-commercial { background: var(--mint); }
.service-specialist-card { background: var(--ink); color: var(--white); }
.service-card-plain .service-card-content { width: 75%; padding-top: 115px; }
.service-detail { max-width: 570px; margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-specialist-card .service-detail { color: rgba(255,255,255,.7); }
.service-icon { position: absolute; top: 48px; right: 52px; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--ink); }
.service-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.service-icon-shield { background: rgba(255,255,255,.08); color: var(--magenta); }

.service-router { border: 1px solid var(--stone); background: var(--white); box-shadow: 0 30px 80px rgba(20,17,20,.08); }
.router-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--stone); }
.router-tabs button { min-height: 112px; padding: 24px 26px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; border: 0; border-right: 1px solid var(--stone); background: var(--white); color: var(--ink); text-align: left; cursor: pointer; transition: background-color .2s ease, color .2s ease; }
.router-tabs button:last-child { border-right: 0; }
.router-tabs button > span { color: var(--magenta); font-size: 12px; font-weight: 800; }
.router-tabs button > strong { font-size: 16px; line-height: 1.25; }
.router-tabs button[aria-selected="true"] { background: var(--ink); color: var(--white); }
.router-tabs button[aria-selected="true"] > span { color: var(--mint); }
.router-tabs button:focus-visible { position: relative; z-index: 2; outline: 3px solid var(--magenta); outline-offset: -3px; }
.router-panels { min-height: 620px; }
.router-panel { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); animation: routerIn .36s ease-out both; }
.router-panel[hidden] { display: none; }
.router-copy { padding: clamp(42px, 6vw, 82px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.router-kicker { margin: 0 0 22px; display: flex; align-items: center; gap: 14px; color: var(--magenta-dark); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.router-copy h3 { max-width: 700px; margin: 0; font-size: clamp(44px, 4.5vw, 70px); font-weight: 800; letter-spacing: -.05em; line-height: 1.02; text-wrap: balance; }
.router-copy > p:not(.router-kicker) { max-width: 650px; margin: 26px 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.router-copy > ul { width: 100%; max-width: 650px; margin: 0 0 30px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid var(--stone); }
.router-copy > ul li { min-height: 72px; padding: 17px 18px 14px 24px; border-right: 1px solid var(--stone); border-bottom: 1px solid var(--stone); font-size: 13px; font-weight: 700; line-height: 1.45; }
.router-copy > ul li:first-child { border-left: 1px solid var(--stone); }
.router-result { position: relative; min-height: 620px; padding: 58px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--magenta); color: var(--white); }
.router-result::before { content: ""; position: absolute; width: 440px; height: 440px; right: -180px; top: -150px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.07), 0 0 0 140px rgba(255,255,255,.035); }
.router-result > small, .router-result > strong, .router-result > ol { position: relative; z-index: 2; }
.router-result > small { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.router-result > strong { max-width: 440px; margin-top: 8px; font-size: clamp(40px, 4vw, 62px); letter-spacing: -.05em; line-height: 1; }
.router-result ol { margin: 46px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.4); }
.router-result ol li { position: relative; padding-top: 17px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 800; }
.router-result ol li::before { content: ""; position: absolute; width: 8px; height: 8px; top: -4px; left: 0; border-radius: 50%; background: currentColor; }
.router-result ol .is-ready { color: var(--white); }
.router-panel-commercial { background: var(--mint); }
.router-panel-commercial .router-result { background: var(--ink); }
.router-panel-commercial .router-copy > ul { border-color: rgba(13,13,16,.18); }
.router-panel-deep .router-result { background: var(--ink); }
.router-result-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08); }
.router-result-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,13,16,.9), rgba(13,13,16,.08) 72%); }
.router-panel-specialist { background: var(--ink); color: var(--white); }
.router-panel-specialist .router-copy > p:not(.router-kicker) { color: rgba(255,255,255,.74); }
.router-panel-specialist .router-copy > ul { border-color: rgba(255,255,255,.22); }
.router-panel-specialist .router-copy > ul li { border-color: rgba(255,255,255,.22); }
.router-panel-specialist .router-result { background: var(--ink-soft); }
@keyframes routerIn { 0% { opacity: 0; transform: translateY(14px); } 100% { opacity: 1; transform: translateY(0); } }

.holiday-section { background: var(--white); }
.holiday-grid { display: grid; grid-template-columns: minmax(420px, .78fr) minmax(540px, 1fr); align-items: center; gap: clamp(70px, 9vw, 145px); }
.holiday-copy { max-width: 640px; }
.holiday-copy .lead { margin: 30px 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.check-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; list-style: none; border-top: 1px solid var(--stone); }
.check-list li { position: relative; min-height: 68px; padding: 18px 0 16px 28px; border-bottom: 1px solid var(--stone); font-size: 14px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--magenta); font-weight: 800; }
.price-and-action { margin-top: 32px; display: flex; align-items: center; gap: 28px; }
.price-and-action > p { margin: 0; display: flex; flex-direction: column; }
.price-and-action small { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.price-and-action strong { font-size: 38px; font-weight: 800; letter-spacing: -.04em; line-height: 1.2; }
.price-and-action strong span { font-size: 12px; letter-spacing: .04em; }
.fine-print { max-width: 540px; margin: 20px 0 0; color: #747278; font-size: 12px; line-height: 1.6; }
.fleet-photo { position: relative; margin: 0; padding: 0 40px 40px 0; }
.fleet-photo::after { content: ""; position: absolute; inset: 64px 0 0 64px; z-index: 0; background: var(--mint); }
.fleet-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; object-position: center; box-shadow: 0 28px 80px rgba(20,20,20,.16); }
.fleet-photo figcaption { position: absolute; z-index: 2; left: -36px; bottom: 78px; width: min(360px, 60%); min-height: 112px; padding: 25px 28px; display: flex; flex-direction: column; background: var(--ink); color: var(--white); }
.fleet-photo figcaption strong { font-size: 19px; }
.fleet-photo figcaption span { margin-top: 6px; color: rgba(255,255,255,.68); font-size: 13px; }

.capability-section { padding: clamp(100px, 10vw, 160px) 0; background: var(--magenta-dark); color: var(--white); }
.capability-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(520px, 1fr); gap: 40px clamp(80px, 10vw, 170px); }
.capability-heading h2 { max-width: 690px; }
.capability-list { border-top: 1px solid rgba(255,255,255,.28); }
.capability-list article { min-height: 150px; padding: 30px 0; display: grid; grid-template-columns: 58px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.28); }
.capability-list article > span { color: var(--mint); font-size: 13px; font-weight: 800; }
.capability-list h3 { margin: 0; font-size: 24px; font-weight: 800; letter-spacing: -.025em; }
.capability-list p { max-width: 650px; margin: 8px 0 0; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.7; }
.capability-action { align-self: end; justify-self: start; }

.specialist-section { position: relative; padding: clamp(100px, 10vw, 150px) 0; overflow: hidden; background: var(--ink); color: var(--white); }
.specialist-grid { min-height: 510px; display: grid; grid-template-columns: .65fr 1fr; align-items: center; gap: clamp(80px, 12vw, 190px); }
.specialist-mark { position: relative; display: grid; place-items: center; }
.specialist-mark::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }
.specialist-mark img { position: relative; width: min(390px, 90%); height: auto; filter: drop-shadow(0 24px 50px rgba(0,0,0,.35)); }
.specialist-copy { max-width: 760px; }
.specialist-copy > p:not(.eyebrow) { max-width: 670px; margin: 28px 0; color: rgba(255,255,255,.76); font-size: 16px; }
.specialist-copy .specialist-lead { max-width: 740px; line-height: 1.75; }
.biohazard-process { margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.biohazard-process li { min-height: 156px; padding: 24px; display: grid; grid-template-columns: 32px 1fr; gap: 12px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.biohazard-process li > span { color: var(--magenta); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.biohazard-process h3 { margin: 0; font-size: 17px; font-weight: 800; letter-spacing: -.015em; line-height: 1.25; }
.biohazard-process p { margin: 9px 0 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.65; }
.accreditation { width: max-content; min-width: 290px; margin: 28px 0; padding: 16px 20px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(255,255,255,.2); }
.accreditation > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--ink); font-weight: 800; }
.accreditation p { margin: 0; display: flex; flex-direction: column; }
.accreditation small { color: rgba(255,255,255,.68); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.accreditation strong { font-size: 16px; }
.specialist-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.specialist-actions > a:last-child { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 14px; font-weight: 700; text-decoration: none; }

.why-section { background: var(--white); }
.why-intro { margin-bottom: 72px; }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--stone); border-left: 1px solid var(--stone); }
.process-grid li { min-height: 310px; padding: 36px; border-right: 1px solid var(--stone); border-bottom: 1px solid var(--stone); }
.process-grid .process-ready { background: var(--magenta); color: var(--white); border-color: var(--magenta); }
.process-grid .process-ready > span { color: var(--white); }
.process-grid .process-ready p { color: rgba(255,255,255,.78); }
.process-grid li > span { color: var(--magenta); font-size: 13px; font-weight: 800; }
.process-grid h3 { margin: 78px 0 16px; font-size: 22px; font-weight: 800; letter-spacing: -.025em; line-height: 1.18; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: minmax(350px, .62fr) 1fr; gap: clamp(80px, 11vw, 180px); }
.faq-section header { max-width: 560px; }
.faq-list { border-top: 1px solid var(--stone); }
.faq-item { border-bottom: 1px solid var(--stone); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 92px; padding: 18px 0; display: grid; grid-template-columns: 1fr 44px; align-items: center; gap: 24px; border: 0; background: transparent; color: var(--ink); font-size: 18px; font-weight: 800; text-align: left; cursor: pointer; }
.faq-item button > span:last-child { width: 40px; height: 40px; display: grid; place-items: center; background: var(--ink); color: var(--white); font-size: 19px; }
.faq-item button[aria-expanded="true"] > span:last-child { background: var(--magenta); }
.faq-item > div { padding: 0 72px 26px 0; }
.faq-item p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.quote-section { padding: clamp(96px, 9vw, 145px) 0; background: var(--magenta-dark); color: var(--white); }
.quote-grid { display: grid; grid-template-columns: minmax(360px, .65fr) 1fr; align-items: start; gap: clamp(80px, 10vw, 170px); }
.quote-copy { max-width: 590px; }
.quote-copy > p:not(.eyebrow) { max-width: 500px; margin: 30px 0; color: rgba(255,255,255,.8); font-size: 16px; }
.quote-phone { width: max-content; margin-top: 36px; display: flex; flex-direction: column; text-decoration: none; }
.quote-phone small { color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-phone strong { font-size: clamp(30px, 3.4vw, 48px); font-weight: 800; letter-spacing: -.04em; }
.quote-panel { min-height: 650px; padding: clamp(32px, 4.5vw, 60px); background: var(--white); color: var(--ink); box-shadow: 0 32px 80px rgba(76,0,38,.2); }
.form-title { margin: 0 0 28px; padding-bottom: 22px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--stone); }
.form-title small { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.form-title strong { font-size: 18px; }
.quote-panel form { display: block; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-progress { margin: 0 0 38px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid var(--stone); }
.form-progress li { position: relative; padding: 16px 8px 0 0; display: flex; flex-direction: column; color: #929096; }
.form-progress li::before { content: ""; position: absolute; top: -2px; left: 0; right: 0; height: 3px; transform: scaleX(0); transform-origin: left; background: var(--magenta); transition: transform .25s ease; }
.form-progress li.is-active, .form-progress li.is-complete { color: var(--ink); }
.form-progress li.is-active::before, .form-progress li.is-complete::before { transform: scaleX(1); }
.form-progress span { color: var(--magenta); font-size: 12px; font-weight: 800; }
.form-progress strong { margin-top: 3px; font-size: 13px; }
.form-step { margin: 0; padding: 0; border: 0; animation: formStepIn .28s ease-out both; }
.form-step legend { width: 100%; padding: 0; font-size: clamp(29px, 3vw, 40px); font-weight: 800; letter-spacing: -.04em; line-height: 1.1; }
.step-intro { margin: 10px 0 26px; color: var(--muted); font-size: 14px; }
.service-choices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.service-choices label { cursor: pointer; }
.service-choices input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.service-choices label > span { min-height: 122px; padding: 19px; display: flex; flex-direction: column; border: 1px solid var(--stone); background: var(--paper); transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease; }
.service-choices label:hover > span { transform: translateY(-2px); border-color: var(--magenta); }
.service-choices input:focus-visible + span { outline: 3px solid var(--mint); outline-offset: 2px; }
.service-choices input:checked + span { border-color: var(--ink); background: var(--ink); color: var(--white); }
.service-choices small { color: var(--magenta); font-size: 12px; font-weight: 800; }
.service-choices strong { margin-top: 14px; font-size: 17px; line-height: 1.2; }
.service-choices em { margin-top: 4px; color: var(--muted); font-size: 12px; font-style: normal; }
.service-choices input:checked + span em { color: rgba(255,255,255,.62); }
.form-fields-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 19px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { font-size: 13px; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid var(--stone); border-radius: 0; background: var(--paper); color: var(--ink); }
.form-field textarea { min-height: 115px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid var(--mint); outline-offset: 0; border-color: var(--ink); }
.step-actions { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.step-actions .button { cursor: pointer; }
.step-back { min-height: 48px; padding: 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 13px; font-weight: 800; cursor: pointer; }
.form-submit { cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .7; }
.demo-note { margin: 22px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.form-error { margin: 0; padding: 12px; background: #fff0f6; color: #8d154c; font-size: 14px; }
.enquiry-summary { margin-top: 28px; padding: 22px; background: var(--ink); color: var(--white); }
.enquiry-summary > p { margin: 0 0 18px; display: flex; flex-direction: column; }
.enquiry-summary > p small { color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.enquiry-summary > p strong { margin-top: 3px; font-size: 18px; }
.enquiry-summary dl { margin: 0; display: grid; grid-template-columns: 1.25fr .8fr 1fr; border-top: 1px solid rgba(255,255,255,.18); }
.enquiry-summary dl div { padding: 15px 15px 2px 0; }
.enquiry-summary dl div + div { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.18); }
.enquiry-summary dt { color: rgba(255,255,255,.55); font-size: 12px; font-weight: 700; }
.enquiry-summary dd { margin: 4px 0 0; font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
@keyframes formStepIn { 0% { opacity: 0; transform: translateX(12px); } 100% { opacity: 1; transform: translateX(0); } }
.form-success { min-height: 520px; padding: 62px 20px 20px; text-align: center; }
.form-success > span { width: 64px; height: 64px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; background: var(--magenta); color: var(--white); font-size: 27px; }
.form-success h3 { max-width: 500px; margin: 0 auto; font-size: clamp(34px, 4vw, 50px); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; }
.form-success > p { max-width: 520px; margin: 24px auto; color: var(--muted); }
.form-success .button { margin-inline: auto; }
.form-success > button { min-height: 44px; margin-top: 20px; border: 0; border-bottom: 1px solid var(--magenta); background: transparent; color: var(--magenta-dark); cursor: pointer; }

.site-footer { padding: 70px 0 28px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr .75fr .45fr; gap: 60px; }
.footer-brand img { width: 170px; height: auto; margin: -28px 0 -13px; }
.footer-brand p { max-width: 390px; margin: 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.7; }
.footer-grid h2 { margin: 0 0 18px; color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a, .footer-grid button, .footer-grid p { margin: 0; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.68); font-size: 13px; text-align: left; text-decoration: none; }
.footer-grid button { min-height: 30px; cursor: pointer; }
.footer-grid .footer-phone { color: var(--white); font-size: 17px; font-weight: 800; }
.footer-bottom { margin-top: 52px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); font-size: 12px; }
.footer-bottom p { margin: 0; }
.mobile-quote-bar { display: none; }

@media (max-width: 1220px) {
  :root { --shell: min(100% - 56px, 1160px); }
  .header-inner { grid-template-columns: 160px 1fr auto; gap: 24px; }
  .nav-links { gap: 24px; }
  .header-phone { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 410px; gap: 68px; }
  .hero-photo-frame { height: 590px; }
  .hero-standard { right: -18px; }
  .service-card-plain .service-card-content { width: 86%; }
  .holiday-grid { grid-template-columns: minmax(380px, .8fr) minmax(460px, 1fr); gap: 80px; }
  .fleet-photo figcaption { left: -20px; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 900px); --header-height: 82px; }
  .header-inner { grid-template-columns: 150px 1fr; }
  .brand { height: 70px; }
  .header-actions { justify-self: end; }
  .header-actions > .button { display: none; }
  .menu-toggle { position: relative; display: grid; }
  .nav-links { position: fixed; inset: var(--header-height) 0 auto; z-index: 90; padding: 20px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 24px 50px rgba(0,0,0,.3); }
  .nav-links.is-open { display: flex; }
  .nav-links a { min-height: 58px; padding: 18px 6px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 15px; }
  .nav-links a::after { display: none; }
  .standard-rail { position: sticky; top: 0; left: auto; width: 100%; padding: 0; transform: none; opacity: 1; box-shadow: 0 10px 28px rgba(0,0,0,.2); }
  .standard-rail.is-visible { transform: none; }
  .standard-rail ol { display: grid; grid-template-columns: repeat(4, 1fr); }
  .standard-rail ol::before { display: none; }
  .standard-rail li + li { border-left: 1px solid rgba(255,255,255,.12); }
  .standard-rail a { min-height: 54px; padding: 0 10px; justify-content: center; gap: 8px; }
  .standard-rail a > span { width: auto; height: auto; margin: 0; display: block; border: 0; border-radius: 0; background: transparent; color: rgba(255,255,255,.46); font-size: 12px; }
  .standard-rail a > strong { position: static; padding: 0; opacity: 1; transform: none; background: transparent; color: rgba(255,255,255,.62); font-size: 12px; }
  .standard-rail a[aria-current="step"] { background: var(--magenta); }
  .standard-rail a[aria-current="step"] > span, .standard-rail a[aria-current="step"] > strong { background: transparent; color: var(--white); }
  .hero { min-height: auto; }
  .hero-grid { padding: 82px 0 90px; grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { width: 100%; max-width: 800px; }
  .hero-photo { width: min(560px, 88%); margin-inline: auto; }
  .hero-photo-frame { height: 680px; }
  .service-ribbon .shell { padding: 17px 0; flex-wrap: wrap; justify-content: center; }
  .section-intro { grid-template-columns: 1fr; gap: 26px; }
  .section-intro > p { max-width: 680px; }
  .router-tabs { grid-template-columns: repeat(2, 1fr); }
  .router-tabs button:nth-child(2) { border-right: 0; }
  .router-tabs button:nth-child(-n+2) { border-bottom: 1px solid var(--stone); }
  .router-panel { grid-template-columns: 1fr; }
  .router-result { min-height: 430px; }
  .router-panels { min-height: 0; }
  .service-grid { grid-auto-rows: minmax(420px, auto); }
  .service-card-plain .service-card-content { width: 100%; }
  .holiday-grid { grid-template-columns: 1fr; }
  .holiday-copy { max-width: 760px; }
  .fleet-photo { width: min(780px, 94%); margin-inline: auto; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-heading { max-width: 760px; }
  .capability-action { margin-top: 12px; }
  .specialist-grid { grid-template-columns: 300px 1fr; gap: 60px; }
  .specialist-mark::before { width: 300px; height: 300px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 58px; }
  .quote-grid { grid-template-columns: 1fr; gap: 58px; }
  .quote-copy { max-width: 760px; }
  .quote-panel { min-height: 0; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, .7fr); gap: 30px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 32px); }
  body { padding-bottom: 64px; font-size: 16px; }
  .section { padding: 84px 0; }
  .brand { width: 138px; }
  .brand img { width: 138px; }
  .language-switcher { gap: 3px; }
  .hero { background-position: 61% center; }
  .hero::before { background: linear-gradient(90deg, rgba(8,8,11,.94) 0%, rgba(8,8,11,.76) 72%, rgba(8,8,11,.46) 100%), linear-gradient(0deg, rgba(8,8,11,.82) 0%, rgba(8,8,11,.12) 70%); }
  .hero-grid { padding: 66px 0 76px; gap: 56px; }
  .hero h1 { font-size: clamp(48px, 14.4vw, 70px); letter-spacing: -.055em; }
  .hero-lead { margin-top: 26px; font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 42px; grid-template-columns: 1fr; }
  .hero-proof div { padding: 12px 0; }
  .hero-proof div + div { padding-left: 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .hero-proof dd { font-size: 13px; }
  .hero-photo { width: calc(100% - 18px); padding: 0 0 44px 28px; }
  .hero-photo::before { inset: 38px 28px 0 0; }
  .hero-photo-frame { height: 520px; }
  .hero-standard { top: 22px; right: -7px; width: 172px; padding: 8px 14px; }
  .hero-standard li { min-height: 47px; grid-template-columns: 24px 1fr 18px; }
  .hero-standard strong { font-size: 12px; }
  .hero-photo figcaption { left: 0; min-height: 82px; padding: 17px 20px; }
  .service-ribbon .shell { gap: 11px 17px; }
  .service-ribbon span { font-size: 12px; }
  .service-ribbon i { display: none; }
  .section-intro h2, .holiday-copy h2, .capability-heading h2, .specialist-copy h2, .why-intro h2, .faq-section h2, .quote-copy h2 { font-size: clamp(38px, 11vw, 54px); }
  .router-tabs button { min-height: 92px; padding: 18px 16px; }
  .router-tabs button > strong { font-size: 14px; }
  .router-copy { padding: 38px 26px; }
  .router-copy h3 { font-size: clamp(38px, 11vw, 50px); }
  .router-copy > ul { grid-template-columns: 1fr; }
  .router-copy > ul li { min-height: 54px; border-left: 1px solid var(--stone); }
  .router-result { min-height: 360px; padding: 34px 26px; }
  .router-result ol { margin-top: 34px; }
  .router-result ol li { font-size: 12px; }
  .service-grid { grid-template-columns: 1fr; grid-auto-rows: minmax(420px, auto); }
  .service-card-content { padding: 28px; }
  .service-card-plain .service-card-content { padding-top: 110px; }
  .service-icon { top: 28px; right: 28px; }
  .service-card h3 { font-size: 34px; }
  .section-intro > p, .service-detail, .holiday-copy .lead, .capability-list p, .specialist-copy > p:not(.eyebrow), .process-grid p, .faq-item p, .quote-copy > p:not(.eyebrow) { font-size: 16px; }
  .form-field input, .form-field select, .form-field textarea { font-size: 16px; }
  .holiday-grid { gap: 60px; }
  .check-list { grid-template-columns: 1fr; }
  .price-and-action { align-items: flex-start; flex-direction: column; }
  .fleet-photo { width: 100%; padding: 0 18px 92px 0; }
  .fleet-photo::after { inset: 36px 0 48px 34px; }
  .fleet-photo img { aspect-ratio: 1 / 1; }
  .fleet-photo figcaption { left: 20px; right: 0; bottom: 0; width: auto; }
  .capability-grid { gap: 42px; }
  .capability-list article { grid-template-columns: 42px 1fr; }
  .specialist-grid { min-height: 0; grid-template-columns: 1fr; gap: 70px; }
  .specialist-mark { min-height: 250px; }
  .specialist-mark::before { width: 270px; height: 270px; box-shadow: 0 0 0 40px rgba(255,255,255,.025); }
  .specialist-mark img { width: 250px; }
  .biohazard-process { grid-template-columns: 1fr; }
  .biohazard-process li { min-height: 0; padding: 24px 20px; }
  .biohazard-process p { font-size: 16px; }
  .specialist-actions { align-items: stretch; flex-direction: column; }
  .specialist-actions .button { width: 100%; }
  .specialist-actions > a:last-child { align-self: flex-start; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 240px; }
  .process-grid h3 { margin-top: 48px; }
  .faq-item button { min-height: 82px; font-size: 16px; }
  .quote-panel { padding: 28px 20px; }
  .form-fields-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: 1; }
  .form-progress strong { font-size: 12px; }
  .service-choices label > span { min-height: 112px; }
  .enquiry-summary dl { grid-template-columns: 1fr; }
  .enquiry-summary dl div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { display: none; }
  .footer-bottom { flex-direction: column; }
  .mobile-quote-bar { position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; min-height: 64px; padding: 0 22px; align-items: center; justify-content: space-between; background: var(--magenta); color: var(--white); box-shadow: 0 -12px 30px rgba(0,0,0,.18); font-size: 14px; font-weight: 800; text-decoration: none; transform: translateY(105%); transition: transform .25s ease; }
  .mobile-quote-bar.is-visible { display: flex; transform: translateY(0); }
}

@media (max-width: 420px) {
  :root { --shell: calc(100% - 24px); }
  .header-inner { grid-template-columns: 132px 1fr; gap: 12px; }
  .brand, .brand img { width: 128px; }
  .header-actions { gap: 12px; }
  .hero h1 { font-size: 46px; }
  .hero-photo-frame { height: 450px; }
  .standard-rail a { padding: 0 5px; gap: 4px; }
  .standard-rail a > span { display: none; }
  .standard-rail a > strong { font-size: 12px; }
  .router-tabs { grid-template-columns: 1fr; }
  .router-tabs button { min-height: 72px; border-right: 0; border-bottom: 1px solid var(--stone); }
  .router-tabs button:last-child { border-bottom: 0; }
  .service-choices { grid-template-columns: 1fr; }
  .service-choices label > span { min-height: 104px; }
  .step-actions { align-items: stretch; flex-direction: column-reverse; }
  .step-actions .button { width: 100%; }
  .step-back { align-self: flex-start; }
  .service-card h3 { font-size: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
}

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