/* ============================================================
   OXALIS — INDUSTRY PAGE TEMPLATE CSS
   Built from Figma: Industry-Maritime design
   ============================================================ */

/* ─── PAGE WRAPPER ─────────────────────────────────────────── */
.ox-industry-page {
  background: #13252A;
}

/* ─── SHARED: FANCY STROKE SPACER ──────────────────────────── */
.ox-spacer--industry {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 2px;
  margin: 80px 0;
  flex-shrink: 0;
}
.ox-spacer--industry .ox-spacer__cap {
  display: block;
  width: 24px;
  height: 2px;
  background: #F3F4F4;
  flex-shrink: 0;
}
.ox-spacer--industry .ox-spacer__mid {
  display: block;
  flex: 1;
  height: 2px;
  background: #F3F4F4;
  opacity: 0.2;
}
.ox-spacer--industry.ox-spacer--light .ox-spacer__cap,
.ox-spacer--industry.ox-spacer--light .ox-spacer__mid {
  background: #13252A;
}

/* ─── SHARED: SECTION FRAMES ───────────────────────────────── */
.ox-industry-frame--dark {
  background: #13252A;
  box-sizing: border-box;
  width: 100%;
}
.ox-industry-frame--light {
  background: #FAF4E5;
  box-sizing: border-box;
  width: 100%;
}

/* ─── SECTION 1: HERO ───────────────────────────────────────── */
.ox-industry-hero {
  position: relative;
  background: #13252A;
  padding: 80px 179px 0;
  box-sizing: border-box;
}
.ox-industry-hero .ox-wrap {
  padding: 0 179px;
  box-sizing: border-box;
}
.ox-industry-hero__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.ox-industry-hero__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 24px;
  flex: 0 0 48%;
  min-height: 577px;
  border: 1px solid #717C7F;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}
.ox-industry-hero__eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.ox-industry-hero__eyebrow-text {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #F3F4F4;
}
.ox-industry-hero__divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 2px;
}
.ox-industry-hero__divider-cap {
  width: 24px;
  height: 2px;
  background: #F3F4F4;
  flex-shrink: 0;
}
.ox-industry-hero__divider-mid {
  flex: 1;
  height: 2px;
  background: #F3F4F4;
  opacity: 0.25;
}
.ox-industry-hero__h1 {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 68px;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: #F3F4F4;
  margin: 0;
}
.ox-industry-hero__body {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #F3F4F4;
  flex: 1;
  margin: 0;
}
.ox-industry-hero__cta {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  background: #1F3035;
  border: 1px solid #FF6600;
  text-decoration: none;
}

.ox-industry-hero__cta-label {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #F3F4F4;
}
.ox-industry-hero__image {
  flex: 1;
  min-height: 577px;
  position: relative;
  overflow: hidden;
  border: 1px solid #717C7F;
}

/* ─── SECTION 2: THE LANDSCAPE ─────────────────────────────── */
.ox-industry-landscape {
  background: #13252A;
  padding: 0 179px;
  box-sizing: border-box;
  display: flow-root;
}
.ox-industry-landscape__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px;
}
.ox-industry-landscape__h2 {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 105%;
  text-transform: capitalize;
  color: #F3F4F4;
  margin: 0;
}
.ox-industry-landscape__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ox-industry-landscape__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.ox-industry-landscape__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 16px 24px 24px;
  gap: 24px;
  flex: 1;
  background: #1F3035;
  border: 1px solid #717C7F;
  margin: 0 -1px -1px 0;
  position: relative;
}
.ox-industry-landscape__card-icon {
  width: 20px;
  height: 20px;
  background: #FF6600;
  flex-shrink: 0;
  position: relative;
}
.ox-industry-landscape__card-title {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #F3F4F4;
  margin: 0;
}
.ox-industry-landscape__card-divider {
  width: 100%;
  height: 1px;
  background: #717C7F;
  border: none;
}
.ox-industry-landscape__card-body {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #F3F4F4;
  margin: 0;
}
.ox-industry-landscape__card-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

/* ─── SECTION 3: SOLUTIONS BUILT FOR THIS INDUSTRY ─────────── */
.ox-industry-solutions {
  background: #FAF4E5;
  padding: 0 179px;
  box-sizing: border-box;
  display: flow-root;
}
.ox-industry-solutions__inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  width: 100%;
}
/* Left panel */
.ox-industry-solutions__left {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex: 0 0 25%;
  align-self: stretch;
  background: #FAEDDA;
  border: 1px solid #717C7F;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}
.ox-industry-solutions__left-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 20px;
}
.ox-industry-solutions__left-svg {
  pointer-events: none;
}
.ox-industry-solutions__divider {
  width: 100%;
  height: 1px;
  background: #717C7F;
  border: none;
  margin: 0;
}
.ox-industry-solutions__eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.ox-industry-solutions__eyebrow-text {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #13252A;
}
.ox-industry-solutions__h2 {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 105%;
  text-transform: capitalize;
  color: #13252A;
  margin: 0;
}
.ox-industry-solutions__intro {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #13252A;
  margin: 0;
}

/* Right grid of solution cards */
.ox-industry-solutions__grid {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ox-industry-solutions__grid-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex: 1;
}
.ox-industry-solutions__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 16px 24px 24px;
  gap: 24px;
  flex: 1;
  align-self: stretch;
  background: #FAF4E5;
  border: 1px solid #717C7F;
  margin: 0 -1px -1px 0;
}
.ox-industry-solutions__card-icon {
  width: 20px;
  height: 20px;
  background: #FF6600;
  flex-shrink: 0;
}
.ox-industry-solutions__card-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  flex: 1;
}
.ox-industry-solutions__card-title {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #13252A;
  margin: 0;
}
.ox-industry-solutions__card-divider {
  width: 100%;
  height: 1px;
  background: #717C7F;
  border: none;
}
.ox-industry-solutions__card-body {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #13252A;
  margin: 0;
  flex: 1;
}
.ox-industry-solutions__card-cta {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  border: 1px solid #FF6600;
  text-decoration: none;
}

.ox-industry-solutions__card-cta-label {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #13252A;
}

/* ─── SECTION 4: SOFTWARE WE BUILT ─────────────────────────── */
.ox-industry-software {
  background: #FAF4E5;
  padding: 0 179px;
  box-sizing: border-box;
  display: flow-root;
}
.ox-industry-software__header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 32px;
  gap: 12px;
  width: 100%;
  background: #FAF4E5;
  border: 1px solid #717C7F;
  margin-bottom: -1px;
}
.ox-industry-software__eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.ox-industry-software__eyebrow-text {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #13252A;
}
.ox-industry-software__h2 {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 105%;
  color: #13252A;
  margin: 0;
}
.ox-industry-software__intro {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #13252A;
  margin: 0;
}
/* Individual software item row */
.ox-industry-software__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -1px;
}
.ox-industry-software__item-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 32px;
  flex: 1;
  background: #FAF4E5;
  border: 1px solid #717C7F;
  margin-right: -1px;
}
.ox-industry-software__item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
.ox-industry-software__item-name {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 105%;
  text-transform: capitalize;
  color: #13252A;
  margin: 0;
}
.ox-industry-software__item-body {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #13252A;
  margin: 0;
}

/* CTA button on light background */
.ox-btn--cta-light {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  background: var(--c-cream, #FAEDDA);
  border: 1px solid #FF6600;
  text-decoration: none;
}

.ox-btn--cta-light .ox-btn__label {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #13252A;
}
/* Software item image panel */
.ox-industry-software__item-image {
  box-sizing: border-box;
  flex: 0 0 319.88px;
  align-self: stretch;
  border: 1px solid #717C7F;
  overflow: hidden;
  position: relative;
}
.ox-industry-software__item-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ─── SECTION 5: TECHNOLOGY PARTNERSHIPS ───────────────────── */
.ox-industry-partners {
  background: #FAF4E5;
  padding: 0 179px;
  box-sizing: border-box;
  display: flow-root;
}
.ox-industry-partners__header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 32px;
  gap: 12px;
  width: 100%;
  background: #FAF4E5;
  border: 1px solid #717C7F;
  margin-bottom: -1px;
}
.ox-industry-partners__eyebrow-text {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #13252A;
}
.ox-industry-partners__h2 {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 105%;
  color: #13252A;
  margin: 0;
}
.ox-industry-partners__item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: -1px;
}
.ox-industry-partners__item-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 32px;
  flex: 1;
  background: #FAF4E5;
  border: 1px solid #717C7F;
  margin-right: -1px;
}
.ox-industry-partners__item-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.ox-industry-partners__item-name {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 105%;
  text-transform: capitalize;
  color: #13252A;
  margin: 0;
}
.ox-industry-partners__item-body {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #13252A;
  margin: 0;
}
.ox-industry-partners__item-logo {
  box-sizing: border-box;
  flex: 0 0 319.88px;
  align-self: stretch;
  border: 1px solid #717C7F;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #FAF4E5;
}
.ox-industry-partners__item-logo img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
}

/* ─── SECTION 6: RESOURCES ──────────────────────────────────── */
.ox-industry-resources {
  background: #13252A;
  padding: 0 179px;
  box-sizing: border-box;
  display: flow-root;
}
.ox-industry-resources__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px;
}
.ox-industry-resources__eyebrow-text {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #F3F4F4;
}
.ox-industry-resources__h2 {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 105%;
  text-transform: capitalize;
  color: #F3F4F4;
  margin: 0;
}
.ox-industry-resources__grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.ox-industry-resources__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  text-decoration: none;
}
.ox-industry-resources__card-image {
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
  background: #1F3035;
  border: 1px solid #1F3035;
  margin-bottom: -1px;
}
.ox-industry-resources__card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ox-industry-resources__card-body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  gap: 24px;
  width: 100%;
  background: #1F3035;
  border-bottom: 4px solid #03D8D8;
  flex: 1;
}
.ox-industry-resources__card-tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
}
.ox-industry-resources__card-tag {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: #13252A;
  border: 1px solid #717C7F;
  margin-right: -1px;
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #F3F4F4;
}
.ox-industry-resources__card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #F3F4F4;
}
.ox-industry-resources__card-title {
  font-family: 'Tenez', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 105%;
  text-transform: capitalize;
  color: #F3F4F4;
  margin: 0;
  flex: 1;
}
.ox-industry-resources__card-excerpt {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #F3F4F4;
  margin: 0;
}

/* ─── SHARED EYEBROW BAR (DARK VARIANT) ────────────────────── */
.ox-eyebrow-bar--industry-dark {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.ox-eyebrow-bar--industry-light {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

/* ─── DOT ICON VARIANTS ─────────────────────────────────────── */
.ox-dot-icon--orange-light {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.ox-dot-icon--orange-light::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  background: #FF6600;
}
/* 3x3 grid icon for light bg */
.ox-dot-icon--grid-light {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.ox-dot-icon--grid-light::before,
.ox-dot-icon--grid-light::after {
  content: '';
  position: absolute;
}

/* ─── BREADCRUMB ────────────────────────────────────────────── */
.ox-industry-hero .ox-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 48px;
  padding-bottom: 40px;
  font-family: 'Figtree', sans-serif;
}
.ox-industry-hero .ox-breadcrumb a {
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-muted, #899294);
  text-decoration: none;
}
.ox-industry-hero .ox-breadcrumb a:hover {
  color: var(--c-white, #F3F4F4);
}
.ox-industry-hero .ox-breadcrumb span {
  color: var(--c-muted, #899294);
  font-size: 13px;
}

/* ─── HOVER STATES ──────────────────────────────────────────── */
.ox-industry-solutions__card-cta:hover,
.ox-btn--cta-light:hover {
  background: #FAEDDA;
}
.ox-industry-resources__card:hover .ox-industry-resources__card-body {
  background: #263e44;
}
.ox-industry-hero__cta:hover {
  background: #263e44;
}

/* ─── TAGS (from solutions-mro.css) ────────────────────────── */
.ox-industry-page .ox-tags {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  margin: 0;
}
.ox-industry-page .ox-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.3;
  background: var(--c-light, #FAF4E5);
  color: var(--c-dark, #13252A);
  border: 1px solid var(--c-border, #717C7F);
  margin-right: -1px;
  margin-bottom: -1px;
  outline: none;
}

/* ─── HERO IMAGE OVERLAYS ───────────────────────────────────── */
.ox-industry-hero__image-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.ox-industry-hero__dots {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 1;
  transform: rotate(90deg);
  z-index: 2;
  pointer-events: none;
}
.ox-industry-hero__tiles {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}

/* ─── CTA LABEL SPLIT WEIGHT ────────────────────────────────── */
.ox-btn__label-static {
  font-weight: 600;
}
.ox-btn__label-name {
  font-weight: 400;
}

/* =============================================================
   RESPONSIVE OVERRIDES
   Industry pages were authored at 1512px desktop with 179px side
   padding and multi-column grids; below add breakpoints to keep
   content inside the viewport on tablet/phone.
   ============================================================= */

/* Tablet & narrow desktop — shrink the giant 179px gutters. */
@media (max-width: 1100px) {
  .ox-industry-hero,
  .ox-industry-landscape,
  .ox-industry-solutions,
  .ox-industry-software,
  .ox-industry-partners,
  .ox-industry-resources {
    padding-left: clamp(20px, 5vw, 64px);
    padding-right: clamp(20px, 5vw, 64px);
  }
  .ox-industry-hero { padding-top: 48px; }
  .ox-industry-hero .ox-wrap { padding-left: 0; padding-right: 0; }
  /* Hero: drop to single column, image above text */
  .ox-industry-hero__inner { flex-direction: column; }
  .ox-industry-hero__content,
  .ox-industry-hero__image { flex: 1 1 auto; width: 100%; min-height: 0; }
  .ox-industry-hero__image { min-height: 320px; margin-right: 0; margin-top: -1px; }
  .ox-industry-hero__h1 { font-size: 48px; }

  /* Landscape: 3-up cards become 2-up so titles fit */
  .ox-industry-landscape__row { flex-wrap: wrap; }
  .ox-industry-landscape__card { flex: 1 1 calc(50% + 1px); }

  /* Solutions: collapse left header column above the card grid */
  .ox-industry-solutions__inner { flex-direction: column; }
  .ox-industry-solutions__left { flex: 0 0 auto; align-self: stretch; align-items: flex-start; margin-right: 0; margin-bottom: -1px; }
  .ox-industry-solutions__grid-row { flex-wrap: wrap; }
  .ox-industry-solutions__card { flex: 1 1 calc(50% + 1px); }

  /* Software / Partners: image/logo drops below text */
  .ox-industry-software__item,
  .ox-industry-partners__item { flex-direction: column; align-items: stretch; }
  .ox-industry-software__item-content,
  .ox-industry-partners__item-content { margin-right: 0; margin-bottom: -1px; }
  .ox-industry-software__item-image,
  .ox-industry-partners__item-logo { flex: 0 0 auto; height: 280px; min-height: 0; }

  /* Resources: 3-up to 2-up */
  .ox-industry-resources__grid { flex-wrap: wrap; gap: 16px; }
  .ox-industry-resources__card { flex: 1 1 calc(50% - 16px); min-width: 0; }
}

/* Phones — stack everything to 1 column, scale headings down. */
@media (max-width: 768px) {
  .ox-industry-hero { padding-top: 32px; }
  .ox-industry-hero__h1 { font-size: 36px; line-height: 1.1; }
  .ox-industry-hero__body { font-size: 16px; }
  .ox-industry-hero__image { min-height: 240px; }

  .ox-industry-landscape__h2,
  .ox-industry-solutions__h2,
  .ox-industry-software__h2,
  .ox-industry-partners__h2,
  .ox-industry-resources__h2 { font-size: 32px; }

  /* All multi-card grids collapse to single column */
  .ox-industry-landscape__card,
  .ox-industry-solutions__card,
  .ox-industry-resources__card { flex: 1 1 100%; }

  /* Trim card padding so cards don't feel cramped at narrow widths */
  .ox-industry-landscape__card,
  .ox-industry-solutions__card { padding: 20px 16px; }

  /* Software / Partners headers + items breathe */
  .ox-industry-software__header,
  .ox-industry-partners__header { padding: 24px 20px; }
  .ox-industry-software__item-content,
  .ox-industry-partners__item-content { padding: 24px 20px; }
  .ox-industry-software__item-name,
  .ox-industry-partners__item-name { font-size: 26px; }
  .ox-industry-software__item-image,
  .ox-industry-partners__item-logo { height: 220px; }
  .ox-industry-partners__item-logo img { max-height: 140px; }

  /* Resources cards */
  .ox-industry-resources__card-image { height: 200px; }
  .ox-industry-resources__card-body { padding: 24px 20px; gap: 16px; }
  .ox-industry-resources__card-title { font-size: 24px; }
  .ox-industry-resources__card-excerpt { font-size: 16px; }
}

/* Very narrow phones — last-mile spacing tweaks. */
@media (max-width: 480px) {
  .ox-industry-hero,
  .ox-industry-landscape,
  .ox-industry-solutions,
  .ox-industry-software,
  .ox-industry-partners,
  .ox-industry-resources {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ox-industry-hero__h1 { font-size: 32px; }
  .ox-industry-hero__content { padding: 20px; }
}