/* ============================================================
   Volunteer page
   Gutenberg root class: .tz-volunteer-body
   ============================================================ */

.tz-volunteer-page {
  --volunteer-red: #bd1818;
  --volunteer-red-dark: #8f1111;
  --volunteer-ink: #f1ede7;
  --volunteer-muted: #b8b2ac;
  --volunteer-line: rgba(255, 255, 255, 0.13);
  --volunteer-soft: #141414;
  --volunteer-panel: #101010;
  --volunteer-beige: #12100f;
  --volunteer-beige-line: rgba(255, 255, 255, 0.13);
  --volunteer-green: #e7f4e9;
  --volunteer-green-line: #b8d9c0;
  --volunteer-green-ink: #275f3a;
  --volunteer-content: 1160px;
  min-height: 60vh;
}

.tz-volunteer-page *,
.tz-volunteer-page *::before,
.tz-volunteer-page *::after {
  box-sizing: border-box;
}

.tz-volunteer-content {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--volunteer-ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    radial-gradient(circle at 8% 12%, rgba(136, 0, 0, 0.1), transparent 30rem),
    #090909;
  background-size: 48px 48px, 48px 48px, auto, auto;
}

.tz-volunteer-content .tz-page-content__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.tz-subpage-hero--volunteer .tz-subpage-hero__button[href="#volunteer-form"]::after {
  content: "\2193";
}

.tz-subpage-hero--volunteer .tz-subpage-hero__title > span {
  font-size: clamp(2.4rem, 5.8vw, 6.2rem);
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .tz-subpage-hero--volunteer .tz-subpage-hero__button[href="#volunteer-form"]:hover::after {
    transform: translateY(0.22rem);
  }
}

.tz-volunteer-body,
.tz-volunteer-body.wp-block-group,
.tz-volunteer-body > .wp-block-group__inner-container {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--volunteer-ink);
  background: transparent;
  border: 0;
}

.tz-volunteer-body {
  overflow: clip;
}

.tz-volunteer-body p,
.tz-volunteer-body li {
  color: var(--volunteer-muted);
  font-size: clamp(0.95rem, 1.15vw, 1.03rem);
  line-height: 1.95;
}

.tz-volunteer-body p {
  margin-top: 0;
  margin-bottom: 1.15em;
}

.tz-volunteer-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tz-volunteer-body [id] {
  scroll-margin-top: 100px;
}

/* ============================================================
   Section heading
   ============================================================ */

.tz-volunteer-section-head {
  max-width: 800px;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
}

.tz-volunteer-section-head--wide {
  max-width: 1040px;
}

.tz-volunteer-section-head__eyebrow,
.tz-volunteer-body .tz-section-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.9rem !important;
  padding: 0 !important;
  color: var(--volunteer-red) !important;
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.68rem !important;
  font-weight: 700;
  line-height: 1.4 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tz-volunteer-section-head__eyebrow::before,
.tz-volunteer-body .tz-section-label::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: currentColor;
}

.tz-volunteer-section-head h2,
.tz-volunteer-body h2.tz-volunteer-section-title {
  margin: 0;
  padding: 0;
  color: var(--volunteer-ink);
  font-family: var(--tz-font-serif, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: clamp(2rem, 4.5vw, 4.25rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  background: transparent;
  border: 0;
}

.tz-volunteer-section-head > p:last-child {
  max-width: 760px;
  margin: 1.25rem 0 0;
}

/* ============================================================
   Common section
   ============================================================ */

.tz-volunteer-section,
.tz-volunteer-entry {
  width: min(var(--volunteer-content), calc(100% - 3rem));
  margin: 0 auto !important;
  padding: clamp(4.75rem, 8vw, 7.5rem) 0;
  background: transparent;
  border-top: 1px solid var(--volunteer-line);
}

.tz-volunteer-section.wp-block-group,
.tz-volunteer-entry.wp-block-group {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.tz-volunteer-section > .wp-block-group__inner-container,
.tz-volunteer-entry > .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* ============================================================
   Intro
   ============================================================ */

.tz-volunteer-intro {
  position: relative;
  width: min(var(--volunteer-content), calc(100% - 3rem));
  margin: clamp(3rem, 6vw, 5.5rem) auto clamp(2.5rem, 5vw, 4.5rem) !important;
  padding: clamp(2.5rem, 5vw, 5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(143, 17, 17, 0.16), transparent 28rem),
    linear-gradient(120deg, rgba(255, 255, 255, 0.045), transparent 64%),
    var(--volunteer-panel);
  border: 1px solid var(--volunteer-beige-line);
}

.tz-volunteer-intro::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: min(13rem, 42%);
  height: 3px;
  background: linear-gradient(90deg, var(--volunteer-red), transparent);
}

.tz-volunteer-intro > .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.tz-volunteer-intro .tz-volunteer-section-head {
  max-width: 940px;
}

.tz-volunteer-intro .tz-volunteer-section-head > p:last-child {
  max-width: 760px;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 2;
}

.tz-volunteer-intro__actions,
.tz-volunteer-entry__actions,
.tz-volunteer-final-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

/* ============================================================
   Buttons
   ============================================================ */

.tz-volunteer-button,
.tz-volunteer-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  min-height: 54px;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff !important;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tz-volunteer-button::after,
.tz-volunteer-final-cta__btn::after {
  content: "\2192";
  flex: 0 0 auto;
  margin-left: 0.6rem;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.tz-volunteer-button[href="#volunteer-form"]::after,
.tz-volunteer-button--down::after,
.tz-volunteer-final-cta__btn[href="#volunteer-form"]::after,
.tz-volunteer-final-cta__btn--down::after {
  content: "\2193";
}

.tz-volunteer-button[target="_blank"]::after,
.tz-volunteer-button--external::after,
.tz-volunteer-final-cta__btn[target="_blank"]::after,
.tz-volunteer-final-cta__btn--external::after {
  content: "\2197";
}

.tz-volunteer-button--primary,
.tz-volunteer-final-cta__btn--primary {
  color: #fff !important;
  background: var(--volunteer-red);
  border-color: var(--volunteer-red);
  box-shadow: 0 10px 28px rgba(143, 17, 17, 0.17);
}

.tz-volunteer-button--ghost,
.tz-volunteer-final-cta__btn--outline {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.3);
}

.tz-volunteer-body .tz-volunteer-button--primary,
.tz-volunteer-body .tz-volunteer-final-cta__btn--primary {
  color: #fff !important;
}

.tz-volunteer-body .tz-volunteer-button--ghost,
.tz-volunteer-body .tz-volunteer-final-cta__btn--outline {
  color: #fff !important;
}

.tz-volunteer-button:focus-visible,
.tz-volunteer-final-cta__btn:focus-visible,
.tz-volunteer-nav__links a:focus-visible {
  outline: 3px solid rgba(189, 24, 24, 0.45);
  outline-offset: 3px;
}

/* ============================================================
   Page navigation
   ============================================================ */

.tz-volunteer-nav {
  position: relative;
  width: min(var(--volunteer-content), calc(100% - 3rem));
  margin: 0 auto clamp(3.5rem, 7vw, 6rem) !important;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  background: rgba(15, 15, 15, 0.94);
  border: 1px solid var(--volunteer-line);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.tz-volunteer-nav::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: min(13rem, 38%);
  height: 2px;
  background: linear-gradient(90deg, var(--volunteer-red), transparent);
}

.tz-volunteer-nav__label {
  margin: 0 0 1rem !important;
  color: var(--volunteer-red) !important;
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.68rem !important;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.tz-volunteer-nav__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--volunteer-line);
  border-left: 1px solid var(--volunteer-line);
}

.tz-volunteer-nav__links a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 62px;
  padding: 0.85rem 1rem;
  color: var(--volunteer-ink) !important;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.018);
  border-right: 1px solid var(--volunteer-line);
  border-bottom: 1px solid var(--volunteer-line);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.tz-volunteer-nav__links a::after {
  content: "\2193";
  margin-left: auto;
  color: var(--volunteer-red);
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
}

.tz-volunteer-nav__links a span {
  color: var(--volunteer-red);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.66rem;
  font-weight: 700;
}

/* ============================================================
   Activity cards
   ============================================================ */

.tz-volunteer-activities {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem !important;
  margin: 2rem 0 0 !important;
  padding: 0;
}

.tz-volunteer-activities__item,
.tz-volunteer-activities > .wp-block-column {
  position: relative;
  min-width: 0;
  min-height: 245px;
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 68%),
    var(--volunteer-panel);
  border: 1px solid var(--volunteer-line);
}

.tz-volunteer-activities__item::after,
.tz-volunteer-activities > .wp-block-column::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 5rem;
  height: 2px;
  background: linear-gradient(90deg, var(--volunteer-red), transparent);
}

.tz-volunteer-activities__num {
  display: block;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
  color: rgba(255, 255, 255, 0.18);
  font-family: var(--tz-font-mono, monospace);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.tz-volunteer-activities__title,
.tz-volunteer-activities h3 {
  margin: 0 0 0.8rem !important;
  padding: 0 !important;
  color: var(--volunteer-ink) !important;
  font-family: var(--tz-font-serif, serif);
  font-size: clamp(1.2rem, 2vw, 1.5rem) !important;
  font-weight: 600;
  line-height: 1.5;
  background: transparent !important;
  border: 0 !important;
}

.tz-volunteer-activities__text,
.tz-volunteer-activities p {
  margin: 0 !important;
  font-size: 0.94rem !important;
  line-height: 1.9 !important;
}

/* ============================================================
   Hapicoin benefit
   ============================================================ */

.tz-volunteer-benefit {
  position: relative;
  width: min(var(--volunteer-content), calc(100% - 3rem));
  margin: clamp(1rem, 3vw, 2rem) auto !important;
  padding: clamp(2.25rem, 5vw, 4.75rem);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 62%),
    var(--volunteer-green);
  border: 1px solid var(--volunteer-green-line);
}

.tz-volunteer-benefit::after {
  content: "500";
  position: absolute;
  right: -0.05em;
  bottom: -0.32em;
  color: rgba(39, 95, 58, 0.055);
  font-family: var(--tz-font-mono, monospace);
  font-size: clamp(8rem, 21vw, 18rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.tz-volunteer-benefit__inner,
.tz-volunteer-benefit > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  width: 100%;
}

.tz-volunteer-benefit__content,
.tz-volunteer-benefit__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.tz-volunteer-benefit__content .tz-volunteer-section-head {
  margin-bottom: 1.5rem;
}

.tz-volunteer-benefit__content .tz-volunteer-section-head h2 {
  color: var(--volunteer-green-ink);
  font-size: clamp(1.85rem, 3.8vw, 3.65rem);
}

.tz-volunteer-benefit__point {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem 0.75rem;
  margin: 1.5rem 0;
  color: var(--volunteer-green-ink);
  font-family: var(--tz-font-mono, monospace);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1;
}

.tz-volunteer-benefit__point strong {
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  line-height: 0.9;
}

.tz-volunteer-benefit__point small {
  flex-basis: 100%;
  font-family: var(--tz-font-sans, sans-serif);
  font-size: 1rem;
  letter-spacing: 0;
}

.tz-volunteer-benefit__content p,
.tz-volunteer-benefit__content li {
  color: #315c3f;
}

.tz-volunteer-benefit__visual {
  margin: 0;
  padding: clamp(0.55rem, 1vw, 0.8rem);
  background: #fff;
  border: 1px solid rgba(39, 95, 58, 0.22);
  box-shadow: 0 18px 45px rgba(32, 73, 45, 0.1);
}

.tz-volunteer-benefit__visual img {
  width: 100%;
  height: auto;
}

.tz-volunteer-benefit .tz-volunteer-button--ghost {
  color: var(--volunteer-green-ink) !important;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(39, 95, 58, 0.42);
  box-shadow: 0 10px 28px rgba(32, 73, 45, 0.1);
}

/* ============================================================
   Target checklist
   ============================================================ */

.tz-volunteer-target {
  width: 100%;
  margin: clamp(2.5rem, 5vw, 4rem) 0 0 !important;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--volunteer-soft);
  border: 1px solid var(--volunteer-line);
}

.tz-volunteer-target > .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.tz-volunteer-target h3 {
  margin: 0 0 1.25rem !important;
  padding: 0 !important;
  color: var(--volunteer-ink) !important;
  font-family: var(--tz-font-serif, serif);
  font-size: clamp(1.2rem, 2vw, 1.5rem) !important;
  line-height: 1.5;
  background: transparent !important;
  border: 0 !important;
}

.tz-volunteer-target__list {
  display: grid;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  border-top: 1px solid var(--volunteer-line);
}

.tz-volunteer-target__list li {
  position: relative;
  margin: 0;
  padding: 1.2rem 1rem 1.2rem 3.2rem;
  color: var(--volunteer-ink);
  font-weight: 600;
  border-bottom: 1px solid var(--volunteer-line);
}

.tz-volunteer-target__list li::before {
  content: "\2713";
  position: absolute;
  top: 1.25rem;
  left: 1rem;
  display: grid;
  width: 1.4rem;
  height: 1.4rem;
  place-items: center;
  color: #fff;
  background: var(--volunteer-red);
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}

/* ============================================================
   Step flow
   ============================================================ */

.tz-volunteer-step-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 2rem 0 0 !important;
  padding: 0;
  list-style: none;
}

.tz-volunteer-step-flow__item {
  position: relative;
  min-width: 0;
  min-height: 255px;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: var(--volunteer-soft);
  border: 1px solid var(--volunteer-line);
}

.tz-volunteer-step-flow__item + .tz-volunteer-step-flow__item {
  border-left: 0;
}

.tz-volunteer-step-flow__item:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  z-index: 2;
  top: 1.8rem;
  right: -0.72rem;
  display: grid;
  width: 1.4rem;
  height: 1.4rem;
  place-items: center;
  color: #fff;
  background: var(--volunteer-red);
  font-family: Arial, sans-serif;
  font-size: 0.74rem;
  line-height: 1;
}

.tz-volunteer-step-flow__num {
  display: block;
  margin-bottom: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--volunteer-red);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.tz-volunteer-step-flow__title {
  margin: 0 0 0.8rem !important;
  padding: 0 !important;
  color: var(--volunteer-ink) !important;
  font-family: var(--tz-font-serif, serif);
  font-size: clamp(1.15rem, 1.9vw, 1.45rem) !important;
  font-weight: 600;
  line-height: 1.55;
  background: transparent !important;
  border: 0 !important;
}

.tz-volunteer-step-flow__text {
  margin: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.85 !important;
}

/* ============================================================
   Notes
   ============================================================ */

.tz-volunteer-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  padding: 1rem;
  background: var(--volunteer-soft);
  border: 1px solid var(--volunteer-line);
}

.tz-volunteer-notes__item {
  position: relative;
  min-width: 0;
  min-height: 210px;
  padding: clamp(1.4rem, 3vw, 2rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 72%),
    var(--volunteer-panel);
  border: 1px solid var(--volunteer-line);
}

.tz-volunteer-notes__item > span {
  display: block;
  margin-bottom: 1.5rem;
  color: var(--volunteer-red);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.tz-volunteer-notes__item h3 {
  margin: 0 0 0.8rem !important;
  padding: 0 !important;
  color: var(--volunteer-ink) !important;
  font-family: var(--tz-font-serif, serif);
  font-size: clamp(1.15rem, 1.8vw, 1.4rem) !important;
  line-height: 1.5;
  background: transparent !important;
  border: 0 !important;
}

.tz-volunteer-notes__item p {
  margin: 0 !important;
  font-size: 0.92rem !important;
}

/* ============================================================
   Entry and Google Form
   ============================================================ */

.tz-volunteer-entry {
  padding-bottom: clamp(5.5rem, 10vw, 9rem);
}

.tz-volunteer-entry__actions {
  margin-bottom: 2rem;
}

.tz-volunteer-body .c-google-form {
  position: relative;
  width: 100%;
  margin: 2rem 0 0;
  padding: 1rem;
  overflow: hidden;
  background: #f6f5f2;
  border: 1px solid var(--volunteer-line);
  box-shadow: 0 18px 50px rgba(28, 34, 33, 0.08);
}

.tz-volunteer-body .c-google-form::before {
  content: "APPLICATION FORM";
  display: block;
  margin: -1rem -1rem 1rem;
  padding: 0.8rem 1rem;
  color: #fff;
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  background: #222625;
  border-bottom: 2px solid var(--volunteer-red);
}

.tz-volunteer-body .c-google-form iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  min-height: 1150px;
  background: #fff;
  border: 0 !important;
}

#volunteer-form {
  scroll-margin-top: 100px;
}

/* ============================================================
   Final CTA
   ============================================================ */

.tz-volunteer-final-cta {
  position: relative;
  width: 100%;
  max-width: none;
  margin: clamp(4.5rem, 9vw, 8rem) 0 0 !important;
  padding: clamp(5rem, 10vw, 8.5rem) 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 35%, rgba(143, 17, 17, 0.2), transparent 30rem),
    linear-gradient(105deg, rgba(7, 7, 7, 0.98), rgba(64, 0, 0, 0.78)),
    repeating-linear-gradient(90deg, transparent 0, transparent 89px, rgba(255, 255, 255, 0.025) 90px);
  border-top: 1px solid rgba(232, 35, 35, 0.45);
}

.tz-volunteer-final-cta::after {
  content: "JOIN THE TEAM";
  position: absolute;
  right: -0.02em;
  bottom: -0.12em;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--tz-font-mono, monospace);
  font-size: clamp(5rem, 14vw, 13rem);
  font-weight: 700;
  line-height: 0.8;
  white-space: nowrap;
  pointer-events: none;
}

.tz-volunteer-final-cta__inner {
  position: relative;
  z-index: 1;
  width: min(var(--volunteer-content), 100%);
  margin: 0 auto;
}

.tz-volunteer-final-cta__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem !important;
  color: var(--volunteer-red) !important;
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.68rem !important;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.tz-volunteer-final-cta__eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: currentColor;
}

.tz-volunteer-final-cta__title {
  max-width: 940px;
  margin: 0;
  padding: 0 !important;
  color: #fff !important;
  font-family: var(--tz-font-serif, "Yu Mincho", serif);
  font-size: clamp(2.5rem, 5.8vw, 5.5rem) !important;
  font-weight: 600;
  line-height: 1.25 !important;
  letter-spacing: 0;
  background: transparent !important;
  border: 0 !important;
}

.tz-volunteer-final-cta__text {
  max-width: 680px;
  margin: 1.25rem 0 0 !important;
  color: var(--volunteer-muted) !important;
}

.tz-volunteer-final-cta__btn {
  min-width: 210px;
}

/* ============================================================
   Interaction
   ============================================================ */

@media (hover: hover) and (pointer: fine) {
  .tz-volunteer-button:hover,
  .tz-volunteer-final-cta__btn:hover {
    transform: translateY(-2px);
  }

  .tz-volunteer-button--primary:hover,
  .tz-volunteer-final-cta__btn--primary:hover {
    color: #fff !important;
    background: #d31e1e;
    border-color: #d31e1e;
  }

  .tz-volunteer-button--ghost:hover,
  .tz-volunteer-final-cta__btn--outline:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.58);
  }

  .tz-volunteer-benefit .tz-volunteer-button--ghost:hover {
    color: #174e2b !important;
    background: #fff;
    border-color: var(--volunteer-green-ink);
    box-shadow: 0 13px 32px rgba(32, 73, 45, 0.16);
  }

  .tz-volunteer-button:hover::after,
  .tz-volunteer-final-cta__btn:hover::after {
    transform: translateX(3px);
  }

  .tz-volunteer-button[href="#volunteer-form"]:hover::after,
  .tz-volunteer-button--down:hover::after,
  .tz-volunteer-final-cta__btn[href="#volunteer-form"]:hover::after,
  .tz-volunteer-final-cta__btn--down:hover::after {
    transform: translateY(3px);
  }

  .tz-volunteer-button[target="_blank"]:hover::after,
  .tz-volunteer-button--external:hover::after,
  .tz-volunteer-final-cta__btn[target="_blank"]:hover::after,
  .tz-volunteer-final-cta__btn--external:hover::after {
    transform: translate(2px, -2px);
  }

  .tz-volunteer-nav__links a:hover {
    color: #fff !important;
    background: rgba(166, 0, 0, 0.14);
  }

  .tz-volunteer-activities__item:hover,
  .tz-volunteer-activities > .wp-block-column:hover,
  .tz-volunteer-notes__item:hover {
    border-color: rgba(239, 43, 43, 0.4);
  }
}

/* ============================================================
   Tablet
   ============================================================ */

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

  .tz-volunteer-activities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .tz-volunteer-benefit__inner,
  .tz-volunteer-benefit > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .tz-volunteer-benefit__visual {
    width: min(100%, 520px);
  }

  .tz-volunteer-step-flow {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .tz-volunteer-step-flow__item {
    min-height: 0;
  }

  .tz-volunteer-step-flow__item + .tz-volunteer-step-flow__item {
    border-left: 1px solid var(--volunteer-line);
  }

  .tz-volunteer-step-flow__item:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -1.08rem;
    content: "\2193";
    transform: translateX(50%);
  }

  .tz-volunteer-step-flow__num {
    margin-bottom: 1.5rem;
  }
}

/* ============================================================
   Mobile
   ============================================================ */

@media (max-width: 767px) {
  .tz-volunteer-section,
  .tz-volunteer-entry,
  .tz-volunteer-intro,
  .tz-volunteer-nav,
  .tz-volunteer-benefit {
    width: calc(100% - 2.5rem);
  }

  .tz-volunteer-intro {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    padding: 2rem 1.25rem;
  }

  .tz-volunteer-section-head h2,
  .tz-volunteer-body h2.tz-volunteer-section-title {
    font-size: clamp(1.85rem, 9vw, 3rem);
    line-height: 1.4;
  }

  .tz-volunteer-section,
  .tz-volunteer-entry {
    padding: 4rem 0;
  }

  .tz-volunteer-intro__actions,
  .tz-volunteer-entry__actions,
  .tz-volunteer-final-cta__btns {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tz-volunteer-button,
  .tz-volunteer-final-cta__btn {
    width: 100%;
    min-height: 56px;
  }

  .tz-volunteer-nav {
    margin-bottom: 3.25rem !important;
    padding: 1rem;
  }

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

  .tz-volunteer-nav__links a {
    min-height: 56px;
  }

  .tz-volunteer-activities,
  .tz-volunteer-notes {
    grid-template-columns: 1fr;
  }

  .tz-volunteer-activities__item,
  .tz-volunteer-activities > .wp-block-column,
  .tz-volunteer-notes__item {
    min-height: 0;
  }

  .tz-volunteer-benefit {
    gap: 2rem;
    padding: 1.75rem 1.25rem;
  }

  .tz-volunteer-benefit__point strong {
    display: block;
    flex-basis: 100%;
  }

  .tz-volunteer-target__list li {
    padding-right: 0.5rem;
  }

  .tz-volunteer-target {
    padding: 1.25rem;
  }

  .tz-volunteer-body .c-google-form {
    padding: 0.5rem;
  }

  .tz-volunteer-body .c-google-form::before {
    margin: -0.5rem -0.5rem 0.5rem;
  }

  .tz-volunteer-body .c-google-form iframe {
    min-height: 1350px;
  }

  .tz-volunteer-final-cta {
    width: 100%;
    margin: 4.5rem 0 0 !important;
    padding: 4.5rem 1.25rem max(6rem, calc(5rem + env(safe-area-inset-bottom)));
  }

  .tz-volunteer-final-cta__title {
    font-size: clamp(2.2rem, 10vw, 3.5rem) !important;
    line-height: 1.4 !important;
  }

  .tz-volunteer-final-cta__text br {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tz-volunteer-button,
  .tz-volunteer-button::after,
  .tz-volunteer-final-cta__btn,
  .tz-volunteer-final-cta__btn::after,
  .tz-volunteer-nav__links a {
    transition: none;
  }
}
