:root {
  --red: #d90000;
  --red-hot: #ff1633;
  --red-deep: #8d0000;
  --cream: #f7f3ec;
  --ink: #08090d;
  --ink-2: #11131a;
  --text: #14161f;
  --muted: #666b77;
  --line: rgba(20, 22, 31, 0.12);
  --white: #ffffff;
  --glass: rgba(255,255,255,.085);
  --red-soft: #fff0f0;
  --shadow: 0 24px 70px rgba(16, 17, 21, 0.16);
  --shadow-premium: 0 32px 100px rgba(0,0,0,.28);
  --radius: 28px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
a:hover { color: var(--red); }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.section-pad { padding-block: clamp(72px, 8vw, 112px); }
.elementor-section.section-pad { padding-inline: 15px; }
.elementor-widget-text-editor { color: inherit; }
.elementor-widget-text-editor p:last-child { margin-bottom: 0; }
.elementor-widget-heading .elementor-heading-title { color: inherit; }
body .elementor a:not(.elementor-button) { color: inherit; }
body .elementor a:not(.elementor-button):hover { color: var(--red); }

.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px;
  overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: #fff; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0,0,0,.6); clip: auto !important;
  clip-path: none; color: #111; display: block; font-size: .875rem; font-weight: 700; height: auto; left: .5rem;
  line-height: normal; padding: .75rem 1rem; text-decoration: none; top: .5rem; width: auto; z-index: 100000;
}

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; padding: 14px 0;
  background: rgba(247,243,236,.82); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,.62); box-shadow: 0 16px 54px rgba(8,9,13,.07);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { background: rgba(247,243,236,.95); }
.admin-bar .site-header { top: 32px; }
.header-inner { display: flex; align-items: center; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 220px; }
.brand img, .brand .custom-logo { width: 58px; height: 58px; object-fit: contain; border-radius: 18px; box-shadow: 0 14px 30px rgba(217,0,0,.20); }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-size: 1rem; letter-spacing: -.02em; color: var(--ink); }
.brand em { color: var(--muted); font-style: normal; font-size: .78rem; }
.main-navigation { flex: 1; display: flex; justify-content: flex-end; }
.main-menu { display: flex; align-items: center; justify-content: center; gap: 4px; margin: 0; padding: 6px; list-style: none; background: rgba(8,9,13,.055); border-radius: 999px; }
.main-menu a { display: inline-flex; padding: 9px 13px; border-radius: 999px; color: #20232c; font-size: .9rem; font-weight: 900; text-decoration: none; transition: background .2s ease, color .2s ease; }
.main-menu a:hover { background: #fff; color: var(--red); }
.menu-toggle { display: none; }

.eyebrow { margin: 0 0 14px; color: var(--red); font-size: .78rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.btn, .elementor-widget-button .elementor-button {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 52px;
  padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font-weight: 900; text-decoration: none;
  cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  background: var(--red); color: #fff; fill: #fff;
}
.btn:hover, .elementor-widget-button .elementor-button:hover { transform: translateY(-2px); color: #fff; background: var(--red-deep); }
.lunda-btn-primary .elementor-button, .btn-primary { background: linear-gradient(135deg, var(--red-hot), var(--red)); color: #fff; box-shadow: 0 18px 46px rgba(217,0,0,.34); }
.lunda-btn-card .elementor-button, .btn-card { width: 100%; background: var(--ink-2); color: #fff; box-shadow: none; }
.lunda-btn-card .elementor-button:hover { background: var(--red); }

.hero {
  position: relative; isolation: isolate; min-height: min(980px, 100svh); display: flex; align-items: center;
  padding-top: 150px; padding-bottom: 72px; color: #fff;
  background: radial-gradient(circle at 78% 16%, rgba(255,22,51,.28), transparent 26%), radial-gradient(circle at 12% 24%, rgba(255,255,255,.10), transparent 24%), linear-gradient(135deg, #06070b 0%, #11131a 48%, #570000 100%);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2; opacity: .9;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 86%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(6,7,11,.94), rgba(6,7,11,.56) 42%, rgba(6,7,11,.18)), url('../img/lunda-hero-detail.webp') center right / min(58vw, 920px) auto no-repeat;
  opacity: .72;
}
.hero > .elementor-container { width: min(calc(100% - 32px), var(--container)); display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(34px, 5vw, 70px); align-items: center; margin-inline: auto; }
.hero .elementor-column { width: auto !important; }
.hero h1, .section-heading h2, .about-copy h2, .booking-copy h2 {
  margin: 0; line-height: .96; letter-spacing: -.065em; text-wrap: balance;
}
.hero h1 { max-width: 720px; font-size: clamp(3.35rem, 7.6vw, 7.8rem); line-height: .9; letter-spacing: -.075em; color: #fff; }
.hero .lead, .hero .lead p { color: rgba(255,255,255,.78); max-width: 720px; font-size: clamp(1.08rem, 1.8vw, 1.32rem); }
.hero .elementor-widget-button { margin-top: 22px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.trust-row span { min-width: 160px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.72); backdrop-filter: blur(16px); }
.trust-row strong { display: block; color: #fff; font-size: 1.05rem; line-height: 1.2; }
.hero-visual { position: relative; min-height: 520px; }
.hero-main-image img { width: 100%; height: min(54vw, 560px); min-height: 420px; object-fit: cover; border-radius: 36px; border: 1px solid rgba(255,255,255,.18); box-shadow: var(--shadow-premium); }
.hero-main-image .elementor-widget-container { position: relative; }
.hero-main-image .elementor-widget-container::after { content: ""; position: absolute; inset: 0; border-radius: 36px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); pointer-events: none; }
.hero-badge { position: absolute; left: -18px; bottom: 30px; display: grid; padding: 16px 18px; border-radius: 24px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: var(--shadow); max-width: 240px; }
.hero-badge span { color: var(--muted); font-size: .78rem; font-weight: 900; }
.hero-badge strong { color: var(--red); font-size: 1.45rem; line-height: 1.1; }
.hero-badge em { font-style: normal; font-size: .82rem; color: #343741; }

.section-heading { max-width: 760px; margin-bottom: 0; }
.section-heading h2 { font-size: clamp(2.4rem, 5vw, 4.7rem); color: var(--ink); }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.lunda-heading-section > .elementor-container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.services-row, .pricing-row { padding: 0 15px 96px; }
.services-row > .elementor-container, .pricing-row > .elementor-container { width: min(calc(100% - 32px), var(--container)); display: grid; gap: 20px; margin-inline: auto; }
.services-row > .elementor-container { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pricing-row > .elementor-container { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.services-row .elementor-column, .pricing-row .elementor-column { width: auto !important; }
.service-card, .price-card, .booking-card, .callout, .contact-item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 50px rgba(16,17,21,.06); }
.service-card { overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card > .elementor-widget-wrap { padding: 0 !important; display: flex; flex-direction: column; min-height: 100%; }
.service-media-widget img { width: 100%; aspect-ratio: 4 / 2.65; object-fit: cover; display: block; }
.service-card .elementor-widget:not(.service-media-widget) { padding-inline: 28px; }
.service-card .elementor-widget:last-child { padding-bottom: 30px; }
.service-card .service-icon { display: block; color: var(--red); font-weight: 1000; letter-spacing: -.08em; font-size: 3rem; line-height: 1; padding-top: 26px; }
.service-card h3 { margin: 12px 0 10px; font-size: 2rem; line-height: 1.1; letter-spacing: -.04em; color: var(--ink); }
.service-card p { color: var(--muted); margin: 0; }
.service-card-red { background: var(--red); color: #fff; }
.service-card-red h3, .service-card-red p, .service-card-red .service-icon { color: #fff; }

.process { background: #f7f7f8; }
.process > .elementor-container { width: min(calc(100% - 32px), var(--container)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 46px; align-items: center; margin-inline: auto; }
.process .elementor-column { width: auto !important; }
.process-steps .elementor-widget-container { display: grid; gap: 14px; }
.process-steps .elementor-widget-text-editor .elementor-widget-container { display: block; }
.process-steps div { display: flex; align-items: center; gap: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.process-steps strong { display: grid; place-items: center; flex: 0 0 52px; width: 52px; height: 52px; border-radius: 18px; background: var(--red); color: #fff; font-size: 1.4rem; }
.process-steps span { font-weight: 900; }

.pricing { background: linear-gradient(180deg, #fff 0%, #f6f6f8 100%); }
.price-card { display: flex; flex-direction: column; padding: 24px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(217,0,0,.24); }
.price-card > .elementor-widget-wrap { display: flex; flex-direction: column; height: 100%; }
.price-card-badge span { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: var(--red-soft); color: var(--red); font-size: .76rem; font-weight: 900; }
.price-card h3 { margin: 18px 0 10px; font-size: 1.55rem; line-height: 1.1; letter-spacing: -.04em; color: var(--ink); }
.price-card p { color: var(--muted); margin: 0; }
.price-list { display: grid; gap: 8px; padding-top: 20px; }
.price-list div { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.price-list span { color: var(--muted); }
.price-list strong { color: var(--ink); font-size: 1.1rem; }
.addon-note p, .addon-note { margin-top: 14px !important; padding: 14px; border-radius: 18px; background: #fff0f0; color: var(--red-deep) !important; font-weight: 800; }
.price-card .elementor-widget-button { margin-top: auto; padding-top: 22px; }

.about { background: var(--ink-2); color: #fff; }
.about > .elementor-container, .booking > .elementor-container { width: min(calc(100% - 32px), var(--container)); display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; margin-inline: auto; }
.about .elementor-column, .booking .elementor-column { width: auto !important; }
.about-visual { border-radius: 36px; background: radial-gradient(circle at 35% 20%, rgba(217,0,0,.5), transparent 36%), #181b25; padding: 16px; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.about-visual img { border-radius: 28px; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.about-copy h2, .booking-copy h2 { font-size: clamp(2.4rem, 5vw, 4.7rem); }
.about-copy p, .about-copy .check-list { color: rgba(255,255,255,.72); }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #fff; background: var(--red); width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: .78rem; font-weight: 900; }
.booking { background: #fff; }
.booking-copy p { color: var(--muted); font-size: 1.08rem; }
.hours-card { margin-top: 24px; padding: 18px 20px; border-radius: 24px; background: var(--ink-2); color: #fff; display: grid; gap: 4px; width: fit-content; max-width: 100%; }
.hours-card span { color: rgba(255,255,255,.68); font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.hours-card strong { color: #fff; font-size: 1.15rem; }
.hours-card.compact { background: #f4f4f6; color: var(--ink); border: 1px solid var(--line); }
.hours-card.compact span { color: var(--muted); }
.hours-card.compact strong { color: var(--ink); }
.booking-card { padding: clamp(20px, 3vw, 32px); }
.booking-card form { display: grid; gap: 14px; }
.booking-card label { display: grid; gap: 8px; font-weight: 850; }
.booking-card input, .booking-card textarea, .booking-card select { width: 100%; border: 1px solid var(--line); border-radius: 18px; padding: 14px 16px; color: var(--text); background: #fff; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.booking-card input:focus, .booking-card textarea:focus, .booking-card select:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(217,0,0,.09); }
.hp-field { position: absolute; left: -9999px; opacity: 0; }
.form-message { padding: 14px 16px; margin-bottom: 16px; border-radius: 18px; font-weight: 900; }
.form-message.success { background: #eaf8ee; color: #126b2b; }
.form-message.error { background: #fff0f0; color: #970000; }

.site-map-section { padding: clamp(72px, 7vw, 96px) 15px 0; background: var(--cream); }
.map-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 24px; align-items: stretch; }
.map-copy { padding: clamp(24px, 4vw, 44px); border-radius: 32px; background: var(--ink-2); color: #fff; box-shadow: var(--shadow); }
.map-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: .96; letter-spacing: -.06em; }
.map-copy p { color: rgba(255,255,255,.72); }
.map-frame { min-height: 420px; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(8,9,13,.08); background: #ddd; }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 420px; border: 0; }
.site-footer { background: #0c0d11; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .8fr; gap: 30px; padding: 40px 0; }
.footer-logo { border-radius: 16px; width: 72px; height: 72px; object-fit: contain; }
.site-footer h2 { font-size: 1rem; margin: 0 0 12px; }
.site-footer p { color: rgba(255,255,255,.68); max-width: 470px; }
.site-footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.social-links {
  margin-top: 12px;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.social-link {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.26);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  background: #fff;
  border-color: #fff;
}
.social-link svg {
  width: 11px;
  height: 11px;
  fill: #fff;
}
.social-link:hover svg,
.social-link:focus-visible svg {
  fill: #111;
}
.social-link {
  color: #fff;
}
.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;
}
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; color: rgba(255,255,255,.56); }
.default-content { padding-top: 150px; }
.content-area { max-width: 820px; }
.elementor-fullwidth-page { padding-top: 88px; }
.page-template-template-elementor-fullwidth .elementor-location-header, .page-template-template-elementor-fullwidth .elementor-location-footer { width: 100%; }
.reveal-on-scroll { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .hero > .elementor-container, .about > .elementor-container, .booking > .elementor-container, .process > .elementor-container, .map-shell { grid-template-columns: 1fr; }
  .services-row > .elementor-container { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pricing-row > .elementor-container { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-visual { min-height: auto; }
  .hero-main-image img { min-height: 360px; height: auto; }
}
@media (max-width: 860px) {
  .admin-bar .site-header { top: 46px; }
  .section-pad { padding-block: 72px; }
  .menu-toggle { display: inline-grid; place-items: center; gap: 5px; margin-left: auto; width: 46px; height: 46px; border: 0; border-radius: 15px; background: var(--ink-2); cursor: pointer; }
  .menu-toggle span:not(.screen-reader-text) { width: 20px; height: 2px; border-radius: 2px; background: #fff; }
  .main-navigation { position: fixed; inset: 84px 16px auto; display: none; padding: 14px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
  .main-navigation.is-open { display: block; }
  .main-menu { display: grid; justify-content: stretch; background: transparent; padding: 0; }
  .main-menu a { padding: 14px 16px; background: #f5f5f7; }
  .brand span { display: none; }
  .hero { min-height: auto; padding-top: 118px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero::after { background-size: 900px auto; opacity: .42; }
  .services-row > .elementor-container, .pricing-row > .elementor-container, .footer-grid { grid-template-columns: 1fr; }
  .hero-badge { display: none; }
  .service-card, .price-card, .booking-card { border-radius: 24px; }
}
@media (max-width: 560px) {
  .container, .hero > .elementor-container, .lunda-heading-section > .elementor-container, .services-row > .elementor-container, .pricing-row > .elementor-container, .process > .elementor-container, .about > .elementor-container, .booking > .elementor-container { width: min(calc(100% - 30px), var(--container)); }
  .hero .elementor-widget-button, .hero .elementor-button { width: 100%; }
  .trust-row span { flex: 1 1 100%; }
  .service-card .elementor-widget:not(.service-media-widget) { padding-inline: 22px; }
  .price-card { padding: 20px; }
  .map-frame, .map-frame iframe { min-height: 340px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}

/* V20 Elementor-stable overrides: red/grey/black/white palette only. */
:root,
body,
.elementor,
.elementor-kit-15 {
  --e-global-color-primary: var(--red) !important;
  --e-global-color-secondary: var(--ink-2) !important;
  --e-global-color-text: var(--text) !important;
  --e-global-color-accent: var(--red) !important;
  --e-global-color-astglobalcolor0: var(--red) !important;
  --e-global-color-astglobalcolor1: var(--red-deep) !important;
  --e-global-color-astglobalcolor2: var(--ink) !important;
  --e-global-color-astglobalcolor3: var(--muted) !important;
  --e-global-color-astglobalcolor4: #f7f7f8 !important;
}

.elementor a,
.site-main a {
  color: inherit;
}

.elementor-widget-button .elementor-button,
.elementor-button,
.elementor-button-link,
.elementor a.elementor-button {
  background: var(--red) !important;
  background-color: var(--red) !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  min-height: 52px;
  padding: 15px 24px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 16px 40px rgba(217,0,0,.28) !important;
}

.elementor-widget-button .elementor-button:hover,
.elementor-button:hover,
.elementor-button-link:hover,
.elementor a.elementor-button:hover {
  background: var(--red-deep) !important;
  background-color: var(--red-deep) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.elementor-widget-button.lunda-btn-card .elementor-button,
.lunda-btn-card .elementor-button {
  width: 100%;
  background: var(--ink-2) !important;
  background-color: var(--ink-2) !important;
  box-shadow: none !important;
}

.elementor-widget-button.lunda-btn-card .elementor-button:hover,
.lunda-btn-card .elementor-button:hover {
  background: var(--red) !important;
  background-color: var(--red) !important;
}

.site-main .elementor-section-wrap > .elementor-element,
.site-main .elementor > .elementor-element,
.site-main .e-con {
  min-width: 0;
}

.hero.lunda-hero-section > .e-con-inner,
.hero.lunda-hero-section > .elementor-container {
  width: min(calc(100% - 32px), var(--container));
  display: grid !important;
  grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr) !important;
  gap: clamp(34px, 5vw, 70px) !important;
  align-items: center !important;
  margin-inline: auto !important;
}

.lunda-heading-section > .e-con-inner,
.lunda-heading-section > .elementor-container,
.lunda-card-section > .e-con-inner,
.lunda-card-section > .elementor-container,
.process > .e-con-inner,
.process > .elementor-container,
.about > .e-con-inner,
.about > .elementor-container,
.booking > .e-con-inner,
.booking > .elementor-container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto !important;
}

.lunda-heading-section > .e-con-inner,
.lunda-heading-section > .elementor-container {
  display: block !important;
}

.services-row > .e-con-inner,
.services-row > .elementor-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 20px !important;
}

.pricing-row > .e-con-inner,
.pricing-row > .elementor-container {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  gap: 20px !important;
}

.process > .e-con-inner,
.process > .elementor-container {
  display: grid !important;
  grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr) !important;
  gap: 46px !important;
  align-items: center !important;
}

.about > .e-con-inner,
.about > .elementor-container,
.booking > .e-con-inner,
.booking > .elementor-container {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
  gap: 54px !important;
  align-items: center !important;
}

.hero-content,
.hero-visual,
.service-card,
.price-card,
.about-visual,
.about-copy,
.booking-copy,
.booking-form-column {
  min-width: 0 !important;
}

.hero-content.e-con,
.hero-visual.e-con,
.service-card.e-con,
.price-card.e-con,
.about-visual.e-con,
.about-copy.e-con,
.booking-copy.e-con,
.booking-form-column.e-con {
  --width: 100%;
  width: 100% !important;
}

.elementor-editor-active .reveal-on-scroll,
.elementor-editor-preview .reveal-on-scroll,
.elementor-edit-mode .reveal-on-scroll,
.elementor-page .reveal-on-scroll {
  opacity: 1;
  transform: none;
}

.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-text-editor p {
  color: inherit;
}

.elementor-widget-text-editor,
.elementor-widget-heading {
  color: inherit;
}

.hero .elementor-widget-text-editor,
.hero .elementor-widget-heading,
.about .elementor-widget-text-editor,
.about .elementor-widget-heading {
  color: #fff;
}

.hero .lead,
.hero .lead p,
.hero-content .lead,
.hero-content .lead p {
  color: rgba(255,255,255,.82) !important;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero .hero-main-image img,
.hero-main-image img {
  width: 100%;
  min-height: 470px;
  object-fit: cover;
  border-radius: 34px;
  display: block;
  box-shadow: var(--shadow);
}

.service-card,
.price-card,
.booking-card {
  overflow: hidden;
}

.service-card.e-con,
.price-card.e-con {
  padding: 0 !important;
  gap: 0 !important;
}

.service-card .elementor-widget:not(.service-media-widget) {
  padding-inline: 28px;
}

.price-card.e-con {
  padding: 24px !important;
}

.booking-card .elementor-widget-container,
.booking-shortcode-widget .elementor-widget-container {
  width: 100%;
}

.elementor iframe,
.map-frame iframe {
  max-width: 100%;
}

*:focus-visible {
  outline: 3px solid rgba(217,0,0,.45) !important;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .hero.lunda-hero-section > .e-con-inner,
  .hero.lunda-hero-section > .elementor-container,
  .process > .e-con-inner,
  .process > .elementor-container,
  .about > .e-con-inner,
  .about > .elementor-container,
  .booking > .e-con-inner,
  .booking > .elementor-container,
  .map-shell {
    grid-template-columns: 1fr !important;
  }

  .pricing-row > .e-con-inner,
  .pricing-row > .elementor-container,
  .services-row > .e-con-inner,
  .services-row > .elementor-container {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}

@media (max-width: 767px) {
  .container,
  .hero.lunda-hero-section > .e-con-inner,
  .hero.lunda-hero-section > .elementor-container,
  .lunda-heading-section > .e-con-inner,
  .lunda-heading-section > .elementor-container,
  .lunda-card-section > .e-con-inner,
  .lunda-card-section > .elementor-container,
  .process > .e-con-inner,
  .process > .elementor-container,
  .about > .e-con-inner,
  .about > .elementor-container,
  .booking > .e-con-inner,
  .booking > .elementor-container {
    width: min(calc(100% - 30px), var(--container)) !important;
  }

  .services-row > .e-con-inner,
  .services-row > .elementor-container,
  .pricing-row > .e-con-inner,
  .pricing-row > .elementor-container {
    grid-template-columns: 1fr !important;
  }

  .hero-main-image img,
  .hero .hero-main-image img {
    min-height: 320px;
    border-radius: 26px;
  }

  .hero-badge {
    display: none !important;
  }

  .section-pad {
    padding-block: 68px;
    padding-inline: 15px;
  }

  .hero {
    padding-top: 112px !important;
  }

  .price-card.e-con,
  .booking-card {
    padding: 20px !important;
  }
}


/* V21 Elementor-safe layout and strict red/grey/black/white palette. */
:root,
body,
.elementor,
[class*="elementor-kit-"] {
  --e-global-color-primary: #d90000 !important;
  --e-global-color-secondary: #11131a !important;
  --e-global-color-text: #161820 !important;
  --e-global-color-accent: #d90000 !important;
  --e-a-color-primary: #d90000 !important;
  --e-a-color-primary-bold: #b00000 !important;
  --e-a-color-accent: #d90000 !important;
  --e-a-color-info: #d90000 !important;
}
.elementor a,
.elementor a:hover,
.elementor a:focus { color: inherit; }
.elementor-button,
.elementor a.elementor-button,
.elementor-widget-button .elementor-button,
button.elementor-button,
.btn,
.btn-primary {
  background: #d90000 !important;
  background-color: #d90000 !important;
  color: #ffffff !important;
  border-color: #d90000 !important;
  border-radius: 999px !important;
  box-shadow: 0 16px 40px rgba(217,0,0,.28) !important;
  text-decoration: none !important;
}
.elementor-button:hover,
.elementor-widget-button .elementor-button:hover,
.btn-primary:hover {
  background: #a70000 !important;
  background-color: #a70000 !important;
  color: #ffffff !important;
  border-color: #a70000 !important;
}
.elementor-button:focus,
.elementor input:focus,
.elementor textarea:focus,
.elementor select:focus {
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(217,0,0,.14) !important;
}
.lunda-btn-card .elementor-button,
.price-card .elementor-button {
  background: #11131a !important;
  background-color: #11131a !important;
  border-color: #11131a !important;
  box-shadow: none !important;
  width: 100%;
}
.lunda-btn-card .elementor-button:hover,
.price-card .elementor-button:hover { background: #d90000 !important; border-color: #d90000 !important; }

.site-main .elementor-section .elementor-container,
.site-main .elementor-section.elementor-section-boxed > .elementor-container {
  width: min(calc(100% - 30px), var(--container));
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 20px;
}
.site-main .elementor-column { min-width: 0; }
.site-main .elementor-widget-wrap { align-content: stretch; }
.hero.elementor-section > .elementor-container,
.process.elementor-section > .elementor-container,
.about.elementor-section > .elementor-container,
.booking.elementor-section > .elementor-container {
  align-items: center;
}
.hero.elementor-section > .elementor-container { gap: clamp(28px, 5vw, 56px); }
.hero .hero-content .elementor-widget-wrap,
.hero .hero-visual .elementor-widget-wrap,
.about .about-copy .elementor-widget-wrap,
.booking .booking-copy .elementor-widget-wrap,
.booking .booking-form-column .elementor-widget-wrap,
.process .process-steps .elementor-widget-wrap,
.process .section-heading .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lunda-card-section.elementor-section > .elementor-container { align-items: stretch; }
.lunda-grid-3.elementor-section > .elementor-container > .elementor-column { flex: 1 1 0; }
.lunda-grid-4.elementor-section > .elementor-container > .elementor-column { flex: 1 1 0; }
.service-card > .elementor-widget-wrap,
.price-card > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-card { overflow: hidden; }
.price-card { min-height: 100%; }
.price-card .elementor-widget-button { margin-top: auto; }
.hero-main-image img,
.about-image-widget img,
.service-media-widget img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.hero-main-image img { min-height: 500px; border-radius: 34px; }
.about-image-widget img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 28px;
  min-height: 0;
}
.service-media-widget img { aspect-ratio: 4 / 2.8; border-radius: 0; }
.elementor-editor-active .reveal-on-scroll,
.elementor-editor-active .reveal-on-scroll.is-visible,
.elementor-editor-active .hero-content,
.elementor-editor-active .hero-visual,
.elementor-editor-active .service-card,
.elementor-editor-active .price-card {
  opacity: 1 !important;
  transform: none !important;
}
.elementor-editor-active .site-header,
.elementor-editor-preview .site-header { position: relative !important; top: auto !important; }
.elementor-editor-active .elementor-fullwidth-page,
.elementor-editor-preview .elementor-fullwidth-page { padding-top: 0 !important; }
.elementor-editor-active .hero { padding-top: 70px !important; min-height: auto !important; }

@media (max-width: 1024px) {
  .hero.elementor-section > .elementor-container,
  .process.elementor-section > .elementor-container,
  .about.elementor-section > .elementor-container,
  .booking.elementor-section > .elementor-container {
    flex-direction: column;
  }
  .hero.elementor-section > .elementor-container > .elementor-column,
  .process.elementor-section > .elementor-container > .elementor-column,
  .about.elementor-section > .elementor-container > .elementor-column,
  .booking.elementor-section > .elementor-container > .elementor-column {
    width: 100% !important;
  }
  .lunda-grid-4.elementor-section > .elementor-container { flex-wrap: wrap; }
  .lunda-grid-4.elementor-section > .elementor-container > .elementor-column { width: calc(50% - 10px) !important; flex-basis: calc(50% - 10px); }
  .lunda-grid-3.elementor-section > .elementor-container { flex-wrap: wrap; }
  .lunda-grid-3.elementor-section > .elementor-container > .elementor-column { width: calc(50% - 10px) !important; flex-basis: calc(50% - 10px); }
  .hero-main-image img { min-height: 380px; }
}
@media (max-width: 767px) {
  .site-main .elementor-section .elementor-container,
  .site-main .elementor-section.elementor-section-boxed > .elementor-container {
    width: min(calc(100% - 30px), var(--container));
    flex-direction: column;
    gap: 18px;
  }
  .site-main .elementor-section .elementor-container > .elementor-column,
  .lunda-grid-4.elementor-section > .elementor-container > .elementor-column,
  .lunda-grid-3.elementor-section > .elementor-container > .elementor-column {
    width: 100% !important;
    flex-basis: 100% !important;
  }
  .section-pad { padding-block: 70px; padding-inline: 0; }
  .hero { padding-top: 116px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.8rem); }
  .hero-main-image img { min-height: 320px; }
  .about-image-widget img { min-height: 0; }
  .elementor-button { width: 100%; }
}

/* Elementor footer compact guard. */
.site-footer.elementor-section,
.site-footer.section-pad {
  padding: 40px 15px !important;
}
.site-footer .footer-logo,
.site-footer img.footer-logo,
.site-footer .footer-logo img {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  object-fit: contain !important;
  display: block !important;
}
.site-footer .social-links {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 12px !important;
}
.site-footer .social-link {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.site-footer .social-link svg {
  width: 11px !important;
  height: 11px !important;
  max-width: 11px !important;
  max-height: 11px !important;
  flex: 0 0 11px !important;
  display: block !important;
}

/* Footer final readability pass. */
.site-footer,
.site-footer.elementor-section {
  background: #06070a !important;
  color: #ffffff !important;
}
.site-footer.elementor-section,
.site-footer.section-pad {
  padding: 26px 15px !important;
}
.site-footer > .elementor-container,
.site-footer.elementor-section > .elementor-container,
.site-footer .footer-grid {
  align-items: flex-start !important;
  gap: 22px !important;
}
.footer-grid {
  padding: 30px 0 !important;
}
.site-footer .elementor-widget:not(:last-child) {
  margin-bottom: 8px !important;
}
.site-footer h2,
.site-footer .elementor-heading-title {
  color: #ffffff !important;
  font-size: 0.95rem !important;
  line-height: 1.25 !important;
  margin: 0 0 8px !important;
}
.site-footer p,
.site-footer .elementor-widget-text-editor,
.site-footer .elementor-widget-text-editor p {
  color: #e9edf3 !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}
.site-footer a {
  color: #ffffff !important;
}
.site-footer .footer-logo,
.site-footer .footer-logo img,
.site-footer .elementor-widget-image.footer-logo img {
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  object-fit: contain !important;
}
.site-footer .social-links {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 10px !important;
}
.site-footer .social-link {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #06070a !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
}
.site-footer .social-link svg,
.site-footer .social-link svg path {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  fill: #06070a !important;
  color: #06070a !important;
  display: block !important;
  opacity: 1 !important;
}
.site-footer .social-link:hover,
.site-footer .social-link:focus-visible {
  background: #d90000 !important;
  border-color: #d90000 !important;
  color: #ffffff !important;
}
.site-footer .social-link:hover svg,
.site-footer .social-link:hover svg path,
.site-footer .social-link:focus-visible svg,
.site-footer .social-link:focus-visible svg path {
  fill: #ffffff !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .site-footer.elementor-section,
  .site-footer.section-pad {
    padding: 24px 15px !important;
  }
  .site-footer > .elementor-container,
  .site-footer.elementor-section > .elementor-container,
  .site-footer .footer-grid {
    gap: 18px !important;
  }
}

.site-footer .elementor-widget-image img {
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  object-fit: contain !important;
  display: block !important;
}

/* Footer social handle pills. */
.site-footer .social-links {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 12px !important;
}
.site-footer .social-link {
  width: auto !important;
  min-width: 0 !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 13px 0 11px !important;
  border-radius: 999px !important;
  gap: 8px !important;
  background: #ffffff !important;
  border: 1px solid rgba(255,255,255,.92) !important;
  color: #07080c !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.22) !important;
}
.site-footer .social-link svg,
.site-footer .social-link svg path {
  width: 17px !important;
  height: 17px !important;
  max-width: 17px !important;
  max-height: 17px !important;
  fill: #07080c !important;
  color: #07080c !important;
  flex: 0 0 17px !important;
}
.site-footer .social-label {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
  border: 0 !important;
  color: #07080c !important;
  font-size: .86rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}
.site-footer .social-link:hover,
.site-footer .social-link:focus-visible {
  transform: translateY(-1px) !important;
  background: #d90000 !important;
  border-color: #d90000 !important;
  color: #ffffff !important;
}
.site-footer .social-link:hover svg,
.site-footer .social-link:hover svg path,
.site-footer .social-link:focus-visible svg,
.site-footer .social-link:focus-visible svg path,
.site-footer .social-link:hover .social-label,
.site-footer .social-link:focus-visible .social-label {
  fill: #ffffff !important;
  color: #ffffff !important;
}

/* Footer follow column. */
.footer-grid,
.site-footer.elementor-section > .elementor-container {
  grid-template-columns: 1.25fr .95fr .85fr .8fr !important;
}
.site-footer .footer-social-column .elementor-widget-wrap,
.site-footer .footer-social-column {
  align-content: flex-start !important;
}
.site-footer .footer-social-column .social-links,
.site-footer .footer-social-column.social-links,
.site-footer .footer-social-column .elementor-widget-text-editor .social-links {
  margin-top: 6px !important;
}
.site-footer .social-links {
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 9px !important;
}
.site-footer .social-link {
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 15px 0 13px !important;
  gap: 10px !important;
}
.site-footer .social-link svg,
.site-footer .social-link svg path {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  flex-basis: 20px !important;
}
.site-footer .social-label {
  font-size: .92rem !important;
}
@media (max-width: 1024px) {
  .footer-grid,
  .site-footer.elementor-section > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .footer-grid,
  .site-footer.elementor-section > .elementor-container {
    grid-template-columns: 1fr !important;
  }
}
/* Footer social icon refresh. */
.site-footer .social-link {
    height: 46px !important;
    min-height: 46px !important;
    padding: 6px 16px 6px 7px !important;
    gap: 11px !important;
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}
.site-footer .social-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
}
.site-footer .social-icon-instagram {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 48%, #515bd4 100%) !important;
}
.site-footer .social-icon-tiktok {
    background: #050505 !important;
    box-shadow: inset 3px 0 0 #25f4ee, inset -3px 0 0 #fe2c55 !important;
}
.site-footer .social-icon-facebook {
    background: #1877f2 !important;
}
.site-footer .social-icon svg {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    display: block !important;
    color: currentColor !important;
}
.site-footer .social-icon .social-stroke {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}
.site-footer .social-icon .social-fill {
    fill: currentColor !important;
    stroke: none !important;
}
.site-footer .social-label {
    color: #ffffff !important;
    font-size: .93rem !important;
    font-weight: 900 !important;
}
.site-footer .social-link:hover,
.site-footer .social-link:focus-visible {
    background: rgba(217, 0, 0, .22) !important;
    border-color: rgba(217, 0, 0, .55) !important;
}
