
  .ice-brand-proof {
    --ice-yellow: #eadf1c;
    --ice-black: #090909;
    --ice-ink: #171717;
    --ice-muted: #66635e;
    --ice-paper: #f7f6f2;
    --ice-line: rgba(23, 23, 23, 0.14);

    overflow: hidden;
    background: #ffffff;
    color: var(--ice-ink);
    font-family: OpenSans-Regular, "Helvetica Neue", Arial, sans-serif;
  }

  .ice-brand-proof *,
  .ice-brand-proof *::before,
  .ice-brand-proof *::after {
    box-sizing: border-box;
  }

  .ice-brand-proof img {
    display: block;
    width: 100%;
  }

  .ice-brand-proof__intro {
    max-width: 1320px;
    margin: 0 auto;
    padding: clamp(48px, 7vw, 92px) 24px clamp(34px, 5vw, 60px);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
    gap: clamp(32px, 7vw, 96px);
    align-items: end;
  }

  .ice-brand-proof__eyebrow {
    margin: 0 0 14px;
    color: #756d20;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .ice-brand-proof__title {
    max-width: 760px;
    margin: 0;
    font-family: OpenSans-Bold, OpenSans-Regular, Arial, sans-serif;
    font-size: clamp(38px, 5.6vw, 76px);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.055em;
    text-transform: uppercase;
  }

  .ice-brand-proof__intro-copy {
    max-width: 570px;
    margin: 0 0 4px;
    color: var(--ice-muted);
    font-size: clamp(14px, 1.2vw, 17px);
    line-height: 1.75;
  }

  .ice-brand-proof__stats-wrap {
    background: var(--ice-black);
    color: #ffffff;
  }

  .ice-brand-proof__stats {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ice-brand-proof__stat {
    min-height: 188px;
    padding: 35px clamp(22px, 3vw, 44px);
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ice-brand-proof__stat:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }

  .ice-brand-proof__number {
    color: var(--ice-yellow);
    font-family: OpenSans-Bold, OpenSans-Regular, Arial, sans-serif;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .ice-brand-proof__stat-label {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ice-brand-proof__stat-source {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    line-height: 1.45;
  }

  .ice-brand-proof__content {
    background: var(--ice-paper);
    padding: clamp(48px, 7vw, 90px) 24px;
  }

  .ice-brand-proof__section-head {
    max-width: 1320px;
    margin: 0 auto clamp(28px, 4vw, 46px);
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
  }

  .ice-brand-proof__section-head h3 {
    max-width: 780px;
    margin: 0;
    font-family: OpenSans-Bold, OpenSans-Regular, Arial, sans-serif;
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.035em;
    text-transform: uppercase;
  }

  .ice-brand-proof__section-head p {
    max-width: 480px;
    margin: 0;
    color: var(--ice-muted);
    font-size: 13px;
    line-height: 1.65;
  }

  .ice-brand-proof__grid {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 30px);
  }

  .ice-brand-proof__card {
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(15, 15, 15, 0.08);
    transition: transform 320ms ease, box-shadow 320ms ease;
  }

  .ice-brand-proof__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(14, 14, 14, 0.1);
  }

  .ice-brand-proof__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #111111;
  }

  .ice-brand-proof__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.24));
    pointer-events: none;
  }

  .ice-brand-proof__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(0.2, 0.65, 0.25, 1);
  }

  .ice-brand-proof__card:hover img {
    transform: scale(1.025);
  }

  .ice-brand-proof__card-copy {
    min-height: 218px;
    padding: clamp(22px, 3vw, 38px);
  }

  .ice-brand-proof__card-index {
    display: inline-block;
    margin-bottom: 30px;
    color: #8b8120;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
  }

  .ice-brand-proof__card h4 {
    margin: 0 0 13px;
    font-family: OpenSans-Bold, OpenSans-Regular, Arial, sans-serif;
    font-size: clamp(21px, 2vw, 29px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.025em;
    text-transform: uppercase;
  }

  .ice-brand-proof__card p {
    max-width: 550px;
    margin: 0;
    color: var(--ice-muted);
    font-size: 13px;
    line-height: 1.7;
  }

  .ice-brand-proof__support {
    padding: clamp(48px, 6vw, 78px) 24px;
    background: #ffffff;
  }

  .ice-brand-proof__support-inner {
    max-width: 1320px;
    margin: 0 auto;
    border-top: 1px solid var(--ice-line);
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(28px, 6vw, 86px);
    padding-top: 30px;
  }

  .ice-brand-proof__support h3 {
    margin: 0;
    font-family: OpenSans-Bold, OpenSans-Regular, Arial, sans-serif;
    font-size: clamp(27px, 3vw, 42px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
  }

  .ice-brand-proof__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--ice-line);
  }

  .ice-brand-proof__link {
    position: relative;
    min-height: 96px;
    padding: 22px 42px 22px 0;
    border-bottom: 1px solid var(--ice-line);
    color: var(--ice-ink);
    text-decoration: none;
  }

  .ice-brand-proof__link:nth-child(odd) {
    margin-right: 28px;
  }

  .ice-brand-proof__link::after {
    content: "\2197";
    position: absolute;
    top: 22px;
    right: 4px;
    color: #8b8120;
    font-size: 18px;
  }

  .ice-brand-proof__link b {
    display: block;
    margin-bottom: 6px;
    font-family: OpenSans-Bold, OpenSans-Regular, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
  }

  .ice-brand-proof__link span {
    color: var(--ice-muted);
    font-size: 11px;
    line-height: 1.5;
  }

  .ice-brand-proof__legal {
    max-width: 1320px;
    margin: 24px auto 0;
    color: #8a8781;
    font-size: 9px;
    line-height: 1.55;
  }

  @media (prefers-reduced-motion: reduce) {
    .ice-brand-proof__card,
    .ice-brand-proof__media img {
      transition: none;
    }
  }

  @media (max-width: 900px) {
    .ice-brand-proof__intro {
      grid-template-columns: 1fr;
      gap: 20px;
      padding-right: 16px;
      padding-left: 16px;
    }

    .ice-brand-proof__title {
      max-width: 650px;
    }

    .ice-brand-proof__stats {
      grid-template-columns: 1fr;
      padding: 0 16px;
    }

    .ice-brand-proof__stat,
    .ice-brand-proof__stat:last-child {
      min-height: 128px;
      padding: 24px 4px;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .ice-brand-proof__stat:last-child {
      border-bottom: 0;
    }

    .ice-brand-proof__content,
    .ice-brand-proof__support {
      padding-right: 16px;
      padding-left: 16px;
    }

    .ice-brand-proof__section-head {
      display: grid;
      gap: 16px;
    }

    .ice-brand-proof__grid {
      grid-template-columns: 1fr;
    }

    .ice-brand-proof__card-copy {
      min-height: 0;
    }

    .ice-brand-proof__support-inner {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 560px) {
    .ice-brand-proof__intro {
      padding-top: 40px;
    }

    .ice-brand-proof__title {
      font-size: clamp(35px, 11.5vw, 50px);
      line-height: 0.96;
    }

    .ice-brand-proof__content {
      padding-top: 42px;
      padding-bottom: 48px;
    }

    .ice-brand-proof__media {
      aspect-ratio: 1 / 0.84;
    }

    .ice-brand-proof__card-copy {
      padding: 22px 20px 25px;
    }

    .ice-brand-proof__card-index {
      margin-bottom: 22px;
    }

    .ice-brand-proof__links {
      grid-template-columns: 1fr;
    }

    .ice-brand-proof__link:nth-child(odd) {
      margin-right: 0;
    }
  }
