.hero-main {
  position: relative;
  padding: clamp(58px, 7vw, 88px) 0 clamp(44px, 5vw, 68px);
  overflow: clip;
}

.hero-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 24%, rgba(95, 167, 162, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(216, 157, 28, 0.14), transparent 24%);
  pointer-events: none;
}

.hero-main::after {
  content: "";
  position: absolute;
  right: clamp(12px, 3vw, 28px);
  bottom: clamp(10px, 2.5vw, 20px);
  width: clamp(92px, 10vw, 136px);
  aspect-ratio: 1 / 1;
  background: url("isotipo-web-final.webp") center/contain no-repeat;
  opacity: 0.06;
  pointer-events: none;
}

.hero-main .hero-grid {
  position: relative;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
  gap: clamp(28px, 3vw, 40px);
}

.hero-main .hero-copy {
  max-width: 720px;
}

.hero-main h1 {
  max-width: 13ch;
}

.hero-main .lede {
  max-width: 44ch;
}

.hero-main .hero-image {
  border-radius: 28px;
}

.hero-main .hero-image-wrap {
  position: relative;
}

.hero-main .hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: 16px -18px -16px 28px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.18)),
    radial-gradient(circle at 80% 22%, rgba(216, 157, 28, 0.18), transparent 24%),
    radial-gradient(circle at 22% 78%, rgba(95, 167, 162, 0.18), transparent 28%);
  border: 1px solid rgba(11, 92, 96, 0.08);
  z-index: 0;
}

.hero-main .hero-image {
  position: relative;
  z-index: 1;
}

.section {
  padding: clamp(40px, 5vw, 68px) 0;
}

.section + .section {
  border-top-color: rgba(11, 92, 96, 0.06);
}

.home-philosophy .section-split,
.home-about .section-split {
  grid-template-columns: minmax(420px, 0.54fr) minmax(0, 0.46fr);
  gap: clamp(24px, 3vw, 34px);
}

.home-philosophy {
  padding-top: clamp(18px, 2.6vw, 32px);
}

.home-philosophy-hero {
  padding-bottom: clamp(24px, 3.4vw, 40px);
}

.home-philosophy-note {
  padding-top: 0;
}

.home-philosophy-hero .site-shell,
.home-philosophy-note .site-shell {
  width: min(var(--content-width), 1120px);
}

.home-philosophy .section-head {
  margin-bottom: 0;
  max-width: 980px;
}

.home-philosophy .section-head h2 {
  max-width: 15ch;
  font-size: clamp(2rem, 2.5vw, 2.7rem);
  line-height: 0.98;
  letter-spacing: -0.015em;
}

.home-philosophy .editorial-note,
.home-about .editorial-note,
.home-cta .editorial-note {
  padding: 24px 26px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.52)),
    radial-gradient(circle at 86% 18%, rgba(216, 157, 28, 0.1), transparent 22%);
  border: 1px solid rgba(11, 92, 96, 0.08);
}

.home-philosophy .editorial-note,
.home-about .editorial-note {
  max-width: none;
}

.home-philosophy .editorial-note {
  position: relative;
  gap: 16px;
  padding: 42px 42px 36px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.58)),
    radial-gradient(circle at 84% 18%, rgba(216, 157, 28, 0.12), transparent 22%),
    radial-gradient(circle at 18% 76%, rgba(95, 167, 162, 0.08), transparent 24%);
  box-shadow: 0 18px 34px rgba(23, 52, 55, 0.05);
  align-content: start;
  justify-self: start;
  width: min(100%, 860px);
  max-width: 860px;
}

.home-philosophy .editorial-note p {
  max-width: 50ch;
  font-size: 1.04rem;
  line-height: 1.68;
  margin: 0;
}

.home-philosophy .editorial-note strong {
  max-width: 25ch;
  font-size: clamp(1.36rem, 1.6vw, 1.56rem);
  line-height: 1.12;
  color: var(--petroleum);
}

.home-philosophy .editorial-note::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("isotipo-web-final.webp") center/contain no-repeat;
  opacity: 0.82;
}

.philosophy-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 0.98rem;
}

.philosophy-link::after {
  content: "→";
  font-size: 1rem;
}

@media (min-width: 1280px) {
  .home-philosophy .section-head h2 {
    max-width: 15.5ch;
    font-size: 2.78rem;
  }

  .home-philosophy .editorial-note {
    width: min(100%, 900px);
    max-width: 900px;
  }
}

.home-philosophy .inline-actions,
.home-about .inline-actions,
.home-resources .inline-actions,
.home-solutions-preview .inline-actions,
.home-sectors .inline-actions {
  margin-top: 20px;
}

.home-about {
  position: relative;
  padding-top: clamp(40px, 4.5vw, 60px);
  padding-bottom: clamp(40px, 4.5vw, 60px);
}

.home-about::after {
  content: "";
  position: absolute;
  inset: 14px 0 14px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.18)),
    radial-gradient(circle at 84% 22%, rgba(216, 157, 28, 0.08), transparent 22%),
    radial-gradient(circle at 18% 72%, rgba(95, 167, 162, 0.08), transparent 26%);
  border-top: 1px solid rgba(11, 92, 96, 0.05);
  border-bottom: 1px solid rgba(11, 92, 96, 0.05);
  pointer-events: none;
}

.home-about .section-split {
  position: relative;
  grid-template-columns: minmax(420px, 0.52fr) minmax(0, 0.48fr);
  align-items: center;
  gap: clamp(24px, 3vw, 36px);
}

.home-about .section-head,
.home-about .editorial-note {
  position: relative;
  z-index: 1;
}

.home-about .section-head h2 {
  max-width: 18ch;
}

.home-about .editorial-note {
  max-width: none;
  justify-self: stretch;
  align-content: start;
}

.home-about .editorial-note::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("isotipo-web-final.webp") center/contain no-repeat;
  opacity: 0.82;
  margin-bottom: 2px;
}

.home-about .editorial-note p {
  max-width: 42ch;
  font-size: 1.02rem;
  line-height: 1.68;
}

.home-method .card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
  border-top: 1px solid rgba(11, 92, 96, 0.08);
  padding-top: 18px;
}

.home-method .section-head h2 {
  max-width: 22ch;
}

.method-card {
  position: relative;
  min-height: 208px;
  padding: 26px 26px 30px;
  border-color: rgba(11, 92, 96, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.58)),
    radial-gradient(circle at 86% 16%, rgba(216, 157, 28, 0.08), transparent 24%);
  box-shadow: 0 16px 28px rgba(23, 52, 55, 0.04);
}

.method-card::before {
  content: counter(method-step, decimal-leading-zero);
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: var(--serif);
  font-size: 2.25rem;
  line-height: 1;
  color: rgba(11, 92, 96, 0.15);
}

.home-method .card-grid {
  counter-reset: method-step;
}

.method-card {
  counter-increment: method-step;
}

.method-card span {
  color: var(--mustard);
}

.method-card p {
  max-width: 28ch;
  font-size: 1rem;
}

.method-card span::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 157, 28, 0.92) 0 28%, transparent 30%),
    rgba(95, 167, 162, 0.14);
}

.home-solutions-preview {
  position: relative;
}

.home-solutions-preview::before {
  content: "";
  position: absolute;
  inset: 12% 0 auto auto;
  width: min(32vw, 360px);
  height: min(32vw, 360px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 167, 162, 0.08), transparent 66%);
  pointer-events: none;
}

.home-solutions-preview::after {
  content: "";
  position: absolute;
  left: clamp(10px, 2vw, 24px);
  top: clamp(20px, 5vw, 58px);
  width: clamp(74px, 8vw, 104px);
  aspect-ratio: 1 / 1;
  background: url("isotipo-web-final.webp") center/contain no-repeat;
  opacity: 0.055;
  pointer-events: none;
}

.home-solutions-preview .card-grid {
  gap: 18px;
  margin-top: 18px;
}

.home-solutions-preview .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(440px, 0.44fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "title body";
  align-items: start;
  column-gap: clamp(28px, 4vw, 52px);
  row-gap: 12px;
  max-width: none;
  margin-bottom: 24px;
}

.home-solutions-preview .section-head .eyebrow {
  grid-area: eyebrow;
}

.home-solutions-preview .section-head h2 {
  grid-area: title;
  max-width: 20ch;
}

.home-solutions-preview .section-head p {
  grid-area: body;
  max-width: 64ch;
  margin: 10px 0 0;
  font-size: 1rem;
  line-height: 1.68;
}

.solution-preview-card {
  min-height: 210px;
  padding: 22px 22px 20px;
  align-content: start;
  border-color: rgba(11, 92, 96, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.64)),
    radial-gradient(circle at 86% 16%, rgba(216, 157, 28, 0.08), transparent 24%);
  box-shadow: 0 18px 34px rgba(23, 52, 55, 0.05);
}

.solution-preview-card::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(11, 92, 96, 0.1);
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 157, 28, 0.9) 0 24%, transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68));
  margin-bottom: 8px;
}

.solution-preview-card:nth-child(1) {
  transform: translateY(8px);
}

.solution-preview-card:nth-child(1)::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(11, 92, 96, 0.88) 0 24%, transparent 26%),
    linear-gradient(180deg, rgba(95, 167, 162, 0.16), rgba(255, 255, 255, 0.78));
}

.solution-preview-card:nth-child(2) {
  transform: translateY(-4px);
}

/* Home composition refactor */
.home-philosophy-hero {
  padding-bottom: clamp(22px, 3vw, 34px);
}

.home-philosophy-note {
  padding-top: 0;
}

.philosophy-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.42fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
}

.home-philosophy-hero .section-head {
  max-width: 760px;
}

.home-philosophy-hero .section-head h2 {
  max-width: 14ch;
  font-size: clamp(2.15rem, 2.8vw, 3rem);
  line-height: 0.96;
}

.philosophy-intro-copy {
  max-width: 620px;
  padding-bottom: 8px;
}

.philosophy-intro-copy p {
  margin: 0;
  max-width: 38ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.78;
}

.philosophy-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  width: 100%;
  max-width: none;
}

.philosophy-band::before {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
}

.philosophy-band strong {
  grid-column: 1;
  max-width: 13ch;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.04;
}

.philosophy-band p {
  grid-column: 2;
  align-self: center;
  max-width: 40ch;
  font-size: 1.03rem;
}

.philosophy-band .philosophy-link {
  grid-column: 2;
  margin-top: 0;
}

.home-solutions-preview .section-head,
.home-sectors .section-head,
.home-resources .section-head {
  max-width: none;
}

.home-solutions-preview .section-head p,
.home-sectors .section-head p,
.home-resources .section-head p {
  max-width: 58ch;
}

.home-solutions-preview .card-grid.two-up {
  align-items: start;
}

.solution-preview-card {
  min-height: 0;
}

.solution-preview-card h3,
.resource-preview-card h3 {
  margin: 0;
}

.resources-preview-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: clamp(20px, 3vw, 30px);
  align-items: stretch;
  margin-top: 22px;
}

.resource-preview-card {
  min-height: 0;
  padding: 28px 28px 26px;
  display: grid;
  align-content: start;
  gap: 16px;
  border-color: rgba(11, 92, 96, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.64)),
    radial-gradient(circle at 84% 18%, rgba(216, 157, 28, 0.1), transparent 24%);
}

.resource-preview-card::before {
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(11, 92, 96, 0.1);
  background: rgba(255, 255, 255, 0.7) url("isotipo-web-final.webp") center/26px no-repeat;
}

.resource-preview-card span {
  color: var(--mustard);
}

.resource-preview-card h3 {
  max-width: 14ch;
  font-size: clamp(2rem, 2.3vw, 2.5rem);
  line-height: 0.98;
}

.resource-preview-card--article h3 {
  max-width: 11ch;
  font-size: clamp(1.85rem, 2vw, 2.2rem);
}

.resource-preview-card .card-link {
  margin-top: 4px;
}

@media (max-width: 1100px) {
  .philosophy-hero-grid,
  .philosophy-band,
  .resources-preview-layout {
    grid-template-columns: 1fr;
  }

  .philosophy-band::before,
  .philosophy-band strong,
  .philosophy-band p,
  .philosophy-band .philosophy-link {
    grid-column: auto;
    grid-row: auto;
  }

  .philosophy-intro-copy {
    max-width: 680px;
  }

  .philosophy-intro-copy p,
  .philosophy-band p {
    max-width: 44ch;
  }
}

@media (max-width: 760px) {
  .home-philosophy-hero .section-head h2 {
    max-width: 10ch;
  }

  .philosophy-intro-copy p,
  .philosophy-band p {
    max-width: none;
    font-size: 1rem;
  }

  .philosophy-band {
    padding: 30px 24px 26px;
  }

  .resource-preview-card {
    padding: 24px 22px;
  }

  .resource-preview-card h3,
  .resource-preview-card--article h3 {
    max-width: 12ch;
    font-size: clamp(1.9rem, 9vw, 2.35rem);
  }
}

.solution-preview-card:nth-child(2)::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 157, 28, 0.9) 0 24%, transparent 26%),
    linear-gradient(180deg, rgba(216, 157, 28, 0.14), rgba(255, 255, 255, 0.78));
}

.solution-preview-card:nth-child(3) {
  transform: translateY(12px);
}

.solution-preview-card:nth-child(3)::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(95, 167, 162, 0.9) 0 24%, transparent 26%),
    linear-gradient(180deg, rgba(95, 167, 162, 0.18), rgba(255, 255, 255, 0.78));
}

.solution-preview-card:nth-child(4) {
  transform: translateY(0);
}

.solution-preview-card:nth-child(4)::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 157, 28, 0.9) 0 24%, transparent 26%),
    linear-gradient(180deg, rgba(11, 92, 96, 0.14), rgba(255, 255, 255, 0.78));
}

.solution-preview-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.solution-preview-card .card-link::after {
  content: "→";
  font-size: 1rem;
  transform: translateY(-1px);
}

.home-sectors .card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
  margin-top: 22px;
}

.home-sectors {
  background: var(--petroleum);
  color: #f7f4ee;
}

.home-sectors .eyebrow,
.home-sectors .section-head p,
.home-sectors .card span {
  color: rgba(247, 244, 238, 0.78);
}

.home-sectors h2,
.home-sectors .sector-card span {
  color: #fffdfa;
}

.home-sectors .section-head h2 {
  max-width: 20ch;
}

.home-sectors .inline-actions .button-primary {
  background: #fffdfa;
  color: var(--petroleum);
  box-shadow: none;
}

.sector-card {
  position: relative;
  min-height: 126px;
  padding: 0 20px 0 52px;
  border: 1px solid rgba(247, 244, 238, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  align-content: center;
}

.sector-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 157, 28, 0.92) 0 22%, transparent 24%),
    rgba(95, 167, 162, 0.14);
}

.sector-card span {
  font-size: 1.08rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
}

.home-resources .section-head,
.home-sectors .section-head {
  margin-bottom: 28px;
}

.home-resources .section-head h2 {
  max-width: 20ch;
}

.home-resources .card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  margin-top: 18px;
}

.home-resources {
  position: relative;
}

.home-resources::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 42px);
  width: clamp(82px, 9vw, 118px);
  aspect-ratio: 1 / 1;
  background: url("isotipo-web-final.webp") center/contain no-repeat;
  opacity: 0.05;
  pointer-events: none;
}

.resource-preview-card {
  min-height: 214px;
  padding: 24px 24px 22px;
  border-color: rgba(11, 92, 96, 0.08);
  background: rgba(255, 255, 255, 0.62);
  align-content: start;
}

.resource-preview-card::before {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(11, 92, 96, 0.08);
  background:
    url("isotipo-web-final.webp") center/28px 28px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.76));
  margin-bottom: 4px;
}

.resource-preview-card:first-child {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 82% 18%, rgba(95, 167, 162, 0.14), transparent 22%);
}

.resource-preview-card:last-child {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(255, 252, 246, 0.78)),
    radial-gradient(circle at 84% 18%, rgba(216, 157, 28, 0.14), transparent 22%);
}

.resource-preview-card p {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.1vw, 2rem);
  line-height: 1.02;
  color: var(--ink);
  max-width: 18ch;
  margin: 2px 0 0;
}

.resource-preview-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.resource-preview-card .card-link::after {
  content: "→";
}

.home-cta .editorial-note {
  max-width: 820px;
  gap: 14px;
  background: var(--petroleum);
  border-color: rgba(11, 92, 96, 0.16);
}

.home-cta .editorial-note strong {
  max-width: 24ch;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 0.98;
  color: #fffdfa;
}

.home-cta .editorial-note p,
.home-cta .eyebrow {
  color: rgba(247, 244, 238, 0.82);
}

.home-cta .button-primary {
  background: #fffdfa;
  color: var(--petroleum);
  box-shadow: none;
}

@media (max-width: 1100px) {
  .home-method .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-card {
    min-height: 196px;
  }

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

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

  .solution-preview-card:nth-child(n) {
    transform: none;
  }
}

@media (max-width: 920px) {
    .hero-main .hero-grid,
    .home-philosophy .section-split,
    .home-about .section-split {
      grid-template-columns: 1fr;
    }

  .hero-main .hero-copy,
  .hero-main .lede {
    max-width: none;
  }

  .hero-main h1 {
    max-width: none;
  }

  .hero-main .hero-image-wrap::before {
    inset: 12px 0 -12px 0;
  }

  .hero-main::after,
  .home-solutions-preview::after,
  .home-resources::after {
    opacity: 0.04;
  }

  .home-solutions-preview .section-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "body";
    row-gap: 12px;
  }

  .home-solutions-preview .section-head h2,
  .home-solutions-preview .section-head p {
    max-width: none;
  }

  .home-philosophy .editorial-note,
  .home-about .editorial-note {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .hero-main {
    padding-top: 52px;
  }

  .home-philosophy {
    padding-top: 20px;
  }

  .home-philosophy .section-head h2 {
    max-width: 13ch;
    font-size: clamp(1.82rem, 7.2vw, 2.26rem);
    line-height: 1.02;
  }

  .home-philosophy .editorial-note {
    max-width: none;
    padding: 24px 20px 22px;
  }

  .home-philosophy .editorial-note p {
    max-width: none;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .home-philosophy .editorial-note,
  .home-about .editorial-note,
  .home-cta .editorial-note {
    padding: 20px 18px;
  }

  .method-card,
  .solution-preview-card,
  .resource-preview-card {
    min-height: auto;
    padding: 22px 20px;
  }

  .home-sectors .card-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

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

  .sector-card {
    min-height: 98px;
    padding-left: 48px;
  }

  .hero-main::after,
  .home-solutions-preview::after,
  .home-resources::after {
    width: 72px;
  }
}

/* Home editorial redesign overrides */

.hero-main .hero-grid {
  grid-template-columns: minmax(0, 0.46fr) minmax(420px, 0.54fr);
  gap: clamp(32px, 4vw, 60px);
  align-items: center;
}

.hero-main .hero-copy {
  max-width: 640px;
}

.hero-main h1 {
  max-width: 12.5ch;
}

.hero-main .hero-image-wrap {
  align-self: stretch;
}

.hero-main .hero-image {
  min-height: 100%;
  aspect-ratio: 1.08 / 0.92;
}

.home-philosophy-hero .site-shell,
.home-philosophy-note .site-shell,
.home-method .site-shell,
.home-solutions-preview .site-shell,
.home-sectors .site-shell,
.home-resources .site-shell,
.home-about .site-shell,
.home-cta .site-shell {
  width: min(var(--content-width), 1120px);
}

.home-philosophy-hero {
  padding-top: clamp(44px, 5vw, 68px);
  padding-bottom: 12px;
}

.home-philosophy-hero .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(220px, 0.38fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "title accent";
  align-items: end;
  gap: 12px clamp(28px, 4vw, 54px);
  max-width: none;
}

.home-philosophy-hero .section-head .eyebrow {
  grid-area: eyebrow;
}

.home-philosophy-hero .section-head h2 {
  grid-area: title;
  max-width: 12ch;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height: 0.94;
}

.home-philosophy-hero .section-head::after {
  content: none;
  display: none;
  grid-area: accent;
  max-width: 24ch;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.45vw, 1.48rem);
  line-height: 1.18;
  color: rgba(11, 92, 96, 0.8);
}

.home-philosophy-note {
  padding-top: 18px;
}

.home-philosophy-note .editorial-note {
  width: min(100%, 760px);
  max-width: 760px;
  margin-left: auto;
  margin-right: 0;
}

.home-method .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(360px, 0.44fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "title body";
  gap: 14px clamp(28px, 4vw, 54px);
  align-items: end;
  max-width: none;
}

.home-method .section-head .eyebrow {
  grid-area: eyebrow;
}

.home-method .section-head h2 {
  grid-area: title;
  max-width: 14ch;
}

.home-method .section-head::after {
  content: none;
  display: none;
  grid-area: body;
  max-width: 34ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.home-method .card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  border-top: 0;
  padding-top: 0;
}

.method-card {
  min-height: 0;
  padding: 28px 24px 26px;
}

.method-card p {
  max-width: 24ch;
}

.method-card:nth-child(2n) {
  transform: translateY(20px);
}

.home-solutions-preview .section-head {
  grid-template-columns: minmax(0, 0.52fr) minmax(420px, 0.48fr);
}

.home-solutions-preview .section-head h2 {
  max-width: 13ch;
}

.home-solutions-preview .card-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-preview-card {
  min-height: 260px;
  padding: 26px 24px 24px;
}

.home-sectors .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(360px, 0.46fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "title body";
  gap: 12px clamp(28px, 4vw, 52px);
  max-width: none;
}

.home-sectors .section-head .eyebrow {
  grid-area: eyebrow;
}

.home-sectors .section-head h2 {
  grid-area: title;
  max-width: 13ch;
}

.home-sectors .section-head p {
  grid-area: body;
  max-width: 34ch;
}

.home-sectors .card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sector-card {
  min-height: 132px;
  padding-right: 22px;
}

.home-resources .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(360px, 0.48fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "title body";
  gap: 12px clamp(28px, 4vw, 52px);
  max-width: none;
}

.home-resources .section-head .eyebrow {
  grid-area: eyebrow;
}

.home-resources .section-head h2 {
  grid-area: title;
  max-width: 12ch;
}

.home-resources .section-head::after {
  content: none;
  display: none;
  grid-area: body;
  max-width: 34ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.home-resources .card-grid {
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
  gap: 20px;
}

.resource-preview-card:first-child {
  min-height: 320px;
}

.resource-preview-card:last-child {
  min-height: 320px;
}

.home-about .section-split {
  grid-template-columns: minmax(0, 0.42fr) minmax(420px, 0.58fr);
}

.home-about .about-preview-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(460px, 0.58fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}

.home-about .about-preview-layout .section-head {
  max-width: 500px;
}

.home-about .section-head h2 {
  max-width: 11.5ch;
  font-size: clamp(2.25rem, 3.5vw, 3.7rem);
  line-height: 0.98;
}

.home-about .editorial-note {
  width: 100%;
  max-width: 660px;
  justify-self: end;
  padding: clamp(32px, 4vw, 46px);
}

.home-about .editorial-note p {
  max-width: 40ch;
}

.home-cta .editorial-note {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  .hero-main .hero-grid,
  .home-philosophy-hero .section-head,
  .home-method .section-head,
  .home-solutions-preview .section-head,
  .home-sectors .section-head,
  .home-resources .section-head,
  .home-method .card-grid,
  .home-resources .card-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "body";
  }

  .home-philosophy-hero .section-head::after,
  .home-method .section-head::after,
  .home-resources .section-head::after {
    max-width: 36ch;
  }

  .method-card:nth-child(2n) {
    transform: none;
  }

  .home-about .about-preview-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-about .about-preview-layout .section-head,
  .home-about .editorial-note {
    max-width: 720px;
    justify-self: start;
  }

  .home-about .section-head h2 {
    max-width: 14ch;
  }
}

@media (max-width: 720px) {
  .home-about .section-head h2 {
    max-width: 11ch;
    font-size: clamp(2rem, 10vw, 2.85rem);
  }

  .home-about .editorial-note {
    padding: 28px 24px;
  }
}

/* Philosophy section: keep the message horizontal and intentional. */
.home-philosophy-hero {
  padding-top: clamp(34px, 4.5vw, 58px);
  padding-bottom: clamp(26px, 3.5vw, 42px);
}

.philosophy-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(460px, 0.52fr);
  gap: clamp(40px, 5vw, 78px);
  align-items: center;
}

.home-philosophy-hero .section-head {
  display: block;
  max-width: 620px;
}

.home-philosophy-hero .section-head::after {
  content: none;
}

.home-philosophy-hero .section-head h2 {
  max-width: 15ch;
  font-size: clamp(2.45rem, 3.6vw, 4rem);
  line-height: 0.96;
}

.philosophy-intro-copy {
  display: grid;
  gap: 18px;
  max-width: 640px;
  padding: 0;
}

.philosophy-intro-copy strong {
  max-width: 34ch;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 1.9vw, 1.9rem);
  line-height: 1.12;
  color: var(--petroleum);
}

.philosophy-intro-copy p {
  max-width: 62ch;
  color: var(--muted);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.68;
}

@media (max-width: 980px) {
  .philosophy-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-philosophy-hero .section-head h2 {
    max-width: 14ch;
  }

  .philosophy-intro-copy,
  .philosophy-intro-copy p {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  .home-philosophy-hero {
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .home-philosophy-hero .section-head h2 {
    max-width: 12ch;
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .philosophy-intro-copy {
    gap: 14px;
  }
}

/* Home spacing audit: keep section heroes horizontal through laptop widths. */
.home-method .section-head,
.home-solutions-preview .section-head,
.home-sectors .section-head,
.home-resources .section-head {
  grid-template-columns: minmax(0, 0.55fr) minmax(420px, 0.45fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "title body";
  column-gap: clamp(36px, 5vw, 72px);
  row-gap: 14px;
  align-items: start;
}

.home-method .section-head h2,
.home-solutions-preview .section-head h2,
.home-sectors .section-head h2,
.home-resources .section-head h2 {
  max-width: 20ch;
}

.home-method .section-head::after,
.home-solutions-preview .section-head p,
.home-sectors .section-head p,
.home-resources .section-head::after {
  max-width: 62ch;
  line-height: 1.64;
}

.home-sectors {
  padding-block: clamp(48px, 6vw, 76px);
}

.home-sectors .section-head {
  margin-bottom: clamp(26px, 4vw, 42px);
}

.home-sectors .section-head h2 {
  font-size: clamp(2.4rem, 4vw, 4.15rem);
  line-height: 0.98;
}

.home-sectors .section-head p {
  font-size: clamp(1rem, 1.15vw, 1.14rem);
  color: rgba(247, 244, 238, 0.86);
}

.home-solutions-preview .section-head h2,
.home-resources .section-head h2 {
  font-size: clamp(2.35rem, 3.4vw, 3.75rem);
  line-height: 0.98;
}

.home-method .section-head h2 {
  font-size: clamp(2.35rem, 3.3vw, 3.6rem);
  line-height: 0.98;
}

@media (max-width: 900px) {
  .home-method .section-head,
  .home-solutions-preview .section-head,
  .home-sectors .section-head,
  .home-resources .section-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "body";
    gap: 12px;
  }

  .home-method .section-head h2,
  .home-solutions-preview .section-head h2,
  .home-sectors .section-head h2,
  .home-resources .section-head h2 {
    max-width: 14ch;
  }

  .home-method .section-head::after,
  .home-solutions-preview .section-head p,
  .home-sectors .section-head p,
  .home-resources .section-head::after {
    max-width: 64ch;
  }
}

@media (max-width: 720px) {
  .home-method .section-head h2,
  .home-solutions-preview .section-head h2,
  .home-sectors .section-head h2,
  .home-resources .section-head h2 {
    max-width: 12.5ch;
    font-size: clamp(2rem, 9vw, 2.85rem);
  }
}

/* Home UI/UX rhythm: align every block to the global spacing and type system. */
.home-philosophy-hero,
.home-philosophy-note,
.home-method,
.home-solutions-preview,
.home-sectors,
.home-resources,
.home-about,
.home-cta {
  padding-block: var(--section-rhythm);
}

.home-philosophy-hero .site-shell,
.home-method .site-shell,
.home-solutions-preview .site-shell,
.home-sectors .site-shell,
.home-resources .site-shell,
.home-about .site-shell,
.home-cta .site-shell {
  width: var(--content-width);
}

.home-philosophy-hero .section-head h2,
.home-method .section-head h2,
.home-solutions-preview .section-head h2,
.home-sectors .section-head h2,
.home-resources .section-head h2,
.home-about .section-head h2 {
  font-size: var(--h2-size);
  line-height: 1;
  max-width: min(720px, 18ch);
}

.home-philosophy-hero .section-head,
.home-method .section-head,
.home-solutions-preview .section-head,
.home-sectors .section-head,
.home-resources .section-head {
  margin-bottom: var(--space-xl);
}

.home-method .section-head,
.home-solutions-preview .section-head,
.home-sectors .section-head,
.home-resources .section-head {
  grid-template-columns: minmax(0, 0.52fr) minmax(360px, 0.48fr);
  column-gap: var(--space-3xl);
  row-gap: var(--space-md);
  align-items: start;
}

.home-method .section-head::after,
.home-solutions-preview .section-head p,
.home-sectors .section-head p,
.home-resources .section-head::after,
.philosophy-intro-copy p {
  max-width: 65ch;
  font-size: clamp(1.02rem, 1.12vw, 1.14rem);
  line-height: 1.66;
}

.philosophy-hero-grid {
  grid-template-columns: minmax(0, 0.48fr) minmax(420px, 0.52fr);
  gap: var(--space-3xl);
  align-items: center;
}

.philosophy-intro-copy {
  padding: var(--space-xl) 0;
  gap: var(--space-lg);
}

.home-card,
.home-resource-card,
.home-solution-card,
.home-method-card {
  padding: clamp(var(--space-lg), 3vw, var(--space-xl));
}

@media (max-width: 1024px) {
  .home-philosophy-hero,
  .home-philosophy-note,
  .home-method,
  .home-solutions-preview,
  .home-sectors,
  .home-resources,
  .home-about,
  .home-cta {
    padding-block: var(--section-rhythm-tight);
  }

  .home-method .section-head,
  .home-solutions-preview .section-head,
  .home-sectors .section-head,
  .home-resources .section-head,
  .philosophy-hero-grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .home-philosophy-hero .section-head h2,
  .home-method .section-head h2,
  .home-solutions-preview .section-head h2,
  .home-sectors .section-head h2,
  .home-resources .section-head h2,
  .home-about .section-head h2 {
    max-width: 15ch;
  }

  .philosophy-intro-copy {
    padding: 0;
  }
}

@media (max-width: 720px) {
  .home-philosophy-hero .section-head h2,
  .home-method .section-head h2,
  .home-solutions-preview .section-head h2,
  .home-sectors .section-head h2,
  .home-resources .section-head h2,
  .home-about .section-head h2 {
    max-width: 13ch;
  }
}

/* Final Home proportion pass: lighter hero, cleaner headings, tighter mobile rhythm. */
.hero-main {
  padding-block: clamp(46px, 5.5vw, 72px) clamp(34px, 4.5vw, 56px);
}

.hero-main .hero-grid {
  grid-template-columns: minmax(0, 0.49fr) minmax(440px, 0.51fr);
  gap: clamp(36px, 4.5vw, 64px);
  align-items: center;
}

.hero-main .hero-copy {
  max-width: 660px;
}

.hero-main h1 {
  max-width: 14ch;
  font-size: clamp(3rem, 4.1vw, 4.35rem);
  line-height: 0.98;
}

.hero-main .lede {
  max-width: 52ch;
}

.hero-main .hero-image {
  aspect-ratio: 1.08 / 0.88;
  max-height: 660px;
  object-fit: cover;
}

.home-philosophy-hero,
.home-philosophy-note,
.home-method,
.home-solutions-preview,
.home-sectors,
.home-resources,
.home-about,
.home-cta {
  padding-block: var(--section-rhythm-tight);
}

.home-philosophy-hero .section-head h2,
.home-method .section-head h2,
.home-solutions-preview .section-head h2,
.home-sectors .section-head h2,
.home-resources .section-head h2,
.home-about .section-head h2 {
  max-width: min(760px, 19ch);
  font-size: clamp(2.15rem, 3vw, 3.15rem);
}

.home-method .section-head,
.home-solutions-preview .section-head,
.home-sectors .section-head,
.home-resources .section-head {
  grid-template-columns: minmax(0, 0.56fr) minmax(360px, 0.44fr);
}

.home-sectors .section-head p,
.home-solutions-preview .section-head p {
  max-width: 62ch;
}

.home-resources .card-grid.two-up {
  align-items: stretch;
}

.home-resources .resource-card {
  min-height: 0;
}

@media (max-width: 1024px) {
  .hero-main {
    padding-block: 48px 44px;
  }

  .hero-main .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-main h1 {
    max-width: 15ch;
    font-size: clamp(2.55rem, 7vw, 3.65rem);
  }

  .hero-main .hero-image {
    max-height: 380px;
  }

  .home-philosophy-hero .section-head h2,
  .home-method .section-head h2,
  .home-solutions-preview .section-head h2,
  .home-sectors .section-head h2,
  .home-resources .section-head h2,
  .home-about .section-head h2 {
    max-width: 17ch;
    font-size: clamp(2rem, 5.4vw, 3rem);
  }

  .home-method .section-head,
  .home-solutions-preview .section-head,
  .home-sectors .section-head,
  .home-resources .section-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "body";
    gap: var(--space-md);
  }

  .home-method .section-head h2,
  .home-solutions-preview .section-head h2,
  .home-sectors .section-head h2,
  .home-resources .section-head h2,
  .home-method .section-head::after,
  .home-solutions-preview .section-head p,
  .home-sectors .section-head p,
  .home-resources .section-head::after {
    max-width: min(100%, 680px);
  }
}

@media (max-width: 720px) {
  .hero-main {
    padding-block: 38px 36px;
  }

  .hero-main h1 {
    max-width: 14ch;
    font-size: clamp(2.25rem, 10vw, 3.05rem);
  }

  .hero-main .hero-image {
    max-height: 300px;
  }

  .home-philosophy-hero .section-head h2,
  .home-method .section-head h2,
  .home-solutions-preview .section-head h2,
  .home-sectors .section-head h2,
  .home-resources .section-head h2,
  .home-about .section-head h2 {
    max-width: min(100%, 560px);
    font-size: clamp(1.9rem, 8.2vw, 2.55rem);
  }

  .home-philosophy-hero,
  .home-philosophy-note,
  .home-method,
  .home-solutions-preview,
  .home-sectors,
  .home-resources,
  .home-about,
  .home-cta {
    padding-block: 48px;
  }
}

.home-method .section-head h2,
.home-solutions-preview .section-head h2,
.home-sectors .section-head h2,
.home-resources .section-head h2,
.home-about .section-head h2 {
  width: 100%;
}

@media (max-width: 900px) {
  .home-method .section-head h2,
  .home-solutions-preview .section-head h2,
  .home-sectors .section-head h2,
  .home-resources .section-head h2,
  .home-about .section-head h2 {
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* Final section-heading composition: subtitles always read below the title. */
.home-method .section-head,
.home-solutions-preview .section-head,
.home-sectors .section-head,
.home-resources .section-head {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "eyebrow"
    "title"
    "body";
  gap: var(--space-md);
  max-width: 920px;
}

.home-method .section-head h2,
.home-solutions-preview .section-head h2,
.home-sectors .section-head h2,
.home-resources .section-head h2 {
  grid-area: title;
  max-width: min(100%, 900px) !important;
}

.home-method .section-head::after,
.home-solutions-preview .section-head p,
.home-sectors .section-head p,
.home-resources .section-head::after {
  grid-area: body;
  max-width: min(100%, 760px) !important;
  margin-top: 0;
}

.home-method .section-head .eyebrow,
.home-solutions-preview .section-head .eyebrow,
.home-sectors .section-head .eyebrow,
.home-resources .section-head .eyebrow {
  grid-area: eyebrow;
}

.home-sectors .section-head {
  color: var(--surface);
}

/* Home-wide heading rule: keep supporting text below each title. */
.home-philosophy-hero .section-head,
.home-method .section-head,
.home-solutions-preview .section-head,
.home-sectors .section-head,
.home-resources .section-head,
.home-about .section-head {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-areas:
    "eyebrow"
    "title"
    "body" !important;
  gap: var(--space-md) !important;
  max-width: min(100%, 920px);
}

.home-philosophy-hero .section-head h2,
.home-method .section-head h2,
.home-solutions-preview .section-head h2,
.home-sectors .section-head h2,
.home-resources .section-head h2,
.home-about .section-head h2 {
  grid-area: title !important;
  max-width: min(100%, 900px) !important;
}

.home-philosophy-hero .section-head::after,
.home-method .section-head::after,
.home-solutions-preview .section-head p,
.home-sectors .section-head p,
.home-resources .section-head::after,
.home-about .section-head p {
  grid-area: body !important;
  max-width: min(100%, 720px) !important;
  margin-top: 0 !important;
}

/* Home resources correction: use the card width instead of forcing vertical titles. */
.home-resources .resources-preview-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(24px, 3vw, 36px) !important;
  align-items: stretch !important;
}

.home-resources .resource-preview-card {
  min-height: auto !important;
  align-content: start !important;
}

.home-resources .resource-preview-card h3,
.home-resources .resource-preview-card--article h3 {
  max-width: min(100%, 24ch) !important;
}

.home-resources .section-head::after {
  content: none !important;
  display: none !important;
}

.home-resources .section-head p {
  grid-area: body !important;
  max-width: min(100%, 720px) !important;
  margin: 0 !important;
}

@media (max-width: 900px) {
  .home-resources .resources-preview-layout {
    grid-template-columns: 1fr !important;
  }
}

/* Home method correction: align the full-width process row. */
.home-method .section-head {
  max-width: min(100%, 1040px) !important;
}

.home-method .section-head h2 {
  max-width: min(100%, 980px) !important;
}

.home-method .section-head::after {
  max-width: min(100%, 760px) !important;
}

.home-method .card-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
  align-items: stretch !important;
  width: 100% !important;
  margin-top: clamp(28px, 4vw, 48px) !important;
}

.home-method .method-card,
.home-method .method-card:nth-child(2n) {
  transform: none !important;
  min-height: clamp(220px, 18vw, 260px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: clamp(16px, 2vw, 24px) !important;
}

.home-method .method-card p {
  max-width: min(100%, 34ch) !important;
}

.home-method .inline-actions {
  margin-top: clamp(28px, 4vw, 44px) !important;
}

@media (max-width: 1180px) {
  .home-method .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .home-method .card-grid {
    grid-template-columns: 1fr !important;
  }

  .home-method .method-card {
    min-height: auto !important;
  }
}

/* Structural cleanup: home headings use real HTML text, not pseudo-copy. */
.home-philosophy-hero .section-head::after,
.home-method .section-head::after,
.home-resources .section-head::after {
  content: none !important;
  display: none !important;
}

.home-philosophy-hero .section-head h2,
.home-method .section-head h2,
.home-resources .section-head h2 {
  max-width: min(100%, 900px) !important;
}

.home-method .section-head p,
.home-resources .section-head p {
  grid-area: body !important;
  display: block !important;
  max-width: min(100%, 760px) !important;
  margin: 0 !important;
}

.home-method .section-head,
.home-resources .section-head {
  max-width: min(100%, 1040px) !important;
}

/* Philosophy card: use the available horizontal space instead of forcing narrow columns. */
.home-philosophy-note .site-shell {
  width: var(--content-width) !important;
}

.home-philosophy-note .philosophy-band {
  display: grid !important;
  grid-template-columns: minmax(340px, 0.46fr) minmax(460px, 0.54fr) !important;
  column-gap: clamp(40px, 5vw, 72px) !important;
  row-gap: var(--space-md) !important;
  align-items: center !important;
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding: clamp(44px, 5vw, 64px) !important;
}

.home-philosophy-note .philosophy-band::before {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: start !important;
}

.home-philosophy-note .philosophy-band strong {
  grid-column: 1 !important;
  max-width: min(100%, 22ch) !important;
  font-size: clamp(1.7rem, 2.25vw, 2.35rem) !important;
}

.home-philosophy-note .philosophy-band p {
  grid-column: 2 !important;
  max-width: min(100%, 54ch) !important;
  margin: 0 !important;
}

.home-philosophy-note .philosophy-band .philosophy-link {
  grid-column: 2 !important;
  display: inline-flex !important;
  width: fit-content !important;
  white-space: nowrap !important;
  margin-top: var(--space-sm) !important;
}

@media (max-width: 980px) {
  .home-philosophy-note .philosophy-band {
    grid-template-columns: 1fr !important;
    max-width: 760px !important;
    padding: clamp(32px, 6vw, 44px) !important;
  }

  .home-philosophy-note .philosophy-band p,
  .home-philosophy-note .philosophy-band .philosophy-link {
    grid-column: 1 !important;
  }
}

/* Home solutions intro: editorial split instead of a narrow stacked heading. */
.home-solutions-preview .section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 0.56fr) minmax(360px, 0.44fr) !important;
  grid-template-areas:
    "eyebrow eyebrow"
    "title body" !important;
  column-gap: clamp(44px, 6vw, 88px) !important;
  row-gap: var(--space-md) !important;
  align-items: center !important;
  max-width: min(100%, 1160px) !important;
  margin-bottom: clamp(36px, 5vw, 64px) !important;
}

.home-solutions-preview .section-head .eyebrow {
  grid-area: eyebrow !important;
}

.home-solutions-preview .section-head h2 {
  grid-area: title !important;
  max-width: min(100%, 760px) !important;
}

.home-solutions-preview .section-head p {
  grid-area: body !important;
  max-width: min(100%, 540px) !important;
  margin: 0 !important;
  font-size: clamp(1.05rem, 1.15vw, 1.18rem) !important;
  line-height: 1.68 !important;
}

@media (max-width: 980px) {
  .home-solutions-preview .section-head {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "eyebrow"
      "title"
      "body" !important;
    max-width: min(100%, 860px) !important;
  }

  .home-solutions-preview .section-head p {
    max-width: min(100%, 680px) !important;
  }
}

/* Home solutions showcase: clearer commercial scan without changing the content. */
.home-solutions-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
  width: 100%;
}

.home-solutions-showcase .solution-preview-card {
  --solution-accent: var(--mustard);
  --solution-soft: rgba(216, 157, 28, 0.11);
  position: relative;
  min-height: clamp(420px, 34vw, 500px);
  padding: clamp(24px, 2.5vw, 34px);
  border: 1px solid rgba(11, 92, 96, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 84% 14%, var(--solution-soft), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68));
  box-shadow: 0 22px 44px rgba(23, 52, 55, 0.055);
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  transform: none !important;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.home-solutions-showcase .solution-preview-card::before {
  content: "";
  position: absolute;
  inset: auto auto -72px -72px;
  width: 160px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--solution-soft);
  opacity: 0.72;
  pointer-events: none;
}

.home-solutions-showcase .solution-preview-card::after {
  content: "";
  width: 64px;
  height: 2px;
  border-radius: 999px;
  background: var(--solution-accent);
  opacity: 0.9;
  order: -1;
}

.solution-preview-card__image {
  position: relative;
  z-index: 1;
  width: clamp(86px, 7vw, 112px);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  align-self: flex-start;
  border-radius: 0;
  background: transparent;
  mix-blend-mode: normal;
  margin-bottom: clamp(20px, 2vw, 24px);
}

.home-solutions-showcase .solution-preview-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--solution-accent), white 42%);
  box-shadow: 0 26px 54px rgba(23, 52, 55, 0.09);
}

.solution-preview-card__label {
  position: relative;
  z-index: 1;
  max-width: 15ch;
  color: var(--solution-accent) !important;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 1.85vw, 2.05rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin-bottom: clamp(12px, 1.4vw, 16px);
}

.home-solutions-showcase .solution-preview-card--occupational .solution-preview-card__label,
.home-solutions-showcase .solution-preview-card--environment .solution-preview-card__label {
  color: var(--petroleum) !important;
}

.home-solutions-showcase .solution-preview-card--emergency .solution-preview-card__label,
.home-solutions-showcase .solution-preview-card--training .solution-preview-card__label {
  color: var(--mustard) !important;
}

.home-solutions-showcase .solution-preview-card p {
  position: relative;
  z-index: 1;
  max-width: 32ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1vw, 1.06rem);
  line-height: 1.62;
  margin-bottom: clamp(18px, 2vw, 22px);
}

.solution-preview-card__highlights {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0 0 clamp(22px, 2.4vw, 28px);
  padding: 0;
  list-style: none;
}

.solution-preview-card__highlights li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.35;
  font-weight: 700;
}

.solution-preview-card__highlights li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--solution-accent);
  flex: 0 0 auto;
}

.home-solutions-showcase .solution-preview-card .card-link {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--petroleum);
  font-weight: 800;
}

.solution-preview-card--occupational {
  --solution-accent: var(--petroleum);
  --solution-soft: rgba(11, 92, 96, 0.12);
}

.solution-preview-card--emergency {
  --solution-accent: var(--mustard);
  --solution-soft: rgba(216, 157, 28, 0.14);
}

.solution-preview-card--environment {
  --solution-accent: var(--petroleum);
  --solution-soft: rgba(95, 167, 162, 0.18);
}

.solution-preview-card--training {
  --solution-accent: var(--mustard);
  --solution-soft: rgba(216, 157, 28, 0.12);
}

.home-solutions-preview .inline-actions {
  margin-top: clamp(30px, 4vw, 50px) !important;
}

@media (max-width: 1180px) {
  .home-solutions-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-solutions-showcase .solution-preview-card {
    min-height: 400px;
  }
}

@media (max-width: 700px) {
  .home-solutions-showcase {
    grid-template-columns: 1fr;
  }

  .home-solutions-showcase .solution-preview-card {
    min-height: auto;
    padding: 24px;
  }

  .solution-preview-card__image {
    width: 92px;
  }

  .solution-preview-card__label,
  .home-solutions-showcase .solution-preview-card p {
    max-width: none;
  }
}

/* Home sectors: visual proposal only, keeping the existing content intact. */
.home-sectors {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(95, 167, 162, 0.18), transparent 30%),
    radial-gradient(circle at 88% 76%, rgba(216, 157, 28, 0.12), transparent 32%),
    var(--petroleum) !important;
}

.home-sectors::before {
  content: "";
  position: absolute;
  inset: clamp(22px, 3vw, 42px);
  border: 1px solid rgba(247, 244, 238, 0.08);
  border-radius: 34px;
  pointer-events: none;
  z-index: -1;
}

.home-sectors .section-head {
  max-width: min(100%, 1080px) !important;
  margin-bottom: clamp(32px, 4.8vw, 58px) !important;
}

.home-sectors .section-head h2 {
  max-width: min(100%, 780px) !important;
  color: #fffdfa !important;
}

.home-sectors .section-head p {
  max-width: min(100%, 680px) !important;
  color: rgba(247, 244, 238, 0.78) !important;
}

.home-sectors .card-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.8vw, 22px) !important;
  margin-top: 0 !important;
}

.home-sectors .sector-card {
  min-height: clamp(190px, 18vw, 250px) !important;
  padding: clamp(24px, 2.6vw, 34px) !important;
  border: 1px solid rgba(247, 244, 238, 0.14) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 78% 16%, rgba(247, 244, 238, 0.08), transparent 34%) !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: flex-end !important;
  overflow: hidden;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.home-sectors .sector-card::before {
  left: clamp(24px, 2.6vw, 34px) !important;
  top: clamp(24px, 2.6vw, 34px) !important;
  transform: none !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle, var(--mustard) 0 22%, transparent 23%),
    rgba(95, 167, 162, 0.16) !important;
  opacity: 1 !important;
}

.home-sectors .sector-card::after {
  content: "";
  position: absolute;
  left: clamp(24px, 2.6vw, 34px);
  right: clamp(24px, 2.6vw, 34px);
  top: clamp(82px, 7vw, 108px);
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 157, 28, 0.9), rgba(247, 244, 238, 0.06));
}

.home-sectors .sector-card:nth-child(even)::before {
  background:
    radial-gradient(circle, var(--petroleum) 0 22%, transparent 23%),
    rgba(216, 157, 28, 0.18) !important;
}

.home-sectors .sector-card span {
  position: relative;
  z-index: 1;
  max-width: 13ch;
  color: #fffdfa !important;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 1.75vw, 2rem) !important;
  line-height: 1.04;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}

.home-sectors .sector-card:hover {
  transform: translateY(-5px);
  border-color: rgba(216, 157, 28, 0.42) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 78% 16%, rgba(216, 157, 28, 0.1), transparent 36%) !important;
}

.home-sectors .inline-actions {
  margin-top: clamp(28px, 3.8vw, 46px) !important;
}

@media (max-width: 1100px) {
  .home-sectors .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .home-sectors::before {
    inset: 16px;
    border-radius: 24px;
  }

  .home-sectors .card-grid {
    grid-template-columns: 1fr !important;
  }

  .home-sectors .sector-card {
    min-height: 156px !important;
  }

  .home-sectors .sector-card span {
    max-width: none;
  }
}

/* Home resources: magazine-style hierarchy without changing the content. */
.home-resources .resources-preview-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr) !important;
  gap: clamp(18px, 2.4vw, 30px) !important;
  align-items: stretch !important;
  margin-top: clamp(28px, 4vw, 44px) !important;
}

.home-resources .resource-preview-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px !important;
  border: 1px solid rgba(11, 92, 96, 0.1) !important;
  box-shadow: 0 22px 48px rgba(23, 52, 55, 0.055);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.home-resources .resource-preview-card:hover {
  transform: translateY(-5px);
  border-color: rgba(216, 157, 28, 0.34) !important;
  box-shadow: 0 26px 56px rgba(23, 52, 55, 0.085);
}

.home-resources .resource-preview-card::before {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

.home-resources .resource-preview-card--feature {
  min-height: clamp(310px, 24vw, 390px) !important;
  padding: clamp(30px, 3.2vw, 44px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.68fr) minmax(180px, 0.32fr);
  grid-template-areas:
    "icon icon"
    "label label"
    "title visual"
    "link visual";
  align-content: center !important;
  column-gap: clamp(24px, 4vw, 54px);
  row-gap: clamp(14px, 1.8vw, 20px);
  background:
    radial-gradient(circle at 82% 18%, rgba(95, 167, 162, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)) !important;
}

.home-resources .resource-preview-card--feature::after {
  content: "";
  grid-area: visual;
  justify-self: end;
  align-self: center;
  width: clamp(120px, 14vw, 190px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    url("isotipo-web-final.webp") center/42% no-repeat,
    radial-gradient(circle, rgba(95, 167, 162, 0.14), transparent 66%);
  opacity: 0.82;
}

.home-resources .resource-preview-card--feature::before {
  grid-area: icon;
}

.home-resources .resource-preview-card span {
  grid-area: label;
  position: relative;
  z-index: 1;
}

.home-resources .resource-preview-card h3 {
  grid-area: title;
  position: relative;
  z-index: 1;
  margin: 0 !important;
}

.home-resources .resource-preview-card .card-link {
  grid-area: link;
  position: relative;
  z-index: 1;
  align-self: end;
}

.home-resources .resource-preview-card--feature h3 {
  max-width: min(100%, 16ch) !important;
  font-size: clamp(2.25rem, 3.2vw, 3.5rem) !important;
  line-height: 0.96 !important;
}

.home-resources .resource-preview-card--article {
  min-height: clamp(260px, 20vw, 330px) !important;
  padding: clamp(28px, 3vw, 38px) !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: clamp(14px, 1.8vw, 18px);
  background:
    radial-gradient(circle at 84% 18%, rgba(216, 157, 28, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(255, 252, 246, 0.76)) !important;
}

.home-resources .resource-preview-card--article h3 {
  max-width: min(100%, 14ch) !important;
  font-size: clamp(1.8rem, 2.25vw, 2.45rem) !important;
  line-height: 0.98 !important;
}

.home-resources .resource-preview-card--article::before {
  width: 48px !important;
  height: 48px !important;
  border-radius: 16px !important;
}

@media (max-width: 980px) {
  .home-resources .resources-preview-layout {
    grid-template-columns: 1fr !important;
  }

  .home-resources .resource-preview-card--feature {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "icon"
      "label"
      "title"
      "link";
  }

  .home-resources .resource-preview-card--feature::after {
    position: absolute;
    right: 20px;
    bottom: 18px;
    width: 130px;
    opacity: 0.18;
  }

  .home-resources .resource-preview-card--feature h3,
  .home-resources .resource-preview-card--article h3 {
    max-width: min(100%, 680px) !important;
  }
}

@media (max-width: 680px) {
  .home-resources .resource-preview-card--feature,
  .home-resources .resource-preview-card--article {
    min-height: auto !important;
    padding: 24px !important;
  }
}

/* Home about: human editorial bridge, without changing the text. */
.home-about {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 78%, rgba(95, 167, 162, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02));
}

.home-about::after {
  inset: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(11, 92, 96, 0.045), transparent 44%),
    radial-gradient(circle at 88% 24%, rgba(216, 157, 28, 0.08), transparent 24%) !important;
  border-top: 1px solid rgba(11, 92, 96, 0.06) !important;
  border-bottom: 1px solid rgba(11, 92, 96, 0.06) !important;
}

.home-about .about-preview-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 0.48fr) minmax(440px, 0.52fr) !important;
  gap: clamp(38px, 6vw, 88px) !important;
  align-items: center !important;
}

.home-about .about-preview-layout .section-head {
  max-width: min(100%, 620px) !important;
}

.home-about .section-head h2 {
  max-width: min(100%, 760px) !important;
}

.home-about .editorial-note {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  padding: clamp(30px, 3.8vw, 48px) clamp(30px, 4.4vw, 58px) !important;
  border-radius: 30px !important;
  border: 1px solid rgba(11, 92, 96, 0.1) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.48)),
    radial-gradient(circle at 90% 18%, rgba(95, 167, 162, 0.12), transparent 28%) !important;
  box-shadow: 0 24px 54px rgba(23, 52, 55, 0.055);
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-areas:
    "mark text"
    "mark action";
  column-gap: clamp(18px, 2.4vw, 28px);
  row-gap: clamp(18px, 2.4vw, 24px);
  align-items: start;
}

.home-about .editorial-note::before {
  grid-area: mark;
  width: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  border-radius: 18px;
  background:
    url("isotipo-web-final.webp") center/31px no-repeat,
    rgba(95, 167, 162, 0.12) !important;
}

.home-about .editorial-note p {
  grid-area: text;
  max-width: min(100%, 58ch) !important;
  margin: 0 !important;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.18vw, 1.18rem) !important;
  line-height: 1.72 !important;
}

.home-about .editorial-note .inline-actions {
  grid-area: action;
  margin-top: 0 !important;
}

.home-about .editorial-note .button-primary {
  box-shadow: 0 14px 32px rgba(11, 92, 96, 0.14);
}

@media (max-width: 980px) {
  .home-about .about-preview-layout {
    grid-template-columns: 1fr !important;
  }

  .home-about .about-preview-layout .section-head,
  .home-about .editorial-note {
    max-width: min(100%, 760px) !important;
  }
}

@media (max-width: 640px) {
  .home-about .editorial-note {
    grid-template-columns: 1fr;
    grid-template-areas:
      "mark"
      "text"
      "action";
    padding: 24px !important;
  }
}
