/*
Theme Name: STE Solutions
Theme URI: https://stesolutionsgt.com
Author: STE Solutions
Author URI: https://stesolutionsgt.com
Description: Tema corporativo custom para STE Solutions Guatemala.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: ste-solutions
*/

:root {
  --bg: #0d0d0f;
  --bg-soft: #151518;
  --ink: #f7f7f7;
  --muted: #b9bdc5;
  --line: rgba(255, 255, 255, 0.14);
  --red: #fa2a22;
  --red-dark: #b91212;
  --paper: #f5f6f8;
  --paper-ink: #1d232d;
  --paper-muted: #59616d;
  --paper-line: #dfe3e8;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--paper-ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 48px);
  color: var(--ink);
  background: rgba(13, 13, 15, 0.82);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(13, 13, 15, 0.96);
  border-color: rgba(255, 255, 255, 0.12);
}

.brand img {
  width: min(310px, 56vw);
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 24px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav a,
.nav-group > a {
  transition: color 160ms ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--red);
}

.nav-group {
  position: relative;
  display: grid;
  align-items: center;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  display: grid;
  min-width: 280px;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  background: rgba(13, 13, 15, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nav-dropdown a {
  padding: 13px 14px;
  color: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  line-height: 1.2;
}

.nav-dropdown a:last-child {
  border-bottom: 0;
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-toggle {
  display: none;
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  align-items: stretch;
  color: var(--ink);
  background: var(--bg);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  width: min(720px, 100%);
  padding: 118px clamp(22px, 7vw, 76px) 60px;
}

.eyebrow {
  margin: 0;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 0;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.5;
}

.hero-actions,
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.button-primary {
  color: #fff;
  background: var(--red);
}

.button-secondary {
  color: #fff;
  background: transparent;
}

.hero-tags span {
  min-width: 118px;
  padding: 13px 22px;
  color: #fff;
  border: 1px solid var(--red);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(13, 13, 15, 0.45), rgba(13, 13, 15, 0));
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-dark {
  color: var(--ink);
  background: var(--bg);
}

.intro,
.sectors,
.contact {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 7vw, 92px);
  padding: 96px clamp(22px, 6vw, 72px);
}

.intro {
  border-top: 5px solid var(--red);
}

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

h2 {
  margin-bottom: 0;
  max-width: 100%;
  font-size: clamp(31px, 3.6vw, 50px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-nowrap {
  white-space: nowrap;
}

.intro-copy {
  color: var(--muted);
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.55;
}

.intro-copy p:last-child,
.feature p:last-child,
.timeline p:last-child,
.brand-copy p:last-child {
  margin-bottom: 0;
}

.solutions {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 0;
  background: #fff;
}

.solution-panel {
  min-height: 620px;
}

.solution-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
}

.solution-list {
  display: grid;
  align-content: center;
  gap: 0;
  padding: clamp(34px, 6vw, 72px);
}

.solution-list article,
.timeline article {
  position: relative;
  padding: 28px 0 28px 74px;
  border-bottom: 1px solid var(--paper-line);
}

.solution-list article:last-child,
.timeline article:last-child {
  border-bottom: 0;
}

.solution-list span,
.timeline span {
  position: absolute;
  left: 0;
  top: 30px;
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-list p,
.feature p,
.timeline p,
.brand-copy p {
  color: var(--paper-muted);
  line-height: 1.55;
}

.solution-list article > a {
  display: inline-flex;
  margin-top: 6px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.72fr);
  min-height: 72svh;
  color: var(--ink);
  background: var(--bg);
  overflow: hidden;
}

.page-hero > * {
  min-width: 0;
}

.page-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 138px clamp(22px, 7vw, 76px) 72px;
}

.page-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.55;
}

.page-hero-media {
  position: relative;
  overflow: hidden;
}

.page-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(13, 13, 15, 0.38), rgba(13, 13, 15, 0));
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-index,
.service-detail,
.service-benefits,
.service-fit,
.service-cta {
  padding: 96px clamp(22px, 6vw, 72px);
}

.service-index {
  background: #fff;
}

.service-index-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  background: var(--paper-line);
}

.service-index-card {
  display: grid;
  min-height: 320px;
  align-content: space-between;
  gap: 28px;
  padding: 28px;
  background: var(--paper);
}

.service-index-card span {
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
}

.service-index-card h3 {
  margin-bottom: 12px;
}

.service-index-card p {
  color: var(--paper-muted);
  line-height: 1.55;
}

.service-index-card a,
.service-detail-list a {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 92px);
  background: var(--paper);
}

.service-detail-list {
  display: grid;
  gap: 16px;
}

.service-detail-list article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--paper-line);
}

.service-detail-list h3 {
  margin-bottom: 8px;
}

.service-detail-list p {
  margin-bottom: 0;
  color: var(--paper-muted);
  line-height: 1.55;
}

.service-benefits {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 92px);
  border-top: 5px solid var(--red);
}

.benefit-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.benefit-list article {
  padding: 26px;
  background: var(--bg-soft);
}

.benefit-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

.benefit-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.service-fit {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
  background: #fff;
}

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

.fit-tags span {
  padding: 14px 16px;
  color: var(--paper-ink);
  border: 1px solid var(--paper-line);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-cta {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) auto;
  gap: 28px;
  align-items: center;
  color: var(--ink);
  background: var(--bg);
  border-top: 5px solid var(--red);
}

.service-cta p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.about-story,
.about-vision,
.about-pillars,
.about-experience {
  padding: 96px clamp(22px, 6vw, 72px);
}

.about-story {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 92px);
  background: #fff;
}

.about-copy {
  color: var(--paper-muted);
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.55;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-vision {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 92px);
  border-top: 5px solid var(--red);
}

.vision-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.vision-list article {
  position: relative;
  padding: 26px 26px 26px 76px;
  background: var(--bg-soft);
}

.vision-list span,
.pillar-grid span {
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
}

.vision-list span {
  position: absolute;
  top: 26px;
  left: 26px;
}

.vision-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

.vision-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.about-pillars {
  background: var(--paper);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  background: var(--paper-line);
}

.pillar-grid article {
  min-height: 250px;
  padding: 28px;
  background: #fff;
}

.pillar-grid span {
  display: block;
  margin-bottom: 28px;
}

.pillar-grid p {
  margin-bottom: 0;
  color: var(--paper-muted);
  line-height: 1.55;
}

.about-experience {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 7vw, 92px);
}

.infrastructure,
.process,
.brands,
.differentiators {
  padding: 96px clamp(22px, 6vw, 72px);
}

.infrastructure {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: stretch;
  background: var(--paper);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: var(--max);
  margin-top: 48px;
  background: var(--paper-line);
}

.feature {
  min-height: 230px;
  padding: 28px;
  background: #fff;
}

.infrastructure-photo {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  border: 1px solid var(--paper-line);
}

.feature strong {
  display: block;
  margin-bottom: 16px;
  color: var(--paper-ink);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.sector-strip span {
  padding: 14px 16px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.differentiators {
  background: #fff;
}

.projects {
  padding: 96px clamp(22px, 6vw, 72px);
  border-top: 5px solid var(--red);
}

.project-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-auto-rows: 310px;
  gap: 12px;
  margin-top: 48px;
}

.project-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: var(--bg-soft);
}

.project-card-large {
  grid-row: span 2;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.03);
  transition: transform 300ms ease;
}

.project-card:hover img {
  transform: scale(1.035);
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 13, 15, 0) 35%, rgba(13, 13, 15, 0.82));
}

.project-card div {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.project-card span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-card strong {
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
}

.project-more {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.project-overview,
.project-proof {
  padding: 96px clamp(22px, 6vw, 72px);
  background: var(--paper);
}

.project-type-grid,
.proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: var(--max);
  margin-top: 48px;
  background: var(--paper-line);
}

.project-type-grid article,
.proof-list article {
  min-height: 245px;
  padding: 30px;
  background: #fff;
}

.project-type-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--red);
  font-size: 24px;
  font-weight: 900;
}

.project-type-grid h3,
.proof-list strong {
  display: block;
  margin: 0 0 14px;
  color: var(--paper-ink);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.project-type-grid p,
.proof-list p {
  margin: 0;
  color: var(--paper-muted);
}

.portfolio {
  padding: 96px clamp(22px, 6vw, 72px);
  border-top: 5px solid var(--red);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(420px, auto);
  gap: 12px;
  margin-top: 48px;
}

.portfolio-item {
  display: grid;
  min-height: 420px;
  overflow: hidden;
  background: #151519;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.portfolio-item-wide {
  grid-column: span 2;
}

.portfolio-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.portfolio-item div {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px;
}

.portfolio-item span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.portfolio-item strong {
  color: #fff;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
}

.portfolio-item p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

.project-proof {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.project-proof .proof-list {
  margin-top: 0;
}

.project-proof h2 {
  color: var(--paper-ink);
}

.differentiator-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: var(--max);
  margin-top: 48px;
  background: var(--paper-line);
}

.differentiator-grid article {
  min-height: 270px;
  padding: 28px;
  background: var(--paper);
}

.differentiator-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
}

.differentiator-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--paper-ink);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.differentiator-grid p {
  margin-bottom: 0;
  color: var(--paper-muted);
  line-height: 1.55;
}

.process {
  color: var(--ink);
  background: var(--bg);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.timeline article {
  min-height: 260px;
  padding-right: 24px;
  border-color: var(--line);
}

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

.brands {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  align-items: center;
  gap: clamp(32px, 6vw, 72px);
  background: var(--paper);
}

.brands img {
  width: 100%;
  border: 1px solid var(--paper-line);
  box-shadow: 0 24px 58px rgba(14, 21, 30, 0.12);
}

.contact {
  align-items: start;
  border-top: 5px solid var(--red);
}

.contact h2 {
  max-width: 680px;
}

.contact-copy p {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.48;
}

.quote-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
  margin-top: 28px;
}

.quote-points span {
  padding: 12px 14px;
  color: var(--ink);
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-panel {
  display: grid;
  gap: 22px;
}

.quote-card {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: #151519;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.quote-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.quote-card .button {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-line {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.contact-line span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-line strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: clamp(17px, 2vw, 24px);
  text-align: right;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  min-width: 128px;
  gap: 3px;
  padding: 13px 18px;
  color: #fff;
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.whatsapp-float span {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.whatsapp-float strong {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 310px) minmax(220px, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px clamp(22px, 6vw, 72px);
  color: var(--muted);
  background: #09090a;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer img {
  width: min(280px, 64vw);
}

.site-footer p {
  margin-bottom: 0;
  line-height: 1.5;
}

.site-footer div {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-toggle {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
  }

  .nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
  }

  .main-nav {
    position: absolute;
    top: 80px;
    right: 18px;
    left: 18px;
    display: none;
    padding: 20px;
    background: rgba(13, 13, 15, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.14);
  }

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

  .nav-group {
    gap: 8px;
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    padding: 0 0 0 14px;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .hero,
  .solutions,
  .intro,
  .sectors,
  .contact,
  .brands,
  .infrastructure,
  .page-hero,
  .service-detail,
  .service-benefits,
  .service-fit,
  .service-cta,
  .about-story,
  .about-vision,
  .about-experience,
  .project-proof {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding-top: 128px;
  }

  h2 {
    font-size: clamp(31px, 6vw, 44px);
    line-height: 1.08;
  }

  .hero-media {
    min-height: 440px;
    border-left: 0;
  }

  .solution-panel {
    min-height: 420px;
  }

  .feature-grid,
  .timeline,
  .differentiator-grid,
  .service-index-grid,
  .pillar-grid,
  .project-type-grid,
  .proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .infrastructure-photo {
    max-height: 620px;
  }

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

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

  .portfolio-item-wide {
    grid-column: span 1;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer div {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: min(220px, 58vw);
  }

  h1 {
    font-size: clamp(29px, 8.4vw, 37px);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(29px, 7.8vw, 36px);
    line-height: 1.08;
  }

  .hero-tags span {
    min-width: calc(50% - 6px);
  }

  .intro,
  .sectors,
  .contact,
  .infrastructure,
  .process,
  .brands,
  .differentiators,
  .projects,
  .service-index,
  .service-detail,
  .service-benefits,
  .service-fit,
  .service-cta,
  .about-story,
  .about-vision,
  .about-pillars,
  .about-experience,
  .project-overview,
  .portfolio,
  .project-proof {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .solution-list article,
  .timeline article {
    padding-left: 58px;
  }

  .feature-grid,
  .timeline,
  .differentiator-grid,
  .service-index-grid,
  .pillar-grid,
  .project-type-grid,
  .proof-list,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .pillar-grid article {
    min-height: 0;
  }

  .page-hero-copy {
    padding-top: 128px;
  }

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

  .service-index-card {
    min-height: 0;
  }

  .project-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .project-card-large {
    grid-row: span 1;
  }

  .project-type-grid article,
  .proof-list article,
  .portfolio-item {
    min-height: 0;
  }

  .portfolio-item img {
    height: 240px;
  }

  .differentiator-grid article {
    min-height: 0;
  }

  .contact-line {
    display: grid;
    justify-content: start;
  }

  .contact-line strong {
    text-align: left;
  }

  .whatsapp-float {
    display: none;
  }
}
