.volunteer-hero .prestige-hero-content {
  width: min(1060px, 94vw);
}

.volunteer-hero h1 {
  font-size: clamp(3rem, 5.5vw, 6rem);
  letter-spacing: 0.08em;
  line-height: 1.02;
}

.volunteer-intro {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  max-width: var(--max);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(20, 20, 18, 0.98), rgba(8, 8, 8, 0.98));
  box-shadow: var(--shadow);
}

.volunteer-visual {
  min-height: 470px;
  border-right: 1px solid var(--line);
}

.volunteer-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.volunteer-intro-copy {
  align-self: center;
  padding: clamp(34px, 5vw, 72px);
}

.volunteer-intro-copy h2,
.volunteer-guidance h2,
.volunteer-form-panel h2 {
  margin: 0;
  color: #efeae0;
  font-size: clamp(2rem, 3.4vw, 3.55rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.12;
}

.volunteer-intro-copy .gold-ornament,
.volunteer-guidance .gold-ornament {
  margin-left: 0;
}

.volunteer-intro-copy > p:last-of-type,
.volunteer-guidance,
.volunteer-form-intro {
  color: var(--muted);
}

.volunteer-availability {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.5rem;
}

.volunteer-availability span {
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  color: #c9c2b7;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.volunteer-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.volunteer-process li {
  min-width: 0;
  padding: clamp(26px, 3vw, 42px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(18, 18, 16, 0.94), rgba(8, 8, 8, 0.98));
}

.volunteer-process li > span {
  display: block;
  margin-bottom: 1rem;
  color: var(--gold3);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
}

.volunteer-process h3 {
  margin: 0 0 0.7rem;
  color: #e7e1d7;
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.volunteer-process p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.volunteer-form-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 62px);
  max-width: var(--max);
  margin: 0 auto;
  align-items: start;
}

.volunteer-guidance {
  position: sticky;
  top: 148px;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(20, 20, 18, 0.98), rgba(8, 8, 8, 0.98));
  box-shadow: var(--shadow);
}

.volunteer-guidance h2 {
  font-size: clamp(1.85rem, 2.8vw, 3rem);
}

.volunteer-guidance ul {
  margin: 1.4rem 0 0;
  padding-left: 1.25rem;
}

.volunteer-guidance li {
  margin: 0 0 0.85rem;
}

.volunteer-contact-fallback {
  margin: 1.5rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.volunteer-contact-fallback a,
.form-privacy a {
  color: var(--gold2);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.volunteer-form-panel {
  min-width: 0;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(20, 20, 18, 0.98), rgba(8, 8, 8, 0.98));
  box-shadow: var(--shadow);
}

.volunteer-form-panel h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
}

.volunteer-form-intro {
  margin: 1rem 0 1.8rem;
}

.volunteer-form {
  display: grid;
  gap: 1.35rem;
}

.volunteer-form[hidden] {
  display: none;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.volunteer-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-field {
  display: grid;
  min-width: 0;
  gap: 0.5rem;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field > span,
.interest-options legend {
  color: #d8d1c5;
  font-family: var(--sans);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.form-field em,
.form-consent em {
  color: var(--gold2);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(184, 149, 80, 0.36);
  border-radius: 2px;
  background: #080808;
  color: #eee9df;
  font: inherit;
}

.form-field input,
.form-field select {
  min-height: 50px;
  padding: 0.75rem 0.85rem;
}

.form-field textarea {
  min-height: 150px;
  padding: 0.85rem;
  line-height: 1.55;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.form-consent input:focus-visible,
.interest-options input:focus-visible {
  outline: 2px solid var(--gold2);
  outline-offset: 3px;
  border-color: var(--gold2);
}

.form-field textarea::placeholder {
  color: #777066;
}

.interest-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
  padding: 1.1rem;
  border: 1px solid var(--line);
}

.interest-options legend {
  padding: 0 0.35rem;
}

.interest-options legend span {
  color: #8f887e;
  font-size: 0.65rem;
  font-weight: 400;
}

.interest-options label,
.form-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  color: #c9c2b7;
  font-size: 0.9rem;
  line-height: 1.45;
}

.interest-options input,
.form-consent input {
  width: 17px;
  height: 17px;
  margin: 0.14rem 0 0;
  accent-color: var(--gold2);
}

.form-consent {
  padding: 1rem;
  border-left: 2px solid var(--gold);
  background: rgba(184, 149, 80, 0.05);
}

.volunteer-submit {
  width: 100%;
  cursor: pointer;
}

.form-privacy {
  margin: -0.2rem 0 0;
  color: #8f887e;
  font-size: 0.78rem;
  text-align: center;
}

.volunteer-form-status {
  margin: 1.5rem 0 0;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line-strong);
  background: rgba(184, 149, 80, 0.08);
}

.volunteer-form-status h3 {
  margin: 0 0 0.6rem;
  color: #eee9df;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 400;
}

.volunteer-form-status p {
  margin: 0;
  color: #c9c2b7;
}

@media (max-width: 1180px) {
  .volunteer-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .volunteer-form-layout {
    grid-template-columns: 1fr;
  }

  .volunteer-guidance {
    position: static;
  }
}

@media (max-width: 820px) {
  .volunteer-hero h1 {
    font-size: clamp(2.35rem, 9vw, 4.4rem);
    letter-spacing: 0.05em;
  }

  .volunteer-intro {
    grid-template-columns: 1fr;
  }

  .volunteer-visual {
    min-height: 280px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .volunteer-process,
  .volunteer-form-grid,
  .interest-options {
    grid-template-columns: 1fr;
  }

  .volunteer-intro-copy,
  .volunteer-guidance,
  .volunteer-form-panel {
    padding: 24px 18px;
  }

  .volunteer-availability {
    display: grid;
  }

  .volunteer-availability span {
    text-align: center;
  }
}
