:root {
  --brand-forest: #123f2d;
  --brand-leaf: #5e9f3a;
  --brand-sprout: #a8c93a;
  --brand-accent: #d69a2d;
  --brand-ivory: #f5f3ea;
  --brand-charcoal: #26352d;
  --brand-muted: #66736c;
  --brand-border: #dce3dc;
  --brand-white: #ffffff;
  --shadow-soft: 0 18px 50px rgba(18, 63, 45, 0.1);
}

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

body {
  overflow-x: hidden;
  color: var(--brand-charcoal);
  background: var(--brand-white);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

h1,
h2,
h3,
.brand-wordmark,
.btn {
  font-family: Arial, "Segoe UI", sans-serif;
}

h1,
h2,
h3 {
  color: var(--brand-forest);
  font-weight: 800;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 760px;
  margin: 0.8rem 0 1.4rem;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.98;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.25;
}

a {
  color: var(--brand-forest);
}

a:hover {
  color: var(--brand-leaf);
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  color: var(--brand-white);
  background: var(--brand-forest);
}

.skip-link:focus {
  top: 1rem;
}

.section-pad {
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.section-soft {
  background: var(--brand-ivory);
}

.section-heading {
  max-width: 760px;
}

.section-heading.text-center {
  max-width: 820px;
}

.section-lead,
.hero-lead {
  color: #46534d;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-lead {
  max-width: 650px;
}

.eyebrow {
  display: inline-block;
  color: var(--brand-leaf);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--brand-sprout);
}

.btn {
  border-radius: 0.35rem;
  font-weight: 800;
}

.btn-brand {
  color: var(--brand-white);
  border-color: var(--brand-forest);
  background: var(--brand-forest);
}

.btn-brand:hover,
.btn-brand:focus {
  color: var(--brand-white);
  border-color: #0a2c1e;
  background: #0a2c1e;
}

.btn-outline-brand {
  color: var(--brand-forest);
  border: 2px solid var(--brand-forest);
  background: transparent;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  color: var(--brand-white);
  background: var(--brand-forest);
}

.btn-accent {
  color: #1e281f;
  border-color: var(--brand-accent);
  background: var(--brand-accent);
}

.btn-accent:hover,
.btn-accent:focus {
  color: #111;
  border-color: #ebb84e;
  background: #ebb84e;
}

.site-header {
  border-bottom: 1px solid rgba(18, 63, 45, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.navbar {
  min-height: 78px;
}

.navbar-toggler {
  border-color: rgba(18, 63, 45, 0.25);
}

.brand-logo-link {
  display: flex;
  padding-block: 0.35rem;
  align-items: center;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: 100%;
}

.brand-logo-header {
  height: 62px;
}

.brand-logo-footer {
  width: min(100%, 360px);
  height: auto;
  margin-bottom: 1.5rem;
}

.nav-link {
  color: var(--brand-charcoal);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--brand-leaf);
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 25%, rgba(168, 201, 58, 0.12), transparent 24rem),
    linear-gradient(180deg, #fff 0%, #fbfcf8 100%);
}

.hero-media {
  position: relative;
  padding: 0 1.5rem 1.5rem 0;
}

.hero-media::before {
  position: absolute;
  inset: 2rem 0 0 2rem;
  z-index: 0;
  content: "";
  background: var(--brand-accent);
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 440px;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.hero-media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 190px;
  padding: 1rem 1.25rem;
  color: var(--brand-white);
  background: var(--brand-forest);
}

.hero-media figcaption span:first-child {
  font-weight: 800;
}

.hero-media figcaption span:last-child {
  color: #cbd8cf;
  font-size: 0.8rem;
}

.hero-note,
.content-status {
  color: var(--brand-muted);
  font-size: 0.85rem;
}

.hero-redesign {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 78px);
  padding: clamp(4.5rem, 8vw, 8rem) 0 5rem;
  background:
    radial-gradient(circle at 8% 12%, rgba(168, 201, 58, 0.2), transparent 18rem),
    linear-gradient(115deg, #f5f3ea 0%, #fbfcf8 55%, #eef4e8 100%);
}

.hero-redesign::after {
  position: absolute;
  top: -18rem;
  right: -12rem;
  width: 46rem;
  height: 46rem;
  border: 1px solid rgba(94, 159, 58, 0.18);
  border-radius: 50%;
  content: "";
}

.hero-redesign .container {
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  max-width: 680px;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  line-height: 0.94;
}

.hero-copy .hero-lead {
  max-width: 620px;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  margin-top: 2rem;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.hero-text-link {
  color: var(--brand-forest);
  font-weight: 800;
  text-decoration: none;
}

.hero-proof {
  display: flex;
  margin: 3rem 0 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.hero-proof li {
  min-width: 125px;
  padding: 0 1.35rem;
  border-left: 1px solid rgba(18, 63, 45, 0.22);
}

.hero-proof li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--brand-forest);
  font-size: 1.35rem;
}

.hero-proof span {
  color: var(--brand-muted);
  font-size: 0.78rem;
}

.hero-visual {
  position: relative;
  isolation: isolate;
  min-height: 580px;
  margin-left: 1rem;
  background: url("../images/drone-agricola-huerto-curico-1200.webp") center / cover no-repeat;
  box-shadow: 1.5rem 1.5rem 0 var(--brand-accent);
  clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
}

.hero-visual img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 580px;
  opacity: 0;
  object-fit: cover;
}

.hero-visual figcaption {
  position: absolute;
  right: -1rem;
  bottom: 2rem;
  z-index: 3;
  min-width: 210px;
  padding: 1.2rem 1.5rem;
  color: var(--brand-white);
  background: var(--brand-forest);
}

.hero-visual figcaption span,
.hero-visual figcaption strong {
  display: block;
}

.hero-visual figcaption span {
  color: var(--brand-sprout);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-redesign {
  background: var(--brand-ivory);
}

.services-redesign h2 {
  max-width: 700px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.service-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.service-switch-btn {
  display: flex;
  padding: 1.35rem 1.5rem;
  border: 0;
  border-bottom: 4px solid #cbd5ca;
  color: var(--brand-muted);
  background: transparent;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.service-switch-btn span {
  color: var(--brand-accent);
  font-size: 0.72rem;
}

.service-switch-btn.active {
  color: var(--brand-forest);
  border-color: var(--brand-leaf);
  background: rgba(255, 255, 255, 0.65);
}

.service-stage {
  overflow: hidden;
  background: var(--brand-white);
  box-shadow: 0 24px 70px rgba(18, 63, 45, 0.12);
}

.service-stage img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.service-stage-copy {
  display: flex;
  padding: clamp(2rem, 5vw, 4.5rem);
  flex-direction: column;
  justify-content: center;
}

.service-stage-copy h3 {
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.service-stage-copy ul {
  margin: 1.25rem 0 2rem;
  padding: 0;
  list-style: none;
}

.service-stage-copy li {
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--brand-border);
}

.service-stage-copy li::before {
  margin-right: 0.7rem;
  color: var(--brand-leaf);
  content: "●";
}

.service-stage-copy .btn {
  align-self: flex-start;
}

.service-kicker {
  margin-bottom: 1rem;
  color: var(--brand-leaf);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.decision-section {
  color: #dce6df;
  background: var(--brand-forest);
}

.decision-shell {
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
}

.decision-intro h2 {
  color: var(--brand-white);
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.decision-intro p {
  max-width: 560px;
  margin: 1.5rem 0 2rem;
}

.decision-options {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.decision-option {
  position: relative;
  min-height: 430px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #173f31;
  cursor: pointer;
}

.decision-option::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 35%, rgba(6, 32, 22, 0.94) 100%);
}

.decision-option img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition: transform 300ms ease;
}

.decision-option:hover img,
.decision-option:focus img {
  transform: scale(1.045);
}

.decision-option span {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  color: var(--brand-white);
  text-align: left;
}

.decision-option small,
.decision-option strong {
  display: block;
}

.decision-option small {
  color: var(--brand-sprout);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.decision-option strong {
  font-size: 1.6rem;
}

.content-status {
  display: inline-block;
  padding: 0.55rem 0.75rem;
  border: 1px dashed #a9b5ab;
  background: rgba(255, 255, 255, 0.55);
}

.quick-facts {
  color: var(--brand-white);
  background: var(--brand-forest);
}

.fact {
  display: flex;
  min-height: 120px;
  padding: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  flex-direction: column;
  justify-content: center;
}

.fact strong {
  color: var(--brand-sprout);
  font-size: 1.2rem;
}

.fact span {
  color: #dbe4dd;
  font-size: 0.82rem;
}

.feature-panel {
  padding: 2rem;
  border: 1px solid var(--brand-border);
  background: var(--brand-white);
  box-shadow: var(--shadow-soft);
}

.feature-panel-dark {
  color: #dfe8e1;
  border-color: var(--brand-forest);
  background: var(--brand-forest);
}

.feature-panel-dark h3 {
  color: var(--brand-white);
}

.feature-index {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--brand-accent);
  font-weight: 900;
}

.service-card {
  display: flex;
  padding: 2rem;
  border: 1px solid rgba(18, 63, 45, 0.1);
  background: var(--brand-white);
  box-shadow: 0 10px 30px rgba(18, 63, 45, 0.04);
  flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
}

.service-code {
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 2rem;
  color: var(--brand-forest);
  border: 1px solid rgba(18, 63, 45, 0.22);
  background: #f1f6e8;
  font-size: 0.72rem;
  font-weight: 900;
  align-items: center;
  justify-content: center;
}

.service-card a {
  margin-top: auto;
  padding-top: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.service-card-wide {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(180px, 0.7fr) 1.3fr;
}

.air-land {
  position: relative;
  overflow: hidden;
  color: #d9e4dc;
  background: var(--brand-forest);
}

.air-land::after {
  position: absolute;
  top: -12rem;
  right: -12rem;
  width: 35rem;
  height: 35rem;
  border: 1px solid rgba(168, 201, 58, 0.14);
  border-radius: 50%;
  content: "";
}

.air-land .container {
  position: relative;
  z-index: 1;
}

.air-land h2,
.coverage h2,
.cta-section h2 {
  color: var(--brand-white);
}

.convergence {
  position: relative;
  display: grid;
  min-height: 310px;
  gap: 1.5rem 5.5rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
}

.convergence::before,
.convergence::after {
  position: absolute;
  left: 42%;
  width: 20%;
  height: 14px;
  border-radius: 999px;
  content: "";
  transform-origin: right center;
}

.convergence::before {
  top: 30%;
  background: var(--brand-sprout);
  transform: rotate(24deg);
}

.convergence::after {
  bottom: 30%;
  background: #dce8df;
  transform: rotate(-18deg);
}

.route {
  padding: 1.3rem 1.5rem;
  border-left: 4px solid;
  background: rgba(255, 255, 255, 0.07);
}

.route-air {
  border-color: var(--brand-sprout);
}

.route-land {
  border-color: #dce8df;
}

.route strong,
.route span,
.route-output strong,
.route-output span {
  display: block;
}

.route strong,
.route-output strong {
  color: var(--brand-white);
  font-size: 1.1rem;
}

.route span,
.route-output span {
  color: #bfcfc4;
  font-size: 0.82rem;
}

.route-node {
  position: absolute;
  top: 50%;
  left: 60%;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 5px solid var(--brand-forest);
  border-radius: 50%;
  background: var(--brand-accent);
  transform: translate(-50%, -50%);
}

.route-output {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 2rem;
  border-right: 6px solid var(--brand-accent);
  background: rgba(0, 0, 0, 0.16);
}

.value-card {
  padding: 2rem 1.5rem;
  border-top: 4px solid var(--brand-leaf);
  background: #fafbf8;
}

.value-card > span {
  display: inline-block;
  margin-bottom: 2.5rem;
  color: var(--brand-accent);
  font-weight: 900;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccd5ce;
  gap: 1.5rem;
  grid-template-columns: 3.5rem 1fr;
}

.process-list li > span {
  color: var(--brand-leaf);
  font-size: 0.82rem;
  font-weight: 900;
}

.process-list p {
  margin-bottom: 0;
}

.editorial-image {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  box-shadow: -1.5rem 1.5rem 0 var(--brand-accent);
}

.check-list {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 0.65rem 0 0.65rem 2rem;
  border-bottom: 1px solid var(--brand-border);
}

.check-list li::before {
  position: absolute;
  top: 0.65rem;
  left: 0;
  color: var(--brand-leaf);
  content: "✓";
  font-weight: 900;
}

.trust-facts {
  display: grid;
  margin-top: 2.25rem;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.trust-facts div {
  padding: 1rem;
  border-left: 1px solid var(--brand-border);
}

.trust-facts div:first-child {
  padding-left: 0;
  border-left: 0;
}

.trust-facts strong,
.trust-facts span {
  display: block;
}

.trust-facts strong {
  color: var(--brand-forest);
  font-size: 1.25rem;
}

.trust-facts span {
  color: var(--brand-muted);
  font-size: 0.75rem;
}

.coverage {
  color: #d9e4dc;
  background:
    linear-gradient(90deg, rgba(18, 63, 45, 0.98), rgba(18, 63, 45, 0.88)),
    url("../images/servicio-agricola-predio-curico-1200.webp") center / cover;
}

.placeholder-data {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.8rem 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.55);
  color: var(--brand-white);
}

.case-card {
  overflow: hidden;
  border: 1px solid var(--brand-border);
  background: var(--brand-white);
}

.case-placeholder {
  display: grid;
  min-height: 210px;
  padding: 1.5rem;
  color: #65726b;
  border-bottom: 1px dashed #aeb9b1;
  background: repeating-linear-gradient(135deg, #edf1ec 0, #edf1ec 10px, #e6ebe5 10px, #e6ebe5 20px);
  place-items: center;
}

.case-body {
  padding: 1.75rem;
}

.case-body > span {
  color: var(--brand-leaf);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-body dl {
  display: grid;
  margin: 1.5rem 0 0;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
}

.case-body dl div {
  padding-top: 0.75rem;
  border-top: 1px solid var(--brand-border);
}

.case-body dt {
  color: var(--brand-muted);
  font-size: 0.75rem;
}

.case-body dd {
  margin: 0;
  font-weight: 800;
}

.gallery-section {
  padding-top: 3rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.gallery-grid figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.025);
}

.gallery-grid figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem 1.25rem;
  color: var(--brand-white);
  background: var(--brand-forest);
  font-weight: 800;
}

.pending-panel {
  padding: 2rem;
  border: 1px dashed #9eaa9f;
  background: rgba(255, 255, 255, 0.55);
}

.pending-panel strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--brand-forest);
}

.accordion {
  --bs-accordion-active-color: var(--brand-forest);
  --bs-accordion-active-bg: #f0f5e9;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(94, 159, 58, 0.2);
}

.accordion-button {
  padding: 1.4rem 0;
  color: var(--brand-charcoal);
  font-weight: 800;
}

.accordion-body {
  padding: 0.25rem 0 1.5rem;
}

.cta-section {
  padding: 4rem 0;
  color: #dce6df;
  background: var(--brand-forest);
}

.cta-section p {
  margin: 0;
}

.contact-details {
  display: grid;
  margin-top: 2.5rem;
  gap: 0;
  font-style: normal;
}

.contact-details div {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid var(--brand-border);
  gap: 1rem;
  justify-content: space-between;
}

.contact-details span {
  color: var(--brand-muted);
}

.contact-form {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--brand-border);
  background: #fbfcfa;
  box-shadow: var(--shadow-soft);
}

.form-label {
  color: var(--brand-forest);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-label span {
  color: var(--brand-muted);
  font-size: 0.72rem;
  font-weight: 400;
}

.form-control,
.form-select {
  min-height: 50px;
  border-color: #bcc8bf;
  border-radius: 0.25rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-leaf);
  box-shadow: 0 0 0 0.25rem rgba(94, 159, 58, 0.15);
}

textarea.form-control {
  min-height: 140px;
}

.site-footer {
  padding: 4.5rem 0 1.5rem;
  color: #c9d5cd;
  background: #0b281c;
}

.site-footer h2 {
  color: var(--brand-white);
}

.site-footer h2 {
  margin-bottom: 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 0.55rem;
}

.site-footer a,
.site-footer span {
  color: #c9d5cd;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--brand-sprout);
}

.footer-bottom {
  display: flex;
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  gap: 1rem;
  justify-content: space-between;
  font-size: 0.78rem;
}

.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1000;
  display: grid;
  width: 58px;
  height: 58px;
  color: var(--brand-white);
  border: 3px solid var(--brand-white);
  border-radius: 50%;
  background: #168c4f;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-size: 0.75rem;
  font-weight: 900;
  text-decoration: none;
  place-items: center;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: var(--brand-white);
  background: #0e6f3d;
}

@media (max-width: 1199.98px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0 1.5rem;
  }

  .navbar-nav .btn {
    margin-top: 0.5rem;
  }

  .hero-media img {
    min-height: 360px;
  }

  .convergence {
    margin-top: 1rem;
  }

  .hero-redesign {
    min-height: auto;
  }

  .hero-visual {
    min-height: 480px;
    margin: 1rem 1rem 0 0;
  }

  .hero-visual img {
    height: 480px;
  }

  .decision-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .section-pad {
    padding: 4.5rem 0;
  }

  .fact {
    min-height: 105px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .service-card-wide {
    display: flex;
  }

  .convergence {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .convergence::before,
  .convergence::after,
  .route-node {
    display: none;
  }

  .route,
  .route-output {
    width: 100%;
  }

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

  .service-switch,
  .decision-options {
    grid-template-columns: 1fr;
  }

  .service-switch-btn {
    justify-content: flex-start;
  }

  .service-stage img {
    min-height: 320px;
  }

  .decision-option,
  .decision-option img {
    min-height: 320px;
  }

  .gallery-grid figure {
    min-height: 320px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .brand-logo-header {
    height: 48px;
  }

  h1 {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .hero-copy h1 {
    font-size: clamp(2.65rem, 13vw, 3.8rem);
    line-height: 0.98;
  }

  .hero-redesign {
    padding-top: 4rem;
  }

  .hero-actions {
    gap: 1rem;
  }

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

  .hero-text-link {
    width: 100%;
  }

  .hero-media {
    padding: 0 0.75rem 0.75rem 0;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-proof li {
    min-width: 0;
    padding: 0 0.65rem;
  }

  .trust-facts {
    grid-template-columns: 1fr;
  }

  .trust-facts div,
  .trust-facts div:first-child {
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--brand-border);
    border-left: 0;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-visual img {
    height: 360px;
  }

  .hero-media::before {
    inset: 1rem 0 0 1rem;
  }

  .hero-media img {
    min-height: 300px;
  }

  .hero-media figcaption {
    min-width: 165px;
  }

  .contact-details div {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
