/*
Theme Name: Indomables
Theme URI: https://indomables.es
Author: Indomables
Description: Tema oficial de Indomables Clothing Brand, preparado para WooCommerce.
Version: 1.9.8
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: indomables
*/

:root {
  --id-black: #070707;
  --id-ink: #111111;
  --id-paper: #f2f0ec;
  --id-red: #c5161d;
  --id-muted: #999793;
  --id-border: rgba(255, 255, 255, 0.16);
  --id-max: 1500px;
  --id-announcement-height: 40px;
}

body.intro-active {
  overflow: hidden;
}

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 99999;
  overflow: hidden;
  background: #050505;
  color: #fff;
  opacity: 1;
  transition: opacity 0.45s ease;
}

.site-intro[hidden] {
  display: none;
}

.site-intro.is-closing {
  opacity: 0;
  pointer-events: none;
}

.site-intro__video,
.site-intro__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.site-intro__video {
  object-fit: cover;
  background: #050505;
}

.site-intro__shade {
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, transparent 20%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, transparent 24%);
}

.site-intro__controls {
  position: absolute;
  inset: 28px 32px auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  pointer-events: none;
}

.site-intro__controls button {
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 0;
  background: rgba(5, 5, 5, 0.72);
  color: #fff;
  font: 700 0.72rem/1.1 Montserrat, Arial, sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.site-intro__controls button:hover,
.site-intro__controls button:focus-visible {
  border-color: var(--id-red);
  background: var(--id-red);
  outline: none;
}

.site-intro__skip {
  order: 2;
}

.site-intro__sound {
  order: 1;
}

.site-intro__progress {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  height: 4px;
  background: rgba(255, 255, 255, 0.18);
}

.site-intro__progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--id-red);
}

@media (max-width: 700px) {
  .site-intro__controls {
    inset: 18px 16px auto;
  }

  .site-intro__controls button {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 0.62rem;
    letter-spacing: 0.09em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro {
    transition: none;
  }
}

.indomables-made-to-order-notice {
  position: relative;
  margin: 0 0 30px;
  padding: 24px 26px 24px 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 4px solid var(--id-red);
  background: #111;
  color: var(--id-paper);
}

.indomables-made-to-order-notice__kicker {
  margin: 0 0 8px !important;
  color: var(--id-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.indomables-made-to-order-notice > strong {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
}

.indomables-made-to-order-notice > p:not(.indomables-made-to-order-notice__kicker) {
  margin: 0 0 10px;
  color: #cbc8c2;
  line-height: 1.65;
}

.indomables-made-to-order-notice a {
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.indomables-made-to-order-notice a:hover,
.indomables-made-to-order-notice a:focus-visible {
  color: var(--id-red);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--id-black);
  color: var(--id-paper);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.whatsapp-contact {
  position: fixed;
  z-index: 120;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: #111;
  color: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.whatsapp-contact:hover,
.whatsapp-contact:focus-visible {
  transform: translateY(-2px);
  border-color: #25d366;
  background: #151515;
}

.whatsapp-contact__status {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.14);
}

@media (max-width: 640px) {
  .whatsapp-contact {
    right: 14px;
    bottom: 78px;
    min-height: 44px;
    padding: 0 14px;
    font-size: 10px;
  }
}

button,
input {
  font: inherit;
}

.screen-reader-text {
  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 {
  z-index: 9999;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: white;
  color: black;
}

.announcement-bar {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  min-height: var(--id-announcement-height);
  display: grid;
  place-items: center;
  padding: 10px 60px;
  background: var(--id-red);
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.11em;
}

.announcement-bar::after {
  content: "↗";
  margin-left: 12px;
}

.announcement-bar:hover {
  background: #df1820;
}

.site-header {
  position: absolute;
  z-index: 50;
  top: var(--id-announcement-height);
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px 4vw;
  border-bottom: 1px solid var(--id-border);
}

.site-header.is-solid {
  position: relative;
  top: 0;
  margin-top: var(--id-announcement-height);
  background: #090909;
}

.brand {
  width: fit-content;
}

.brand-lockup {
  display: block;
  width: 118px;
  height: auto;
}

.footer-brand {
  width: fit-content;
}

.footer-brand-lockup {
  display: block;
  width: 210px;
  height: auto;
}

.primary-nav ul {
  display: flex;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav a,
.header-shop,
.header-account {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  transition: color 180ms ease;
}

.primary-nav a:hover,
.header-shop:hover,
.header-account:hover {
  color: var(--id-red);
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 22px;
}

.cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  margin-left: 5px;
  border-radius: 50%;
  background: var(--id-red);
  color: white;
  font-size: 9px;
}

.menu-toggle {
  display: none;
  width: 34px;
  height: 30px;
  padding: 5px;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 150px 4vw 9vh;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center;
  animation: hero-in 1.4s ease-out both;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.3) 58%, rgba(0, 0, 0, 0.1)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 48%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.eyebrow {
  margin: 0 0 22px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.eyebrow.red {
  color: var(--id-red);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  margin-bottom: 28px;
  font-size: clamp(62px, 8.7vw, 140px);
  line-height: 0.82;
  letter-spacing: -0.065em;
  font-weight: 900;
}

.hero h1 em {
  display: block;
  color: var(--id-red);
  font-style: normal;
}

.hero-intro {
  max-width: 550px;
  color: #d1d1d1;
  font-size: 17px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  border: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.button-primary {
  background: var(--id-red);
  color: white;
}

.button-primary:hover {
  background: #df1820;
}

.text-link {
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.scroll-note {
  position: absolute;
  right: 4vw;
  bottom: 9vh;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: 0.18em;
}

.scroll-note::before {
  content: "";
  width: 1px;
  height: 55px;
  background: rgba(255, 255, 255, 0.7);
}

.statement-strip {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  padding: 19px 3vw 16px;
  background: var(--id-red);
  white-space: nowrap;
}

.statement-strip p {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.section {
  padding: 120px 4vw;
}

.section-inner {
  width: min(100%, var(--id-max));
  margin: 0 auto;
}

.collection {
  background: var(--id-paper);
  color: var(--id-ink);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  gap: 8vw;
  align-items: end;
  margin-bottom: 65px;
}

.section h2,
.newsletter h2 {
  margin-bottom: 0;
  font-size: clamp(46px, 6vw, 94px);
  line-height: 0.88;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.section-lead {
  margin-bottom: 4px;
  color: #55524e;
  font-size: 16px;
  line-height: 1.65;
}

.attitude-collection {
  padding-bottom: 105px;
}

.attitude-collection .section-heading {
  margin-bottom: 52px;
}

.attitude-collection h2 .red {
  color: var(--id-red);
}

.attitude-slider {
  position: relative;
  overflow: hidden;
  background: var(--id-black);
  color: #fff;
}

.attitude-slider__viewport {
  overflow: hidden;
  outline: none;
}

.attitude-slider__viewport:focus-visible {
  box-shadow: inset 0 0 0 3px var(--id-red);
}

.attitude-slider__track {
  display: flex;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.attitude-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
}

.attitude-slide__media {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #f3f0eb;
}

.attitude-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.attitude-slide figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  padding: 70px 38px 34px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.92));
  pointer-events: none;
}

.attitude-slide figcaption span {
  color: #d2d2d2;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.attitude-slide figcaption strong {
  max-width: 70%;
  text-align: right;
  font-size: clamp(24px, 3.2vw, 50px);
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.attitude-slider__toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 76px;
  padding: 0 22px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.attitude-slider__counter {
  min-width: 70px;
  margin: 0;
  color: #aaa;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.attitude-slider__counter span {
  color: #fff;
}

.attitude-slider__dots {
  display: flex;
  justify-content: center;
  gap: 9px;
}

.attitude-slider__dot {
  width: 30px;
  height: 2px;
  padding: 8px 0;
  border: 0;
  background: linear-gradient(transparent 7px, #5d5d5d 7px, #5d5d5d 9px, transparent 9px);
  cursor: pointer;
}

.attitude-slider__dot[aria-current="true"] {
  background: linear-gradient(transparent 7px, var(--id-red) 7px, var(--id-red) 9px, transparent 9px);
}

.attitude-slider__controls {
  display: flex;
  gap: 8px;
}

.attitude-slider__controls button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}

.attitude-slider__controls button:hover,
.attitude-slider__controls button:focus-visible {
  border-color: var(--id-red);
  background: var(--id-red);
}

.design-registration {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 24px;
  padding: 28px 30px;
  border: 1px solid #b7b1a8;
  border-left: 5px solid var(--id-red);
  background: #f5f2ec;
  color: var(--id-black);
}

.design-registration__mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 2px solid var(--id-red);
  border-radius: 50%;
  color: var(--id-red);
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}

.design-registration p {
  margin: 0;
}

.design-registration__eyebrow {
  color: var(--id-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.design-registration__title {
  margin-top: 3px !important;
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1;
}

.design-registration__copy {
  max-width: 980px;
  margin-top: 12px !important;
  color: #3e3b37;
  font-size: 14px;
  line-height: 1.6;
}

.collection-followup {
  padding-top: 105px;
  border-top: 1px solid #d2cec7;
  background: #ebe8e2;
}

.collection-followup__heading {
  grid-template-columns: 1fr;
}

.category-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 18px;
}

.category-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #161616;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transform: scale(1.015);
  transition: transform 550ms ease, opacity 550ms ease;
}

.category-card:hover img {
  opacity: 0.88;
  transform: scale(1.045);
}

.category-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 36px;
  color: white;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.92));
}

.category-overlay p {
  color: #d2d2d2;
  font-size: 10px;
  letter-spacing: 0.17em;
}

.category-overlay h3 {
  margin-bottom: 22px;
  font-size: clamp(32px, 3.8vw, 58px);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.category-overlay span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.concept-note {
  margin: 18px 0 0;
  color: #6f6c67;
  font-size: 11px;
}

.products-section {
  background: #e6e2dc;
  color: var(--id-ink);
}

.products-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 55px;
}

.products-header a {
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  margin-bottom: 17px;
  background: #d4d0ca;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  color: var(--id-ink);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
  color: #5f5b55;
  font-size: 13px;
}

.woocommerce ul.products li.product .button {
  display: none;
}

.empty-collection {
  grid-column: 1 / -1;
  padding: 70px 30px;
  border: 1px solid #c3beb6;
  text-align: center;
}

.empty-collection strong {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
}

.empty-collection p {
  margin: 0;
  color: #68635c;
}

.manifesto {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10vw;
  padding: 140px 8vw;
  background: #0a0a0a;
}

.donation-manifesto {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10vw;
  padding: 140px 8vw;
  border-top: 1px solid #242424;
  background: #0a0a0a;
}

.donation-manifesto-copy p {
  max-width: 900px;
  margin-bottom: 11px;
  font-size: clamp(25px, 3.1vw, 49px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.donation-manifesto-copy em {
  color: var(--id-red);
  font-style: normal;
}

.donation-manifesto-action {
  display: inline-flex;
  margin-top: 34px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.donation-manifesto .indomables-donation-total {
  grid-column: 2;
  margin: 30px 0 0;
  border-color: #333;
  background: #050505;
}

.materials-manifesto {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10vw;
  padding: 140px 8vw;
  border-top: 1px solid #d1ccc4;
  background: #ede9e2;
  color: #0a0a0a;
}

.materials-manifesto-copy > p:not(.materials-explanation) {
  max-width: 900px;
  margin-bottom: 11px;
  font-size: clamp(25px, 3.1vw, 49px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.materials-manifesto-copy em {
  color: var(--id-red);
  font-style: normal;
}

.materials-explanation {
  max-width: 820px;
  margin: 32px 0;
  color: #514c45;
  font-size: 16px;
  line-height: 1.75;
}

.materials-standards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: #c4beb5;
}

.materials-standards li {
  min-height: 150px;
  padding: 28px;
  background: #0a0a0a;
  color: white;
}

.materials-standards strong,
.materials-standards span {
  display: block;
}

.materials-standards strong {
  margin-bottom: 12px;
  color: var(--id-red);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.materials-standards span {
  color: #d6d1ca;
  font-size: 13px;
  line-height: 1.6;
}

.materials-manifesto-copy > small {
  display: block;
  margin-top: 18px;
  color: #6b655d;
  font-size: 11px;
  line-height: 1.55;
}

.manifesto-index {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: var(--id-red);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.16em;
}

.manifesto-index span {
  font-size: 46px;
  letter-spacing: -0.06em;
}

.manifesto-copy p {
  max-width: 900px;
  margin-bottom: 11px;
  font-size: clamp(25px, 3.1vw, 49px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.manifesto-rule {
  width: 80px;
  height: 4px;
  margin: 45px 0;
  background: var(--id-red);
}

.origin {
  position: relative;
  min-height: 680px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  background: #d9d5ce;
  color: #111;
}

.origin-year {
  position: absolute;
  left: -3vw;
  bottom: -0.19em;
  color: #c9c4bb;
  font-size: min(39vw, 620px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.095em;
}

.origin-content {
  position: relative;
  z-index: 2;
  width: min(540px, 48vw);
}

.origin-content > p:not(.eyebrow) {
  max-width: 475px;
  margin: 35px 0;
  color: #4f4c48;
  font-size: 17px;
  line-height: 1.65;
}

.origin-content strong {
  display: block;
  padding-left: 18px;
  border-left: 4px solid var(--id-red);
  font-size: 19px;
  line-height: 1.25;
}

.newsletter {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: start;
  padding: 110px 8vw;
  background: var(--id-red);
}

.newsletter h2 {
  font-size: clamp(44px, 5.5vw, 82px);
}

.newsletter-intro {
  max-width: 620px;
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.65;
}

.newsletter-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.newsletter-option {
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(0, 0, 0, 0.12);
}

.newsletter-option h3 {
  margin: 6px 0 16px;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1;
}

.newsletter-option > p:not(.eyebrow) {
  min-height: 72px;
  margin-bottom: 22px;
  line-height: 1.5;
}

.newsletter .sib_signup_form p {
  margin: 0 0 14px;
}

.newsletter .sib_signup_form label {
  display: grid;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newsletter .sib_signup_form input[type="email"],
.newsletter .sib_signup_form input[type="text"] {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.96);
  color: var(--id-black);
  font: inherit;
}

.newsletter .sib-default-btn {
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 2px solid white;
  border-radius: 0;
  background: var(--id-black);
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.newsletter .sib-default-btn:hover,
.newsletter .sib-default-btn:focus-visible {
  background: white;
  color: var(--id-black);
}

.newsletter .sib_msg_disp {
  margin: 14px 0 0;
  font-weight: 800;
}

.newsletter-privacy {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  line-height: 1.55;
}

.newsletter-privacy a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
  padding: 80px 4vw 35px;
  background: #050505;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 15px 45px;
  color: #b1b1b1;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.site-footer > p {
  grid-column: 1 / -1;
  margin: 45px 0 0;
  padding-top: 25px;
  border-top: 1px solid #282828;
  color: #666;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.footer-rights {
  display: block;
  margin-bottom: 9px;
  color: #a7a39d;
  line-height: 1.6;
}

.footer-credit {
  color: #8c8984;
}

.content-shell {
  min-height: 70vh;
  padding: 80px 4vw 120px;
  background: var(--id-paper);
  color: var(--id-ink);
}

.content-shell > * {
  width: min(100%, var(--id-max));
  margin-right: auto;
  margin-left: auto;
}

.content-shell h1,
.content-shell .page-title {
  margin: 0 0 45px;
  font-size: clamp(42px, 7vw, 92px);
  line-height: 0.91;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.content-shell h2,
.content-shell h3 {
  letter-spacing: -0.03em;
}

.friends-page {
  min-height: 70vh;
  background: var(--id-paper);
  color: var(--id-ink);
}

.friends-hero {
  padding: 110px 4vw 80px;
  background:
    linear-gradient(115deg, rgba(197, 22, 29, 0.14), transparent 38%),
    var(--id-ink);
  color: white;
}

.friends-hero__inner,
.friends-directory {
  width: min(100%, var(--id-max));
  margin: 0 auto;
}

.friends-hero__eyebrow,
.friend-card__category {
  margin: 0 0 18px;
  color: var(--id-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.friends-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(58px, 10vw, 148px);
  line-height: 0.82;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.friends-hero__intro {
  max-width: 690px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.45;
}

.friends-directory {
  padding: 85px 0 120px;
}

.friend-card {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  padding: 46px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.24);
  border-bottom: 1px solid rgba(17, 17, 17, 0.24);
}

.friend-card__index {
  color: var(--id-red);
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
}

.friend-card__category {
  margin-bottom: 10px;
}

.friend-card h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.5vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.friend-card__copy {
  max-width: 760px;
  margin: 0;
  color: #595550;
  font-size: 17px;
  line-height: 1.65;
}

.friend-card__link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--id-ink);
  background: var(--id-ink);
  color: white;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.friend-card__link:hover,
.friend-card__link:focus-visible {
  background: var(--id-red);
  color: white;
}

.friends-directory__note {
  max-width: 650px;
  margin: 32px 0 0;
  color: #77716a;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 880px) {
  .friends-hero {
    padding: 88px 20px 64px;
  }

  .friends-directory {
    padding: 60px 20px 90px;
  }

  .friend-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 26px;
  }

  .friend-card__link {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .friends-hero h1 {
    font-size: clamp(52px, 20vw, 88px);
  }

  .friend-card {
    grid-template-columns: 1fr;
  }

  .friend-card__index {
    font-size: 38px;
  }

  .friend-card__link {
    grid-column: 1;
    width: 100%;
  }
}

.content-shell a:not(.button):not(.wp-element-button) {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.woocommerce-breadcrumb {
  margin: 0 0 28px !important;
  color: #77716a !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shop-discovery {
  clear: both;
  margin: 0 0 44px;
  padding: 30px;
  background: var(--id-ink);
  color: white;
}

.shop-discovery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 28px;
}

.shop-discovery-kicker {
  margin: 0 0 8px;
  color: var(--id-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.content-shell .shop-discovery h2 {
  margin: 0;
  color: white;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.shop-product-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 52px;
}

.shop-product-search input[type="search"] {
  min-width: 0;
  padding: 0 17px;
  border: 1px solid #494949;
  border-right: 0;
  border-radius: 0;
  outline: 0;
  background: #1d1d1d;
  color: white;
}

.shop-product-search input[type="search"]::placeholder {
  color: #a7a7a7;
}

.shop-product-search input[type="search"]:focus {
  border-color: white;
}

.shop-product-search button {
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: var(--id-red);
  color: white;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-product-search button:hover {
  background: white;
  color: var(--id-ink);
}

.shop-category-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  border-top: 1px solid #343434;
  border-left: 1px solid #343434;
}

.content-shell .shop-category-nav a:not(.button):not(.wp-element-button) {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 16px;
  border-right: 1px solid #343434;
  border-bottom: 1px solid #343434;
  color: #d5d5d5;
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.shop-category-nav a:hover,
.shop-category-nav a.is-active {
  background: var(--id-red);
  color: white !important;
}

.shop-category-nav small {
  color: #868686;
  font-size: 10px;
}

.shop-category-nav a:hover small,
.shop-category-nav a.is-active small {
  color: white;
}

.shop-cut-filter,
.shop-line-filter,
.shop-theme-filter,
.shop-editorial-filter {
  margin-top: 24px;
}

.shop-editorial-facets {
  margin-top: 30px;
  padding: 22px;
  border: 1px solid #343434;
  background: #101010;
}

.shop-editorial-facets-intro {
  max-width: 760px;
  margin: 0;
  color: #c4c0ba;
  font-size: 13px;
  line-height: 1.6;
}

.shop-thematic-intro {
  margin: 0 0 28px;
  padding: 24px;
  border: 1px solid #343434;
  border-left: 4px solid var(--id-red);
  background: #141414;
}

.content-shell .shop-thematic-intro h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 3vw, 38px);
}

.shop-thematic-intro > p:last-child {
  max-width: 820px;
  margin: 0;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 1.65;
}

.shop-cut-filter-label {
  margin: 0 0 10px;
  color: #a7a7a7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shop-cut-nav {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-line-nav {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.shop-theme-nav,
.shop-facet-nav {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-cut-badge {
  margin: 7px 0 3px;
  color: #77716a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 32px;
  color: #6e6962;
  font-size: 12px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.select2-container--default .select2-selection--single {
  min-height: 48px;
  border: 1px solid #bdb8b0;
  border-radius: 0;
  background: white;
  color: var(--id-ink);
}

.woocommerce .woocommerce-ordering select {
  padding: 0 42px 0 14px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 13px 14px;
}

.woocommerce form .form-row textarea {
  min-height: 130px;
}

.woocommerce form .form-row label {
  margin-bottom: 7px;
  color: #5d5851;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.woocommerce form .form-row .required {
  color: var(--id-red);
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 46px;
  padding: 14px 20px;
  border: 0;
  border-radius: 0;
  background: var(--id-red);
  color: white;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: #9f1016;
  color: white;
}

.woocommerce a.remove {
  color: var(--id-red) !important;
}

.woocommerce a.remove:hover {
  background: var(--id-red);
  color: white !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 18px 18px 18px 50px;
  border-top-width: 3px;
  background: white;
  color: var(--id-ink);
  border-top-color: var(--id-red);
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  color: var(--id-red);
}

.woocommerce table.shop_table {
  border: 1px solid #c9c4bc;
  border-collapse: collapse;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.55);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 18px;
  border-color: #d2cdc5;
}

.woocommerce table.shop_table th {
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.woocommerce-cart table.cart img {
  width: 95px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 190px;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #bdb8b0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: min(100%, 560px);
}

.woocommerce .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 28px;
  border: 1px solid #c9c4bc;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.58);
}

.woocommerce-checkout #customer_details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.woocommerce-checkout #customer_details::before,
.woocommerce-checkout #customer_details::after {
  display: none;
}

.woocommerce-checkout #customer_details > div {
  width: auto;
  float: none;
}

.woocommerce-checkout #order_review_heading {
  margin-top: 55px;
}

.woocommerce-checkout #payment {
  border-radius: 0;
  background: #ddd8d0;
}

.woocommerce-checkout #payment div.payment_box {
  background: white;
  color: var(--id-ink);
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: white;
}

.woocommerce div.product {
  display: flow-root;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 60px;
}

.woocommerce div.product .product_title {
  margin-bottom: 22px;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--id-red);
  font-size: 23px;
  font-weight: 800;
}

.woocommerce div.product form.cart {
  display: flex;
  gap: 10px;
  align-items: stretch;
  margin-top: 32px;
}

.woocommerce div.product form.cart .button {
  flex: 1;
}

.product-materials {
  margin: 30px 0 12px;
  padding: 24px;
  border: 1px solid #c5c0b8;
  background: #f1ede7;
}

.product-materials-kicker {
  margin: 0 0 16px;
  color: var(--id-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-materials-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-materials-list li {
  padding: 14px;
  background: #0a0a0a;
  color: white;
}

.product-materials-list strong,
.product-materials-list span {
  display: block;
}

.product-materials-list strong {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-materials-list span {
  margin-top: 6px;
  color: #bcb7b0;
  font-size: 10px;
  line-height: 1.45;
}

.product-materials > small {
  display: block;
  margin-top: 14px;
  color: #68635c;
  font-size: 10px;
  line-height: 1.5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-color: #bdb8b0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 4px 0 0;
  border-radius: 0;
  border-color: #bdb8b0;
  background: #ddd8d0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: white;
}

.woocommerce-MyAccount-navigation {
  width: 26%;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #c9c4bc;
}

.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #c9c4bc;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 15px 4px;
  color: #605b54;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-MyAccount-navigation .is-active a {
  color: var(--id-red);
}

.woocommerce-MyAccount-content {
  width: 70%;
}

.content-shell .wc-block-components-button:not(.is-link) {
  min-height: 50px;
  border: 0;
  border-radius: 0;
  background: var(--id-red);
  color: white;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.content-shell .wc-block-components-button:not(.is-link):hover {
  background: #9f1016;
  color: white;
}

.content-shell .wc-block-components-button:focus,
.content-shell .wc-block-components-text-input input:focus,
.content-shell .wc-block-components-combobox-control input:focus {
  outline: 2px solid var(--id-red);
  outline-offset: 2px;
}

.content-shell .wc-block-components-text-input input,
.content-shell .wc-block-components-combobox-control input,
.content-shell .wc-block-components-address-form select {
  border: 1px solid #bdb8b0;
  border-radius: 0;
  background: white;
  color: var(--id-ink);
}

.content-shell .wc-block-components-text-input label,
.content-shell .wc-block-components-combobox-control label {
  color: #68625b;
}

.content-shell .wc-block-components-product-name {
  color: var(--id-ink);
  font-weight: 800;
  text-transform: uppercase;
}

.content-shell .wc-block-cart-items,
.content-shell .wc-block-components-sidebar,
.content-shell .wc-block-checkout__main {
  color: var(--id-ink);
}

.content-shell .wc-block-cart-items {
  border-bottom: 1px solid #c9c4bc;
}

.content-shell .wc-block-cart-items th,
.content-shell .wc-block-cart-items td,
.content-shell .wc-block-components-totals-wrapper {
  border-color: #c9c4bc;
}

.content-shell .wc-block-components-sidebar {
  padding: 28px;
  background: rgba(255, 255, 255, 0.58);
}

.content-shell .wc-block-components-order-summary .wc-block-components-panel__button,
.content-shell .wc-block-components-totals-item__label,
.content-shell .wc-block-components-checkout-step__title {
  font-weight: 800;
}

.content-shell .wc-block-components-checkout-step__heading {
  border-bottom: 1px solid #c9c4bc;
}

.content-shell .wc-block-components-notice-banner {
  border-radius: 0;
}

.content-shell .wp-block-woocommerce-empty-cart-block {
  padding: 55px 20px;
  border: 1px solid #c9c4bc;
  background: rgba(255, 255, 255, 0.45);
}

.content-shell .wp-block-woocommerce-empty-cart-block h2 {
  font-size: clamp(28px, 4vw, 52px);
  letter-spacing: -0.04em;
}

@keyframes hero-in {
  from {
    transform: scale(1.04);
    opacity: 0.3;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 900px) {
  :root {
    --id-announcement-height: 52px;
  }

  .announcement-bar {
    padding: 9px 18px;
    font-size: 9px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding: 18px 20px;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: grid;
    place-items: center;
    visibility: hidden;
    opacity: 0;
    background: rgba(5, 5, 5, 0.98);
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .primary-nav.is-open {
    z-index: 40;
    visibility: visible;
    opacity: 1;
  }

  .primary-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .primary-nav a {
    font-size: 24px;
  }

  .header-shop,
  .header-account {
    display: none;
  }

  .brand-lockup {
    width: 92px;
  }

  .footer-brand-lockup {
    width: 170px;
  }

  .hero {
    min-height: 860px;
    padding: 130px 20px 85px;
  }

  .hero-media {
    object-position: 67% center;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.18) 77%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.45), transparent);
  }

  .hero h1 {
    font-size: clamp(55px, 17vw, 82px);
  }

  .hero-intro {
    max-width: 92%;
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .scroll-note {
    display: none;
  }

  .statement-strip {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .section {
    padding: 85px 20px;
  }

  .section-heading,
  .category-grid,
  .manifesto,
  .donation-manifesto,
  .materials-manifesto,
  .newsletter {
    grid-template-columns: 1fr;
  }

  .newsletter-options {
    grid-template-columns: 1fr;
  }

  .newsletter-option > p:not(.eyebrow) {
    min-height: 0;
  }

  .section-heading {
    gap: 30px;
    margin-bottom: 45px;
  }

  .attitude-collection {
    padding-bottom: 75px;
  }

  .attitude-slide figcaption {
    padding: 60px 24px 24px;
  }

  .attitude-slider__toolbar {
    gap: 16px;
    padding-left: 22px;
  }

  .collection-followup {
    padding-top: 75px;
  }

  .category-card,
  .category-main {
    min-height: 450px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-discovery-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .woocommerce-checkout #customer_details {
    grid-template-columns: 1fr;
  }

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }

  .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }

  .manifesto {
    gap: 55px;
    padding: 90px 20px;
  }

  .donation-manifesto {
    gap: 55px;
    padding: 90px 20px;
  }

  .donation-manifesto-copy p {
    font-size: 28px;
  }

  .donation-manifesto .indomables-donation-total {
    grid-column: 1;
  }

  .materials-manifesto {
    gap: 55px;
    padding: 90px 20px;
  }

  .materials-manifesto-copy > p:not(.materials-explanation) {
    font-size: 28px;
  }

  .materials-standards {
    grid-template-columns: 1fr;
  }

  .manifesto-copy p {
    font-size: 28px;
  }

  .origin {
    min-height: 700px;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 90px;
  }

  .origin-year {
    top: 15px;
    bottom: auto;
    font-size: 42vw;
  }

  .origin-content {
    width: 100%;
  }

  .newsletter {
    gap: 65px;
    padding: 85px 20px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 70px 20px 30px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
	.design-registration {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 22px 20px;
	}

	.design-registration__mark {
		width: 44px;
		height: 44px;
		font-size: 23px;
	}

	.attitude-slide__media {
		aspect-ratio: 4 / 3;
	}

	.attitude-slide figcaption {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding: 58px 18px 18px;
	}

	.attitude-slide figcaption strong {
		max-width: 100%;
		text-align: left;
	}

	.attitude-slider__toolbar {
		grid-template-columns: 1fr auto;
		min-height: 68px;
		padding: 0 14px 0 18px;
	}

	.attitude-slider__dots {
		display: none;
	}

	.product-materials-list {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .shop-discovery {
    margin-bottom: 32px;
    padding: 22px;
  }

  .shop-product-search {
    grid-template-columns: 1fr;
  }

  .shop-product-search input[type="search"] {
    min-height: 50px;
    border-right: 1px solid #494949;
  }

  .shop-product-search button {
    min-height: 46px;
  }

  .shop-category-nav {
    grid-template-columns: 1fr 1fr;
  }

  .shop-cut-nav {
    grid-template-columns: 1fr;
  }

  .shop-line-nav {
    grid-template-columns: 1fr 1fr;
  }

  .shop-theme-nav,
  .shop-facet-nav {
    grid-template-columns: 1fr;
  }

  .content-shell {
    padding: 60px 20px 90px;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    padding: 14px;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
  }

  .woocommerce .cart_totals,
  .woocommerce-checkout-review-order,
  .woocommerce .woocommerce-MyAccount-content,
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 20px;
  }

  .content-shell .wc-block-components-sidebar {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-media {
    animation: none;
  }

  .category-card img,
  .attitude-slider__track,
  .attitude-slider__controls button,
  .primary-nav,
  .menu-toggle span {
    transition: none;
  }
}

.indomables-tracking-card {
  margin: 30px 0;
  padding: 24px;
  border-left: 4px solid var(--brand-red, #c5161d);
  background: #f5f3ef;
  color: #111;
}

.indomables-tracking-card h2 {
  margin-top: 0;
}
