:root {
  --ink: #18211f;
  --muted: #67716e;
  --paper: #f4f5ee;
  --cream: #e8ebe0;
  --lime: #d2ed72;
  --coral: #ef765f;
  --line: rgba(24, 33, 31, .14);
  --display: 'Space Grotesk', sans-serif;
  --body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; display: flex; justify-content: space-between; max-width: 1320px; margin: auto; padding: 28px 42px; }
.brand { align-items: center; display: inline-flex; gap: 11px; }
.brand-mark { align-items: center; background: var(--coral); border-radius: 50%; color: white; display: inline-flex; height: 39px; justify-content: center; width: 39px; }
.brand-mark svg { height: 19px; width: 19px; }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font: 700 19px var(--display); letter-spacing: -1px; }
.brand small { color: var(--muted); font-size: 10px; letter-spacing: .11em; margin-top: 5px; text-transform: uppercase; }
.nav-links { display: flex; gap: 36px; margin-left: 80px; }
.nav-links a { color: var(--muted); font-size: 13px; transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.header-call { align-items: center; display: inline-flex; font-size: 13px; font-weight: 700; gap: 9px; }
.header-call svg { color: var(--coral); height: 17px; width: 17px; }
.hero { display: grid; gap: 5%; grid-template-columns: .88fr 1.12fr; margin: 40px auto 0; max-width: 1320px; min-height: 650px; padding: 0 42px 88px; }
.hero-copy { align-self: center; padding: 20px 0 0 7%; }
.eyebrow { align-items: center; color: var(--muted); display: flex; font-size: 11px; font-weight: 700; gap: 9px; letter-spacing: .1em; margin: 0 0 25px; text-transform: uppercase; }
.eyebrow span { background: var(--coral); display: inline-block; height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -2.8px; line-height: .97; }
h1 { font-size: clamp(60px, 7vw, 100px); margin: 0 0 28px; }
h1 em, h2 span { color: var(--coral); font-style: normal; }
.hero-text { color: var(--muted); font-size: 16px; max-width: 400px; }
.hero-actions { align-items: center; display: flex; gap: 22px; margin: 33px 0 45px; }
.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font: 700 13px var(--body); gap: 12px; justify-content: center; padding: 15px 20px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { height: 16px; width: 16px; }
.button-primary { background: var(--coral); color: white; }
.button-primary:hover { background: #de654e; }
.button-quiet { padding: 15px 0; }
.button-quiet svg { color: var(--coral); }
.trust-line { align-items: center; display: flex; font-size: 11px; gap: 13px; }
.trust-line strong { font-size: 12px; }
.avatar-stack { display: flex; }
.avatar-stack span { align-items: center; background: var(--lime); border: 2px solid var(--paper); border-radius: 50%; display: flex; font-size: 10px; font-weight: 700; height: 31px; justify-content: center; margin-left: -7px; width: 31px; }
.avatar-stack span:first-child { background: #b8d9c3; margin-left: 0; }
.avatar-stack span:last-child { background: var(--coral); color: white; }
.hero-visual { min-height: 600px; position: relative; }
.hero-image, .why-image { background: url('https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=1400&q=85') center/cover; height: 100%; }
.hero-image { clip-path: polygon(12% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%); }
.location-tag { align-items: center; background: var(--lime); bottom: 22%; display: flex; gap: 11px; left: -5%; padding: 16px 20px; position: absolute; }
.location-tag svg { height: 21px; width: 21px; }
.location-tag span { font-size: 11px; line-height: 1.25; }
.location-tag strong { font-size: 13px; }
.route-card { align-items: center; background: white; bottom: 5%; box-shadow: 0 12px 28px rgba(24,33,31,.12); display: flex; gap: 12px; padding: 15px 17px; position: absolute; right: -4%; }
.route-icon { align-items: center; background: var(--cream); display: flex; height: 35px; justify-content: center; width: 35px; }
.route-icon svg { color: var(--coral); height: 17px; }
.route-card small, .route-card strong { display: block; }
.route-card small { color: var(--muted); font-size: 10px; }
.route-card strong { font: 700 12px var(--display); }
.route-arrow { color: var(--coral); margin-left: 18px; }
.route-arrow svg { height: 17px; }
.booking-section { align-items: center; background: var(--lime); display: grid; gap: 9%; grid-template-columns: .8fr 1.2fr; padding: 86px max(42px, calc((100% - 1150px) / 2)); }
h2 { font-size: clamp(42px, 5vw, 70px); margin-bottom: 0; }
.booking-form { background: var(--paper); padding: 35px; }
.form-heading { align-items: center; display: flex; gap: 15px; margin-bottom: 29px; }
.form-step { align-items: center; background: var(--coral); color: white; display: flex; font: 700 13px var(--display); height: 34px; justify-content: center; width: 34px; }
.form-heading h3 { font: 700 17px var(--display); margin-bottom: 2px; }
.form-heading p { color: var(--muted); font-size: 12px; margin-bottom: 0; }
.customer-details { border-top: 1px solid var(--line); margin-top: 29px; padding-top: 25px; }
.customer-heading { align-items: center; display: flex; gap: 15px; margin-bottom: 22px; }
.customer-heading h3 { font: 700 15px var(--display); margin-bottom: 2px; }
.customer-heading p { color: var(--muted); font-size: 12px; margin-bottom: 0; }
.customer-heading .form-step { background: var(--ink); }
.field-grid { display: grid; gap: 19px; grid-template-columns: 1fr 1fr; }
.customer-fields { grid-template-columns: repeat(3, 1fr); }
label { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
input, select { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); display: block; font: 500 14px var(--body); outline: none; padding: 8px 0 11px; width: 100%; }
input:focus, select:focus { border-color: var(--coral); }
.booking-form .button { margin-top: 31px; }
.form-note { align-items: center; color: var(--muted); display: flex; font-size: 11px; gap: 6px; margin: 18px 0 0; }
.form-note svg { color: #718d32; height: 14px; width: 14px; }
.services-section, .why-section, .contact-section { max-width: 1320px; margin: auto; padding: 110px 42px; }
.services-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 54px; }
.services-heading h2 { font-size: clamp(40px, 4.5vw, 63px); }
.services-heading > p { color: var(--muted); font-size: 14px; max-width: 275px; margin-bottom: 5px; }
.service-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.service-item { border-right: 1px solid var(--line); min-height: 265px; padding: 25px 34px 25px 0; position: relative; }
.service-item + .service-item { padding-left: 34px; }
.service-item:last-child { border-right: 0; }
.service-item > svg { color: var(--coral); height: 29px; margin: 27px 0 18px; width: 29px; }
.service-number { color: var(--muted); font: 11px var(--display); }
.service-item h3 { font: 700 21px var(--display); letter-spacing: -1px; margin-bottom: 9px; }
.service-item p { color: var(--muted); font-size: 13px; max-width: 260px; }
.service-item a { align-items: center; border: 1px solid var(--line); bottom: 26px; display: flex; height: 32px; justify-content: center; position: absolute; right: 34px; width: 32px; }
.service-item a svg { height: 14px; width: 14px; }
.service-highlight { background: var(--coral); color: white; padding-right: 34px; }
.service-highlight > svg { color: var(--lime); }
.service-highlight p, .service-highlight .service-number { color: rgba(255,255,255,.78); }
.service-highlight a { border-color: rgba(255,255,255,.4); }
.why-section { align-items: stretch; display: grid; gap: 9%; grid-template-columns: 1fr .85fr; padding-top: 20px; }
.why-image { background-image: url('https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1100&q=85'); min-height: 540px; position: relative; }
.image-caption { background: var(--paper); bottom: 0; display: flex; gap: 20px; left: 0; padding: 20px 25px; position: absolute; width: 58%; }
.image-caption span { color: var(--coral); font: 700 11px var(--display); }
.image-caption p { font-size: 13px; line-height: 1.3; margin: 0; }
.why-copy { align-self: center; }
.why-copy h2 { font-size: clamp(42px, 4.5vw, 63px); margin-bottom: 28px; }
.why-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; max-width: 390px; }
.difference-list { border-top: 1px solid var(--line); margin-top: 32px; max-width: 390px; }
.difference-list > div { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 16px; padding: 17px 0; }
.difference-list svg { color: var(--coral); height: 23px; width: 23px; }
.difference-list strong, .difference-list small { display: block; }
.difference-list strong { font-size: 13px; }
.difference-list small { color: var(--muted); font-size: 11px; }
.contact-section { align-items: end; background: var(--ink); color: white; display: flex; justify-content: space-between; max-width: none; padding-left: max(42px, calc((100% - 1236px) / 2)); padding-right: max(42px, calc((100% - 1236px) / 2)); }
.contact-section .eyebrow { color: #aab5ae; }
.contact-section h2 { font-size: clamp(50px, 6vw, 83px); }
.contact-details { max-width: 420px; padding-bottom: 5px; }
.contact-details > p:first-child { color: #aab5ae; font-size: 14px; max-width: 270px; }
.contact-details > a { align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); display: flex; font: 600 17px var(--display); gap: 13px; padding: 16px 0; }
.contact-details > a svg, .address svg { color: var(--lime); height: 17px; width: 17px; }
.address { align-items: center; color: #aab5ae; display: flex; font-size: 12px; gap: 9px; margin: 23px 0 0; }
.site-footer { align-items: center; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); color: #aab5ae; display: flex; font-size: 11px; justify-content: space-between; padding: 27px max(42px, calc((100% - 1236px) / 2)); }
.site-footer .brand { color: white; }.site-footer .brand-mark { height: 30px; width: 30px; }.site-footer .brand-mark svg { height: 15px; }.site-footer .brand strong { font-size: 15px; }.site-footer p { margin: 0; }
@media (max-width: 800px) { .site-header { padding: 22px 22px; }.nav-links { display: none; }.header-call span { display: inline; font-size: 11px; }.header-call { gap: 5px; white-space: nowrap; }.hero { display: block; margin-top: 10px; padding: 0 22px 55px; }.hero-copy { padding: 45px 0 60px; }.hero-visual { min-height: 430px; }.hero-image { height: 430px; }.location-tag { bottom: 19%; left: -2%; }.route-card { bottom: 1%; right: 2%; }.booking-section { display: block; padding: 65px 22px; }.booking-section .section-intro { margin-bottom: 35px; }.booking-form { padding: 25px 20px; }.services-section, .why-section, .contact-section { padding: 70px 22px; }.services-heading { align-items: start; display: block; }.services-heading h2 { font-size: 42px; line-height: 1; }.services-heading > p { margin-top: 24px; max-width: none; }.service-grid { display: block; }.service-item, .service-item + .service-item { border-bottom: 1px solid var(--line); border-right: 0; min-height: 0; padding: 27px 0 24px; }.service-item > svg { margin: 24px 0 16px; }.service-item p { max-width: 245px; }.service-item a { bottom: auto; margin-top: 18px; position: static; }.why-section { display: block; padding-top: 10px; }.why-image { margin-bottom: 55px; min-height: 390px; }.contact-section { align-items: start; display: block; }.contact-details { margin-top: 45px; }.site-footer { align-items: start; display: block; padding: 27px 22px; }.site-footer p, .site-footer > span { display: block; margin-top: 18px; } }
@media (max-width: 480px) { h1 { font-size: 57px; }.header-call { font-size: 11px; }.header-call svg { height: 15px; width: 15px; }.hero-actions { align-items: start; flex-direction: column; gap: 2px; }.field-grid { display: block; }.field-grid label { display: block; margin-bottom: 20px; }.route-card { left: 14%; right: auto; }.route-card .route-arrow { margin-left: 8px; } }
