:root {
  color-scheme: light;
  --bg: #fbfdfa;
  --surface: #ffffff;
  --ink: #0f2e22;
  --text: #24352d;
  --muted: #5c6d64;
  --line: rgba(6, 78, 59, 0.14);
  --green-950: #022c22;
  --green-900: #064e3b;
  --green-700: #0d6b4f;
  --green-600: #059669;
  --green-500: #34b57f;
  --mint-50: #f0fdf4;
  --mint-100: #d1fae5;
  --gold: #fbbf24;
  --gold-dark: #b45309;
  --radius-card: 1.25rem;
  --radius-pill: 999px;
  --shadow: 0 20px 50px rgba(6, 46, 34, 0.1);
  --shadow-lg: 0 30px 70px rgba(6, 46, 34, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

body {
  margin: 0;
  overscroll-behavior: none;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
}

img {
  display: block;
  max-width: 100%;
}

h1, h2, h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--ink);
  font-weight: 600;
  margin: 0;
}

a {
  color: inherit;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--green-600);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.76rem;
  font-weight: 700;
}

.eyebrow--light {
  color: var(--gold);
}

#header-sentinel {
  height: 1px;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 2rem;
  background: rgba(251, 253, 250, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 200ms ease;
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-decoration: none;
}

.brand__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--green-950);
  letter-spacing: 0.01em;
}

.brand__tag {
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green-600);
}

.site-nav {
  display: flex;
  gap: 1.5rem;
}

.site-nav a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 500;
  transition: color 160ms ease;
}

.site-nav a:hover {
  color: var(--green-700);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  white-space: nowrap;
  color: var(--green-700);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--green-900);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.lang-switch:hover {
  background: var(--surface-alt, #f0f1ec);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 20px;
  margin: 0 auto;
  background: var(--green-950);
  border-radius: 2px;
}

/* ---------- Buttons ---------- */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  border-radius: var(--radius-pill);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: scale(0.97);
}

.button--primary {
  background: linear-gradient(135deg, var(--green-600), var(--green-700));
  color: #fff;
  box-shadow: 0 14px 30px rgba(6, 78, 59, 0.28);
}

.button--ghost {
  border-color: var(--line);
  color: var(--ink);
  background: var(--surface);
}

.button--light {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.button--light:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 2rem;
  overflow: hidden;
  background: var(--green-950);
}

.hero__scale {
  position: absolute;
  inset: 0;
  z-index: 0;
  transform-origin: center center;
  will-change: transform;
}

.hero__video {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(1.08) contrast(1.14) brightness(0.85) sepia(0.06);
  transform: scale(1.02);
  animation: hero-video-drift 30s ease-in-out infinite;
}

@keyframes hero-video-drift {
  0% { transform: scale(1.02) translate3d(0, 0, 0); }
  50% { transform: scale(1.07) translate3d(-0.8%, -0.4%, 0); }
  100% { transform: scale(1.02) translate3d(0, 0, 0); }
}

.hero__mesh {
  position: absolute;
  inset: 0;
  mix-blend-mode: color;
  opacity: 0.3;
  background: linear-gradient(
    135deg,
    rgba(10, 58, 52, 0.95) 0%,
    rgba(14, 46, 36, 0.5) 50%,
    rgba(198, 149, 74, 0.4) 100%
  );
}

.hero__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 3px 3px;
}

.hero__vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 40%, rgba(1, 8, 6, 0.65) 100%);
}

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(2, 20, 15, 0.05) 0%,
    rgba(2, 20, 15, 0.1) 45%,
    rgba(2, 16, 12, 0.6) 82%,
    rgba(1, 10, 8, 0.88) 100%
  );
}

.hero__particles {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  filter: blur(0.4px);
}

.hero__content {
  position: relative;
  z-index: 4;
  max-width: 900px;
}

.hero__panel {
  background: rgba(4, 20, 16, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.4rem;
  padding: 2rem 2.2rem;
  max-width: 660px;
  display: inline-block;
}

.hero h1 {
  font-size: clamp(2.6rem, 6.2vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 4px 40px rgba(2, 20, 15, 0.5);
}

.hero__lead {
  margin: 1.3rem 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

/* ---------- USP strip ---------- */

.usp-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto;
  padding: 2.4rem 2rem;
}

.usp-strip__item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0 1.6rem;
  border-left: 1px solid var(--line);
  text-align: center;
}

.usp-strip__item:first-child {
  border-left: none;
}

.usp-strip__item strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--ink);
}

.usp-strip__item span {
  font-size: 0.86rem;
  color: var(--muted);
}

/* ---------- Sections ---------- */

.section {
  padding: 5.5rem 2rem;
  max-width: 1180px;
  margin: 0 auto;
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
}

/* ---------- Specialty (hedge trimming feature + other tasks) ---------- */

.specialty {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.specialty__feature {
  position: relative;
  min-height: 460px;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 260ms ease, box-shadow 260ms ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.specialty__feature:hover {
  box-shadow: var(--shadow-lg);
}

.specialty__feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.specialty__feature:hover img {
  transform: scale(1.05);
}

.specialty__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 44, 34, 0) 30%, rgba(2, 44, 34, 0.88) 100%);
}

.specialty__body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2rem 2.2rem;
  color: #fff;
}

.specialty__body h3 {
  color: #fff;
  font-size: clamp(1.5rem, 2.2vw, 1.9rem);
  margin-bottom: 0.5rem;
}

.specialty__body p {
  margin: 0 0 1.1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  max-width: 50ch;
}

.specialty__extra {
  border-radius: var(--radius-card);
  background: var(--surface-alt, #f4f4f0);
  border: 1px solid var(--line);
  padding: 2rem 2.2rem;
  display: flex;
  flex-direction: column;
}

.specialty__extra h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.specialty__extra > p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 0 1.1rem;
}

.specialty__list {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.specialty__list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.95rem;
  color: var(--ink, #1b1e1b);
}

.specialty__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.specialty__link {
  margin-top: auto;
  color: var(--green-900);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
}

.specialty__link:hover {
  text-decoration: underline;
}

/* ---------- About ---------- */

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.about__media {
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about__media img {
  aspect-ratio: 4 / 3.2;
  object-fit: cover;
}

.about__content h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  margin-bottom: 1.1rem;
}

.about__content p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
  margin: 0 0 1rem;
}

.about__list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.7rem;
}

.about__list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 500;
  color: var(--ink);
}

.about__list li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--mint-100);
  color: var(--green-700);
  font-size: 0.8rem;
  flex-shrink: 0;
}

/* ---------- Gallery (cinematic filmstrip) ---------- */

.gallery-section {
  background: var(--green-950);
  max-width: none;
  padding: 5.5rem 0;
  overflow: hidden;
}

.gallery-section .section-heading {
  max-width: 680px;
  padding: 0 2rem;
}

.gallery-section .section-heading h2 {
  color: #fff;
}

.filmstrip {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0.6rem 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 3px, transparent 3px 22px) top / 100% 8px no-repeat,
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 3px, transparent 3px 22px) bottom / 100% 8px no-repeat;
  scrollbar-width: none;
}

.filmstrip::-webkit-scrollbar {
  display: none;
}

.filmstrip__track {
  display: flex;
  gap: 1.1rem;
  padding: 1.4rem 2rem;
  width: max-content;
}

.filmstrip-frame {
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: min(72vw, 360px);
  aspect-ratio: 3 / 4;
  border-radius: 0.9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
}

.filmstrip-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.filmstrip-frame:hover img {
  transform: scale(1.06);
}

.filmstrip-frame__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.9rem 1rem;
  background: linear-gradient(180deg, rgba(2, 44, 34, 0) 0%, rgba(2, 44, 34, 0.85) 100%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
}

.filmstrip__progress {
  max-width: 1180px;
  margin: 1.4rem auto 0;
  padding: 0 2rem;
}

.filmstrip__progress-bar {
  position: relative;
  height: 2px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.filmstrip__progress-bar::after {
  content: '';
  position: absolute;
  inset: 0;
  width: var(--progress, 0%);
  background: var(--gold);
  border-radius: 999px;
  transition: width 80ms linear;
}

/* ---------- FAQ ---------- */

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 1rem;
  overflow: hidden;
}

.faq-item__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.3rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--ink);
  text-align: left;
}

.faq-item__icon {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: '';
  position: absolute;
  background: var(--green-700);
  border-radius: 2px;
  transition: transform 220ms ease;
}

.faq-item__icon::before {
  top: 9px;
  left: 2px;
  width: 16px;
  height: 2px;
}

.faq-item__icon::after {
  top: 2px;
  left: 9px;
  width: 2px;
  height: 16px;
}

.faq-item.is-open .faq-item__icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 280ms ease;
}

.faq-item__a p {
  margin: 0;
  padding: 0 1.3rem 1.2rem;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.96rem;
}

/* ---------- Reviews ---------- */

.reviews-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.4rem;
  align-items: stretch;
}

.review-feature {
  background: var(--green-950);
  color: #fff;
  border-radius: 1.4rem;
  padding: 2.4rem 2.2rem;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1rem;
}

.review-feature__stars {
  color: var(--gold);
  letter-spacing: 0.15em;
}

.review-feature__quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-style: italic;
  line-height: 1.4;
  margin: 0;
}

.review-feature__footer {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.review-feature__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}

.review-feature__footer div {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.review-feature__footer span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.review-compact-list {
  display: grid;
  gap: 1.4rem;
}

.review-compact {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  padding: 1.4rem 1.5rem;
  box-shadow: var(--shadow);
}

.review-compact__stars {
  color: var(--gold);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.review-compact p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  margin: 0 0 0.6rem;
  color: var(--ink);
}

.review-compact span {
  font-size: 0.85rem;
  color: var(--muted);
}

.reviews-source {
  text-align: center;
  margin: 2rem 0 0;
  font-size: 0.85rem;
  color: var(--muted);
}

/* ---------- Contact ---------- */

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.6rem;
  align-items: stretch;
}

.contact__panel {
  background: var(--green-950);
  color: #fff;
  border-radius: 1.6rem;
  padding: 2.6rem 2.3rem;
  box-shadow: var(--shadow-lg);
}

.contact__panel h2 {
  color: #fff;
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
  margin-bottom: 1rem;
}

.contact__panel > p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  margin: 0 0 2rem;
}

.contact__info {
  display: grid;
  gap: 1.4rem;
  margin: 0;
}

.contact__info dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--green-500);
  margin-bottom: 0.35rem;
}

.contact__info dd {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.6;
}

.contact__info a {
  text-decoration: none;
  color: #fff;
}

.contact__form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  padding: 2.4rem 2.3rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 1.1rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.contact__form label {
  display: grid;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}

.contact__form input,
.contact__form textarea {
  font-family: inherit;
  font-size: 0.95rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.7rem;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--text);
  resize: vertical;
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: var(--muted);
}

.contact__form input:focus,
.contact__form textarea:focus {
  outline: none;
  border-color: var(--green-600);
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.16);
}

.form-note {
  margin: 0;
  font-size: 0.88rem;
  color: var(--green-700);
  min-height: 1.2em;
}

.form-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--green-950);
  color: rgba(255, 255, 255, 0.7);
  padding: 2.6rem 2rem 2.2rem;
  text-align: center;
}

.site-footer__top {
  max-width: 1180px;
  margin: 0 auto 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer .brand__name {
  color: #fff;
  font-size: 1.3rem;
}

.site-footer__links {
  display: flex;
  gap: 1.4rem;
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.9rem;
}

.site-footer__links a:hover {
  color: var(--gold);
}

.site-footer p {
  margin: 0.3rem 0;
  font-size: 0.88rem;
}

.site-footer__credit a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 600;
}

/* ---------- Lightbox ---------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(2, 12, 9, 0.92);
  padding: 2rem;
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 0.6rem;
}

.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox__close:active,
.lightbox__prev:active,
.lightbox__next:active {
  transform: scale(0.94);
}

.lightbox__close { top: 1.4rem; right: 1.4rem; }
.lightbox__prev { left: 1.4rem; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 1.4rem; top: 50%; transform: translateY(-50%); }

/* ---------- Link button (inline, styled like a text link) ---------- */

.link-button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

/* ---------- Privacy modal ---------- */

.modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(2, 12, 9, 0.75);
  padding: 1.5rem;
}

.modal.is-open {
  display: flex;
}

.modal__panel {
  position: relative;
  background: var(--surface);
  color: var(--ink);
  max-width: 560px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 1.2rem;
  padding: 2.2rem 2.2rem 2rem;
  box-shadow: var(--shadow-lg);
}

.modal__panel h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.modal__panel p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 1rem;
}

.modal__panel p:last-child {
  margin-bottom: 0;
}

.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- Cookie banner ---------- */

.cookie-banner {
  position: fixed;
  right: 1.2rem;
  bottom: 6rem;
  left: auto;
  z-index: 90;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  background: var(--green-950);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  padding: 1.1rem 1.3rem;
  box-shadow: var(--shadow-lg);
  max-width: 380px;
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
}

.cookie-banner .link-button {
  color: var(--gold);
}

/* ---------- Chatbot ---------- */

.chatbot {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 95;
}

.chatbot__toggle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: none;
  background: var(--green-900);
  color: #fff;
  box-shadow: var(--shadow-lg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms ease;
}

.chatbot__toggle:hover {
  transform: scale(1.06);
}

.chatbot__icon-close {
  display: none;
}

.chatbot.is-open .chatbot__icon-open {
  display: none;
}

.chatbot.is-open .chatbot__icon-close {
  display: block;
}

.chatbot__panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(360px, calc(100vw - 2.4rem));
  height: min(520px, calc(100vh - 8rem));
  background: var(--surface);
  border-radius: 1.2rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  display: none;
  flex-direction: column;
  overflow: hidden;
}

.chatbot.is-open .chatbot__panel {
  display: flex;
}

.chatbot__header {
  background: var(--green-950);
  color: #fff;
  padding: 1rem 1.2rem;
  display: flex;
  flex-direction: column;
}

.chatbot__header strong {
  font-size: 1rem;
}

.chatbot__header span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
}

.chatbot__messages {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.chatbot__msg {
  max-width: 85%;
  padding: 0.55rem 0.8rem;
  border-radius: 0.9rem;
  font-size: 0.88rem;
  line-height: 1.5;
}

.chatbot__msg--bot {
  align-self: flex-start;
  background: var(--surface-alt, #f0f1ec);
  color: var(--ink);
  border-bottom-left-radius: 0.25rem;
}

.chatbot__msg--user {
  align-self: flex-end;
  background: var(--green-900);
  color: #fff;
  border-bottom-right-radius: 0.25rem;
}

.chatbot__msg a {
  color: inherit;
  text-decoration: underline;
}

.chatbot__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1.1rem 0.8rem;
}

.chatbot__quick button {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--green-900);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 0.78rem;
  cursor: pointer;
}

.chatbot__quick button:hover {
  background: var(--surface-alt, #f0f1ec);
}

.chatbot__form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  border-top: 1px solid var(--line);
}

.chatbot__form input {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font: inherit;
  font-size: 0.88rem;
}

.chatbot__form input:focus {
  outline: 2px solid var(--green-700);
  outline-offset: 1px;
}

.chatbot__form button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: var(--green-900);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .chatbot {
    right: 0.8rem;
    bottom: 0.8rem;
  }

  .chatbot__panel {
    width: calc(100vw - 1.6rem);
  }
}

/* ---------- Reveal animation ---------- */

.reveal,
.reveal-l {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}

.reveal-l {
  transform: translateX(-30px);
}

.reveal.is-visible,
.reveal-l.is-visible {
  opacity: 1;
  transform: none;
}

.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-l, .hero__frame, .specialty__feature, .button {
    animation: none !important;
    transition: none !important;
  }
  .reveal, .reveal-l { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */

@media (max-width: 1000px) {
  .about,
  .contact,
  .reviews-layout {
    grid-template-columns: 1fr;
  }

  .specialty {
    grid-template-columns: 1fr;
  }

  .specialty__feature {
    min-height: 380px;
  }
}

@media (max-width: 1100px) {
  .cookie-banner {
    left: 0.8rem;
    right: 0.8rem;
    bottom: auto;
    top: 78px;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .site-nav {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--surface);
    flex-direction: column;
    padding: 1.2rem 2rem 1.6rem;
    gap: 1rem;
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    transition: transform 240ms ease;
    z-index: 40;
  }

  .site-nav.is-open {
    transform: translateY(0);
  }

  .nav-toggle {
    display: flex;
  }

  .header-call span:last-child {
    display: none;
  }

  .header-call {
    padding: 0.7rem;
  }

  .hero {
    padding-bottom: 2rem;
  }

  .hero__panel {
    padding: 1.5rem 1.6rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 9vw, 2.6rem);
    line-height: 1.06;
  }

  .hero__lead {
    font-size: 1rem;
    margin-top: 0.9rem;
  }

  .hero__actions {
    margin-top: 1.2rem;
  }

  .section {
    padding: 4rem 1.2rem;
  }

  .gallery-section {
    padding: 4rem 0;
  }

  .gallery-section .section-heading {
    padding: 0 1.2rem;
  }

  .usp-strip {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    text-align: center;
  }

  .usp-strip__item {
    border-left: none;
    border-top: 1px solid var(--line);
    padding: 1rem 0 0;
  }

  .usp-strip__item:first-child {
    border-top: none;
  }

  .specialty__feature {
    min-height: 300px;
  }

  .filmstrip-frame {
    width: min(80vw, 300px);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact__panel,
  .contact__form {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .filmstrip-frame {
    width: 78vw;
  }
}
