/* ── INDUSTRIES MAIN PAGE STYLES (MATCHING FIGMA & PDF) ──────── */

:root {
  --size-unit: 16;
  --size-container-ideal: 1920;
  --size-container-min: 992px;
  --size-container-max: 2160px;
  --size-container: clamp(var(--size-container-min), 100vw, var(--size-container-max));
  --size-font: calc(var(--size-container) / (var(--size-container-ideal) / var(--size-unit)));
  --container-padding: 5em;
}

@media screen and (max-width: 991px) {
  :root {
    --size-container-ideal: 1384;
    --size-container-min: 768px;
    --size-container-max: 991px;
    --container-padding: 2.5em;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --size-container-ideal: 390;
    --size-container-min: 320px;
    --size-container-max: 767px;
    --container-padding: 1.25em;
  }
}

/* ── TOP HEADER ─────────────────────────────────────────────── */
.indm-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7em 4em 1.5em 4em;
}

.indm-stamp-group {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.indm-stamp-icon {
  width: 54px;
  height: auto;
  object-fit: contain;
}

.indm-stamp-text {
  font-family: 'Comedik', Arial, sans-serif;
  font-size: 40px;
  line-height: 0.81;
  color: #748370;
  text-transform: uppercase;
}

.indm-rec-tag {
  color: #FF6316;
  font-family: 'Comedik', Arial, sans-serif;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.indm-rec-dot {
  width: 12px;
  height: 12px;
  background: #FF6316;
  border-radius: 50%;
  display: inline-block;
  animation: indmBlink 1.5s infinite;
}

@keyframes indmBlink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

/* ── HERO ───────────────────────────────────────────────────── */
.indm-hero-section {
  padding: 0 4em 5em 4em;
  position: relative;
}

.indm-eyebrow {
  font-family: 'Comedik', Arial, sans-serif;
  font-size: 42px;
  color: #E2F533;
  margin-bottom: 0.5em;
  text-transform: lowercase;
  display: block;
}

.indm-main-title {
  font-family: 'Schabo Condensed', SCHABO, Arial, sans-serif;
  font-size: 140px;
  line-height: 1.0;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 0.4em;
  max-width: 1000px;
  font-weight: 400;
}

.indm-hero-desc {
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #FCFFDB;
  max-width: 900px;
  margin-bottom: 2.5em;
}

.indm-hero-btns {
  display: flex;
  gap: 1.5em;
  flex-wrap: wrap;
  align-items: center;
}

.indm-scroll-hint {
  position: absolute;
  right: 3em;
  top: 40%;
  transform: rotate(90deg);
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #B6BA90;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* ── BRIEF / PHILOSOPHY SECTION ─────────────────────────────── */
.indm-brief-section {
  padding: 6em 0;
  border-top: 1px solid rgba(254, 254, 254, 0.1);
}

.indm-brief-wrapper {
  margin-left: auto;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}

.indm-brief-title {
  font-family: 'Comedik', Arial, sans-serif;
  font-size: 42px;
  line-height: 1.0;
  color: #E2F533;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}

.indm-brief-paragraphs {
  display: flex;
  flex-direction: column;
  gap: 1.8em;
  max-width: 820px;
}

.indm-brief-p {
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: #FCFFDB;
  margin: 0;
}

.indm-brief-bottom-row {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3.5em;
  align-items: center;
  margin-top: 1.5em;
}

.indm-brief-badge {
  color: #FF6316;
  transform: rotate(-7deg);
  transform-origin: left center;
  position: relative;
  display: inline-block;
}

.indm-brief-badge-text {
  font-family: 'Comedik', Arial, sans-serif;
  font-size: 34px;
  line-height: 1.05;
  color: #FF6316;
  text-transform: uppercase;
  margin: 0;
}

.indm-brief-badge-big-wrap {
  position: relative;
  display: inline-block;
}

.indm-brief-badge-big {
  font-size: 68px;
  line-height: 0.92;
  color: #FF6316;
  display: inline-block;
  margin: 0.1em 0;
}

.indm-brief-dashes {
  position: absolute;
  right: -55px;
  top: 8px;
  width: 48px;
  height: 38px;
}

.indm-brief-badge-quote {
  font-size: 36px;
  color: #FF6316;
  display: inline-block;
}

.indm-brief-qmark {
  font-size: 70px;
  line-height: 0.8;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.1em;
}

.indm-brief-note {
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.45;
  color: #FCFFDB;
  margin: 0;
}

/* ── WORLD SLIDER SECTION ───────────────────────────────────── */
.indm-world-section {
  padding: 5em 0 6em;
}

.indm-world-title {
  font-family: 'Schabo Condensed', SCHABO, Arial, sans-serif;
  font-size: 120px;
  line-height: 1.02;
  color: #FCFFDB;
  text-transform: uppercase;
  margin-bottom: 0.8em;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.indm-world-slider-container {
  display: flex;
  flex-direction: column;
  gap: 3.5em;
  overflow: hidden;
}

@keyframes indm-slide-next {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes indm-slide-prev {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.indm-world-row {
  display: grid;
  grid-template-columns: 320px 260px 1fr;
  gap: 2.5em;
  align-items: center;
  will-change: transform, opacity;
}

.indm-world-row--next {
  animation: indm-slide-next 0.35s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.indm-world-row--prev {
  animation: indm-slide-prev 0.35s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.indm-world-card-img-wrap {
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indm-world-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.indm-world-badge-frame {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background-color: #748370;
  border: 3px solid #181818;
  border-radius: 28px;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

.indm-world-badge-img-crop {
  width: 100%;
  overflow: hidden;
}

.indm-world-badge-img {
  display: block;
  width: 100%;
  height: auto;
  /* The source images (ind_card_1.png / ind_card_2.png) have a label baked
     into their bottom ~22% that doesn't necessarily match this slide — crop
     it off and rely on .indm-world-badge-label (real text) instead. */
  clip-path: inset(0 0 22% 0);
  margin-bottom: -22%;
}

.indm-world-badge-label {
  margin: 0;
  color: #181818;
  font-weight: 800;
  font-size: 1.35em;
  line-height: 1.15;
  text-transform: uppercase;
}

.indm-world-labels-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  position: relative;
  height: 100%;
  padding: 0.5em 0;
}

.indm-world-curved-arrow {
  width: 26px;
  height: 140px;
  object-fit: contain;
  flex-shrink: 0;
}

.indm-world-labels-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 2em;
}

.indm-world-label-item {
  font-family: 'Comedik', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.08;
  color: #E2F533;
  text-transform: uppercase;
  margin: 0;
}

.indm-world-content-col {
  display: flex;
  flex-direction: column;
  gap: 2.2em;
  max-width: 680px;
}

.indm-world-desc-text {
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.45;
  color: #FEFEFE;
  margin: 0;
}

.indm-world-cta-wrap {
  margin-top: 0.5em;
}

/* ── NAV CONTROLS & SPRITE FILLED ARROW (MATCHING WORK.JS) ───── */
@keyframes sprite {
  to {
    transform: translateX(-100%);
  }
}

[data-hover-sprite]:hover .filled-arrow__svg {
  animation: sprite 0.45s steps(3, end) infinite;
}

.indm-world-nav-controls {
  display: flex;
  gap: 1.5em;
  justify-content: center;
  margin-top: 1em;
}

.indm-world-carousel-arrow {
  width: 84px;
  height: 84px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.2s cubic-bezier(0.62, 0.05, 0.01, 0.99);
}

.indm-world-carousel-arrow .filled-arrow {
  width: 100%;
  height: 100%;
  --filled-arrow-size: 84px;
  position: relative;
  overflow: hidden;
}

.indm-world-carousel-arrow:hover {
  transform: scale(1.08);
}

.indm-world-carousel-arrow.is--flipped {
  transform: scaleX(-1);
}

.indm-world-carousel-arrow.is--flipped:hover {
  transform: scaleX(-1) scale(1.08);
}

.indm-world-carousel-arrow:disabled {
  opacity: 0.5;
  cursor: default;
}

.indm-world-carousel-arrow:disabled:hover {
  transform: none;
}

.filled-arrow {
  cursor: pointer;
  flex-shrink: 0;
  width: 3.25em;
  position: relative;
  overflow: hidden;
}

.before__100 {
  padding-top: 100%;
}

.filled-arrow__svg {
  pointer-events: none;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ── SERVE ACROSS B2B SECTION ───────────────────────────────── */
.indm-serve-section {
  padding: 5em 0;
}

.indm-serve-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2em;
  margin-bottom: 1.5em;
}

.indm-serve-title {
  font-family: 'Schabo Condensed', SCHABO, Arial, sans-serif;
  font-size: 130px;
  line-height: 1.0;
  color: #FCFFDB;
  text-transform: uppercase;
  margin: 0;
  max-width: 800px;
  font-weight: 400;
}

.indm-serve-icon-wrap {
  flex-shrink: 0;
}

.indm-serve-fistbump-img {
  width: 340px;
  max-width: 100%;
  height: auto;
  display: block;
}

.indm-serve-sub {
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 24px;
  color: #CEEEC6;
  margin-bottom: 2.5em;
  max-width: 900px;
}

.indm-serve-slider-container {
  overflow: hidden;
  width: 80%;
  padding: 40px 35px 15px;
  margin: -30px auto 0;
}

.indm-serve-slider-track {
  display: flex;
  gap: 2.4em;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.indm-serve-card {
  flex: 0 0 calc(50% - 1.2em);
  background: #1E1F1C;
  border-radius: 24px;
  padding: 36px 32px;
  border: 1px solid #333333;
  transition: transform 0.2s, border-color 0.2s;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 365px;
}

.indm-serve-card.is-active,
.indm-serve-card:hover {
  transform: translateY(-4px);
  border-color: #E2F533;
}

.indm-serve-card-star {
  position: absolute;
  top: -32px;
  right: -24px;
  width: 70px;
  height: auto;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transform: translate(8px, -8px) scale(0.85);
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.indm-serve-card:hover .indm-serve-card-star,
.indm-serve-card.is-active .indm-serve-card-star {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.indm-serve-num {
  font-family: 'Comedik', Arial, sans-serif;
  font-size: 44px;
  color: #FF6316;
  margin-bottom: 0.5em;
}

.indm-serve-card-title {
  font-family: 'Schabo Condensed', SCHABO, Arial, sans-serif;
  font-size: 54px;
  color: #E2F533;
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0 0 0.4em;
  font-weight: 400;
}

.indm-serve-card-desc {
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #FCFFDB;
  opacity: 0.85;
  margin: 0;
}

.indm-serve-nav-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
}

/* ── DON'T SEE YOUR B2B SECTOR SECTION ───────────────────────── */
.indm-nosee-section {
  padding: 0em 0;
}

.indm-nosee-box {
  background: transparent;
  border-radius: 24px;
  padding: 4em 0;
  position: relative;
  color: #FEFEFE;
}

.indm-nosee-title {
  font-family: 'Schabo Condensed', SCHABO, Arial, sans-serif;
  font-size: 130px;
  line-height: 1.0;
  color: #FCFFDB;
  text-transform: uppercase;
  margin: 0 0 0.5em;
  font-weight: 400;
}

.indm-nosee-title-row {
  display: inline-flex;
  align-items: center;
  gap: 0.15em;
}

.indm-nosee-title-punct {
  width: 0.85em;
  height: auto;
  align-self: center;
}

.indm-nosee-p {
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #FCFFDB;
  margin-bottom: 1.5em;
  max-width: 900px;
}

.indm-nosee-highlight {
  font-family: 'Object Sans', Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  color: #FF6316;
  margin-bottom: 2em;
  max-width: 900px;
}

/* ── HUMAN FIRST SECTION ────────────────────────────────────── */
.indm-human-section {
  padding: 5em 0 8em;
}

.indm-human-title {
  font-family: 'Schabo Condensed', SCHABO, Arial, sans-serif;
  font-size: 96px;
  line-height: 1.0;
  color: #E2F533;
  text-transform: uppercase;
  margin-bottom: 0.4em;
  font-weight: 400;
}

.indm-human-sub {
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #FCFFDB;
  max-width: 800px;
  margin-bottom: 3.5em;
}

.indm-human-grid {
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 4em;
  align-items: center;
}

.indm-promises-list {
  display: flex;
  flex-direction: column;
  gap: 2.2em;
}

.indm-promise-item {
  display: flex;
  gap: 1.5em;
  align-items: flex-start;
}

.indm-promise-num {
  font-family: 'Comedik', Arial, sans-serif;
  font-size: 40px;
  color: #FF6316;
  min-width: 65px;
  line-height: 1.0;
}

.indm-promise-title {
  font-family: 'Comedik', Arial, sans-serif;
  font-size: 22px;
  color: #FCFFDB;
  text-transform: uppercase;
  margin: 0 0 0.3em;
  font-weight: 400;
}

.indm-promise-desc {
  font-family: 'Object Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #73836F;
  margin: 0;
}

.indm-human-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 2em;
}

.indm-human-card-text {
  font-family: 'Comedik', Arial, sans-serif;
  font-size: 28px;
  line-height: 1.15;
  color: #FF6316;
  text-transform: uppercase;
  margin: 0;
}

.indm-human-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 1.2em 2em;
  background-color: #FF6316;
  border-radius: 40px;
  color: #181818;
  font-family: 'Comedik', Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  transition: transform 0.2s cubic-bezier(0.62, 0.05, 0.01, 0.99), background-color 0.2s;
  width: fit-content;
}

.indm-human-btn:hover {
  background-color: #e2f533;
  transform: translateY(-2px);
}

.indm-human-btn-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: none;
}

.indm-human-btn-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indm-human-btn-content {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
}

.indm-human-btn-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.indm-human-btn-text {
  color: #181818;
  font-family: 'Comedik', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.03em;
}

/* Responsive Media Queries (Mobile & Tablet) */
@media screen and (max-width: 991px) {
  .indm-top-header {
    padding: calc(var(--banner-height, 3.5625em) + 2.5em) 1.5em 1em 1.5em;
    flex-wrap: wrap;
    gap: 1em;
  }

  .indm-stamp-text {
    font-size: 28px;
  }

  .indm-hero-section {
    padding: 0 1.5em 3em 1.5em;
  }

  .indm-main-title {
    font-size: 64px;
    max-width: 100%;
  }

  .indm-eyebrow {
    font-size: 32px;
  }

  .indm-hero-desc {
    font-size: 18px;
    max-width: 100%;
  }

  .indm-scroll-hint {
    display: none;
  }

  .indm-brief-section {
    padding: 3.5em 1.5em 0em !important;
    padding-bottom: 0em !important;
  }

  .indm-brief-wrapper {
    max-width: 100%;
  }

  .indm-brief-title {
    font-size: 32px;
  }

  .indm-brief-p {
    font-size: 18px;
  }

  .indm-brief-bottom-row {
    grid-template-columns: 1fr;
    gap: 2em;
  }

  .indm-brief-dashes {
    display: none;
  }

  .indm-world-section {
    padding: 3.5em 1.5em;
  }

  .indm-world-title {
    font-size: 64px;
  }

  .indm-world-row {
    grid-template-columns: 1fr;
    gap: 1.5em;
  }

  .indm-world-card-img-wrap {
    width: 100% !important;
    max-width: 140px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .indm-world-labels-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }

  .indm-world-curved-arrow {
    display: none;
  }

  .indm-world-label-item {
    font-size: 24px;
  }

  .indm-world-desc-text {
    font-size: 16px !important;
  }

  .indm-serve-section {
    padding: 3.5em 1.5em;
  }

  .indm-serve-header {
    flex-direction: column;
    gap: 1.5em;
  }

  .indm-serve-title {
    font-size: 64px;
    max-width: 100%;
  }

  .indm-serve-fistbump-img {
    width: 220px;
  }

  .indm-serve-sub {
    font-size: 18px;
    max-width: 100%;
  }

  .indm-serve-slider-container {
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }

  .indm-serve-card {
    flex: 0 0 100%;
    min-height: auto;
    padding: 24px 20px;
  }

  .indm-nosee-section {
    padding: 2em 1.5em;
  }

  .indm-nosee-title {
    font-size: 64px;
  }

  .indm-nosee-p,
  .indm-nosee-highlight {
    font-size: 18px;
    max-width: 100%;
  }

  .indm-human-section {
    padding: 0em 1.5em 5em !important;
    padding-top: 0em !important;
  }

  .indm-human-title {
    font-size: 52px;
  }

  .indm-human-sub {
    font-size: 18px;
    max-width: 100%;
  }

  .indm-human-grid {
    grid-template-columns: 1fr;
    gap: 2.5em;
  }

  .indm-human-card {
    margin-top: 1em;
    width: 100%;
    align-self: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .indm-main-title {
    font-size: 42px;
  }

  .indm-eyebrow {
    font-size: 26px;
  }

  .indm-world-title,
  .indm-serve-title,
  .indm-nosee-title {
    font-size: 42px;
  }

  .indm-human-title {
    font-size: 36px;
  }

  .indm-stamp-text {
    font-size: 22px;
  }

  .indm-rec-tag {
    font-size: 18px;
  }

  .indm-serve-card-title {
    font-size: 36px;
  }

  .indm-human-card-text {
    font-size: 22px;
  }

  .indm-human-btn-text {
    font-size: 16px;
  }
}