:root {
  --green: #087666;
  --green-dark: #006153;
  --orange: #d96b2a;
  --ink: #1d2a24;
  --muted: #5e6965;
  --soft: #f5f6f9;
  --line: #eceff2;
  --aqua: #9ee9d9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: #fff;
  font-size: 15px;
  line-height: 1.55;
  overflow-x: hidden;
  max-width: 100vw;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.container {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
}

.top-strip {
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 54px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  color: #202020;
}

.top-strip span,
.copyright span {
  color: var(--orange);
  text-decoration: underline;
}

.mini-brand {
  color: #111;
  font-weight: 700;
}

.mini-brand::before {
  content: "〽";
  color: #7a167b;
  margin-right: 4px;
}

.site-header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  background: #f5f6f8;
  border-bottom: 1px solid #e8ebee;
  position: sticky;
  top: 0;
  z-index: 100;
  overflow: visible;
}

.brand-logo {
  height: 80px;
  width: auto;
  display: block;
  object-fit: contain;
}

.footer-logo {
  height: 52px;
  margin-bottom: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 28px;
  font-weight: 500;
}

.brand-mark {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  font-size: 17px;
  line-height: 1;
}

nav {
  display: flex;
  align-items: center;
  gap: 44px;
  color: #222;
  font-size: 13px;
}

nav a {
  color: #2d3432;
}

nav a.active {
  color: var(--orange);
  border-bottom: 1px solid var(--orange);
  padding-bottom: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}

.btn-primary {
  background: var(--green);
  color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}

.btn-dark {
  background: #050505;
  color: #fff;
}

.hero {
  position: relative;
  min-height: 640px;
  padding: 64px 0 60px;
  overflow: hidden;
}

.steps {
  overflow: hidden;
}

.hero::after,
.steps::before,
.reviews::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  border: 3px solid rgba(216, 112, 58, .28);
  border-radius: 38% 62% 42% 58%;
  transform: rotate(25deg);
}

.hero::after {
  right: 18px;
  top: 165px;
}

.hero-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: start;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 22px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff9f4;
  color: #9e6946;
  font-size: 12px;
  box-shadow: 0 8px 22px rgba(219, 129, 75, .12);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 580px;
  margin-bottom: 17px;
  font-size: 54px;
  line-height: 1.13;
  letter-spacing: 0;
}

h1 span,
.section-heading h2,
.about-copy h2,
.service-intro h2,
.contact h2,
.reviews h2 {
  color: var(--orange);
}

.lead {
  width: min(520px, 100%);
  margin-bottom: 25px;
  color: #2f3b37;
  font-size: 16px;
}

.stats {
  display: flex;
  gap: 68px;
  margin-top: 64px;
}

.stats strong {
  display: block;
  color: var(--green);
  font-size: 42px;
  line-height: 1;
}

.stats span {
  display: block;
  margin-top: 9px;
  color: #424b49;
  font-size: 13px;
}

.hero-art {
  position: relative;
  min-height: 520px;
}

.blob {
  position: absolute;
  inset: 132px 38px auto auto;
  width: 420px;
  height: 360px;
  background: var(--aqua);
  border-radius: 39% 35% 40% 56%;
  opacity: .86;
}

.blob.small {
  inset: auto auto 7px 2px;
  width: 378px;
  height: 324px;
}

.hero-art img {
  position: relative;
  width: 455px;
  margin: 0 50px 0 auto;
  z-index: 1;
}

.hero-art img,
.hero-img {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  margin: 0 auto;
  z-index: 1;
}

.ring {
  position: absolute;
  border: 6px solid rgba(31, 42, 36, .11);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ring-one {
  width: 82px;
  height: 82px;
  left: 38px;
  top: 30px;
}

.line-doodle {
  position: absolute;
  right: 0;
  bottom: 93px;
  color: var(--green);
  opacity: .38;
  font-size: 46px;
}

.section {
  position: relative;
  padding: 92px 0;
}

.section-heading {
  width: min(520px, calc(100% - 40px));
  margin: 0 auto 50px;
  text-align: center;
}

.section-heading h2,
.about-copy h2,
.service-intro h2,
.contact h2 {
  margin-bottom: 8px;
  font-size: 37px;
  line-height: 1.2;
}

.section-heading p {
  color: #4d5754;
  font-size: 13px;
}

.steps::before {
  left: -38px;
  bottom: 8px;
}

.step-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 88px;
  text-align: center;
}

.step-row::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 25px;
  height: 1px;
  background: #dfe4e4;
}

.step-row::after {
  content: "";
  position: absolute;
  left: 25.4%;
  right: 25.3%;
  top: 21px;
  height: 9px;
  background: radial-gradient(circle, var(--orange) 0 4px, transparent 5px) left center / 33.33% 100% repeat-x;
}

.step-row article {
  position: relative;
  z-index: 1;
}

.step-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 auto 26px;
  background: var(--green);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(8, 118, 102, .23);
  font-size: 22px;
}

.step-row h3,
.service-card h3 {
  margin-bottom: 9px;
  font-size: 19px;
}

.step-row p {
  max-width: 245px;
  margin: 0 auto;
  color: #4d5754;
  font-size: 13px;
}

.services .step-row {
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
}

.services .step-row::before,
.services .step-row::after {
  display: none;
}

.about {
  padding-top: 82px;
}

.two-col {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 82px;
  align-items: center;
}

.about-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  text-align: left;
}

.about-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.about-stack .about-copy {
  max-width: 100%;
}

.about-stack .about-copy h2 {
  color: var(--orange);
  font-size: 37px;
  margin-bottom: 8px;
}

.about-stack .info-card {
  text-align: left;
}

.about-art {
  position: relative;
  min-height: 590px;
}

.about-art img {
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 370px;
  z-index: 2;
}

.dot-grid {
  position: absolute;
  right: 85px;
  top: 18px;
  width: 155px;
  height: 130px;
  opacity: .5;
  background-image: radial-gradient(var(--green) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
}

.about-copy > p {
  color: #4f5b57;
  font-size: 15px;
}

.info-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 125px;
  margin: 23px 0;
  padding: 27px;
  border-radius: 14px;
  background: #f7f8fb;
  box-shadow: 0 14px 28px rgba(22, 36, 44, .05);
}

.info-card span,
.service-card span,
.contact-card span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--orange);
  border-radius: 10px;
  background: #fff8f2;
}

.info-card h3,
.contact h3 {
  margin-bottom: 5px;
  font-size: 19px;
}

.info-card p {
  margin: 0;
  color: #65706c;
  font-size: 14px;
}

.services {
  padding-top: 70px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-intro {
  padding-top: 11px;
}

.service-intro p {
  margin-bottom: 22px;
  color: #46514d;
}

.service-card {
  min-height: 214px;
  padding: 40px 34px 26px;
  border-radius: 13px;
  background: #f6f7fa;
  box-shadow: 0 13px 26px rgba(28, 38, 50, .05);
}

.service-card span {
  margin-bottom: 25px;
}

.service-card p {
  min-height: 53px;
  color: #596560;
  font-size: 14px;
}

.service-card a {
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
}

.founder-band {
  position: relative;
  margin-top: 18px;
  min-height: 330px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--green-dark);
  color: #fff;
}

.tile-pattern {
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255, 255, 255, .75) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255, 255, 255, .75) 2px, transparent 2px);
  background-size: 92px 92px;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .65), transparent);
}

.founder-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 48px;
}

.founder-card img {
  width: 133px;
  height: 133px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 18px;
}

.founder-card h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.founder-card p {
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
}

blockquote {
  max-width: 660px;
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

.reviews {
  overflow: hidden;
}

.reviews::before {
  right: 24px;
  top: 50px;
  border-color: rgba(8, 118, 102, .16);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.review-card {
  position: relative;
  min-height: 250px;
  padding: 28px 29px 42px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(21, 32, 45, .06);
}

.review-card img {
  width: 49px;
  height: 55px;
  object-fit: cover;
  float: left;
  margin-right: 18px;
  border-radius: 4px;
}

.review-card h3 {
  margin: 2px 0 0;
  font-size: 17px;
}

.review-card small {
  display: block;
  color: #68736f;
  font-size: 11px;
}

.stars {
  color: #f4be31;
  font-size: 14px;
  line-height: 1.2;
}

.review-card p {
  clear: both;
  padding-top: 16px;
  color: #4d5855;
  font-size: 14px;
}

.review-card b {
  position: absolute;
  right: 29px;
  bottom: -17px;
  color: #ee6e1e;
  font-family: Georgia, serif;
  font-size: 88px;
  line-height: .75;
}

.cta {
  padding: 84px 0 74px;
}

.cta-panel {
  position: relative;
  min-height: 347px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 47px 55px;
  border-radius: 10px;
  background: #f4f5f8;
  overflow: visible;
}

.cta-panel h2 {
  margin-bottom: 13px;
  color: var(--green);
  font-size: 38px;
  line-height: 1.15;
}

.cta-panel p {
  width: min(430px, 100%);
  margin-bottom: 28px;
}

.cta-panel img {
  position: absolute;
  right: 75px;
  bottom: 0;
  width: 315px;
}

.contact {
  padding-top: 60px;
  padding-bottom: 86px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 76px;
}

.contact h2 {
  font-size: 43px;
}

.contact > p,
.contact-grid > div > p {
  color: #46514d;
}

.contact h3 {
  margin: 31px 0 18px;
}

.contact-card {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 17px;
  padding: 23px 26px;
  border-radius: 11px;
  background: #f6f7fa;
  box-shadow: 0 10px 22px rgba(21, 32, 45, .04);
}

.contact-card p {
  margin: 0;
}

.hours {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.hours div {
  padding: 22px 25px;
  border-radius: 10px;
  background: #f6f7fa;
}

.hours div:last-child {
  grid-column: 1 / -1;
}

.contact-form {
  align-self: start;
  padding: 30px 25px;
  border-radius: 9px;
  background: #f4f5f8;
  box-shadow: 0 10px 26px rgba(20, 32, 44, .05);
}

label {
  display: block;
  margin-bottom: 18px;
  color: #18231f;
  font-weight: 700;
  font-size: 13px;
}

input,
select,
textarea {
  width: 100%;
  margin-top: 7px;
  padding: 12px 15px;
  border: 1px solid #adb4ba;
  border-radius: 3px;
  background: #f9fafb;
  color: #333;
  font: inherit;
  font-size: 13px;
}

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

.contact-form .btn,
.footer .btn {
  width: 100%;
}

.footer {
  background: #020202;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1.4fr 1fr;
  gap: 70px;
  padding: 56px 0 48px;
}

.footer-explore-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.footer-brand {
  margin-bottom: 16px;
  color: #fff;
}

.footer p {
  color: rgba(255, 255, 255, .78);
}

.footer h3 {
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  font-size: 18px;
}

.footer a:not(.brand) {
  display: block;
  margin: 10px 0;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
}

.footer-note {
  margin-top: 26px;
}

.footer input {
  border: 0;
  border-radius: 999px;
  background: #353535;
  color: #fff;
}

.footer .btn {
  margin-top: 13px;
}

.copyright {
  padding: 21px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .83);
  text-align: center;
  font-size: 12px;
}

/* ─── ANIMATIONS ─── */
[data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

[data-animate="left"] {
  transform: translateX(-50px);
  opacity: 0;
}

[data-animate="right"] {
  transform: translateX(50px);
  opacity: 0;
}

[data-animate="scale"] {
  transform: scale(0.94);
  opacity: 0;
}

[data-animate].visible {
  opacity: 1;
  transform: none;
}

/* ─── HOVER MICRO-ANIMATIONS ─── */
.btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
}

.btn:active {
  transform: translateY(0);
}

.review-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(21,32,45,.12);
}

.info-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(22,36,44,.1);
}

.services .step-row article {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services .step-row article:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(20,32,44,.1);
}

nav a {
  transition: color 0.2s ease;
}

.contact-card {
  transition: transform 0.3s ease;
}

.contact-card:hover {
  transform: translateX(4px);
}

.brand-logo {
  transition: opacity 0.2s ease;
}

.brand-logo:hover {
  opacity: 0.85;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: all .25s;
}

/* ─── TABLET  (≤ 900px) ─── */
@media (max-width: 900px) {
  .container {
    width: calc(100% - 40px);
  }

  /* Header */
  .site-header {
    height: auto;
    padding: 12px 16px;
    flex-wrap: nowrap;
    position: sticky;
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
  }

  .nav-toggle {
    display: flex;
    flex-shrink: 0;
  }

  nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: #f5f6f8;
    border-top: 1px solid #e8ebee;
    padding: 12px 20px 16px;
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    box-sizing: border-box;
  }

  nav.open {
    display: flex;
  }

  nav a {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #eee;
  }

  nav a:last-child {
    border-bottom: none;
  }

  nav a.active {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  .site-header .btn {
    display: none;
  }

  .brand {
    font-size: 22px;
  }

  /* Hero */
  .hero {
    padding: 48px 0 44px;
    min-height: unset;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }

  h1 {
    font-size: clamp(26px, 5vw, 40px);
    max-width: 100%;
  }

  .lead {
    font-size: 14px;
    width: 100%;
  }

  .stats {
    gap: 28px;
    margin-top: 36px;
    flex-wrap: wrap;
  }

  .stats strong {
    font-size: 32px;
  }

  .hero-art {
    min-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-img {
    max-width: 280px;
  }

  /* Sections */
  .section {
    padding: 64px 0;
  }

  .section-heading h2,
  .about-stack .about-copy h2,
  .contact h2 {
    font-size: 28px;
  }

  /* Steps & Services */
  .step-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .services .step-row {
    grid-template-columns: repeat(2, 1fr);
  }

  /* About */
  .about-stack {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  /* Reviews */
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  /* Contact */
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact h2 {
    font-size: 30px;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding: 48px 0 36px;
  }
}

/* ─── MOBILE  (≤ 600px) ─── */
@media (max-width: 600px) {
  .container {
    width: calc(100% - 28px);
  }

  /* Header */
  .site-header {
    padding: 12px 14px;
  }

  .brand {
    font-size: 20px;
  }

  .brand-logo {
    height: 38px;
  }

  .footer-logo {
    height: 42px;
  }

  /* Hero */
  .hero {
    padding: 36px 0 36px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  h1 {
    font-size: clamp(24px, 7.5vw, 34px);
  }

  .lead {
    font-size: 13.5px;
    margin: 0 auto 20px;
  }

  .hero-copy .btn {
    width: 100%;
  }

  .stats {
    justify-content: center;
    gap: 20px;
    margin-top: 28px;
  }

  .stats strong {
    font-size: 28px;
  }

  .stats span {
    font-size: 12px;
  }

  .hero-art {
    min-height: unset;
    display: flex;
    justify-content: center;
  }

  .hero-img {
    max-width: 240px;
  }

  .ring-one,
  .line-doodle,
  .hero::after,
  .steps::before,
  .reviews::before {
    display: none;
  }

  /* Sections */
  .section {
    padding: 48px 0;
  }

  .section-heading {
    width: 100%;
    margin-bottom: 32px;
  }

  .section-heading h2,
  .about-stack .about-copy h2,
  .contact h2 {
    font-size: 22px;
  }

  .section-heading p {
    font-size: 13px;
  }

  /* How It Works — mobile timeline */
  .steps .step-row {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: left;
    counter-reset: step-counter;
  }

  .steps .step-row article {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 16px;
    border-radius: 12px;
    background: #f7f8fb;
    margin-bottom: 12px;
    position: relative;
    counter-increment: step-counter;
  }

  .steps .step-row article::before {
    content: "0" counter(step-counter);
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 11px;
    font-weight: 700;
    color: var(--orange);
    opacity: 0.7;
    letter-spacing: 1px;
  }

  .steps .step-row article:last-child {
    margin-bottom: 0;
  }

  .steps .step-icon {
    margin: 0;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
  }

  .steps .step-text {
    flex: 1;
  }

  .steps .step-row h3 {
    font-size: 15px;
    margin-bottom: 4px;
    text-align: left;
  }

  .steps .step-row p {
    font-size: 13px;
    max-width: 100%;
    margin: 0;
    text-align: left;
  }

  .steps .step-row::before,
  .steps .step-row::after {
    display: none;
  }

  /* Services — 2-col card grid on mobile */
  .services .step-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    text-align: left;
  }

  .services .step-row article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 14px;
    border-radius: 14px;
    background: #f7f8fb;
    box-shadow: 0 4px 14px rgba(20,32,44,.06);
  }

  .services .step-icon {
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .services .step-row h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
    text-align: left;
    line-height: 1.3;
  }

  .services .step-row p {
    font-size: 12px;
    color: #596560;
    max-width: 100%;
    margin: 0;
    text-align: left;
    line-height: 1.45;
  }

  .services .step-row::before,
  .services .step-row::after {
    display: none;
  }

  .step-icon {
    width: 44px;
    height: 44px;
  }

  .step-row h3 {
    font-size: 16px;
  }

  .step-row p {
    font-size: 13px;
    max-width: 100%;
  }

  /* About */
  .about-stack {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .about-img {
    max-width: 340px;
    margin: 0 auto;
  }

  .about-stack .info-card {
    text-align: left;
  }

  .about-stack .about-copy h2 {
    font-size: 22px;
  }

  .info-card {
    min-height: unset;
    padding: 16px;
    gap: 14px;
  }

  /* Reviews */
  .review-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .review-card {
    padding: 20px 18px 38px;
  }

  .review-card h3 {
    font-size: 15px;
  }

  /* Contact */
  .contact {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact h2 {
    font-size: 22px;
  }

  .contact h3 {
    font-size: 16px;
    margin: 18px 0 10px;
  }

  .contact-card {
    padding: 14px 16px;
    gap: 12px;
  }

  .contact-form {
    padding: 20px 14px;
  }

  label {
    font-size: 12px;
    margin-bottom: 14px;
  }

  input,
  select,
  textarea {
    padding: 10px 12px;
    font-size: 13px;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 36px 0 28px;
  }

  .footer-explore-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .footer h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer a:not(.brand) {
    font-size: 12px;
    margin: 7px 0;
  }

  .footer p {
    font-size: 13px;
  }

  .footer-note {
    margin-top: 14px;
    font-size: 12px;
  }

  .copyright {
    font-size: 11px;
    padding: 14px 10px;
    line-height: 1.8;
  }
}
