:root {
  --ink: #11110f;
  --paper: #f4efe5;
  --bone: #e4d7c3;
  --sand: #bca987;
  --olive: #555b43;
  --navy: #151d31;
  --ember: #9d3d24;
  --muted: #777064;
  --line: rgba(17, 17, 15, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  background: rgba(244, 239, 229, 0.82);
  border-bottom: 1px solid rgba(17, 17, 15, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.header-cta,
nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font: 900 24px Archivo, Inter, sans-serif;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: var(--ink);
  color: var(--paper);
}

.brand-mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

nav {
  gap: 28px;
  color: rgba(17, 17, 15, 0.72);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-cta {
  justify-self: end;
  min-height: 40px;
  padding: 0 16px;
  background: var(--ink);
  color: var(--paper);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  display: grid;
  min-height: 96vh;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  padding-top: 72px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 7vw, 104px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--ember);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font: 900 clamp(76px, 12vw, 174px) / 0.82 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(17, 17, 15, 0.78);
  font-size: clamp(20px, 2.2vw, 31px);
  line-height: 1.2;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.button.primary {
  background: var(--ink);
  color: var(--paper);
}

.button.ghost {
  background: transparent;
}

.hero-image {
  position: relative;
  display: grid;
  min-height: 620px;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(17, 17, 15, 0.12), transparent 32%),
    radial-gradient(circle at 70% 34%, rgba(157, 61, 36, 0.23), transparent 30%),
    var(--bone);
}

.hero-image::before {
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(17, 17, 15, 0.18);
  content: "";
}

.hero-image img {
  position: relative;
  width: min(880px, 110%);
  margin-left: -5%;
  filter: drop-shadow(0 28px 42px rgba(17, 17, 15, 0.2));
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-strip div {
  padding: 28px clamp(20px, 5vw, 70px);
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  margin-bottom: 8px;
  font: 900 22px Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.proof-strip span {
  color: var(--muted);
  font-weight: 700;
}

.manifesto,
.retail {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(74px, 9vw, 132px) clamp(20px, 4vw, 40px);
}

.collections {
  width: 100%;
  padding: clamp(74px, 9vw, 132px) 0;
}

.manifesto {
  max-width: none;
  padding-right: clamp(20px, 8vw, 130px);
  padding-left: clamp(20px, 8vw, 130px);
  background:
    linear-gradient(135deg, rgba(217, 130, 93, 0.12), transparent 34%),
    #15110f;
  color: var(--paper);
}

.manifesto p,
.manifesto .section-kicker,
.manifesto h2 {
  max-width: 980px;
}

.manifesto h2,
.section-heading h2,
.retail h2,
.statement h2 {
  margin-bottom: 26px;
  font: 900 clamp(44px, 6vw, 90px) / 0.92 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.manifesto p {
  margin-bottom: 18px;
  color: rgba(244, 239, 229, 0.76);
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.28;
  font-weight: 600;
}

.manifesto .section-kicker {
  color: #d9825d;
}

.manifesto h2 {
  color: var(--paper);
}

.manifesto p:last-child {
  margin-bottom: 0;
  color: var(--paper);
  font-weight: 850;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}

.wide-inner {
  max-width: none;
  padding-right: clamp(20px, 5vw, 86px);
  padding-left: clamp(20px, 5vw, 86px);
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.collection {
  overflow: hidden;
  border: 1px solid var(--line);
}

.collection.feature {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  min-height: 520px;
  margin-bottom: 0;
  border-right: 0;
  border-left: 0;
}

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

.collection-copy {
  padding: clamp(32px, 5vw, 60px);
}

.collection-number,
.collection-card span {
  display: block;
  margin-bottom: 20px;
  color: var(--sand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.collection h3,
.collection-card h3 {
  margin-bottom: 18px;
  font: 900 clamp(44px, 5vw, 84px) / 0.88 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.collection-copy p,
.collection-card p,
.retail p {
  color: rgba(244, 239, 229, 0.76);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.collection-copy ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(244, 239, 229, 0.82);
  font-weight: 700;
}

.collection-copy li::before {
  margin-right: 10px;
  color: var(--sand);
  content: "/";
}

.core-punch {
  max-width: 620px;
  margin: 26px 0 26px;
  color: var(--sand);
  font: 900 clamp(32px, 5vw, 74px) / 0.84 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.collection.feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.collection-stories {
  display: grid;
  gap: 0;
}

.collection-story {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  overflow: hidden;
  background: #fffaf2;
  border: 1px solid var(--line);
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

.collection-story.reverse {
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
}

.collection-story.reverse .collection-media {
  grid-column: 2;
}

.collection-story.reverse .collection-content {
  grid-column: 1;
  grid-row: 1;
}

.collection-media {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--ink);
}

.collection-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 15, 0.08), transparent 36%),
    linear-gradient(0deg, rgba(17, 17, 15, 0.16), transparent 34%);
  content: "";
  pointer-events: none;
}

.collection-story img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  transform: scale(1.04);
}

.collection-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 78px);
}

.collection-story span {
  margin-bottom: 22px;
  color: var(--ember);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.collection-story h3 {
  margin-bottom: 24px;
  max-width: 100%;
  overflow-wrap: anywhere;
  font: 900 clamp(58px, 7vw, 112px) / 0.78 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.marked-story h3,
.gaditas-story h3 {
  font-size: clamp(50px, 6.2vw, 94px);
}

.collection-story p {
  max-width: 520px;
  margin-bottom: 30px;
  color: rgba(17, 17, 15, 0.74);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.24;
  font-weight: 700;
}

.collection-line {
  max-width: 600px;
  color: rgba(17, 17, 15, 0.88);
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.05;
  font-weight: 900;
}

.collection-line mark {
  padding: 0 0.08em;
  background: transparent;
  color: var(--ember);
}

.collection-punch {
  max-width: 680px;
  margin: 8px 0 34px;
  font: 900 clamp(38px, 6vw, 92px) / 0.82 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.media-stamp {
  position: absolute;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 42px);
  z-index: 2;
  max-width: min-content;
  color: rgba(244, 239, 229, 0.88);
  font: 900 clamp(44px, 8vw, 116px) / 0.78 Archivo, Inter, sans-serif;
  text-align: right;
  text-transform: uppercase;
  mix-blend-mode: difference;
}

.collection-story strong {
  color: var(--olive);
  font: 900 15px Inter, Arial, sans-serif;
  letter-spacing: 0.11em;
}

.collection-story.fire {
  background: #17110f;
  color: var(--paper);
}

.collection-story.fire .collection-line,
.collection-story.fire p {
  color: rgba(244, 239, 229, 0.74);
}

.collection-story.fire .collection-line mark,
.collection-story.fire strong,
.collection-story.fire span {
  color: #d9825d;
}

.mk-story {
  background: #eee4d4;
}

.marked-story {
  background: #e8ddcb;
}

.gaditas-story {
  background: #d6c09d;
}

.gaditas-story .collection-line mark,
.gaditas-story span {
  color: var(--olive);
}

.gaditas-story .collection-punch {
  color: #3c422f;
}

.sarca-story .collection-punch {
  color: #d9825d;
}

.collection-card {
  min-height: 520px;
  overflow: hidden;
  padding: 22px;
  background: #fffaf2;
  border: 1px solid var(--line);
}

.collection-card h3 {
  font-size: clamp(34px, 3vw, 50px);
}

.collection-card p {
  color: rgba(17, 17, 15, 0.72);
  font-size: 15px;
}

.card-art {
  display: grid;
  height: 230px;
  place-items: center;
  margin: -22px -22px 24px;
  overflow: hidden;
}

.card-art img {
  width: 148%;
  max-width: none;
}

.mk {
  background: #e6ddcf;
}

.marked {
  background: #d7c7ad;
}

.visual-card {
  position: relative;
  color: var(--paper);
}

.visual-card p {
  color: rgba(244, 239, 229, 0.78);
}

.visual-card .symbol {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  margin-bottom: 116px;
  border: 1px solid rgba(244, 239, 229, 0.35);
  font: 900 64px Archivo, Inter, sans-serif;
}

.gaditas {
  background:
    linear-gradient(160deg, rgba(17, 17, 15, 0.25), transparent 42%),
    var(--olive);
}

.sarca {
  background:
    linear-gradient(150deg, rgba(244, 239, 229, 0.12), transparent 30%),
    var(--ember);
}

.statement {
  padding: clamp(76px, 10vw, 150px) clamp(20px, 5vw, 70px);
  background: var(--navy);
  color: var(--paper);
}

.statement p {
  margin-bottom: 20px;
  color: var(--sand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.statement h2 {
  max-width: 1120px;
  margin: 0;
}

.retail {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  gap: clamp(34px, 6vw, 86px);
  padding-right: clamp(20px, 6vw, 90px);
  padding-left: clamp(20px, 6vw, 90px);
  background:
    linear-gradient(135deg, rgba(157, 61, 36, 0.14), transparent 32%),
    #fffaf2;
}

.retail p {
  max-width: 780px;
  color: rgba(17, 17, 15, 0.74);
  font-size: 20px;
}

.retail-signals {
  display: grid;
  max-width: 880px;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 38px;
  border: 1px solid var(--line);
}

.retail-signals div {
  min-height: 138px;
  padding: 20px;
  border-right: 1px solid var(--line);
}

.retail-signals div:last-child {
  border-right: 0;
}

.retail-signals strong,
.retail-signals span {
  display: block;
}

.retail-signals strong {
  margin-bottom: 10px;
  font: 900 20px Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.retail-signals span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.38;
  font-weight: 700;
}

.retail-form {
  display: grid;
  gap: 16px;
  align-self: start;
  padding: 24px;
  background: var(--ink);
  color: var(--paper);
}

.retail-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.retail-form input,
.retail-form select,
.retail-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(244, 239, 229, 0.24);
  border-radius: 0;
  background: rgba(244, 239, 229, 0.08);
  color: var(--paper);
  font: 600 16px Inter, Arial, sans-serif;
}

.retail-form textarea {
  min-height: 126px;
  padding-top: 14px;
  resize: vertical;
}

.retail-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, rgba(244, 239, 229, 0.7) 50%) calc(100% - 20px) 21px / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(244, 239, 229, 0.7) 50%, transparent 50%) calc(100% - 14px) 21px / 7px 7px no-repeat,
    rgba(244, 239, 229, 0.08);
}

.retail-form input::placeholder,
.retail-form textarea::placeholder {
  color: rgba(244, 239, 229, 0.42);
}

.retail-form button {
  min-height: 54px;
  margin-top: 6px;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  font: 900 13px Inter, Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.retail-form small {
  color: rgba(244, 239, 229, 0.56);
  line-height: 1.4;
}

.retail-form button.submitted {
  background: #d9825d;
  color: #17110f;
}

.retail-cta-card {
  display: grid;
  align-self: start;
  gap: 16px;
  padding: clamp(24px, 4vw, 38px);
  background: var(--ink);
  color: var(--paper);
}

.retail-cta-card span {
  color: var(--sand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.retail-cta-card strong {
  font: 900 clamp(30px, 4vw, 52px) / 0.92 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.retail-cta-card p {
  color: rgba(244, 239, 229, 0.72);
  font-size: 17px;
}

.retail-cta-card a {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  align-items: center;
  padding: 0 18px;
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 4vw, 54px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

footer strong {
  color: var(--ink);
  font: 900 22px Archivo, Inter, sans-serif;
}

footer a {
  color: inherit;
  font-weight: 800;
}

footer a:hover {
  color: var(--ink);
}

.collection-link {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0 18px;
  background: var(--ink);
  color: var(--paper);
  font: 900 13px Inter, Arial, sans-serif;
  text-transform: uppercase;
}

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

.collection-story.fire .collection-link {
  background: #d9825d;
  color: #17110f;
}

.wholesale-page {
  background: #f4efe5;
}

.wholesale-hero {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  overflow: hidden;
  padding-top: 72px;
  background: #f4efe5;
}

.wholesale-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 7vw, 104px);
}

.wholesale-hero h1 {
  max-width: 860px;
  margin-bottom: 26px;
  font-size: clamp(58px, 8vw, 122px);
}

.wholesale-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 34px;
  color: rgba(17, 17, 15, 0.78);
  font-size: clamp(21px, 2.2vw, 32px);
  line-height: 1.18;
  font-weight: 700;
}

.wholesale-hero-media {
  position: relative;
  display: grid;
  min-height: 680px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(17, 17, 15, 0.35), transparent 40%),
    #d8c7ad;
}

.wholesale-hero-media img {
  width: 118%;
  max-width: none;
  filter: drop-shadow(0 26px 40px rgba(17, 17, 15, 0.22));
}

.wholesale-stamp {
  position: absolute;
  right: clamp(20px, 4vw, 64px);
  bottom: clamp(24px, 5vw, 74px);
  max-width: 620px;
  color: rgba(244, 239, 229, 0.9);
  font: 900 clamp(46px, 7vw, 118px) / 0.78 Archivo, Inter, sans-serif;
  text-align: right;
  text-transform: uppercase;
  mix-blend-mode: difference;
}

.wholesale-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ink);
  color: var(--paper);
}

.wholesale-strip div {
  min-height: 150px;
  padding: clamp(24px, 4vw, 44px);
  border-right: 1px solid rgba(244, 239, 229, 0.14);
}

.wholesale-strip div:last-child {
  border-right: 0;
}

.wholesale-strip strong,
.wholesale-strip span {
  display: block;
}

.wholesale-strip strong {
  margin-bottom: 10px;
  font: 900 clamp(24px, 3vw, 42px) / 0.92 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.wholesale-strip span {
  color: rgba(244, 239, 229, 0.68);
  font-weight: 700;
  line-height: 1.42;
}

.wholesale-section,
.wholesale-collections {
  padding: clamp(74px, 9vw, 132px) 0;
}

.wholesale-manifest {
  padding: clamp(86px, 10vw, 150px) 0;
  background: #15110f;
  color: var(--paper);
}

.wholesale-manifest h2 {
  max-width: 1180px;
  margin-bottom: 34px;
  font: 900 clamp(48px, 7vw, 104px) / 0.88 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.wholesale-manifest p {
  max-width: 900px;
  color: rgba(244, 239, 229, 0.74);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.34;
  font-weight: 700;
}

.wholesale-manifest p + p {
  margin-top: 22px;
}

.wholesale-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.wholesale-benefits article {
  min-height: 310px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-right: 0;
  background: #fffaf2;
}

.wholesale-benefits article:last-child {
  border-right: 1px solid var(--line);
}

.wholesale-benefits span,
.wholesale-price-card span {
  display: block;
  margin-bottom: 22px;
  color: var(--ember);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wholesale-benefits h3 {
  margin-bottom: 18px;
  font: 900 clamp(32px, 3.2vw, 50px) / 0.88 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.wholesale-benefits p {
  color: rgba(17, 17, 15, 0.72);
  line-height: 1.44;
  font-weight: 700;
}

.wholesale-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(34px, 6vw, 86px);
  padding: clamp(80px, 10vw, 150px) clamp(22px, 7vw, 120px);
  background: #15110f;
  color: var(--paper);
}

.wholesale-split h2,
.wholesale-form-copy h2 {
  max-width: 980px;
  margin-bottom: 26px;
  font: 900 clamp(44px, 6vw, 90px) / 0.9 Archivo, Inter, sans-serif;
  overflow-wrap: break-word;
  text-transform: uppercase;
  text-wrap: balance;
}

.wholesale-split h2 {
  font-size: clamp(42px, 5vw, 78px);
}

.wholesale-split p,
.wholesale-form-copy p {
  max-width: 820px;
  color: rgba(244, 239, 229, 0.74);
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.3;
  font-weight: 650;
}

.wholesale-price-card {
  align-self: start;
  padding: clamp(28px, 4vw, 42px);
  background: var(--paper);
  color: var(--ink);
}

.wholesale-price-card strong {
  display: block;
  margin-bottom: 14px;
  font: 900 clamp(76px, 10vw, 136px) / 0.8 Archivo, Inter, sans-serif;
}

.wholesale-price-card p {
  color: rgba(17, 17, 15, 0.78);
  font-size: 20px;
  line-height: 1.28;
  font-weight: 800;
}

.wholesale-price-card small {
  display: block;
  margin-top: 34px;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 700;
}

.wholesale-collection-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.wholesale-collection-grid a {
  display: grid;
  min-height: 310px;
  align-content: end;
  overflow: hidden;
  padding: 16px;
  background: var(--ink);
  color: var(--paper);
}

.wholesale-collection-grid img {
  width: 150%;
  max-width: none;
  margin: -26px 0 18px -25%;
}

.wholesale-collection-grid strong,
.wholesale-collection-grid span {
  display: block;
}

.wholesale-collection-grid strong {
  font: 900 28px Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.wholesale-collection-grid span {
  color: rgba(244, 239, 229, 0.62);
  font-weight: 800;
}

.wholesale-process {
  padding: clamp(74px, 9vw, 132px) 0;
  background: #e6d8c3;
}

.wholesale-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  border-top: 1px solid rgba(17, 17, 15, 0.2);
  border-bottom: 1px solid rgba(17, 17, 15, 0.2);
}

.wholesale-process-grid article {
  min-height: 260px;
  padding: clamp(24px, 4vw, 44px);
  border-right: 1px solid rgba(17, 17, 15, 0.2);
}

.wholesale-process-grid article:last-child {
  border-right: 0;
}

.wholesale-process-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--ember);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.wholesale-process-grid h3 {
  margin-bottom: 18px;
  font: 900 clamp(32px, 3.5vw, 54px) / 0.88 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.wholesale-process-grid p {
  color: rgba(17, 17, 15, 0.72);
  line-height: 1.42;
  font-weight: 750;
}

.wholesale-form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(34px, 6vw, 86px);
  padding: clamp(80px, 10vw, 150px) clamp(22px, 7vw, 120px);
  background:
    linear-gradient(135deg, rgba(157, 61, 36, 0.12), transparent 34%),
    #fffaf2;
}

.wholesale-form-copy {
  align-self: start;
  position: sticky;
  top: 110px;
}

.wholesale-form-copy p {
  color: rgba(17, 17, 15, 0.74);
}

.wholesale-form {
  grid-template-columns: repeat(2, 1fr);
  background: #15110f;
}

.wholesale-form .wide-field,
.wholesale-form button,
.wholesale-form small {
  grid-column: 1 / -1;
}

.wholesale-form-card {
  align-self: start;
  padding: clamp(30px, 5vw, 56px);
  background: #15110f;
  color: var(--paper);
}

.wholesale-form-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--ember);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wholesale-form-card strong {
  display: block;
  max-width: 100%;
  margin-bottom: 24px;
  color: #fffaf2;
  font: 900 clamp(32px, 5vw, 72px) / 0.9 Archivo, Inter, sans-serif;
  overflow-wrap: anywhere;
}

.wholesale-form-card p {
  max-width: 760px;
  margin-top: 6px;
  color: rgba(244, 239, 229, 0.78);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.35;
  font-weight: 700;
}

.wholesale-form-card ul {
  display: grid;
  gap: 12px;
  margin: 32px 0;
  padding: 0;
  list-style: none;
}

.wholesale-form-card li {
  padding-top: 12px;
  border-top: 1px solid rgba(244, 239, 229, 0.16);
  color: rgba(244, 239, 229, 0.72);
  line-height: 1.38;
  font-weight: 750;
}

.wholesale-form-card a {
  display: inline-flex;
  justify-content: center;
  min-height: 52px;
  align-items: center;
  padding: 0 22px;
  background: var(--ember);
  color: var(--paper);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.wholesale-form-card small {
  display: block;
  margin-top: 18px;
  color: rgba(244, 239, 229, 0.48);
  line-height: 1.45;
  font-weight: 700;
}

.collection-page {
  background: #eee4d4;
}

.collection-hero {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  padding-top: 72px;
}

.collection-hero-copy {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 7vw, 100px);
}

.collection-hero-copy h1 {
  margin-bottom: 28px;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(82px, 13vw, 186px);
  text-wrap: balance;
}

.collection-hero-copy p {
  max-width: 680px;
  color: rgba(17, 17, 15, 0.78);
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.16;
  font-weight: 800;
}

.collection-hero-media {
  position: relative;
  display: grid;
  min-height: 700px;
  place-items: center;
  overflow: hidden;
  background: var(--ink);
}

.collection-hero-media img {
  width: 116%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  opacity: 0.94;
}

.collection-hero-media span {
  position: absolute;
  right: clamp(18px, 4vw, 60px);
  bottom: clamp(18px, 4vw, 58px);
  max-width: 760px;
  color: rgba(244, 239, 229, 0.88);
  font: 900 clamp(44px, 8vw, 128px) / 0.78 Archivo, Inter, sans-serif;
  text-align: right;
  text-transform: uppercase;
  mix-blend-mode: difference;
}

.chapter {
  padding: clamp(76px, 10vw, 150px) clamp(22px, 8vw, 132px);
}

.chapter-label {
  margin-bottom: 18px;
  color: var(--ember);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chapter h2 {
  max-width: 1050px;
  margin-bottom: 28px;
  font: 900 clamp(48px, 8vw, 116px) / 0.84 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.chapter p {
  max-width: 980px;
  color: rgba(17, 17, 15, 0.78);
  font-size: clamp(22px, 2.5vw, 36px);
  line-height: 1.18;
  font-weight: 700;
}

.mk-split {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  border-top: 1px solid var(--line);
}

.mk-split.reverse {
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
}

.mk-split.reverse .mk-crop {
  grid-column: 2;
}

.mk-split.reverse .mk-panel {
  grid-column: 1;
  grid-row: 1;
}

.mk-crop {
  min-height: 720px;
  background-image: url("assets/mockup-1615.webp");
  background-repeat: no-repeat;
  background-size: 1700px auto;
}

.mk-product-photo {
  min-height: 720px;
  overflow: hidden;
  background: #eee4d4;
}

.mk-product-photo img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

.crop-left {
  background-color: #141412;
  background-position: 5% 50%;
}

.crop-center {
  background-color: #f6f0e5;
  background-position: 50% 50%;
}

.crop-right {
  background-color: #555b43;
  background-position: 95% 50%;
}

.mk-panel {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 74px);
  background: #f7efe1;
}

.mk-panel span {
  margin-bottom: 22px;
  color: var(--ember);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.mk-panel h2 {
  max-width: 100%;
  overflow-wrap: anywhere;
  margin-bottom: 26px;
  font: 900 clamp(52px, 6.6vw, 96px) / 0.82 Archivo, Inter, sans-serif;
  text-transform: uppercase;
  text-wrap: balance;
}

.mk-panel p {
  color: rgba(17, 17, 15, 0.74);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.25;
  font-weight: 750;
}

.collection-message {
  padding: clamp(84px, 12vw, 170px) clamp(22px, 7vw, 120px);
  background: var(--navy);
  color: var(--paper);
}

.collection-message p {
  margin-bottom: 22px;
  color: var(--sand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.collection-message h2 {
  max-width: 1280px;
  margin: 0;
  font: 900 clamp(50px, 8vw, 128px) / 0.82 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.product-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-notes div {
  min-height: 250px;
  padding: clamp(28px, 4vw, 58px);
  border-right: 1px solid var(--line);
}

.product-notes div:last-child {
  border-right: 0;
}

.product-notes span {
  display: block;
  margin-bottom: 18px;
  color: var(--ember);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-notes strong {
  display: block;
  margin-bottom: 14px;
  font: 900 clamp(28px, 3vw, 48px) / 0.9 Archivo, Inter, sans-serif;
  text-transform: uppercase;
}

.product-notes p {
  max-width: 430px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.collection-retail {
  background:
    linear-gradient(140deg, rgba(21, 29, 49, 0.1), transparent 38%),
    #fffaf2;
}

.core-page {
  background: #eee4d4;
}

.core-collection-hero .collection-hero-copy {
  background: #eee4d4;
}

.core-collection-hero .collection-hero-media {
  background: #121a29;
}

.core-chapter {
  background: #fff7ec;
}

.core-split .mk-panel {
  background: #eee4d4;
}

.core-message {
  background: #121a29;
}

.gaditas-page {
  background: #d6c09d;
}

.gaditas-page .collection-hero-copy h1 {
  font-size: clamp(58px, 7.4vw, 112px);
}

.gaditas-collection-hero .collection-hero-copy {
  background: #d6c09d;
}

.gaditas-collection-hero .collection-hero-media {
  background: #2d261d;
}

.gaditas-chapter {
  background: #f1dfbf;
}

.gaditas-split .mk-panel {
  background: #d6c09d;
}

.gaditas-split .mk-panel span {
  color: #3c422f;
}

.gaditas-message {
  background: #211b15;
}

.sarca-page {
  background: #1b1512;
}

.sarca-page .collection-hero-copy h1 {
  font-size: clamp(58px, 7.4vw, 112px);
}

.sarca-collection-hero .collection-hero-copy {
  background: #2a2019;
  color: var(--paper);
}

.sarca-collection-hero .collection-hero-copy p {
  color: rgba(244, 239, 229, 0.78);
}

.sarca-collection-hero .collection-hero-media {
  background: #0f0d0c;
}

.sarca-chapter {
  background: #f0dfc4;
}

.sarca-split .mk-panel {
  background: #2a2019;
  color: var(--paper);
}

.sarca-split .mk-panel span {
  color: #d9825d;
}

.sarca-split .mk-panel p {
  color: rgba(244, 239, 229, 0.74);
}

.sarca-message {
  background: #120f0e;
}

.sarca-page .product-notes {
  border-color: rgba(244, 239, 229, 0.14);
  background: #17110f;
}

.sarca-page .product-notes div {
  border-color: rgba(244, 239, 229, 0.14);
}

.sarca-page .product-notes strong {
  color: var(--paper);
}

.sarca-page .product-notes p {
  color: rgba(244, 239, 229, 0.68);
}

.sarca-page footer {
  border-top-color: rgba(244, 239, 229, 0.14);
  background: #120f0e;
  color: rgba(244, 239, 229, 0.64);
}

.sarca-page footer strong {
  color: var(--paper);
}

.marked-page {
  background: #e8ddcb;
}

.marked-page .collection-hero-copy h1 {
  font-size: clamp(58px, 7vw, 104px);
}

.marked-page .mk-panel h2 {
  font-size: clamp(44px, 5vw, 72px);
}

.marked-collection-hero .collection-hero-copy {
  background: #e8ddcb;
}

.marked-collection-hero .collection-hero-media {
  background: #1b1a17;
}

.marked-chapter {
  background: #f4efe5;
}

.marked-split .mk-panel {
  background: #e8ddcb;
}

.marked-message {
  background: #1b1a17;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero,
  .wholesale-hero,
  .collection.feature,
  .section-heading,
  .retail,
  .wholesale-split,
  .wholesale-form-section,
  .collection-hero,
  .mk-split,
  .mk-split.reverse {
    grid-template-columns: 1fr;
  }

  .mk-split.reverse .mk-crop,
  .mk-split.reverse .mk-panel {
    grid-column: auto;
    grid-row: auto;
  }

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

  .product-notes div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-notes div:last-child {
    border-bottom: 0;
  }

  .retail-signals {
    grid-template-columns: 1fr;
  }

  .wholesale-strip,
  .wholesale-benefits,
  .wholesale-collection-grid,
  .wholesale-process-grid,
  .wholesale-form {
    grid-template-columns: 1fr;
  }

  .wholesale-benefits article,
  .wholesale-benefits article:last-child {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .wholesale-process-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 15, 0.2);
  }

  .wholesale-process-grid article:last-child {
    border-bottom: 0;
  }

  .wholesale-form-copy {
    position: static;
  }

  .retail-signals div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .retail-signals div:last-child {
    border-bottom: 0;
  }

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

  .collection-story,
  .collection-story.reverse {
    grid-template-columns: 1fr;
  }

  .collection-story.reverse .collection-media,
  .collection-story.reverse .collection-content {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-image {
    min-height: 460px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .header-cta {
    min-height: 36px;
    padding: 0 12px;
  }

  .hero {
    min-height: 0;
  }

  .hero-copy {
    padding-top: 72px;
  }

  h1 {
    font-size: clamp(62px, 21vw, 104px);
  }

  .hero-image {
    min-height: 340px;
  }

  .wholesale-hero-media {
    min-height: 340px;
  }

  .proof-strip,
  .collection-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .collection-card {
    min-height: 450px;
  }

  .collection-media,
  .collection-story img,
  .collection-hero-media,
  .mk-crop,
  .mk-product-photo,
  .mk-product-photo img {
    min-height: 330px;
  }

  .mk-crop {
    background-size: 980px auto;
  }

  .collection-hero-copy h1 {
    font-size: clamp(62px, 20vw, 116px);
  }

  .collection-story {
    min-height: 0;
  }

  .media-stamp {
    font-size: clamp(42px, 15vw, 86px);
  }
}
