:root {
  --ink: #18201d;
  --muted: #647067;
  --paper: #fbfaf6;
  --panel: #ffffff;
  --brand: #1f8f7c;
  --brand-dark: #126657;
  --accent: #d34b36;
  --line: #dfe5de;
  --shadow: 0 22px 60px rgba(24, 32, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 250, 246, 0.92);
  border-bottom: 1px solid rgba(223, 229, 222, 0.9);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand img {
  width: 170px;
  height: auto;
}

.brand-name {
  font-weight: 800;
  letter-spacing: 0;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.nav-toggle {
  flex-direction: column;
  gap: 5px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #34423b;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.nav a:hover,
.nav a[aria-current="page"] {
  background: #e9f5f1;
  color: var(--brand-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(24, 32, 29, 0.92), rgba(24, 32, 29, 0.68)),
    url("../images/emplacement.jpg") center / cover;
  color: #fff;
}

.hero-inner,
.section-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 48px;
  align-items: center;
  min-height: 620px;
  padding: 76px 0 88px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #bde5dd;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
}

h1 {
  max-width: 740px;
  font-size: clamp(2.3rem, 6vw, 5rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

h3 {
  font-size: 1.15rem;
}

.hero-copy {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.1rem;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 16px 28px rgba(31, 143, 124, 0.28);
}

.button-primary:hover {
  background: var(--brand-dark);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.button-quiet {
  border-color: var(--line);
  color: var(--brand-dark);
  background: #fff;
}

.hero-card {
  align-self: end;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 230px;
  margin: 0 auto 22px;
  border-radius: 6px;
  background: #fff;
}

.hero-card ul,
.check-list,
.legal-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-card li,
.check-list li {
  position: relative;
  padding-left: 28px;
  margin: 12px 0;
}

.hero-card li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(31, 143, 124, 0.14);
}

.section {
  padding: 78px 0;
}

.section.alt {
  background: #edf3ee;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.card,
.price-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 14px 34px rgba(24, 32, 29, 0.07);
}

.card {
  padding: 24px;
}

.card p,
.price-card p,
.contact-card p {
  color: var(--muted);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #e9f5f1;
  color: var(--brand-dark);
  font-weight: 900;
}

.alert-band {
  background: var(--accent);
  color: #fff;
}

.alert-band .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
}

.alert-band strong {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.1;
}

.alert-band p {
  margin: 6px 0 0;
}

.map-frame,
.tour-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.map-frame img {
  width: 100%;
}

.tour-frame {
  max-width: 520px;
  margin: 0 auto;
  padding: 12px;
}

.tour-frame img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gallery-grid a {
  overflow: hidden;
  border-radius: 8px;
  background: #dfe5de;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-grid a:hover img {
  transform: scale(1.04);
}

.prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 24px;
}

.price {
  margin-top: auto;
  color: var(--brand-dark);
  font-size: 2rem;
  font-weight: 900;
}

.price small {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: start;
}

.contact-card {
  padding: 26px;
}

.contact-link {
  display: block;
  margin: 8px 0 20px;
  color: var(--brand-dark);
  font-size: 1.25rem;
  font-weight: 900;
  text-decoration: none;
}

form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #34423b;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid #cbd5cf;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.legal-list {
  display: grid;
  gap: 18px;
}

.legal-list li {
  padding: 24px;
}

.site-footer {
  background: #18201d;
  color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
}

.footer-inner a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.page-title {
  padding: 78px 0 48px;
  background: #edf3ee;
}

.page-title p {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    inset: 73px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

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

  .nav a {
    justify-content: center;
  }

  .hero-inner,
  .two-cols,
  .three-cols,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding: 58px 0;
  }

  .section-head,
  .alert-band .section-inner,
  .footer-inner {
    align-items: start;
    flex-direction: column;
  }

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

@media (max-width: 620px) {
  .brand img {
    width: 138px;
  }

  .section {
    padding: 54px 0;
  }

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

  .hero-actions,
  .section-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
