:root {
  --navy-950: #171b14;
  --navy-900: #22291f;
  --navy-800: #30392b;
  --blue: #9c6644;
  --sky: #f1e9dd;
  --orange: #b86943;
  --orange-dark: #985136;
  --cream: #f5eee3;
  --paper: #fcfaf6;
  --ink: #292a23;
  --muted: #756f65;
  --line: #e5ddd1;
  --white: #fff;
  --shadow: 0 24px 70px rgba(3, 23, 39, .15);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: white; color: var(--navy-900); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.utility-bar { color: #d7e8f3; background: var(--navy-950); font-size: 12px; letter-spacing: .01em; }
.utility-inner { height: 36px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; display: flex; gap: 9px; align-items: center; }
.utility-proof { color: #99b1c1; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #5bd39d; display: inline-block; box-shadow: 0 0 0 4px rgba(91, 211, 157, .13); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(10,42,65,.08); backdrop-filter: blur(14px); }
.nav-wrap { height: 80px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 36px; height: 36px; border: 3px solid var(--orange); border-radius: 50%; display: grid; place-items: center; position: relative; }
.brand-mark:before { content: "✦"; width: auto; height: auto; color: var(--orange); background: none; font-size: 18px; line-height: 1; }
.brand-mark:after, .brand-mark span:after { display: none; }
.brand-mark.small { width: 30px; height: 30px; }
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-type strong { font-family: Manrope, sans-serif; font-size: 18px; letter-spacing: -.04em; }
.brand-type small { margin-top: 5px; color: #789; font-size: 8px; font-weight: 700; letter-spacing: .27em; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 31px; margin-left: auto; }
.nav-links a { color: #405568; font-size: 14px; font-weight: 600; }
.nav-links a:hover { color: var(--orange); }
.nav-phone { display: flex; align-items: center; gap: 10px; padding-left: 28px; border-left: 1px solid var(--line); }
.nav-phone .phone-icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: var(--orange); font-weight: 800; transform: rotate(-20deg); }
.nav-phone span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.nav-phone small { color: #71808c; font-size: 10px; }
.nav-phone strong { font-family: Manrope, sans-serif; font-size: 15px; margin-top: 3px; }
.language-toggle { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; color: var(--navy-900); background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .08em; transition: .2s ease; }
.language-toggle:hover { color: white; background: var(--orange); border-color: var(--orange); }
.menu-button { display: none; }

.hero { position: relative; min-height: 690px; color: white; background: var(--navy-900) url("assets/latable/marrakech-dinner.webp") center/cover no-repeat; overflow: hidden; }
.hero:after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(3,20,34,.92) 0%, rgba(4,24,40,.74) 39%, rgba(4,24,40,.08) 68%, rgba(4,24,40,.03)); }
.hero-shade { position: absolute; width: 700px; height: 700px; left: -340px; top: -250px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 100px rgba(255,255,255,.02), 0 0 0 200px rgba(255,255,255,.015); }
.hero-grid { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 78px; align-items: center; }
.hero-copy { max-width: 660px; padding-block: 72px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.eyebrow.light { color: #ff9a70; }
.eyebrow-line { width: 28px; height: 2px; background: currentColor; }
h1, h2, h3 { font-family: Manrope, sans-serif; margin-top: 0; line-height: 1.08; }
.hero h1 { max-width: 650px; margin: 20px 0 22px; font-size: clamp(46px, 5vw, 70px); letter-spacing: -.052em; }
.hero-sub { max-width: 580px; color: #cfdae2; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 0; border-radius: 5px; padding: 0 24px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 11px 25px rgba(242,107,58,.24); }
.button-primary:hover { background: var(--orange-dark); }
.button-dark { color: white; background: var(--navy-900); }
.button-cream { color: var(--navy-900); background: var(--cream); }
.text-link { color: #d9e4eb; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link strong { color: white; }
.hero-trust { display: flex; align-items: center; gap: 12px; margin-top: 42px; color: #bdcad3; }
.faces { display: flex; }
.faces span { width: 34px; height: 34px; margin-left: -7px; border: 2px solid var(--navy-900); border-radius: 50%; display: grid; place-items: center; color: white; background: #6e8797; font-size: 9px; font-weight: 700; }
.faces span:first-child { margin-left: 0; background: #b66850; }
.faces span:nth-child(2) { background: #4a758a; }
.stars { color: #ffb043; letter-spacing: .08em; font-size: 13px; }
.hero-trust p { margin: 0; font-size: 11px; line-height: 1.45; }
.hero-trust strong { color: white; }
.trust-rule { height: 35px; width: 1px; margin-inline: 7px; background: rgba(255,255,255,.19); }
.guarantee-mark { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }

.quote-card { color: var(--ink); background: var(--white); border-radius: 9px; box-shadow: var(--shadow); overflow: hidden; }
.quote-head { padding: 27px 30px 22px; background: #f4eee5; border-bottom: 1px solid #e5ddd1; }
.quote-kicker { margin: 0 0 8px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.quote-head h2 { margin-bottom: 8px; font-size: 25px; letter-spacing: -.035em; }
.quote-head > p:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.quote-card form { padding: 23px 30px 25px; }
.quote-card label { display: block; margin: 0 0 7px; color: #34485a; font-size: 11px; font-weight: 700; }
.quote-card input, .quote-card select { width: 100%; height: 45px; padding: 0 13px; color: var(--ink); background: white; border: 1px solid #d4dfe6; border-radius: 4px; outline: none; font-size: 13px; }
.quote-card input:focus, .quote-card select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(44,145,209,.12); }
.select-wrap { margin-bottom: 14px; }
.form-row { display: grid; grid-template-columns: 1fr .78fr; gap: 11px; margin-bottom: 14px; }
.form-submit { width: 100%; margin-top: 18px; }
.form-note { margin: 12px 0 0; color: #84929c; text-align: center; font-size: 10px; }
.form-success { gap: 12px; align-items: flex-start; padding: 15px; margin-top: 16px; color: #285d46; background: #eaf8f1; border: 1px solid #bce5cf; border-radius: 5px; }
.form-success:not([hidden]) { display: flex; }
.form-success > span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; color: white; background: #2d9d68; border-radius: 50%; }
.form-success p { margin: 3px 0 0; font-size: 11px; }

.proof-strip { background: white; border-bottom: 1px solid var(--line); }
.proof-grid { min-height: 95px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid > div { min-height: 45px; display: flex; align-items: center; gap: 14px; padding-left: 30px; border-left: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; border-left: 0; }
.proof-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--orange); background: #fff2ec; border-radius: 50%; font-family: Manrope, sans-serif; font-weight: 800; }
.proof-grid p { display: flex; flex-direction: column; margin: 0; }
.proof-grid strong { font-size: 13px; }
.proof-grid small { margin-top: 2px; color: var(--muted); font-size: 10px; }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 49px; }
.section-heading h2, .why-copy h2, .area-section h2, .faq-intro h2 { margin: 13px 0 0; font-size: clamp(36px, 4vw, 49px); letter-spacing: -.055em; }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 275px; padding: 32px; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s ease; }
.service-card:not(.call-card):hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 22px 45px rgba(10,39,61,.1); }
.service-card.featured { color: white; background: var(--navy-900); }
.service-number { position: absolute; top: 28px; right: 28px; color: #b5c2ca; font-size: 10px; letter-spacing: .12em; }
.featured .service-number { color: #7890a0; }
.service-icon { width: 47px; height: 47px; display: grid; place-items: center; color: var(--orange); background: #fff1eb; border-radius: 50%; font-size: 22px; }
.featured .service-icon { color: #ff986e; background: rgba(255,255,255,.08); }
.service-card h3 { margin: 24px 0 11px; font-size: 20px; letter-spacing: -.035em; }
.menu-price { display: block; max-width: calc(100% - 42px); color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.featured .menu-price { color: #e5a37f; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }
.featured p { color: #b8c8d2; }
.card-link { display: inline-block; margin-top: 24px; color: var(--orange); font-size: 11px; font-weight: 700; }
.call-card { display: flex; flex-direction: column; justify-content: center; color: white; background: var(--orange); }
.call-card > p { color: #ffe0d4; }
.call-card h3 { margin: 8px 0 26px; font-size: 25px; }
.call-card a { display: flex; gap: 11px; align-items: center; }
.call-card .phone-icon { width: 35px; height: 35px; display: grid; place-items: center; color: var(--orange); background: white; border-radius: 50%; }
.call-card a strong { font-family: Manrope, sans-serif; font-size: 17px; }

.flavour-gallery { background: #f1e9dd; }
.gallery-heading { align-items: end; }
.flavour-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 235px; gap: 12px; }
.flavour-card { position: relative; margin: 0; min-width: 0; overflow: hidden; background: var(--navy-900); }
.flavour-card.flavour-wide { grid-column: span 2; }
.flavour-card.flavour-tall { grid-row: span 2; }
.flavour-card img, .evening-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .65s ease; }
.flavour-card:after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(16,18,14,.82)); pointer-events: none; }
.flavour-card:hover img, .evening-photo:hover img { transform: scale(1.035); }
.flavour-card figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 19px; display: flex; flex-direction: column; color: white; }
.flavour-card figcaption small { margin-bottom: 4px; color: #e5b898; font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.flavour-card figcaption strong { font-family: Manrope, sans-serif; font-size: 17px; }
.carousel { position: relative; }
.carousel-controls { display: flex; justify-content: flex-end; gap: 9px; margin: -34px 0 16px; }
.carousel-controls button { width: 46px; height: 46px; display: grid; place-items: center; color: var(--navy-900); background: rgba(255,255,255,.72); border: 1px solid rgba(34,41,31,.16); border-radius: 50%; cursor: pointer; font-size: 18px; transition: .2s ease; }
.carousel-controls button:hover { color: white; background: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
.carousel-track { display: flex; grid-template-columns: none; grid-auto-rows: auto; gap: 12px; overflow-x: auto; overflow-y: hidden; padding: 2px 2px 18px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--orange) transparent; overscroll-behavior-inline: contain; }
.carousel-track::-webkit-scrollbar { height: 5px; }
.carousel-track::-webkit-scrollbar-thumb { background: var(--orange); border-radius: 5px; }
.carousel-track .flavour-card { flex: 0 0 340px; height: 430px; grid-column: auto; grid-row: auto; scroll-snap-align: start; }

.why-us { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 95px; align-items: center; }
.experience-card { position: relative; min-height: 560px; }
.experience-photo { position: absolute; inset: 0 46px 60px 0; background: url("assets/latable/guests-celebrating.webp") center/cover no-repeat; border-radius: 5px; }
.experience-stat { position: absolute; right: 0; bottom: 0; width: 230px; height: 170px; display: flex; align-items: center; justify-content: center; gap: 16px; color: white; background: var(--navy-900); border: 8px solid var(--cream); }
.experience-stat strong { font-family: Manrope, sans-serif; font-size: 66px; line-height: 1; letter-spacing: -.08em; }
.experience-stat span { color: #b7c8d3; font-size: 10px; font-weight: 700; letter-spacing: .09em; line-height: 1.6; }
.availability-pill { position: absolute; top: 25px; left: -18px; display: flex; align-items: center; gap: 9px; padding: 11px 15px; color: #314455; background: white; border-radius: 4px; box-shadow: 0 9px 30px rgba(6,26,44,.12); font-size: 11px; font-weight: 700; }
.why-lead { max-width: 520px; margin: 25px 0 32px; color: var(--muted); font-size: 16px; }
.check-list { list-style: none; padding: 0; margin: 0 0 34px; }
.check-list li { display: flex; gap: 15px; padding: 17px 0; border-top: 1px solid #dedbd4; }
.check-list li:last-child { border-bottom: 1px solid #dedbd4; }
.check-list li > span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50%; font-size: 12px; }
.check-list strong { font-family: Manrope, sans-serif; font-size: 14px; }
.check-list p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }

.evening-gallery { color: white; background: var(--navy-950); }
.evening-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; margin-bottom: 48px; }
.evening-intro h2 { margin: 13px 0 0; color: white; font-size: clamp(36px, 4vw, 49px); letter-spacing: -.055em; }
.evening-intro > p { margin: 0 0 4px; color: #a9b1a4; font-size: 15px; }
.evening-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 10px; }
.evening-photo { margin: 0; min-width: 0; overflow: hidden; background: var(--navy-800); }
.evening-photo.e-main { grid-column: span 2; grid-row: span 2; }
.evening-photo.e-wide { grid-column: span 2; }
.evening-photo.e-tall { grid-row: span 2; }
.evening-gallery .carousel-controls { margin-top: -26px; }
.dark-carousel .carousel-controls button { color: white; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.22); }
.dark-carousel .carousel-controls button:hover { background: var(--orange); border-color: var(--orange); }
.carousel-track.evening-grid { display: flex; grid-template-columns: none; grid-auto-rows: auto; gap: 10px; }
.carousel-track .evening-photo { flex: 0 0 390px; height: 490px; grid-column: auto; grid-row: auto; scroll-snap-align: start; }
.gallery-cta { min-height: 125px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.1); }
.gallery-cta p { display: flex; flex-direction: column; margin: 0; }
.gallery-cta strong { color: white; font-family: Manrope, sans-serif; font-size: 18px; }
.gallery-cta span { margin-top: 4px; color: #909b8d; font-size: 12px; }

.emergency-banner { color: white; background: var(--orange); }
.emergency-inner { min-height: 180px; display: flex; align-items: center; gap: 28px; }
.emergency-icon { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: Manrope, sans-serif; font-size: 28px; font-weight: 800; }
.emergency-inner p { margin: 0 0 7px; color: #ffe2d7; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.emergency-inner h2 { margin: 0; font-size: 33px; letter-spacing: -.04em; }
.emergency-inner .button { margin-left: auto; min-width: 250px; }

.process { background: white; }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered h2 { max-width: 650px; margin-inline: auto; }
.process-grid { display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr; align-items: center; }
.process-step { min-height: 260px; padding: 35px 20px; text-align: center; position: relative; }
.step-num { position: absolute; top: 0; right: 25px; color: #b8c3ca; font-size: 10px; letter-spacing: .12em; }
.step-icon { width: 65px; height: 65px; margin: 0 auto 22px; display: grid; place-items: center; color: var(--orange); background: #fff1eb; border-radius: 50%; font-size: 25px; }
.process-step h3 { margin-bottom: 11px; font-size: 19px; }
.process-step p { margin: 0 auto; max-width: 260px; color: var(--muted); font-size: 13px; }
.process-line { height: 1px; border-top: 1px dashed #b7c5ce; }

.reviews { color: white; background: var(--navy-900); }
.review-head h2 { color: white; }
.rating-summary { display: flex; gap: 14px; align-items: center; justify-content: flex-end; }
.rating-summary > strong { font-family: Manrope, sans-serif; font-size: 43px; letter-spacing: -.07em; }
.rating-summary > span { display: flex; flex-direction: column; }
.rating-summary small { margin-top: 3px; color: #9fb1bd; font-size: 9px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { padding: 30px; color: var(--ink); background: white; border-radius: 4px; }
.review-card blockquote { min-height: 116px; margin: 17px 0 25px; color: #405365; font-family: Manrope, sans-serif; font-size: 14px; line-height: 1.7; }
.review-person { display: flex; align-items: center; gap: 11px; padding-top: 19px; border-top: 1px solid var(--line); }
.review-person > span { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: #7890a0; border-radius: 50%; font-size: 10px; font-weight: 700; }
.review-person p { display: flex; flex-direction: column; margin: 0; }
.review-person strong { font-size: 11px; }
.review-person small { color: #8996a0; font-size: 9px; }
.review-person b { margin-left: auto; color: #4285f4; font-size: 17px; }
.demo-disclaimer { margin: 22px 0 0; color: #7f98a9; text-align: center; font-size: 10px; }
.included-mark { justify-self: end; color: #97aa9a; font-size: 10px; font-weight: 800; line-height: 1.7; letter-spacing: .16em; text-align: right; }
.inclusion-card { min-height: 225px; }
.inclusion-card > span { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.inclusion-card h3 { margin: 36px 0 12px; font-size: 21px; }
.inclusion-card p { margin: 0; color: #647064; font-size: 13px; line-height: 1.7; }
.story-quote { max-width: 840px; margin: 52px auto 0; color: #d8dfd5; text-align: center; font-family: Manrope, sans-serif; font-size: clamp(20px, 2.6vw, 30px); font-weight: 700; line-height: 1.45; }

.area-section { background: var(--cream); }
.area-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.area-section h2 { margin-bottom: 22px; }
.area-section p { color: var(--muted); }
.area-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; margin: 28px 0; }
.area-list span { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; }
.area-list span:before { content: "✓"; color: var(--orange); font-weight: 800; }
.text-button { color: var(--orange); font-size: 13px; font-weight: 700; border-bottom: 1px solid #f4b69f; }
.map-card { position: relative; min-height: 450px; overflow: hidden; background: #dce7e8; border: 10px solid white; box-shadow: 0 20px 55px rgba(6,26,44,.1); }
.area-visual { margin: 0; background: var(--navy-900); }
.area-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.map-roads { position: absolute; inset: -25%; opacity: .72; transform: rotate(-12deg); background: repeating-linear-gradient(0deg, transparent 0 52px, rgba(255,255,255,.9) 54px 58px), repeating-linear-gradient(90deg, transparent 0 73px, rgba(255,255,255,.85) 75px 80px); }
.map-water { position: absolute; width: 180px; height: 600px; right: 40px; top: -60px; background: #b7dbe4; transform: rotate(18deg); border-radius: 45%; }
.map-center { position: absolute; left: 44%; top: 43%; transform: translate(-50%,-50%); display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: white; border-radius: 5px; box-shadow: 0 9px 30px rgba(6,26,44,.18); }
.map-center strong { font-family: Manrope, sans-serif; font-size: 9px; line-height: 1.35; }
.map-pin { position: absolute; width: 20px; height: 20px; display: grid; place-items: center; color: white; background: var(--orange); border: 4px solid white; border-radius: 50%; box-shadow: 0 4px 15px rgba(6,26,44,.2); font-size: 0; }
.p1 { left: 18%; top: 25%; }.p2 { left: 72%; top: 20%; }.p3 { left: 66%; top: 72%; }.p4 { left: 28%; top: 76%; }.p5 { left: 83%; top: 49%; }
.map-key { position: absolute; right: 17px; bottom: 15px; display: flex; align-items: center; gap: 8px; padding: 8px 11px; color: #586b78; background: rgba(255,255,255,.92); border-radius: 3px; font-size: 9px; }
.map-key span { width: 9px; height: 9px; background: var(--orange); border-radius: 50%; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-intro p { color: var(--muted); font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; min-height: 75px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-family: Manrope, sans-serif; font-size: 15px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--orange); background: #fff1eb; border-radius: 50%; font-family: DM Sans, sans-serif; font-size: 18px; transition: .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -7px 45px 24px 0; color: var(--muted); font-size: 13px; }

.final-cta { color: white; background: var(--navy-950); }
.final-inner { min-height: 230px; display: flex; align-items: center; justify-content: space-between; }
.final-inner p { margin: 0 0 10px; color: #7894a7; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.final-inner h2 { margin: 0; font-size: 39px; letter-spacing: -.05em; }
.final-inner > div:last-child { display: flex; align-items: center; gap: 30px; }
.final-phone { display: flex; flex-direction: column; }
.final-phone small { color: #8da3b1; font-size: 10px; }
.final-phone strong { font-family: Manrope, sans-serif; font-size: 16px; }

footer { color: #8fa3b1; background: #041522; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 55px; padding: 75px 0 55px; }
.footer-brand { color: white; }
.footer-grid > div:first-child > p { margin-top: 23px; font-size: 12px; line-height: 1.7; }
.footer-grid h3 { margin: 0 0 17px; color: white; font-size: 12px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) > a { margin-bottom: 10px; font-size: 11px; }
.footer-grid a:hover { color: white; }
.footer-contact > a { display: flex; flex-direction: column; }
.footer-contact > a small { font-size: 9px; }
.footer-contact > a strong { color: white; font-family: Manrope, sans-serif; font-size: 17px; }
.footer-contact p { font-size: 10px; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }
.footer-bottom p { display: flex; gap: 18px; }
.mobile-call-bar { display: none; }

@media (max-width: 1040px) {
  .nav-links { gap: 18px; }
  .nav-phone { padding-left: 18px; }
  .nav-wrap { gap: 22px; }
  .hero-grid { grid-template-columns: 1fr 360px; gap: 40px; }
  .hero h1 { font-size: 54px; }
  .why-grid, .area-grid { gap: 55px; }
}

@media (max-width: 860px) {
  .utility-inner .utility-proof, .nav-phone { display: none; }
  .nav-wrap { height: 70px; }
  .menu-button { margin-left: auto; width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; padding: 0; border: 0; background: transparent; }
  .language-toggle { order: 2; margin-left: auto; }
  .menu-button { order: 3; margin-left: 0; }
  .menu-button > span:not(.sr-only) { width: 24px; height: 2px; background: var(--navy-900); transition: .2s; }
  .nav-links { position: absolute; left: 0; right: 0; top: 70px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 15px 30px rgba(6,26,44,.1); }
  .nav-links.open { display: flex; }
  .nav-links a { min-height: 47px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 60px; }
  .hero-copy { padding: 80px 0 15px; }
  .hero:after { background: linear-gradient(90deg, rgba(3,20,34,.93), rgba(4,24,40,.62)); }
  .quote-card { max-width: 620px; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding: 18px 0; gap: 15px; }
  .proof-grid > div, .proof-grid > div:first-child { min-height: 55px; padding-left: 20px; border-left: 1px solid var(--line); }
  .split-heading, .why-grid, .area-grid, .faq-grid { grid-template-columns: 1fr; }
  .split-heading, .why-grid, .area-grid, .faq-grid { gap: 40px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .flavour-grid, .evening-grid { grid-template-columns: repeat(2, 1fr); }
  .carousel-track { display: flex; }
  .carousel-track .flavour-card { flex-basis: 315px; height: 400px; }
  .carousel-track .evening-photo { flex-basis: 350px; height: 450px; }
  .evening-intro { grid-template-columns: 1fr; gap: 25px; }
  .why-copy { max-width: 650px; }
  .experience-card { min-height: 480px; }
  .emergency-inner { padding-block: 35px; flex-wrap: wrap; }
  .emergency-inner .button { margin-left: 86px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-line { width: 1px; height: 35px; margin: 0 auto; border-left: 1px dashed #b7c5ce; border-top: 0; }
  .process-step { min-height: auto; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card blockquote { min-height: auto; }
  .rating-summary { justify-content: flex-start; }
  .map-card { min-height: 400px; }
  .final-inner { padding-block: 50px; gap: 30px; flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 580px) {
  body { padding-bottom: 62px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .utility-inner { justify-content: center; }
  .brand-type strong { font-size: 16px; }
  .hero-copy { padding-top: 66px; }
  .hero h1 { font-size: 43px; }
  .hero-sub { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-trust { flex-wrap: wrap; }
  .trust-rule, .guarantee-mark, .hero-trust > p:last-child { display: none; }
  .quote-head, .quote-card form { padding-left: 22px; padding-right: 22px; }
  .form-row { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div, .proof-grid > div:first-child { padding-left: 5px; border-left: 0; }
  .section { padding: 78px 0; }
  .section-heading h2, .why-copy h2, .area-section h2, .faq-intro h2 { font-size: 37px; }
  .section-heading { margin-bottom: 35px; }
  .service-grid { grid-template-columns: 1fr; }
  .flavour-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; gap: 7px; }
  .carousel-controls { margin-top: -22px; }
  .carousel-controls button { width: 44px; height: 44px; }
  .carousel-track { display: flex; margin-right: -14px; padding-right: 14px; }
  .carousel-track .flavour-card { flex: 0 0 82vw; height: 420px; }
  .flavour-card.flavour-wide { grid-column: span 2; }
  .flavour-card.flavour-tall { grid-row: span 1; }
  .flavour-card figcaption { left: 14px; right: 14px; bottom: 13px; }
  .flavour-card figcaption strong { font-size: 14px; }
  .evening-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 7px; }
  .carousel-track.evening-grid { display: flex; }
  .carousel-track .evening-photo { flex: 0 0 82vw; height: 430px; }
  .evening-photo.e-main, .evening-photo.e-wide { grid-column: span 2; }
  .evening-photo.e-tall { grid-row: span 1; }
  .gallery-cta { padding-block: 30px; align-items: flex-start; flex-direction: column; }
  .service-card { min-height: 245px; }
  .experience-card { min-height: 410px; }
  .experience-photo { inset: 0 20px 54px 0; }
  .experience-stat { width: 190px; height: 135px; }
  .experience-stat strong { font-size: 52px; }
  .availability-pill { left: -4px; }
  .emergency-inner { gap: 18px; }
  .emergency-inner h2 { font-size: 27px; }
  .emergency-icon { width: 50px; height: 50px; }
  .emergency-inner .button { width: 100%; margin-left: 0; }
  .process-step { padding-inline: 5px; }
  .area-list { grid-template-columns: 1fr; }
  .map-card { min-height: 330px; }
  .final-inner h2 { font-size: 33px; }
  .final-inner > div:last-child { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / 3; }
  .footer-contact { grid-column: 1 / 3; }
  .footer-bottom { padding: 20px 0; flex-direction: column; align-items: flex-start; }
  .footer-bottom p { flex-wrap: wrap; }
  .mobile-call-bar { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: .8fr 1.2fr; padding: 8px; gap: 8px; background: white; border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(6,26,44,.12); }
  .mobile-call-bar a { display: grid; place-items: center; border: 1px solid var(--navy-900); border-radius: 4px; color: var(--navy-900); font-weight: 700; }
  .mobile-call-bar .signup-cta { color: white; background: var(--orange); border-color: var(--orange); }
}

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