.process-page { background: #ece8de; }
.process-page::before { display: none; }
.process-header { position: absolute; background: rgba(12,13,12,.2); }
.desktop-nav .active { color: var(--gold-light); opacity: 1; }

.process-hero {
  min-height: 840px;
  display: grid;
  grid-template-columns: 48% 52%;
  background: var(--black);
  color: #f5f1e8;
}
.process-hero-copy {
  padding: 190px clamp(35px, 7vw, 110px) 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.process-hero-copy::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(183,150,98,.13);
  border-radius: 50%;
  left: -310px;
  top: 180px;
  box-shadow: 0 0 0 75px rgba(183,150,98,.025), 0 0 0 160px rgba(183,150,98,.014);
}
.process-hero-copy h1 { position: relative; font-size: clamp(68px, 7vw, 108px); }
.process-hero-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: #aaa9a3;
  line-height: 1.8;
  margin: 36px 0;
}
.process-hero-copy .text-link { width: fit-content; position: relative; }
.process-hero-image { position: relative; min-width: 0; overflow: hidden; }
.process-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12,13,12,.22), transparent 35%), linear-gradient(0deg, rgba(12,13,12,.22), transparent 35%);
}
.process-hero-image img { height: 100%; object-fit: cover; transform: scale(1.03); }
.material-stamp {
  position: absolute;
  z-index: 2;
  left: 55px;
  bottom: 55px;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  color: #f4e7cf;
}
.material-stamp svg { position: absolute; inset: 0; animation: stamp-spin 24s linear infinite; }
.material-stamp text { fill: currentColor; font: 8px "DM Sans"; letter-spacing: 1.6px; }
.material-stamp span { font-family: "Playfair Display"; font-size: 18px; }

.process-intro {
  padding: 130px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: 24% 1fr;
  gap: 7%;
  border-bottom: 1px solid var(--line);
}
.chapter-label {
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--gold);
  font-size: 9px;
  margin: 8px 0 0;
}
.process-intro h2 { font-size: clamp(52px, 6vw, 86px); }
.process-intro > div > p {
  max-width: 680px;
  color: #696761;
  line-height: 1.85;
  margin: 38px 0 0;
}

.process-journey { overflow: hidden; }
.process-step {
  min-height: 720px;
  display: grid;
  grid-template-columns: 50% 50%;
  border-bottom: 1px solid var(--line);
}
.process-step.reverse .step-visual { order: 2; }
.process-step.reverse .step-copy { order: 1; }
.step-visual {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background: #d7d0c2;
  isolation: isolate;
}
.step-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.55), transparent 55%);
}
.step-visual > b {
  position: absolute;
  left: 35px;
  bottom: 32px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 8px;
  font-weight: 500;
  color: rgba(17,17,15,.6);
}
.step-copy {
  padding: 100px clamp(40px, 8vw, 125px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f0ece3;
}
.step-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Playfair Display";
  font-size: 12px;
  margin-bottom: 50px;
}
.step-copy .eyebrow { margin-bottom: 22px; }
.step-copy h2 { font-size: clamp(47px, 5vw, 74px); }
.step-copy > p:not(.eyebrow):not(.fact):not(.process-note) {
  color: #66645e;
  line-height: 1.85;
  margin: 34px 0 0;
}
.fact, .process-note {
  border-top: 1px solid var(--line);
  margin: 35px 0 0;
  padding-top: 22px;
  color: #77756f;
  font-size: 12px;
  line-height: 1.7;
}
.fact span {
  display: block;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 8px;
  margin-bottom: 9px;
}
.process-note { font-style: italic; }

.botanical { background: #b7aa91; }
.bamboo-stem {
  position: absolute;
  width: 54px;
  height: 125%;
  bottom: -10%;
  border-radius: 30px;
  background: linear-gradient(90deg, #464e2f, #81865a 48%, #343d25);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.13);
  transform: rotate(8deg);
}
.bamboo-stem::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 38%;
  height: 11px;
  border-radius: 8px;
  background: #333b26;
  box-shadow: 0 190px 0 #333b26, 0 -190px 0 #333b26;
}
.stem-one { left: 36%; }
.stem-two { left: 53%; bottom: -20%; transform: rotate(-6deg) scale(.84); }
.bamboo-leaf {
  position: absolute;
  width: 150px;
  height: 42px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(100deg, #3d462b, #79825a);
}
.leaf-one { left: 48%; top: 27%; transform: rotate(-20deg); }
.leaf-two { left: 22%; top: 48%; transform: scaleX(-1) rotate(-16deg); }

.chips { background: #c8baa0; }
.chip-field {
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  left: 15%;
  top: 12%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 25% 30%, #eadfc8 0 7%, transparent 7.5%),
    radial-gradient(ellipse at 67% 25%, #a99674 0 9%, transparent 9.5%),
    radial-gradient(ellipse at 72% 65%, #e2d3b7 0 12%, transparent 12.5%),
    radial-gradient(ellipse at 30% 72%, #9d8a68 0 11%, transparent 11.5%),
    linear-gradient(135deg, #d9c9aa, #aa9877);
  box-shadow: 0 40px 80px rgba(57,43,22,.23);
  transform: rotate(-8deg);
}
.fibre { background: #ded9ce; }
.fibre-lines {
  position: absolute;
  inset: 6% 9%;
  background: repeating-linear-gradient(102deg, transparent 0 9px, rgba(183,150,98,.72) 10px 11px, transparent 12px 17px);
  border-radius: 50%;
  opacity: .72;
  transform: rotate(-5deg);
}
.yarn { background: #c9bea9; }
.yarn-ball {
  position: absolute;
  width: 56%;
  aspect-ratio: 1;
  left: 22%;
  top: 18%;
  border-radius: 50%;
  background:
    repeating-linear-gradient(102deg, #d7c7a8 0 9px, #b5a381 10px 12px);
  box-shadow: inset -30px -20px 55px rgba(65,48,23,.25), 0 35px 65px rgba(65,48,23,.22);
}
.yarn-ball::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  right: -55%;
  bottom: 12%;
  background: #927e5d;
  transform: rotate(12deg);
}
.step-visual.product { background: #ddd8ce; }
.step-visual.product img { height: 100%; object-fit: cover; }
.final-step .step-copy { background: #171816; color: #f5f1e8; }
.final-step .step-copy > p:not(.eyebrow) { color: #9d9c96; }
.final-step .button { width: fit-content; margin-top: 38px; }

.process-summary {
  padding: 130px clamp(24px, 8vw, 130px);
  text-align: center;
}
.process-summary h2 { font-size: clamp(50px, 6vw, 84px); }
.summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  margin-top: 75px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.summary-grid article { padding: 38px 9% 45px 0; }
.summary-grid article + article { border-left: 1px solid var(--line); padding-left: 12%; }
.summary-grid span { color: var(--gold); font-size: 9px; }
.summary-grid h3 { font-family: "Playfair Display"; font-size: 21px; font-weight: 500; margin: 22px 0 12px; }
.summary-grid p { color: #74716a; font-size: 13px; line-height: 1.7; }
.disclaimer {
  max-width: 830px;
  margin: 35px auto 0;
  color: #8a877f;
  font-size: 10px;
  line-height: 1.7;
}
.process-cta {
  padding: 120px 24px;
  text-align: center;
  background: var(--black);
  color: #f5f1e8;
}
.process-cta h2 { font-size: clamp(50px, 6vw, 86px); }
.process-cta .button { margin-top: 45px; }

@keyframes stamp-spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .process-hero { grid-template-columns: 1fr; }
  .process-hero-copy { min-height: 700px; }
  .process-hero-image { height: 650px; }
  .process-step, .process-step.reverse { grid-template-columns: 1fr; }
  .process-step.reverse .step-visual, .process-step.reverse .step-copy { order: initial; }
  .step-visual { min-height: 600px; }
}

@media (max-width: 650px) {
  .process-hero-copy { min-height: 650px; padding: 145px 24px 70px; }
  .process-hero-copy h1 { font-size: 58px; }
  .process-hero-image { height: 480px; }
  .material-stamp { width: 95px; height: 95px; left: 22px; bottom: 22px; }
  .process-intro { grid-template-columns: 1fr; padding: 90px 24px; }
  .process-intro h2 { font-size: 49px; }
  .step-visual { min-height: 460px; }
  .step-copy { padding: 80px 24px; }
  .step-number { margin-bottom: 38px; }
  .step-copy h2 { font-size: 46px; }
  .summary-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .summary-grid article, .summary-grid article + article { padding: 30px 0; border-left: 0; border-bottom: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  .material-stamp svg { animation: none; }
}
