/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2026 | 21:02:58 */
/* =========================================================
   CORR STEEL — ANIMATED OUR FOUNDATION SECTION
   Native Divi modules only. No Code module or JavaScript.
   Paste into Divi > Theme Options > General > Custom CSS.
   ========================================================= */

.corr-foundation-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(148,193,31,.11), transparent 32rem),
    linear-gradient(180deg, #f8faf8 0%, #eef2ef 100%);
  isolation: isolate;
}

.corr-foundation-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(15,23,20,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,20,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 85%);
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.corr-foundation-section::after {
  content: "CORR STEEL";
  position: absolute;
  right: -30px;
  bottom: -36px;
  z-index: -1;
  color: rgba(15,23,20,.035);
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(82px, 12vw, 190px);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  white-space: nowrap;
}

.corr-foundation-heading-row,
.corr-foundation-grid {
  position: relative;
  z-index: 2;
}

.corr-foundation-heading .et_pb_text_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.corr-foundation-heading h2 {
  margin: 0;
  padding: 0;
  color: #0f1714;
  text-transform: uppercase;
  letter-spacing: .015em;
}

.corr-foundation-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 13px !important;
  color: #789d00;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.corr-foundation-eyebrow::before,
.corr-foundation-eyebrow::after {
  content: "";
  width: 38px;
  height: 3px;
  background: #94c11f;
}

.corr-foundation-grid {
  display: flex;
  gap: 28px;
}

.corr-foundation-grid::after {
  display: none;
}

.corr-foundation-grid > .et_pb_column {
  float: none;
  margin: 0 !important;
}

.corr-story-column {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 22px;
  background: #17201d;
  box-shadow: 0 28px 70px rgba(15,23,20,.18);
  transform: translateY(0);
  transition: transform .55s cubic-bezier(.2,.8,.2,1), box-shadow .55s ease;
}

.corr-story-column::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 20%, rgba(10,15,13,.10) 48%, rgba(10,15,13,.94) 100%),
    linear-gradient(115deg, rgba(148,193,31,.24), transparent 42%);
  opacity: .88;
  transition: opacity .5s ease;
}


.corr-story-column:hover,
.corr-story-column:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 36px 90px rgba(15,23,20,.27);
}

.corr-story-column:hover::before,
.corr-story-column:focus-within::before {
  opacity: 1;
}

.corr-story-column:hover::after,
.corr-story-column:focus-within::after {
  transform: scale(1.16);
}

.corr-team-image,
.corr-team-image .et_pb_image_wrap {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.corr-team-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .55s ease;
  transform: scale(1.055);
  filter: saturate(1.05) contrast(1.03);
}

.corr-story-column:hover .corr-team-image img,
.corr-story-column:focus-within .corr-team-image img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.03);
}

.corr-photo-label {
  position: absolute !important;
  top: 24px;
  left: 24px;
  z-index: 5;
  width: auto !important;
  margin: 0 !important;
  padding: 10px 15px 10px 34px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(15,23,20,.48);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
}

.corr-photo-label p {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.corr-photo-label p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #94c11f;
  box-shadow: 0 0 0 6px rgba(148,193,31,.18);
  transform: translateY(-50%);
  animation: corr-foundation-pulse 2.1s infinite;
}

.corr-story-panel {
  position: absolute !important;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 5;
  margin: 0 !important;
  padding: 26px 29px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 18px;
  background: rgba(15,23,20,.79);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: #fff;
  transition: background .45s ease, transform .45s cubic-bezier(.2,.8,.2,1);
}

.corr-story-column:hover .corr-story-panel,
.corr-story-column:focus-within .corr-story-panel {
  background: rgba(15,23,20,.93);
  transform: translateY(-3px);
}

.corr-story-kicker {
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: #94c11f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .20em;
  line-height: 1.4;
  text-transform: uppercase;
}

.corr-story-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.corr-story-title-row h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(26px, 3.1vw, 26px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.corr-story-plus {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border-radius: 50%;
  background: #94c11f;
  color: #0f1714;
  font-family: Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
  transition: transform .5s ease, background .35s ease;
}

.corr-story-copy {
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  color: #e5eae7;
  font-size: 16px;
  line-height: 1.72;
  opacity: 0;
  transform: translateY(15px);
  transition:
    max-height .58s cubic-bezier(.2,.8,.2,1),
    margin .45s ease,
    opacity .35s ease .08s,
    transform .45s ease .08s;
}

.corr-story-column:hover .corr-story-copy,
.corr-story-column:focus-within .corr-story-copy {
  max-height: 230px;
  margin-top: 16px !important;
  opacity: 1;
  transform: translateY(0);
}

.corr-story-column:hover .corr-story-plus,
.corr-story-column:focus-within .corr-story-plus {
  background: #f4bb14;
  transform: rotate(45deg);
}

.corr-commit-column {
  position: relative;
  display: flex !important;
  flex-direction: column;
  min-height: 590px;
  overflow: hidden;
  padding: 36px !important;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(148,193,31,.24), transparent 15rem),
    linear-gradient(145deg, #0f1714 0%, #1b2522 100%);
  box-shadow: 0 28px 70px rgba(15,23,20,.18);
  color: #fff;
}

.corr-commit-column::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: inherit;
}

.corr-commit-intro {
  margin-bottom: 24px !important;
}

.corr-commit-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #94c11f;
  box-shadow: 0 18px 34px rgba(148,193,31,.22);
  color: #0f1714;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  animation: corr-foundation-float 4s ease-in-out infinite;
}

.corr-commit-kicker {
  margin: 35px 0 9px !important;
  padding: 0 !important;
  color: #f4bb14;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .20em;
  line-height: 1.45;
  text-transform: uppercase;
}

.corr-commit-intro h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.corr-commit-copy {
  margin: 18px 0 0 !important;
  padding: 0 !important;
  color: #dce3df;
  font-size: 15px;
  line-height: 1.72;
}

.corr-principle-card {
  position: relative;
  overflow: hidden;
  margin: 0 0 12px !important;
  padding: 11px 15px 11px 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.corr-principle-card:last-child {
  margin-bottom: 0 !important;
}

.corr-principle-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(148,193,31,.17), transparent);
  transform: translateX(-100%);
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}

.corr-principle-card:hover {
  border-color: rgba(148,193,31,.62);
  background: rgba(255,255,255,.075);
  transform: translateX(8px);
}

.corr-principle-card:hover::before {
  transform: translateX(0);
}

.corr-principle-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 46px minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 48px;
}

.corr-principle-number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255,255,255,.09);
  color: #94c11f;
  font-size: 14px;
  font-weight: 900;
}

.corr-principle-text strong,
.corr-principle-text small {
  display: block;
}

.corr-principle-text strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.35;
}

.corr-principle-text small {
  color: #aeb9b3;
  font-size: 11px;
  line-height: 1.4;
}

.corr-principle-arrow {
  color: #f4bb14;
  font-size: 21px;
  line-height: 1;
  transition: transform .35s ease;
}

.corr-principle-card:hover .corr-principle-arrow {
  transform: translateX(4px);
}

@keyframes corr-foundation-pulse {
  0%, 100% { box-shadow: 0 0 0 6px rgba(148,193,31,.18); }
  50% { box-shadow: 0 0 0 11px rgba(148,193,31,0); }
}

@keyframes corr-foundation-float {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-9px) rotate(2deg); }
}

@media (max-width: 980px) {
  .corr-foundation-grid {
    display: block;
  }

  .corr-foundation-grid > .et_pb_column {
    width: 100% !important;
  }

  .corr-story-column,
  .corr-commit-column {
    min-height: 540px;
  }

  .corr-story-column {
    margin-bottom: 28px !important;
  }

  .corr-story-copy {
    max-height: 240px;
    margin-top: 16px !important;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {
  .corr-foundation-heading-row,
  .corr-foundation-grid {
    width: 92% !important;
  }

  .corr-foundation-eyebrow::before,
  .corr-foundation-eyebrow::after {
    width: 24px;
  }

  .corr-story-column,
  .corr-commit-column {
    min-height: 500px;
    border-radius: 17px;
  }

  .corr-photo-label {
    top: 16px;
    left: 16px;
  }

  .corr-story-panel {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 22px 20px;
  }

  .corr-story-title-row h3 {
    font-size: 33px;
  }

  .corr-story-plus {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .corr-story-copy {
    font-size: 14px;
    line-height: 1.62;
  }

  .corr-commit-column {
    min-height: 0;
    padding: 27px 21px !important;
  }

  .corr-commit-intro h3 {
    font-size: 38px;
  }

  .corr-principle-card:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .corr-foundation-section *,
  .corr-foundation-section *::before,
  .corr-foundation-section *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}