:root {
  --black: #08090b;
  --charcoal: #15171b;
  --steel: #252a32;
  --text: #1b1e23;
  --muted: #667085;
  --cream: #f7f2f0;
  --white: #ffffff;
  --red: #d71920;
  --red-dark: #9f1117;
  --red-deep: #68090d;
  --soft-red: #fff0f1;
  --line: rgba(0,0,0,.1);
  --shadow: 0 24px 70px rgba(0, 0, 0, .18);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1140px, calc(100% - 36px)); margin: 0 auto; }

.top-strip {
  background: #050506;
  color: #fff;
  font-size: .88rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.top-strip__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  padding: 8px 0 9px;
  text-align: center;
}
.top-strip span { font-weight: 700; }
.top-strip a { color: #ff1f28; font-weight: 900; text-decoration: none; text-transform: none; letter-spacing: .01em; line-height: 1.2; }

.site-header {
  position: fixed;
  inset: auto 0 0 auto;
  z-index: 2147483647;
  width: 0;
  height: 0;
  background: transparent;
  pointer-events: none;
}
.nav { width: 0; height: 0; padding: 0; margin: 0; position: fixed; inset: auto 0 0 auto; pointer-events: none; z-index: 2147483647; }
.brand {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.nav-links { position: fixed; right: 16px; top: 98px; z-index: 2147483646; width: min(320px, calc(100vw - 36px)); background: #0b0d10; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 18px; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; gap: 12px; font-weight: 800; font-size: .95rem; pointer-events: auto; transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); }
.nav-links.open { display: flex; }
.nav-links a { opacity: .84; color: #fff; }
.nav-links a:hover { opacity: 1; color: #ff555b; }
.nav-cta { background: var(--red); color: #fff !important; padding: 10px 15px; border-radius: 999px; opacity: 1 !important; box-shadow: 0 8px 20px rgba(215, 25, 32, .25); }
.nav-toggle { position: fixed; right: 16px; top: 50px; z-index: 2147483647; display: block; border: 2px solid var(--red); background: rgba(4,5,6,.94); color: white; border-radius: 12px; padding: 7px 9px; box-shadow: 0 10px 24px rgba(0,0,0,.32); pointer-events: auto; transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); }
.nav-toggle span { display: block; width: 23px; height: 3px; background: #fff; border-radius: 4px; margin: 4px 0; }

.logo-stage {
  background: var(--cream);
  padding: 38px 0 122px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.logo-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 28% 8%, rgba(215,25,32,.18), transparent 23%),
    linear-gradient(180deg, #050506 0%, #08090b 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 82px), 0 100%);
}
.logo-stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 96px;
  z-index: -1;
  background: var(--cream);
  clip-path: polygon(0 86%, 100% 12%, 100% 100%, 0 100%);
  pointer-events: none;
}
.logo-stage__inner { display: grid; place-items: center; position: relative; z-index: 1; }

.logo-stage img {
  width: min(560px, 88vw);
  border-radius: 0;
  border: 0;
  box-shadow: 0 28px 72px rgba(0,0,0,.42);
}

.hero {
  padding: 30px 0 42px;
  background: var(--cream);
  border-bottom: 6px solid var(--red);
}
.hero__grid { display: grid; grid-template-columns: 1fr; gap: 26px; align-items: center; }
.hero__content { max-width: 820px; }
.eyebrow { color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; margin: 0 0 10px; }
h1, h2, h3 { line-height: 1.05; margin: 0; }
h1, h2 { font-family: Anton, Impact, sans-serif; letter-spacing: .015em; text-transform: uppercase; }
h1 { font-size: clamp(3.5rem, 9vw, 7.4rem); max-width: 860px; line-height: .94; }
.admin-title { color: var(--black); font-size: clamp(2.4rem, 6vw, 4.8rem); }
h1 .h1-line { display: block; color: inherit; }
h1 .h1-line--red { color: var(--red); }
h2 { font-size: clamp(2.3rem, 4.7vw, 4.25rem); }
h3 { font-size: 1.35rem; }
.hero__lead { font-size: clamp(1.05rem, 1.8vw, 1.28rem); max-width: 690px; color: #38404a; margin: 20px 0 22px; }
.hero__actions, .trust-row { display: flex; gap: 13px; flex-wrap: wrap; align-items: center; }
.trust-row { margin-top: 18px; color: #20252c; font-weight: 900; }
.trust-row span { background: #fff; color: #15171b; border: 1px solid rgba(0,0,0,.08); border-radius: 999px; padding: 12px 18px; box-shadow: 0 12px 30px rgba(0,0,0,.10); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.18); }
.btn--primary { background: var(--red); color: #fff; }
.btn--secondary { background: var(--black); color: white; }
.btn--dark { background: var(--black); color: white; width: fit-content; }
.btn--phone::before { content: "☎"; margin-right: 9px; font-size: 1rem; }
.btn--quote::before { content: "▰"; margin-right: 9px; font-size: .9rem; }
.hero__card { position: relative; }
.hero__card img { border-radius: 30px; box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; border: 8px solid white; }
.hero__badge { position: absolute; left: -22px; bottom: 26px; background: var(--black); color: white; padding: 18px 20px; border-radius: 18px; box-shadow: var(--shadow); }
.hero__badge strong, .hero__badge span { display: block; }
.hero__badge span { color: #ffb3b7; font-weight: 800; }

.quick-contact { margin-top: -22px; position: relative; z-index: 3; }
.quick-contact__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.quick-contact a { background: white; border-radius: 18px; padding: 18px; box-shadow: 0 14px 40px rgba(0,0,0,.11); border: 1px solid rgba(0,0,0,.08); }
.quick-contact span { display: block; color: var(--muted); font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.quick-contact strong { display: block; font-size: 1.05rem; }

.section { padding: 82px 0; }
.section--dark { background: var(--charcoal); color: white; }
.section--muted { background: #f0f1f3; }
.section--accent { background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%); color: #fff; }
.section-heading { max-width: 780px; margin-bottom: 32px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.section-heading--light p:not(.eyebrow) { color: #cfd4dc; }
.cards.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: white; border-radius: var(--radius); padding: 28px; box-shadow: 0 16px 44px rgba(0,0,0,.09); border: 1px solid rgba(0,0,0,.08); }
.card__icon { width: 48px; height: 48px; display: grid; place-items: center; background: var(--red); color: #fff; border-radius: 15px; font-size: 1.55rem; font-weight: 900; margin-bottom: 18px; }
.card p { color: var(--muted); }
.card a { color: var(--red-dark); font-weight: 900; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; background: #fff; color: var(--text); border-radius: var(--radius); padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); }
.price-card--featured { outline: 4px solid var(--red); transform: translateY(-10px); }
.ribbon { position: absolute; top: 16px; right: -35px; background: var(--red); color: #fff; font-weight: 900; transform: rotate(35deg); padding: 5px 42px; font-size: .78rem; }
.price-card__best { color: var(--muted); min-height: 52px; }
.dimension-note { background: var(--soft-red); border-left: 5px solid var(--red); border-radius: 12px; color: #251216; font-size: .92rem; margin: 12px 0 0; padding: 10px 12px; }
.price-list { list-style: none; padding: 0; margin: 20px 0; border-top: 1px solid var(--line); }
.price-list li { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 13px 0; }
.price-list strong { font-size: 1.45rem; color: var(--red-dark); }
.callout-price { margin: 36px 0; font-size: 1.7rem; font-weight: 900; color: var(--red-dark); }
.policy-box { margin-top: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); padding: 24px; }
.policy-box ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; margin-bottom: 0; color: #ecf0f5; }

.dimension-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.dimension-card {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,.08);
  border-top: 8px solid var(--black);
  box-shadow: 0 16px 44px rgba(0,0,0,.09);
  padding: 28px;
}
.dimension-card--red { border-top-color: var(--red); }
.dimension-card span { color: var(--muted); display: block; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.dimension-card strong { display: block; font-family: Anton, Impact, sans-serif; font-size: clamp(2rem, 4.5vw, 3.9rem); line-height: 1.05; margin-top: 10px; text-transform: uppercase; }

.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.gallery-grid img { width: 100%; height: 210px; object-fit: cover; border-radius: 18px; box-shadow: 0 8px 24px rgba(0,0,0,.11); }
.gallery-grid img:nth-child(1), .gallery-grid img:nth-child(4) { grid-column: span 2; }
.gallery-grid img:nth-child(2), .gallery-grid img:nth-child(3), .gallery-grid img:nth-child(5), .gallery-grid img:nth-child(6) { grid-column: span 2; }

.service-area { display: grid; grid-template-columns: .85fr 1.15fr; gap: 38px; align-items: start; }
.area-columns { display: grid; gap: 14px; }
.area-columns > div { background: white; border-radius: 18px; padding: 20px; border-left: 7px solid var(--red); box-shadow: 0 12px 34px rgba(0,0,0,.08); }
.area-columns p { margin-bottom: 0; color: var(--muted); font-weight: 700; }

.about-grid { display: grid; grid-template-columns: 1fr 360px; gap: 34px; align-items: center; }
.about-grid p { color: #434b56; }
.owner-card { background: var(--black); color: white; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.owner-card a { display: block; color: #ffb3b7; font-weight: 900; margin-top: 10px; }

.terms-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 24px; }
.terms-copy { max-height: 520px; overflow: auto; padding-right: 8px; color: #edf1f6; }
.ack-form, .quote-form, .terms-action-card { display: grid; gap: 14px; background: white; color: var(--text); padding: 22px; border-radius: 18px; }
.terms-action-card p { color: var(--muted); margin: 0; }
.hidden-field { display: none; }
label { display: grid; gap: 6px; font-weight: 900; }
input, select, textarea { width: 100%; border: 1px solid #cdd3dc; border-radius: 12px; padding: 12px 13px; font: inherit; background: #fff; }
textarea { resize: vertical; }
.checkbox { display: flex; grid-template-columns: auto 1fr; gap: 10px; align-items: start; font-weight: 800; }
.checkbox input { width: auto; margin-top: 5px; }
.consent-box { display: grid; gap: 14px; background: #f7f2f0; border: 1px solid rgba(0,0,0,.08); border-radius: 14px; padding: 14px; }
.consent-box .checkbox { font-size: .92rem; line-height: 1.45; }
.form-note { color: var(--muted); font-size: .86rem; margin: 0; }
.availability-preview { display: grid; gap: 10px; background: #f7f2f0; border: 1px solid rgba(0,0,0,.08); border-radius: 14px; padding: 14px; }
.availability-preview .btn { width: fit-content; }
.availability-preview.is-available { border-color: rgba(8,116,67,.35); background: #ecfdf3; }
.availability-preview.is-unavailable { border-color: rgba(215,25,32,.35); background: var(--soft-red); }
.admin-panel { display: grid; gap: 16px; background: white; border-radius: var(--radius); padding: 22px; box-shadow: 0 16px 44px rgba(0,0,0,.09); border: 1px solid rgba(0,0,0,.08); }
.admin-login-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: end; }
.admin-remember { align-self: center; min-width: 220px; }
.admin-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.admin-summary { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.admin-summary span { background: #f7f2f0; border: 1px solid rgba(0,0,0,.08); border-radius: 14px; padding: 12px; color: var(--muted); font-size: .82rem; font-weight: 800; }
.admin-summary strong { display: block; color: var(--text); font-size: 1.45rem; line-height: 1.1; }
.admin-filters { display: flex; flex-wrap: wrap; gap: 10px; }
.admin-filter { border: 1px solid rgba(0,0,0,.14); background: #fff; color: var(--text); border-radius: 999px; padding: 9px 13px; font-weight: 900; cursor: pointer; }
.admin-filter.is-active { background: var(--black); color: #fff; }
.admin-bookings { display: grid; gap: 12px; }
.admin-booking-card { display: grid; gap: 10px; border: 1px solid rgba(0,0,0,.1); border-left: 7px solid var(--red); border-radius: 16px; padding: 16px; background: #fff; }
.admin-booking-card header { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.admin-booking-card h3 { font-size: 1.05rem; }
.admin-booking-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; color: var(--muted); font-size: .9rem; }
.admin-booking-meta strong { display: block; color: var(--text); }
.admin-booking-meta a { color: var(--red-dark); font-weight: 800; }
.status-pill { display: inline-flex; align-items: center; border-radius: 999px; padding: 5px 10px; background: var(--soft-red); color: var(--red-dark); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.status-pill--open { background: #ecfdf3; color: #087443; }
.admin-card-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.admin-card-actions .btn { padding: 9px 13px; font-size: .88rem; }

.quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: start; }
.quote-grid .eyebrow { color: #fff; }
.quote-grid h2 { color: #fff; }
.quote-grid p { color: rgba(255,255,255,.9); }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.social-links a { background: rgba(255,255,255,.86); border-radius: 999px; padding: 10px 14px; font-weight: 900; color: #111; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.footer { background: #07080a; color: white; padding: 42px 0 22px; }
.footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 28px; }
.footer img { width: 128px; border-radius: 12px; margin-bottom: 12px; }
.footer a, .footer span { display: block; color: #d6d9de; margin-top: 8px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); text-align: center; color: #aeb4bf; margin-top: 28px; padding-top: 18px; font-size: .9rem; }
.toast { position: fixed; right: 18px; bottom: 18px; background: #0b0d10; color: white; padding: 14px 18px; border-radius: 14px; box-shadow: var(--shadow); opacity: 0; transform: translateY(12px); pointer-events: none; transition: .22s ease; max-width: min(380px, calc(100vw - 36px)); z-index: 40; }
.toast.show { opacity: 1; transform: translateY(0); }
.thank-you-page { min-height: 100vh; display: grid; align-items: center; }
.thank-you-card { max-width: 760px; margin: 0 auto; }
.thank-you-card h1 { color: var(--black); font-size: clamp(2.7rem, 7vw, 5.5rem); }
.thank-you-card p { color: var(--muted); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; left: auto; right: 16px; top: 98px; z-index: 2147483646; width: min(320px, calc(100vw - 32px)); background: #0b0d10; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 18px; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .hero__grid, .service-area, .about-grid, .terms-card, .quote-grid { grid-template-columns: 1fr; }
  .quick-contact__grid, .cards.three, .pricing-grid, .dimension-grid { grid-template-columns: 1fr; }
  .price-card--featured { transform: none; }
  .policy-box ul { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid img, .gallery-grid img:nth-child(n) { grid-column: span 1; height: 190px; }
  .admin-login-grid, .admin-summary { grid-template-columns: 1fr; }
  .admin-booking-meta { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(1140px, calc(100% - 28px)); }
  .top-strip { font-size: .78rem; }
  .top-strip__inner { flex-direction: column; justify-content: center; text-align: center; gap: 2px; padding: 8px 0; }
  .top-strip a { font-size: .98rem; }
  .brand { font-size: 1.05rem; }
  .nav-toggle { top: 50px; right: 14px; }
  .logo-stage { padding: 18px 0 88px; }
  .logo-stage::before { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 54px), 0 100%); }
  .logo-stage::after { height: 64px; }
  .nav-links { right: 14px; top: 96px; width: min(320px, calc(100vw - 28px)); }
  .logo-stage img { width: min(360px, 88vw); border-radius: 0; box-shadow: 0 24px 62px rgba(0,0,0,.48); }
  .hero { padding-top: 24px; }
  .eyebrow { font-size: .74rem; margin-bottom: 8px; }
  h1 { font-size: clamp(2.18rem, 10.2vw, 2.72rem); line-height: .94; letter-spacing: 0; }
  .hero__lead { font-size: .96rem; margin: 14px 0 16px; }
  .hero__actions { display: grid; gap: 10px; }
  .btn { width: 100%; padding: 14px 16px; }
  .hero__badge { position: static; margin-top: -12px; border-radius: 0 0 18px 18px; }
  .section { padding: 58px 0; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
}
