:root {
  --olive: #687545;
  --sage: #7c9e80;
  --sage-dark: #56705b;
  --sand: #e2d0a5;
  --clay: #cea980;
  --blush: #ffeeee;
  --cream: #faf9f5;
  --ink: #253127;
  --muted: #5e685f;
  --line: rgba(37, 49, 39, 0.15);
  --shadow: 0 28px 70px rgba(30, 53, 35, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
}

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

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

.page-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: var(--olive);
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0 0 0 36%;
  z-index: -3;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
}

.hero-background-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 39%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(73, 88, 48, 0.98) 0%, rgba(91, 108, 66, 0.92) 37%, rgba(104, 117, 69, 0.32) 66%, rgba(104, 117, 69, 0.04) 100%),
    linear-gradient(0deg, rgba(28, 39, 27, 0.18), rgba(28, 39, 27, 0.05));
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 132px;
  color: var(--cream);
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.42rem;
  letter-spacing: 0.01em;
}

.brand-role {
  margin-top: 7px;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.hero-stage {
  position: relative;
  min-height: 768px;
}

.hero-copy-card {
  width: min(610px, 54%);
  padding-top: 64px;
  color: var(--cream);
}

.eyebrow {
  margin: 0 0 17px;
  color: var(--olive);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.solution-intro h2 {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.hero h1 {
  max-width: 610px;
  font-size: clamp(3.8rem, 5.5vw, 5.25rem);
  line-height: 0.99;
}

.hero h1 em {
  color: inherit;
  font-style: normal;
}

.hero .eyebrow {
  color: rgba(250, 249, 245, 0.9);
}

.hero-lead {
  max-width: 570px;
  margin: 32px 0 32px;
  color: rgba(250, 249, 245, 0.9);
  font-size: 1.02rem;
  line-height: 1.62;
}

.hero .cta-button {
  min-width: 405px;
  margin-top: 28px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--olive);
  box-shadow: 0 14px 32px rgba(30, 42, 28, 0.2);
}

.hero .cta-button:hover,
.hero .cta-button:focus-visible {
  background: var(--sand);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 999px;
  background: var(--olive);
  color: white;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease;
}

.cta-button:hover,
.cta-button:focus-visible {
  background: var(--sage-dark);
  transform: translateY(-2px);
}

.hero-qualifiers {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 0;
  max-width: 570px;
  margin-top: 0;
  padding: 17px 0;
  border-top: 1px solid rgba(250, 249, 245, 0.28);
  border-bottom: 1px solid rgba(250, 249, 245, 0.28);
}

.hero-qualifiers span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 28px;
  padding: 0 18px;
  color: rgba(250, 249, 245, 0.82);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
}

.hero-qualifiers span:first-child {
  padding-left: 0;
}

.hero-qualifiers span + span {
  border-left: 1px solid rgba(250, 249, 245, 0.24);
}

.hero-qualifiers span::before {
  width: 5px;
  height: 5px;
  margin-right: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(250, 249, 245, 0.52);
  content: "";
}

.hero-qualifiers .featured-qualifier {
  color: var(--sand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.hero-qualifiers .featured-qualifier::before {
  width: 7px;
  height: 7px;
  background: var(--sand);
  box-shadow: 0 0 0 4px rgba(226, 208, 165, 0.13);
}

.section-pad {
  padding: 118px 0;
}

.recognition {
  background: var(--cream);
}

.recognition-grid,
.solution-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 88px;
}

.sticky-heading {
  position: sticky;
  top: 42px;
  align-self: start;
}

.section-heading h2,
.solution-intro h2 {
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  line-height: 1.06;
}

.section-heading > p:last-child,
.solution-intro > p {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.recognition-list {
  border-top: 1px solid var(--line);
}

.recognition-list article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  padding: 31px 0;
  border-bottom: 1px solid var(--line);
}

.recognition-list article > span,
.service-card > span {
  color: var(--sage-dark);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1rem;
}

.recognition-list h3,
.comparison-card h3,
.service-card h3 {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.62rem;
  font-weight: 400;
}

.recognition-list p,
.service-card p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.reframe {
  background: var(--blush);
}

.centered-heading {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 64px;
}

.comparison-card {
  padding: 42px;
  border-radius: 26px;
}

.old-way {
  border: 1px solid rgba(104, 117, 69, 0.18);
  background: rgba(250, 249, 245, 0.66);
}

.new-way {
  background: var(--sage-dark);
  color: white;
}

.comparison-label {
  margin: 0 0 16px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.comparison-card ul {
  display: grid;
  gap: 14px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.comparison-card li {
  position: relative;
  padding-left: 25px;
  font-size: 0.9rem;
  line-height: 1.55;
}

.comparison-card li::before {
  position: absolute;
  left: 0;
  content: "•";
}

.old-way li,
.old-way .comparison-label {
  color: var(--muted);
}

.new-way li,
.new-way .comparison-label {
  color: rgba(255, 255, 255, 0.8);
}

.solution {
  background: var(--sand);
}

.solution-intro {
  align-self: center;
}

.compact-cta {
  margin-top: 32px;
}

.section-cta {
  margin-top: 52px;
}

.centered-cta {
  display: flex;
  justify-content: center;
}

.light-cta {
  background: var(--cream);
  color: var(--olive);
}

.light-cta:hover,
.light-cta:focus-visible {
  background: var(--sand);
}

.service-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.service-card {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(37, 49, 39, 0.11);
  border-radius: 22px;
  background: rgba(250, 249, 245, 0.7);
}

.service-card h3 {
  margin-top: 33px;
}

.featured-service {
  background: var(--olive);
  color: white;
}

.featured-service > span,
.featured-service p {
  color: rgba(255, 255, 255, 0.76);
}

.wide-service {
  grid-column: 1 / -1;
  min-height: 170px;
}

.wide-service h3 {
  margin-top: 20px;
}

.process {
  background: var(--cream);
}

.process-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  column-gap: 70px;
  max-width: none;
}

.process-heading .eyebrow {
  grid-column: 1 / -1;
}

.process-heading > p:last-child {
  margin: 0;
  align-self: end;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 72px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.process-list li {
  min-height: 315px;
  padding: 28px 25px;
  border-right: 1px solid var(--line);
}

.process-list li:first-child {
  padding-left: 0;
}

.process-list li:last-child {
  padding-right: 0;
  border-right: 0;
}

.process-list > li > span {
  color: var(--sage-dark);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.02rem;
}

.process-list div {
  margin-top: 96px;
}

.process-list h3,
.differences-grid h3 {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.process-list p,
.differences-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.89rem;
  line-height: 1.7;
}

.about {
  background: var(--blush);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 92px;
  align-items: center;
}

.about-photo-panel {
  position: relative;
  height: 690px;
}

.about-photo-panel::before {
  position: absolute;
  inset: 52px -28px -28px 56px;
  border-radius: 28px;
  background: var(--clay);
  content: "";
}

.about-photo-panel img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 260px 260px 28px 28px;
  object-fit: cover;
  object-position: center 28%;
}

.about-stamp {
  position: absolute;
  right: -46px;
  bottom: 54px;
  z-index: 2;
  display: flex;
  width: 142px;
  height: 142px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--olive);
  color: white;
  text-align: center;
  box-shadow: 0 18px 34px rgba(65, 77, 45, 0.24);
}

.about-stamp strong {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.about-stamp span {
  max-width: 90px;
  margin-top: 4px;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-copy h2,
.final-message h2,
.testimonial-header h2 {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: 1;
}

.about-role {
  margin: 14px 0 28px !important;
  color: var(--olive) !important;
  font-size: 0.77rem !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-copy > p:not(.eyebrow, .about-role) {
  max-width: 570px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.78;
}

.about-copy blockquote {
  margin: 30px 0 0;
  padding: 22px 0 22px 26px;
  border-left: 2px solid var(--sage);
  color: var(--sage-dark);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.32rem;
  line-height: 1.5;
}

.differences {
  background: var(--sage-dark);
  color: white;
}

.light-heading .eyebrow {
  color: var(--sand);
}

.differences-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.differences-grid article {
  min-height: 300px;
  padding: 34px 23px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.differences-grid article:first-child {
  padding-left: 0;
}

.differences-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.differences-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  font-size: 1.1rem;
}

.differences-grid h3 {
  margin-top: 88px;
}

.differences-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.testimonials {
  background: var(--cream);
}

.testimonial-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.testimonial-header .section-heading {
  max-width: 750px;
}

.testimonial-header h2 {
  font-size: clamp(2.9rem, 4.5vw, 4.8rem);
}

.source-link {
  flex: 0 0 auto;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--olive);
  color: var(--olive);
  font-size: 0.76rem;
  font-weight: 700;
}

.testimonials-carousel {
  margin-top: 64px;
}

.testimonials-rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 1px 1px 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.testimonials-rail::-webkit-scrollbar {
  display: none;
}

.testimonials-rail article {
  display: flex;
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 310px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  scroll-snap-align: start;
}

.stars {
  color: var(--olive);
  font-size: 0.82rem;
  letter-spacing: 0.13em;
}

.testimonials-rail article > p {
  margin: 66px 0 28px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.38rem;
  line-height: 1.5;
}

.testimonials-rail article > span {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.testimonial-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 22px;
}

.testimonial-navigation > p {
  margin: 0;
  color: var(--muted);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 0.9rem;
}

.testimonial-navigation > p span:first-child {
  color: var(--olive);
}

.testimonial-navigation > div {
  display: flex;
  gap: 10px;
}

.testimonial-navigation button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--olive);
  cursor: pointer;
  font-size: 1.05rem;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.testimonial-navigation button:hover,
.testimonial-navigation button:focus-visible {
  background: var(--olive);
  color: white;
  transform: translateY(-2px);
}

.faq {
  background: var(--blush);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: 90px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 25px 52px 25px 0;
  cursor: pointer;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.32rem;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "+";
  color: var(--olive);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 650px;
  margin: -4px 0 25px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.72;
}

.final-cta {
  background: var(--olive);
  color: white;
}

.final-cta-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
}

.final-message .eyebrow {
  color: var(--sand);
}

.final-message h2 {
  max-width: 750px;
  font-size: clamp(3rem, 5vw, 5.3rem);
}

.final-message > p:not(.eyebrow) {
  max-width: 580px;
  margin: 26px 0 31px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

.final-message .cta-button {
  background: var(--cream);
  color: var(--olive);
}

.final-message .cta-button:hover,
.final-message .cta-button:focus-visible {
  background: var(--sand);
}

.location-card {
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  font-style: normal;
}

.location-kicker {
  margin: 0;
  color: var(--sand);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.location-card h3 {
  margin: 25px 0 11px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 2.55rem;
  font-weight: 400;
}

.location-card > p:not(.location-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.location-meta {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 30px 0;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
}

.location-meta strong {
  color: var(--sand);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

.location-map {
  height: 178px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(250, 249, 245, 0.12);
}

.location-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.location-card > a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 0.76rem;
  font-weight: 700;
}

.site-footer {
  padding: 58px 0 30px;
  background: var(--ink);
  color: var(--cream);
}

.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-brand {
  margin: 0 0 6px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.6rem;
}

.footer-top span,
.footer-bottom {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  font-size: 0.74rem;
  font-weight: 600;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--sand);
}

.instagram-link {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 9px;
}

.instagram-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.instagram-link .instagram-dot {
  fill: currentColor;
  stroke: none;
}

.footer-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-bottom p {
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  align-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: #25d366;
  color: white;
  box-shadow: 0 14px 35px rgba(37, 49, 39, 0.28);
  transition: transform 180ms ease, background-color 180ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  background: #1fba59;
  transform: translateY(-2px);
}

.floating-whatsapp svg {
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  fill: currentColor;
}

.reveal-ready [data-reveal]:not([data-reveal="stagger"]) {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-ready [data-reveal="left"] {
  transform: translateX(-32px);
}

.reveal-ready [data-reveal="right"] {
  transform: translateX(32px);
}

.reveal-ready [data-reveal]:not([data-reveal="stagger"]).is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.reveal-ready [data-reveal="stagger"] > * {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-ready [data-reveal="stagger"].is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.reveal-ready [data-reveal="stagger"].is-visible > *:nth-child(2) {
  transition-delay: 80ms;
}

.reveal-ready [data-reveal="stagger"].is-visible > *:nth-child(3) {
  transition-delay: 160ms;
}

.reveal-ready [data-reveal="stagger"].is-visible > *:nth-child(4) {
  transition-delay: 240ms;
}

.reveal-ready [data-reveal="stagger"].is-visible > *:nth-child(5) {
  transition-delay: 320ms;
}

.reveal-ready [data-reveal="stagger"].is-visible > *:nth-child(n + 6) {
  transition-delay: 400ms;
}

@media (max-width: 980px) {
  .hero {
    min-height: 900px;
  }

  .hero-stage {
    min-height: 768px;
  }

  .hero-media {
    left: 25%;
  }

  .hero-copy-card {
    width: 64%;
    padding-top: 92px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 7vw, 4.7rem);
  }

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

  .recognition-grid,
  .solution-grid,
  .about-grid,
  .faq-grid,
  .final-cta-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .sticky-heading {
    position: static;
  }

  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-list li:nth-child(2) {
    border-right: 0;
  }

  .process-list li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .differences-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .differences-grid article:nth-child(2n) {
    border-right: 0;
  }

  .differences-grid article:last-child {
    grid-column: 1 / -1;
    min-height: 230px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .testimonials-rail article {
    flex-basis: calc((100% - 18px) / 2);
    min-height: 250px;
  }

}

@media (max-width: 680px) {
  .page-shell {
    width: min(100% - 30px, 1180px);
  }

  .site-header {
    min-height: 90px;
  }

  .brand-name {
    font-size: 1.22rem;
  }

  .hero {
    min-height: 960px;
  }

  .hero-stage {
    min-height: 870px;
    padding-top: 0;
  }

  .hero-media {
    inset: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-background-photo {
    object-position: center 25%;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(69, 82, 47, 1) 0%, rgba(76, 91, 53, 0.98) 46%, rgba(70, 82, 53, 0.58) 70%, rgba(42, 50, 35, 0.12) 100%),
      linear-gradient(90deg, rgba(53, 64, 42, 0.36), rgba(53, 64, 42, 0.08));
  }

  .hero-copy-card {
    width: 100%;
    padding-top: 305px;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 12.2vw, 3.7rem);
    line-height: 1.01;
  }

  .hero-lead {
    margin: 20px 0 24px;
    font-size: 0.93rem;
    line-height: 1.58;
  }

  .cta-button {
    width: 100%;
    min-height: 54px;
    gap: 13px;
    font-size: 0.7rem;
  }

  .hero .cta-button {
    min-width: 0;
    margin-top: 18px;
  }

  .hero-qualifiers {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 0;
    padding: 4px 0 4px 16px;
    border-top: 0;
    border-bottom: 0;
    border-left: 2px solid rgba(226, 208, 165, 0.82);
  }

  .hero-qualifiers span {
    min-height: 22px;
    padding: 0;
    font-size: 0.68rem;
  }

  .hero-qualifiers span + span {
    border-left: 0;
  }

  .hero-qualifiers .featured-qualifier {
    font-size: 0.76rem;
  }

  .section-pad {
    padding: 84px 0;
  }

  .section-heading h2,
  .solution-intro h2 {
    font-size: 2.55rem;
  }

  .recognition-list article {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .recognition-list h3,
  .comparison-card h3,
  .service-card h3 {
    font-size: 1.42rem;
  }

  .comparison-grid,
  .service-board {
    grid-template-columns: 1fr;
  }

  .comparison-card {
    padding: 28px;
  }

  .wide-service {
    grid-column: auto;
  }

  .process-heading {
    display: block;
  }

  .process-heading > p:last-child {
    margin-top: 24px;
  }

  .process-list {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .process-list li,
  .process-list li:first-child,
  .process-list li:last-child {
    min-height: auto;
    padding: 24px 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-list div {
    margin-top: 36px;
  }

  .about-photo-panel {
    height: 550px;
  }

  .about-photo-panel::before {
    inset: 35px -10px -16px 28px;
  }

  .about-stamp {
    right: -3px;
    bottom: 30px;
    width: 118px;
    height: 118px;
  }

  .about-copy h2,
  .final-message h2,
  .testimonial-header h2 {
    font-size: 2.75rem;
  }

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

  .differences-grid article,
  .differences-grid article:first-child,
  .differences-grid article:last-child {
    min-height: 235px;
    padding: 27px 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .differences-grid article:last-child {
    grid-column: auto;
  }

  .differences-grid h3 {
    margin-top: 54px;
  }

  .testimonial-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonials-rail article {
    flex-basis: min(86vw, 330px);
    min-height: 280px;
    padding: 28px;
  }

  .testimonials-rail article > p {
    margin-top: 48px;
    font-size: 1.25rem;
  }

  .faq-list summary {
    padding-right: 44px;
    font-size: 1.2rem;
  }

  .final-cta-grid {
    gap: 54px;
  }

  .location-card {
    padding: 30px 24px;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    gap: 15px 20px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }
}

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

  .cta-button {
    transition: none;
  }

  .reveal-ready [data-reveal],
  .reveal-ready [data-reveal="stagger"] > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
