.dyeing-page { background: #f7f4ee; }

.dyeing-hero .internal-hero-media img {
  object-position: 69% 54%;
  filter: saturate(.82) contrast(1.08) brightness(.7);
}

.dyeing-hero .internal-hero-media::after {
  background:
    linear-gradient(90deg, rgba(1, 8, 4, .99) 0%, rgba(1, 8, 4, .96) 29%, rgba(1, 8, 4, .6) 56%, rgba(1, 8, 4, .18) 100%),
    linear-gradient(180deg, rgba(1, 8, 4, .14) 0%, transparent 44%, rgba(1, 8, 4, .68) 100%);
}

.dyeing-hero-caption {
  position: absolute;
  z-index: 3;
  right: 40px;
  bottom: 30px;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dyeing-proof-strip {
  color: #fff;
  background: #08271b;
  border-top: 1px solid rgba(88, 217, 142, .3);
}

.dyeing-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dyeing-proof {
  min-height: 134px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 38px;
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.dyeing-proof:last-child { border-right: 0; }
.dyeing-proof strong { font-size: clamp(26px, 2.5vw, 38px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.dyeing-proof span { margin-top: 10px; color: rgba(255,255,255,.56); font-size: 9px; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }

.dyeing-intro { padding: 118px 0 126px; background: #f7f4ee; scroll-margin-top: 92px; }
.dyeing-intro-grid { display: grid; grid-template-columns: 1.12fr .7fr; gap: 100px; align-items: end; }
.dyeing-intro-copy { padding-bottom: 4px; }
.dyeing-intro-copy p { margin: 0; color: #4f5d56; font-size: clamp(14px, 1.25vw, 17px); font-weight: 300; line-height: 1.75; }
.dyeing-intro-copy p + p { margin-top: 20px; }

.dyeing-process {
  padding: 122px 0 132px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 8%, rgba(88,217,142,.1), transparent 28%),
    #03170f;
  scroll-margin-top: 92px;
}

.process-heading {
  display: grid;
  grid-template-columns: 1.1fr .62fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 72px;
}

.process-heading h2 { margin: 0; font-size: var(--section-title); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.process-heading h2 span { color: #58d98e; }
.process-heading > p { max-width: 560px; margin: 0 0 5px; color: rgba(255,255,255,.58); font-size: 15px; font-weight: 300; line-height: 1.75; }

.process-timeline { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.process-step { position: relative; min-height: 246px; padding: 30px 30px 34px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.process-step::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; content: ""; background: #58d98e; transform: scaleX(.16); transform-origin: left; transition: transform 360ms var(--ease-out); }
.process-step > span { display: block; margin-bottom: 68px; color: #58d98e; font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.process-step h3 { margin: 0 0 12px; font-size: clamp(20px, 1.9vw, 27px); font-weight: 400; letter-spacing: -.035em; line-height: 1.12; }
.process-step p { max-width: 330px; margin: 0; color: rgba(255,255,255,.54); font-size: 11px; font-weight: 300; line-height: 1.65; }

@media (hover: hover) and (pointer: fine) {
  .process-step:hover::after { transform: scaleX(1); }
}

.dyeing-standard { padding: 122px 0 132px; background: #f7f4ee; }
.dyeing-standard-heading, .dyeing-result-heading { display: grid; grid-template-columns: 1.08fr .64fr; gap: 90px; align-items: end; margin-bottom: 64px; }
.dyeing-standard-heading .lede, .dyeing-result-heading .lede { justify-self: end; }

.dyeing-proof-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dyeing-proof-card { position: relative; min-height: 520px; overflow: hidden; margin: 0; border-radius: 22px; background: #06130d; }
.dyeing-proof-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) brightness(.72); transition: transform 700ms var(--ease-out), filter 500ms ease; }
.dyeing-proof-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(2,9,5,.05) 28%, rgba(2,9,5,.96) 100%); }
.dyeing-proof-card figcaption { position: absolute; z-index: 2; right: 34px; bottom: 32px; left: 34px; color: #fff; }
.dyeing-proof-card small { display: block; margin-bottom: 12px; color: #58d98e; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.dyeing-proof-card h3 { max-width: 520px; margin: 0; font-size: clamp(28px, 3vw, 43px); font-weight: 400; letter-spacing: -.045em; line-height: 1.04; }
.dyeing-proof-card p { max-width: 510px; margin: 14px 0 0; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 300; line-height: 1.65; }

@media (hover: hover) and (pointer: fine) {
  .dyeing-proof-card:hover img { transform: scale(1.025); filter: saturate(.92) brightness(.8); }
}

.dyeing-pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 12px; border-top: 1px solid rgba(16,32,25,.15); border-left: 1px solid rgba(16,32,25,.15); }
.dyeing-pillar { min-height: 230px; padding: 27px 26px 30px; border-right: 1px solid rgba(16,32,25,.15); border-bottom: 1px solid rgba(16,32,25,.15); background: rgba(255,255,255,.22); }
.dyeing-pillar > span { display: block; margin-bottom: 60px; color: var(--brand-text); font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.dyeing-pillar h3 { margin: 0 0 11px; font-size: 21px; font-weight: 400; letter-spacing: -.035em; }
.dyeing-pillar p { margin: 0; color: #4f5d56; font-size: 10.5px; font-weight: 300; line-height: 1.65; }

.dyeing-result { padding: 122px 0 132px; background: #fbf9f5; }
.dyeing-result-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 8px; }
.dyeing-result-card { position: relative; min-height: 420px; overflow: hidden; margin: 0; background: #e8e3da; }
.dyeing-result-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms var(--ease-out); }
.dyeing-result-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 58%, rgba(2,8,5,.82) 100%); }
.dyeing-result-card figcaption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }

@media (hover: hover) and (pointer: fine) {
  .dyeing-result-card:hover img { transform: scale(1.035); }
}

.dyeing-closing { background: radial-gradient(circle at 80% 48%, rgba(185,12,48,.2), transparent 28%), #03170f; }
.dyeing-closing .closing-copy .eyebrow { margin-bottom: 20px; }

@media (max-width: 930px) {
  .dyeing-intro-grid, .process-heading, .dyeing-standard-heading, .dyeing-result-heading { grid-template-columns: 1fr; gap: 28px; }
  .dyeing-standard-heading .lede, .dyeing-result-heading .lede { justify-self: start; }
  .process-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dyeing-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dyeing-result-grid { grid-template-columns: 1.1fr 1fr 1fr; }
}

@media (max-width: 760px) {
  .dyeing-hero .internal-hero-media img { object-position: 62% 43%; }
  .dyeing-hero .internal-hero-media::after {
    background:
      linear-gradient(180deg, rgba(1,8,4,.1) 0%, rgba(1,8,4,.24) 34%, rgba(1,8,4,.94) 68%, rgba(1,8,4,.99) 100%),
      linear-gradient(90deg, rgba(1,8,4,.58), rgba(1,8,4,.06));
  }
  .dyeing-hero-caption { display: none; }
  .dyeing-proof-grid { grid-template-columns: 1fr; }
  .dyeing-proof { min-height: 112px; padding: 26px 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .dyeing-proof:last-child { border-bottom: 0; }
  .dyeing-intro, .dyeing-process, .dyeing-standard, .dyeing-result { padding: 82px 0 90px; }
  .dyeing-intro { scroll-margin-top: 68px; }
  .dyeing-process { scroll-margin-top: 68px; }
  .process-heading, .dyeing-standard-heading, .dyeing-result-heading { margin-bottom: 42px; }
  .process-heading h2 { font-size: clamp(40px, 12vw, 60px); }
  .process-timeline { grid-template-columns: 1fr; }
  .process-step { min-height: 0; padding: 26px 22px 30px; }
  .process-step > span { margin-bottom: 44px; }
  .dyeing-proof-cards { grid-template-columns: 1fr; }
  .dyeing-proof-card { min-height: 430px; border-radius: 18px; }
  .dyeing-proof-card figcaption { right: 24px; bottom: 24px; left: 24px; }
  .dyeing-pillars { grid-template-columns: 1fr 1fr; }
  .dyeing-pillar { min-height: 210px; padding: 24px 20px; }
  .dyeing-pillar > span { margin-bottom: 48px; }
  .dyeing-result-grid { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .dyeing-result-card { flex: 0 0 78%; min-height: 390px; scroll-snap-align: start; }
}

@media (max-width: 430px) {
  .dyeing-hero h1 { font-size: 46px; line-height: .96; }
  .dyeing-hero .hero-actions { flex-direction: column; align-items: flex-start; }
  .dyeing-pillars { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .process-step::after { transform: scaleX(1); }
}
