:root {
  color-scheme: light;
  --ink: #111215;
  --ink-soft: #343840;
  --paper: #ffffff;
  --mist: #f2f4f6;
  --line: #d8dde2;
  --yellow: #f6bc18;
  --yellow-bright: #ffd34a;
  --cyan: #00a3c7;
  --red: #e23b34;
  --green: #178f55;
  --whatsapp: #25d366;
  --max: 1220px;
  --radius: 6px;
  --shadow: 0 20px 50px rgba(17, 18, 21, 0.15);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body:has(dialog[open]) {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

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

h1,
h2,
h3,
strong {
  font-weight: 850;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 74px 1fr auto auto auto;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 8px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(17, 18, 21, 0.96);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.brand {
  display: grid;
  place-items: center;
  width: 64px;
  height: 58px;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  font-size: 0.96rem;
  font-weight: 750;
}

.desktop-nav a,
.nav-menu-trigger,
.header-phone {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.nav-menu-trigger:hover,
.nav-menu-trigger:focus-visible,
.nav-menu-trigger[aria-expanded="true"],
.header-phone:hover,
.header-phone:focus-visible {
  color: var(--yellow-bright);
}

.nav-menu-trigger {
  position: relative;
  padding: 0 18px 0 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.nav-menu-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0;
  height: 0;
  border-top: 5px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transform: translateY(-35%);
  transition: transform 160ms ease;
}

.nav-menu-trigger[aria-expanded="true"]::after {
  transform: translateY(-70%) rotate(180deg);
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 31;
  display: none;
  width: 100%;
  padding: 28px max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
}

.mega-menu.is-open {
  display: block;
}

.mega-menu__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(220px, 1.2fr);
  gap: 28px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.mega-menu__group strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 0.98rem;
}

.mega-menu__group a {
  display: block;
  padding: 6px 0;
  color: var(--ink-soft);
  font-size: 0.91rem;
  line-height: 1.3;
}

.mega-menu__group a:hover,
.mega-menu__group a:focus-visible {
  color: #9a6900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mega-menu__feature {
  display: block;
  border-left: 1px solid var(--line);
  padding-left: 24px;
}

.mega-menu__feature img {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 10px;
  border-radius: var(--radius);
  object-fit: cover;
}

.mega-menu__feature span,
.mega-menu__feature strong {
  display: block;
}

.mega-menu__feature span {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.4;
}

.mega-menu__feature strong {
  margin-bottom: 3px;
  color: var(--ink);
}

.header-phone {
  white-space: nowrap;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
}

.menu-toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.mobile-nav {
  position: fixed;
  inset: 76px 0 auto 0;
  z-index: 29;
  display: none;
  background: #181a1f;
  color: #fff;
  box-shadow: var(--shadow);
}

.mobile-nav.is-open {
  display: grid;
}

.mobile-nav a {
  padding: 17px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.mobile-services summary {
  padding: 17px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 850;
  cursor: pointer;
}

.mobile-services a {
  display: block;
  padding: 13px 20px 13px 34px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--compact {
  min-height: 42px;
  padding: 9px 14px;
}

.button--primary {
  border-color: var(--yellow);
  background: var(--yellow);
  color: #111;
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--yellow-bright);
  border-color: var(--yellow-bright);
}

.button--whatsapp {
  border-color: var(--whatsapp);
  background: var(--whatsapp);
  color: #072b1a;
}

.button--whatsapp:hover,
.button--whatsapp:focus-visible {
  border-color: #1ebe5d;
  background: #1ebe5d;
}

.button--secondary {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(17, 18, 21, 0.24);
  color: #fff;
  backdrop-filter: blur(6px);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.eyebrow {
  margin-bottom: 10px;
  color: #b77d00;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  height: calc(100svh - 144px);
  min-height: 560px;
  max-height: 720px;
  overflow: hidden;
  background: #15171b;
}

.hero__image,
.hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: 60% 53%;
}

.hero__overlay {
  background:
    linear-gradient(90deg, rgba(10, 11, 13, 0.93) 0%, rgba(10, 11, 13, 0.69) 48%, rgba(10, 11, 13, 0.12) 100%),
    linear-gradient(0deg, rgba(10, 11, 13, 0.56), transparent 45%);
}

.hero__content {
  position: relative;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 48px;
  color: #fff;
}

.hero .eyebrow {
  color: var(--yellow-bright);
}

.hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: 3.75rem;
  line-height: 1.02;
}

.hero__copy {
  max-width: 730px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.22rem;
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__language {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
}

.metric-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.metric-band div {
  min-height: 96px;
  padding: 21px 24px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.metric-band div:last-child {
  border-right: 0;
}

.metric-band strong,
.metric-band span {
  display: block;
}

.metric-band strong {
  margin-bottom: 3px;
  font-size: 1.1rem;
}

.metric-band span {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.section {
  padding: 84px max(24px, calc((100vw - var(--max)) / 2));
  scroll-margin-top: 90px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.6fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 34px;
}

.section-heading--center {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2,
.process__copy h2,
.quote-copy h2,
.capability-band h2 {
  margin-bottom: 0;
  font-size: 2.7rem;
  line-height: 1.08;
}

.section-heading > p,
.process__copy > p:not(.eyebrow),
.quote-copy > p,
.capability-band > div > p:not(.eyebrow) {
  margin-bottom: 3px;
  color: var(--ink-soft);
  font-size: 1.06rem;
  line-height: 1.6;
}

.services {
  background: var(--mist);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  position: relative;
  grid-column: span 4;
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #222;
  box-shadow: 0 12px 32px rgba(17, 18, 21, 0.16);
}

.service-card--wide {
  grid-column: span 6;
  min-height: 410px;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
  transition: transform 260ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 9, 11, 0.94) 0%, rgba(8, 9, 11, 0.45) 42%, rgba(8, 9, 11, 0.06) 76%);
}

.service-card:hover img,
.service-card:focus-visible img {
  transform: scale(1.025);
}

.service-card__body {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: grid;
  gap: 5px;
  padding: 22px;
  color: #fff;
}

.service-card__body small {
  color: var(--yellow-bright);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card__body strong {
  font-size: 1.48rem;
  line-height: 1.15;
}

.service-card__body span {
  color: rgba(255, 255, 255, 0.76);
}

.projects {
  background: #fff;
}

.project-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 150px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
}

.project-tile {
  position: relative;
  grid-column: span 4;
  grid-row: span 2;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: #202228;
  cursor: zoom-in;
}

.project-tile--large {
  grid-column: span 8;
  grid-row: span 4;
}

.project-tile--wide {
  grid-column: span 8;
}

.project-tile--tall {
  grid-row: span 4;
}

.project-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.project-tile span {
  position: absolute;
  inset: auto 10px 10px;
  display: block;
  padding: 8px 10px;
  border-radius: 4px;
  background: rgba(17, 18, 21, 0.86);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  text-align: left;
}

.project-tile:hover img,
.project-tile:focus-visible img {
  transform: scale(1.025);
  filter: saturate(1.08);
}

.capability-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  gap: 60px;
  padding: 72px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: #fff;
}

.capability-band .eyebrow {
  color: var(--yellow-bright);
}

.capability-band ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.capability-band li {
  min-height: 62px;
  padding: 18px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
}

.process {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 54px;
  background: #fff;
}

.process__media {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 10px;
  min-height: 560px;
}

.process__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: var(--radius);
  object-fit: cover;
}

.process-list {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.process-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.process-list li > span {
  color: #a16f00;
  font-weight: 900;
}

.process-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.06rem;
}

.process-list p {
  margin: 0;
  color: var(--ink-soft);
}

.clients {
  background: var(--mist);
}

.client-logos {
  width: min(100%, 1050px);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #e7e7e7;
}

.reviews {
  display: grid;
  grid-template-columns: minmax(250px, 0.45fr) minmax(0, 1.55fr);
  gap: 46px;
  background: #fff;
}

.reviews-summary {
  align-self: start;
  padding-right: 30px;
  border-right: 1px solid var(--line);
}

.rating-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

.rating-line strong {
  font-size: 3.4rem;
  line-height: 1;
}

.rating-line span {
  color: var(--yellow);
  font-size: 1.08rem;
  white-space: nowrap;
}

.reviews-summary p:not(.eyebrow) {
  color: var(--ink-soft);
}

.reviews-summary a {
  color: #007b96;
  font-weight: 850;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.review-grid figure {
  display: grid;
  align-content: space-between;
  min-height: 265px;
  margin-bottom: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--mist);
}

.review-grid blockquote {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.65;
}

.review-grid figcaption {
  font-weight: 850;
}

.review-grid figcaption span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 650;
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(390px, 1.15fr);
  gap: 54px;
  background:
    linear-gradient(100deg, rgba(246, 188, 24, 0.16), rgba(0, 163, 199, 0.07)),
    #f8fafb;
}

.business-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.business-details a,
.business-details > div {
  display: grid;
  align-content: start;
  gap: 5px;
  min-height: 116px;
  padding: 15px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.business-details span {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-self: start;
  padding: 24px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-weight: 850;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid #bcc4cc;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 3px solid rgba(0, 163, 199, 0.2);
  border-color: var(--cyan);
}

.quote-form__wide,
.form-status {
  grid-column: 1 / -1;
}

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

.site-footer {
  display: grid;
  grid-template-columns: 1fr repeat(4, auto);
  align-items: center;
  gap: 24px;
  padding: 24px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.site-footer > div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 850;
}

.site-footer img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.site-footer a {
  color: var(--yellow-bright);
  font-weight: 800;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 24;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 2px;
  border-radius: 50%;
  background: #fff;
  color: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  font-size: 0;
  font-weight: 900;
  transition: opacity 180ms ease, transform 180ms ease;
}

.whatsapp-float.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
}

.whatsapp-float,
a[href*="wa.me/"] {
  gap: 9px;
}

.whatsapp-float {
  gap: 0;
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}

.whatsapp-float .whatsapp-icon {
  width: 56px;
  height: 56px;
}

.lightbox {
  width: min(1080px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 44px 64px 24px;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: #101114;
  color: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.lightbox img {
  width: 100%;
  max-height: calc(100svh - 150px);
  object-fit: contain;
}

.lightbox p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(16, 17, 20, 0.85);
  color: #fff;
  cursor: pointer;
}

.lightbox__close {
  top: 8px;
  right: 8px;
  font-size: 1.6rem;
}

.lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
}

.lightbox__nav--previous {
  left: 8px;
}

.lightbox__nav--next {
  right: 8px;
}

/* Service pages */
.service-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #17191d;
}

.service-hero > img,
.service-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.service-hero > img {
  object-fit: cover;
}

.service-hero--focus-low > img {
  object-position: center 70%;
}

.service-hero::after {
  content: "";
  background: linear-gradient(90deg, rgba(10, 11, 13, 0.94), rgba(10, 11, 13, 0.58) 58%, rgba(10, 11, 13, 0.16));
}

.service-hero__content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0;
  color: #fff;
}

.service-hero__content .eyebrow {
  color: var(--yellow-bright);
}

.service-hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: 3.4rem;
  line-height: 1.03;
}

.service-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.16rem;
}

.service-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 58px;
}

.service-intro h2,
.service-faq h2,
.related-work h2 {
  margin-bottom: 14px;
  font-size: 2.35rem;
  line-height: 1.1;
}

.service-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-facts div {
  min-height: 120px;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-facts dt {
  margin-bottom: 7px;
  font-weight: 900;
}

.service-facts dd {
  margin: 0;
  color: var(--ink-soft);
}

.service-copy p,
.service-copy li,
.service-faq details p {
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.65;
}

.service-copy ul {
  padding-left: 20px;
}

.related-work {
  background: var(--mist);
}

.related-work__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.related-work__grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
}

.related-work__grid img.is-social {
  object-fit: contain;
  background: #fff;
}

.related-work__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-lead {
  max-width: 780px;
  margin: 0 0 24px;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.65;
}

.service-faq {
  max-width: 900px;
}

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

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

.service-faq summary {
  padding: 18px 4px;
  font-weight: 850;
  cursor: pointer;
}

.service-faq details p {
  padding: 0 4px 18px;
}

.service-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 46px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--yellow);
}

.service-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: 2rem;
  line-height: 1.12;
}

.service-cta .button {
  background: var(--ink);
  color: #fff;
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 64px 1fr auto auto;
  }

  .desktop-nav,
  .header-quote {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .service-card,
  .service-card--wide {
    grid-column: span 6;
  }

  .process,
  .quote-band,
  .reviews,
  .service-intro {
    grid-template-columns: 1fr;
  }

  .process__media {
    min-height: 440px;
  }

  .reviews-summary {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (min-width: 1021px) {
  .mobile-nav.is-open {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
    gap: 10px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .mobile-nav {
    inset-block-start: 68px;
  }

  .brand,
  .brand img {
    width: 52px;
    height: 52px;
  }

  .header-phone {
    display: none;
  }

  .hero {
    height: calc(100svh - 124px);
    min-height: 590px;
    max-height: 720px;
  }

  .hero__image {
    object-position: 68% center;
  }

  .hero__overlay {
    background:
      linear-gradient(0deg, rgba(10, 11, 13, 0.96) 0%, rgba(10, 11, 13, 0.72) 58%, rgba(10, 11, 13, 0.24) 100%);
  }

  .hero__content,
  .service-hero__content {
    width: calc(100% - 32px);
    padding-bottom: 36px;
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .service-hero h1 {
    font-size: 2.35rem;
  }

  .hero__copy,
  .service-hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero__actions {
    display: grid;
  }

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

  .metric-band div {
    min-height: 88px;
    padding: 17px 12px;
    border-bottom: 1px solid var(--line);
  }

  .metric-band div:nth-child(2) {
    border-right: 0;
  }

  .section {
    padding: 60px 16px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }

  .section-heading h2,
  .process__copy h2,
  .quote-copy h2,
  .capability-band h2 {
    font-size: 2rem;
  }

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

  .service-card,
  .service-card--wide {
    grid-column: auto;
    min-height: 320px;
  }

  .project-grid {
    grid-auto-rows: 122px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-tile,
  .project-tile--wide,
  .project-tile--large,
  .project-tile--tall {
    grid-column: span 1;
    grid-row: span 2;
  }

  .project-tile--large,
  .project-tile--wide {
    grid-column: span 2;
  }

  .project-tile--large {
    grid-row: span 3;
  }

  .capability-band {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 56px 16px;
  }

  .capability-band ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process__media {
    min-height: 360px;
  }

  .review-grid,
  .related-work__grid {
    grid-template-columns: 1fr;
  }

  .review-grid figure {
    min-height: 0;
  }

  .business-details,
  .quote-form,
  .service-facts {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 16px 84px;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
  }

  .lightbox {
    width: calc(100% - 16px);
    padding: 52px 46px 20px;
  }

  .service-hero {
    min-height: 560px;
  }

  .service-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 38px 16px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 2.1rem;
  }

  .capability-band ul {
    grid-template-columns: 1fr;
  }

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

  .project-tile,
  .project-tile--wide,
  .project-tile--large,
  .project-tile--tall {
    grid-column: auto;
    grid-row: span 2;
  }
}

/* Compact homepage layout */
.site-header {
  grid-template-columns: 64px minmax(610px, 1fr) auto auto auto;
}

.desktop-nav {
  gap: 16px;
  font-size: 0.86rem;
}

.home-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(34px, 5vw, 72px);
  background: var(--mist);
}

.home-story__media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--ink);
}

.home-story__media > img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.home-story__media > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 2px;
  padding: 22px;
  background: rgba(17, 18, 21, 0.92);
  color: #fff;
}

.home-story__media strong {
  color: var(--yellow-bright);
  font-size: 1.45rem;
}

.home-story__copy h2,
.contact-cta h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.06;
}

.home-story__copy > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.home-story__advantages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.home-story__advantages li {
  display: grid;
  gap: 4px;
  min-height: 92px;
  padding: 16px 0;
  border-top: 1px solid #c9ced3;
}

.home-story__advantages span,
.home-process small {
  color: var(--ink-soft);
}

.home-process {
  padding-top: 28px;
  margin-top: 14px;
  border-top: 4px solid var(--yellow);
}

.home-process > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.home-process .eyebrow,
.home-process h3 {
  margin-bottom: 0;
}

.home-process h3 {
  font-size: 1.45rem;
}

.home-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 0;
  background: #cfd4d8;
  list-style: none;
}

.home-process li {
  display: grid;
  align-content: start;
  gap: 5px;
  min-height: 138px;
  padding: 18px;
  background: #fff;
}

.home-process li > span {
  color: #a56d00;
  font-size: 0.78rem;
  font-weight: 900;
}

.home-process li > strong {
  font-size: 1.02rem;
}

.featured-products {
  background: #fff;
}

.featured-products__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.featured-product {
  display: grid;
  grid-template-rows: 170px minmax(150px, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: border-color 160ms ease, transform 160ms ease;
}

.featured-product:hover,
.featured-product:focus-visible {
  border-color: #a87500;
  transform: translateY(-3px);
}

.featured-product > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-product:nth-child(2) > img {
  object-position: center 62%;
}

.featured-product > span {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 17px;
}

.featured-product strong {
  font-size: 1.02rem;
  line-height: 1.22;
}

.featured-product small {
  color: var(--ink-soft);
  line-height: 1.48;
}

.trusted-strip {
  padding: 36px max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f7f8f9;
}

.trusted-strip__inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.trusted-strip__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.trusted-strip__heading .eyebrow,
.trusted-strip__heading h2 {
  margin-bottom: 0;
}

.trusted-strip__heading h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
}

.trusted-strip__logos {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: #fff;
}

.trusted-strip__logos > div {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 84px;
  overflow: hidden;
  border-right: 1px solid var(--line);
}

.trusted-strip__logos > div:last-child {
  border-right: 0;
}

.trusted-strip__logos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(var(--client-scale, 1.34));
}

.trusted-strip__logos img[src$="speed.webp"] { --client-scale: 1; }
.trusted-strip__logos img[src$="caffenio.webp"] { --client-scale: 1.18; }
.trusted-strip__logos img[src$="parrilla-fest.webp"] { --client-scale: 1.12; }
.trusted-strip__logos img[src$="berun.webp"] { --client-scale: 1.08; }
.trusted-strip__logos img[src$="super-chivas.webp"] { --client-scale: 1.1; }
.trusted-strip__logos img[src$="parco.webp"] { --client-scale: 2.25; }

.testimonials--text {
  background: #fff;
}

.review-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-cards article {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  min-height: 270px;
  padding: 26px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--yellow);
  border-radius: var(--radius);
  background: var(--mist);
}

.review-cards blockquote {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.62;
}

.review-cards p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.review-cards p span {
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.contact-cta {
  padding: 76px max(24px, calc((100vw - var(--max)) / 2));
  scroll-margin-top: 90px;
  background: var(--ink);
  color: #fff;
}

.contact-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: clamp(40px, 7vw, 96px);
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.contact-cta .eyebrow {
  color: var(--yellow-bright);
}

.contact-cta__copy > p:not(.eyebrow, .contact-cta__address) {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.05rem;
}

.contact-cta__links {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-cta__links a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-cta__links a:hover,
.contact-cta__links a:focus-visible {
  color: var(--yellow-bright);
}

.contact-cta__links span,
.contact-cta__address {
  color: rgba(255, 255, 255, 0.7);
}

.contact-cta__address {
  margin: 22px 0 0;
  font-size: 0.92rem;
}

.contact-cta__form {
  display: grid;
  gap: 16px;
  align-self: start;
  padding: 28px;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.contact-cta__form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.contact-cta__form input,
.contact-cta__form select,
.contact-cta__form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid #b9c2ca;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
}

.contact-cta__form textarea {
  min-height: 144px;
  resize: vertical;
}

.contact-cta__form input:focus,
.contact-cta__form select:focus,
.contact-cta__form textarea:focus {
  border-color: #846000;
  outline: 3px solid rgba(246, 188, 24, 0.3);
  outline-offset: 1px;
}

.contact-cta__form .button {
  width: 100%;
}

.whatsapp-float {
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.whatsapp-float .whatsapp-icon {
  width: 56px;
  height: 56px;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.24));
}

@media (max-width: 1240px) and (min-width: 1021px) {
  .site-header {
    grid-template-columns: 58px minmax(620px, 1fr) auto auto;
  }

  .desktop-nav {
    gap: 10px;
    font-size: 0.78rem;
  }
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 64px 1fr auto auto;
  }

  .home-story,
  .contact-cta__inner {
    grid-template-columns: 1fr;
  }

  .home-story__media {
    width: min(100%, 640px);
    min-height: 520px;
    margin: 0 auto;
  }

  .home-story__media > img {
    height: 520px;
  }

  .featured-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trusted-strip__logos {
    grid-auto-flow: column;
    grid-auto-columns: 112px;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .contact-cta__form {
    width: min(100%, 680px);
  }
}

@media (max-width: 680px) {
  .home-story,
  .featured-products,
  .testimonials--text {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-story {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .home-story__media,
  .home-story__media > img {
    min-height: 0;
    height: 460px;
  }

  .home-story__advantages,
  .home-process ol,
  .review-cards {
    grid-template-columns: 1fr;
  }

  .home-story__advantages li {
    min-height: 0;
  }

  .home-process > div,
  .trusted-strip__heading {
    display: grid;
    align-items: start;
  }

  .home-process ol {
    gap: 0;
  }

  .home-process li {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-process li small {
    grid-column: 2;
  }

  .featured-products__grid {
    grid-template-columns: 1fr;
  }

  .featured-product {
    grid-template-columns: 42% minmax(0, 1fr);
    grid-template-rows: minmax(172px, auto);
  }

  .featured-product > span {
    align-content: center;
  }

  .trusted-strip {
    padding-right: 16px;
    padding-left: 16px;
  }

  .review-cards article {
    min-height: 0;
  }

  .contact-cta {
    padding: 58px 16px;
  }

  .contact-cta__links a {
    display: grid;
    gap: 2px;
  }

  .contact-cta__form {
    padding: 22px;
  }
}

@media (max-width: 420px) {
  .featured-product {
    grid-template-columns: 1fr;
    grid-template-rows: 190px auto;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Homepage and catalog refresh */
section[id],
.product-card[id] {
  scroll-margin-top: 96px;
}

.site-header {
  grid-template-columns: 64px minmax(520px, 1fr) auto auto auto;
  gap: 14px;
}

.desktop-nav {
  gap: 20px;
  font-size: 0.91rem;
}

.header-whatsapp {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
}

.header-whatsapp:hover,
.header-whatsapp:focus-visible {
  border-color: var(--whatsapp);
  background: rgba(37, 211, 102, 0.14);
}

.header-whatsapp .whatsapp-icon {
  width: 25px;
  height: 25px;
}

.mega-menu {
  max-height: calc(100svh - 76px);
  padding-top: 18px;
  padding-bottom: 18px;
  overflow-y: auto;
}

.mega-menu__inner {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.mega-menu__group {
  min-width: 0;
}

.mega-menu__group-head {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 52px;
  margin-bottom: 7px;
  padding: 0 !important;
}

.mega-menu__group-head img {
  width: 52px;
  height: 52px;
  border-radius: var(--radius);
  object-fit: cover;
}

.mega-menu__group-head strong {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.18;
}

.mega-menu__links a {
  padding: 4px 0;
  font-size: 0.88rem;
  line-height: 1.3;
}

.mega-menu__all {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 46px;
  padding: 10px 14px;
  border-top: 1px solid var(--line);
  background: var(--mist);
}

.mega-menu__all span {
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.mobile-nav {
  max-height: calc(100svh - 76px);
  overflow-y: auto;
}

.mobile-services__scroll {
  padding-bottom: 10px;
  background: #202329;
}

.mobile-service-group {
  padding: 13px 20px 7px 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.mobile-service-group strong {
  display: block;
  margin-bottom: 5px;
  color: var(--yellow-bright);
  font-size: 0.84rem;
}

.mobile-service-group a,
.mobile-services .mobile-services__all {
  padding: 7px 0;
  border: 0;
  font-size: 0.84rem;
  line-height: 1.35;
}

.mobile-services .mobile-services__all {
  margin: 8px 20px 0 34px;
  color: var(--yellow-bright);
}

.hero {
  height: min(660px, calc(100svh - 112px));
  min-height: 580px;
}

.hero__overlay {
  background: linear-gradient(90deg, rgba(10, 11, 13, 0.93) 0%, rgba(10, 11, 13, 0.68) 53%, rgba(10, 11, 13, 0.16) 100%);
}

.hero h1 {
  max-width: 840px;
  font-size: 3.55rem;
}

.hero__copy {
  max-width: 710px;
}

.trusted {
  padding: 64px max(24px, calc((100vw - var(--max)) / 2)) 72px;
  background: #fff;
}

.trusted__inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.section-heading--compact {
  margin-bottom: 30px;
}

.logo-wall {
  display: grid;
  gap: 30px;
}

.logo-wall__group > p {
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.logo-grid {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.logo-grid--primary {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.logo-grid--local {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.logo-grid > div {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 140px;
  padding: 12px;
  overflow: hidden;
  background: #fff;
}

.logo-grid img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  transform: scale(var(--logo-scale, 1));
  transform-origin: center;
}

.logo-grid img[src$="kfc.webp"] { --logo-scale: 1.25; }
.logo-grid img[src$="little-caesars.webp"] { --logo-scale: 1.38; }
.logo-grid img[src$="pizza-hut.webp"] { --logo-scale: 1.21; }
.logo-grid img[src$="telcel.webp"] { --logo-scale: 0.88; }
.logo-grid img[src$="caffenio.webp"] { --logo-scale: 0.98; }
.logo-grid img[src$="calimax.webp"] { --logo-scale: 0.96; }
.logo-grid img[src$="ecogas.webp"] { --logo-scale: 0.89; }
.logo-grid img[src$="gas-silza.webp"] { --logo-scale: 1.18; }
.logo-grid img[src$="uad.webp"] { --logo-scale: 1.25; }
.logo-grid img[src$="vizcaya.webp"] { --logo-scale: 1.03; }
.logo-grid img[src$="pittsburgh.webp"] { --logo-scale: 1.25; }
.logo-grid img[src$="star-milk.webp"] { --logo-scale: 1.27; }
.logo-grid img[src$="nenas.webp"] { --logo-scale: 1.12; }
.logo-grid img[src$="speed.webp"] { --logo-scale: 0.83; }
.logo-grid img[src$="power-98.webp"] { --logo-scale: 0.89; }
.logo-grid img[src$="vip-market.webp"] { --logo-scale: 1.29; }
.logo-grid img[src$="super-chivas.webp"] { --logo-scale: 0.9; }
.logo-grid img[src$="parrilla-fest.webp"] { --logo-scale: 1.08; }
.logo-grid img[src$="cellshop.webp"] { --logo-scale: 1.14; }
.logo-grid img[src$="mr-refacciones.webp"] { --logo-scale: 0.96; }
.logo-grid img[src$="super-juice.webp"] { --logo-scale: 1.35; }
.logo-grid img[src$="palestra.webp"] { --logo-scale: 1.25; }

.service-families {
  background: var(--mist);
}

.family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.visual-card {
  display: grid;
  grid-template-rows: auto minmax(150px, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: border-color 160ms ease, transform 160ms ease;
}

.visual-card:hover,
.visual-card:focus-visible,
.product-card:hover,
.product-card:focus-visible {
  border-color: #8c969f;
  transform: translateY(-3px);
}

.visual-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.visual-card__body {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 18px;
}

.visual-card__body small {
  color: #9a6900;
  font-weight: 900;
}

.visual-card__body strong {
  font-size: 1.13rem;
  line-height: 1.22;
}

.visual-card__body span {
  color: var(--ink-soft);
  font-size: 0.91rem;
  line-height: 1.45;
}

.section-action {
  margin-top: 26px;
  text-align: right;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7f5700;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.product-spotlight {
  padding: 78px max(24px, calc((100vw - var(--max)) / 2));
  background: #fff;
}

.product-spotlight__inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.product-grid--featured {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-card {
  display: grid;
  grid-template-rows: auto minmax(152px, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: border-color 160ms ease, transform 160ms ease;
}

.product-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-card__body {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding: 16px;
}

.product-card__body strong {
  min-height: 2.55em;
  font-size: 1rem;
  line-height: 1.28;
}

.product-card__body span {
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.4;
}

.product-card__body em {
  align-self: end;
  margin-top: 6px;
  color: #7f5700;
  font-size: 0.81rem;
  font-style: normal;
  font-weight: 850;
}

.portfolio {
  background: var(--mist);
}

.featured-projects {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 150px;
  gap: 14px;
}

.featured-project {
  grid-column: span 5;
  grid-row: span 2;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  text-align: left;
  cursor: zoom-in;
}

.featured-project--lead {
  grid-column: span 7;
  grid-row: span 4;
}

.featured-project--wide {
  grid-column: span 8;
  grid-row: span 4;
}

.featured-project--portrait {
  grid-column: span 4;
  grid-row: span 4;
}

.featured-project img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 180ms ease;
}

.featured-project--lead img {
  object-position: center 62%;
}

.featured-project--contain img,
.featured-project:nth-child(2) img {
  object-fit: contain;
  background: #e7eaec;
}

.featured-project--portrait img {
  object-position: center;
}

.featured-project:hover img,
.featured-project:focus-visible img {
  transform: scale(1.025);
}

.featured-project > span {
  display: grid;
  gap: 2px;
  padding: 14px 16px;
}

.featured-project small {
  color: #9a6900;
  font-weight: 850;
}

.industries {
  padding: 76px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: #fff;
}

.industries__inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.section-heading--light h2,
.section-heading--light > p {
  color: #fff;
}

.section-heading--light > p {
  color: rgba(255, 255, 255, 0.7);
}

.industries .eyebrow {
  color: var(--yellow-bright);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.industry-grid article {
  position: relative;
  display: grid;
  grid-template-rows: 240px minmax(188px, 1fr);
  min-width: 0;
  min-height: 428px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: #20242a;
}

.industry-grid img {
  width: 100%;
  height: 240px;
  min-height: 0;
  object-fit: cover;
}

.industry-grid article > div {
  position: static;
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 188px;
  padding: 22px;
  background: #171a1f;
  color: #fff;
}

.industry-grid span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
}

.industry-grid article:nth-child(3n + 2) span {
  color: var(--yellow-bright);
}

.industry-grid article:nth-child(3n) span {
  color: #ff736d;
}

.industry-grid strong {
  font-size: 1.12rem;
}

.industry-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  line-height: 1.45;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 64px;
}

.about__media {
  position: relative;
}

.about__media > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center;
}

.about__stat {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 16px 20px;
  background: var(--yellow);
}

.about__stat strong {
  font-size: 1.8rem;
}

.about__copy h2 {
  margin-bottom: 16px;
  font-size: 2.65rem;
  line-height: 1.08;
}

.about__copy > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.advantage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.advantage-list li {
  display: grid;
  align-content: start;
  gap: 5px;
  min-height: 112px;
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.advantage-list span {
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.4;
}

.process-band {
  padding: 74px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: #fff;
}

.process-band__inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-steps li {
  display: grid;
  grid-template-rows: 190px minmax(184px, 1fr);
  min-width: 0;
  min-height: 374px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.process-steps img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.process-steps li > div {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 176px;
  padding: 22px;
}

.process-steps li span {
  color: #9a6900;
  font-weight: 900;
}

.process-steps strong {
  font-size: 1.3rem;
}

.process-steps p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.process-band .section-heading h2 {
  color: #fff;
}

.process-band .eyebrow {
  color: var(--yellow-bright);
}

.testimonials {
  background: #fff;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-card {
  display: grid;
  grid-template-rows: 168px minmax(260px, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.testimonial-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card__copy {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  padding: 22px;
}

.stars {
  color: #c88700;
  font-size: 0.96rem;
}

.testimonial-card blockquote {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.58;
}

.testimonial-card__copy p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.testimonial-card__copy p span {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.faq-band {
  padding: 78px max(24px, calc((100vw - var(--max)) / 2));
  background: #eceff1;
}

.faq-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.faq-band__heading {
  position: sticky;
  top: 112px;
  align-self: start;
  padding: 34px;
  background: var(--yellow);
}

.faq-band__heading h2 {
  font-size: 2.45rem;
  line-height: 1.1;
}

.faq-band__heading > p:not(.eyebrow) {
  color: rgba(16, 18, 21, 0.74);
}

.faq-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0 24px;
  border-top: 1px solid rgba(16, 18, 21, 0.3);
  border-left: 1px solid rgba(16, 18, 21, 0.3);
}

.faq-facts > div {
  display: grid;
  gap: 4px;
  min-height: 96px;
  padding: 15px;
  border-right: 1px solid rgba(16, 18, 21, 0.3);
  border-bottom: 1px solid rgba(16, 18, 21, 0.3);
}

.faq-facts strong {
  font-size: 1.18rem;
}

.faq-facts span {
  color: rgba(16, 18, 21, 0.7);
  font-size: 0.82rem;
  line-height: 1.35;
}

.button--dark {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.button--dark:hover,
.button--dark:focus-visible {
  border-color: #343a40;
  background: #343a40;
}

.faq-list details {
  border-top: 1px solid #bfc6cc;
}

.faq-list details:last-child {
  border-bottom: 1px solid #bfc6cc;
}

.faq-list summary {
  padding: 19px 34px 19px 2px;
  font-weight: 850;
  cursor: pointer;
}

.faq-list details p {
  max-width: 720px;
  padding: 0 34px 20px 2px;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.62;
}

.quote-band {
  align-items: start;
}

.contact-map {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  min-height: 350px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: 0;
}

.contact-map > div {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 28px;
}

.contact-map > div > span {
  color: var(--ink-soft);
  line-height: 1.5;
}

.catalog-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 480px;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}

.catalog-hero > img,
.catalog-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.catalog-hero > img {
  object-fit: cover;
}

.catalog-hero__overlay {
  background: linear-gradient(90deg, rgba(10, 11, 13, 0.94), rgba(10, 11, 13, 0.55) 62%, rgba(10, 11, 13, 0.18));
}

.catalog-hero__content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 60px 0;
}

.catalog-hero .eyebrow {
  color: var(--yellow-bright);
}

.catalog-hero h1 {
  max-width: 850px;
  margin-bottom: 16px;
  font-size: 3.4rem;
  line-height: 1.04;
}

.catalog-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
}

.catalog-jump {
  position: sticky;
  top: 76px;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 0;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
}

.catalog-jump a {
  flex: 0 0 auto;
  padding: 15px 18px;
  border-right: 1px solid var(--line);
  font-size: 0.84rem;
  font-weight: 850;
}

.catalog-jump a:hover,
.catalog-jump a:focus-visible {
  background: var(--yellow);
}

.catalog-section {
  padding: 76px max(24px, calc((100vw - var(--max)) / 2));
}

.catalog-section--tint {
  background: var(--mist);
}

.catalog-section__heading {
  display: grid;
  grid-template-columns: 54px minmax(0, 0.9fr) minmax(320px, 0.8fr);
  align-items: start;
  gap: 22px;
  width: min(var(--max), 100%);
  margin: 0 auto 34px;
}

.catalog-section__heading > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--yellow);
  font-weight: 900;
}

.catalog-section__heading h2 {
  margin: 0;
  font-size: 2.45rem;
  line-height: 1.08;
}

.catalog-section__heading > p {
  margin: 4px 0 0;
  color: var(--ink-soft);
}

.catalog-section > .product-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.service-cta--catalog {
  background: var(--yellow);
}

.service-cta--catalog .eyebrow {
  margin-bottom: 6px;
}

.service-cta--catalog .button {
  flex: 0 0 auto;
}

@media (max-width: 1240px) and (min-width: 1021px) {
  .site-header {
    grid-template-columns: 58px minmax(510px, 1fr) auto auto;
    gap: 11px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .desktop-nav {
    gap: 14px;
    font-size: 0.86rem;
  }

  .header-phone {
    display: none;
  }
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 64px 1fr auto auto;
  }

  .header-phone,
  .header-quote {
    display: none;
  }

  .header-whatsapp {
    justify-self: end;
  }

  .family-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid,
  .product-grid--featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .logo-grid--primary,
  .logo-grid--local {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about,
  .faq-band__inner {
    grid-template-columns: 1fr;
  }

  .about__media {
    width: min(100%, 640px);
    margin: 0 auto;
  }

  .faq-band__heading {
    position: static;
  }

  .industry-grid,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-map {
    grid-column: auto;
  }

  .catalog-section__heading {
    grid-template-columns: 54px 1fr;
  }

  .catalog-section__heading > p {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .mobile-nav {
    max-height: calc(100svh - 68px);
  }

  .hero {
    height: calc(100svh - 118px);
    min-height: 600px;
    max-height: 680px;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .hero__copy {
    line-height: 1.5;
  }

  .trusted,
  .product-spotlight,
  .industries,
  .process-band,
  .faq-band,
  .catalog-section {
    padding: 56px 16px;
  }

  .section-heading--compact {
    margin-bottom: 24px;
  }

  .logo-grid--primary,
  .logo-grid--local {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logo-grid > div {
    min-height: 112px;
    padding: 10px;
  }

  .logo-grid img {
    height: 76px;
  }

  .family-grid,
  .product-grid,
  .product-grid--featured {
    grid-template-columns: 1fr;
  }

  .visual-card {
    grid-template-columns: 42% minmax(0, 1fr);
    grid-template-rows: minmax(190px, auto);
  }

  .visual-card > img {
    height: 100%;
    aspect-ratio: auto;
  }

  .visual-card__body {
    align-content: center;
    min-width: 0;
    padding: 15px;
  }

  .product-card {
    grid-template-columns: 42% minmax(0, 1fr);
    grid-template-rows: minmax(176px, auto);
  }

  .product-card > img {
    height: 100%;
    aspect-ratio: auto;
  }

  .product-card__body strong {
    min-height: 0;
  }

  .featured-projects {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .featured-project,
  .featured-project--lead,
  .featured-project--wide,
  .featured-project--portrait {
    grid-column: auto;
    grid-row: auto;
  }

  .featured-project img {
    height: auto;
    max-height: 520px;
    aspect-ratio: auto;
    object-fit: contain;
    background: #e7eaec;
  }

  .industry-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .industry-grid article {
    grid-template-rows: 230px minmax(176px, auto);
    min-height: 406px;
  }

  .industry-grid img {
    height: 230px;
  }

  .industry-grid article > div {
    min-height: 176px;
    background: #171a1f;
    color: #fff;
  }

  .process-steps li {
    grid-template-rows: 220px minmax(180px, auto);
    min-height: 400px;
  }

  .process-steps img {
    height: 220px;
  }

  .hero__overlay {
    background:
      linear-gradient(90deg, rgba(10, 11, 13, 0.92), rgba(10, 11, 13, 0.44)),
      linear-gradient(0deg, rgba(10, 11, 13, 0.84), rgba(10, 11, 13, 0.12) 76%);
  }

  .hero__content,
  .service-card__body {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
  }

  .about {
    gap: 34px;
  }

  .about__copy h2,
  .faq-band__heading h2,
  .catalog-section__heading h2 {
    font-size: 2rem;
  }

  .advantage-list {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    grid-auto-flow: column;
    grid-auto-columns: 88%;
    grid-template-columns: none;
    gap: 12px;
    padding-bottom: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .testimonial-card {
    grid-template-rows: 150px minmax(250px, 1fr);
    scroll-snap-align: start;
  }

  .faq-band__inner {
    gap: 28px;
  }

  .faq-band__heading {
    padding: 24px;
  }

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

  .contact-map iframe {
    min-height: 280px;
  }

  .catalog-hero {
    min-height: 520px;
  }

  .catalog-hero__content {
    width: calc(100% - 32px);
    padding: 46px 0;
  }

  .catalog-hero h1 {
    font-size: 2.35rem;
  }

  .catalog-jump {
    top: 68px;
    justify-content: flex-start;
  }

  .catalog-section__heading {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
  }

  .catalog-section__heading > span {
    width: 42px;
    height: 42px;
  }

  .catalog-section__heading > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 2.05rem;
  }

  .visual-card,
  .product-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .visual-card > img,
  .product-card > img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

/* August section-review pass */
.home-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  gap: clamp(42px, 5vw, 78px);
  padding-top: 88px;
  padding-bottom: 88px;
  overflow: hidden;
  background: #17191d;
  color: #fff;
}

.home-story::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: var(--yellow);
  content: "";
}

.home-story__media {
  min-height: 690px;
  border-bottom: 8px solid var(--yellow);
  background: #0e0f11;
}

.home-story__media > img {
  height: 690px;
  object-position: center;
}

.home-story__media > .home-story__media-caption {
  gap: 3px;
  padding: 24px 26px;
  background: rgba(14, 15, 17, 0.94);
}

.home-story__media-caption > span {
  color: var(--whatsapp);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-story__media-caption > strong {
  color: #fff;
  font-size: 1.65rem;
}

.home-story__media-caption > small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.home-story__copy {
  align-self: center;
}

.home-story__copy > .eyebrow {
  color: var(--yellow-bright);
}

.home-story__copy h2 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(2.55rem, 4vw, 4rem);
  line-height: 1.02;
}

.home-story__copy h2 span {
  display: block;
  color: var(--yellow-bright);
}

.home-story__copy > p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.65;
}

.home-story__advantages {
  gap: 12px;
  margin-top: 30px;
}

.home-story__advantages li {
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  min-height: 112px;
  padding: 17px;
  border: 0;
  border-left: 4px solid var(--yellow);
  background: #24272c;
}

.home-story__advantages li:nth-child(even) {
  border-left-color: var(--whatsapp);
}

.home-story__advantages li > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--yellow-bright);
  font-size: 0.75rem;
  font-weight: 900;
}

.home-story__advantages li:nth-child(even) > span {
  color: var(--whatsapp);
}

.home-story__advantages li > div {
  display: grid;
  gap: 6px;
}

.home-story__advantages strong {
  color: #fff;
  font-size: 1.02rem;
}

.home-story__advantages small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.45;
}

.home-story .home-process {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.home-story .home-process .eyebrow {
  color: var(--whatsapp);
}

.home-story .home-process h3 {
  color: #fff;
  font-size: 1.55rem;
}

.home-story .home-process ol {
  gap: 8px;
  background: transparent;
}

.home-story .home-process li {
  min-height: 136px;
  border-top: 4px solid var(--yellow);
  background: #f7f8f9;
  color: var(--ink);
}

.home-story .home-process li:nth-child(even) {
  border-top-color: var(--whatsapp);
}

.home-story .home-process li > span {
  color: #986700;
}

.home-story .home-process li:nth-child(even) > span {
  color: #087c3d;
}

.home-story .home-process small {
  color: var(--ink-soft);
}

.featured-products {
  padding-top: 92px;
  padding-bottom: 96px;
}

.featured-products .section-heading {
  align-items: end;
  margin-bottom: 34px;
}

.featured-products .section-heading h2 {
  max-width: 920px;
  font-size: clamp(2.35rem, 4vw, 3.65rem);
  line-height: 1.04;
}

.featured-products__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.featured-product {
  grid-column: span 2;
  grid-template-rows: 250px minmax(142px, 1fr);
  border-top: 5px solid var(--yellow);
}

.featured-product:nth-child(4),
.featured-product:nth-child(5) {
  grid-column: span 3;
}

.featured-product:nth-child(even) {
  border-top-color: #25a85a;
}

.featured-product > img {
  object-position: center;
}

.featured-product:nth-child(2) > img {
  object-position: center 46%;
}

.featured-product > span {
  gap: 10px;
  padding: 22px;
}

.featured-product strong {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.22;
}

.featured-product small {
  color: #424b53;
  font-size: 0.98rem;
  font-weight: 550;
  line-height: 1.52;
}

.trusted-strip {
  padding-top: 56px;
  padding-bottom: 62px;
}

.trusted-strip__heading {
  margin-bottom: 26px;
}

.trusted-strip__heading h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.trusted-strip__logos {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.trusted-strip__logos > div {
  height: 122px;
  padding: 4px;
  border: 0;
  background: #fff;
}

.trusted-strip__logos img {
  transform: scale(var(--client-scale, 1.2));
}

.trusted-strip__logos img[src$="kfc.webp"] { --client-scale: 1.34; }
.trusted-strip__logos img[src$="pizza-hut.webp"] { --client-scale: 1.3; }
.trusted-strip__logos img[src$="nenas.webp"] { --client-scale: 1.18; }
.trusted-strip__logos img[src$="speed.webp"] { --client-scale: 0.98; }
.trusted-strip__logos img[src$="uad.webp"] { --client-scale: 1.26; }
.trusted-strip__logos img[src$="caffenio.webp"] { --client-scale: 1.14; }
.trusted-strip__logos img[src$="parrilla-fest.webp"] { --client-scale: 1.1; }
.trusted-strip__logos img[src$="berun.webp"] { --client-scale: 1.04; }
.trusted-strip__logos img[src$="gas-silza.webp"] { --client-scale: 1.2; }
.trusted-strip__logos img[src$="super-chivas.webp"] { --client-scale: 1.08; }
.trusted-strip__logos img[src$="parco.webp"] { --client-scale: 1.9; }
.trusted-strip__logos img[src$="little-caesars.webp"] { --client-scale: 1.38; }

@media (max-width: 1020px) {
  .home-story {
    grid-template-columns: 1fr;
  }

  .home-story__media,
  .home-story__media > img {
    width: 100%;
    height: 560px;
    min-height: 560px;
  }

  .featured-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-product,
  .featured-product:nth-child(4) {
    grid-column: span 1;
  }

  .featured-product:nth-child(5) {
    grid-column: 1 / -1;
  }

  .trusted-strip__logos {
    grid-auto-flow: row;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }
}

@media (max-width: 680px) {
  .home-story {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .home-story__media,
  .home-story__media > img {
    height: 410px;
    min-height: 410px;
  }

  .home-story__copy h2 {
    font-size: 2.55rem;
  }

  .home-story__copy > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .home-story__advantages {
    grid-template-columns: 1fr;
  }

  .home-story .home-process > div {
    gap: 7px;
  }

  .home-story .home-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .featured-products {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .featured-products__grid {
    grid-template-columns: 1fr;
  }

  .featured-product,
  .featured-product:nth-child(4),
  .featured-product:nth-child(5) {
    grid-column: 1;
    grid-template-columns: 1fr;
    grid-template-rows: 220px auto;
  }

  .featured-product strong {
    font-size: 1.12rem;
  }

  .trusted-strip {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .trusted-strip__heading {
    gap: 8px;
  }

  .trusted-strip__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trusted-strip__logos > div {
    height: 100px;
  }
}

@media (max-width: 420px) {
  .home-story__media,
  .home-story__media > img {
    height: 360px;
    min-height: 360px;
  }

  .home-story__media-caption > strong {
    font-size: 1.35rem;
  }

  .home-story__copy h2 {
    font-size: 2.3rem;
  }

  .featured-product,
  .featured-product:nth-child(4),
  .featured-product:nth-child(5) {
    grid-template-rows: 205px auto;
  }
}

/* Services catalog layout repair */
.catalog-hero {
  min-height: 440px;
}

.catalog-hero > img {
  object-position: center 48%;
}

.catalog-hero__content {
  padding-top: 54px;
  padding-bottom: 54px;
}

.catalog-jump {
  scrollbar-width: thin;
  scrollbar-color: #9ba2a8 #fff;
}

.catalog-jump a {
  min-height: 52px;
  padding: 16px 20px;
  font-size: 0.88rem;
}

.catalog-section {
  --catalog-accent: var(--yellow);
  padding-top: 88px;
  padding-bottom: 92px;
}

#vinil-y-rotulacion,
#impresion-comercial {
  --catalog-accent: var(--whatsapp);
}

.catalog-section__heading {
  grid-template-columns: 58px minmax(0, 0.95fr) minmax(340px, 0.75fr);
  align-items: end;
  gap: 24px;
  margin-bottom: 38px;
  padding-top: 18px;
  border-top: 5px solid var(--catalog-accent);
}

.catalog-section__heading > span {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background: var(--catalog-accent);
  color: #0f1114;
}

.catalog-section__heading h2 {
  font-size: clamp(2.25rem, 3vw, 3rem);
}

.catalog-section__heading > p {
  max-width: 520px;
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.58;
}

.catalog-section > .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.catalog-section .product-card {
  grid-template-columns: 1fr;
  grid-template-rows: 240px minmax(190px, 1fr);
  height: 100%;
  border-top: 5px solid var(--catalog-accent);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(17, 18, 21, 0.07);
}

.catalog-section .product-card:hover,
.catalog-section .product-card:focus-visible {
  border-color: var(--catalog-accent);
  box-shadow: 0 18px 34px rgba(17, 18, 21, 0.12);
  transform: translateY(-4px);
}

.catalog-section .product-card > img {
  display: block;
  width: 100%;
  height: 240px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.catalog-section .product-card > img[src$="project-caffenio-pylon.jpg"] {
  object-position: center 38%;
}

.catalog-section .product-card > img[src$="project-little-caesars.jpg"] {
  object-position: center 36%;
}

.catalog-section .product-card > img[src$="project-billboard-row.jpeg"] {
  object-position: center 58%;
}

.catalog-section .product-card > img[src$="project-saluddigna-window.jpeg"] {
  object-position: center 54%;
}

.catalog-section .product-card__body {
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  min-height: 190px;
  padding: 21px;
}

.catalog-section .product-card__body strong {
  min-height: 0;
  color: var(--ink);
  font-size: 1.16rem;
  line-height: 1.25;
}

.catalog-section .product-card__body > span {
  color: #444d55;
  font-size: 0.94rem;
  line-height: 1.5;
}

.catalog-section .product-card__body em {
  margin-top: 10px;
  color: #725000;
  font-size: 0.86rem;
}

#vinil-y-rotulacion .product-card__body em,
#impresion-comercial .product-card__body em {
  color: #08763b;
}

.catalog-section .product-card__body em::after {
  content: "  \2192";
}

@media (max-width: 1020px) {
  .catalog-section > .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-section__heading {
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
  }

  .catalog-section__heading > p {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .catalog-hero {
    min-height: 450px;
  }

  .catalog-hero__content {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .catalog-hero h1 {
    font-size: 2.4rem;
  }

  .catalog-jump {
    top: 68px;
    justify-content: flex-start;
  }

  .catalog-jump a {
    min-height: 50px;
    padding: 15px 17px;
  }

  .catalog-section {
    padding: 62px 16px 68px;
  }

  .catalog-section__heading {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 28px;
    padding-top: 14px;
  }

  .catalog-section__heading > span {
    width: 44px;
    height: 44px;
  }

  .catalog-section__heading h2 {
    font-size: 2rem;
  }

  .catalog-section__heading > p {
    grid-column: 1 / -1;
    margin-top: 2px;
  }

  .catalog-section > .product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .catalog-section .product-card {
    grid-template-columns: 1fr;
    grid-template-rows: 218px auto;
    min-height: 0;
  }

  .catalog-section .product-card > img {
    width: 100%;
    height: 218px;
  }

  .catalog-section .product-card__body {
    min-height: 172px;
    padding: 19px;
  }

  .catalog-section .product-card__body strong {
    font-size: 1.08rem;
  }

  .catalog-section .product-card__body > span {
    font-size: 0.92rem;
  }
}

@media (max-width: 420px) {
  .catalog-hero h1 {
    font-size: 2.2rem;
  }

  .catalog-section .product-card {
    grid-template-rows: 205px auto;
  }

  .catalog-section .product-card > img {
    height: 205px;
  }
}

/* Homepage readability and rhythm refinements */
.hero {
  align-items: start;
}

.hero__content {
  padding-top: 88px;
  padding-bottom: 40px;
}

.featured-products {
  padding-top: 76px;
  padding-bottom: 78px;
}

.featured-products .section-heading {
  margin-bottom: 28px;
}

.trusted-strip {
  padding-top: 45px;
  padding-bottom: 50px;
}

.trusted-strip__heading {
  display: grid;
  align-items: start;
  justify-content: start;
  gap: 6px;
  margin-bottom: 21px;
}

.trusted-strip__heading .eyebrow {
  margin-bottom: 0;
}

.contact-cta__links a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  justify-content: initial;
  gap: 14px;
}

.contact-cta__icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--yellow-bright);
}

.contact-cta__icon img,
.contact-cta__icon svg {
  width: 24px;
  height: 24px;
}

.contact-cta__label {
  display: grid;
  gap: 2px;
  color: #fff;
}

.contact-cta__label strong {
  color: #fff;
}

.contact-cta__label small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}

@media (max-width: 760px) {
  .hero__content {
    width: calc(100% - 32px);
    padding-top: 68px;
    padding-bottom: 42px;
  }
}

@media (max-width: 680px) {
  .featured-products {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .featured-products .section-heading {
    margin-bottom: 23px;
  }

  .featured-product > span {
    position: relative;
    z-index: 1;
    min-height: 132px;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: #171a1f;
    color: #fff;
  }

  .featured-product strong {
    color: #fff;
  }

  .featured-product small {
    color: rgba(255, 255, 255, 0.82);
  }

  .trusted-strip {
    padding-top: 40px;
    padding-bottom: 44px;
  }
}

/* Why OLB project and process refinement */
.home-story {
  align-items: start;
}

.home-story__media {
  display: grid;
  grid-template-rows: 690px auto;
  align-self: start;
  height: auto;
  min-height: 0;
}

.home-story__media > img {
  height: 690px;
  object-position: center 44%;
}

.home-story__media > .home-story__media-caption {
  position: static;
  gap: 7px;
  padding: 24px 26px 26px;
  background: #0e0f11;
}

.home-story__media-caption > span {
  color: var(--whatsapp);
  font-size: 0.8rem;
  letter-spacing: 0;
}

.home-story__media-caption > strong {
  font-size: clamp(2rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.home-story__media-caption > p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.96rem;
  line-height: 1.55;
}

.home-story__media-caption > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 7px 0 0;
  list-style: none;
}

.home-story__media-caption li {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background: rgba(53, 57, 63, 0.78);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
}

.home-story__case-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 9px;
  color: var(--yellow-bright);
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.home-story__advantages {
  gap: 12px;
}

.home-story__advantages li,
.home-story__advantages li:nth-child(even) {
  position: relative;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 15px;
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(246, 188, 24, 0.28);
  background: #24272c;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.home-story__advantages li:nth-child(even) {
  border-color: rgba(37, 211, 102, 0.28);
}

.home-story__advantages li::after {
  position: absolute;
  top: 20px;
  left: 87px;
  width: 30px;
  height: 2px;
  background: var(--yellow);
  content: "";
}

.home-story__advantages li:nth-child(even)::after {
  background: var(--whatsapp);
}

.home-story__advantages li:hover {
  border-color: rgba(246, 188, 24, 0.78);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px);
}

.home-story__advantages li:nth-child(even):hover {
  border-color: rgba(37, 211, 102, 0.78);
}

.home-story__advantages li > .home-story__advantage-icon,
.home-story__advantages li:nth-child(even) > .home-story__advantage-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--yellow);
  color: #111215;
}

.home-story__advantages li:nth-child(even) > .home-story__advantage-icon {
  background: var(--whatsapp);
  color: #111215;
}

.home-story__advantage-icon svg {
  width: 24px;
  height: 24px;
}

.home-story__advantages li > div {
  gap: 9px;
  padding-top: 7px;
}

.home-story__advantages strong {
  font-size: 1.08rem;
  line-height: 1.25;
}

.home-story__advantages small {
  font-size: 0.9rem;
  line-height: 1.48;
}

.home-story .home-process {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.home-story .home-process__heading {
  display: grid;
  align-items: start;
  justify-content: start;
  gap: 5px;
  margin-bottom: 20px;
}

.home-story .home-process__heading .eyebrow {
  color: var(--whatsapp);
  font-size: 0.8rem;
}

.home-story .home-process__heading h3 {
  font-size: 1.65rem;
  line-height: 1.15;
}

.home-story .home-process ol {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  background: transparent;
}

.home-story .home-process ol::before {
  position: absolute;
  top: 40px;
  right: 7%;
  left: 7%;
  z-index: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--yellow), var(--whatsapp));
  content: "";
}

.home-story .home-process li,
.home-story .home-process li:nth-child(even) {
  position: relative;
  z-index: 1;
  align-content: start;
  gap: 8px;
  min-height: 188px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: #24272c;
  color: #fff;
  transition: border-color 160ms ease, transform 160ms ease;
}

.home-story .home-process li:hover {
  border-color: var(--yellow);
  transform: translateY(-3px);
}

.home-story .home-process li:nth-child(even):hover {
  border-color: var(--whatsapp);
}

.home-story .home-process li > .home-process__number,
.home-story .home-process li:nth-child(even) > .home-process__number {
  position: absolute;
  top: 7px;
  right: 10px;
  color: rgba(255, 255, 255, 0.09);
  font-size: 3.35rem;
  font-weight: 900;
  line-height: 1;
}

.home-story .home-process li > .home-process__icon,
.home-story .home-process li:nth-child(even) > .home-process__icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: #111;
}

.home-story .home-process li:nth-child(even) > .home-process__icon {
  background: var(--whatsapp);
}

.home-process__icon svg {
  width: 22px;
  height: 22px;
}

.home-story .home-process li > strong {
  margin-top: 3px;
  color: #fff;
  font-size: 1.02rem;
}

.home-story .home-process li > small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.42;
}

@media (max-width: 1020px) {
  .home-story__media {
    width: 100%;
    grid-template-rows: 560px auto;
    height: auto;
    min-height: 0;
  }

  .home-story__media > img {
    height: 560px;
  }
}

@media (max-width: 680px) {
  .home-story__media {
    display: grid;
    grid-template-rows: 380px auto;
    height: auto;
    min-height: 0;
  }

  .home-story__media > img {
    width: 100%;
    height: 380px;
    min-height: 380px;
    object-position: center 40%;
  }

  .home-story__media > .home-story__media-caption {
    position: static;
    padding: 20px;
    background: #0e0f11;
  }

  .home-story__media-caption > strong {
    font-size: 2rem;
  }

  .home-story__advantages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-story .home-process ol {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .home-story .home-process ol::before {
    top: 22px;
    right: auto;
    bottom: 22px;
    left: 39px;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, var(--yellow), var(--whatsapp));
  }

  .home-story .home-process li,
  .home-story .home-process li:nth-child(even) {
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 3px 13px;
    min-height: 112px;
    padding: 16px 18px;
  }

  .home-story .home-process li > .home-process__icon {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .home-story .home-process li > strong {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }

  .home-story .home-process li > small {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 520px) {
  .home-story__advantages {
    grid-template-columns: 1fr;
  }

  .home-story__advantages li,
  .home-story__advantages li:nth-child(even) {
    min-height: 124px;
  }
}

@media (max-width: 420px) {
  .home-story__media {
    grid-template-rows: 340px auto;
  }

  .home-story__media > img {
    height: 340px;
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  .related-work__grid--two {
    grid-template-columns: 1fr;
  }
}

/* Detailed service pages */
.service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.service-hero__actions .button {
  min-width: 184px;
}

.service-answer {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 48px;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 38px;
  background: var(--yellow);
}

.service-answer .eyebrow {
  color: #4f3900;
}

.service-answer h2 {
  max-width: 540px;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.service-answer > p {
  max-width: 720px;
  margin: 0;
  color: #26230f;
  font-size: 1.08rem;
  line-height: 1.65;
}

.service-offerings {
  padding-top: 68px;
  padding-bottom: 68px;
}

.service-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 30px;
}

.service-section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.05;
}

.service-section-heading > p {
  max-width: 680px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.65;
}

.service-offerings__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-offer {
  min-height: 210px;
  padding: 26px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.service-offer::before {
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 38px;
  background: var(--yellow);
  content: "";
}

.service-offer:nth-child(even)::before {
  background: var(--whatsapp);
}

.service-offer h3 {
  margin-bottom: 9px;
  font-size: 1.18rem;
  line-height: 1.18;
}

.service-offer p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.related-work__grid figure {
  align-self: start;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
}

.related-work__grid figure img {
  display: block;
  border-radius: 0;
}

.related-work__media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.related-work__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.related-work__grid figcaption {
  min-height: 70px;
  padding: 15px 16px;
  color: var(--ink-soft);
  font-size: 0.93rem;
  line-height: 1.45;
}

.service-use-cases {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #15171a;
  color: #fff;
}

.service-use-cases__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 56px;
  align-items: start;
}

.service-use-cases .eyebrow {
  color: var(--yellow-bright);
}

.service-use-cases h2 {
  max-width: 590px;
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.06;
}

.service-use-cases ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.service-use-cases li {
  min-height: 72px;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
}

.service-related {
  padding-top: 58px;
  padding-bottom: 58px;
  border-top: 1px solid var(--line);
}

.service-related h2 {
  margin-bottom: 24px;
  font-size: 2rem;
}

.service-related__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-related__links a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.service-related__links a:hover,
.service-related__links a:focus-visible {
  border-color: var(--yellow);
  background: #fff8df;
}

.service-cta .button--whatsapp {
  border-color: var(--whatsapp);
  background: var(--whatsapp);
  color: #072b1a;
}

@media (max-width: 980px) {
  .service-offerings__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .service-hero {
    min-height: 580px;
  }

  .service-hero::after {
    background: linear-gradient(180deg, rgba(10, 11, 13, 0.26), rgba(10, 11, 13, 0.92) 62%);
  }

  .service-hero__actions,
  .service-hero__actions .button {
    width: 100%;
  }

  .service-answer,
  .service-section-heading,
  .service-use-cases__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-offerings {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .service-use-cases ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .service-offerings__grid {
    grid-template-columns: 1fr;
  }

  .service-offer {
    min-height: 0;
  }
}
