:root {
  --orange: #f47b20;
  --orange-dark: #d95e09;
  --orange-soft: #fff1e5;
  --orange-pale: #fff8f2;
  --ink: #241c17;
  --ink-soft: #5f554e;
  --muted: #786d66;
  --line: #eadfd6;
  --white: #ffffff;
  --cream: #fffaf6;
  --shadow-sm: 0 10px 30px rgba(63, 34, 16, .08);
  --shadow-md: 0 24px 70px rgba(62, 31, 11, .13);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --container: 1480px;
  --header-h: 76px;
  --topbar-h: 36px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.1em; height: 1.1em; fill: currentColor; flex: 0 0 auto; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 9999; left: 18px; top: -60px; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: var(--white); transition: top .2s ease; }
.skip-link:focus { top: 14px; }

.topbar { height: var(--topbar-h); background: var(--orange); color: var(--white); font-size: 13px; }
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-message, .topbar-links, .topbar-links a { display: flex; align-items: center; gap: 8px; }
.topbar-message span { opacity: .88; }
.topbar-links { gap: 22px; }
.topbar-links a { transition: opacity .2s ease; }
.topbar-links a:hover { opacity: .82; }

.site-header { height: var(--header-h); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(234,223,214,.85); position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 245px; }
.brand img { width: auto; height: 54px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { font-size: 19px; letter-spacing: -.02em; }
.brand-copy small { font-size: 11px; color: var(--muted); margin-top: 5px; letter-spacing: .02em; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-left: auto; }
.primary-nav a { position: relative; color: #4c413a; font-size: 14px; font-weight: 700; padding: 10px 0; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--orange); transition: right .22s ease; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { right: 0; }
.header-cta { display: flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 14px; background: var(--orange-soft); color: var(--orange-dark); border: 1px solid #ffd5b5; }
.header-cta svg { font-size: 22px; }
.header-cta span { display: flex; flex-direction: column; line-height: 1.05; }
.header-cta small { font-size: 10px; color: #815237; margin-bottom: 4px; }
.header-cta strong { font-size: 15px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; margin-left: auto; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: calc(100svh - var(--topbar-h) - var(--header-h) - 1px); position: relative; overflow: hidden; display: flex; align-items: stretch; background: linear-gradient(120deg, #fff 0%, #fff9f4 48%, #fff3e8 100%); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(244,123,32,.12) 1px, transparent 0); background-size: 28px 28px; mask-image: linear-gradient(90deg, #000 0%, transparent 70%); opacity: .46; pointer-events: none; }
.hero-orb { position: absolute; border-radius: 999px; pointer-events: none; filter: blur(2px); }
.hero-orb-one { width: 420px; height: 420px; background: rgba(244,123,32,.1); right: -180px; top: -120px; }
.hero-orb-two { width: 250px; height: 250px; border: 60px solid rgba(244,123,32,.08); left: -120px; bottom: -130px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.12fr .86fr; gap: 20px; align-items: stretch; padding-block: 24px; min-height: calc(100svh - var(--topbar-h) - var(--header-h) - 1px); }
.hero-copy { align-self: center; padding: 12px 6px 12px 0; }
.eyebrow, .section-kicker { color: var(--orange-dark); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 900; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; background: var(--orange-soft); border: 1px solid #ffd8ba; border-radius: 999px; }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(39px, 3.35vw, 62px); line-height: 1.01; letter-spacing: -.045em; margin: 18px 0 14px; max-width: 780px; }
.hero h1 span { color: var(--orange); }
.hero-lead { font-size: clamp(16px, 1.15vw, 19px); color: var(--ink-soft); margin: 0; max-width: 690px; line-height: 1.58; }
.hero-leadership { margin: 10px 0 0; font-size: 15px; color: #4e4036; }
.hero-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 18px 0; }
.hero-points span { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; color: #4f4035; }
.hero-points svg { color: var(--orange); font-size: 18px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn { border: 0; border-radius: 14px; min-height: 52px; padding: 12px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: var(--white); box-shadow: 0 12px 28px rgba(244,123,32,.24); }
.btn-primary:hover { background: var(--orange-dark); box-shadow: 0 16px 34px rgba(217,94,9,.28); }
.btn-secondary { background: var(--white); color: var(--orange-dark); border: 1px solid #ffcda9; box-shadow: var(--shadow-sm); }
.btn-outline { background: transparent; color: var(--orange-dark); border: 1px solid var(--orange); }
.hero-actions .btn { min-width: 166px; justify-content: flex-start; }
.hero-actions .btn svg { font-size: 24px; }
.hero-actions .btn span { display: flex; flex-direction: column; line-height: 1.02; }
.hero-actions .btn small { font-size: 10px; font-weight: 700; opacity: .78; margin-bottom: 4px; }
.hero-license-mini { margin-top: 16px; display: flex; align-items: center; gap: 10px; color: var(--ink-soft); }
.hero-license-mini svg { color: var(--orange); font-size: 26px; }
.hero-license-mini p { margin: 0; font-size: 12px; line-height: 1.32; }
.hero-license-mini strong { color: var(--ink); }

.gallery-card, .lead-card { align-self: center; height: min(650px, calc(100svh - 154px)); min-height: 560px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.gallery-card { padding: 14px; display: flex; flex-direction: column; }
.gallery-topline { min-height: 36px; display: flex; align-items: center; justify-content: space-between; padding: 0 5px 9px; }
.gallery-topline span { color: var(--orange-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.gallery-topline small { color: var(--muted); font-size: 11px; font-weight: 700; }
.hero-slider { position: relative; flex: 1; overflow: hidden; border-radius: 20px; background: #f1e7de; }
.slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.025); transition: opacity .65s ease, transform 1s ease; pointer-events: none; }
.slide.is-active { opacity: 1; transform: scale(1); pointer-events: auto; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide::after { content: ""; position: absolute; inset: 44% 0 0; background: linear-gradient(180deg, transparent, rgba(35,24,17,.75)); }
.slide-caption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 12px; color: var(--white); }
.slide-caption > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 999px; background: var(--orange); font-size: 12px; font-weight: 900; }
.slide-caption div { display: flex; flex-direction: column; line-height: 1.16; }
.slide-caption strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(21px, 1.65vw, 30px); letter-spacing: -.02em; }
.slide-caption small { margin-top: 5px; color: rgba(255,255,255,.86); font-size: 12px; }
.slider-arrow { position: absolute; z-index: 3; top: 50%; width: 42px; height: 50px; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.93); color: var(--orange-dark); border-radius: 12px; font-size: 31px; line-height: 1; box-shadow: 0 10px 30px rgba(35,24,17,.18); }
.slider-arrow:hover { background: var(--orange); color: var(--white); }
.slider-prev { left: 14px; }
.slider-next { right: 14px; }
.slider-dots { position: absolute; z-index: 3; top: 14px; right: 14px; display: flex; gap: 7px; padding: 8px 10px; border-radius: 999px; background: rgba(255,255,255,.88); backdrop-filter: blur(10px); }
.slider-dots button { width: 8px; height: 8px; border-radius: 999px; border: 0; padding: 0; background: #c7b6aa; transition: width .2s ease, background .2s ease; }
.slider-dots button.is-active { width: 22px; background: var(--orange); }

.lead-card { padding: 22px; display: flex; flex-direction: column; justify-content: center; }
.lead-card-head { display: flex; align-items: center; gap: 12px; }
.form-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; background: var(--orange-soft); color: var(--orange); font-size: 22px; }
.lead-card-head p, .contact-form-title p { margin: 0 0 2px; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 900; }
.lead-card-head h2 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.lead-intro { margin: 12px 0 14px; color: var(--muted); font-size: 13px; }
.lead-form { display: grid; gap: 10px; }
.form-row { display: grid; gap: 5px; }
.form-row label { font-size: 11px; color: #54483f; font-weight: 800; }
.form-row label span { font-weight: 500; color: var(--muted); }
.form-grid-two { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
input, select, textarea { width: 100%; border: 1px solid #ddcfc3; background: var(--white); color: var(--ink); border-radius: 11px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
input, select { height: 44px; padding: 0 12px; }
textarea { padding: 11px 12px; resize: vertical; min-height: 92px; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(244,123,32,.1); }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: #c43d25; box-shadow: 0 0 0 3px rgba(196,61,37,.1); }
.phone-field { display: flex; border: 1px solid #ddcfc3; border-radius: 11px; overflow: hidden; transition: border .2s ease, box-shadow .2s ease; }
.phone-field:focus-within { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(244,123,32,.1); }
.phone-field span { display: grid; place-items: center; min-width: 48px; background: var(--orange-pale); color: #785137; font-size: 12px; font-weight: 900; border-right: 1px solid #ddcfc3; }
.phone-field input { border: 0; border-radius: 0; box-shadow: none !important; }
.btn-submit { width: 100%; min-height: 50px; background: var(--orange); color: var(--white); box-shadow: 0 12px 26px rgba(244,123,32,.22); }
.btn-submit:hover { background: var(--orange-dark); }
.btn-submit[disabled] { opacity: .68; cursor: wait; transform: none; }
.submit-label, .submit-loading { display: inline-flex; align-items: center; gap: 8px; }
.submit-loading { display: none; }
.is-submitting .submit-label { display: none; }
.is-submitting .submit-loading { display: inline-flex; }
.form-status { min-height: 0; margin: 0; font-size: 12px; font-weight: 700; }
.form-status.is-error { color: #b52d1e; }
.form-status.is-success { color: #247247; }
.form-note { display: flex; align-items: flex-start; gap: 6px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.35; }
.form-note svg { color: var(--orange); margin-top: 2px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.consent-check { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; color: var(--ink-soft); }
.consent-check input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--orange); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip-grid > div { display: flex; align-items: center; gap: 12px; padding: 20px 24px; border-right: 1px solid var(--line); }
.trust-strip-grid > div:last-child { border-right: 0; }
.trust-strip-grid svg { color: var(--orange); font-size: 25px; }
.trust-strip-grid span { display: flex; flex-direction: column; line-height: 1.25; }
.trust-strip-grid strong { font-size: 13px; }
.trust-strip-grid small { font-size: 11px; color: var(--muted); margin-top: 3px; }

.section { padding: 96px 0; }
.section-kicker { margin: 0 0 12px; }
.section h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 3vw, 52px); line-height: 1.08; letter-spacing: -.035em; margin: 0 0 20px; }
.section-heading { max-width: 820px; margin-bottom: 42px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading > p:last-child, .section-copy > p, .methodology-intro > p, .reach-heading > p, .faq-intro > p, .contact-copy > p { color: var(--ink-soft); font-size: 16px; line-height: 1.75; }

.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: center; }
.about-visual { position: relative; padding: 0 54px 54px 0; }
.image-frame { overflow: hidden; border-radius: 28px; box-shadow: var(--shadow-md); position: relative; }
.image-frame img { aspect-ratio: 4/3; width: 100%; object-fit: cover; }
.image-badge { position: absolute; right: 18px; bottom: 18px; background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.8); padding: 12px 15px; border-radius: 14px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.image-badge strong { color: var(--orange); font-size: 18px; }
.image-badge span { font-size: 11px; color: var(--muted); }
.leadership-card { position: absolute; right: 0; bottom: 0; width: min(360px, 82%); padding: 18px; display: flex; gap: 14px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-md); }
.leadership-mark { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: var(--orange); color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 800; }
.leadership-card div { display: grid; }
.leadership-card small { color: var(--orange-dark); font-size: 10px; text-transform: uppercase; font-weight: 900; letter-spacing: .1em; }
.leadership-card strong { font-size: 17px; margin: 2px 0; }
.leadership-card p { margin: 0; color: var(--muted); font-size: 11px; }
.comfort-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.comfort-grid article { display: flex; gap: 10px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); }
.comfort-grid svg { color: var(--orange); margin-top: 3px; }
.comfort-grid div { display: flex; flex-direction: column; }
.comfort-grid strong { font-size: 13px; }
.comfort-grid span { color: var(--muted); font-size: 11px; margin-top: 3px; }

.licence-section { padding-top: 0; background: var(--white); }
.licence-card { position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1.1fr .9fr; align-items: center; gap: 28px; padding: 38px; border-radius: 28px; background: linear-gradient(110deg, #2a211c, #3c2a20); color: var(--white); box-shadow: var(--shadow-md); }
.licence-card::after { content: ""; position: absolute; width: 320px; height: 320px; right: -130px; top: -130px; border-radius: 50%; border: 65px solid rgba(244,123,32,.15); }
.licence-seal { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 24px; background: var(--orange); font-size: 42px; }
.licence-content { position: relative; z-index: 1; }
.licence-content .section-kicker { color: #ffb579; }
.licence-content h2 { font-size: clamp(30px, 2.45vw, 43px); margin-bottom: 12px; }
.licence-content p { color: rgba(255,255,255,.76); margin: 0 0 10px; }
.licence-content .licence-note { font-size: 12px; color: rgba(255,255,255,.58); }
.licence-points { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.licence-points span { display: flex; align-items: center; gap: 8px; padding: 12px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.06); border-radius: 13px; font-size: 12px; font-weight: 800; }
.licence-points svg { color: #ffab67; }

.process-section { background: var(--orange-pale); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.process-card { min-height: 250px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.process-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.step-no { position: absolute; right: 16px; top: 10px; font-family: Georgia, serif; font-size: 50px; font-weight: 700; color: rgba(244,123,32,.1); }
.step-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--orange-soft); color: var(--orange); font-size: 21px; margin-bottom: 32px; }
.process-card h3 { font-size: 18px; margin: 0 0 10px; }
.process-card p { color: var(--muted); font-size: 13px; margin: 0; }
.inline-cta { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); }
.inline-cta div { display: flex; flex-direction: column; }
.inline-cta small { color: var(--orange-dark); font-weight: 800; }
.inline-cta strong { font-size: 17px; }

.methodology-section { background: var(--white); }
.methodology-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 62px; align-items: start; }
.methodology-intro { position: sticky; top: 126px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-dark); font-weight: 900; margin-top: 8px; }
.methodology-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.method-card { min-height: 205px; padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #fff, #fffaf6); position: relative; }
.method-card > span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--orange); color: var(--white); font-size: 11px; font-weight: 900; }
.method-card h3 { margin: 28px 0 9px; font-size: 19px; }
.method-card p { color: var(--muted); font-size: 13px; margin: 0; }

.services-section { background: #2b211b; color: var(--white); }
.services-section .section-heading > p:last-child { color: rgba(255,255,255,.68); }
.services-section .section-kicker { color: #ffad6c; }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 920px; margin-inline: auto; }
.service-card { position: relative; overflow: hidden; min-height: 390px; padding: 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.055); transition: transform .25s ease, background .25s ease, border .25s ease; }
.service-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.085); border-color: rgba(244,123,32,.7); }
.service-number { position: absolute; right: 17px; top: 9px; color: rgba(255,255,255,.06); font-family: Georgia, serif; font-size: 68px; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--orange); color: var(--white); font-size: 24px; }
.service-card h3 { font-family: Georgia, serif; font-size: 27px; margin: 28px 0 12px; }
.service-card p { color: rgba(255,255,255,.68); font-size: 13px; min-height: 82px; }
.service-card ul { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 8px; }
.service-card li { position: relative; padding-left: 18px; color: rgba(255,255,255,.84); font-size: 12px; }
.service-card li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); position: absolute; left: 0; top: .48em; }
.service-card a { display: inline-flex; align-items: center; gap: 7px; color: #ffb77f; font-size: 12px; font-weight: 900; }

.reach-section { background: var(--cream); }
.reach-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: end; margin-bottom: 36px; }
.reach-heading h2 { margin-bottom: 0; }
.reach-heading > p { margin: 0; }
.distance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.distance-card { padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 8px 24px rgba(57,35,22,.05); }
.distance-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--orange-soft); color: var(--orange); font-size: 22px; margin-bottom: 22px; }
.distance-card small { color: var(--muted); text-transform: uppercase; letter-spacing: .09em; font-size: 9px; font-weight: 900; }
.distance-card h3 { font-size: 18px; margin: 3px 0 13px; }
.distance-card > strong { display: inline-block; color: var(--orange-dark); font-size: 21px; margin-bottom: 9px; }
.distance-card p { margin: 0; color: var(--muted); font-size: 12px; }
.route-panel { margin-top: 18px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); padding: 24px; display: grid; grid-template-columns: 1.05fr 1.2fr auto; gap: 26px; align-items: center; box-shadow: var(--shadow-sm); }
.route-address { display: flex; align-items: flex-start; gap: 13px; }
.route-pin { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 15px; background: var(--orange); color: var(--white); font-size: 23px; }
.route-address small { color: var(--orange-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .09em; font-size: 9px; }
.route-address h3 { font-size: 15px; margin: 4px 0 5px; line-height: 1.45; }
.route-address p { margin: 0; color: var(--muted); font-size: 10px; }
.route-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.route-steps > div { display: flex; gap: 8px; }
.route-steps > div > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; background: var(--orange-soft); color: var(--orange-dark); font-size: 10px; font-weight: 900; flex: 0 0 auto; }
.route-steps p { margin: 0; display: flex; flex-direction: column; }
.route-steps strong { font-size: 11px; }
.route-steps small { color: var(--muted); font-size: 9px; margin-top: 3px; }
.route-actions { display: grid; gap: 8px; min-width: 190px; }
.route-actions .btn { font-size: 12px; min-height: 44px; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-intro .btn { margin-top: 14px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; border: 0; background: transparent; padding: 21px 0; display: flex; align-items: center; justify-content: space-between; text-align: left; color: var(--ink); font-weight: 900; }
.faq-item button b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: var(--orange-soft); color: var(--orange-dark); font-size: 18px; }
.faq-answer { padding: 0 46px 20px 0; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 14px; }

.contact-section { background: linear-gradient(130deg, #fff5ec, #fffaf6); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.contact-cards { display: grid; gap: 10px; margin-top: 26px; }
.contact-cards > * { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid #f1d8c5; border-radius: 15px; background: rgba(255,255,255,.74); }
.contact-cards > * > svg { width: 40px; height: 40px; padding: 10px; border-radius: 12px; background: var(--orange); color: var(--white); }
.contact-cards span { display: flex; flex-direction: column; }
.contact-cards small { color: var(--orange-dark); font-size: 10px; font-weight: 800; }
.contact-cards strong { font-size: 13px; margin-top: 3px; }
.contact-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.contact-trust span { display: flex; align-items: center; gap: 6px; padding: 7px 10px; background: var(--white); border: 1px solid #f1d8c5; border-radius: 999px; color: #6f4a31; font-size: 10px; font-weight: 800; }
.contact-trust svg { color: var(--orange); }
.contact-form-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: var(--shadow-md); }
.contact-form-title { margin-bottom: 18px; }
.contact-form-title h3 { margin: 0; font-size: 28px; letter-spacing: -.03em; }

.site-footer { background: #241b16; color: var(--white); padding: 62px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .75fr 1.1fr; gap: 50px; padding-bottom: 46px; }
.site-footer .brand-copy small { color: rgba(255,255,255,.55); }
.footer-brand p, .footer-grid > div > p { color: rgba(255,255,255,.58); font-size: 12px; max-width: 390px; line-height: 1.7; }
.footer-grid h3 { color: #ffb177; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 16px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a { color: rgba(255,255,255,.75); font-size: 12px; }
.footer-grid a:hover { color: #ffb177; }
.footer-bottom { min-height: 58px; border-top: 1px solid rgba(255,255,255,.09); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.48); font-size: 11px; }
.footer-bottom div { display: flex; gap: 16px; }
.footer-bottom span { color: #ffb177; }

.mobile-action-bar { display: none; }
.cookie-banner { position: fixed; z-index: 3000; left: 20px; right: 20px; bottom: 20px; max-width: 900px; margin-inline: auto; padding: 16px; border-radius: 17px; background: #2a211c; color: var(--white); box-shadow: 0 20px 70px rgba(0,0,0,.3); align-items: center; justify-content: space-between; gap: 20px; }
.cookie-banner:not([hidden]) { display: flex; }
.cookie-banner p { margin: 0; display: flex; flex-direction: column; }
.cookie-banner strong { font-size: 14px; }
.cookie-banner span { color: rgba(255,255,255,.64); font-size: 11px; margin-top: 2px; }
.cookie-banner div { display: flex; gap: 8px; }
.cookie-banner button { border: 1px solid rgba(255,255,255,.2); border-radius: 10px; padding: 9px 12px; color: var(--white); background: transparent; font-size: 11px; font-weight: 900; }
.cookie-banner .cookie-accept { background: var(--orange); border-color: var(--orange); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 1200px) and (max-height: 800px) {
  :root { --header-h: 70px; --topbar-h: 32px; }
  .hero-grid { padding-block: 16px; }
  .gallery-card, .lead-card { height: calc(100svh - 134px); min-height: 530px; }
  .hero h1 { font-size: clamp(38px, 3vw, 54px); margin-top: 14px; }
  .hero-lead { font-size: 16px; }
  .hero-points { margin: 13px 0; }
  .hero-license-mini { margin-top: 12px; }
  .lead-card { padding: 18px; }
  .lead-intro { margin: 8px 0 10px; }
  .lead-form { gap: 7px; }
  input, select { height: 40px; }
  .btn-submit { min-height: 45px; }
}

@media (max-width: 1260px) {
  .container { width: min(1180px, calc(100% - 32px)); }
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: 12px; }
  .brand { min-width: 215px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: .95fr 1.08fr .9fr; gap: 13px; }
  .gallery-card, .lead-card { min-height: 550px; }
  .hero h1 { font-size: clamp(38px, 3.5vw, 54px); }
  .lead-card { padding: 18px; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 380px; }
  .route-panel { grid-template-columns: 1fr 1fr; }
  .route-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; }
}

@media (max-width: 1024px) {
  :root { --header-h: 70px; }
  .topbar-links a:last-child { display: none; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: var(--header-h) 0 auto; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); padding: 18px 20px 24px; display: grid; gap: 0; transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-nav a { padding: 13px 3px; border-bottom: 1px solid var(--line); }
  .primary-nav a:last-child { border-bottom: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; min-height: auto; padding-block: 38px; }
  .hero-copy { grid-column: 1 / -1; padding-right: 0; text-align: center; }
  .hero-copy .eyebrow { margin-inline: auto; }
  .hero h1, .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-points { max-width: 620px; margin-inline: auto; margin-top: 18px; margin-bottom: 18px; }
  .hero-actions { justify-content: center; }
  .hero-license-mini { justify-content: center; }
  .gallery-card, .lead-card { height: 590px; min-height: 0; align-self: stretch; }
  .trust-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip-grid > div:nth-child(2) { border-right: 0; }
  .trust-strip-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-grid, .methodology-layout, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-visual { max-width: 720px; margin-inline: auto; }
  .licence-card { grid-template-columns: auto 1fr; }
  .licence-points { grid-column: 1 / -1; }
  .methodology-intro { position: static; }
  .distance-grid { grid-template-columns: repeat(2, 1fr); }
  .reach-heading { grid-template-columns: 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  :root { --topbar-h: 34px; --header-h: 66px; }
  html { scroll-padding-top: 78px; }
  body { padding-bottom: 67px; }
  .container { width: min(100% - 24px, 640px); }
  .topbar-message span { display: none; }
  .topbar-links { gap: 0; }
  .topbar-links a { font-size: 11px; }
  .brand { min-width: 0; }
  .brand img { width: auto; height: 46px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 9px; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 24px 30px; }
  .hero-copy { text-align: left; }
  .hero-copy .eyebrow { margin: 0; }
  .hero h1 { font-size: clamp(37px, 11vw, 48px); margin: 16px 0 12px; }
  .hero-lead { font-size: 15px; }
  .hero-points { margin: 16px 0; }
  .hero-actions { justify-content: flex-start; }
  .hero-actions .btn { flex: 1 1 calc(50% - 5px); min-width: 0; padding: 10px 12px; }
  .hero-license-mini { justify-content: flex-start; }
  .gallery-card { order: 2; height: 520px; }
  .lead-card { order: 3; height: auto; min-height: 0; padding: 20px; }
  .gallery-topline small { display: none; }
  .form-grid-two { grid-template-columns: 1fr; }
  .compact-row { display: none; }
  .trust-strip-grid { grid-template-columns: 1fr; }
  .trust-strip-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip-grid > div:nth-child(2) { border-right: 0; }
  .trust-strip-grid > div:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .section h2 { font-size: clamp(31px, 9vw, 42px); }
  .about-visual { padding: 0 0 65px; }
  .leadership-card { right: 12px; left: 12px; width: auto; }
  .comfort-grid, .methodology-grid { grid-template-columns: 1fr; }
  .licence-card { grid-template-columns: 1fr; padding: 28px 22px; }
  .licence-points { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 190px; }
  .inline-cta { align-items: stretch; flex-direction: column; }
  .inline-cta .btn { width: 100%; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .distance-grid { grid-template-columns: 1fr; }
  .route-panel { grid-template-columns: 1fr; }
  .route-steps { grid-template-columns: 1fr; }
  .route-actions { grid-column: auto; display: grid; }
  .faq-layout { gap: 26px; }
  .contact-form-card { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding: 18px 0; flex-direction: column; align-items: flex-start; }
  .mobile-action-bar { display: grid; grid-template-columns: repeat(3, 1fr); position: fixed; z-index: 2000; left: 0; right: 0; bottom: 0; min-height: 64px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(44,26,15,.1); padding-bottom: env(safe-area-inset-bottom); }
  .mobile-action-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: var(--ink-soft); font-size: 10px; font-weight: 900; }
  .mobile-action-bar a:nth-child(2) { background: var(--orange); color: var(--white); }
  .mobile-action-bar svg { font-size: 20px; }
  .cookie-banner:not([hidden]) { align-items: stretch; flex-direction: column; bottom: 78px; left: 12px; right: 12px; }
  .cookie-banner div { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 420px) {
  .topbar-message strong { font-size: 11px; }
  .topbar-links a { font-size: 10px; }
  .brand-copy small { display: none; }
  .hero-points { grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { flex-basis: 100%; }
  .gallery-card { height: 470px; }
  .slide-caption { left: 13px; right: 13px; bottom: 13px; }
  .slide-caption strong { font-size: 21px; }
  .slide-caption small { font-size: 10px; }
}

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

/* Prevent intrinsic content from forcing responsive grid overflow. */
.hero-grid,
.about-grid,
.methodology-layout,
.faq-layout,
.contact-grid,
.reach-heading,
.route-panel,
.footer-grid { grid-template-columns: minmax(0, 1fr); }
.hero-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.12fr) minmax(0, .86fr); }
.about-grid { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); }
.methodology-layout { grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); }
.faq-layout { grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); }
.contact-grid { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
.reach-heading { grid-template-columns: minmax(0, 1fr) minmax(0, .75fr); }
.route-panel { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr) auto; }
.footer-grid { grid-template-columns: minmax(0, 1.5fr) minmax(0, .65fr) minmax(0, .75fr) minmax(0, 1.1fr); }
.hero-grid > *,
.about-grid > *,
.methodology-layout > *,
.faq-layout > *,
.contact-grid > *,
.reach-heading > *,
.route-panel > *,
.footer-grid > * { min-width: 0; }
.about-visual { width: 100%; }

@media (max-width: 1260px) {
  .hero-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.08fr) minmax(0, .9fr); }
  .route-panel { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .about-grid,
  .methodology-layout,
  .faq-layout,
  .contact-grid { grid-template-columns: minmax(0, 1fr); }
  .reach-heading { grid-template-columns: minmax(0, 1fr); }
  .footer-grid { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); }
}
@media (max-width: 720px) {
  .hero-grid,
  .comfort-grid,
  .methodology-grid,
  .licence-card,
  .licence-points,
  .process-grid,
  .services-grid,
  .distance-grid,
  .route-panel,
  .route-steps { grid-template-columns: minmax(0, 1fr); }
  .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}
