


.WorkbenchIntro {
  position: relative;
  isolation: isolate;
  min-height: 92vh;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--surface-deep);
  color: var(--text-onDeep);
  overflow: hidden;
  padding: 16vh 0 var(--band-y);
}

.WorkbenchIntro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--surface-deep);
  background-image:
    linear-gradient(180deg, rgba(20, 14, 10, 0.76) 0%, rgba(20, 14, 10, 0.84) 46%, rgba(20, 14, 10, 0.92) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: estolanDrift 22s ease-in-out infinite alternate;
}

.WorkbenchIntro > * { position: relative; }

.WorkbenchIntro-inner {
  width: 90vw;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.WorkbenchIntro-shot {
  width: auto;
  height: 38vh;
  max-height: 420px;
  margin-bottom: var(--space-4);
  filter: drop-shadow(0 26px 44px rgba(0, 0, 0, 0.55));
  animation: estolanFade 1100ms ease-in both;
}

.WorkbenchIntro-title {
  color: var(--text-onDeep);
  max-width: 20ch;
  margin-bottom: var(--space-3);
}

.WorkbenchIntro-lead {
  color: var(--text-onDeepMuted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  max-width: 56ch;
  margin: 0 auto var(--space-4);
}

.WorkbenchIntro-price { justify-content: center; }

.WorkbenchIntro-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2);
  margin-bottom: var(--space-6);
}

.WorkbenchIntro-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2) var(--space-4);
  padding-top: var(--space-3);
  border-top: 1px solid var(--line-onDeep);
  width: 100%;
}


.WhyHandmade-note {
  margin: var(--space-6) auto 0;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  max-width: 62ch;
}


.MaterialIndex-figure { position: sticky; top: 16vh; }

.MaterialIndex-figure img {
  width: 100%;
  height: auto;
  box-shadow: var(--shadow-lift);
}

.MaterialIndex-spec {
  list-style: none;
  margin: var(--space-4) 0 0;
  padding: 0;
}

.MaterialIndex-spec li {
  display: flex;
  justify-content: space-between;
  gap: var(--space-2);
  padding: var(--space-1) 0;
  border-bottom: 1px dotted var(--line);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--text-secondary);
}

.MaterialIndex-spec strong { color: var(--text-primary); font-weight: 500; }


.FromRawToReady-list { max-width: 72ch; }

.FromRawToReady-aside {
  padding: var(--space-4);
  background: var(--bg-primary);
  border: 1px solid var(--line);
}

.FromRawToReady-aside h3 { margin-bottom: var(--space-1); }
.FromRawToReady-aside p { font-size: 0.94rem; color: var(--text-secondary); margin-bottom: 0; }


.MakerTale {
  position: relative;
  background: var(--surface-deepAlt);
  border-top: 1px solid var(--line-onDeep);
  border-bottom: 1px solid var(--line-onDeep);
  color: var(--text-onDeep);
  padding: calc(var(--band-y) + 3vh) 0;
}

.MakerTale h2,
.MakerTale h3 { color: var(--text-onDeep); }
.MakerTale p { color: var(--text-onDeepMuted); }

.MakerTale-body {
  max-width: 60ch;
  padding-left: var(--space-4);
  border-left: 2px solid var(--accent);
}

.MakerTale-body p { font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.75; }

.MakerTale-body h2 + p {
  font-size: clamp(1.1rem, 1.9vw, 1.32rem);
  color: var(--text-onDeep);
}

.MakerTale-mark {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-hover);
  margin-top: var(--space-4);
}


.GuaranteeNote-grid { margin-top: var(--space-2); }


.AskedOften-list { max-width: 900px; }


.Band-head,
.Grid,
.Step,
.Ingredient { will-change: auto; }


@media (max-width: 768px) {
  .WorkbenchIntro { min-height: 0; padding: 15vh 0 var(--band-y); }
  .WorkbenchIntro-shot { height: 30vh; max-height: 280px; }
  .WorkbenchIntro::before { animation: none; }
  .WorkbenchIntro-badges { justify-content: flex-start; text-align: left; }

  .MaterialIndex-figure { position: static; margin-bottom: var(--space-3); }
  .MakerTale-body { padding-left: var(--space-3); }

  .Band--foldable { padding: 0; border-bottom: 1px solid var(--line); }

  .Band--foldable .Band-head {
    margin: 0;
    padding: var(--space-4) 0;
    cursor: pointer;
    position: relative;
  }

  .Band--foldable .Band-head h2 { margin-bottom: 0; padding-right: var(--space-5); }
  .Band--foldable .Band-head p { display: none; }

  .Band--foldable .Band-head::after {
    content: "";
    position: absolute;
    right: 6px;
    top: calc(var(--space-4) + 10px);
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
    transform: rotate(45deg);
    transition: transform var(--motion);
  }

  .Band--foldable.is-unfolded .Band-head::after { transform: rotate(-135deg); }

  .Band-fold {
    max-height: 0;
    overflow: hidden;
    transition: max-height 420ms ease;
  }

  .Band--foldable.is-unfolded .Band-fold { max-height: 4200px; }

  .Band--foldable.is-unfolded .Band-head { padding-bottom: var(--space-2); }
  .Band--foldable .Band-fold > *:last-child { padding-bottom: var(--space-5); }
}

@media (prefers-reduced-motion: reduce) {
  .WorkbenchIntro::before { animation: none; }
  .WorkbenchIntro-shot { animation: none; }
  .Band-fold { transition: none; }
}


.WorkbenchIntro,
.WriteToUs,
.WhyHandmade,
.MaterialIndex,
.FromRawToReady,
.MakerTale,
.GuaranteeNote,
.AskedOften { scroll-margin-top: 10vh; }

.WriteToUs { overflow: hidden; }
.WhyHandmade { border-top: 1px solid var(--line); }
.MaterialIndex { border-bottom: 1px solid var(--line); }
.FromRawToReady { border-bottom: 1px solid var(--line); }
.GuaranteeNote { border-bottom: 1px solid var(--line); }
.AskedOften { border-top: 1px solid var(--line); }

.MaterialIndex-list { border-top: 1px solid var(--line); }

.Band-fold { display: block; }
