/* ============================================
   GET STOCKED — For makers & suppliers
   ============================================ */

/* ---------- HERO ---------- */
.stock-hero {
  background: #1a1a1a;
  padding: 9rem 0 4rem;
  border-bottom: 6px solid #1a1a1a;
}

.stock-hero__eyebrow {
  font-family: 'Permanent Marker', cursive;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #ffd000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  transform: rotate(-1deg);
  display: inline-block;
}

.stock-hero__headline {
  font-family: 'Bebas Neue', 'Arial Black', sans-serif;
  font-weight: 400;
  font-size: clamp(3.5rem, 10vw, 7rem);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #f0ebe1;
  line-height: 0.9;
  margin-bottom: 1.25rem;
  text-shadow: 4px 4px 0 #e63946;
}

.stock-hero__sub {
  font-family: 'Space Mono', monospace;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: #d4c9a8;
  max-width: 620px;
  line-height: 1.7;
  border-left: 4px solid #e63946;
  padding-left: 1rem;
}

.thanks__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

/* ---------- THE PROCESS ---------- */
.stock-process {
  background: #f0ebe1;
  border-bottom: 6px solid #1a1a1a;
}

.stock-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: none;
}

.stock-step {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background: #f0ebe1;
  border: 3px solid #1a1a1a;
  box-shadow: 6px 6px 0 #1a1a1a;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.5rem;
  transform: rotate(-0.4deg);
}

.stock-step:nth-child(even) {
  transform: rotate(0.4deg);
  box-shadow: 6px 6px 0 #e63946;
}

.stock-step__num {
  font-family: 'Bebas Neue', 'Arial Black', sans-serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  line-height: 0.9;
  color: #e63946;
  min-width: 2.5rem;
  text-align: center;
}

.stock-step__title {
  font-family: 'Bebas Neue', 'Arial Black', sans-serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stock-step__desc {
  font-family: 'Space Mono', monospace;
  font-size: clamp(0.85rem, 1.5vw, 0.95rem);
  line-height: 1.7;
  color: #333;
}

.stock-step__desc strong {
  color: #1a1a1a;
  background: #ffd000;
  padding: 0 0.2em;
}

.stock-step__email,
.stock-step__desc a {
  color: #e63946;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ---------- SAMPLES / ADDRESS ---------- */
.stock-samples {
  background: #d4c9a8;
  border-bottom: 6px solid #1a1a1a;
}

.stock-samples__layout {
  display: flex;
  justify-content: flex-start;
}

.stock-samples__card {
  background: #1a1a1a;
  border: 4px solid #1a1a1a;
  box-shadow: 10px 10px 0 #e63946;
  padding: 2rem 2.25rem 2.25rem;
  max-width: 560px;
  transform: rotate(-0.6deg);
}

.stock-samples__title {
  font-family: 'Bebas Neue', 'Arial Black', sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #ffd000;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.stock-samples__addr {
  font-family: 'Space Mono', monospace;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 700;
  line-height: 1.7;
  color: #f0ebe1;
  margin-bottom: 1.25rem;
}

.stock-samples__note {
  font-family: 'Space Mono', monospace;
  font-size: 0.85rem;
  line-height: 1.7;
  color: #d4c9a8;
  font-style: italic;
}

/* ---------- ASK TO BE STOCKED — FORM ---------- */
.stock-form-section {
  background: #1a1a1a;
}

.stock-form-section .section__headline {
  color: #f0ebe1;
  background-image: linear-gradient(180deg, transparent 55%, #e63946 55%, #e63946 92%, transparent 92%);
}

.stock-form-section .section__body {
  color: #d4c9a8;
}

.stock-form-section .section__body strong {
  color: #ffd000;
}

.stock-form {
  max-width: 760px;
}

/* Inline success (shown after a successful Netlify submit) */
.stock-form__success {
  max-width: 760px;
  background: #22c55e;
  border: 4px solid #1a1a1a;
  box-shadow: 10px 10px 0 #ffd000;
  padding: 2rem 2.25rem 2.25rem;
  transform: rotate(-0.5deg);
}

.stock-form__success-title {
  font-family: 'Bebas Neue', 'Arial Black', sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.stock-form__success-text {
  font-family: 'Space Mono', monospace;
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  line-height: 1.7;
  color: #1a1a1a;
}

.stock-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.stock-form__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.stock-form__row .stock-form__field {
  margin-bottom: 0;
}

.stock-form__label {
  font-family: 'Bebas Neue', 'Arial Black', sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f0ebe1;
  margin-bottom: 0.5rem;
}

.stock-form__label span {
  color: #e63946;
}

.stock-form__input,
.stock-form__textarea {
  font-family: 'Space Mono', monospace;
  font-size: 0.95rem;
  color: #1a1a1a;
  background: #f0ebe1;
  border: 3px solid #1a1a1a;
  padding: 0.7rem 0.9rem;
  width: 100%;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.stock-form__textarea {
  resize: vertical;
  min-height: 9rem;
  line-height: 1.6;
}

.stock-form__input:focus,
.stock-form__textarea:focus {
  outline: none;
  border-color: #ffd000;
  box-shadow: 4px 4px 0 #ffd000;
}

.stock-form__fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.stock-form__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 0.25rem;
}

.stock-form__check {
  font-family: 'Space Mono', monospace;
  font-size: 0.9rem;
  color: #f0ebe1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.stock-form__check input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #e63946;
  cursor: pointer;
}

.stock-form__disclaimer {
  font-family: 'Space Mono', monospace;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #d4c9a8;
  font-style: italic;
  margin-bottom: 1.5rem;
  padding-left: 0.9rem;
  border-left: 3px solid #e63946;
}

.stock-form__submit {
  margin-top: 0.5rem;
}

.stock-form__fallback {
  font-family: 'Space Mono', monospace;
  font-size: 0.8rem;
  color: #d4c9a8;
  margin-top: 1.5rem;
}

.stock-form__fallback a {
  color: #ffd000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 700px) {
  .stock-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .stock-form__row .stock-form__field {
    margin-bottom: 1.5rem;
  }

  .stock-step {
    gap: 1rem;
    padding: 1.25rem 1.25rem;
  }

  .stock-samples__card {
    padding: 1.5rem 1.5rem 1.75rem;
  }
}
