:root {
  --ink: #0b0d10;
  --ink-2: #111419;
  --graphite: #1b1f26;
  --graphite-2: #272c34;
  --paper: #f4f1ea;
  --muted: #aaaeb6;
  --red: #e31b23;
  --red-dark: #a60d13;
  --blue: #23a8ff;
  --line: rgba(255, 255, 255, 0.13);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --max: 1240px;
  --header: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); padding: 10px 16px; background: white; color: black; border-radius: 3px; }
.skip-link:focus { transform: none; }

.site-header { height: var(--header); position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid rgba(255,255,255,.09); color: white; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(11,13,16,.96); box-shadow: 0 16px 40px rgba(0,0,0,.25); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-transform: uppercase; }
.brand-mark { width: 58px; height: 58px; display: grid; place-items: center; overflow: hidden; background: white; border-radius: 2px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-type { display: grid; line-height: 1; }
.brand-type strong { font: 800 24px/1 var(--display); letter-spacing: .08em; }
.brand-type small { color: var(--red); font: 700 11px/1.5 var(--body); letter-spacing: .28em; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.primary-nav > a:not(.button) { position: relative; padding: 8px 0; color: #d9dbe0; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--red); transition: right .2s; }
.primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 9px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--red); background: var(--red); color: white; font: 800 15px/1 var(--body); letter-spacing: .02em; text-transform: uppercase; border-radius: 2px; box-shadow: inset 0 0 0 0 var(--red-dark); transition: transform .2s, box-shadow .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); box-shadow: inset 0 -54px 0 var(--red-dark), 0 12px 28px rgba(227,27,35,.25); }
.button-sm { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-outline { background: transparent; border-color: rgba(255,255,255,.35); box-shadow: none; }
.button-outline:hover { border-color: var(--red); box-shadow: inset 0 -54px 0 var(--red); }
.button-ghost { background: rgba(11,13,16,.32); border-color: rgba(255,255,255,.55); box-shadow: none; backdrop-filter: blur(6px); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--red); font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.text-link svg, .experience-card svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .2s; }
.text-link:hover svg, .experience-card:hover svg { transform: translateX(5px); }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; line-height: .92; letter-spacing: -.02em; }
h1 { font-size: clamp(56px, 7.5vw, 112px); }
h2 { font-size: clamp(44px, 5.4vw, 76px); }
h3 { font-size: 30px; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.lede { font-size: clamp(18px, 2vw, 24px); max-width: 760px; color: #d7d9de; }
.section { padding: clamp(80px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); }
.section-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(45px, 7vw, 110px); align-items: center; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); }
.section-dark { background: var(--ink); color: white; }
.section-heading { max-width: 820px; margin-bottom: 54px; }
.section-heading.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { color: #666b74; font-size: 18px; }
.section-dark .section-heading > p:last-child { color: var(--muted); }
.section-copy > p:not(.eyebrow) { max-width: 620px; font-size: 18px; color: #555b64; }
.center-action { text-align: center; margin-top: 45px; }

.home-hero { position: relative; min-height: min(900px, 100vh); display: grid; align-items: center; padding: calc(var(--header) + 70px) max(24px, calc((100vw - var(--max)) / 2)) 100px; color: white; isolation: isolate; background: var(--ink); }
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background-image: var(--hero-image); background-size: cover; background-position: center 45%; filter: saturate(.8) contrast(1.08); }
.home-hero::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8,10,13,.98) 0%, rgba(8,10,13,.82) 43%, rgba(8,10,13,.25) 75%, rgba(8,10,13,.48) 100%), linear-gradient(0deg, rgba(8,10,13,.82) 0%, transparent 40%); }
.home-hero .hero-content { max-width: 800px; }
.home-hero h1 { max-width: 800px; margin-bottom: 22px; text-shadow: 0 3px 24px rgba(0,0,0,.7); }
.home-hero .hero-content > p:not(.eyebrow) { max-width: 660px; font-size: clamp(18px, 2vw, 22px); color: #e1e2e4; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; color: #c6c9cf; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.hero-proof span::before { content: "+"; color: var(--red); margin-right: 7px; }
.hero-score { position: absolute; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 88px; display: grid; gap: 3px; padding: 22px 26px; min-width: 205px; border: 1px solid var(--line); background: rgba(11,13,16,.72); backdrop-filter: blur(12px); }
.hero-score small, .hero-score span { color: #bfc2c8; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hero-score strong { font: 800 48px/1 var(--display); }
.hero-score i { color: var(--red); font-size: 20px; font-style: normal; padding: 0 8px; }
.scroll-cue { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: #c5c7cb; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue span { width: 1px; height: 28px; background: var(--red); }

.trust-strip { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--ink-2); color: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px max(24px, calc((100vw - var(--max)) / 2)); }
.trust-strip div { display: grid; gap: 2px; padding: 2px 24px; border-right: 1px solid var(--line); text-align: center; }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border-right: 0; padding-right: 0; }
.trust-strip strong { font: 800 28px/1 var(--display); color: var(--red); text-transform: uppercase; }
.trust-strip span { color: #c6c9cf; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.mission-section { padding-top: clamp(95px, 11vw, 165px); padding-bottom: clamp(95px, 11vw, 165px); }
.steps { list-style: none; padding: 0; margin: 42px 0 0; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid rgba(11,13,16,.15); }
.steps li:last-child { border-bottom: 1px solid rgba(11,13,16,.15); }
.steps li > span { font: 800 28px/1 var(--display); color: var(--red); }
.steps strong { display: block; font: 800 22px/1 var(--display); text-transform: uppercase; }
.steps p { margin: 5px 0 0; color: #686e77; }
.feature-figure { position: relative; margin: 0; min-height: 650px; }
.feature-figure::before { content: ""; position: absolute; z-index: -1; width: 70%; height: 88%; right: -6%; top: -8%; background: repeating-linear-gradient(135deg, transparent 0 9px, rgba(227,27,35,.12) 9px 10px); }
.feature-figure img { width: 100%; height: 650px; object-fit: cover; }
.feature-figure figcaption { position: absolute; left: -28px; bottom: 32px; display: grid; padding: 18px 22px; background: var(--ink); color: white; border-left: 4px solid var(--red); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.feature-figure figcaption strong { font-family: var(--display); font-size: 25px; text-transform: uppercase; }
.feature-figure figcaption span { color: var(--muted); font-size: 12px; }

.experiences-preview { position: relative; overflow: hidden; }
.experiences-preview::before, .page-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.experience-grid { position: relative; z-index: 1; max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.experience-card { position: relative; min-height: 470px; overflow: hidden; border: 1px solid var(--line); }
.experience-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .6s, filter .3s; }
.experience-card .card-scrim { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,13,.96) 0%, rgba(8,10,13,.12) 70%); }
.experience-card:hover img { transform: scale(1.05); filter: saturate(1); }
.experience-card-content { position: absolute; inset: auto 22px 24px; }
.experience-card-content p { color: #b7bbc2; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.experience-card-content h3 { margin-bottom: 19px; font-size: 38px; }
.experience-card-content > span { display: flex; align-items: center; gap: 8px; color: var(--red); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.experience-card > a { position: absolute; inset: 0; }
.experience-card.featured { border-color: rgba(227,27,35,.65); }

.technology-section { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(55px, 8vw, 120px); align-items: center; background: white; }
.tech-media { position: relative; min-height: 690px; margin-left: calc(max(24px, (100vw - var(--max)) / 2) * -1); }
.tech-media img { width: 100%; height: 690px; object-fit: cover; object-position: center; }
.tech-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, white 100%); pointer-events: none; }
.tech-badge { position: absolute; right: -18px; bottom: 45px; z-index: 2; display: grid; width: 210px; padding: 22px; background: var(--ink); color: white; border-top: 3px solid var(--blue); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.tech-badge small, .tech-badge span { color: #aeb2ba; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.tech-badge strong { color: var(--blue); font: 900 52px/1 var(--display); }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin: 36px 0; border-top: 1px solid #dfe0e2; border-left: 1px solid #dfe0e2; }
.feature-list div { display: grid; gap: 8px; padding: 20px; border-right: 1px solid #dfe0e2; border-bottom: 1px solid #dfe0e2; }
.feature-list span { color: var(--blue); font: 800 18px/1 var(--display); }
.feature-list strong { font: 800 19px/1.1 var(--display); text-transform: uppercase; }

.pricing-preview { background: #eae7e0; }
.pricing-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 38px 32px 32px; min-height: 540px; background: var(--graphite); color: white; border-top: 4px solid #3a3f47; }
.price-card.featured { background: var(--ink); border-color: var(--red); transform: translateY(-12px); box-shadow: 0 22px 50px rgba(0,0,0,.18); }
.popular { position: absolute; top: -29px; right: 12px; padding: 7px 12px; background: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-kicker { color: #c5c8ce; font: 800 23px/1 var(--display); text-transform: uppercase; }
.price { display: flex; align-items: end; gap: 10px; padding: 24px 0 10px; border-top: 1px solid var(--line); }
.price strong { font: 900 60px/.85 var(--display); }
.price span { color: #afb3ba; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.price-minimum { color: #afb3ba; min-height: 28px; font-size: 13px; }
.price-card ul { flex: 1; list-style: none; padding: 18px 0 25px; margin: 0; border-top: 1px solid var(--line); }
.price-card li { display: flex; gap: 10px; margin: 12px 0; color: #d8dae0; font-size: 14px; }
.price-card li svg, .safety-card li svg { width: 17px; min-width: 17px; fill: none; stroke: var(--red); stroke-width: 2; }
.price-card .button { width: 100%; }

.service-section { position: relative; padding-top: 105px; padding-bottom: 105px; background: var(--graphite); color: white; overflow: hidden; }
.service-section h2 { font-size: clamp(42px, 4vw, 60px); }
.service-section p:not(.eyebrow) { color: #c0c3c9; max-width: 670px; }
.city-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.city-list span { padding: 8px 13px; border: 1px solid var(--line); color: #cdd0d5; font-size: 11px; text-transform: uppercase; }
.service-radar { position: relative; justify-self: end; width: min(38vw, 400px); aspect-ratio: 1; border: 1px solid rgba(35,168,255,.25); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 19%, rgba(35,168,255,.18) 19.4% 19.8%, transparent 20.2%); }
.service-radar::before, .service-radar::after { content: ""; position: absolute; background: rgba(35,168,255,.25); }
.service-radar::before { top: 50%; left: 0; width: 100%; height: 1px; }
.service-radar::after { left: 50%; top: 0; height: 100%; width: 1px; }
.service-radar strong { position: absolute; inset: 0; display: grid; place-items: center; font: 900 56px/1 var(--display); color: var(--blue); }
.radar-dot { position: absolute; width: 10px; height: 10px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 7px rgba(227,27,35,.15); }
.radar-dot.one { left: 22%; top: 34%; }
.radar-dot.two { right: 19%; bottom: 28%; }

.final-cta { position: relative; isolation: isolate; min-height: 550px; display: grid; place-items: center; padding: 90px 24px; text-align: center; color: white; background: var(--ink); }
.final-cta::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--cta-image); background-size: cover; background-position: center; }
.final-cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(5,7,9,.76); }
.final-cta > div { max-width: 900px; }
.final-cta h2 { text-shadow: 0 4px 25px rgba(0,0,0,.5); }

.page-hero { position: relative; min-height: 590px; padding-top: calc(var(--header) + 100px); padding-bottom: 100px; background: var(--ink); color: white; overflow: hidden; }
.page-hero > div:first-child { position: relative; z-index: 1; max-width: 820px; }
.page-hero h1 { max-width: 900px; margin-bottom: 25px; font-size: clamp(58px, 7vw, 100px); }
.page-hero-art { position: relative; z-index: 1; justify-self: end; width: min(42vw, 440px); aspect-ratio: 1; display: grid; grid-template-columns: 1fr auto 1fr; place-items: center; border-radius: 50%; border: 1px solid rgba(227,27,35,.28); background: repeating-radial-gradient(circle, transparent 0 18%, rgba(227,27,35,.14) 18.5% 18.9%, transparent 19.3%); }
.page-hero-art span { font: 900 58px/1 var(--display); color: #fff; }
.page-hero-art span:nth-child(2) { color: var(--red); font-size: 22px; }

.experience-details { display: grid; gap: 110px; }
.experience-detail { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 7vw, 100px); align-items: center; scroll-margin-top: 110px; }
.experience-detail.reverse { grid-template-columns: .95fr 1.05fr; }
.experience-detail.reverse .detail-image { order: 2; }
.detail-image { position: relative; min-height: 520px; overflow: hidden; background: var(--graphite); }
.detail-image img { width: 100%; height: 520px; object-fit: cover; }
.detail-image > span { position: absolute; left: 18px; bottom: -18px; color: rgba(255,255,255,.9); text-shadow: 0 2px 20px rgba(0,0,0,.7); font: 900 100px/1 var(--display); }
.detail-copy > p:not(.eyebrow) { color: #5a6068; font-size: 18px; }
.detail-copy ul { list-style: none; padding: 20px 0 28px; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; border-top: 1px solid #d4d5d7; }
.detail-copy li { display: flex; gap: 9px; font-weight: 700; }
.detail-copy li svg { width: 17px; fill: none; stroke: var(--red); stroke-width: 2; }
.detail-copy .button-outline { color: var(--ink); border-color: #747981; }

.compact-cta { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.45fr) auto; gap: 40px; align-items: center; padding: 70px max(24px, calc((100vw - var(--max)) / 2)); background: var(--red); color: white; }
.compact-cta h2 { margin: 0; font-size: clamp(38px, 4vw, 54px); }
.compact-cta p { margin: 0; color: #ffe1e2; }
.compact-cta .button { border-color: white; background: white; color: var(--red); }
.compact-cta .button:hover { color: white; }

.pricing-page { padding-top: 12px; }
.booking-note { max-width: 880px; margin: 60px auto 0; padding: 22px 26px; background: #fff7dc; border-left: 4px solid #e3a91b; color: #514519; }
.booking-note strong { display: block; text-transform: uppercase; font-size: 12px; letter-spacing: .1em; }
.booking-note p { margin-bottom: 0; }
.add-ons { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.addon-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.addon-grid div { display: grid; gap: 8px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.addon-grid span { color: #c4c7cd; }
.addon-grid strong { color: var(--red); font: 800 25px/1 var(--display); }

.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-auto-rows: 390px; gap: 14px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: var(--graphite); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item figcaption { position: absolute; left: 18px; bottom: 18px; padding: 10px 14px; background: rgba(11,13,16,.85); color: white; border-left: 3px solid var(--red); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.gallery-item.item-1 { grid-row: span 2; }
.gallery-item.item-3 { grid-column: 2; }
.gallery-item.item-4 { grid-column: 1 / -1; }
.photo-notice { margin: 0 max(24px, calc((100vw - var(--max)) / 2)) 100px; padding: 24px 28px; background: #e8e4dc; border-left: 4px solid var(--blue); }
.photo-notice strong { text-transform: uppercase; }
.photo-notice p { margin: 4px 0 0; color: #5d626b; }

.faq-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: start; gap: clamp(55px, 8vw, 110px); }
.faq-list details { border-top: 1px solid #cfd1d4; }
.faq-list details:last-child { border-bottom: 1px solid #cfd1d4; }
.faq-list summary { position: relative; list-style: none; cursor: pointer; padding: 25px 50px 25px 0; font: 800 25px/1.1 var(--display); text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 12px; top: 50%; width: 20px; height: 2px; background: var(--red); transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: 0; padding: 0 50px 25px 0; color: #5f656d; }
.safety-card { position: sticky; top: 110px; padding: 42px; background: var(--ink); color: white; border-top: 4px solid var(--red); }
.safety-card h2 { font-size: 44px; }
.safety-card > p:not(.eyebrow) { color: #b8bbc2; }
.safety-card ul { list-style: none; padding: 16px 0 28px; }
.safety-card li { display: flex; gap: 10px; margin: 10px 0; }
.equipment-band { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--graphite); color: white; padding: 42px max(24px, calc((100vw - var(--max)) / 2)); }
.equipment-band div { display: grid; gap: 8px; padding: 0 25px; border-right: 1px solid var(--line); }
.equipment-band div:first-child { padding-left: 0; }
.equipment-band div:last-child { border-right: 0; }
.equipment-band small { color: #aeb2ba; text-transform: uppercase; letter-spacing: .1em; }
.equipment-band strong { font: 800 26px/1.05 var(--display); text-transform: uppercase; }

.booking-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(45px, 7vw, 90px); align-items: start; }
.booking-copy h2 { font-size: 52px; }
.booking-copy ol { list-style: none; padding: 0; margin: 35px 0; }
.booking-copy li { display: grid; grid-template-columns: 45px 1fr; gap: 13px; padding: 16px 0; border-top: 1px solid #d2d4d7; }
.booking-copy li > span { color: var(--red); font: 800 23px/1 var(--display); }
.booking-copy li p { margin: 0; color: #656a72; }
.contact-card { display: grid; gap: 8px; padding: 25px; background: var(--graphite); color: white; border-top: 3px solid var(--blue); }
.contact-card strong { font-family: var(--display); font-size: 22px; text-transform: uppercase; }
.contact-card a { color: var(--blue); font-weight: 700; overflow-wrap: anywhere; }
.contact-card small { color: #aeb2ba; }
.booking-frame { overflow: hidden; background: #eef0f5; border: 1px solid #d2d5da; border-radius: 10px; box-shadow: 0 22px 65px rgba(27,31,38,.16); }
.frame-heading { display: flex; align-items: center; gap: 10px; padding: 16px 20px; background: var(--ink); color: white; }
.frame-heading strong { text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.frame-heading small { margin-left: auto; color: #aeb2ba; }
.live-dot { width: 8px; height: 8px; background: #24d17e; border-radius: 50%; box-shadow: 0 0 0 5px rgba(36,209,126,.12); }
.booking-frame iframe { display: block; width: 100%; min-height: 1180px; border: 0; background: #eef0f5; }
.booking-frame > p { margin: 0; padding: 14px 20px; text-align: center; color: #555b64; font-size: 12px; }
.booking-frame > p a { color: var(--red); font-weight: 700; }
.after-booking { padding: 100px max(24px, calc((100vw - var(--max)) / 2)); }
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.three-up > div { padding: 32px; background: var(--ink); }
.three-up span { color: var(--red); font: 900 28px/1 var(--display); }
.three-up h3 { margin: 22px 0 10px; }
.three-up p { color: #aeb2ba; }

.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #cfd1d4; }
.policy-grid article { position: relative; min-height: 290px; padding: 36px; background: var(--paper); }
.policy-grid article > span { color: var(--red); font: 800 18px/1 var(--display); }
.policy-grid h2 { margin: 35px 0 16px; font-size: 38px; }
.policy-grid p { color: #626871; }
.legal-note { margin: 0 max(24px, calc((100vw - var(--max)) / 2)) 100px; padding: 24px 28px; background: #fff7dc; border-left: 4px solid #e3a91b; }
.legal-note strong { text-transform: uppercase; }
.legal-note p { margin: 4px 0 0; color: #5f5428; }

.site-footer { padding: 74px max(24px, calc((100vw - var(--max)) / 2)) 28px; background: var(--ink); color: white; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 60px; }
.footer-logo { width: 132px; height: 132px; background: white; }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
.footer-brand p { margin-top: 16px; color: #b9bdc4; font: 700 24px/1.1 var(--display); text-transform: uppercase; }
.footer-grid h2 { font: 800 16px/1 var(--display); letter-spacing: .08em; color: var(--red); }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: start; gap: 9px; }
.footer-grid a { color: #c7cad0; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-grid p { color: #9ca1aa; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--line); color: #888e98; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  :root { --header: 74px; }
  .site-header { padding-inline: 20px; }
  .nav-toggle { display: block; z-index: 2; }
  .primary-nav { position: fixed; inset: 0; display: none; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 100px 28px 35px; background: rgba(11,13,16,.99); }
  .primary-nav.open { display: flex; }
  .primary-nav > a:not(.button) { padding: 13px 0; font: 800 36px/1 var(--display); text-transform: uppercase; border-bottom: 1px solid var(--line); }
  .primary-nav .button { margin-top: 28px; }
  .section-grid, .technology-section, .faq-layout, .booking-layout, .add-ons { grid-template-columns: 1fr; }
  .home-hero { min-height: 840px; }
  .hero-score { display: none; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-card { min-height: 410px; }
  .feature-figure { margin-top: 40px; }
  .tech-media { min-height: 570px; margin: 0; }
  .tech-media img { height: 570px; }
  .tech-media::after { display: none; }
  .technology-section .section-copy { padding: 0 max(24px, calc((100vw - var(--max)) / 2)) 100px; }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-art { position: absolute; right: -120px; bottom: -100px; opacity: .45; }
  .experience-detail, .experience-detail.reverse { grid-template-columns: 1fr; }
  .experience-detail.reverse .detail-image { order: 0; }
  .compact-cta { grid-template-columns: 1fr auto; }
  .compact-cta p { grid-column: 1; }
  .compact-cta .button { grid-column: 2; grid-row: 1 / span 2; }
  .safety-card { position: static; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  h1 { font-size: clamp(52px, 17vw, 78px); }
  h2 { font-size: clamp(42px, 13vw, 62px); }
  .brand-mark { width: 50px; height: 50px; }
  .brand-type strong { font-size: 21px; }
  .brand-type small { font-size: 9px; }
  .home-hero { min-height: 780px; align-items: end; padding-bottom: 90px; }
  .home-hero::before { background-position: 58% center; }
  .home-hero::after { background: linear-gradient(0deg, rgba(8,10,13,.98) 0%, rgba(8,10,13,.74) 67%, rgba(8,10,13,.2) 100%); }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: repeat(2, 1fr); }
  .scroll-cue { display: none; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); padding-block: 12px; }
  .trust-strip div { min-height: 72px; justify-content: center; border-right: 0; border-bottom: 1px solid var(--line); padding: 12px; }
  .trust-strip div:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .feature-figure, .feature-figure img { min-height: 420px; height: 420px; }
  .feature-figure figcaption { left: 12px; right: 12px; bottom: 12px; }
  .experience-grid, .pricing-grid, .three-up, .policy-grid, .addon-grid, .equipment-band { grid-template-columns: 1fr; }
  .experience-card { min-height: 420px; }
  .price-card, .price-card.featured { min-height: auto; transform: none; }
  .popular { top: 10px; }
  .tech-media, .tech-media img { min-height: 450px; height: 450px; }
  .tech-badge { right: 12px; bottom: 12px; }
  .feature-list { grid-template-columns: 1fr; }
  .service-section { grid-template-columns: 1fr; }
  .service-radar { justify-self: center; width: min(85vw, 360px); }
  .page-hero { min-height: 520px; padding-top: calc(var(--header) + 80px); }
  .page-hero-art { width: 360px; }
  .experience-details { gap: 75px; }
  .detail-image, .detail-image img { min-height: 410px; height: 410px; }
  .detail-copy ul { grid-template-columns: 1fr; }
  .compact-cta { grid-template-columns: 1fr; text-align: left; }
  .compact-cta p, .compact-cta .button { grid-column: auto; grid-row: auto; }
  .compact-cta .button { width: 100%; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .gallery-item.item-1, .gallery-item.item-3, .gallery-item.item-4 { grid-row: auto; grid-column: auto; }
  .equipment-band div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-frame iframe { min-height: 1240px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .hero-proof { grid-template-columns: 1fr; }
  .brand-type { display: none; }
  .feature-figure, .feature-figure img { min-height: 350px; height: 350px; }
  .detail-image, .detail-image img { min-height: 340px; height: 340px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
}
