@font-face {
  font-family: "Avenir Next Karavaggio";
  src:
    url("Fontes/Avenir-Next _ Textos e apoio/AvenirNextCyr-Regular.woff2") format("woff2"),
    url("Fontes/Avenir-Next _ Textos e apoio/AvenirNextCyr-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next Karavaggio";
  src:
    url("Fontes/Avenir-Next _ Textos e apoio/AvenirNextCyr-Italic.woff2") format("woff2"),
    url("Fontes/Avenir-Next _ Textos e apoio/AvenirNextCyr-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next Karavaggio";
  src:
    url("Fontes/Avenir-Next _ Textos e apoio/AvenirNextCyr-Medium.woff2") format("woff2"),
    url("Fontes/Avenir-Next _ Textos e apoio/AvenirNextCyr-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next Karavaggio";
  src:
    url("Fontes/Avenir-Next _ Textos e apoio/AvenirNextCyr-Demi.woff2") format("woff2"),
    url("Fontes/Avenir-Next _ Textos e apoio/AvenirNextCyr-Demi.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next Karavaggio";
  src:
    url("Fontes/Avenir-Next _ Textos e apoio/AvenirNextCyr-Bold.woff2") format("woff2"),
    url("Fontes/Avenir-Next _ Textos e apoio/AvenirNextCyr-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next Karavaggio";
  src:
    url("Fontes/Avenir-Next _ Textos e apoio/AvenirNextCyr-Heavy.woff2") format("woff2"),
    url("Fontes/Avenir-Next _ Textos e apoio/AvenirNextCyr-Heavy.woff") format("woff");
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
}

@font-face {
  font-family: "P22 Mackinac Karavaggio";
  src: url("Fontes/P22-Macknac _ T%C3%ADtulos/P22MackinacPro-Book_25.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "P22 Mackinac Karavaggio";
  src: url("Fontes/P22-Macknac _ T%C3%ADtulos/P22MackinacPro-BookItalic_15.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "P22 Mackinac Karavaggio";
  src: url("Fontes/P22-Macknac _ T%C3%ADtulos/P22MackinacPro-Medium_26.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "P22 Mackinac Karavaggio";
  src: url("Fontes/P22-Macknac _ T%C3%ADtulos/P22MackinacPro-MedItalic_18.otf") format("opentype");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "P22 Mackinac Karavaggio";
  src: url("Fontes/P22-Macknac _ T%C3%ADtulos/P22MackinacPro-Bold_16.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "P22 Mackinac Karavaggio";
  src: url("Fontes/P22-Macknac _ T%C3%ADtulos/P22MackinacPro-ExtraBold_12.otf") format("opentype");
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
}

:root {
  --bg: #eeeeee;
  --green: #073f27;
  --green-2: #00763c;
  --green-soft: #315f46;
  --gold: #c49432;
  --text: #0b3b27;
  --white: #ffffff;
  --page-x: clamp(72px, 7.5vw, 128px);
  --shadow: 18px 20px 24px rgba(0, 0, 0, 0.24);
  --font-body: "Avenir Next Karavaggio", "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --font-display: "P22 Mackinac Karavaggio", Georgia, "Times New Roman", serif;
  --font-script: "P22 Mackinac Karavaggio", Georgia, "Times New Roman", serif;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 128px;
  padding: 24px var(--page-x);
  background: #066e39;
  color: var(--white);
  border-radius: 0 0 24px 24px;
  backdrop-filter: blur(8px);
}

.brand img {
  width: 242px;
}

.main-menu {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 42px);
  font-size: 20px;
  font-weight: 800;
}

.main-menu a:hover,
.main-menu a:focus-visible {
  color: var(--white);
}

.track-button,
button {
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  cursor: pointer;
  font: inherit;
}

.track-button {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
}

.track-button img {
  width: 190px;
  height: auto;
}

.menu-toggle {
  display: none;
  padding: 10px 14px;
}

.section {
  min-height: calc(100svh - 128px);
  padding: 56px var(--page-x);
  scroll-margin-top: 128px;
}

.hero,
.about,
.history,
.contact,
.units {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 1fr);
  align-items: center;
  gap: 48px;
}

.about {
  --about-text-green: #164c33;
  grid-template-columns: 1fr;
  align-items: start;
  align-content: center;
  gap: clamp(28px, 4vh, 44px);
}

.about-copy,
.about-media {
  align-self: start;
}

.about-main {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(380px, 0.95fr);
  align-items: center;
  gap: clamp(42px, 5vw, 84px);
  width: 100%;
}

.pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 10px;
  background: var(--gold);
  color: var(--white);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hero .pill {
  border-radius: 999px;
  font-size: 15px;
  text-transform: none;
}

.hero-badge {
  width: min(303px, 100%);
  height: auto;
}

.pill em {
  margin-left: 8px;
  font: italic 500 34px var(--font-script);
  text-transform: none;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--green-2);
  line-height: 1.08;
  overflow-wrap: break-word;
}

h1 {
  max-width: 560px;
  margin-top: 52px;
  font-size: clamp(36px, 3.7vw, 48px);
}

h2 {
  font-size: clamp(40px, 5vw, 58px);
}

p {
  max-width: 100%;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.35;
  overflow-wrap: break-word;
}

.hero-copy p {
  max-width: 500px;
}

.hero-copy,
.contact-copy,
.units-copy {
  min-width: 0;
}

.hero-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.hero-media-single {
  grid-template-columns: 1fr;
  justify-items: center;
}

.hero-photo {
  width: 100%;
  height: min(56vw, 558px);
  object-fit: cover;
  border-radius: 10px;
}

.hero-photo-large {
  transform: translateY(0);
}

.hero-photo-single {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 616 / 560;
  object-fit: cover;
}

.history {
  grid-template-columns: minmax(420px, 1.08fr) minmax(360px, 0.92fr);
  align-items: start;
  gap: clamp(56px, 6vw, 112px);
  width: 100%;
  min-height: calc(100svh - 128px);
  margin: 0;
  padding: 56px var(--page-x);
}

.history-copy {
  padding-top: 26px;
}

.history-copy .pill {
  border-radius: 9px;
  padding: 8px 14px 7px;
  background: #c59a43;
  font-family: var(--font-display);
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1;
  text-transform: none;
}

.history-copy p {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--green);
  font-size: clamp(20px, 1.68vw, 25.5px);
  font-weight: 500;
  line-height: 1.26;
}

.history-media {
  display: grid;
  place-items: center;
  height: calc(100svh - 128px - 112px);
  min-height: 456px;
  max-height: 756px;
  padding-top: 26px;
}

.history-media img,
.history-media img:first-child {
  grid-column: auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: none;
}

.history-media img.history-collage {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.title-line,
.section-title {
  border-block: 3px solid var(--gold);
  padding: 12px 0;
}

.title-line h2,
.section-title h2 {
  text-align: center;
  font-size: clamp(34px, 4vw, 44px);
}

.about-copy p {
  max-width: 640px;
  margin: 18px auto 0;
  color: var(--about-text-green);
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 500;
  line-height: 1.32;
  text-align: center;
}

.about-copy > p:first-of-type {
  max-width: none;
  font-size: clamp(20px, 1.6vw, 24px);
  margin-top: 30px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.about-copy .about-callout {
  margin-top: 24px;
  font-weight: 700;
}

.about .title-line h2 {
  color: var(--about-text-green);
  font-size: clamp(38px, 4.4vw, 54px);
  font-weight: 800;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 70px);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-rows: auto auto 1fr;
  justify-items: center;
  align-content: start;
  gap: 8px;
  min-width: 0;
  text-align: center;
}

.feature-list img {
  width: clamp(112px, 9vw, 144px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.feature-list li:last-child img {
  width: clamp(168px, 13.5vw, 216px);
  aspect-ratio: 1.5 / 1;
}

.feature-list strong {
  color: var(--gold);
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 900;
  line-height: 1.1;
}

.feature-list span {
  color: var(--about-text-green);
  font-size: clamp(16px, 1.15vw, 19px);
  font-weight: 400;
  line-height: 1.25;
  text-wrap: balance;
}

.about-media img {
  width: 100%;
  aspect-ratio: 544 / 324;
  object-fit: cover;
  border-radius: 10px;
}

.operation-gallery {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
  margin-top: 22px;
}

.operation-gallery img {
  height: 180px;
  aspect-ratio: auto;
  box-shadow: 12px 14px 20px rgba(0, 0, 0, 0.16);
}

.services {
  display: grid;
  align-content: center;
  gap: 42px;
  min-height: calc(100svh - 128px);
}

.services-carousel {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 76px 24px;
}

.service-cards {
  display: flex;
  align-items: center;
  gap: 0;
}

.service-card {
  flex: 0 0 calc(100% / 3);
  z-index: 0;
  min-height: 430px;
  padding: 30px 24px 32px;
  border-radius: 24px;
  background: var(--green-soft);
  color: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  opacity: 0.52;
  transform: scale(0.76);
  transition:
    transform 360ms ease,
    opacity 260ms ease,
    background 260ms ease,
    color 260ms ease;
  will-change: transform, opacity;
}

.service-card.is-prev,
.service-card.is-next {
  z-index: 1;
  opacity: 0.52;
  transform: scale(0.76);
}

.service-card.is-hidden {
  display: none;
}

.service-card.is-active {
  z-index: 2;
  background: var(--green);
  color: var(--white);
  opacity: 1;
  transform: scale(1);
}

.service-card h3 {
  padding-bottom: 18px;
  border-bottom: 3px solid var(--gold);
  color: var(--white);
  font-size: clamp(34px, 3vw, 46px);
  text-align: center;
}

.service-card p,
.service-card li {
  font-size: 15px;
  line-height: 1.35;
}

.service-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.service-card li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  padding: 0 0 8px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--green);
  box-shadow: none;
  font: 900 58px/1 var(--font-body);
  transform: translateY(-50%);
}

.carousel-prev {
  left: 42px;
}

.carousel-next {
  right: 42px;
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 10px;
  color: var(--green-2);
  font-size: 24px;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  min-height: 62px;
  border: 0;
  border-radius: 12px;
  padding: 14px 24px;
  background: var(--white);
  box-shadow: var(--shadow);
  color: var(--text);
  font: 22px var(--font-body);
}

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

::placeholder {
  color: #d7d7d7;
}

form button {
  width: fit-content;
  min-width: 178px;
  border-radius: 12px;
  padding: 12px 28px;
  background: var(--gold);
  font: 700 26px var(--font-display);
  text-transform: uppercase;
}

.contact-copy {
  align-self: center;
}

.contact {
  grid-template-columns: minmax(420px, 1fr) minmax(460px, 1.08fr);
  gap: clamp(54px, 6vw, 76px);
  width: min(calc(100% - 10vw), 1150px);
  min-height: calc(100svh - 128px);
  margin-inline: auto;
  padding: 34px 0 50px;
}

.contact .form-card {
  gap: 16px;
}

.contact .form-card label {
  gap: 12px;
  font-size: 24px;
  line-height: 1;
}

.contact .form-card input {
  min-height: 68px;
}

.contact .form-card textarea {
  min-height: 196px;
}

.contact .form-card button,
.quote-form > button {
  min-width: 178px;
  padding-block: 12px;
  font-size: 26px;
  text-transform: none;
}

.contact-copy .pill {
  padding: 7px 12px;
  border-radius: 9px;
  font-size: 20px;
}

.contact .contact-copy h2 {
  margin-top: 12px;
  padding-bottom: 14px;
  font-size: clamp(42px, 4vw, 52px);
  line-height: 1.12;
}

.contact-copy p {
  margin: 22px 0 0;
  font-size: clamp(19px, 1.7vw, 22px);
  line-height: 1.52;
}

.contact-copy h2,
.units-copy h2,
.quote-heading h2 {
  margin: 14px 0 20px;
  padding-bottom: 22px;
  border-bottom: 3px solid var(--gold);
  font-weight: bold ;
}

.quote-heading h2 {
  font-weight: 800;
}

.units {
  min-height: calc(100svh - 128px);
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  padding-top: 30px;
  padding-bottom: 34px;
}

.units-copy .pill {
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 20px;
}

.units-copy h2 {
  margin: 14px 0 20px;
  padding-bottom: 22px;
  font-size: clamp(38px, 4.4vw, 50px);
  line-height: 1.16;
}

.units-copy p {
  max-width: 520px;
  margin: 0 0 2px;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.35;
}

.contact-links {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.contact-links a {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  font-size: 21px;
  font-weight: 500;
}

.contact-links img {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.quote {
  padding-inline: var(--page-x);
}

.quote-heading {
  max-width: 690px;
  margin-bottom: 28px;
}

.quote-form {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  column-gap: 76px;
  row-gap: 22px;
}

.quote-form > label:first-child,
.quote-form .wide,
.quote-form button,
.quote-form .form-status {
  grid-column: 1 / -1;
}

.form-group {
  display: grid;
  gap: 16px;
}

.form-group h3,
.invoice-group h3 {
  width: fit-content;
  border-radius: 8px;
  padding: 8px 14px;
  background: var(--green-2);
  color: var(--white);
  font: 900 24px var(--font-body);
  text-transform: uppercase;
}

.invoice-group {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(280px, 1.35fr) minmax(220px, 1fr) minmax(220px, 1fr);
  gap: 24px 76px;
  margin-top: 86px;
  padding-top: 18px;
  scroll-margin-top: 128px;
}

.invoice-group h3,
.invoice-group .wide {
  grid-column: 1 / -1;
}

.invoice-group h3 {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 0;
  margin-bottom: 8px;
  background: var(--green-2);
  color: var(--white);
  padding: 8px 14px;
  margin-left: 62px;
}

.origin-group h3,
.destination-group h3 {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-left: 46px;
}

.origin-group h3::before,
.destination-group h3::before {
  content: "";
  display: block;
  position: absolute;
  left: -54px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent url("Localização _ Cotação.png") center / 40px 40px no-repeat;
}

.invoice-group h3::before {
  content: "";
  display: block;
  position: absolute;
  left: -62px;
  width: 50px;
  height: 50px;
  background: url("Nota fiscal.png") center / contain no-repeat;
}

.invoice-group label {
  font-size: 24px;
}

.quote textarea {
  min-height: 95px;
}

.quote-form > button {
  margin-top: -8px;
}

.form-status {
  min-height: 28px;
  margin: 0;
  color: var(--green-2);
  font-size: 18px;
  font-weight: 800;
}

.success-card {
  display: grid;
  gap: 10px;
  width: min(100%, 520px);
  padding: 28px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
  color: var(--green);
}

.success-card[hidden] {
  display: none;
}

.success-card strong {
  color: var(--green-2);
  font: 700 clamp(30px, 4vw, 44px) var(--font-display);
  line-height: 1.1;
}

.success-card span {
  font-size: 20px;
  font-weight: 600;
}

.success-section {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 620px;
  padding-block: 44px;
  text-align: center;
}

.success-section[hidden] {
  display: none;
}

.inline-success {
  width: 100%;
  min-height: auto;
  padding-block: 0;
  outline: 0;
}

.section.success-only {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: start;
  padding-top: 0;
  padding-bottom: 0;
}

.contact .inline-success {
  grid-column: 1 / -1;
}

.quote .inline-success {
  margin-top: 10px;
}

.success-section h2 {
  margin-top: clamp(12px, 1.8vh, 20px);
  color: #b28c38;
  font-size: clamp(44px, 3.7vw, 64px);
  line-height: 1.12;
  text-wrap: balance;
}

.success-section p {
  max-width: 1180px;
  margin: clamp(12px, 1.8vh, 20px) auto 0;
  color: var(--green);
  font-size: clamp(23px, 1.8vw, 30px);
  font-weight: 500;
  line-height: 1.4;
  text-wrap: balance;
}

.success-mark {
  width: clamp(220px, 31svh, 300px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: url("certoMsg.png") center / 100% 100% no-repeat;
  color: transparent;
  font-size: 0;
}

.success-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.success-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(420px, 1fr));
  gap: clamp(72px, 8vw, 150px);
  width: min(1620px, 100%);
  margin-top: clamp(42px, 6vh, 64px);
  transform: translateX(-60px);
  color: var(--green);
  font-size: clamp(21px, 1.5vw, 26px);
  font-weight: 500;
  line-height: 1.45;
}

.success-notes > span {
  display: grid;
  grid-template-columns: clamp(120px, 16svh, 150px) 1fr;
  align-items: center;
  gap: clamp(14px, 1.2vw, 22px);
  text-align: center;
  text-wrap: balance;
}

.success-note-copy {
  white-space: nowrap;
}

.success-notes > span::before {
  content: "";
  display: block;
  width: clamp(120px, 16svh, 150px);
  height: clamp(120px, 16svh, 150px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: center / cover no-repeat;
}

.success-notes > span:first-child::before {
  background-image: url("suporte.png");
}

.success-notes > span:last-child::before {
  background-image: url("certoverde.png");
  background-size: 116%;
}

.success-notes img {
  display: none;
}

.units img {
  justify-self: center;
  width: min(500px, 100%);
  height: auto;
  object-fit: contain;
  margin-bottom: 28px;
}

.units .units-map {
  width: min(980px, 170%);
  max-width: none;
  margin-left: 2%;
}

.units-copy {
  max-width: 520px;
}

.units-copy label {
  position: relative;
  margin-top: 26px;
  font-size: 21px;
}

.units-copy input {
  min-height: 48px;
  border-radius: 8px;
  padding: 10px 64px 10px 20px;
  box-shadow: 14px 16px 22px rgba(0, 0, 0, 0.22);
  font-size: 20px;
}

.area-result {
  display: grid;
  gap: 5px;
  margin-top: 10px;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.area-result[hidden] {
  display: none;
}

.area-result strong {
  color: var(--green-2);
  font-size: 18px;
}

.units-copy label::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--green-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='m16 16 4 4'/%3E%3C/svg%3E") center / 19px 19px no-repeat;
  pointer-events: none;
}

.unit-grid-section {
  min-height: calc(100svh - 128px);
  padding-top: 36px;
}

.unit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 38px auto 0;
}

.unit-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 12px 14px 20px rgba(0, 0, 0, 0.16);
}

.unit-card img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.unit-card div {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 2px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(7, 63, 39, 0), rgba(7, 63, 39, 0.9));
  color: var(--white);
}

.unit-card strong {
  color: var(--gold);
  font-size: 16px;
}

.unit-card span {
  font: 800 22px var(--font-display);
}

.unit-card small {
  font-size: 14px;
  font-weight: 700;
}

.clients {
  display: block;
  min-height: calc(100svh - 128px);
  padding: 0;
  background: var(--bg);
}

.clients-reference {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 980px) {
  :root {
    --page-x: 5vw;
  }

  .site-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 92px;
    overflow: hidden;
  }

  .brand img {
    width: 190px;
  }

  .menu-toggle {
    display: inline-flex !important;
  }

  .main-menu,
  .track-button {
    display: none !important;
  }

  .main-menu.is-open {
    display: grid !important;
    width: 100%;
    justify-content: stretch;
    gap: 12px;
  }

  .main-menu.is-open a {
    padding: 10px 0;
  }

  .section {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    min-height: calc(100svh - 96px);
    padding: 42px 5vw;
    scroll-margin-top: 96px;
  }

  .hero,
  .about,
  .history,
  .contact,
  .units,
  .unit-grid-section,
  .clients {
    grid-template-columns: 1fr;
  }

  .contact {
    width: 100%;
    min-height: calc(100svh - 96px);
    padding: 42px 5vw;
  }

  .hero,
  .about,
  .history,
  .contact,
  .units,
  .quote {
    min-height: auto;
  }

  .units .units-map {
    width: min(620px, 100%);
    max-width: 100%;
    margin-left: 0;
  }

  .hero-media,
  .about-main,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 28px;
  }

  .operation-gallery {
    grid-template-columns: 1fr;
  }

  .history-media,
  .unit-grid,
  .success-notes {
    grid-template-columns: 1fr;
  }

  .section.success-only {
    align-content: center;
    padding: 36px 5vw;
  }

  .success-mark {
    width: clamp(170px, 27vw, 220px);
  }

  .success-section h2 {
    font-size: clamp(36px, 6vw, 48px);
  }

  .success-section p {
    max-width: 720px;
    font-size: clamp(20px, 3vw, 25px);
  }

  .success-notes {
    gap: 30px;
    width: min(620px, 100%);
    margin-top: 42px;
    font-size: clamp(18px, 2.5vw, 22px);
    transform: none;
  }

  .success-notes > span {
    grid-template-columns: 96px 1fr;
    gap: 18px;
  }

  .success-notes > span::before {
    width: 92px;
  }

  .success-line-break {
    display: none;
  }

  .success-note-copy {
    white-space: normal;
  }

  .history-media {
    grid-template-rows: none;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 0;
  }

  .operation-gallery img {
    height: auto;
  }

  .history-media img,
  .history-media img:first-child {
    grid-column: auto;
    height: auto;
  }

  .services-carousel {
    max-width: min(420px, 100%);
    padding: 0 36px;
  }

  .service-cards {
    gap: 0;
  }

  .service-card {
    flex-basis: 100%;
    min-height: 420px;
    transform: scale(1);
  }

  .service-card.is-prev,
  .service-card.is-next {
    display: none;
  }

  .carousel-button {
    width: 54px;
    height: 54px;
    padding-bottom: 6px;
    font-size: 40px;
  }

  .carousel-prev {
    left: 0;
  }

  .carousel-next {
    right: 0;
  }

  .hero-photo {
    height: 420px;
  }

  .quote-form > label:first-child,
  .quote-form .wide,
  .quote-form button,
  .quote-form .form-status {
    grid-column: auto;
  }

  .invoice-group {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 54px;
  }

  .invoice-group h3,
  .invoice-group .wide {
    grid-column: auto;
  }

}

@media (max-width: 560px) {
  .feature-list {
    grid-template-columns: 1fr;
  }

  .hero-media {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    height: 360px;
  }

  .hero-photo.hero-photo-single {
    height: auto;
    max-height: none;
  }

  h1,
  h2 {
    font-size: 34px;
  }

  .pill {
    font-size: 17px;
  }

  input,
  textarea {
    font-size: 18px;
  }

  .success-section h2 {
    font-size: 34px;
  }

  .success-section p {
    font-size: 19px;
  }

  .success-notes > span {
    grid-template-columns: 74px 1fr;
    gap: 16px;
  }

  .success-notes > span::before {
    width: 72px;
  }
}
