:root {
  --ink: #24211f;
  --cream: #fbf8f3;
  --gold: #a78660;
  --line: #ded5ca;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", Arial, sans-serif;
}

img {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: -60px;
  left: 18px;
  z-index: 999;
  padding: 13px 18px;
  color: #fff;
  background: #1e1b1a;
  text-decoration: none;
}

.skip-link:focus {
  top: 18px;
}

/* ================= HERO ================= */

.nelvo-hero {
  overflow: hidden;
  background: #fbf8f3;
}

.nelvo-topbar {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 84px;
  padding: 0 18px;
  color: #d9d0c8;
  background: #201e1d;
  font-size: 10px;
}

.nelvo-topbar p {
  margin: 0;
}

.nelvo-topbar a {
  color: #e1d7ce;
  font-size: 9px;
  text-decoration: none;
}

.nelvo-header {
  height: 105px;
  display: flex;
  align-items: center;
  padding: 0 4.5%;
  background: #fdfbf8;
}

.nelvo-logo {
  display: block;
  width: 132px;
  line-height: 0;
}

.nelvo-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.nelvo-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-left: auto;
  margin-right: 40px;
}

.nelvo-nav a {
  color: #403b37;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nelvo-nav a:hover {
  color: var(--gold);
}

.nelvo-book-button,
.nelvo-explore,
.nelvo-outline-button {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: 0.2s ease;
}

.nelvo-book-button {
  min-width: 155px;
  color: #fff;
  background: var(--gold);
}

.nelvo-book-button:hover,
.nelvo-explore:hover {
  background: #886442;
}

.nelvo-menu-toggle {
  display: none;
}

.nelvo-main-hero {
  min-height: 510px;
  background-color: #f5eee6;
  background-image: url("../hero-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nelvo-hero-content {
  position: relative;
  width: 51%;
  min-height: 510px;
  padding: 75px 0 55px 8%;
  background:
    radial-gradient(
      circle at 32% 40%,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.36) 34%,
      transparent 66%
    ),
    linear-gradient(
      90deg,
      #f8f1e9 0%,
      rgba(249, 243, 236, 0.97) 54%,
      rgba(249, 243, 236, 0) 100%
    );
}

.nelvo-hero-content h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #191817;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(58px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -4.6px;
  line-height: 0.91;
}

.nelvo-hero-content h1 span {
  color: #a88761;
}

.nelvo-hero-content p {
  margin: 29px 0 26px;
  color: #746d67;
  font-size: 14px;
  line-height: 1.7;
}

.nelvo-hero-actions {
  display: flex;
  gap: 15px;
}

.nelvo-explore {
  color: #fff;
  background: #201f1d;
  border: 1px solid #201f1d;
}

.nelvo-outline-button {
  color: #3f3935;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #aaa19a;
}

.nelvo-outline-button:hover {
  color: #fff;
  background: var(--gold);
  border-color: var(--gold);
}

.nelvo-sparkle {
  position: absolute;
  color: #c7ab89;
  font-size: 18px;
  opacity: 0.56;
}

.sparkle-one {
  top: 100px;
  left: 55px;
}

.sparkle-two {
  top: 55px;
  left: 290px;
  font-size: 14px;
}

.nelvo-features {
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  padding: 0 7%;
  background: #fffdfa;
}

.nelvo-features div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #615951;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.nelvo-features p {
  margin: 0;
}

.nelvo-features span {
  color: #af916c;
  font-size: 19px;
}

/* ================= ABOUT ================= */

.nelvo-about {
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
  gap: 38px;
  min-height: 470px;
  padding: 78px 5.5% 72px 7.5%;
  background:
    radial-gradient(circle at 16% 50%, rgba(255, 255, 255, 0.95), transparent 34%),
    #fbf9f6;
}

.nelvo-about-content {
  padding-top: 2px;
}

.nelvo-section-label {
  margin: 0 0 16px;
  color: #a88761;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.nelvo-about h2 {
  margin: 0;
  color: #24211f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(35px, 3vw, 47px);
  font-weight: 400;
  letter-spacing: -2.4px;
  line-height: 1.08;
}

.nelvo-about h2 span {
  color: #a88761;
}

.nelvo-about-text {
  margin: 29px 0 30px;
  color: #746d67;
  font-size: 12px;
  line-height: 1.75;
}

.nelvo-story-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 0 19px;
  color: #4c4742;
  background: transparent;
  border: 1px solid #b8aca0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: 0.2s ease;
}

.nelvo-story-button:hover {
  color: #fff;
  background: #a78660;
  border-color: #a78660;
}

.nelvo-about-image {
  width: 100%;
  height: 330px;
  overflow: hidden;
}

.nelvo-about-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ================= SERVICES ================= */

.nelvo-services {
  padding: 72px 7.8% 78px;
  background: #fffdfa;
}

.nelvo-services-heading {
  text-align: center;
}

.nelvo-services-heading .nelvo-section-label {
  margin-bottom: 13px;
}

.nelvo-services-heading h2 {
  margin: 0;
  color: #24211f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 2.7vw, 43px);
  font-weight: 400;
  letter-spacing: -2.2px;
  line-height: 1;
}

.nelvo-services-heading > p:last-child {
  margin: 13px 0 28px;
  color: #827a73;
  font-size: 11px;
}

.nelvo-services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  max-width: 1300px;
  margin: 0 auto;
}

.nelvo-service-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee8e1;
  border-radius: 2px;
  box-shadow: 0 2px 7px rgba(57, 39, 24, 0.035);
  transition: 0.25s ease;
}

.nelvo-service-card img {
  display: block;
  width: 100%;
  height: 188px;
  object-fit: cover;
}

.nelvo-service-card-content {
  min-height: 137px;
  padding: 21px 10px 19px;
  text-align: center;
}

.nelvo-service-card h3 {
  margin: 0;
  color: #312c28;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.7px;
}

.nelvo-service-card p {
  min-height: 37px;
  margin: 13px 0 13px;
  color: #7c746d;
  font-size: 10px;
  line-height: 1.6;
}

.nelvo-service-card a {
  color: #a88761;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.nelvo-service-card a span {
  padding-left: 5px;
  font-size: 14px;
  vertical-align: -1px;
}

.nelvo-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(57, 39, 24, 0.1);
}

/* ================= EXCELLENCE ================= */

.nelvo-excellence {
  min-height: 265px;
  color: #fff;
  background-image: url("../excellence-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nelvo-excellence-overlay {
  display: grid;
  grid-template-columns: 35% 65%;
  align-items: center;
  min-height: 265px;
  padding: 34px 7.4%;
  background: linear-gradient(
    90deg,
    rgba(62, 45, 34, 0.91) 0%,
    rgba(87, 64, 48, 0.74) 34%,
    rgba(91, 66, 49, 0.34) 65%,
    rgba(91, 66, 49, 0.08) 100%
  );
}

.nelvo-excellence .nelvo-section-label {
  margin-bottom: 13px;
  color: #e3c9a8;
  font-size: 10px;
}

.nelvo-excellence-intro h2 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(33px, 3vw, 45px);
  font-weight: 400;
  letter-spacing: -2.3px;
  line-height: 1.06;
}

.nelvo-excellence-intro h2 span {
  color: #c9a178;
}

.nelvo-excellence-intro > p:last-child {
  margin: 23px 0 0;
  color: #f2e8df;
  font-size: 11px;
  line-height: 1.75;
}

.nelvo-excellence-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-left: 10%;
}

.nelvo-stat {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.nelvo-stat strong {
  color: #fffaf5;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 3.3vw, 51px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1;
}

.nelvo-stat strong b {
  color: #f1dfcc;
  font-size: 25px;
  font-weight: 400;
}

.nelvo-stat span {
  color: #f1e9e2;
  font-size: 10px;
}

/* ================= GALLERY ================= */

.nelvo-gallery {
  padding: 70px 6.8% 52px;
  background: #fffdfa;
}

.nelvo-gallery-heading {
  text-align: center;
}

.nelvo-gallery-heading .nelvo-section-label {
  margin-bottom: 13px;
}

.nelvo-gallery-heading h2 {
  margin: 0;
  color: #2b2724;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(33px, 2.7vw, 42px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1;
}

.nelvo-gallery-heading h2 span {
  color: #a88761;
}

.nelvo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 17px;
  max-width: 1240px;
  margin: 33px auto 30px;
}

.nelvo-gallery-grid img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 2px;
}

.nelvo-gallery-button-wrap {
  text-align: center;
}

.nelvo-gallery-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 0 22px;
  color: #4b4540;
  background: transparent;
  border: 1px solid #b9aea3;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: 0.2s ease;
}

.nelvo-gallery-button:hover {
  color: #fff;
  background: #a78660;
  border-color: #a78660;
}

/* ================= CLIENT LOVE ================= */

.nelvo-testimonials {
  overflow: hidden;
  padding: 35px 0 58px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.9), transparent 45%),
    #fcfaf7;
}

.nelvo-testimonials-heading {
  padding: 0 20px;
  text-align: center;
}

.nelvo-testimonials-heading .nelvo-section-label {
  margin-bottom: 13px;
}

.nelvo-testimonials-heading h2 {
  margin: 0;
  color: #2b2724;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(33px, 2.7vw, 42px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1;
}

.nelvo-testimonials-heading h2 span {
  color: #a88761;
}

.nelvo-review-slider {
  width: min(1090px, calc(100% - 40px));
  margin: 34px auto 0;
  overflow: hidden;
}

.nelvo-review-track {
  display: flex;
  gap: 26px;
  transition: transform 0.65s ease-in-out;
  will-change: transform;
}

.nelvo-testimonial-card {
  flex: 0 0 calc((100% - 52px) / 3);
  min-height: 175px;
  padding: 25px 31px 21px;
  background: #fff;
  border: 1px solid #efe9e2;
  box-shadow: 0 3px 10px rgba(56, 40, 27, 0.04);
}

.nelvo-quote-mark {
  display: block;
  height: 20px;
  color: #a88761;
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
}

.nelvo-testimonial-card > p {
  min-height: 50px;
  margin: 9px 0 19px;
  color: #55504b;
  font-size: 11px;
  line-height: 1.6;
}

.nelvo-client-details {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: auto;
  color: #756d66;
  font-size: 10px;
}

.nelvo-client-details strong {
  color: #ad8b65;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
}

/* ================= FRANCHISE ================= */

.nelvo-franchise {
  display: grid;
  grid-template-columns: 32.5% 34% 33.5%;
  min-height: 330px;
  color: #fff;
  background:
    radial-gradient(circle at 55% 50%, #27201e 0%, #161414 62%),
    #171515;
}

.nelvo-franchise-image {
  overflow: hidden;
}

.nelvo-franchise-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.nelvo-franchise-content {
  padding: 52px 46px;
}

.nelvo-franchise .nelvo-section-label {
  margin-bottom: 16px;
  color: #c9a781;
  font-size: 10px;
}

.nelvo-franchise-content h2 {
  margin: 0;
  color: #f7f1eb;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 2.8vw, 43px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1.07;
}

.nelvo-franchise-content h2 span {
  color: #c69d74;
}

.nelvo-franchise-content > p:last-of-type {
  margin: 23px 0 26px;
  color: #e0d5cc;
  font-size: 11px;
  line-height: 1.75;
}

.nelvo-franchise-know-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  padding: 0 22px;
  color: #302b28;
  background: #fff;
  font-size: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.nelvo-franchise-know-more:hover {
  color: #fff;
  background: #a78660;
}

.nelvo-franchise-form-wrap {
  display: flex;
  align-items: center;
  padding: 28px 18% 28px 8%;
}

.nelvo-franchise-form {
  width: 100%;
  padding: 27px 26px 24px;
  color: #615650;
  background: #f7eae7;
}

.nelvo-franchise-form-title {
  margin: 0 0 14px;
  color: #9d7b5b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.nelvo-franchise-form-text {
  margin: 0 0 16px;
  color: #71645d;
  font-size: 10px;
  line-height: 1.55;
}

.nelvo-franchise-form label {
  display: block;
  margin-bottom: 10px;
}

.nelvo-franchise-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.nelvo-franchise-form input {
  width: 100%;
  height: 35px;
  padding: 0 11px;
  color: #3f3935;
  background: #fffafa;
  border: 1px solid #e6d9d5;
  border-radius: 0;
  outline: none;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 9px;
}

.nelvo-franchise-form input:focus {
  border-color: #a78660;
}

.nelvo-franchise-form button {
  width: 100%;
  height: 37px;
  margin-top: 2px;
  color: #fff;
  background: #a78660;
  border: 0;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.nelvo-franchise-form button:hover {
  background: #896542;
}

/* ================= FOOTER ================= */

.nelvo-footer {
  color: #625b55;
  background: #fffdfa;
}

.nelvo-footer-main {
  display: grid;
  grid-template-columns: 1.7fr 1.2fr 1.4fr 1.9fr 1.35fr;
  gap: 42px;
  padding: 60px 6.2% 43px;
}

.nelvo-footer-logo {
  display: block;
  width: 136px;
  line-height: 0;
}

.nelvo-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.nelvo-footer-brand > p {
  margin: 23px 0 20px;
  color: #716a64;
  font-size: 10px;
  line-height: 1.8;
}

.nelvo-social-links {
  display: flex;
  gap: 18px;
}

.nelvo-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  color: #a88761;
}

.nelvo-social-links svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.nelvo-social-links a:nth-child(2) svg {
  fill: currentColor;
  stroke: none;
}

.nelvo-footer-column h3 {
  margin: 5px 0 22px;
  color: #675f59;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.nelvo-footer-column > a:not(.nelvo-footer-contact-item) {
  display: block;
  width: max-content;
  margin-bottom: 13px;
  color: #756e68;
  font-size: 10px;
  text-decoration: none;
}

.nelvo-footer-column > a:not(.nelvo-footer-contact-item):hover {
  color: #a88761;
}

.nelvo-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 15px;
  color: #756e68;
  font-size: 10px;
  line-height: 1.65;
  text-decoration: none;
}

.nelvo-contact-icon {
  min-width: 13px;
  color: #a88761;
  font-size: 15px;
  line-height: 1;
}

.nelvo-hours-column p {
  margin: 0;
  color: #756e68;
  font-size: 10px;
  line-height: 1.9;
}

.nelvo-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 6.2%;
  border-top: 1px solid #eee8e1;
}

.nelvo-footer-bottom p,
.nelvo-footer-bottom a,
.nelvo-footer-bottom span {
  margin: 0;
  color: #857d76;
  font-size: 8px;
  text-decoration: none;
}

.nelvo-footer-bottom div {
  display: flex;
  gap: 10px;
}

.nelvo-footer-bottom a:hover {
  color: #a88761;
}

/* ================= TABLET ================= */

@media (max-width: 1050px) {
  .nelvo-nav {
    gap: 16px;
    margin-right: 22px;
  }

  .nelvo-nav a {
    font-size: 8px;
  }

  .nelvo-hero-content {
    width: 56%;
  }

  .nelvo-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nelvo-footer-main {
    grid-template-columns: repeat(3, 1fr);
  }

  .nelvo-footer-brand {
    grid-column: span 3;
  }
}

@media (max-width: 900px) {
  .nelvo-franchise {
    grid-template-columns: 1fr 1fr;
  }

  .nelvo-franchise-image {
    display: none;
  }

  .nelvo-franchise-form-wrap {
    padding-right: 9%;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 760px) {
  .nelvo-topbar {
    height: 32px;
    gap: 0;
    font-size: 8px;
  }

  .nelvo-topbar a {
    display: none;
  }

  .nelvo-header {
    position: relative;
    height: 76px;
    padding: 0 22px;
  }

  .nelvo-logo {
    width: 108px;
  }

  .nelvo-menu-toggle {
    display: block;
    width: 38px;
    padding: 8px 0;
    margin-left: auto;
    margin-right: 13px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .nelvo-menu-toggle span {
    display: block;
    width: 27px;
    height: 2px;
    margin: 6px 0;
    background: #292623;
    transition: 0.2s ease;
  }

  .nelvo-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nelvo-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .nelvo-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nelvo-nav {
    display: none;
    position: absolute;
    z-index: 10;
    top: 76px;
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
    margin: 0;
    padding: 25px 26px;
    background: #fdfbf8;
    border-top: 1px solid #eee7df;
    box-shadow: 0 14px 25px rgba(42, 31, 21, 0.1);
  }

  .nelvo-nav.is-open {
    display: flex;
  }

  .nelvo-nav a {
    font-size: 11px;
  }

  .nelvo-book-button {
    min-width: auto;
    min-height: 37px;
    padding: 0 11px;
    font-size: 7px;
  }

  .nelvo-main-hero {
    min-height: 650px;
    background-position: 62% center;
  }

  .nelvo-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: 650px;
    padding: 55px 26px 42px;
    background: linear-gradient(
      0deg,
      #f8f1e9 0%,
      rgba(248, 241, 233, 0.94) 32%,
      rgba(248, 241, 233, 0.15) 68%,
      rgba(248, 241, 233, 0) 100%
    );
  }

  .nelvo-hero-content h1 {
    font-size: 54px;
    letter-spacing: -3px;
  }

  .nelvo-hero-content p {
    margin: 20px 0;
    font-size: 12px;
  }

  .desktop-break,
  .about-desktop-break,
  .excellence-desktop-break,
  .franchise-desktop-break {
    display: none;
  }

  .nelvo-hero-actions {
    gap: 9px;
  }

  .nelvo-explore,
  .nelvo-outline-button {
    min-height: 40px;
    padding: 0 12px;
    font-size: 8px;
  }

  .sparkle-one {
    top: auto;
    bottom: 255px;
    left: 26px;
  }

  .sparkle-two {
    display: none;
  }

  .nelvo-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 6px;
    padding: 23px 14px;
  }

  .nelvo-features div {
    justify-content: flex-start;
    font-size: 9px;
  }

  .nelvo-features div:last-child {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .nelvo-about {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: auto;
    padding: 65px 26px;
  }

  .nelvo-about h2 {
    font-size: 36px;
  }

  .nelvo-about-text {
    font-size: 12px;
  }

  .nelvo-about-image {
    height: 270px;
  }

  .nelvo-services {
    padding: 65px 18px;
  }

  .nelvo-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .nelvo-service-card img {
    height: 145px;
  }

  .nelvo-service-card-content {
    min-height: 125px;
    padding: 16px 6px;
  }

  .nelvo-service-card h3 {
    font-size: 13px;
  }

  .nelvo-service-card p {
    font-size: 9px;
  }

  .nelvo-service-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 6px);
    justify-self: center;
  }

  .nelvo-excellence {
    min-height: auto;
    background-position: 66% center;
  }

  .nelvo-excellence-overlay {
    grid-template-columns: 1fr;
    gap: 38px;
    min-height: auto;
    padding: 60px 26px;
    background: linear-gradient(
      90deg,
      rgba(62, 45, 34, 0.92) 0%,
      rgba(87, 64, 48, 0.78) 55%,
      rgba(91, 66, 49, 0.4) 100%
    );
  }

  .nelvo-excellence-intro h2 {
    font-size: 36px;
  }

  .nelvo-excellence-intro > p:last-child {
    font-size: 11px;
  }

  .nelvo-excellence-stats {
    gap: 24px;
    padding-left: 0;
  }

  .nelvo-stat strong {
    font-size: 32px;
  }

  .nelvo-stat span {
    font-size: 9px;
  }

  .nelvo-gallery {
    padding: 65px 18px 50px;
  }

  .nelvo-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    margin: 27px auto;
  }

  .nelvo-gallery-grid img {
    height: 150px;
  }

  .nelvo-gallery-grid img:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 5px);
    justify-self: center;
  }

  .nelvo-testimonials {
    padding: 55px 0 48px;
  }

  .nelvo-review-slider {
    width: calc(100% - 40px);
    margin-top: 26px;
  }

  .nelvo-review-track {
    gap: 14px;
  }

  .nelvo-testimonial-card {
    flex-basis: 100%;
    min-height: 165px;
    padding: 22px 24px;
  }

  .nelvo-testimonial-card > p {
    font-size: 11px;
  }

  .nelvo-franchise {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .nelvo-franchise-content {
    padding: 60px 26px 42px;
  }

  .nelvo-franchise-content h2 {
    font-size: 36px;
  }

  .nelvo-franchise-content > p:last-of-type {
    font-size: 11px;
  }

  .nelvo-franchise-form-wrap {
    padding: 0 26px 60px;
  }

  .nelvo-franchise-form {
    padding: 26px 21px 22px;
  }

  .nelvo-franchise-form input {
    height: 40px;
    font-size: 10px;
  }

  .nelvo-franchise-form button {
    height: 42px;
    font-size: 10px;
  }

  .nelvo-footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 22px;
    padding: 55px 26px 38px;
  }

  .nelvo-footer-brand {
    grid-column: 1 / -1;
  }

  .nelvo-footer-brand > p {
    font-size: 11px;
  }

  .nelvo-footer-column h3 {
    font-size: 10px;
  }

  .nelvo-footer-column > a:not(.nelvo-footer-contact-item),
  .nelvo-footer-contact-item,
  .nelvo-hours-column p {
    font-size: 10px;
  }

  .nelvo-contact-column {
    grid-column: 1 / -1;
  }

  .nelvo-footer-bottom {
    display: block;
    padding: 18px 26px;
  }

  .nelvo-footer-bottom div {
    margin-top: 9px;
  }

  .nelvo-footer-bottom p,
  .nelvo-footer-bottom a,
  .nelvo-footer-bottom span {
    font-size: 8px;
  }
}

@media (max-width: 420px) {
  .nelvo-excellence-stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 370px) {
  .nelvo-book-button {
    display: none;
  }

  .nelvo-menu-toggle {
    margin-right: 0;
  }

  .nelvo-hero-content h1 {
    font-size: 48px;
  }

  .nelvo-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}