:root {
  --bg: #090b0e;
  --bg-2: #0e1115;
  --panel: #12161b;
  --panel-2: #161b21;
  --text: #f4f6f8;
  --muted: #a8b0ba;
  --line: rgba(255,255,255,.11);
  --line-strong: rgba(255,255,255,.18);
  --blue: #4c8fdf;
  --blue-deep: #3678c7;
  --max: 1180px;
  --header-h: 70px;
  --radius: 18px;
  --shadow: 0 22px 55px rgba(0,0,0,.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 14px); background: var(--bg); }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.shell { width: min(calc(100% - 34px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: 10px; z-index: 1000; transform: translateY(-160%); background: white; color: black; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-h); background: rgba(9,11,14,.86); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-inner { width: min(calc(100% - 28px), var(--max)); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand img { width: 38px; height: 38px; flex: 0 0 auto; }
.brand span { display: grid; line-height: 1; text-transform: uppercase; }
.brand strong { font-size: .93rem; letter-spacing: .08em; }
.brand small { color: var(--blue); font-size: .61rem; letter-spacing: .22em; margin-top: 4px; }
.desktop-nav, .header-cta { display: none; }
.menu-button { width: 46px; height: 46px; margin-left: auto; border: 1px solid var(--line); border-radius: 12px; background: #11151a; display: grid; place-content: center; gap: 6px; cursor: pointer; }
.menu-button span { width: 19px; height: 1px; background: var(--text); transition: transform .25s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: var(--header-h) 0 0; background: rgba(9,11,14,.98); overflow-y: auto; }
.mobile-menu-inner { width: min(calc(100% - 34px), 560px); margin: 0 auto; padding: 26px 0 calc(34px + env(safe-area-inset-bottom)); }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding: 15px 2px; border-bottom: 1px solid var(--line); font-size: clamp(1.18rem, 5vw, 1.55rem); font-weight: 650; letter-spacing: -.02em; }
.mobile-menu-contact { margin-top: 28px; display: grid; gap: 12px; }
.mobile-menu-contact .text-link { overflow-wrap: anywhere; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border-radius: 11px; border: 1px solid transparent; font-weight: 750; font-size: .93rem; letter-spacing: .01em; cursor: pointer; white-space: nowrap; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--blue); color: #07111c; }
.btn-primary:hover { background: #64a0e8; }
.btn-secondary { background: rgba(255,255,255,.045); border-color: var(--line-strong); color: var(--text); }
.btn-secondary:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.26); }
.text-link { color: #d9e8fa; text-decoration: underline; text-decoration-color: rgba(76,143,223,.55); text-underline-offset: 4px; }
.text-link.muted { color: var(--muted); }
.text-link.arrow::after { content: "  →"; color: var(--blue); }

.hero { position: relative; padding: 22px 0 14px; background: radial-gradient(700px 360px at 92% 0%, rgba(76,143,223,.11), transparent 65%), var(--bg); }
.hero-inner { display: grid; gap: 22px; }
.hero-copy { align-self: center; padding-top: 8px; }
.eyebrow { margin: 0 0 12px; color: #8eb8e7; font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 12ch; margin-bottom: 14px; font-size: clamp(2.35rem, 10vw, 4.9rem); line-height: .96; letter-spacing: -.055em; }
h2 { margin-bottom: 14px; font-size: clamp(2rem, 8vw, 3.3rem); line-height: 1; letter-spacing: -.045em; }
h3 { letter-spacing: -.035em; }
.hero-lede { max-width: 34rem; margin-bottom: 20px; color: #c8ced5; font-size: 1.02rem; }
.hero-actions { display: grid; grid-template-columns: 1.08fr .92fr; gap: 10px; max-width: 420px; }
.hero-actions .btn { padding-inline: 11px; font-size: .87rem; }
.email-quiet { display: inline-block; margin-top: 14px; color: #b7c0ca; font-size: .82rem; text-decoration: underline; text-decoration-color: rgba(255,255,255,.22); text-underline-offset: 3px; overflow-wrap: anywhere; }
.hero-trust { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-trust span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #c7cdd4; background: rgba(255,255,255,.025); font-size: .72rem; }
.hero-media { position: relative; margin: 0; min-height: 370px; height: min(56vh, 540px); overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #111; box-shadow: var(--shadow); }
.hero-media::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(5,7,9,.9)); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
.hero-media figcaption { position: absolute; left: 18px; bottom: 16px; z-index: 2; color: white; font-weight: 650; font-size: .83rem; letter-spacing: .01em; }

.quick-nav { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(145px, 1fr); gap: 9px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; padding-top: 12px; padding-bottom: 16px; }
.quick-nav::-webkit-scrollbar, .gallery::-webkit-scrollbar { display: none; }
.quick-nav a { scroll-snap-align: start; min-height: 72px; display: grid; align-content: center; gap: 3px; padding: 0 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--bg-2); }
.quick-nav strong { font-size: .86rem; }
.quick-nav span { color: var(--muted); font-size: .72rem; }

.section { padding: 66px 0; border-top: 1px solid rgba(255,255,255,.055); }
.section-dark { background: #0c0f13; }
.section-heading { max-width: 590px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); }
.compact-heading { display: grid; gap: 6px; margin-bottom: 24px; }
.compact-heading > p { margin: 0; }

.package-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 5px; border: 1px solid var(--line); border-radius: 14px; background: #0a0d10; }
.package-tabs button { position: relative; min-width: 0; min-height: 70px; padding: 9px 5px; border: 0; border-radius: 10px; background: transparent; cursor: pointer; display: grid; align-content: center; gap: 1px; color: var(--muted); }
.package-tabs button span { font-size: .73rem; font-weight: 650; }
.package-tabs button strong { color: white; font-size: 1.05rem; letter-spacing: -.03em; }
.package-tabs button em { display: none; }
.package-tabs button[aria-selected="true"] { background: var(--panel-2); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); color: #dce2e8; }
.package-tabs button[aria-selected="true"]::after { content: ""; position: absolute; left: 18%; right: 18%; bottom: 0; height: 2px; background: var(--blue); border-radius: 2px; }
.package-panels { margin-top: 12px; }
.package-panel { min-height: 290px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.package-panel.signature { border-color: rgba(76,143,223,.43); box-shadow: inset 0 1px rgba(109,165,229,.12); }
.package-panel-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.package-panel-top p { margin-bottom: 3px; color: #d9dde2; font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }
.package-panel-top h3 { margin: 0; font-size: 2.6rem; line-height: 1; }
.package-book { flex: 0 0 auto; min-height: 42px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 10px; color: #dfe7ef; font-size: .8rem; font-weight: 700; }
.badge { margin-left: 5px; color: var(--blue); font-size: .66rem; letter-spacing: .04em; }
.includes-line { margin: 17px 0 2px; color: var(--muted); font-size: .82rem; }
.check-list { margin: 15px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 22px; color: #d8dde3; font-size: .87rem; }
.check-list li::before { content: ""; position: absolute; left: 1px; top: .55em; width: 8px; height: 8px; border: 1px solid #679edc; border-radius: 50%; box-shadow: inset 0 0 0 2px #101318; }
.check-list li span { color: var(--muted); }

.service-layout { display: grid; gap: 28px; }
.service-groups { display: grid; gap: 9px; }
details { border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.02); }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
.service-groups summary { min-height: 68px; display: grid; align-content: center; padding: 0 48px 0 16px; position: relative; }
.service-groups summary::after, .faq-list summary::after { content: "+"; position: absolute; right: 17px; top: 50%; transform: translateY(-50%); color: #96a1ad; font-size: 1.25rem; font-weight: 300; }
details[open] > summary::after { content: "−"; }
.service-groups summary span { font-weight: 750; }
.service-groups summary small { color: var(--muted); margin-top: 2px; }
.service-chip-grid { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 15px 16px; }
.service-chip-grid span, .area-chips span, .commercial-points span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; color: #cdd3da; background: #0d1014; font-size: .75rem; }

.section-work { padding-bottom: 52px; background: #080a0d; }
.gallery-wrap { width: 100%; }
.gallery { display: grid; grid-auto-flow: column; grid-auto-columns: min(78vw, 350px); gap: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; padding: 0 max(17px, calc((100vw - var(--max))/2)) 5px; scrollbar-width: none; }
.gallery-card { position: relative; height: 390px; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #111; scroll-snap-align: start; cursor: zoom-in; text-align: left; }
.gallery-card::after { content: ""; position: absolute; inset: 54% 0 0; background: linear-gradient(transparent, rgba(4,5,7,.86)); pointer-events: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card span { position: absolute; left: 14px; bottom: 13px; z-index: 2; color: white; font-size: .8rem; font-weight: 700; }
.gallery-controls { display: flex; align-items: center; gap: 10px; padding-top: 11px; color: #7f8994; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.gallery-line { height: 1px; flex: 1; background: var(--line); }

.commercial-card { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #0d1014; }
.commercial-media { min-height: 310px; max-height: 420px; overflow: hidden; }
.commercial-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.commercial-copy { padding: 25px; }
.commercial-copy > p:not(.eyebrow) { color: var(--muted); }
.commercial-points { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0; }

.section-book { background: radial-gradient(550px 320px at 88% 30%, rgba(76,143,223,.09), transparent 70%), #0d1014; }
.booking-grid { display: grid; gap: 28px; }
.booking-copy > p:not(.eyebrow) { color: var(--muted); }
.privacy-note { font-size: .78rem; }
.booking-form { padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: #0a0d10; box-shadow: var(--shadow); }
.field-row { display: grid; gap: 12px; }
.booking-form label { display: grid; gap: 6px; margin-bottom: 12px; color: #cdd3d9; font-size: .78rem; font-weight: 650; }
.booking-form label > span { color: #707b86; font-weight: 500; }
.booking-form input, .booking-form select { width: 100%; min-height: 48px; border: 1px solid var(--line-strong); border-radius: 10px; background: #11151a; color: white; padding: 0 12px; outline: none; }
.booking-form input:focus, .booking-form select:focus { border-color: #568fd0; box-shadow: 0 0 0 3px rgba(76,143,223,.12); }
.booking-form input::placeholder { color: #717b85; }
.booking-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 7px; }
.form-help { margin: 10px 2px 0; color: #7f8a94; font-size: .72rem; }

.area-grid { display: grid; gap: 28px; }
.area-chips { align-content: start; display: flex; flex-wrap: wrap; gap: 8px; }
.area-chips span { padding: 10px 13px; }

.section-faq { background: #0c0f12; }
.faq-grid { display: grid; gap: 22px; }
.faq-list { display: grid; gap: 8px; }
.faq-list details { background: #101419; }
.faq-list summary { position: relative; min-height: 57px; display: flex; align-items: center; padding: 0 48px 0 15px; font-size: .88rem; font-weight: 700; }
.faq-list p { margin: -2px 15px 15px; padding-top: 11px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }

.section-contact { padding-bottom: 78px; }
.contact-card { display: grid; gap: 24px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(76,143,223,.07), rgba(255,255,255,.018) 40%); }
.contact-card > div:first-child p:not(.eyebrow) { color: var(--muted); margin-bottom: 0; }
.contact-actions { display: grid; gap: 8px; }
.contact-method { min-height: 79px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; background: #0c0f13; }
.contact-method small { grid-column: 1; color: #7f8a95; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-method strong { grid-column: 1; font-size: 1rem; }
.contact-method span { grid-column: 2; grid-row: 1 / span 2; color: #c6ccd2; font-size: .76rem; text-align: right; overflow-wrap: anywhere; max-width: 195px; }
.contact-method.primary { border-color: rgba(76,143,223,.42); }
.contact-method.primary strong { color: #90b8e7; }
.contact-method.quiet { opacity: .78; }

.site-footer { border-top: 1px solid var(--line); padding: 30px 0 calc(28px + env(safe-area-inset-bottom)); background: #07090b; }
.footer-inner { display: grid; gap: 15px; }
.footer-inner > p { color: #808a95; font-size: .76rem; max-width: 500px; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; color: #b9c1ca; font-size: .76rem; }
.footer-inner .copyright { margin-top: 5px; color: #5f6872; }

.lightbox { width: min(94vw, 760px); max-width: 760px; padding: 0; border: 1px solid var(--line-strong); border-radius: 16px; background: #080a0d; box-shadow: 0 35px 90px rgba(0,0,0,.7); }
.lightbox::backdrop { background: rgba(0,0,0,.83); backdrop-filter: blur(4px); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 10px; right: 10px; z-index: 3; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(4,5,7,.75); color: white; font-size: 1.45rem; cursor: pointer; }

@media (min-width: 700px) {
  .shell { width: min(calc(100% - 56px), var(--max)); }
  .hero { padding: 36px 0 22px; }
  .hero-inner { grid-template-columns: minmax(0, .9fr) minmax(330px, .75fr); align-items: stretch; gap: 36px; min-height: 610px; }
  .hero-media { height: auto; min-height: 610px; }
  .hero-copy { padding: 55px 0; }
  .hero-lede { font-size: 1.12rem; }
  .quick-nav { grid-auto-flow: unset; grid-template-columns: repeat(4, 1fr); overflow: visible; }
  .quick-nav a { min-height: 84px; }
  .compact-heading { grid-template-columns: 1fr minmax(260px, 420px); align-items: end; }
  .package-tabs { max-width: 700px; }
  .package-tabs button { min-height: 78px; }
  .package-tabs button em { display: inline; color: #6e9ed6; font-size: .58rem; font-style: normal; }
  .package-panel { min-height: 240px; }
  .two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-layout { grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); align-items: start; }
  .gallery { grid-auto-columns: min(36vw, 370px); padding-left: max(28px, calc((100vw - var(--max))/2)); padding-right: max(28px, calc((100vw - var(--max))/2)); }
  .gallery-card { height: 470px; }
  .commercial-card { grid-template-columns: .9fr 1.1fr; min-height: 500px; }
  .commercial-media { min-height: 100%; max-height: none; }
  .commercial-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
  .commercial-copy .btn { align-self: flex-start; }
  .booking-grid { grid-template-columns: .8fr 1.2fr; align-items: start; }
  .booking-copy { padding-top: 18px; }
  .booking-form { padding: 24px; }
  .field-row { grid-template-columns: 1fr 1fr; }
  .area-grid { grid-template-columns: .9fr 1.1fr; align-items: center; }
  .faq-grid { grid-template-columns: .75fr 1.25fr; align-items: start; }
  .contact-card { grid-template-columns: .8fr 1.2fr; padding: 34px; align-items: center; }
}

@media (min-width: 1020px) {
  :root { --header-h: 78px; }
  .header-inner { width: min(calc(100% - 56px), var(--max)); }
  .brand img { width: 42px; height: 42px; }
  .desktop-nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 25px); margin-left: auto; }
  .desktop-nav a { color: #adb5be; font-size: .78rem; font-weight: 650; transition: color .18s ease; }
  .desktop-nav a:hover { color: white; }
  .header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 14px; margin-left: 4px; border-radius: 9px; background: #edf3f9; color: #0a1017; font-size: .76rem; font-weight: 800; }
  .menu-button { display: none; }
  .hero-inner { grid-template-columns: 1fr .78fr; gap: 64px; min-height: 670px; }
  .hero-media { min-height: 670px; }
  .section { padding: 88px 0; }
  .package-panels { margin-top: 15px; }
  .package-panel { padding: 30px; }
  .gallery { grid-auto-columns: min(28vw, 360px); }
  .gallery-card { height: 510px; }
  .contact-actions { grid-template-columns: 1fr 1fr; }
  .contact-method.quiet { grid-column: span 2; min-height: 62px; }
}

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