:root {
  --ink: #17201d;
  --muted: #5f6c67;
  --paper: #fbfcfa;
  --soft: #eef4ef;
  --line: #dce6df;
  --teal: #0f6b64;
  --teal-dark: #073f3c;
  --mint: #8ed4bd;
  --plum: #4b2f52;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(18, 40, 36, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(8, 22, 21, 0.74), rgba(8, 22, 21, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: clamp(190px, 23vw, 300px);
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 36px rgba(6, 25, 24, 0.16);
  backdrop-filter: blur(10px);
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  font-size: 0.92rem;
  font-weight: 600;
}

.nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.86);
}

.nav a:hover {
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 116px clamp(18px, 4vw, 56px) 42px;
  color: var(--white);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 62% center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 25, 24, 0.92) 0%, rgba(6, 25, 24, 0.72) 34%, rgba(6, 25, 24, 0.22) 73%),
    linear-gradient(0deg, rgba(6, 25, 24, 0.78), rgba(6, 25, 24, 0.04) 48%);
}

.hero-content {
  position: relative;
  width: min(100%, 1120px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--mint);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.45rem, 5.5vw, 5.15rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.lead {
  max-width: 710px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.5vw, 1.25rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: #082422;
  background: var(--mint);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 1060px);
  margin: 46px 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  overflow: hidden;
}

.hero-facts div {
  min-height: 126px;
  padding: 20px;
  background: rgba(6, 25, 24, 0.55);
  backdrop-filter: blur(16px);
}

.hero-facts dt {
  font-weight: 800;
}

.hero-facts dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

main > section:not(.hero) {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 4vw, 56px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--paper);
}

.section-copy h2,
.panel h2,
.area h2,
.supervision h2,
.price-note h2,
.contact h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.intro > p,
.section-copy p,
.panel p,
.area p,
.supervision p,
.price-note p,
.contact p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.service-grid article {
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 44px;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  font-weight: 800;
}

h3 {
  margin: 0 0 12px;
  font-size: 1.28rem;
}

.service-grid p {
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
  background: var(--paper);
}

.panel,
.checklist,
.contact {
  border-radius: 8px;
}

.supervision {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background: var(--soft);
}

.supervision p {
  max-width: 760px;
  margin-top: 20px;
}

.document-card {
  display: grid;
  gap: 12px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.document-card strong {
  color: var(--teal-dark);
  font-size: 1.2rem;
}

.document-card span {
  color: var(--muted);
}

.document-card .button {
  margin-top: 10px;
}


.panel {
  padding: clamp(30px, 5vw, 58px);
}

.panel.dark {
  color: var(--white);
  background: var(--teal-dark);
}

.panel.dark .eyebrow {
  color: var(--mint);
}

.panel.dark p {
  max-width: 760px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.checklist {
  display: grid;
  align-content: stretch;
  border: 1px solid var(--line);
  background: var(--white);
  overflow: hidden;
}

.checklist div {
  display: grid;
  gap: 8px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.checklist div:last-child {
  border-bottom: 0;
}

.checklist strong {
  color: var(--teal-dark);
}

.checklist span {
  color: var(--muted);
}

.equipment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: #f7faf8;
}

.equipment .section-copy p {
  max-width: 720px;
  margin-top: 20px;
}

.equipment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.equipment-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--teal-dark);
  font-weight: 800;
}

.process {
  background: var(--white);
}

.process ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  overflow: hidden;
}

.process li {
  min-height: 180px;
  padding: 26px;
  background: var(--paper);
}

.process strong,
.process span {
  display: block;
}

.process strong {
  margin-bottom: 14px;
  font-size: 1.18rem;
}

.process span {
  color: var(--muted);
}

.price-note {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background: var(--soft);
}

.price-note .section-copy p {
  max-width: 720px;
  margin-top: 20px;
}

.note-box {
  display: grid;
  gap: 12px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.note-box strong {
  color: var(--teal-dark);
  font-size: 1.2rem;
}

.note-box span {
  color: var(--muted);
}

.area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background: var(--paper);
}

.area p {
  max-width: 760px;
  margin-top: 20px;
}

.area-box {
  display: grid;
  gap: 10px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.area-box strong {
  color: var(--teal-dark);
  font-size: 1.2rem;
}

.area-box span {
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-dark), #1c5e52 62%, var(--plum));
}

.contact .eyebrow {
  color: var(--mint);
}

.contact p {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

address {
  display: grid;
  gap: 20px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  font-style: normal;
}

address strong {
  font-size: 1.18rem;
}

.contact-person {
  display: grid;
  gap: 6px;
}

.contact-person span {
  color: var(--white);
  font-weight: 800;
}

address a,
address span {
  color: rgba(255, 255, 255, 0.86);
}

address a {
  text-decoration-color: rgba(255, 255, 255, 0.42);
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: var(--muted);
  background: var(--paper);
}

footer a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

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

  .hero {
    min-height: auto;
    padding-top: 118px;
  }

  .hero-facts,
  .intro,
  .service-grid,
  .split,
  .equipment,
  .process ol,
  .price-note,
  .area,
  .supervision,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-facts div,
  .service-grid article,
  .process li {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .brand {
    width: 190px;
    padding: 8px 12px;
  }

  .hero {
    padding-inline: 16px;
  }

  h1 {
    font-size: 2.35rem;
  }

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

  .button {
    width: 100%;
  }

  main > section:not(.hero) {
    padding-inline: 16px;
  }

  .service-grid article,
  .panel,
  .checklist div,
  .process li,
  .note-box,
  .area-box,
  .document-card,
  address {
    padding: 22px;
  }
}
