/* Presentation and accessibility layer for the recovered Alpine application. */

:root {
  --background: 42 33% 98%;
  --foreground: 221 30% 16%;
  --card: 0 0% 100%;
  --card-foreground: 221 30% 16%;
  --primary: 231 47% 18%;
  --primary-foreground: 0 0% 100%;
  --primary-hover: 231 50% 13%;
  --accent: 347 82% 46%;
  --accent-foreground: 0 0% 100%;
  --accent-hover: 350 81% 42%;
  --secondary: 221 35% 14%;
  --secondary-foreground: 0 0% 100%;
  --muted: 216 24% 95%;
  --muted-foreground: 216 15% 39%;
  --border: 216 22% 87%;
  --input: 216 22% 82%;
  --ring: 347 82% 46%;
  --section-bg: 42 33% 98%;
  --shadow-soft: 0 10px 30px rgb(24 30 66 / 8%);
  --shadow-elegant: 0 24px 70px rgb(24 30 66 / 14%);
  --radius: 0.75rem;
  --alpine-navy: #181e42;
  --alpine-navy-deep: #0e1533;
  --alpine-red: #d6153f;
  --alpine-ivory: #f8f7f3;
  --alpine-slate: #526174;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
  background: var(--alpine-ivory);
}

body {
  overflow-x: clip;
  background: var(--alpine-ivory);
  color: hsl(var(--foreground));
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgb(214 21 63 / 20%);
  color: var(--alpine-navy-deep);
}

.container {
  width: min(100%, 1280px);
  max-width: 1280px !important;
  padding-inline: clamp(1.25rem, 4vw, 3rem) !important;
}

a,
button,
input,
textarea,
[role="combobox"] {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
[role="combobox"]:focus-visible {
  outline: 3px solid rgb(214 21 63 / 65%) !important;
  outline-offset: 3px !important;
}

.recovery-main {
  display: block;
}

#main-content,
#hero,
#contact-form,
#services,
#about,
#gallery,
#areas,
section[data-component-file="GoogleMap.tsx"] {
  scroll-margin-top: 5.5rem;
}

.recovery-skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-220%);
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 0.5rem;
  background: var(--alpine-navy);
  color: #fff;
  padding: 0.8rem 1rem;
  font-weight: 700;
  box-shadow: 0 8px 28px rgb(0 0 0 / 22%);
}

.recovery-skip-link:focus {
  transform: translateY(0);
}

.recovery-eyebrow,
.recovery-kicker {
  margin-bottom: 0.85rem;
  color: var(--alpine-red);
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.2;
  text-transform: uppercase;
}

.recovery-eyebrow::before,
.recovery-kicker::before {
  display: inline-block;
  width: 2.5rem;
  height: 2px;
  margin-right: 0.75rem;
  background: currentColor;
  content: "";
  vertical-align: 0.25em;
}

/* Header */

header[data-component-file="Header.tsx"] {
  border-bottom: 1px solid rgb(24 30 66 / 9%) !important;
  background: rgb(255 255 255 / 96%) !important;
  box-shadow: 0 8px 30px rgb(24 30 66 / 7%) !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

[data-lov-id="src/components/Header.tsx:32:8"] {
  height: 4.75rem !important;
}

.recovery-brand-link {
  display: inline-flex;
  align-items: center;
  border-radius: 0.65rem;
}

[data-lov-id="src/components/Header.tsx:35:12"] {
  width: 3.5rem !important;
  height: 3.5rem !important;
  border-radius: 0.6rem !important;
  box-shadow: 0 6px 20px rgb(24 30 66 / 16%) !important;
  object-fit: cover;
}

[data-lov-id="src/components/Header.tsx:44:12"] {
  gap: clamp(1.25rem, 3vw, 2.75rem) !important;
}

[data-lov-id="src/components/Header.tsx:46:16"] {
  position: relative;
  min-height: 44px;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--alpine-navy) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

[data-lov-id="src/components/Header.tsx:46:16"]::after {
  position: absolute;
  right: 1rem;
  bottom: 0.35rem;
  left: 1rem;
  height: 2px;
  background: var(--alpine-red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

[data-lov-id="src/components/Header.tsx:46:16"]:hover {
  background: transparent !important;
}

[data-lov-id="src/components/Header.tsx:46:16"]:hover::after,
[data-lov-id="src/components/Header.tsx:46:16"]:focus-visible::after {
  transform: scaleX(1);
}

[data-lov-id="src/components/Header.tsx:59:10"] a {
  color: var(--alpine-navy) !important;
  font-size: 0.92rem;
}

[data-lov-id="src/components/Header.tsx:66:12"] {
  min-height: 44px;
  border-radius: 0.45rem !important;
  background: var(--alpine-red) !important;
  box-shadow: 0 8px 20px rgb(214 21 63 / 20%) !important;
  letter-spacing: 0.02em;
  transform: none !important;
}

[data-lov-id="src/components/Header.tsx:66:12"]:hover {
  background: #ca1238 !important;
}

button[data-lov-id="src/components/Header.tsx:72:10"] {
  min-width: 48px;
  min-height: 48px;
  border: 1px solid rgb(24 30 66 / 10%);
  border-radius: 0.55rem !important;
  color: var(--alpine-navy);
}

[data-lov-id="src/components/Header.tsx:78:23"] {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  max-height: calc(100dvh - 4.75rem);
  overflow-y: auto;
  border-top: 1px solid rgb(24 30 66 / 8%) !important;
  background: #fff;
  padding: 0.75rem max(1.25rem, calc((100vw - 1280px) / 2 + 3rem)) 1.25rem !important;
  box-shadow: 0 18px 35px rgb(14 21 51 / 14%);
}

[data-lov-id="src/components/Header.tsx:79:12"] {
  gap: 0.15rem;
}

[data-lov-id="src/components/Header.tsx:79:12"] > * + * {
  margin-top: 0 !important;
}

[data-lov-id="src/components/Header.tsx:80:38"] {
  display: flex;
  min-height: 48px;
  align-items: center;
  border-bottom: 1px solid rgb(24 30 66 / 8%);
  color: var(--alpine-navy) !important;
  font-family: Montserrat, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

[data-lov-id="src/components/Header.tsx:88:14"] {
  margin-top: 0.6rem !important;
  padding-top: 0.8rem !important;
}

[data-lov-id="src/components/Header.tsx:90:18"],
[data-lov-id="src/components/Header.tsx:94:18"] {
  min-height: 48px;
}

[data-lov-id="src/components/Header.tsx:94:18"] {
  background: var(--alpine-red) !important;
}

/* Hero */

#hero {
  min-height: clamp(44rem, 100svh, 58rem) !important;
  padding-top: 4.75rem;
  background: var(--alpine-navy-deep);
  isolation: isolate;
}

#hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(7 13 34 / 40%) 0%, rgb(7 13 34 / 30%) 33%, rgb(7 13 34 / 72%) 100%),
    linear-gradient(90deg, rgb(7 13 34 / 18%), transparent 35%, rgb(7 13 34 / 8%));
  content: "";
}

#hero img {
  object-position: center 48%;
  filter: saturate(0.93) contrast(1.02);
}

[data-lov-id="src/components/Hero.tsx:43:6"] {
  padding-top: clamp(7rem, 14vh, 10rem) !important;
  padding-bottom: clamp(4rem, 9vh, 6.5rem) !important;
}

.recovery-kicker {
  color: #fff;
  text-shadow: 0 2px 10px rgb(0 0 0 / 30%);
}

.recovery-kicker::before {
  background: var(--alpine-red);
}

#hero h1 {
  max-width: 69rem;
  margin-right: auto !important;
  margin-bottom: 1.4rem !important;
  margin-left: auto !important;
  color: #fff !important;
  font-size: clamp(2.9rem, 5.5vw, 5.2rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em;
  line-height: 0.99 !important;
  text-shadow: 0 4px 30px rgb(0 0 0 / 38%) !important;
  -webkit-text-stroke: 0 !important;
}

[data-lov-id="src/components/Hero.tsx:59:10"] {
  max-width: 52rem !important;
  margin-bottom: 2rem !important;
  color: rgb(255 255 255 / 92%) !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: clamp(1.08rem, 2vw, 1.45rem) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  text-shadow: 0 2px 18px rgb(0 0 0 / 40%);
}

[data-lov-id="src/components/Hero.tsx:67:10"] {
  display: grid !important;
  width: min(100%, 73rem) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 !important;
  margin: 0 auto 2.25rem !important;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 0.75rem;
  background: rgb(14 21 51 / 76%);
  box-shadow: 0 18px 55px rgb(0 0 0 / 18%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

[data-lov-id="src/components/Hero.tsx:70:12"],
[data-lov-id="src/components/Hero.tsx:75:12"],
[data-lov-id="src/components/Hero.tsx:80:12"],
[data-lov-id="src/components/Hero.tsx:85:12"] {
  min-width: 0;
  min-height: 4.6rem;
  justify-content: center;
  border-right: 1px solid rgb(255 255 255 / 14%);
  padding: 0.85rem 1rem;
  font-size: 0.88rem !important;
  line-height: 1.35;
}

[data-lov-id="src/components/Hero.tsx:85:12"] {
  border-right: 0;
}

[data-lov-id="src/components/Hero.tsx:70:12"] span:last-child,
[data-lov-id="src/components/Hero.tsx:75:12"] span:last-child,
[data-lov-id="src/components/Hero.tsx:80:12"] span:last-child,
[data-lov-id="src/components/Hero.tsx:85:12"] span:last-child {
  white-space: normal !important;
}

[data-lov-id="src/components/Hero.tsx:71:14"],
[data-lov-id="src/components/Hero.tsx:76:14"],
[data-lov-id="src/components/Hero.tsx:81:14"],
[data-lov-id="src/components/Hero.tsx:86:14"] {
  color: #ff365d !important;
}

[data-lov-id="src/components/Hero.tsx:74:12"],
[data-lov-id="src/components/Hero.tsx:79:12"],
[data-lov-id="src/components/Hero.tsx:84:12"] {
  display: none !important;
}

[data-lov-id="src/components/Hero.tsx:92:10"] {
  gap: 0.8rem !important;
}

[data-lov-id="src/components/Hero.tsx:92:10"] > a,
[data-lov-id="src/components/Hero.tsx:92:10"] > button {
  min-width: 12rem;
  min-height: 3.35rem;
  border-radius: 0.45rem !important;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transform: none !important;
}

[data-lov-id="src/components/Hero.tsx:92:10"] > a {
  border: 1px solid rgb(255 255 255 / 72%) !important;
  background: rgb(14 21 51 / 66%) !important;
  color: #fff !important;
}

[data-lov-id="src/components/Hero.tsx:92:10"] > a:hover {
  background: #fff !important;
  color: var(--alpine-navy) !important;
}

[data-lov-id="src/components/Hero.tsx:92:10"] > button {
  background: var(--alpine-red) !important;
  box-shadow: 0 12px 32px rgb(214 21 63 / 30%) !important;
}

#hero .animate-fade-in,
#hero .animate-scale-in {
  animation: none !important;
}

/* Shared section typography */

#services,
#gallery,
#about,
#areas,
#contact-form,
section[data-component-file="GoogleMap.tsx"] {
  padding-top: clamp(5rem, 8vw, 7rem) !important;
  padding-bottom: clamp(5rem, 8vw, 7rem) !important;
}

#services h2,
#gallery h2,
#about h2,
#areas h2,
#contact-form h2,
section[data-component-file="GoogleMap.tsx"] h2 {
  margin-bottom: 1rem !important;
  color: var(--alpine-navy) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: clamp(2.1rem, 4vw, 3.6rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em;
  line-height: 1.06 !important;
}

#services > .container > div:first-child,
#gallery > .container > div:first-child,
#areas > .container > div:first-child,
#contact-form > .container > div:first-child,
section[data-component-file="GoogleMap.tsx"] > .container > div:first-child {
  margin-bottom: clamp(2.5rem, 5vw, 4.25rem) !important;
}

#services > .container > div:first-child > p:last-child,
#gallery > .container > div:first-child > p:last-child,
#areas > .container > div:first-child > p:last-child,
#contact-form > .container > div:first-child > p:last-child,
section[data-component-file="GoogleMap.tsx"] > .container > div:first-child > p:last-child {
  color: var(--alpine-slate) !important;
  font-size: 1.04rem !important;
  line-height: 1.7;
}

/* Services */

#services {
  background: #fff !important;
}

[data-lov-id="src/components/Services.tsx:201:8"] {
  gap: 1.35rem !important;
  margin-bottom: 3.5rem !important;
}

[data-lov-id="src/components/Services.tsx:203:12"] {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgb(24 30 66 / 10%) !important;
  border-radius: 1rem !important;
  box-shadow: 0 10px 30px rgb(24 30 66 / 7%) !important;
  transform: translateY(0) !important;
}

[data-lov-id="src/components/Services.tsx:203:12"]:hover {
  border-color: rgb(214 21 63 / 28%) !important;
  box-shadow: 0 20px 44px rgb(24 30 66 / 13%) !important;
  transform: translateY(-4px) !important;
}

[data-lov-id="src/components/Services.tsx:208:14"] {
  display: flex;
  height: 100%;
  flex-direction: column;
}

[data-lov-id="src/components/Services.tsx:210:16"] {
  aspect-ratio: 16 / 10 !important;
  background: #dfe5eb;
}

[data-lov-id="src/components/Services.tsx:211:18"] {
  transition-duration: 500ms !important;
}

[data-lov-id="src/components/Services.tsx:218:16"] {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.4rem !important;
}

[data-lov-id="src/components/Services.tsx:221:16"] {
  margin-bottom: 0.7rem !important;
  color: var(--alpine-navy) !important;
  font-size: 1.05rem !important;
  line-height: 1.25;
}

[data-lov-id="src/components/Services.tsx:226:16"] {
  margin-bottom: 1rem !important;
  color: var(--alpine-slate) !important;
  font-size: 0.9rem;
  line-height: 1.65 !important;
}

[data-lov-id="src/components/Services.tsx:231:16"] {
  margin-bottom: 1.25rem !important;
}

[data-lov-id="src/components/Services.tsx:233:20"] {
  color: #303b4e !important;
  font-size: 0.8rem !important;
}

[data-lov-id="src/components/Services.tsx:234:22"] {
  width: 0.38rem !important;
  height: 0.38rem !important;
  background: var(--alpine-red) !important;
}

[data-lov-id="src/components/Services.tsx:243:20"] {
  min-height: 44px;
  margin-top: auto;
  border-color: rgb(24 30 66 / 28%) !important;
  border-radius: 0.45rem !important;
  color: var(--alpine-navy) !important;
  font-family: Montserrat, sans-serif;
  font-size: 0.76rem !important;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

[data-lov-id="src/components/Services.tsx:243:20"]:hover,
[data-lov-id="src/components/Services.tsx:203:12"]:hover [data-lov-id="src/components/Services.tsx:243:20"] {
  border-color: var(--alpine-navy) !important;
  background: var(--alpine-navy) !important;
  color: #fff !important;
}

[data-lov-id="src/components/Services.tsx:298:10"] {
  min-height: 50px;
  border-radius: 0.45rem !important;
  background: var(--alpine-red) !important;
  box-shadow: 0 12px 28px rgb(214 21 63 / 18%) !important;
  font-family: Montserrat, sans-serif;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transform: none !important;
}

[data-lov-id="src/components/Services.tsx:301:10"] {
  color: var(--alpine-slate) !important;
}

[role="dialog"] {
  border: 1px solid rgb(24 30 66 / 12%) !important;
  border-radius: 1rem !important;
  box-shadow: 0 30px 90px rgb(14 21 51 / 25%) !important;
}

[role="dialog"] button {
  min-width: 44px;
  min-height: 44px;
}

/* Gallery */

#gallery {
  background: var(--alpine-navy-deep) !important;
}

#gallery .recovery-eyebrow {
  color: #ff365d;
}

#gallery h2 {
  color: #fff !important;
}

#gallery > .container > div:first-child > p:last-child {
  color: rgb(255 255 255 / 70%) !important;
}

[data-lov-id="src/components/Gallery.tsx:42:8"] {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, 14.5rem);
  gap: 0.9rem !important;
  margin-bottom: 0 !important;
}

[data-lov-id="src/components/Gallery.tsx:44:12"] {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 0.9rem !important;
  box-shadow: 0 16px 40px rgb(0 0 0 / 20%) !important;
  transform: none !important;
}

[data-lov-id="src/components/Gallery.tsx:44:12"]:first-child {
  grid-row: span 2;
  grid-column: span 2;
}

[data-lov-id="src/components/Gallery.tsx:48:14"] {
  width: 100% !important;
  height: 100% !important;
  transition-duration: 550ms !important;
}

/* About */

#about {
  background: var(--alpine-ivory) !important;
}

[data-lov-id="src/components/About.tsx:8:8"] {
  max-width: 74rem !important;
}

[data-lov-id="src/components/About.tsx:10:10"] {
  display: grid;
  max-width: none !important;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(2.5rem, 6vw, 5rem);
  text-align: left !important;
}

[data-lov-id="src/components/About.tsx:14:12"] {
  display: grid;
  gap: 1.25rem;
}

[data-lov-id="src/components/About.tsx:14:12"] > * + * {
  margin-top: 0 !important;
}

[data-lov-id="src/components/About.tsx:14:12"] p {
  color: var(--alpine-slate) !important;
  font-size: 1rem !important;
  line-height: 1.78 !important;
}

[data-lov-id="src/components/About.tsx:21:14"] {
  display: none;
}

[data-lov-id="src/components/About.tsx:31:10"] {
  gap: 1.35rem !important;
  margin-top: 3rem;
}

[data-lov-id="src/components/About.tsx:32:12"],
[data-lov-id="src/components/About.tsx:46:12"] {
  border: 1px solid rgb(24 30 66 / 10%) !important;
  border-radius: 1rem !important;
  box-shadow: 0 12px 32px rgb(24 30 66 / 7%) !important;
}

[data-lov-id="src/components/About.tsx:33:14"],
[data-lov-id="src/components/About.tsx:47:14"] {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  column-gap: 1.25rem;
  padding: 1.8rem !important;
  text-align: left !important;
}

[data-lov-id="src/components/About.tsx:34:16"],
[data-lov-id="src/components/About.tsx:48:16"] {
  width: 3.5rem !important;
  height: 3.5rem !important;
  grid-row: span 2;
  margin: 0 !important;
  background: rgb(214 21 63 / 9%) !important;
}

[data-lov-id="src/components/About.tsx:37:16"],
[data-lov-id="src/components/About.tsx:51:16"] {
  margin-bottom: 0.45rem !important;
  color: var(--alpine-navy) !important;
  font-size: 1rem !important;
}

[data-lov-id="src/components/About.tsx:40:16"],
[data-lov-id="src/components/About.tsx:54:16"] {
  color: var(--alpine-slate) !important;
  font-size: 0.9rem;
  line-height: 1.65 !important;
}

/* Service area */

#areas {
  background: #eef1f5 !important;
}

#areas [class*="rounded-lg"] {
  border-color: rgb(24 30 66 / 9%) !important;
  border-radius: 0.8rem !important;
}

#areas [class*="bg-card"],
#areas [class*="bg-muted"] {
  box-shadow: 0 10px 30px rgb(24 30 66 / 6%);
}

/* Contact */

#contact-form {
  background:
    radial-gradient(circle at 92% 8%, rgb(214 21 63 / 7%), transparent 32rem),
    var(--alpine-ivory) !important;
}

[data-lov-id="src/components/ContactForm.tsx:177:8"] {
  gap: 2rem !important;
}

[data-lov-id="src/components/ContactForm.tsx:180:12"] {
  overflow: hidden;
  border: 1px solid rgb(24 30 66 / 9%) !important;
  border-radius: 1.1rem !important;
  box-shadow: 0 22px 60px rgb(24 30 66 / 10%) !important;
}

[data-lov-id="src/components/ContactForm.tsx:186:14"] {
  padding: 2rem !important;
}

#contact-form form {
  gap: 0;
}

#contact-form form > * + * {
  margin-top: 1.1rem !important;
}

#contact-form label {
  color: var(--alpine-navy) !important;
  font-family: Montserrat, sans-serif;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.025em;
}

#contact-form input,
#contact-form textarea,
#contact-form [role="combobox"] {
  min-height: 48px;
  border-color: rgb(24 30 66 / 16%) !important;
  border-radius: 0.5rem !important;
  background: #fff !important;
}

#contact-form textarea {
  min-height: 8rem;
}

#contact-form input:focus,
#contact-form textarea:focus,
#contact-form [role="combobox"]:focus {
  border-color: rgb(214 21 63 / 55%) !important;
}

[data-lov-id="src/components/ContactForm.tsx:329:18"] {
  min-height: 52px;
  border-radius: 0.5rem !important;
  background: var(--alpine-red) !important;
  box-shadow: 0 12px 28px rgb(214 21 63 / 18%) !important;
  font-family: Montserrat, sans-serif;
  font-size: 0.84rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

[data-lov-id="src/components/ContactForm.tsx:337:18"] {
  color: var(--alpine-slate) !important;
  font-size: 0.78rem !important;
  line-height: 1.55;
}

.recovery-form-status {
  min-height: 1.25rem;
  margin-top: 0.75rem !important;
  color: var(--alpine-navy);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

[data-lov-id="src/components/ContactForm.tsx:351:10"] > div:first-child {
  border: 0 !important;
  border-radius: 1.1rem !important;
  background: var(--alpine-navy) !important;
  box-shadow: 0 22px 60px rgb(24 30 66 / 16%) !important;
}

[data-lov-id="src/components/ContactForm.tsx:351:10"] > div:first-child h3,
[data-lov-id="src/components/ContactForm.tsx:351:10"] > div:first-child p {
  color: #fff !important;
}

[data-lov-id="src/components/ContactForm.tsx:351:10"] > div:first-child a {
  color: #ff6380 !important;
  overflow-wrap: anywhere;
}

[data-lov-id="src/components/ContactForm.tsx:351:10"] > div:first-child svg {
  color: #ff365d !important;
}

[data-lov-id="src/components/ContactForm.tsx:351:10"] > div:last-child {
  border: 0 !important;
  border-radius: 1.1rem !important;
  background: var(--alpine-red) !important;
  box-shadow: 0 18px 45px rgb(214 21 63 / 18%) !important;
}

[data-lov-id="src/components/ContactForm.tsx:351:10"] > div:last-child h3,
[data-lov-id="src/components/ContactForm.tsx:351:10"] > div:last-child p {
  color: #fff !important;
}

[data-lov-id="src/components/ContactForm.tsx:351:10"] > div:last-child a {
  min-height: 48px;
  border-color: #fff !important;
  background: #fff !important;
  color: var(--alpine-red) !important;
}

/* Office */

section[data-component-file="GoogleMap.tsx"] {
  background: #fff !important;
}

section[data-component-file="GoogleMap.tsx"] iframe {
  min-height: 28rem;
  border: 1px solid rgb(24 30 66 / 10%) !important;
  border-radius: 1rem !important;
  box-shadow: 0 20px 60px rgb(24 30 66 / 10%);
}

section[data-component-file="GoogleMap.tsx"] [class*="rounded-lg"] {
  border-color: rgb(24 30 66 / 9%) !important;
  border-radius: 0.85rem !important;
  box-shadow: 0 10px 28px rgb(24 30 66 / 7%) !important;
}

[data-lov-id="src/components/GoogleMap.tsx:64:18"] {
  min-height: 44px;
}

/* Emergency banner and footer */

section[data-component-file="EmergencyBanner.tsx"] {
  position: relative;
  overflow: hidden;
  background: var(--alpine-red) !important;
  padding-block: 2rem !important;
}

section[data-component-file="EmergencyBanner.tsx"]::before {
  position: absolute;
  inset: -120% auto -120% 55%;
  width: 30rem;
  background: rgb(255 255 255 / 7%);
  content: "";
  transform: rotate(24deg);
}

section[data-component-file="EmergencyBanner.tsx"] > * {
  position: relative;
}

section[data-component-file="EmergencyBanner.tsx"] svg {
  animation: none !important;
}

section[data-component-file="EmergencyBanner.tsx"] a {
  min-height: 48px;
  border-color: #fff !important;
  border-radius: 0.45rem !important;
}

footer[data-component-file="Footer.tsx"] {
  background: var(--alpine-navy-deep) !important;
}

[data-lov-id="src/components/Footer.tsx:23:6"] {
  padding-top: 4.5rem !important;
  padding-bottom: 2.5rem !important;
}

[data-lov-id="src/components/Footer.tsx:24:8"] {
  grid-template-columns: 1.35fr 1fr 1fr 1.1fr;
  gap: 2.5rem !important;
}

[data-lov-id="src/components/Footer.tsx:28:14"] {
  width: 5rem !important;
  height: 5rem !important;
  border-radius: 0.75rem !important;
}

footer h3 {
  font-size: 0.78rem !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

footer p,
footer a {
  color: rgb(255 255 255 / 72%) !important;
  line-height: 1.65;
}

footer a:hover {
  color: #fff !important;
}

[data-lov-id="src/components/Footer.tsx:67:16"],
[data-lov-id="src/components/Footer.tsx:140:16"] {
  color: #ff6380 !important;
}

[data-lov-id="src/components/Footer.tsx:149:8"] {
  border-color: rgb(255 255 255 / 12%) !important;
}

.recovery-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
}

@media (min-width: 1280px) {
  [data-lov-id="src/components/Services.tsx:203:12"]:nth-last-child(2) {
    grid-column: 2;
  }
}

@media (max-width: 1199px) {
  [data-lov-id="src/components/Hero.tsx:67:10"] {
    width: min(100%, 48rem) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-lov-id="src/components/Hero.tsx:75:12"] {
    border-right: 0;
  }

  [data-lov-id="src/components/Hero.tsx:70:12"],
  [data-lov-id="src/components/Hero.tsx:75:12"] {
    border-bottom: 1px solid rgb(255 255 255 / 14%);
  }

  [data-lov-id="src/components/Footer.tsx:24:8"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 4.25rem;
  }

  .container {
    padding-inline: 1.25rem !important;
  }

  #main-content,
  #hero,
  #contact-form,
  #services,
  #about,
  #gallery,
  #areas,
  section[data-component-file="GoogleMap.tsx"] {
    scroll-margin-top: 4.5rem;
  }

  [data-lov-id="src/components/Header.tsx:32:8"] {
    height: 4.25rem !important;
  }

  [data-lov-id="src/components/Header.tsx:35:12"] {
    width: 3rem !important;
    height: 3rem !important;
  }

  [data-lov-id="src/components/Header.tsx:78:23"] {
    max-height: calc(100dvh - 4.25rem);
  }

  #hero {
    min-height: 54rem !important;
    padding-top: 4.25rem;
  }

  #hero img {
    object-position: 54% center;
  }

  #hero::before {
    background: linear-gradient(180deg, rgb(7 13 34 / 36%) 0%, rgb(7 13 34 / 44%) 42%, rgb(7 13 34 / 82%) 100%);
  }

  [data-lov-id="src/components/Hero.tsx:43:6"] {
    padding-top: 4.6rem !important;
    padding-bottom: 3rem !important;
  }

  .recovery-kicker {
    font-size: 0.66rem;
  }

  #hero h1 {
    margin-bottom: 1.1rem !important;
    font-size: clamp(2.2rem, 10vw, 3.15rem) !important;
    line-height: 1.02 !important;
  }

  [data-lov-id="src/components/Hero.tsx:59:10"] {
    margin-bottom: 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }

  [data-lov-id="src/components/Hero.tsx:67:10"] {
    width: 100% !important;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1.5rem !important;
  }

  [data-lov-id="src/components/Hero.tsx:70:12"],
  [data-lov-id="src/components/Hero.tsx:75:12"],
  [data-lov-id="src/components/Hero.tsx:80:12"],
  [data-lov-id="src/components/Hero.tsx:85:12"] {
    min-height: 4.7rem;
    justify-content: flex-start !important;
    padding: 0.7rem 0.65rem !important;
    font-size: 0.72rem !important;
    text-align: left;
  }

  [data-lov-id="src/components/Hero.tsx:92:10"] {
    width: min(100%, 20rem);
    gap: 0.7rem !important;
    margin-inline: auto;
  }

  [data-lov-id="src/components/Hero.tsx:92:10"] > a,
  [data-lov-id="src/components/Hero.tsx:92:10"] > button {
    width: 100%;
    min-height: 3.15rem;
  }

  #services,
  #gallery,
  #about,
  #areas,
  #contact-form,
  section[data-component-file="GoogleMap.tsx"] {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  #services h2,
  #gallery h2,
  #about h2,
  #areas h2,
  #contact-form h2,
  section[data-component-file="GoogleMap.tsx"] h2 {
    font-size: clamp(1.9rem, 9vw, 2.65rem) !important;
  }

  [data-lov-id="src/components/Services.tsx:201:8"] {
    gap: 0.8rem !important;
  }

  [data-lov-id="src/components/Services.tsx:203:12"] {
    min-height: 8.6rem;
    border-radius: 0.75rem !important;
  }

  [data-lov-id="src/components/Services.tsx:208:14"] {
    display: grid;
    grid-template-columns: 7.25rem minmax(0, 1fr);
  }

  [data-lov-id="src/components/Services.tsx:210:16"] {
    height: 100%;
    min-height: 8.6rem;
    aspect-ratio: auto !important;
  }

  [data-lov-id="src/components/Services.tsx:218:16"] {
    min-width: 0;
    justify-content: center;
    padding: 1rem !important;
  }

  [data-lov-id="src/components/Services.tsx:221:16"] {
    margin-bottom: 0.7rem !important;
    font-size: 0.95rem !important;
  }

  [data-lov-id="src/components/Services.tsx:226:16"],
  [data-lov-id="src/components/Services.tsx:231:16"] {
    display: none;
  }

  [data-lov-id="src/components/Services.tsx:243:20"] {
    min-height: 44px;
    padding-inline: 0.75rem !important;
    font-size: 0.68rem !important;
  }

  [data-lov-id="src/components/Services.tsx:298:10"] {
    width: 100%;
    white-space: normal !important;
  }

  [data-lov-id="src/components/Gallery.tsx:42:8"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: 15rem repeat(2, 10rem);
    gap: 0.65rem !important;
  }

  [data-lov-id="src/components/Gallery.tsx:44:12"]:first-child {
    grid-row: auto;
    grid-column: span 2;
  }

  [data-lov-id="src/components/About.tsx:10:10"] {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  [data-lov-id="src/components/About.tsx:31:10"] {
    margin-top: 2rem;
  }

  [data-lov-id="src/components/About.tsx:33:14"],
  [data-lov-id="src/components/About.tsx:47:14"] {
    grid-template-columns: 3rem 1fr;
    padding: 1.25rem !important;
  }

  [data-lov-id="src/components/About.tsx:34:16"],
  [data-lov-id="src/components/About.tsx:48:16"] {
    width: 3rem !important;
    height: 3rem !important;
  }

  [data-lov-id="src/components/ContactForm.tsx:186:14"] {
    padding: 1.25rem !important;
  }

  #contact-form input,
  #contact-form textarea,
  #contact-form button,
  #contact-form [role="combobox"] {
    min-height: 48px;
  }

  section[data-component-file="GoogleMap.tsx"] iframe {
    min-height: 22rem;
  }

  section[data-component-file="EmergencyBanner.tsx"] h2 {
    font-size: 1.2rem !important;
  }

  [data-lov-id="src/components/Footer.tsx:24:8"] {
    grid-template-columns: 1fr;
    gap: 2.25rem !important;
  }

  [data-lov-id="src/components/Footer.tsx:58:18"],
  [data-lov-id="src/components/Footer.tsx:67:16"],
  [data-lov-id="src/components/Footer.tsx:85:18"],
  [data-lov-id="src/components/Footer.tsx:113:16"],
  [data-lov-id="src/components/Footer.tsx:123:16"] {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}

@media (max-width: 390px) {
  [data-lov-id="src/components/Hero.tsx:70:12"],
  [data-lov-id="src/components/Hero.tsx:75:12"],
  [data-lov-id="src/components/Hero.tsx:80:12"],
  [data-lov-id="src/components/Hero.tsx:85:12"] {
    font-size: 0.68rem !important;
  }

  [data-lov-id="src/components/Services.tsx:208:14"] {
    grid-template-columns: 6.6rem minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
