@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: #f5f3f1;
  color: #2f2f2f;
  font-family: "Google Sans Flex", "Segoe UI", sans-serif;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f3f1;
}

.hero-shell {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  padding-bottom: 90px;
  position: relative;
  background-image: url("pexels-ikbalphoto-10421760.jpg");
  background-size: cover;
  background-position: center 55%;
  background-repeat: no-repeat;
  background-blend-mode: normal;
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 80%,
    rgba(245, 243, 241, 1) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.nav-wrap {
  width: calc(100% - min(6vw, 36px) * 2);
  margin: 0 auto;
  background: rgba(243, 237, 237, 0.65);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 2px;
  border: 4px solid rgba(36, 29, 29, 0.85);
  box-shadow:
    0 22px 40px rgba(20, 14, 10, 0.35),
    0 6px 16px rgba(60, 44, 32, 0.22);
  position: fixed;
  top: 4px;
  left: 0;
  right: 0;
  z-index: 100;
}

.nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px min(4vw, 24px);
  position: relative;
  z-index: 3;
  border-radius: 999px;
  background: transparent;
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.brand-name {
  font-size: 20px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.nav-links {
  display: flex;
  gap: 12px;
  font-size: 19px;
}

.nav-links a {
  color: #3f3f3f;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover {
  color: #1f1f1f;
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(32, 24, 18, 0.18);
  padding: 0;
  gap: 3px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #2b221a;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-actions {
  display: flex;
  gap: 10px;
}

button {
  align-items: center;
  appearance: none;
  background-image: linear-gradient(120deg, #1d1a18 0%, #5b3f2e 55%, #b68962 100%);
  border: 0;
  border-radius: 6px;
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
    rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Google Sans Flex", "Segoe UI", sans-serif;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}

button:focus {
  box-shadow:
    #111111 0 0 0 1.5px inset,
    rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
    #111111 0 -3px 0 inset;
}

button:hover {
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
    rgba(0, 0, 0, 0.55) 0 -3px 0 inset;
  transform: translateY(-2px);
}

button:active {
  box-shadow: #111111 0 3px 7px inset;
  transform: translateY(2px);
}

.solid {
  background-image: linear-gradient(120deg, #1d1a18 0%, #5b3f2e 55%, #b68962 100%);
  color: #fff;
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
    rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
}

.hero-cta {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 16px;
  border-radius: 6px;
}

.hero {
  text-align: center;
  width: min(780px, 90vw);
  padding-top: 180px;
  z-index: 2;
  position: relative;
  color: #1f1f1f;
}

.hero-copy {
  display: inline-block;
  padding: 22px 28px;
  border-radius: 22px;
  background: rgba(255, 246, 246, 0.593);
  backdrop-filter: blur(1px);
  box-shadow: 0 16px 36px rgba(60, 44, 32, 0.18);
}

h1 {
  font-family: "Google Sans Flex", "Segoe UI", sans-serif;
  font-size: clamp(32px, 5.8vw, 54px);
  line-height: 1.1;
  margin: 10px 0 12px;
  color: #1f1f1f;
  font-variation-settings: "ROND" 70;
  display: inline-block;
  text-shadow:
    0 12px 26px rgba(0, 0, 0, 0.22),
    0 2px 6px rgba(0, 0, 0, 0.14);
}

p {
  margin: 0 auto 18px;
  max-width: 560px;
  font-size: 24px;
  font-weight: 600;
  color: #1f1f1f;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.about {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 20px auto 60px;
  padding: 28px min(6vw, 72px);
  border-radius: 28px;
  background: #f5f3f1;
  box-shadow: 0 20px 40px rgba(94, 70, 54, 0.12);
  backdrop-filter: blur(8px);
}

.about-media {
  flex: 1;
  min-width: 260px;
  padding-right: 10px;
  display: flex;
  align-items: stretch;
}

.about-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.about-content {
  flex: 1;
  min-width: 260px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
}

.about h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 3vw, 32px);
  color: #1f1f1f;
}

.about p {
  margin: 0 0 12px;
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-word;
}

.about-cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.services {
  width: 100%;
  padding: 20px min(6vw, 72px) 70px;
  background: #f5f3f1;
}

.services-header {
  max-width: 720px;
  margin: 0 auto 22px;
  text-align: center;
}

.services-header h2 {
  margin: 8px 0 10px;
  font-size: clamp(24px, 3.2vw, 36px);
  color: #1f1f1f;
}

.services-header p {
  margin: 0 auto;
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.carousel {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 18px;
  padding: 10px 4px 20px;
}

.service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  min-height: 300px;
  box-shadow:
    0 16px 30px rgba(32, 24, 18, 0.28),
    0 6px 14px rgba(96, 70, 52, 0.22);
  border: 1px solid rgba(156, 134, 110, 0.35);
  position: relative;
  overflow: visible;
  background-size: cover;
  background-position: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 60%);
  z-index: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  mix-blend-mode: screen;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 28px 50px rgba(32, 24, 18, 0.32),
    0 12px 24px rgba(96, 70, 52, 0.26);
}

.service-trigger {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(156, 134, 110, 0.45);
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #2b221a;
  box-shadow: 0 10px 18px rgba(96, 70, 52, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-trigger:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(96, 70, 52, 0.22);
}

.service-full {
  display: none;
}

.contact {
  width: 100%;
  padding: 30px min(6vw, 72px) 80px;
  background: #f7f2eb;
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 1fr);
  grid-template-areas:
    "info info"
    "form portrait"
    "map map";
  gap: 28px;
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(80, 60, 46, 0.12);
  border: 1px solid rgba(156, 134, 110, 0.2);
}

.contact-info {
  grid-area: info;
}

.contact-info h2 {
  margin: 8px 0 10px;
  font-size: clamp(24px, 3vw, 34px);
  color: #1f1f1f;
  text-align: center;
}

.contact-info p {
  margin: 0 0 16px;
  max-width: none;
  font-size: 16px;
  font-weight: 500;
  color: #3d3d3d;
  text-shadow: none;
  text-align: center;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 22px;
  color: #2f241c;
  justify-items: center;
}

.contact-form {
  grid-area: form;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #f7f2eb;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(156, 134, 110, 0.2);
  box-shadow:
    0 18px 34px rgba(80, 60, 46, 0.16),
    0 6px 14px rgba(120, 90, 70, 0.12);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 12px 16px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #2f241c;
}

.required-star {
  color: #b01f1f;
  font-weight: 700;
  margin-left: 8px;
}

.contact-form input,
.contact-form textarea {
  border-radius: 10px;
  border: 1px solid rgba(156, 134, 110, 0.35);
  padding: 10px 12px;
  font-size: 15px;
  font-family: "Google Sans Flex", "Segoe UI", sans-serif;
  background: #ffffff;
  color: #2f2f2f;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form-checkbox {
  grid-column: span 2;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.field-note {
  font-size: 12px;
  font-weight: 500;
  color: #6a5d52;
}

.contact-form-checkbox input {
  width: 18px;
  height: 18px;
}

.contact-form-full {
  grid-column: span 2;
}

.contact-form-submit {
  align-self: center;
}

.form-status {
  min-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #2f241c;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #2f241c;
  color: #ffffff;
  font-size: 18px;
}

.contact-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.contact-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #d9d1c7;
  padding: 4px 8px;
  border-radius: 4px;
  color: #2f241c;
}

.contact-value {
  font-size: 16px;
  font-weight: 600;
  color: #3d3d3d;
}

.contact-portrait {
  grid-area: portrait;
  margin: 0;
  width: 50%;
  justify-self: center;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(156, 134, 110, 0.2);
  box-shadow: 0 16px 30px rgba(80, 60, 46, 0.12);
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.contact-portrait img {
  width: 100%;
  height: 100%;
  flex: 1;
  object-fit: cover;
  display: block;
}

.contact-portrait figcaption {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #2f241c;
  background: #f7f2eb;
  border-top: 1px solid rgba(156, 134, 110, 0.2);
  text-align: center;
}

.contact-map {
  grid-area: map;
  width: 100%;
  min-height: 260px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(156, 134, 110, 0.2);
  box-shadow: 0 16px 30px rgba(80, 60, 46, 0.12);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.footer {
  width: 100%;
  padding: 28px min(6vw, 72px) 40px;
  background: #eee7df;
}

.footer-inner {
  display: grid;
  gap: 12px;
  align-items: center;
  text-align: center;
}

.footer-brand {
  font-weight: 700;
  color: #2b211a;
  letter-spacing: 0.04em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.footer-links a {
  color: #4a3e33;
  text-decoration: none;
  font-size: 14px;
}

.footer-meta {
  font-size: 12px;
  color: #6a5d52;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 50;
  padding: 16px;
}

.modal-open .nav-wrap {
  opacity: 0;
  pointer-events: none;
}

.modal[aria-hidden="false"] {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 12, 0.55);
  backdrop-filter: blur(6px);
}

.modal-panel {
  position: relative;
  margin: 0 auto;
  width: min(1100px, 96vw);
  min-height: 520px;
  max-height: calc(100vh - 32px);
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.modal-media {
  background-size: cover;
  background-position: center;
  min-height: 320px;
  position: relative;
}

.modal-content {
  padding: 28px;
  max-height: 100%;
  overflow: auto;
}

.modal.is-lattrivning .modal-content {
  max-height: 260px;
  overflow-y: auto;
}

.modal-title {
  margin: 0 0 10px;
  font-size: 24px;
  color: #1f1f1f;
}

.modal-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #3d3d3d;
  max-height: none;
  overflow-y: visible;
  padding-right: 6px;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: #1f1f1f;
  font-size: 24px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
  padding: 0;
}

.modal-nav:disabled {
  opacity: 0.4;
  cursor: default;
  box-shadow: none;
}

.modal-media.single-image .modal-nav {
  display: none;
}

.modal-prev {
  left: 16px;
}

.modal-next {
  right: 16px;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 36px;
  font-size: 14px;
  padding: 0 14px;
  background-image: linear-gradient(120deg, #200808 0%, #8c1b1b 55%, #d12f2f 100%);
  z-index: 2;
}

.modal-close:hover {
  box-shadow:
    rgba(45, 35, 66, 0.35) 0 4px 8px,
    rgba(45, 35, 66, 0.25) 0 7px 13px -3px,
    rgba(58, 65, 111, 0.35) 0 -3px 0 inset;
}

@media (max-width: 640px) {
  .modal {
    align-items: flex-start;
  }

  .modal-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .modal-media {
    min-height: 220px;
  }

  .modal.is-lattrivning .modal-content {
    max-height: 200px;
  }

  .contact-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "info"
      "form"
      "portrait"
      "map";
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-details {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
  }

}

@media (max-width: 992px) {
  .carousel {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}
.bg-hero {
  background-image: url("images/hero.jpg");
}

.bg-about {
  background-image: url("images/about.jpg");
}

.service-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #1f1f1f;
}

.service-card p {
  margin: 0;
  font-size: 15px;
  color: #3d3d3d;
  text-align: left;
}

.landscape {
  width: min(980px, 94vw);
  height: 300px;
  margin: -60px auto 40px;
  border-radius: 24px;
  background:
    radial-gradient(110px 40px at 12% 85%, rgba(255, 212, 194, 0.8), transparent 70%),
    radial-gradient(120px 50px at 26% 82%, rgba(255, 238, 218, 0.9), transparent 70%),
    radial-gradient(180px 70px at 40% 85%, rgba(255, 212, 178, 0.8), transparent 70%),
    linear-gradient(180deg, rgba(229, 226, 235, 0.9) 0%, rgba(244, 230, 214, 0.8) 45%, rgba(245, 214, 178, 0.9) 100%),
    linear-gradient(120deg, #c9b3b1 0%, #f2cab1 40%, #d8b29a 70%, #c7a4a1 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(142, 101, 84, 0.25);
  z-index: 1;
  display: none;
}

.landscape::before,
.landscape::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(300px 120px at 18% 70%, rgba(255, 216, 193, 0.7), transparent 70%),
    radial-gradient(400px 160px at 80% 70%, rgba(244, 199, 163, 0.7), transparent 70%);
  opacity: 0.6;
}

.landscape::after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.5) 70%),
    radial-gradient(320px 200px at 50% 30%, rgba(255, 255, 255, 0.65), transparent 70%);
  opacity: 0.7;
}

.fog {
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -10%;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  filter: blur(6px);
}

.mist {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 90%;
  height: 40%;
  background: radial-gradient(60% 80% at 50% 50%, rgba(255, 255, 255, 0.6), transparent 70%);
}

@media (max-width: 768px) {
  .nav {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-toggle {
    display: inline-flex;
    order: 2;
  }

  .nav-links {
    order: 3;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 8px 0 12px;
    display: none;
  }

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

  .nav-actions {
    order: 2;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .about {
    flex-direction: column;
    padding: 22px;
  }

  .about-media img {
    height: 220px;
  }

  .landscape {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .page {
    align-items: stretch;
  }

  .hero,
  .about,
  .services,
  .contact,
  .footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-wrap {
    width: calc(100% - 24px);
  }

  .about,
  .services,
  .contact,
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-content,
  .services-header,
  .contact-info,
  .contact-form,
  .contact-portrait,
  .footer-inner {
    align-items: center;
    text-align: center;
  }

  .contact-form,
  .contact-portrait {
    width: 100%;
    justify-self: center;
  }

  .contact-form-submit {
    align-self: center;
  }

  .contact-map {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .about,
  .services,
  .contact,
  .footer {
    padding-left: min(5vw, 64px);
    padding-right: min(5vw, 64px);
  }
}

@media (max-width: 1200px) {
  .about,
  .services,
  .contact,
  .footer {
    padding-left: min(5vw, 56px);
    padding-right: min(5vw, 56px);
  }
}

@media (max-width: 992px) {
  .about,
  .services,
  .contact,
  .footer {
    padding-left: min(5vw, 44px);
    padding-right: min(5vw, 44px);
  }
}

@media (max-width: 768px) {
  .about,
  .services,
  .contact,
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 576px) {
  .nav-links {
    font-size: 17px;
  }

  .contact-details {
    gap: 16px;
  }
}

@media (max-width: 540px) {
  html,
  body {
    overflow-x: hidden;
  }

  .page,
  .hero-shell,
  .hero,
  .about,
  .services {
    width: 100%;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-shell {
    width: 100vw;
  }

  .nav-wrap {
    left: 12px;
    right: 12px;
    width: auto;
  }

  .about,
  .services {
    padding-left: 12px;
    padding-right: 12px;
  }

  .carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-details {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
  }

  .contact-detail {
    width: 100%;
  }

  .contact-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .contact-label {
    font-size: 12px;
    padding: 3px 6px;
  }

  .contact-value {
    font-size: 13px;
  }

  .contact-inner {
    padding: 20px;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    box-sizing: border-box;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form label,
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .brand-name {
    font-size: 18px;
  }

  .hero-copy {
    padding: 18px 20px;
  }
}
