:root {
  --hydro-ink: #183e2d;
  --hydro-green: #174c32;
  --hydro-moss: #6d7846;
  --hydro-cream: #f7f3e9;
  --hydro-line: rgba(143, 108, 63, .22);
  --hydro-serif: "Cormorant Garamond", Georgia, serif;
}

@media (max-width: 720px) {
  .kr-process {
    padding: 30px 0 24px;
  }

  .kr-process .kr-section-heading {
    display: block;
    width: 100%;
    margin-bottom: 18px;
    text-align: center;
  }

  .kr-process .kr-section-heading h2 {
    display: block;
    width: 100%;
    font-size: 34px;
    white-space: nowrap;
  }

  .kr-process .kr-section-heading > span,
  .kr-process__steps::before,
  .kr-process__steps li::after {
    display: none;
  }

  .kr-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0;
  }

  .kr-process__steps li {
    display: flex;
    min-height: 170px;
    padding: 12px 9px 11px;
    border: 1px solid rgba(171, 139, 84, .25);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 253, 247, .96), rgba(245, 240, 228, .82));
    box-shadow: 0 10px 24px rgba(58, 66, 50, .06);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .kr-process__steps li:last-child {
    width: calc((100% - 10px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .kr-process__steps li > span {
    width: 56px;
    height: 56px;
    margin: 0 auto 8px;
    border-radius: 16px;
    box-shadow: none;
  }

  .kr-process__steps li > span svg {
    width: 26px;
    height: 26px;
  }

  .kr-process__steps b {
    top: 7px;
    left: calc(50% - 38px);
    width: 23px;
    height: 23px;
  }

  .kr-process__steps h3 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.08;
  }

  .kr-process__steps p {
    max-width: 18ch;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.4;
  }
}

body[data-page="hydrodrill-service"] {
  background:
    radial-gradient(circle at 8% 8%, rgba(174, 193, 151, .2), transparent 28rem),
    radial-gradient(circle at 94% 32%, rgba(209, 193, 140, .16), transparent 30rem),
    #f3efe5;
  color: #26342d;
}

.hydro-page {
  padding: 34px 0 0;
}

.hydro-shell {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.hydro-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 30px;
  background: rgba(255, 253, 247, .8);
  box-shadow: 0 28px 80px rgba(52, 62, 44, .12), inset 0 1px 0 #fff;
}

.hydro-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.64), transparent 48%);
}

.hydro-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  padding: clamp(34px, 5vw, 68px);
}

.hydro-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: #5c6c62;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hydro-eyebrow svg,
.hydro-benefit svg,
.hydro-list svg,
.hydro-trust svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
}

.hydro-hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--hydro-ink);
  font-family: var(--hydro-serif);
  font-size: clamp(55px, 6.1vw, 86px);
  font-weight: 700;
  line-height: .91;
  letter-spacing: -.035em;
}

.hydro-hero__lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: #56625b;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.58;
}

.hydro-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
  margin-top: 30px;
}

.hydro-primary,
.hydro-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 25px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.hydro-primary {
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(135deg, #0f3d29, #275e40);
  color: #fffdf4;
  box-shadow: 0 14px 30px rgba(21, 66, 43, .2), inset 0 1px 0 rgba(255,255,255,.18);
}

.hydro-secondary {
  padding-inline: 4px;
  color: var(--hydro-ink);
}

.hydro-secondary span { font-size: 20px; }

.hydro-hero__media {
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(143,108,63,.3);
  border-radius: 24px;
  background: #d9dfcf;
  box-shadow: 0 22px 50px rgba(41, 53, 35, .14);
}

.hydro-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 50% 53%;
}

.hydro-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.hydro-benefit {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--hydro-ink);
}

.hydro-benefit strong { display: block; font-size: 14px; line-height: 1.25; }
.hydro-benefit span { display: block; margin-top: 4px; color: #6b736e; font-size: 12px; line-height: 1.4; }

.hydro-panels {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 18px;
  margin-top: 18px;
}

.hydro-panel {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 26px;
  box-shadow: 0 20px 54px rgba(52,62,44,.1), inset 0 1px 0 rgba(255,255,255,.8);
}

.hydro-panel--work {
  display: grid;
  grid-template-rows: 1fr 170px;
  background: rgba(255,253,247,.88);
}

.hydro-panel__body { padding: clamp(28px, 4vw, 46px); }

.hydro-panel h2,
.hydro-process h2,
.hydro-cta h2 {
  margin: 0;
  color: var(--hydro-ink);
  font-family: var(--hydro-serif);
  font-size: clamp(34px, 3.3vw, 48px);
  line-height: 1;
}

.hydro-list {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hydro-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid var(--hydro-line);
  color: #505b55;
  font-size: 14px;
  line-height: 1.45;
}

.hydro-list li:last-child { border-bottom: 0; }
.hydro-list__icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #eeeadd; color: var(--hydro-ink); }
.hydro-list__icon svg { width: 20px; height: 20px; }

.hydro-panel__photo { width: 100%; height: 100%; object-fit: cover; }

.hydro-panel--why {
  display: flex;
  align-items: flex-start;
  color: #fffdf2;
  background: #173e2c;
}

.hydro-panel--why::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17,56,39,.96) 0%, rgba(23,62,44,.83) 54%, rgba(23,62,44,.28) 100%),
    url("../images/hydrodrill-vineyard-panorama-20260717.jpg?v=20260721-opt-1") center bottom / cover no-repeat;
}

.hydro-panel--why .hydro-panel__body { position: relative; z-index: 1; max-width: 650px; }
.hydro-panel--why h2 { color: #fff9e9; }
.hydro-panel--why p { max-width: 54ch; margin: 20px 0 0; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.6; }
.hydro-panel--why .hydro-list { margin-top: 26px; }
.hydro-panel--why .hydro-list li { grid-template-columns: 25px 1fr; border: 0; padding: 8px 0; color: #fffdf2; }
.hydro-panel--why .hydro-list__icon { width: 21px; height: 21px; border: 1px solid rgba(240,223,147,.7); border-radius: 50%; background: transparent; color: #f0df93; font-size: 12px; }

.hydro-process {
  padding: clamp(54px, 7vw, 88px) 0 40px;
  text-align: center;
}

.hydro-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.hydro-process__steps::before {
  content: "";
  position: absolute;
  top: 46px;
  right: 9%;
  left: 9%;
  border-top: 1px dashed rgba(80,98,83,.42);
}

.hydro-step { position: relative; z-index: 1; }
.hydro-step__icon { position: relative; display: grid; place-items: center; width: 92px; height: 92px; margin: 0 auto 18px; border: 1px solid rgba(171,139,84,.34); border-radius: 50%; background: #f5f0e4; color: var(--hydro-ink); box-shadow: 0 10px 30px rgba(58,66,50,.08); }
.hydro-step__icon svg { width: 38px; height: 38px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.hydro-step__number { position: absolute; top: -8px; right: 2px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #214d31; color: #fff; font-size: 12px; font-weight: 900; }
.hydro-step strong { display: block; color: #253d30; font-size: 14px; }
.hydro-step p { max-width: 21ch; margin: 7px auto 0; color: #727871; font-size: 12px; line-height: 1.45; }

.hydro-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  margin-bottom: 22px;
  padding: 30px 38px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(110deg, #123c28, #0f4b2f 68%, #45643a);
  color: #fff;
  box-shadow: 0 22px 50px rgba(17,58,37,.2);
}

.hydro-cta::after { content: ""; position: absolute; right: 14%; bottom: -70px; width: 220px; height: 220px; border: 1px solid rgba(232,220,156,.12); border-radius: 50% 0 50% 50%; transform: rotate(35deg); }
.hydro-cta h2 { color: #fff9e9; font-size: clamp(30px, 3vw, 42px); }
.hydro-cta p { margin: 8px 0 0; color: rgba(255,255,255,.76); }
.hydro-cta .hydro-primary { position: relative; z-index: 1; min-width: 230px; background: #fffaf0; color: var(--hydro-ink); }

.hydro-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 54px;
  padding: 22px 14px;
  border-top: 1px solid var(--hydro-line);
  border-bottom: 1px solid var(--hydro-line);
}

.hydro-trust__item { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; color: var(--hydro-ink); }
.hydro-trust__item strong { display: block; font-size: 13px; }
.hydro-trust__item span { display: block; margin-top: 2px; color: #757b76; font-size: 11px; }

@media (max-width: 900px) {
  .hydro-hero__grid { grid-template-columns: 1fr; }
  .hydro-hero__media { min-height: 470px; }
  .hydro-hero__media img { min-height: 470px; }
  .hydro-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hydro-panels { grid-template-columns: 1fr; }
  .hydro-process__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hydro-process__steps::before { display: none; }
  .hydro-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .hydro-page { padding-top: 14px; }
  .hydro-shell { width: min(100% - 20px, 480px); }
  .hydro-hero { border-radius: 22px; }
  .hydro-hero__grid { gap: 26px; padding: 28px 18px 18px; }
  .hydro-eyebrow { margin-bottom: 15px; font-size: 10px; }
  .hydro-hero h1 { font-size: clamp(45px, 14vw, 62px); }
  .hydro-hero__lead { margin-top: 20px; font-size: 15px; }
  .hydro-hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 24px; }
  .hydro-secondary { min-height: 40px; }
  .hydro-hero__media,
  .hydro-hero__media img { min-height: 390px; }
  .hydro-benefits { gap: 16px 10px; margin-top: 6px; }
  .hydro-benefit { grid-template-columns: 26px 1fr; gap: 7px; }
  .hydro-benefit svg { width: 21px; height: 21px; }
  .hydro-benefit strong { font-size: 12px; }
  .hydro-benefit span { font-size: 10px; }
  .hydro-panels { margin-top: 12px; }
  .hydro-panel { min-height: 0; border-radius: 20px; }
  .hydro-panel--work { grid-template-rows: auto 145px; }
  .hydro-panel__body { padding: 26px 20px; }
  .hydro-panel h2, .hydro-process h2 { font-size: 36px; }
  .hydro-list li { grid-template-columns: 36px 1fr; gap: 10px; font-size: 12px; }
  .hydro-panel--why { min-height: 520px; }
  .hydro-process { padding: 48px 0 28px; }
  .hydro-process__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; }
  .hydro-step__icon { width: 76px; height: 76px; }
  .hydro-step__icon svg { width: 30px; height: 30px; }
  .hydro-cta { grid-template-columns: 1fr; padding: 26px 20px; text-align: center; }
  .hydro-cta .hydro-primary { min-width: 0; }
  .hydro-trust { grid-template-columns: 1fr 1fr; gap: 18px 10px; padding-inline: 4px; }
  .hydro-trust__item { grid-template-columns: 28px 1fr; gap: 7px; }
  .hydro-trust__item svg { width: 24px; height: 24px; }
  .hydro-trust__item strong { font-size: 11px; }
  .hydro-trust__item span { font-size: 9px; }

  .kr-process {
    padding: 34px 0 26px;
  }

  .kr-process .kr-section-heading {
    margin-bottom: 26px;
  }

  .kr-process .kr-section-heading h2 {
    font-size: 36px;
  }

  .kr-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 8px;
  }

  .kr-process__steps li:last-child {
    width: calc((100% - 8px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .kr-process__steps h3 {
    font-size: 15px;
  }

  .kr-process__steps p {
    max-width: 17ch;
    font-size: 11px;
  }
}

/* Page-specific assets while reusing the exact Krasnodar landing system. */
.hydro-kr .kr-hero {
  background-image: url('../images/hydrodrill-field-team-20260717.jpg?v=20260721-opt-1');
  background-position: 72% 52%;
}

.hydro-kr .kr-feature-card > img {
  object-position: center 55%;
}

@media (max-width: 720px) {
  .hydro-kr .kr-hero {
    background-position: 58% 30%;
  }

  .kr-process__steps {
    gap: 10px;
  }

  .kr-process__steps li:last-child {
    width: calc((100% - 10px) / 2);
  }

  .kr-process__steps h3 {
    font-size: 16px;
  }
}
