/* Marwolf Industries homepage — editorial / precision streetwear direction */

.mw-home-page {
  background: #090909;
}

.mw-home-page::before,
.mw-home-page::after {
  display: none;
}

.mw-home {
  --mw-red: #e13a2d;
  --mw-red-dark: #9f1712;
  --mw-ink: #0a0a0a;
  --mw-paper: #f2eee8;
  --mw-muted: #a9a6a1;
  --mw-line: rgba(255, 255, 255, 0.15);
  overflow: clip;
  background: var(--mw-ink);
  color: var(--white);
  z-index: 0;
}

.mw-container {
  width: min(100% - 64px, 1320px);
  margin-inline: auto;
}

.mw-section {
  position: relative;
  padding: clamp(5.5rem, 10vw, 10rem) 0;
}

.mw-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mw-muted);
  font-family: var(--font-condensed);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.1;
  text-transform: uppercase;
}

.mw-kicker__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mw-red);
  box-shadow: 0 0 0 5px rgba(225, 58, 45, 0.14);
}

.mw-kicker__line {
  display: block;
  width: 25px;
  height: 1px;
  background: var(--mw-red);
}

.mw-display {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 0.88;
  text-transform: uppercase;
}

.mw-display em {
  color: var(--mw-red);
  font-style: normal;
}

.mw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 58px;
  padding: 12px 20px 12px 25px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: var(--font-condensed);
  font-size: 0.91rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease, transform 250ms ease;
}

.mw-button span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 250ms ease;
}

.mw-button:hover {
  transform: translateY(-3px);
}

.mw-button:hover span {
  transform: rotate(45deg);
}

.mw-button--solid {
  background: var(--mw-red);
  color: var(--white);
}

.mw-button--solid span {
  background: var(--white);
  color: var(--mw-red);
}

.mw-button--solid:hover {
  background: #f04436;
}

.mw-button--light {
  background: var(--mw-paper);
  color: #111;
}

.mw-button--light span {
  color: var(--mw-paper);
  background: #111;
}

.mw-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--white);
  font-family: var(--font-condensed);
  font-size: 0.87rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
  transition: color 250ms ease;
}

.mw-text-link span {
  display: inline-block;
  color: var(--mw-red);
  font-family: var(--font-body);
  font-size: 1.05rem;
  transition: transform 250ms ease;
}

.mw-text-link:hover {
  color: var(--mw-red);
}

.mw-text-link:hover span {
  transform: translate(3px, -3px);
}

/* Hero */
.mw-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: max(45rem, calc(100svh - var(--navbar-h)));
  isolation: isolate;
  overflow: hidden;
  background: #090908;
}

.mw-hero::before,
.mw-hero::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  pointer-events: none;
}

.mw-hero::before {
  top: 0;
  background: linear-gradient(90deg, rgba(9, 9, 8, 0.98) 0%, rgba(9, 9, 8, 0.91) 29%, rgba(9, 9, 8, 0.24) 62%, rgba(9, 9, 8, 0.47) 100%);
}

.mw-hero::after {
  height: 30%;
  background: linear-gradient(transparent, var(--mw-ink));
}

.mw-hero__fallback {
  position: absolute;
  z-index: -3;
  inset: 0;
  overflow: hidden;
  background: #090908;
}

.mw-hero__fallback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.48;
  filter: grayscale(1) contrast(1.22) brightness(0.48);
  transform: scale(1.04);
}

.mw-hero__grid {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0.4;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-position: -1px -1px;
  background-size: clamp(42px, 4.2vw, 76px) clamp(42px, 4.2vw, 76px);
  mask-image: linear-gradient(90deg, #000 0%, #000 42%, transparent 72%);
}

.mw-hero__halo {
  position: absolute;
  z-index: -1;
  width: min(58vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(30px);
}

.mw-hero__halo--top {
  top: -42%;
  right: -18%;
  background: radial-gradient(circle, rgba(239, 53, 38, 0.25), transparent 66%);
}

.mw-hero__halo--bottom {
  bottom: -48%;
  left: 18%;
  background: radial-gradient(circle, rgba(214, 39, 29, 0.15), transparent 67%);
}

.mw-hero__scene {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.mw-hero__scene canvas {
  width: 100%;
  height: 100%;
  outline: none;
}

.mw-hero__grain {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0.23;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.mw-hero__content {
  display: flex;
  position: relative;
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  padding-top: clamp(7rem, 9.5vw, 10rem);
  padding-bottom: clamp(9rem, 11vw, 12rem);
}

.mw-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(2.35rem, 5vw, 5.7rem);
  color: #c5bfba;
  font-family: var(--font-condensed);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.mw-hero__eyebrow-mark {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mw-red);
  box-shadow: 0 0 0 5px rgba(225, 58, 45, 0.12), 0 0 16px rgba(225, 58, 45, 0.9);
}

.mw-hero__eyebrow-rule {
  width: clamp(24px, 3.2vw, 54px);
  height: 1px;
  margin-inline: 2px;
  background: rgba(255, 255, 255, 0.35);
}

.mw-hero__title {
  display: flex;
  flex-direction: column;
  max-width: min(70vw, 975px);
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(5.75rem, 11.5vw, 12.2rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.76;
  text-transform: uppercase;
}

.mw-hero__title-line {
  display: block;
  white-space: nowrap;
}

.mw-hero__title-line--accent {
  align-self: flex-end;
  margin-right: clamp(1.2rem, 7vw, 8.7rem);
  color: var(--mw-red);
  text-shadow: 0 0 42px rgba(225, 58, 45, 0.16);
}

.mw-hero__title-line--accent span {
  color: #f7e7e4;
}

.mw-hero__bottom {
  display: flex;
  align-items: center;
  margin-top: clamp(2.6rem, 5vw, 4.7rem);
}

.mw-hero__copy {
  display: none;
  max-width: 345px;
  color: #d1cbc6;
  font-size: 0.9rem;
  line-height: 1.7;
}

.mw-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 58px;
}

.mw-hero__actions .mw-text-link {
  min-height: 58px;
  padding: 0 25px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 0;
}

.mw-hero__meta {
  display: flex;
  position: absolute;
  z-index: 3;
  right: max(32px, calc((100vw - 1320px) / 2));
  bottom: 32px;
  align-items: center;
  gap: 12px;
  color: #aaa6a1;
  font-family: var(--font-condensed);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mw-hero__meta-divider {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--mw-red);
}

.mw-hero__scroll {
  display: flex;
  position: absolute;
  z-index: 3;
  bottom: 31px;
  left: max(32px, calc((100vw - 1320px) / 2));
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-family: var(--font-condensed);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mw-hero__scroll i {
  display: block;
  position: relative;
  width: 37px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.34);
}

.mw-hero__scroll i::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 45%;
  content: '';
  background: var(--mw-red);
  animation: mw-slide-line 1.8s ease-in-out infinite;
}

@keyframes mw-slide-line {

  0%,
  100% {
    transform: translateX(-105%);
  }

  50% {
    transform: translateX(230%);
  }
}

/* Marquee */
.mw-marquee {
  z-index: 2;
  overflow: hidden;
  padding: 15px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.17);
  background: var(--mw-red);
  color: #110707;
  font-family: var(--font-condensed);
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.mw-marquee__track,
.mw-marquee__group {
  display: flex;
  align-items: center;
}

.mw-marquee__track {
  width: max-content;
  animation: mw-marquee 28s linear infinite;
}

.mw-marquee__group {
  gap: clamp(1.25rem, 3vw, 3.7rem);
  padding-right: clamp(1.25rem, 3vw, 3.7rem);
}

.mw-marquee b {
  color: var(--white);
  font-size: 0.75em;
}

@keyframes mw-marquee {
  to {
    transform: translateX(-50%);
  }
}

/* Manifesto */
.mw-manifesto {
  background: #0b0b0b;
}

.mw-manifesto__layout {
  display: grid;
  grid-template-columns: minmax(150px, 0.58fr) minmax(0, 1.42fr);
  gap: 40px;
}

.mw-manifesto__eyebrow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mw-manifesto__index {
  color: var(--mw-red);
  font-family: var(--font-condensed);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.mw-manifesto__body {
  max-width: 960px;
}

.mw-manifesto__body .mw-display {
  max-width: 870px;
}

.mw-manifesto__body>p {
  max-width: 600px;
  margin: clamp(2rem, 4vw, 3.8rem) 0 25px;
  color: #c3bfba;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.72;
}

.mw-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(5rem, 10vw, 10.5rem);
  border-top: 1px solid var(--mw-line);
}

.mw-metric {
  min-height: 142px;
  padding: 25px 28px 15px 0;
  border-right: 1px solid var(--mw-line);
}

.mw-metric:not(:first-child) {
  padding-left: 28px;
}

.mw-metric:last-child {
  border-right: 0;
}

.mw-metric strong {
  display: block;
  margin-bottom: 11px;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 4.6vw, 5.2rem);
  font-weight: 400;
  line-height: 0.75;
}

.mw-metric strong span {
  color: var(--mw-red);
  font-size: 0.57em;
  vertical-align: top;
}

.mw-metric p {
  color: var(--mw-muted);
  font-family: var(--font-condensed);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

/* Collections */
.mw-collections {
  background: #e8e3dc;
  color: #101010;
}

.mw-collections .mw-kicker {
  color: #716d68;
}

.mw-collections .mw-display em {
  color: var(--mw-red-dark);
}

.mw-collections .mw-section-heading>p {
  color: #56524e;
}

.mw-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: clamp(3rem, 6vw, 5.7rem);
}

.mw-section-heading>p {
  max-width: 315px;
  margin-bottom: 5px;
  color: var(--mw-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.mw-category-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  grid-template-rows: repeat(2, minmax(200px, 290px));
  gap: 16px;
}

.mw-category-card {
  display: flex;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 270px;
  padding: 25px;
  color: var(--white);
  background: #1e1e1e;
}

.mw-category-card--large {
  grid-row: span 2;
}

.mw-category-card--compact {
  min-height: 0;
}

.mw-category-card>img,
.mw-category-card__wash {
  position: absolute;
  inset: 0;
}

.mw-category-card>img {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25) contrast(1.12) brightness(0.72);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 400ms ease;
}

.mw-category-card__wash {
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.1) 39%, rgba(0, 0, 0, 0.82) 100%);
  transition: background 400ms ease;
}

.mw-category-card__number {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 24px;
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--font-condensed);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.mw-category-card__content {
  position: relative;
  z-index: 2;
  display: grid;
  align-self: end;
  grid-template-columns: 1fr auto;
  width: 100%;
}

.mw-category-card__content small {
  grid-column: 1 / -1;
  margin-bottom: 6px;
  color: #d2ceca;
  font-family: var(--font-condensed);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mw-category-card__content strong {
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 4.6vw, 5rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.82;
  text-transform: uppercase;
}

.mw-category-card__content i {
  align-self: end;
  width: 32px;
  height: 32px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  transition: background 300ms ease, color 300ms ease, transform 300ms ease;
}

.mw-category-card:hover>img {
  filter: grayscale(0) contrast(1.05) brightness(0.76);
  transform: scale(1.07);
}

.mw-category-card:hover .mw-category-card__wash {
  background: linear-gradient(180deg, rgba(225, 58, 45, 0.08), rgba(0, 0, 0, 0.12) 42%, rgba(0, 0, 0, 0.84) 100%);
}

.mw-category-card:hover i {
  color: #111;
  background: var(--white);
  transform: rotate(45deg);
}

/* Signatures */
.mw-signatures {
  background: #161616;
}

.mw-signatures__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(45px, 8vw, 160px);
}

.mw-signatures__intro {
  max-width: 480px;
}

.mw-signatures__intro .mw-display {
  font-size: clamp(3.7rem, 6.3vw, 6.2rem);
}

.mw-signatures__intro>p:last-child {
  margin-top: 28px;
  color: var(--mw-muted);
  font-size: 0.93rem;
  line-height: 1.7;
}

.mw-signatures__list {
  border-top: 1px solid var(--mw-line);
}

.mw-signature {
  display: grid;
  grid-template-columns: 53px minmax(0, 1fr) 36px;
  gap: 13px;
  padding: 28px 0 30px;
  border-bottom: 1px solid var(--mw-line);
  transition: padding 300ms ease;
}

.mw-signature__number {
  padding-top: 5px;
  color: var(--mw-red);
  font-family: var(--font-condensed);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.mw-signature h3 {
  margin-bottom: 7px;
  font-family: var(--font-condensed);
  font-size: clamp(1.45rem, 2.25vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.mw-signature p {
  max-width: 460px;
  color: var(--mw-muted);
  font-size: 0.87rem;
  line-height: 1.65;
}

.mw-signature__mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: var(--mw-red);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: color 300ms ease, background 300ms ease, transform 300ms ease;
}

.mw-signature:hover {
  padding-right: 13px;
  padding-left: 13px;
}

.mw-signature:hover .mw-signature__mark {
  color: #101010;
  background: var(--mw-red);
  border-color: var(--mw-red);
  transform: rotate(45deg);
}

/* Products */
.mw-products {
  background: #0b0b0b;
}

.mw-section-heading--products {
  align-items: center;
}

.mw-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}

.mw-product-card {
  min-width: 0;
}

.mw-product-card__image {
  display: grid;
  position: relative;
  aspect-ratio: 0.84;
  overflow: hidden;
  place-items: center;
  background: #1b1a1a;
}

.mw-product-card__image::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, transparent 59%, rgba(0, 0, 0, 0.46));
}

.mw-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), filter 400ms ease;
}

.mw-product-card__image span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
  font-family: var(--font-condensed);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(-50%, -38%);
  transition: opacity 300ms ease, transform 300ms ease;
}

.mw-product-card__image:hover img {
  filter: brightness(0.64);
  transform: scale(1.055);
}

.mw-product-card__image:hover span {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.mw-product-card__details {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 12px;
  padding-top: 17px;
}

.mw-product-card__details p {
  color: var(--mw-red);
  font-family: var(--font-condensed);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mw-product-card__details h3 {
  grid-row: 2;
  margin: 2px 0 0;
  font-family: var(--font-condensed);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.mw-quote-button {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--mw-muted);
  font-family: var(--font-condensed);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: color 200ms ease, border-color 200ms ease;
}

.mw-quote-button span {
  margin-left: 3px;
  color: var(--mw-red);
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 400;
}

.mw-quote-button:hover {
  border-color: var(--mw-red);
  color: var(--white);
}

/* Process */
.mw-process {
  overflow: hidden;
  background: #e13a2d;
  color: #130807;
}

.mw-process .mw-kicker {
  color: rgba(19, 8, 7, 0.68);
}

.mw-process .mw-kicker__line {
  background: #130807;
}

.mw-process .mw-display em {
  color: #f7efeb;
}

.mw-process__head {
  margin-bottom: clamp(3.3rem, 8vw, 8rem);
}

.mw-process__line {
  position: absolute;
  z-index: 0;
  top: 56%;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(25, 8, 7, 0.4);
}

.mw-process__line span {
  display: block;
  width: 23%;
  height: 3px;
  background: var(--white);
}

.mw-process__steps {
  display: grid;
  position: relative;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(25px, 4vw, 60px);
  counter-reset: steps;
}

.mw-process__steps li {
  min-height: 196px;
}

.mw-process__steps li>span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 70px;
  border: 1px solid rgba(25, 8, 7, 0.7);
  border-radius: 50%;
  background: var(--mw-red);
  color: #1b0b09;
  font-family: var(--font-condensed);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mw-process__steps h3 {
  margin-bottom: 8px;
  font-family: var(--font-condensed);
  font-size: clamp(1.3rem, 2.3vw, 1.9rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}

.mw-process__steps p {
  max-width: 220px;
  color: rgba(19, 8, 7, 0.75);
  font-size: 0.82rem;
  line-height: 1.65;
}

/* Proof */
.mw-proof {
  background: #111;
}

.mw-proof__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.mw-proof__media {
  display: flex;
  position: relative;
  min-height: 550px;
  overflow: hidden;
  align-items: flex-end;
  padding: 27px;
  background: #282828;
}

.mw-proof__media::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.55));
}

.mw-proof__media>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
}

.mw-proof__stamp {
  display: inline-flex;
  z-index: 1;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: var(--white);
}

.mw-proof__stamp b {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 0.7;
}

.mw-proof__stamp small {
  font-family: var(--font-condensed);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.1;
  text-transform: uppercase;
}

.mw-proof__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 7vw, 8rem);
  background: #252525;
}

.mw-proof__content blockquote {
  max-width: 550px;
  margin: 28px 0 25px;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 5vw, 5.5rem);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 0.88;
  text-transform: uppercase;
}

.mw-proof__content>p:not(.mw-kicker) {
  max-width: 460px;
  color: #bbb7b2;
  font-size: 0.92rem;
  line-height: 1.7;
}

.mw-proof__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.mw-proof__tags span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #e4dfda;
  font-family: var(--font-condensed);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Final call to action */
.mw-cta {
  isolation: isolate;
  overflow: hidden;
  background: #d93429;
  color: #fff8f2;
}

.mw-cta::before,
.mw-cta::after {
  position: absolute;
  z-index: -1;
  width: min(56vw, 710px);
  aspect-ratio: 1;
  border-radius: 50%;
  content: '';
  filter: blur(10px);
}

.mw-cta::before {
  top: -48%;
  right: -14%;
  background: rgba(94, 0, 0, 0.32);
}

.mw-cta::after {
  bottom: -73%;
  left: 12%;
  border: 1px solid rgba(255, 246, 240, 0.22);
}

.mw-cta__grain {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
}

.mw-cta__content {
  max-width: 1040px;
}

.mw-cta .mw-kicker {
  color: rgba(255, 248, 242, 0.76);
}

.mw-cta .mw-display {
  margin-bottom: 26px;
  font-size: clamp(4.4rem, 9.6vw, 10.5rem);
}

.mw-cta .mw-display em {
  color: #1d0e0c;
}

.mw-cta__content>p:not(.mw-kicker) {
  max-width: 420px;
  margin-bottom: 32px;
  color: rgba(255, 248, 242, 0.84);
  font-size: 0.96rem;
  line-height: 1.7;
}

/* Homepage header refinement */
.mw-home-page #header-mount {
  height: var(--navbar-h);
}

.mw-home-page .navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(8, 8, 8, 0.63);
}

.mw-home-page .navbar__inner {
  max-width: 1390px;
}

.mw-home-page .navbar__logo-img {
  height: 49px;
}

.navbar__project-link {
  display: inline-flex;
  align-items: center;
  height: 38px;
  margin-left: 10px;
  padding: 0 13px;
  border: 1px solid rgba(225, 58, 45, 0.85);
  color: #f3efeb;
  font-family: var(--font-condensed);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: background 200ms ease, border-color 200ms ease;
}

.navbar__project-link:hover {
  border-color: var(--mw-red, #e13a2d);
  background: var(--mw-red, #e13a2d);
}

/* Motion is only enabled when GSAP is available. */


@media (prefers-reduced-motion: reduce) {

  .mw-marquee__track,
  .mw-hero__scroll i::after {
    animation: none;
  }

  .mw-home *,
  .mw-home *::before,
  .mw-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .mw-hero {
    min-height: max(47rem, calc(100svh - var(--navbar-h)));
  }

  .mw-manifesto__layout,
  .mw-signatures__layout {
    grid-template-columns: 1fr;
  }

  .mw-manifesto__eyebrow {
    flex-direction: row;
    align-items: center;
  }

  .mw-signatures__intro {
    max-width: 650px;
  }

  .mw-process__line {
    display: none;
  }

  .mw-process__steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .mw-process__steps li {
    min-height: 0;
  }

  .mw-process__steps li>span {
    margin-bottom: 24px;
  }

  .mw-proof__media {
    min-height: 470px;
  }

  .navbar__project-link {
    display: none;
  }
}

@media (max-width: 700px) {
  .mw-container {
    width: min(100% - 40px, 1320px);
  }

  .mw-section {
    padding: 5rem 0;
  }

  .mw-hero {
    min-height: max(45rem, calc(100svh - var(--navbar-h)));
  }

  .mw-hero__grid {
    mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.35));
  }

  .mw-hero::before {
    background: linear-gradient(90deg, rgba(9, 9, 8, 0.92), rgba(9, 9, 8, 0.62)), linear-gradient(0deg, #090908, transparent 46%);
  }

  .mw-hero__fallback img {
    object-position: 60% center;
    opacity: 0.56;
  }

  .mw-hero__scene {
    display: none;
  }

  .mw-hero__content {
    padding-top: 7.5rem;
    padding-bottom: 9.5rem;
  }

  .mw-hero__eyebrow {
    max-width: 295px;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    font-size: 0.67rem;
    line-height: 1.35;
  }

  .mw-hero__title {
    max-width: 100%;
    font-size: clamp(4rem, 18.5vw, 6.7rem);
    line-height: 0.8;
  }

  .mw-hero__title-line--accent {
    align-self: flex-start;
    margin-top: 0.1em;
    margin-right: 0;
    padding-left: 1.1rem;
  }

  .mw-hero__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    margin-top: 2.6rem;
  }

  .mw-hero__copy {
    display: block;
    max-width: 310px;
  }

  .mw-hero__actions {
    min-height: 0;
    gap: 20px 28px;
  }

  .mw-hero__actions .mw-text-link {
    min-height: 0;
    padding: 0 0 7px;
    border: 0;
    border-bottom: 1px solid currentColor;
  }

  .mw-hero__meta {
    display: none;
  }

  .mw-hero__scroll {
    bottom: 24px;
    left: 20px;
  }

  .mw-section-heading {
    display: block;
    margin-bottom: 2.5rem;
  }

  .mw-section-heading>p,
  .mw-section-heading .mw-text-link {
    margin-top: 20px;
  }

  .mw-metric-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
  }

  .mw-metric {
    min-height: 122px;
    padding: 20px 16px 15px 0;
    border-bottom: 1px solid var(--mw-line);
  }

  .mw-metric:nth-child(2n) {
    padding-right: 0;
    border-right: 0;
  }

  .mw-metric:nth-child(2n + 1):not(:first-child) {
    padding-left: 0;
  }

  .mw-metric:not(:first-child) {
    padding-left: 16px;
  }

  .mw-metric:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .mw-category-grid {
    display: flex;
    flex-direction: column;
  }

  .mw-category-card,
  .mw-category-card--compact {
    min-height: 300px;
  }

  .mw-category-card--large {
    min-height: 410px;
  }

  .mw-category-card__content strong {
    font-size: 3.4rem;
  }

  .mw-signature {
    grid-template-columns: 34px minmax(0, 1fr) 30px;
    gap: 10px;
  }

  .mw-product-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mw-product-card__image {
    aspect-ratio: 1 / 1.05;
  }

  .mw-process__steps {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

  .mw-proof__media {
    min-height: 350px;
  }

  .mw-proof__content {
    padding: 3.2rem 1.5rem;
  }

  .mw-proof__content blockquote {
    font-size: clamp(3rem, 12.5vw, 4.6rem);
  }

  .mw-cta .mw-display {
    font-size: clamp(4.5rem, 19vw, 7rem);
  }
}

@media (max-width: 420px) {
  .mw-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .mw-button {
    width: 100%;
  }

  .mw-marquee {
    font-size: 1.1rem;
  }

  .mw-signature h3 {
    font-size: 1.32rem;
  }
}