/*
Theme Name: Sindicato Rural CNP
Theme URI: https://example.com/sindicato-rural-cnp
Author: Gama Propaganda
Author URI: https://example.com
Description: Tema one-page responsivo para o Sindicato Rural de Campo Novo do Parecis.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sindicato-rural-cnp
*/

:root {
  --green: #009f78;
  --green-dark: #007c60;
  --green-soft: #56b947;
  --gold: #c79b43;
  --gold-dark: #ad7f00;
  --gold-soft: #d0aa64;
  --ink: #26312d;
  --muted: #66736e;
  --line: #e9eee9;
  --white: #fff;
  --shadow: 0 18px 44px rgba(25, 60, 48, .12);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--gold);
  box-shadow: 0 8px 24px rgba(60, 42, 8, .14);
}

.main-nav {
  width: min(1160px, calc(100% - 32px));
  height: 64px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto repeat(3, 1fr);
  align-items: center;
  gap: 18px;
  text-align: center;
}

.nav-link,
.brand {
  color: var(--white);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(-22px);
  animation: menuDrop .58s cubic-bezier(.2, .8, .2, 1) forwards;
  transition: transform .22s ease, font-weight .22s ease, opacity .22s ease;
}

.nav-link:nth-child(1) { animation-delay: .06s; }
.nav-link:nth-child(2) { animation-delay: .12s; }
.nav-link:nth-child(3) { animation-delay: .18s; }
.brand { animation-delay: .28s; }
.nav-link:nth-child(5) { animation-delay: .36s; }
.nav-link:nth-child(6) { animation-delay: .44s; }
.nav-link:nth-child(7) { animation-delay: .52s; }

.nav-link:hover,
.brand:hover {
  transform: scale(1.14);
  font-weight: 900;
}

.brand {
  min-width: 84px;
  display: grid;
  place-items: center;
  gap: 2px;
  font-size: 9px;
  line-height: 1.05;
}

.brand-mark {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.hero {
  position: relative;
  min-height: clamp(360px, 43vw, 690px);
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #203f23;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.04);
  animation: heroZoom 7s ease forwards;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .02) 42%, rgba(0, 0, 0, .18));
}

.hero-content {
  display: none;
}

.hero-content p {
  margin: 0;
  font-size: clamp(40px, 8vw, 102px);
  font-weight: 900;
  font-style: italic;
  line-height: .86;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.hero-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .76);
}

.hero-dots span:nth-child(2) {
  background: var(--gold);
}

.stripe {
  height: 11px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.stripe span:nth-child(1) { background: var(--gold-soft); }
.stripe span:nth-child(2) { background: var(--gold-dark); }
.stripe span:nth-child(3) { background: var(--green-soft); }
.stripe span:nth-child(4) { background: var(--green); }

.stripe.wide {
  height: 14px;
  margin-top: 34px;
}

.section {
  padding: clamp(52px, 7vw, 96px) 0;
}

.section-inner {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

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

h1,
h2 {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  color: var(--gold);
  font-size: clamp(36px, 5vw, 58px);
  margin-bottom: 18px;
}

h2 {
  color: var(--gold);
  font-size: clamp(30px, 4vw, 48px);
  text-align: center;
  margin-bottom: 34px;
}

.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.about-copy p,
.video-copy p,
.associate-copy p {
  color: #3d4844;
  font-weight: 500;
}

.about-photos {
  position: relative;
  min-height: 430px;
}

.about-photos::before,
.associate-photo::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  left: -34px;
  top: -28px;
  background: repeating-linear-gradient(45deg, rgba(199, 155, 67, .22) 0 3px, transparent 3px 13px);
  border-radius: 48px;
  z-index: 0;
}

.about-photos img {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.photo-top {
  width: 62%;
  right: 16%;
  top: 0;
  border-radius: 42px 42px 8px 42px;
  z-index: 2;
}

.photo-bottom {
  width: 72%;
  right: 0;
  bottom: 0;
  border-radius: 8px 42px 42px 42px;
  z-index: 1;
}

.numbers-section {
  padding-top: 16px;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 5vw, 72px);
}

.number-card {
  min-height: 138px;
  padding: 28px 18px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--white);
  border-radius: 18px 18px 42px 18px;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.number-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, .12) 0 2px, transparent 2px 10px);
  opacity: .32;
}

.number-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: var(--shadow);
}

.number-card strong {
  position: relative;
  font-size: clamp(38px, 6vw, 68px);
  line-height: .9;
  font-weight: 900;
}

.number-card span {
  position: relative;
  font-size: 13px;
  font-weight: 800;
}

.gold-light { background: var(--gold-soft); }
.gold-dark { background: var(--gold-dark); }

.directors-section {
  padding-top: 38px;
}

.director-carousel,
.news-carousel {
  position: relative;
}

.director-track {
  min-height: 440px;
  position: relative;
  overflow: hidden;
}

.director-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(24px, 6vw, 78px);
  align-items: center;
  opacity: 0;
  transform: translateX(44px);
  pointer-events: none;
  transition: opacity .5s ease, transform .5s ease;
}

.director-card.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.director-copy {
  padding-left: clamp(20px, 6vw, 80px);
}

.director-copy h3 {
  color: var(--gold);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  margin-bottom: 2px;
  font-weight: 900;
}

.director-copy strong {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
}

.director-copy p {
  max-width: 330px;
  color: var(--muted);
  font-weight: 500;
}

.director-card img {
  width: min(470px, 100%);
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
  border-radius: 42px 42px 42px 8px;
  box-shadow: var(--shadow);
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: var(--gold);
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform .22s ease, color .22s ease;
}

.carousel-arrow:hover {
  transform: translateY(-50%) scale(1.2);
  color: var(--green);
}

.carousel-arrow.prev { left: -18px; }
.carousel-arrow.next { right: -18px; }

.video-grid {
  display: grid;
  grid-template-columns: 1.45fr .75fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.video-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 34px 8px 34px 8px;
  box-shadow: var(--shadow);
}

.video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .45s ease;
}

.video-card:hover img {
  transform: scale(1.06);
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 40px;
  border-radius: 12px;
  background: #ff0000;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
}

.play-button::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 11px;
  border-left: 16px solid var(--white);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.video-copy h2 {
  text-align: left;
  margin-bottom: 18px;
}

.courses-section {
  padding-top: 10px;
  padding-bottom: 34px;
}

.course-banner {
  min-height: 126px;
  border-radius: 20px 20px 42px 20px;
  padding: 24px clamp(18px, 4vw, 42px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(166, 121, 0, .94), rgba(183, 132, 0, .86)),
    url("./assets/course-bg.jpg") center / cover;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  box-shadow: var(--shadow);
}

.course-banner h2 {
  color: var(--white);
  text-align: left;
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 2px;
}

.course-banner p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.course-icon {
  width: 64px;
  color: var(--white);
}

.course-icon svg {
  fill: currentColor;
}

.primary-cta,
.small-cta {
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  min-height: 42px;
  padding: 0 26px;
  display: inline-grid;
  place-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.small-cta {
  min-height: 34px;
  padding: 0 18px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .55);
}

.primary-cta:hover,
.small-cta:hover,
.service-pill:hover,
.whatsapp-link:hover {
  transform: translateY(-3px) scale(1.08);
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 159, 120, .2);
}

.quote-section {
  padding-top: 36px;
}

.quote-section h2 {
  color: var(--gold-dark);
}

.quote-carousel {
  width: min(820px, 100%);
  margin: 0 auto;
}

.quote-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}

.quote-tabs button {
  min-height: 32px;
  border: 1px solid #cfd8d2;
  border-radius: 8px;
  background: var(--white);
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.quote-tabs button.is-active {
  background: rgba(0, 159, 120, .08);
  border-color: var(--green);
}

.quote-track {
  min-height: 255px;
  position: relative;
  overflow: hidden;
}

.quote-panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 22px;
  opacity: 0;
  transform: translateX(34px);
  transition: opacity .4s ease, transform .4s ease;
  pointer-events: none;
}

.quote-panel.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.market-chart {
  min-height: 220px;
  align-self: end;
  display: flex;
  align-items: end;
  gap: 0;
  filter: drop-shadow(0 8px 16px rgba(141, 101, 0, .12));
}

.market-chart span {
  display: block;
  flex: 1;
  background: var(--gold-dark);
  clip-path: polygon(0 100%, 20% 58%, 45% 18%, 64% 42%, 100% 63%, 100% 100%);
}

.market-chart span:nth-child(1) { height: 74%; }
.market-chart span:nth-child(2) { height: 50%; background: var(--gold); }
.market-chart span:nth-child(3) { height: 42%; background: var(--green-soft); }
.market-chart span:nth-child(4) { height: 83%; }
.market-chart span:nth-child(5) { height: 46%; background: var(--green); }

.market-chart.corn span:nth-child(odd) { background: var(--green-soft); }
.market-chart.dollar span:nth-child(even) { background: var(--green); }

.market-box {
  border: 1px solid #cbd5cf;
  border-radius: 8px;
  padding: 24px;
  min-height: 220px;
}

.market-box h3 {
  margin-bottom: 18px;
  font-size: 17px;
}

.market-box p {
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 700;
}

.market-box strong {
  color: var(--green);
}

.market-box strong.down {
  color: #d64545;
}

.market-time {
  color: var(--muted);
}

.associate-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: clamp(26px, 6vw, 76px);
  align-items: center;
}

.associate-photo {
  position: relative;
}

.associate-photo::before {
  top: auto;
  bottom: -34px;
  left: -32px;
  background: repeating-linear-gradient(45deg, rgba(86, 185, 71, .22) 0 3px, transparent 3px 13px);
}

.associate-photo img {
  position: relative;
  width: 100%;
  border-radius: 8px 42px 42px 8px;
  box-shadow: var(--shadow);
}

.associate-copy h2,
.services-section h2,
.partners-section h2,
.rental-section h2,
.news-section h2 {
  color: var(--green-soft);
}

.associate-copy h2 {
  text-align: left;
  margin-bottom: 16px;
}

.associate-copy p {
  max-width: 370px;
  margin-bottom: 24px;
}

.services-section {
  padding-top: 20px;
  padding-bottom: 34px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 5vw, 82px);
}

.service-pill {
  min-height: 82px;
  border-radius: 18px 18px 34px 18px;
  background: var(--green-soft);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 800;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.service-pill.active {
  background: var(--green);
}

.partners-section {
  padding-top: 28px;
}

.partner-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  color: var(--green-dark);
}

.partner-row span {
  font-size: clamp(18px, 2.5vw, 29px);
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.partner-row span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 4px 12px 4px 12px;
  background: linear-gradient(135deg, var(--green), var(--green-soft));
}

.rental-section h2,
.news-section h2 {
  color: var(--green);
}

.rental-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  min-height: 360px;
  margin-bottom: 32px;
}

.rental-gallery article {
  overflow: hidden;
  border-radius: 16px 16px 34px 16px;
  transition: transform .32s ease, flex .32s ease, box-shadow .32s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.rental-gallery img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform .45s ease;
}

.rental-gallery article:hover {
  transform: translateY(-16px) scale(1.04);
  box-shadow: var(--shadow);
}

.rental-gallery article:hover img {
  transform: scale(1.08);
}

.whatsapp-link {
  width: fit-content;
  margin: 0 auto;
}

.news-section {
  padding-top: 30px;
}

.news-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.news-card {
  text-align: center;
  transition: transform .24s ease;
}

.news-card:hover {
  transform: translateY(-8px) scale(1.03);
}

.news-card img {
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
  border-radius: 16px 16px 28px 16px;
  margin-bottom: 14px;
  box-shadow: 0 8px 22px rgba(12, 68, 49, .11);
}

.news-card h3 {
  font-size: clamp(16px, 2.1vw, 22px);
  line-height: 1.12;
  font-weight: 700;
  color: #4d5652;
  margin-bottom: 8px;
}

.news-card time {
  color: #aab3af;
  font-size: 12px;
  font-weight: 700;
}

.site-footer {
  background: var(--green);
  color: var(--white);
  padding: 38px 18px 26px;
  text-align: center;
}

.footer-logo {
  width: 92px;
  margin: 0 auto 30px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
}

.footer-logo .brand-mark {
  width: 38px;
  height: 38px;
}

.footer-grid {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.footer-grid h2 {
  color: var(--white);
  font-size: 14px;
  margin-bottom: 14px;
}

.footer-grid p,
.footer-grid a,
.credit {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  font-weight: 700;
}

.credit {
  margin-top: 28px;
}

.lead-modal {
  width: min(620px, calc(100% - 28px));
  border: 0;
  border-radius: 24px;
  padding: 0;
  color: var(--ink);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .26);
}

.lead-modal::backdrop {
  background: rgba(10, 31, 26, .62);
  backdrop-filter: blur(5px);
}

.modal-box {
  position: relative;
  padding: clamp(24px, 5vw, 42px);
}

.modal-box h2 {
  color: var(--green);
  text-align: left;
  margin-bottom: 8px;
}

.modal-box p {
  color: var(--muted);
}

.modal-close {
  position: absolute;
  right: 16px;
  top: 12px;
  border: 0;
  background: transparent;
  font-size: 34px;
  color: var(--muted);
  cursor: pointer;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 22px 0;
}

.field {
  display: grid;
  gap: 6px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 12px;
  font-weight: 800;
  color: var(--green-dark);
  text-transform: uppercase;
}

.field input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d5ded8;
  border-radius: 10px;
  padding: 0 13px;
  outline: 0;
}

.field input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 159, 120, .12);
}

.lgpd-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.form-success {
  margin: 18px 0 0;
  color: var(--green) !important;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.slide-left,
.slide-right {
  transition: transform .85s cubic-bezier(.2, .8, .2, 1), opacity .85s ease;
  opacity: 0;
}

.slide-left { transform: translateX(-44px); }
.slide-right { transform: translateX(44px); }
.is-visible .slide-left,
.is-visible .slide-right {
  transform: translateX(0);
  opacity: 1;
}

@keyframes menuDrop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroZoom {
  to {
    transform: scale(1);
  }
}

@keyframes heroText {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    min-height: 74px;
    padding: 9px 0 12px;
    gap: 7px 18px;
  }

  .brand {
    order: -1;
    flex: 0 0 100%;
  }

  .nav-link {
    font-size: 11px;
    flex: 0 1 auto;
  }

  .hero {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .about-grid,
  .video-grid,
  .associate-grid,
  .director-card,
  .quote-panel {
    grid-template-columns: 1fr;
  }

  .about-photos {
    min-height: 360px;
  }

  .numbers-grid,
  .services-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .director-track {
    min-height: 650px;
  }

  .director-copy {
    padding-left: 0;
    text-align: center;
  }

  .director-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .director-card img {
    margin: 0 auto;
  }

  .course-banner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .course-banner h2 {
    text-align: center;
  }

  .course-icon,
  .small-cta {
    margin: 0 auto;
  }

  .quote-track {
    min-height: 710px;
  }

  .quote-tabs {
    grid-template-columns: 1fr;
  }

  .market-chart {
    min-height: 190px;
  }

  .associate-copy {
    text-align: center;
  }

  .associate-copy h2 {
    text-align: center;
  }

  .associate-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .rental-gallery {
    grid-template-columns: repeat(2, 1fr);
    min-height: auto;
  }

  .rental-gallery img {
    min-height: 260px;
  }

  .news-track {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .news-carousel .carousel-arrow {
    display: none;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .section {
    padding: 46px 0;
  }

  .section-inner {
    width: min(100% - 24px, 1120px);
  }

  .main-nav {
    display: grid;
    width: min(100% - 18px, 1160px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px 8px;
  }

  .nav-link {
    min-width: 0;
    width: 100%;
    font-size: 10px;
  }

  .brand {
    grid-column: 1 / -1;
  }

  .about-photos {
    min-height: 300px;
  }

  .photo-top {
    width: 74%;
    right: 0;
  }

  .photo-bottom {
    width: 82%;
  }

  .carousel-arrow {
    font-size: 42px;
  }

  .carousel-arrow.prev { left: -12px; }
  .carousel-arrow.next { right: -12px; }

  .director-track {
    min-height: 590px;
  }

  .director-carousel,
  .news-carousel {
    overflow: hidden;
  }

  .quote-track {
    min-height: 720px;
  }

  .market-box {
    min-height: auto;
  }

  .rental-gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
  }

  .rental-gallery article {
    min-width: 76%;
    scroll-snap-align: center;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
