.equipment-page {
  background: var(--white);
}

.stories-narrow {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.stories-hero {
  position: relative;
  min-height: min(360px, 18.75vw);
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.stories-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 25, 45, 0.82) 0%, rgba(6, 25, 45, 0.62) 56%, rgba(6, 25, 45, 0.78) 100%),
    url("assets/hero/equipment-stories-hero-20260622.jpg");
  background-position: center, center, center, center center;
  background-repeat: repeat, repeat, no-repeat, no-repeat;
  background-size: min(128px, 6.6667vw) min(128px, 6.6667vw), min(128px, 6.6667vw) min(128px, 6.6667vw), auto, cover;
}

.stories-hero__inner {
  position: relative;
  z-index: 1;
  min-height: min(360px, 18.75vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: min(34px, 1.7708vw) min(28px, 1.4583vw);
}

.stories-breadcrumb {
  display: flex;
  align-items: center;
  gap: min(12px, 0.625vw);
  margin-bottom: min(26px, 1.3542vw);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(12px, 0.8333vw, 16px);
  line-height: 1.25;
}

.stories-breadcrumb a:hover {
  color: var(--white);
}

.stories-hero .eyebrow {
  color: var(--green);
  text-transform: none;
}

.stories-hero h1 {
  max-width: min(680px, 47vw);
  margin: min(16px, 0.8333vw) 0 min(12px, 0.625vw);
  font-family: "Montserrat", "Inter", sans-serif;
  font-size: clamp(38px, 2.9167vw, 56px);
  font-weight: 800;
  line-height: 1.08;
}

.stories-hero h1 span {
  display: block;
  color: var(--green);
}

.stories-hero__inner > p:not(.eyebrow) {
  max-width: min(640px, 33.3333vw);
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.35;
}

.stories-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: min(18px, 0.9375vw);
  margin-top: min(32px, 1.6667vw);
}

.stories-hero__stats div {
  min-height: min(48px, 2.5vw);
  display: flex;
  align-items: center;
  gap: min(12px, 0.625vw);
  padding: min(10px, 0.5208vw) min(18px, 0.9375vw);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: clamp(12px, 0.8333vw, 16px);
  font-weight: 600;
  line-height: 1;
  backdrop-filter: blur(4px);
}

.stories-hero__stats svg,
.story-meta svg {
  width: min(22px, 1.1458vw);
  height: min(22px, 1.1458vw);
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stories-section {
  padding: min(80px, 4.1667vw) 0;
}

.origin-section {
  min-height: min(935px, 48.6979vw);
}

.stories-section__head h2 {
  margin: min(10px, 0.5208vw) 0 0;
  color: var(--ink);
  font-size: clamp(34px, 2.5vw, 48px);
  font-weight: 800;
  line-height: 1.08;
}

.stories-section__head > p:not(.eyebrow) {
  max-width: min(720px, 37.5vw);
  margin: min(16px, 0.8333vw) 0 0;
  color: var(--muted);
  font-size: clamp(13px, 0.8333vw, 16px);
  line-height: 1.55;
}

.stories-section__head--center {
  text-align: center;
}

.stories-section__head--center .eyebrow {
  justify-content: center;
}

.stories-section__head--center h2 {
  margin-inline: auto;
  color: var(--white);
}

.stories-section__head--center > p:not(.eyebrow) {
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.68);
}

.story-prose {
  margin-top: min(24px, 1.25vw);
  color: var(--muted);
  font-size: clamp(13px, 0.8333vw, 16px);
  line-height: 1.5;
}

.story-prose p {
  margin: 0 0 min(18px, 0.9375vw);
}

.story-prose p:last-child {
  margin-bottom: 0;
}

.story-prose strong {
  color: var(--ink);
  font-weight: 800;
}

.story-prose blockquote {
  margin: min(28px, 1.4583vw) 0;
  padding: min(28px, 1.4583vw) min(28px, 1.4583vw) min(28px, 1.4583vw) min(24px, 1.25vw);
  border-left: 2px solid var(--green);
  background: #f6f8f9;
  color: var(--muted);
}

.story-prose blockquote strong {
  display: block;
  margin-bottom: min(12px, 0.625vw);
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.35;
}

.story-prose blockquote span {
  display: block;
}

.person-signature {
  display: flex;
  align-items: center;
  gap: min(14px, 0.7292vw);
  margin-top: min(28px, 1.4583vw);
}

.person-signature > span {
  width: min(56px, 2.9167vw);
  height: min(56px, 2.9167vw);
  min-width: 42px;
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-strong);
  font-size: clamp(12px, 0.8333vw, 16px);
  font-weight: 800;
}

.person-signature strong,
.person-signature small {
  display: block;
}

.person-signature strong {
  color: var(--ink);
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.25;
}

.person-signature small {
  margin-top: 2px;
  color: var(--muted);
  font-size: clamp(11px, 0.7292vw, 14px);
  line-height: 1.3;
}

.worked-section {
  position: relative;
  overflow: hidden;
  padding: min(80px, 4.1667vw) 0;
  background: #061f33;
  color: var(--white);
}

.worked-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: min(120px, 6.25vw) min(120px, 6.25vw);
  opacity: 0.7;
}

.worked-section__inner {
  position: relative;
  z-index: 1;
}

.job-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: min(40px, 2.0833vw);
  margin-top: min(64px, 3.3333vw);
}

.job-gallery__column {
  display: grid;
  gap: min(40px, 2.0833vw);
}

.job-card {
  position: relative;
  min-height: min(320px, 16.6667vw);
  overflow: hidden;
  border-radius: var(--radius);
  background: #0b273b;
  color: var(--white);
}

.job-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  content: "";
  background: linear-gradient(180deg, rgba(6, 25, 45, 0), rgba(6, 25, 45, 0.8));
}

.job-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.job-card > div {
  position: absolute;
  z-index: 1;
  left: min(20px, 1.0417vw);
  right: min(20px, 1.0417vw);
  bottom: min(18px, 0.9375vw);
}

.job-card h3 {
  margin: 0;
  font-size: clamp(13px, 0.8333vw, 16px);
  font-weight: 800;
  line-height: 1.2;
}

.job-card h3 span::before {
  content: " - ";
  font-weight: 700;
}

.job-card p {
  margin: min(6px, 0.3125vw) 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(11px, 0.7292vw, 14px);
  line-height: 1.25;
}

.job-card p::before,
.story-meta span::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.4em;
  vertical-align: -0.12em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.job-card--tall {
  min-height: min(660px, 34.375vw);
}

.machine-stories {
  padding-bottom: min(88px, 4.5833vw);
}

.machine-story {
  padding-top: min(48px, 2.5vw);
  border-top: 1px solid var(--line);
}

.machine-story:first-of-type {
  margin-top: min(40px, 2.0833vw);
}

.machine-story + .machine-story {
  margin-top: min(70px, 3.6458vw);
}

.story-kicker {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.5208vw);
  margin: 0 0 min(20px, 1.0417vw);
  color: var(--ink);
  font-size: clamp(12px, 0.8333vw, 16px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.story-kicker span {
  width: 0.9em;
  height: 0.9em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='m12 2 2.7 6.6 7.1.6-5.4 4.6 1.7 7-6.1-3.7-6.1 3.7 1.7-7-5.4-4.6 7.1-.6L12 2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='m12 2 2.7 6.6 7.1.6-5.4 4.6 1.7 7-6.1-3.7-6.1 3.7 1.7-7-5.4-4.6 7.1-.6L12 2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.machine-story h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 1.6667vw, 32px);
  font-weight: 800;
  line-height: 1.18;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: min(14px, 0.7292vw) min(28px, 1.4583vw);
  margin-top: min(20px, 1.0417vw);
  color: var(--muted);
  font-size: clamp(11px, 0.7292vw, 14px);
  line-height: 1.35;
}

.story-image {
  width: 100%;
  aspect-ratio: 1280 / 423;
  margin-top: min(24px, 1.25vw);
  border-radius: var(--radius);
  object-fit: cover;
}

.dark-note {
  margin: min(28px, 1.4583vw) 0;
  padding: min(28px, 1.4583vw) min(40px, 2.0833vw);
  border-radius: var(--radius);
  background: #061f33;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(13px, 0.8333vw, 16px);
  font-weight: 700;
  line-height: 1.5;
}

.selection-list {
  display: grid;
  gap: min(14px, 0.7292vw);
  margin: min(20px, 1.0417vw) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: selection;
}

.selection-list li {
  position: relative;
  min-height: min(40px, 2.0833vw);
  padding-left: min(52px, 2.7083vw);
  counter-increment: selection;
}

.selection-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: min(40px, 2.0833vw);
  height: min(40px, 2.0833vw);
  min-width: 30px;
  min-height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-strong);
  content: counter(selection);
  font-weight: 800;
}

.trust-section {
  background: #f8fafb;
}

.stories-cta {
  padding: min(80px, 4.1667vw) 0;
  background: var(--white);
}

.stories-cta__panel {
  min-height: min(264px, 13.75vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(6, 31, 51, 0.94), rgba(6, 31, 51, 0.94)),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    #061f33;
  background-size: auto, min(72px, 3.75vw) min(72px, 3.75vw), min(72px, 3.75vw) min(72px, 3.75vw), auto;
  color: var(--white);
  text-align: center;
}

.stories-cta h2 {
  margin: 0;
  max-width: min(948px, 49.375vw);
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 800;
  line-height: 1.08;
}

.stories-cta p {
  margin: min(16px, 0.8333vw) 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(12px, 0.7292vw, 14px);
  line-height: 1.45;
}

.stories-cta__actions {
  display: flex;
  justify-content: center;
  gap: min(16px, 0.8333vw);
  margin-top: min(28px, 1.4583vw);
}

.stories-cta__actions .button,
.stories-cta__actions .whatsapp-pill {
  height: min(40px, 2.0833vw);
  min-height: 38px;
  padding-inline: min(20px, 1.0417vw);
  font-size: clamp(12px, 0.7292vw, 14px);
}

@media (min-width: 1920px) {
  .stories-narrow {
    width: min(66.6667vw, 1706px);
  }
}

@media (max-width: 1279.98px) {
  .stories-hero,
  .stories-hero__inner {
    min-height: 320px;
  }

  .stories-hero h1,
  .stories-hero__inner > p:not(.eyebrow) {
    max-width: 620px;
  }

  .stories-section {
    padding: 64px 0;
  }

  .origin-section {
    min-height: 0;
  }

  .job-gallery {
    gap: 22px;
  }

  .job-gallery__column {
    gap: 22px;
  }
}

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

  .job-card--tall {
    grid-row: span 2;
    min-height: 480px;
  }

  .stories-cta__panel {
    min-height: 260px;
  }
}

@media (max-width: 767.98px) {
  .stories-narrow,
  .stories-cta__panel {
    width: min(100% - 40px, 560px);
  }

  .stories-hero {
    min-height: 330px;
  }

  .stories-hero__inner {
    min-height: 330px;
    padding-block: 28px;
  }

  .stories-breadcrumb {
    display: none;
  }

  .stories-hero h1 {
    max-width: 340px;
    font-size: 34px;
  }

  .stories-hero__inner > p:not(.eyebrow) {
    max-width: 340px;
    font-size: 13px;
  }

  .stories-hero__stats {
    gap: 8px;
    margin-top: 22px;
  }

  .stories-hero__stats div {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 11px;
  }

  .stories-hero__stats svg {
    width: 18px;
    height: 18px;
  }

  .stories-section {
    padding: 48px 0;
  }

  .stories-section__head h2 {
    font-size: 30px;
  }

  .stories-section__head > p:not(.eyebrow),
  .story-prose {
    max-width: none;
    font-size: 13px;
    line-height: 1.55;
  }

  .story-prose p {
    margin-bottom: 14px;
  }

  .story-prose blockquote {
    margin: 20px 0;
    padding: 20px 18px;
  }

  .person-signature {
    gap: 12px;
    margin-top: 22px;
  }

  .worked-section {
    padding: 48px 0;
  }

  .job-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px;
  }

  .job-gallery__column {
    gap: 14px;
  }

  .job-card,
  .job-card--tall {
    min-height: 220px;
  }

  .job-card > div {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .machine-story {
    padding-top: 34px;
  }

  .machine-story:first-of-type {
    margin-top: 28px;
  }

  .machine-story + .machine-story {
    margin-top: 44px;
  }

  .machine-story h3 {
    font-size: 23px;
  }

  .story-meta {
    gap: 8px 14px;
  }

  .story-image {
    aspect-ratio: 16 / 9;
  }

  .dark-note {
    padding: 20px;
    font-size: 13px;
  }

  .selection-list {
    gap: 12px;
  }

  .selection-list li {
    min-height: 32px;
    padding-left: 42px;
  }

  .selection-list li::before {
    width: 30px;
    height: 30px;
  }

  .stories-cta {
    padding: 48px 0;
  }

  .stories-cta__panel {
    min-height: 254px;
    padding: 28px 20px;
  }

  .stories-cta h2 {
    max-width: 310px;
    font-size: 26px;
  }

  .stories-cta p {
    max-width: 300px;
    font-size: 12px;
  }

  .stories-cta__actions {
    flex-wrap: wrap;
    gap: 10px;
  }

  .stories-cta__actions .button,
  .stories-cta__actions .whatsapp-pill {
    min-width: 150px;
  }
}
