/* ============================================================
   Contact page
   ============================================================ */

.tz-contact-page {
  --contact-red: var(--tz-red, #c01818);
  --contact-red-bright: var(--tz-red-bright, #ef2b2b);
  --contact-bg: #080808;
  --contact-panel: #111212;
  --contact-panel-light: #171818;
  --contact-text: #f1ede7;
  --contact-muted: #b8b2ac;
  --contact-line: rgba(255, 255, 255, 0.13);
  --contact-content: 1140px;
  overflow: clip;
  background: var(--contact-bg);
  color: var(--contact-text);
  scroll-padding-top: 90px;
}

.tz-contact-page a {
  text-underline-offset: 0.2em;
}

/* ============================================================
   Hero
   ============================================================ */

.tz-contact-mv {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: max(680px, calc(100svh - 80px));
  padding: clamp(8rem, 15vh, 11rem) clamp(1.5rem, 5vw, 5.5rem) 0;
  overflow: hidden;
  background:
    linear-gradient(108deg, rgba(5, 5, 5, 0.98) 0%, rgba(9, 9, 9, 0.88) 54%, rgba(49, 0, 0, 0.72) 100%),
    repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(255, 255, 255, 0.025) 80px),
    #090909;
  border-bottom: 1px solid rgba(214, 26, 26, 0.42);
}

.tz-contact-mv::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5%;
  right: -8vw;
  width: min(46vw, 700px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(202, 12, 12, 0.21), rgba(72, 0, 0, 0.05) 49%, transparent 72%);
  filter: blur(6px);
}

.tz-contact-mv::after {
  content: "CONTACT";
  position: absolute;
  z-index: -1;
  right: -0.04em;
  bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--tz-font-mono, monospace);
  font-size: clamp(6rem, 16vw, 15rem);
  font-weight: 700;
  line-height: 0.8;
  white-space: nowrap;
  pointer-events: none;
}

.tz-contact-mv__texture {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  pointer-events: none;
}

.tz-contact-mv__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(290px, 0.62fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  width: min(100%, 1480px);
  margin: auto;
  padding-bottom: clamp(4rem, 8vh, 7rem);
}

.tz-contact-eyebrow,
.tz-contact-section-head__eyebrow,
.tz-contact-final-cta__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1.25rem;
  color: var(--contact-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.tz-contact-eyebrow::before,
.tz-contact-section-head__eyebrow::before,
.tz-contact-final-cta__eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: currentColor;
}

.tz-contact-mv__title {
  margin: 0;
  color: #fff;
  font-family: var(--tz-font-serif, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-weight: 600;
  letter-spacing: 0;
}

.tz-contact-mv__title span {
  display: block;
  font-size: clamp(3.9rem, 8.2vw, 8.9rem);
  line-height: 0.98;
  text-shadow: 0 0 42px rgba(144, 0, 0, 0.3);
}

.tz-contact-mv__title small {
  display: block;
  max-width: 760px;
  margin-top: 1.35rem;
  color: #d9d3cc;
  font-family: var(--tz-font-sans, sans-serif);
  font-size: clamp(1rem, 1.55vw, 1.3rem);
  font-weight: 500;
  line-height: 1.75;
}

.tz-contact-mv__lead {
  max-width: 720px;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
  color: var(--contact-muted);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 2;
}

.tz-contact-mv__actions,
.tz-contact-intro__actions,
.tz-contact-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

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

.tz-contact-button::after,
.tz-contact-guide__grid a::after,
.tz-contact-related__grid a::after,
.tz-contact-paths__grid > a::after {
  content: "→";
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.tz-contact-button--primary {
  background: var(--contact-red);
  border-color: var(--contact-red);
  box-shadow: 0 10px 34px rgba(137, 0, 0, 0.25);
}

.tz-contact-button--ghost {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.28);
}

.tz-contact-mv__guide {
  position: relative;
  padding: clamp(1.8rem, 3.2vw, 2.8rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(5, 5, 5, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36), inset 0 0 55px rgba(126, 0, 0, 0.08);
}

.tz-contact-mv__guide::before,
.tz-contact-mv__guide::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  pointer-events: none;
}

.tz-contact-mv__guide::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--contact-red-bright);
  border-left: 2px solid var(--contact-red-bright);
}

.tz-contact-mv__guide::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--contact-red-bright);
  border-bottom: 2px solid var(--contact-red-bright);
}

.tz-contact-mv__guide > p {
  margin: 0;
  color: var(--contact-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.tz-contact-mv__guide > strong {
  display: block;
  margin: 0.5rem 0 1.7rem;
  color: #fff;
  font-family: var(--tz-font-serif, serif);
  font-size: clamp(4.2rem, 8vw, 7.5rem);
  font-weight: 500;
  line-height: 0.9;
}

.tz-contact-mv__guide ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--contact-line);
}

.tz-contact-mv__guide li {
  position: relative;
  margin: 0;
  padding: 0.85rem 0 0.85rem 1.25rem;
  color: #ded9d3;
  font-size: 0.87rem;
  line-height: 1.5;
  border-bottom: 1px solid var(--contact-line);
}

.tz-contact-mv__guide li::before {
  content: "";
  position: absolute;
  top: 1.15rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--contact-red-bright);
}

.tz-contact-mv__facts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: calc(100% + clamp(3rem, 10vw, 11rem));
  margin: 0 calc(clamp(1.5rem, 5vw, 5.5rem) * -1);
  padding-inline: clamp(1.5rem, 5vw, 5.5rem);
  background: rgba(4, 4, 4, 0.84);
  border-top: 1px solid var(--contact-line);
  backdrop-filter: blur(9px);
}

.tz-contact-mv__facts div {
  min-width: 0;
  padding: 1.3rem clamp(1rem, 2.4vw, 2.5rem);
  border-right: 1px solid var(--contact-line);
}

.tz-contact-mv__facts div:first-child {
  border-left: 1px solid var(--contact-line);
}

.tz-contact-mv__facts dt {
  margin-bottom: 0.35rem;
  color: var(--contact-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.tz-contact-mv__facts dd {
  margin: 0;
  color: #e5dfd9;
  font-size: clamp(0.8rem, 1.05vw, 0.94rem);
  font-weight: 600;
  line-height: 1.55;
}

/* ============================================================
   Content reset
   ============================================================ */

.tz-contact-content {
  padding: 0;
  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 10% 12%, rgba(145, 0, 0, 0.11), transparent 30rem),
    #090909;
  background-size: 48px 48px, 48px 48px, auto, auto;
}

.tz-contact-content .tz-page-content__inner,
.tz-contact-content .tz-contact-body,
.tz-contact-content .tz-contact-body.wp-block-group,
.tz-contact-content .tz-contact-body > .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

/* Previous editor content remains readable before replacement. */
.tz-contact-content .tz-page-content__inner > :not(.tz-contact-body) {
  width: min(var(--contact-content), calc(100% - 3rem));
  margin-right: auto;
  margin-left: auto;
}

.tz-contact-content .tz-page-content__inner > :not(.tz-contact-body):first-child {
  margin-top: clamp(4rem, 8vw, 7rem);
}

.tz-contact-content .tz-page-content__inner > :not(.tz-contact-body):last-child {
  margin-bottom: clamp(5rem, 10vw, 9rem);
}

/* ============================================================
   Section headings
   ============================================================ */

.tz-contact-section-head {
  max-width: 1010px;
}

.tz-contact-section-head--wide {
  max-width: 1010px;
}

.tz-contact-section-head h2,
.tz-contact-final-cta h2 {
  margin: 0;
  color: #fff;
  font-family: var(--tz-font-serif, "Yu Mincho", serif);
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.tz-contact-section-head > p:last-child,
.tz-contact-final-cta__inner > p:not(.tz-contact-final-cta__eyebrow) {
  max-width: 800px;
  margin: 1.5rem 0 0;
  color: var(--contact-muted);
  font-size: clamp(0.95rem, 1.35vw, 1.07rem);
  line-height: 2;
}

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

.tz-contact-intro {
  position: relative;
  margin: 0;
  padding: clamp(5.5rem, 10vw, 9rem) 1.5rem clamp(4.5rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 10% 30%, rgba(154, 0, 0, 0.15), transparent 28rem),
    linear-gradient(180deg, rgba(15, 15, 15, 0.9), rgba(8, 8, 8, 0.97));
  border-bottom: 1px solid var(--contact-line);
}

.tz-contact-intro > .wp-block-group__inner-container,
.tz-contact-intro > :not(.wp-block-group__inner-container),
.tz-contact-guide > .wp-block-group__inner-container,
.tz-contact-guide > :not(.wp-block-group__inner-container),
.tz-contact-types > .wp-block-group__inner-container,
.tz-contact-types > :not(.wp-block-group__inner-container),
.tz-contact-related > .wp-block-group__inner-container,
.tz-contact-related > :not(.wp-block-group__inner-container),
.tz-contact-form-section > .wp-block-group__inner-container,
.tz-contact-form-section > :not(.wp-block-group__inner-container),
.tz-contact-paths > .wp-block-group__inner-container,
.tz-contact-paths > :not(.wp-block-group__inner-container),
.tz-contact-final-cta > .wp-block-group__inner-container,
.tz-contact-final-cta > :not(.wp-block-group__inner-container) {
  width: min(var(--contact-content), 100%);
  margin-right: auto;
  margin-left: auto;
}

/* ============================================================
   Pre-contact guide
   ============================================================ */

.tz-contact-guide,
.tz-contact-types,
.tz-contact-related,
.tz-contact-paths {
  margin: 0;
  padding: clamp(5rem, 9vw, 8rem) 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tz-contact-guide {
  background: rgba(255, 255, 255, 0.008);
}

.tz-contact-guide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(2rem, 5vw, 3.5rem);
  border-top: 1px solid var(--contact-line);
  border-left: 1px solid var(--contact-line);
}

.tz-contact-guide__grid article {
  position: relative;
  min-height: 250px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 66%),
    var(--contact-panel);
  border-right: 1px solid var(--contact-line);
  border-bottom: 1px solid var(--contact-line);
}

.tz-contact-guide__grid article > span {
  display: block;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  color: rgba(255, 255, 255, 0.18);
  font-family: var(--tz-font-mono, monospace);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.tz-contact-guide__grid h3 {
  margin: 0 0 0.8rem;
  color: #fff;
  font-family: var(--tz-font-serif, serif);
  font-size: clamp(1.2rem, 2.1vw, 1.6rem);
  font-weight: 600;
  line-height: 1.5;
}

.tz-contact-guide__grid p {
  margin: 0;
  color: var(--contact-muted);
  font-size: 0.92rem;
  line-height: 1.9;
}

.tz-contact-guide__grid a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(239, 43, 43, 0.55);
}

/* ============================================================
   Contact topics
   ============================================================ */

.tz-contact-types {
  background:
    radial-gradient(circle at 92% 25%, rgba(139, 0, 0, 0.12), transparent 25rem),
    #0c0c0c;
}

.tz-contact-types__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(2rem, 5vw, 3.5rem) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--contact-line);
  border-left: 1px solid var(--contact-line);
}

.tz-contact-types__list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 145px;
  margin: 0;
  padding: 1.3rem;
  background: rgba(255, 255, 255, 0.018);
  border-right: 1px solid var(--contact-line);
  border-bottom: 1px solid var(--contact-line);
}

.tz-contact-types__list li span {
  color: var(--contact-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.tz-contact-types__list li strong {
  color: #fff;
  font-family: var(--tz-font-serif, serif);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 600;
  line-height: 1.5;
}

/* ============================================================
   Related links
   ============================================================ */

.tz-contact-related {
  background: rgba(255, 255, 255, 0.008);
  scroll-margin-top: 90px;
}

.tz-contact-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2rem, 5vw, 3.5rem);
  border-top: 1px solid var(--contact-line);
  border-left: 1px solid var(--contact-line);
}

.tz-contact-related__grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 175px;
  padding: 1.5rem;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent);
  border-right: 1px solid var(--contact-line);
  border-bottom: 1px solid var(--contact-line);
  transition: background-color 0.2s ease;
}

.tz-contact-related__grid a span {
  margin-bottom: auto;
  color: var(--contact-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.tz-contact-related__grid a strong {
  font-family: var(--tz-font-serif, serif);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 500;
}

.tz-contact-related__grid a::after {
  position: absolute;
  right: 1.4rem;
  bottom: 1.55rem;
  color: var(--contact-red-bright);
}

/* ============================================================
   Form section
   ============================================================ */

.tz-contact-form-section {
  position: relative;
  margin: 0;
  padding: clamp(5.5rem, 10vw, 9rem) 1.5rem;
  background:
    radial-gradient(circle at 10% 12%, rgba(146, 0, 0, 0.14), transparent 27rem),
    #0e0e0e;
  border-bottom: 1px solid var(--contact-line);
  scroll-margin-top: 90px;
}

.tz-contact-form-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.65fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: end;
}

.tz-contact-form-section__head dl {
  margin: 0;
  border-top: 1px solid var(--contact-line);
}

.tz-contact-form-section__head dl div {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--contact-line);
}

.tz-contact-form-section__head dt {
  margin-bottom: 0.25rem;
  color: var(--contact-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.tz-contact-form-section__head dd {
  margin: 0;
  color: #d1cbc5;
  font-size: 0.85rem;
  line-height: 1.7;
}

.tz-contact-form-note {
  margin-top: 2rem;
  padding: 1.1rem 1.25rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--contact-line);
  border-left: 3px solid var(--contact-red);
}

.tz-contact-form-note p {
  margin: 0;
  color: var(--contact-muted);
  font-size: 0.84rem;
  line-height: 1.8;
}

.tz-contact-form-note a {
  color: #fff !important;
}

.tz-contact-page .c-google-form {
  position: relative;
  margin: clamp(2.5rem, 6vw, 4.5rem) 0 0;
  padding: clamp(0.7rem, 2vw, 1.2rem);
  overflow: hidden;
  background: #f6f5f2;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.38);
}

.tz-contact-page .c-google-form::before {
  content: "OFFICIAL CONTACT FORM";
  display: block;
  margin: -0.7rem -0.7rem 0.7rem;
  padding: 0.8rem 1rem;
  color: #fff;
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  background: #171717;
  border-bottom: 2px solid var(--contact-red);
}

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

/* Previous Google form content. */
.tz-contact-content .tz-page-content__inner > .c-google-form,
.tz-contact-content .tz-page-content__inner > .wp-block-html {
  width: min(var(--contact-content), calc(100% - 3rem));
}

/* Contact Form 7 compatibility if the form is changed later. */
.tz-contact-page .wpcf7 {
  margin-top: 2.5rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  color: #222;
  background: #f6f5f2;
  border-top: 3px solid var(--contact-red);
}

.tz-contact-page .wpcf7 label {
  color: #222;
  font-weight: 700;
}

.tz-contact-page .wpcf7 input:not([type="submit"], [type="checkbox"], [type="radio"]),
.tz-contact-page .wpcf7 select,
.tz-contact-page .wpcf7 textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem;
  color: #111;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
}

.tz-contact-page .wpcf7 textarea {
  min-height: 180px;
  resize: vertical;
}

.tz-contact-page .wpcf7 input[type="submit"] {
  min-height: 54px;
  padding: 0.85rem 2rem;
  color: #fff;
  font-weight: 700;
  background: var(--contact-red);
  border: 1px solid var(--contact-red);
  border-radius: 0;
  cursor: pointer;
}

.tz-contact-page .wpcf7-not-valid-tip {
  margin-top: 0.35rem;
  color: #b00000;
  font-size: 0.85rem;
}

.tz-contact-page .wpcf7-response-output {
  color: #222;
}

/* ============================================================
   Sponsor and member paths
   ============================================================ */

.tz-contact-paths {
  background: #0a0a0a;
}

.tz-contact-paths__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2rem, 5vw, 3.5rem);
}

.tz-contact-paths__grid > a {
  position: relative;
  display: block;
  min-height: 260px;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  color: #fff !important;
  text-decoration: none !important;
  background:
    linear-gradient(130deg, rgba(148, 0, 0, 0.18), transparent 70%),
    var(--contact-panel);
  border: 1px solid var(--contact-line);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.tz-contact-paths__grid > a > span {
  color: var(--contact-red-bright);
  font-family: var(--tz-font-mono, monospace);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.tz-contact-paths__grid > a > strong {
  display: block;
  margin-top: clamp(4rem, 8vw, 6rem);
  font-family: var(--tz-font-serif, serif);
  font-size: clamp(1.7rem, 3.5vw, 3rem);
  font-weight: 500;
  line-height: 1.35;
}

.tz-contact-paths__grid > a > p {
  max-width: 440px;
  margin: 0.8rem 0 0;
  color: var(--contact-muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

.tz-contact-paths__grid > a::after {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  color: var(--contact-red-bright);
}

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

.tz-contact-final-cta {
  position: relative;
  margin: 0;
  padding: clamp(6rem, 12vw, 11rem) 1.5rem;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(7, 7, 7, 0.98), rgba(59, 0, 0, 0.77)),
    repeating-linear-gradient(90deg, transparent 0, transparent 89px, rgba(255, 255, 255, 0.025) 90px);
  border-top: 1px solid rgba(232, 35, 35, 0.44);
}

/* Prevent the shared block-group margin from exposing a white gap before the footer CTA. */
.tz-contact-content .tz-contact-body > .wp-block-group__inner-container > .tz-contact-final-cta.wp-block-group {
  margin: 0 !important;
}

.tz-contact-final-cta::after {
  content: "CONTACT";
  position: absolute;
  right: -0.02em;
  bottom: -0.07em;
  color: rgba(255, 255, 255, 0.026);
  font-family: var(--tz-font-mono, monospace);
  font-size: clamp(6rem, 18vw, 17rem);
  font-weight: 700;
  line-height: 0.8;
  white-space: nowrap;
  pointer-events: none;
}

.tz-contact-final-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.tz-contact-final-cta h2 {
  font-size: clamp(2.65rem, 6.4vw, 6.2rem);
  line-height: 1.2;
}

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

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

  .tz-contact-button--primary:hover {
    background: var(--contact-red-bright);
    border-color: var(--contact-red-bright);
  }

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

  .tz-contact-button:hover::after,
  .tz-contact-guide__grid a:hover::after,
  .tz-contact-related__grid a:hover::after,
  .tz-contact-paths__grid > a:hover::after {
    transform: translateX(3px);
  }

  .tz-contact-related__grid a:hover {
    background-color: rgba(147, 0, 0, 0.14);
  }

  .tz-contact-paths__grid > a:hover {
    background-color: rgba(90, 0, 0, 0.15);
    border-color: rgba(239, 43, 43, 0.42);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tz-contact-page *,
  .tz-contact-page *::before,
  .tz-contact-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 960px) {
  .tz-contact-mv {
    min-height: auto;
  }

  .tz-contact-mv__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .tz-contact-mv__guide {
    width: min(100%, 620px);
  }

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

  .tz-contact-form-section__head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .tz-contact-page {
    scroll-padding-top: 68px;
  }

  .tz-contact-mv {
    display: block;
    padding: 7.2rem 1.25rem 0;
  }

  .tz-contact-mv::after {
    display: none;
  }

  .tz-contact-mv__inner {
    padding-bottom: 3.5rem;
  }

  .tz-contact-mv__title span {
    font-size: clamp(3rem, 15vw, 4.7rem);
    line-height: 1.08;
  }

  .tz-contact-mv__title small {
    margin-top: 1rem;
    font-size: 0.95rem;
  }

  .tz-contact-mv__lead {
    font-size: 0.94rem;
    line-height: 1.9;
  }

  .tz-contact-mv__actions,
  .tz-contact-intro__actions,
  .tz-contact-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tz-contact-button {
    width: 100%;
    min-height: 56px;
  }

  .tz-contact-mv__guide {
    padding: 1.5rem;
  }

  .tz-contact-mv__guide > strong {
    font-size: 4.5rem;
  }

  .tz-contact-mv__facts {
    grid-template-columns: 1fr;
    width: calc(100% + 2.5rem);
    margin: 0 -1.25rem;
    padding: 0 1.25rem;
  }

  .tz-contact-mv__facts div,
  .tz-contact-mv__facts div:first-child {
    padding: 0.9rem 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--contact-line);
  }

  .tz-contact-intro,
  .tz-contact-guide,
  .tz-contact-types,
  .tz-contact-related,
  .tz-contact-form-section,
  .tz-contact-paths,
  .tz-contact-final-cta {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .tz-contact-section-head h2,
  .tz-contact-final-cta h2 {
    font-size: clamp(2rem, 10vw, 3.35rem);
    line-height: 1.35;
  }

  .tz-contact-guide__grid,
  .tz-contact-related__grid,
  .tz-contact-paths__grid {
    grid-template-columns: 1fr;
  }

  .tz-contact-guide__grid article {
    min-height: 0;
  }

  .tz-contact-guide__grid article > span {
    margin-bottom: 2rem;
  }

  .tz-contact-types__list {
    grid-template-columns: 1fr;
  }

  .tz-contact-types__list li {
    min-height: 105px;
  }

  .tz-contact-related,
  .tz-contact-form-section {
    scroll-margin-top: 68px;
  }

  .tz-contact-related__grid a {
    min-height: 125px;
  }

  .tz-contact-page .c-google-form {
    width: calc(100% + 1.25rem);
    margin-right: -1.25rem;
    padding: 0.5rem;
    border-right: 0;
  }

  .tz-contact-page .c-google-form::before {
    margin: -0.5rem -0.5rem 0.5rem;
  }

  .tz-contact-page .c-google-form iframe {
    min-height: 1080px;
  }

  .tz-contact-content .tz-page-content__inner > .c-google-form,
  .tz-contact-content .tz-page-content__inner > .wp-block-html {
    width: calc(100% - 1.25rem);
    margin-right: 0;
    margin-left: 1.25rem;
  }

  .tz-contact-paths__grid > a {
    min-height: 220px;
  }

  .tz-contact-paths__grid > a > strong {
    margin-top: 3.5rem;
  }

  .tz-contact-final-cta {
    padding-bottom: max(7rem, calc(5rem + env(safe-area-inset-bottom)));
  }
}
