:root {
  --bg: #060b17;
  --surface: #0e1628;
  --surface-alt: #13203b;
  --surface-soft: rgba(18, 29, 49, 0.84);
  --text: #e8eef7;
  --text-muted: #a7b6d0;
  --accent: #22c55e;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --border: rgba(255, 255, 255, 0.08);
  --control-bg: rgba(255, 255, 255, 0.06);
  --control-border: rgba(255, 255, 255, 0.1);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  --radius: 24px;
  --radius-sm: 16px;
  --radius-xs: 12px;
  --max-width: 1180px;
  --gap: 24px;
  --transition: 180ms ease;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[data-theme="light"] {
  --bg: #f0f4fb;
  --surface: #ffffff;
  --surface-alt: #e8f2ff;
  --surface-soft: rgba(233, 242, 255, 0.84);
  --text: #1a2845;
  --text-muted: #4a5f7f;
  --accent: #16a34a;
  --accent-soft: rgba(22, 163, 74, 0.12);
  --border: rgba(22, 163, 74, 0.12);
  --control-bg: rgba(22, 163, 74, 0.06);
  --control-border: rgba(22, 163, 74, 0.16);
  --shadow: 0 24px 70px rgba(22, 163, 74, 0.08);
}

* {
  box-sizing: border-box;
}

.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;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background: radial-gradient(circle at top, rgba(34, 197, 94, 0.12), transparent 28%),
    linear-gradient(180deg, #061023 0%, #070b14 48%, #03050b 100%);
  font-family: var(--font-family, Inter, sans-serif);
  transition: color var(--transition), background var(--transition);
}

body.modal-open {
  overflow: hidden;
}

[data-theme="light"] body {
  background: radial-gradient(circle at top, rgba(22, 163, 74, 0.1), transparent 28%),
    linear-gradient(180deg, #f0f4fb 0%, #e8f2ff 48%, #f5f8ff 100%);
}

img {
  width: 100%;
  display: block;
  border-radius: var(--radius-sm);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
}

.container {
  width: min(100%, calc(1120px + 2rem));
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* The header needs a wider lane than the body content so the nav does not crowd the brand. */
.site-header .container {
  width: min(100%, calc(1280px + 2rem));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(5, 10, 19, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background-color var(--transition), border-color var(--transition);
}

[data-theme="light"] .site-header {
  background: rgba(240, 244, 251, 0.84);
  border-bottom-color: rgba(22, 163, 74, 0.12);
}

.header-grid {
  display: grid;
  grid-template-columns: minmax(220px, auto) minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-logo {
  width: 64px;
  height: auto;
  border-radius: 16px;
  object-fit: contain;
  background: linear-gradient(145deg, #ffffff, #dff7e8);
  border: 1px solid rgba(34, 197, 94, 0.32);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 14px 30px rgba(34, 197, 94, 0.16);
  padding: 0.55rem;
}

[data-theme="light"] .brand-logo {
  background: #ffffff;
  border-color: rgba(22, 163, 74, 0.22);
  box-shadow: 0 12px 28px rgba(22, 163, 74, 0.12);
}

.brand-logo-header {
  width: 64px;
}

.brand div {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.brand-logo-footer {
  width: 52px;
}

.hero-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin: 1.25rem 0 1.5rem;
  padding: 0.75rem 0.95rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-badge-logo {
  width: 42px;
  height: auto;
  border-radius: 14px;
  background: linear-gradient(145deg, #ffffff, #dff7e8);
  border: 1px solid rgba(34, 197, 94, 0.28);
  padding: 0.55rem;
}

.hero-brand-badge span {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
}

.hero-brand-badge a {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
  transition: color var(--transition);
}

.hero-brand-badge a:hover,
.hero-brand-badge a:focus-visible {
  color: var(--accent);
}

.footer-branding {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.footer-branding p {
  margin: 0;
}

.brand-name {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-sub {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.2;
  transition: color var(--transition);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.95rem;
  flex-wrap: nowrap;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.55rem 0.72rem;
  border-radius: 999px;
  color: var(--text-muted);
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  transition: background-color var(--transition), color var(--transition);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--control-bg);
  color: var(--accent);
  outline: none;
}

.header-action {
  white-space: nowrap;
}

.btn,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 1.45rem;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform var(--transition), background-color var(--transition), color var(--transition), box-shadow var(--transition);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #16a34a);
  box-shadow: 0 18px 32px rgba(34, 197, 94, 0.24);
}

/* Primary CTAs should stay white even inside panels that restyle normal links. */
a.btn-primary,
button.btn-primary {
  color: #fff;
}

.btn-secondary {
  color: var(--text);
  background: var(--control-bg);
  border: 1px solid var(--control-border);
}

.btn:hover,
button:hover,
.btn:focus-visible,
button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.nav-toggle {
  display: none;
  background: var(--control-bg);
  color: var(--text);
  padding: 0.85rem 1rem;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--control-border);
  color: var(--text);
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 999px;
  font-size: 1.15rem;
  cursor: pointer;
  transition: background-color var(--transition), border-color var(--transition);
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  background: var(--control-bg);
  border-color: var(--control-border);
  outline: none;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1.25rem 1.25rem;
}

.mobile-menu.open {
  display: flex;
}

.mobile-close {
  align-self: flex-end;
  background: transparent;
  border: 1px solid var(--control-border);
  color: var(--text);
  padding: 0.65rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.mobile-close:hover,
.mobile-close:focus-visible {
  background: var(--control-bg);
}

.mobile-menu a {
  color: var(--text);
  padding: 0.75rem 0;
}

/* Seasonal booking notice: warmer spring colors separate it from the green brand CTAs. */
.booking-banner {
  background: linear-gradient(135deg, #facc15 0%, #84cc16 48%, #16a34a 100%);
  border-bottom: 1px solid rgba(250, 204, 21, 0.35);
  box-shadow: 0 18px 42px rgba(132, 204, 22, 0.18);
}

[data-theme="light"] .booking-banner {
  background: linear-gradient(135deg, #fef08a 0%, #bef264 48%, #22c55e 100%);
  border-bottom-color: rgba(22, 163, 74, 0.22);
  box-shadow: 0 18px 42px rgba(22, 163, 74, 0.12);
}

.booking-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.95rem 1.25rem;
  color: #061223;
  text-align: center;
}

.booking-tag {
  flex: 0 0 auto;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: #061223;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-banner p {
  margin: 0;
  color: #061223;
  font-weight: 800;
  line-height: 1.45;
}

.booking-banner a {
  flex: 0 0 auto;
  padding: 0.48rem 0.82rem;
  border-radius: 999px;
  background: rgba(6, 18, 35, 0.92);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.hero {
  padding: 4rem 0 2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(400px, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.hero-price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent), #16a34a);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  margin: 1rem 0;
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.32);
}

.hero h1 {
  font-size: clamp(2.75rem, 4vw, 4.4rem);
  line-height: 1.02;
  margin: 1rem 0 1rem;
}

.hero p {
  max-width: 42rem;
  color: var(--text-muted);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.75rem 0;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-badges span {
  color: var(--accent);
  font-weight: 600;
  background: var(--accent-soft);
  padding: 0.6rem 0.85rem;
  border-radius: 999px;
}

.hero-media {
  display: grid;
  gap: 1rem;
}

.hero-card {
  overflow: hidden;
  border-radius: 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero-card img {
  height: 420px;
  object-fit: cover;
}

.hero-card-text {
  padding: 1.2rem 1.25rem 1rem;
  color: var(--text);
}

.trust-bar {
  margin: 2rem 0 0;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

[data-theme="light"] .trust-bar {
  background: linear-gradient(180deg, rgba(216, 241, 238, 0.72), rgba(226, 245, 242, 0.9));
  border-top: 1px solid rgba(22, 163, 74, 0.12);
  border-bottom: 1px solid rgba(22, 163, 74, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), inset 0 -1px 0 rgba(22, 163, 74, 0.05);
}

.trust-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  align-items: center;
}

/* These pills turn the trust bar into quick navigation instead of a dense text block. */
.trust-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 750;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transition: transform var(--transition), background-color var(--transition), border-color var(--transition), color var(--transition);
}

.trust-pill:hover,
.trust-pill:focus-visible {
  transform: translateY(-1px);
  background: var(--accent-soft);
  border-color: rgba(34, 197, 94, 0.35);
  color: var(--accent);
  outline: none;
}

[data-theme="light"] .trust-pill:hover,
[data-theme="light"] .trust-pill:focus-visible {
  border-color: rgba(22, 163, 74, 0.32);
}

.promise-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.promise-card,
.process-card {
  padding: 1.75rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
}

.promise-card h3,
.process-card h3 {
  margin-bottom: 0.85rem;
}

.promise-card p,
.process-card p {
  color: var(--text-muted);
  line-height: 1.8;
}

.section {
  padding: 4rem 0;
}

.section-alt {
  background: rgba(255, 255, 255, 0.02);
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.cards-grid,
.reviews-grid,
.pricing-grid,
.stats-grid,
.badges-grid,
.contact-grid,
.slider-grid {
  display: grid;
  gap: 1.5rem;
}

.cards-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.review-card,
.price-card,
.feature-panel,
.slider-card {
  padding: 1.75rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
}

.slider-card {
  width: 100%;
  text-align: left;
  color: var(--text);
}

.work-card {
  cursor: pointer;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.work-card:hover,
.work-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(34, 197, 94, 0.38);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.2);
  outline: none;
}

.card h3,
.price-card h3,
.review-card h3,
.review-card strong {
  margin-bottom: 0.85rem;
}

.card p,
.review-card p,
.price-card p,
.feature-panel p,
.contact-panel p {
  color: var(--text-muted);
  line-height: 1.8;
}

.feature-list {
  list-style: none;
  display: grid;
  gap: 1rem;
  margin: 1.75rem 0 0;
  padding: 0;
}

.feature-list li {
  position: relative;
  padding-left: 2.4rem;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: var(--accent);
  font-weight: 800;
}

.two-column {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  align-items: start;
}

.feature-list li::before {
  content: "\2713";
}

.feature-panel {
  display: grid;
  gap: 1.25rem;
}

.feature-image {
  width: 100%;
  height: clamp(360px, 42vw, 520px);
  border-radius: 16px;
  margin-bottom: 0.25rem;
  object-fit: cover;
  object-position: center;
}

.feature-pill {
  display: inline-flex;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 700;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stats-grid div {
  padding: 1rem;
  border-radius: 18px;
  background: var(--surface-alt);
  border: 1px solid var(--border);
}

.stats-grid strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.slider-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Fixed display heights keep portrait photos from stretching the page vertically. */
.slider-card img {
  width: 100%;
  height: clamp(260px, 28vw, 360px);
  object-fit: cover;
  object-position: center;
}

.slider-card p,
.slider-card span {
  margin-top: 0.95rem;
  font-weight: 600;
  color: var(--text);
  display: block;
}

.badges-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.badges-grid span,
.area-pill {
  padding: 1rem 1.15rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  text-align: center;
  font-weight: 700;
}

.area-pill {
  width: 100%;
  border: 1px solid transparent;
}

.area-pill:hover,
.area-pill:focus-visible {
  background: var(--surface);
  border-color: rgba(34, 197, 94, 0.36);
  color: var(--text);
  outline: none;
}

.reviews-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  min-height: 190px;
  display: grid;
  gap: 1rem;
  align-content: start;
}

.reviews-link {
  margin-top: 1.75rem;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-list details {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface);
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 1.15rem 1.25rem;
  color: var(--text);
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--accent);
  font-size: 1.25rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 1.25rem 1.15rem;
  color: var(--text-muted);
  line-height: 1.75;
}

.book-now-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
}

.book-now-panel p {
  color: var(--text-muted);
  line-height: 1.8;
}

.btn-book-now {
  min-width: 180px;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card strong {
  display: block;
  margin: 1rem 0;
  font-size: 2.1rem;
  color: #fff;
}

.contact-grid {
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: start;
}

.quote-form {
  display: grid;
  gap: 1rem;
}

.quote-form label {
  display: grid;
  gap: 0.65rem;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface);
  color: var(--text);
  padding: 0.95rem 1rem;
}

.quote-form select:focus {
  background: #ffffff;
  color: #101827;
}

/* Native select menus borrow OS colors, so set both sides for readable open dropdowns. */
.quote-form select option {
  background: #ffffff;
  color: #101827;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 2px solid rgba(34, 197, 94, 0.28);
  outline-offset: 2px;
}

.form-note {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: -0.25rem 0 0;
}

.form-honey {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.privacy-note {
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--text);
}

.privacy-note a {
  color: inherit;
  font-weight: 800;
}

.contact-panel {
  display: grid;
  gap: 1rem;
  padding: 1.75rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
}

.contact-panel div {
  display: grid;
  gap: 0.45rem;
}

.panel-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-panel a {
  color: var(--text);
  font-weight: 600;
}

.contact-panel a.btn-primary {
  color: #fff;
}

.social-links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid var(--border);
  color: var(--accent);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  transition: transform var(--transition), background-color var(--transition), color var(--transition), border-color var(--transition);
}

.social-icon img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  border-radius: 0;
}

.social-icon span[aria-hidden="true"] {
  display: none;
}

.social-icon:hover,
.social-icon:focus-visible {
  transform: translateY(-1px);
  background: #ffffff;
  color: var(--text);
  border-color: rgba(34, 197, 94, 0.34);
  outline: none;
}

.footer-socials {
  margin-top: 0.85rem;
}

.contact-note {
  margin-top: 1rem;
  padding: 1.15rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.08));
  border: 1px solid rgba(34, 197, 94, 0.22);
  color: var(--text);
  box-shadow: 0 18px 36px rgba(34, 197, 94, 0.08);
}

[data-theme="light"] .contact-note {
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.14), rgba(255, 255, 255, 0.92));
  border-color: rgba(22, 163, 74, 0.2);
}

.contact-note span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 0.65rem;
  padding: 0.3rem 0.62rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-note strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--text);
}

.contact-note p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
}

/* The service-area modal keeps local SEO copy available without cluttering the page. */
.area-modal,
.work-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.area-modal.open,
.work-modal.open {
  display: flex;
}

.area-modal-backdrop,
.work-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 18, 0.72);
  backdrop-filter: blur(6px);
}

.area-modal-panel,
.work-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: min(86vh, 640px);
  overflow: auto;
  padding: 1.75rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.work-modal-panel {
  width: min(100%, 980px);
}

.work-modal-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.work-modal-grid img {
  aspect-ratio: 4 / 3;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
}

.work-modal-copy {
  display: grid;
  gap: 1rem;
}

.area-modal-panel h2,
.work-modal-panel h2 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(1.9rem, 5vw, 2.8rem);
}

.area-modal-panel p,
.work-modal-panel p,
.work-modal-panel li {
  color: var(--text-muted);
  line-height: 1.8;
}

.work-modal-panel ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding-left: 1.2rem;
}

.area-modal-close,
.work-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.55rem 0.8rem;
  background: var(--control-bg);
  color: var(--text);
  border: 1px solid var(--control-border);
}

.area-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.site-footer {
  padding: 2.5rem 0 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: start;
}

.footer-grid p {
  color: var(--text-muted);
  line-height: 1.75;
}

.footer-note {
  margin-top: 1.5rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  text-align: center;
}

.footer-subtext {
  display: inline-block;
  margin-left: 0.35rem;
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 400;
}

.legal-page {
  padding: 5rem 0;
}

.legal-panel {
  max-width: 880px;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.legal-panel h1 {
  margin: 0 0 1rem;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.05;
}

.legal-panel h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.2rem;
}

.legal-panel p,
.legal-panel li {
  color: var(--text-muted);
  line-height: 1.75;
}

.legal-panel a {
  color: var(--text);
  font-weight: 800;
}

.sticky-call {
  position: fixed;
  left: 50%;
  bottom: 1.1rem;
  transform: translateX(-50%);
  z-index: 60;
  display: none;
  width: calc(100% - 2rem);
  max-width: 520px;
  justify-content: center;
  padding: 1rem 1.25rem;
  border-radius: 999px;
  text-align: center;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.24);
}

/* Back-to-top stays compact on desktop and moves above the mobile call bar. */
.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 61;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(44px, 5vw, 52px);
  height: clamp(44px, 5vw, 52px);
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 900;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity var(--transition), transform var(--transition), background-color var(--transition), color var(--transition);
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--accent);
  color: #fff;
  outline: none;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1040px) {
  .hero-grid,
  .two-column,
  .slider-grid,
  .cards-grid,
  .reviews-grid,
  .pricing-grid,
  .contact-grid,
  .trust-grid,
  .promise-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .booking-banner-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 1120px) {
  .header-grid {
    grid-template-columns: minmax(0, auto) 1fr auto auto;
  }

  .site-nav,
  .header-action {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 0.85rem 0;
  }

  .header-grid {
    grid-template-columns: minmax(0, auto) 1fr auto auto;
    gap: 0.75rem;
  }

  .site-nav,
  .header-action {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .mobile-menu {
    display: none;
    width: 100%;
  }

  .hero {
    padding-top: 1.5rem;
  }

  .hero-card img {
    height: 320px;
  }

  .book-now-panel,
  .contact-grid,
  .footer-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .hero-brand-badge {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-call {
    display: flex;
  }

  .back-to-top {
    right: 1rem;
    bottom: 5.4rem;
  }
}

@media (max-width: 540px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .btn-book-now {
    width: 100%;
  }

  .area-modal,
  .work-modal {
    align-items: flex-end;
    padding: 0;
  }

  .area-modal-panel,
  .work-modal-panel {
    width: 100%;
    max-height: 88vh;
    border-radius: 24px 24px 0 0;
    padding: 1.5rem 1.25rem 1.75rem;
  }

  .work-modal-grid {
    grid-template-columns: 1fr;
  }

  .work-modal-grid img {
    max-height: 280px;
  }

  .area-modal-actions .btn {
    width: 100%;
  }

  .booking-banner-inner {
    display: grid;
    gap: 0.65rem;
  }

  .book-now-panel,
  .contact-grid,
  .footer-grid,
  .stats-grid,
  .trust-grid,
  .promise-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .hero-card img {
    height: auto;
  }

  .brand-logo-header {
    width: 62px;
  }

  .site-header {
    padding: 0.75rem 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-note {
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

/* ─── Before / After Gallery ──────────────────────────────────── */

.results-grid {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.results-cta {
  margin-top: 2rem;
  text-align: center;
}

.job-section-header {
  margin-bottom: 1.5rem;
}

.job-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 0.2rem 0.65rem;
  border-radius: 100px;
  margin-bottom: 0.6rem;
}

.job-section-header h3 {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
}

.job-location {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.job-description {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 680px;
}

.job-pairs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--gap);
  margin-top: 1.25rem;
}

.ba-card {
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: box-shadow var(--transition), transform var(--transition);
}

.ba-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.ba-slider {
  position: relative;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  touch-action: pan-y;
  aspect-ratio: 3 / 4;
}

.ba-slider img {
  border-radius: 0;
}

.ba-after {
  width: 100%;
  height: 100%;
}

.ba-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-before {
  position: absolute;
  inset: 0;
  clip-path: inset(0 50% 0 0);
}

.ba-before img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}

.ba-handle-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.ba-handle-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
  font-size: 0.6rem;
  color: #1a2845;
  position: relative;
  z-index: 1;
}

.ba-label {
  position: absolute;
  bottom: 0.75rem;
  padding: 0.22rem 0.7rem;
  border-radius: 100px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  pointer-events: none;
}

.ba-label-before { left: 0.75rem; }
.ba-label-after  { right: 0.75rem; }
