/*
Theme Name: Islamic Clothing Wholesale
Theme URI: https://www.islamicclothingwholesale.com/
Author: Islamic Clothing Wholesale
Author URI: https://www.islamicclothingwholesale.com/
Description: A refined trade-focused WordPress theme for a Morocco-based Islamic clothing and product sourcing partner.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: icw
Tags: custom-logo, custom-menu, featured-images, one-column, two-columns, wide-blocks
*/

:root {
  --icw-ink: #181611;
  --icw-ink-soft: #4f493e;
  --icw-cream: #f7f1e7;
  --icw-sand: #e9ddc9;
  --icw-olive: #313d25;
  --icw-olive-soft: #65704e;
  --icw-brass: #b68a45;
  --icw-terracotta: #9f5b3d;
  --icw-white: #fffdf8;
  --icw-border: rgba(24, 22, 17, 0.14);
  --icw-shadow: 0 24px 70px rgba(24, 22, 17, 0.18);
  --icw-display: "Fraunces", Georgia, serif;
  --icw-body: "Nunito Sans", "Segoe UI", sans-serif;
  --icw-wrap: min(1180px, calc(100% - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--icw-cream);
  color: var(--icw-ink);
  font-family: var(--icw-body);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 14px;
  left: 14px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  overflow: visible;
  clip: auto;
  background: var(--icw-ink);
  color: var(--icw-white);
  border-radius: 6px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(247, 241, 231, 0.88);
  border-bottom: 1px solid rgba(24, 22, 17, 0.1);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  width: var(--icw-wrap);
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  text-decoration: none;
}

.custom-logo-link img {
  max-width: 168px;
  max-height: 58px;
  object-fit: contain;
}

.site-title {
  margin: 0;
  font-family: var(--icw-display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.site-title a {
  text-decoration: none;
}

.site-description {
  margin: 4px 0 0;
  color: var(--icw-ink-soft);
  font-size: 0.78rem;
  line-height: 1.2;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 22px;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  color: var(--icw-ink-soft);
  font-size: 0.93rem;
  font-weight: 800;
  text-decoration: none;
  border-radius: 999px;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: var(--icw-ink);
  background: rgba(49, 61, 37, 0.1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--icw-ink);
  background: transparent;
  border: 1px solid var(--icw-border);
  border-radius: 999px;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  content: "";
  background: currentColor;
  border-radius: 2px;
}

.site-main {
  min-height: 60vh;
}

.icw-button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  color: var(--icw-white);
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  background: var(--icw-olive);
  border: 1px solid var(--icw-olive);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(49, 61, 37, 0.24);
}

.icw-button:hover,
.icw-button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background: #222b1a;
  transform: translateY(-1px);
}

.icw-button--light {
  color: var(--icw-ink);
  background: rgba(255, 253, 248, 0.88);
  border-color: rgba(255, 253, 248, 0.7);
  box-shadow: none;
}

.icw-button--light:hover,
.icw-button--light:focus {
  background: var(--icw-white);
}

.icw-button--outline {
  color: var(--icw-olive);
  background: transparent;
  border-color: rgba(49, 61, 37, 0.28);
  box-shadow: none;
}

html.icw-motion-ready .icw-hero .icw-kicker,
html.icw-motion-ready .icw-hero h1,
html.icw-motion-ready .icw-hero__copy,
html.icw-motion-ready .icw-hero__actions,
html.icw-motion-ready .icw-hero__proof,
html.icw-motion-ready .icw-proof-item {
  animation: icw-hero-rise 820ms cubic-bezier(0.19, 1, 0.22, 1) both;
  animation-delay: var(--icw-delay, 0ms);
}

html.icw-motion-ready .icw-hero::before {
  animation: icw-hero-breathe 1400ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.icw-hero {
  position: relative;
  min-height: clamp(680px, 92vh, 860px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--icw-white);
  isolation: isolate;
}

.icw-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image: var(--icw-hero-image);
  background-position: center;
  background-size: cover;
}

.icw-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 13, 10, 0.82), rgba(13, 13, 10, 0.48) 44%, rgba(13, 13, 10, 0.12)),
    linear-gradient(0deg, rgba(13, 13, 10, 0.72), transparent 42%);
}

.icw-hero__inner {
  width: var(--icw-wrap);
  margin: 0 auto;
  padding: 130px 0 58px;
}

.icw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: rgba(255, 253, 248, 0.9);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.icw-kicker::before {
  width: 38px;
  height: 1px;
  content: "";
  background: var(--icw-brass);
}

.icw-hero h1,
.entry-title {
  margin: 0;
  font-family: var(--icw-display);
  font-size: clamp(3.4rem, 9vw, 7.8rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.icw-hero__copy {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(1.1rem, 2vw, 1.32rem);
  line-height: 1.55;
}

.icw-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.icw-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(820px, 100%);
  margin-top: 58px;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.2);
}

.icw-proof-item {
  padding: 18px;
  background: rgba(24, 22, 17, 0.38);
  backdrop-filter: blur(10px);
}

.icw-proof-item strong {
  display: block;
  font-family: var(--icw-display);
  font-size: 1.45rem;
  line-height: 1.05;
}

.icw-proof-item span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.86rem;
  line-height: 1.35;
}

.icw-section {
  padding: clamp(70px, 9vw, 118px) 0;
}

.icw-section--dark {
  color: var(--icw-white);
  background: var(--icw-olive);
}

.icw-section--sand {
  background: var(--icw-sand);
}

.icw-wrap,
.entry-content,
.entry-header,
.post-navigation,
.comments-area {
  width: var(--icw-wrap);
  margin-right: auto;
  margin-left: auto;
}

.icw-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
}

.icw-eyebrow {
  margin: 0 0 12px;
  color: var(--icw-terracotta);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.icw-section h2 {
  max-width: 880px;
  margin: 0;
  font-family: var(--icw-display);
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.icw-lede {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--icw-ink-soft);
  font-size: 1.12rem;
  line-height: 1.7;
}

.icw-section--dark .icw-lede,
.icw-section--dark .icw-eyebrow {
  color: rgba(255, 253, 248, 0.76);
}

.icw-panel {
  padding: clamp(26px, 4vw, 42px);
  background: var(--icw-white);
  border: 1px solid var(--icw-border);
  border-radius: 8px;
  box-shadow: var(--icw-shadow);
}

.icw-panel p {
  margin: 0;
}

.icw-panel p + p {
  margin-top: 16px;
}

.icw-image-stack {
  position: relative;
}

.icw-image-stack img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--icw-shadow);
}

.icw-image-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 270px;
  padding: 16px;
  color: var(--icw-white);
  background: rgba(24, 22, 17, 0.72);
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.icw-image-note strong {
  display: block;
  font-family: var(--icw-display);
  font-size: 1.2rem;
  line-height: 1.1;
}

.icw-image-note span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.88rem;
  line-height: 1.45;
}

.icw-services-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.icw-services-head .icw-lede {
  max-width: 500px;
  margin: 0;
}

.icw-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.icw-service-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: var(--icw-white);
  background: linear-gradient(145deg, rgba(24, 22, 17, 0.92), rgba(49, 61, 37, 0.9));
  border: 1px solid rgba(255, 253, 248, 0.13);
  border-radius: 8px;
}

.icw-service-card:nth-child(2) {
  background: linear-gradient(145deg, #313d25, #68724c);
}

.icw-service-card:nth-child(3) {
  background: linear-gradient(145deg, #51372b, #9f5b3d);
}

.icw-service-card:nth-child(4) {
  background: linear-gradient(145deg, #2a2926, #b68a45);
}

.icw-service-card__number {
  color: rgba(255, 253, 248, 0.62);
  font-family: var(--icw-display);
  font-size: 2.25rem;
  line-height: 1;
}

.icw-service-card h3 {
  margin: 42px 0 12px;
  font-family: var(--icw-display);
  font-size: 1.75rem;
  line-height: 1.02;
}

.icw-service-card p {
  margin: 0;
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.96rem;
}

.icw-product-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.icw-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  color: var(--icw-olive);
  font-weight: 900;
  background: rgba(49, 61, 37, 0.09);
  border: 1px solid rgba(49, 61, 37, 0.18);
  border-radius: 999px;
}

.icw-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.18);
}

.icw-process__step {
  padding: 26px;
  background: rgba(255, 253, 248, 0.07);
}

.icw-process__step span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--icw-ink);
  font-weight: 950;
  background: var(--icw-brass);
  border-radius: 999px;
}

.icw-process__step h3 {
  margin: 28px 0 10px;
  font-family: var(--icw-display);
  font-size: 1.45rem;
  line-height: 1.1;
}

.icw-process__step p {
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.95rem;
}

.icw-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 7vw, 74px);
  color: var(--icw-white);
  background:
    radial-gradient(circle at 80% 10%, rgba(182, 138, 69, 0.38), transparent 34%),
    linear-gradient(135deg, var(--icw-ink), var(--icw-olive));
  border-radius: 8px;
}

.icw-cta h2 {
  max-width: 780px;
}

.icw-cta p {
  max-width: 680px;
  color: rgba(255, 253, 248, 0.76);
}

.icw-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.icw-cta .icw-button--outline {
  color: var(--icw-white);
  border-color: rgba(255, 253, 248, 0.36);
}

.icw-cta .icw-button--outline:hover,
.icw-cta .icw-button--outline:focus {
  background: rgba(255, 253, 248, 0.12);
}

html.icw-motion-ready .icw-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 780ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 780ms cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--icw-delay, 0ms);
  will-change: opacity, transform;
}

html.icw-motion-ready .icw-reveal--left {
  transform: translate3d(-30px, 18px, 0);
}

html.icw-motion-ready .icw-reveal--right {
  transform: translate3d(30px, 18px, 0);
}

html.icw-motion-ready .icw-reveal--up {
  transform: translate3d(0, 30px, 0);
}

html.icw-motion-ready .icw-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes icw-hero-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes icw-hero-breathe {
  from {
    opacity: 0.86;
    transform: scale(1.035);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.site-footer {
  color: rgba(255, 253, 248, 0.76);
  background: var(--icw-ink);
}

.site-footer__inner {
  width: var(--icw-wrap);
  margin: 0 auto;
  padding: 46px 0;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 30px;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 10px;
  color: var(--icw-white);
  font-family: var(--icw-display);
  line-height: 1.05;
}

.site-footer p,
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a {
  color: var(--icw-white);
  text-decoration-color: rgba(255, 253, 248, 0.34);
  text-underline-offset: 4px;
}

.site-footer li + li {
  margin-top: 8px;
}

.entry-header {
  padding: 82px 0 28px;
}

.entry-header .entry-title {
  color: var(--icw-ink);
  font-size: clamp(2.8rem, 7vw, 6.2rem);
}

.entry-content {
  padding-bottom: 82px;
}

.entry-content > * {
  max-width: 790px;
}

.entry-content > .alignwide {
  max-width: var(--icw-wrap);
}

.entry-content > .alignfull {
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.entry-content h2,
.entry-content h3 {
  font-family: var(--icw-display);
  line-height: 1.08;
}

.entry-meta,
.entry-footer {
  color: var(--icw-ink-soft);
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  :root {
    --icw-wrap: min(760px, calc(100% - 32px));
  }

  .site-header__inner {
    gap: 16px;
  }

  .site-branding {
    min-width: 0;
  }

  .site-title {
    font-size: clamp(1.12rem, 3vw, 1.42rem);
    line-height: 1.08;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .main-navigation {
    position: relative;
    flex: 0 0 auto;
  }

  .main-navigation ul {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(calc(100vw - 32px), 340px);
    display: none;
    padding: 12px;
    background: var(--icw-white);
    border: 1px solid var(--icw-border);
    border-radius: 8px;
    box-shadow: var(--icw-shadow);
  }

  .main-navigation.is-open ul {
    display: block;
  }

  .main-navigation li + li {
    margin-top: 4px;
  }

  .main-navigation a {
    width: 100%;
    justify-content: flex-start;
    min-height: 46px;
    padding: 10px 14px;
  }

  .icw-hero {
    min-height: clamp(620px, 86vh, 760px);
    align-items: end;
  }

  .icw-hero::after {
    background:
      linear-gradient(90deg, rgba(13, 13, 10, 0.86), rgba(13, 13, 10, 0.42)),
      linear-gradient(0deg, rgba(13, 13, 10, 0.76), transparent 52%);
  }

  .icw-hero__proof,
  .icw-service-grid,
  .icw-process,
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .icw-split,
  .icw-services-head {
    display: grid;
    grid-template-columns: 1fr;
  }

  .icw-services-head {
    gap: 18px;
    margin-bottom: 28px;
  }

  .icw-services-head .icw-lede {
    margin-top: 0;
  }

  .icw-image-stack {
    margin-top: 34px;
  }

  .icw-section h2 {
    line-height: 1.03;
  }

  .icw-service-card {
    min-height: 280px;
  }

  .icw-process__step {
    padding: 22px;
  }
}

@media (max-width: 640px) {
  :root {
    --icw-wrap: min(560px, calc(100% - 28px));
  }

  body {
    font-size: 16px;
    line-height: 1.6;
  }

  .site-header__inner {
    min-height: 66px;
    gap: 12px;
  }

  .site-description {
    display: none;
  }

  .custom-logo-link img {
    max-width: 138px;
    max-height: 48px;
  }

  .main-navigation ul {
    top: calc(100% + 10px);
    width: min(calc(100vw - 28px), 320px);
  }

  .icw-button,
  .wp-block-button__link {
    width: 100%;
    min-height: 50px;
    padding: 14px 18px;
  }

  .icw-hero {
    min-height: auto;
    align-items: stretch;
  }

  .icw-hero__inner {
    display: flex;
    min-height: calc(100vh - 66px);
    min-height: calc(100svh - 66px);
    flex-direction: column;
    justify-content: flex-end;
    padding: 88px 0 26px;
  }

  .icw-hero h1 {
    font-size: clamp(2.72rem, 14.5vw, 4.15rem);
    line-height: 0.96;
  }

  .icw-kicker {
    gap: 8px;
    margin-bottom: 14px;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .icw-kicker::before {
    width: 28px;
  }

  .icw-hero__copy {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .icw-hero__actions,
  .icw-cta__actions {
    gap: 10px;
    margin-top: 24px;
  }

  .icw-hero__proof,
  .icw-service-grid,
  .icw-process,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .icw-hero__proof {
    margin-top: 34px;
  }

  .icw-proof-item,
  .icw-process__step {
    padding: 18px;
  }

  .icw-proof-item strong {
    font-size: 1.26rem;
  }

  .icw-section {
    padding: 56px 0;
  }

  .icw-section h2 {
    font-size: clamp(2.05rem, 11vw, 3rem);
    line-height: 1.05;
  }

  .icw-lede {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .icw-panel {
    padding: 22px;
  }

  .icw-services-head {
    margin-bottom: 22px;
  }

  .icw-service-card {
    min-height: auto;
    padding: 22px;
  }

  .icw-service-card h3 {
    margin: 34px 0 10px;
    font-size: 1.55rem;
    line-height: 1.08;
  }

  .icw-product-strip {
    gap: 8px;
    margin-top: 24px;
  }

  .icw-chip {
    min-height: 36px;
    padding: 7px 12px;
    font-size: 0.92rem;
  }

  .icw-process {
    margin-top: 28px;
  }

  .icw-process__step h3 {
    margin-top: 22px;
    font-size: 1.32rem;
  }

  .icw-image-note {
    position: static;
    max-width: none;
    margin-top: 12px;
    padding: 16px;
    color: var(--icw-white);
  }

  .icw-cta {
    padding: 26px 22px;
  }

  .site-footer__inner {
    padding: 38px 0;
    gap: 24px;
  }

  .entry-header {
    padding: 56px 0 22px;
  }

  .entry-header .entry-title {
    font-size: clamp(2.35rem, 14vw, 4rem);
    line-height: 1;
  }

  .entry-content {
    padding-bottom: 58px;
  }
}

@media (max-width: 420px) {
  :root {
    --icw-wrap: calc(100% - 24px);
  }

  .site-header__inner {
    min-height: 62px;
  }

  .site-title {
    font-size: 1.05rem;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .main-navigation ul {
    right: -2px;
    width: calc(100vw - 24px);
  }

  .icw-hero__inner {
    min-height: calc(100vh - 62px);
    min-height: calc(100svh - 62px);
    padding: 74px 0 22px;
  }

  .icw-hero h1 {
    font-size: clamp(2.34rem, 13.2vw, 3.35rem);
  }

  .icw-hero__proof {
    margin-top: 26px;
  }

  .icw-proof-item,
  .icw-process__step,
  .icw-service-card,
  .icw-panel {
    padding: 16px;
  }

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

  .icw-section h2 {
    font-size: clamp(1.85rem, 10.5vw, 2.55rem);
  }

  .icw-image-stack {
    margin-top: 28px;
  }

  .icw-cta {
    padding: 22px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.icw-motion-ready .icw-reveal,
  html.icw-motion-ready .icw-reveal--left,
  html.icw-motion-ready .icw-reveal--right,
  html.icw-motion-ready .icw-reveal--up,
  html.icw-motion-ready .icw-reveal.is-visible,
  html.icw-motion-ready .icw-hero .icw-kicker,
  html.icw-motion-ready .icw-hero h1,
  html.icw-motion-ready .icw-hero__copy,
  html.icw-motion-ready .icw-hero__actions,
  html.icw-motion-ready .icw-hero__proof,
  html.icw-motion-ready .icw-proof-item,
  html.icw-motion-ready .icw-hero::before {
    opacity: 1 !important;
    transform: none !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
