.tocl-contact-page {
  --tocl-ink: var(--ink, #171510);
  --tocl-muted: #645f55;
  --tocl-lime: var(--lime, #d9f000);
  --tocl-lime-dark: var(--lime-dark, #85a300);
  --tocl-paper: #fffdf8;
  --tocl-soft: #f5f1e8;
  --tocl-line: rgba(23, 21, 16, 0.12);
  --tocl-dark: #0f2419;
  --tocl-shadow: 0 18px 45px rgba(31, 27, 19, 0.1);
  color: var(--tocl-ink);
  background: var(--tocl-paper);
}

body.page-id-80 article.page > h1 { display: none; }
body.page-id-80 main > .section { padding: 0; }
body.page-id-80 main > .section > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}
body.page-id-80 article.page { margin: 0; }
.tocl-contact-page * { box-sizing: border-box; }

.tocl-wrap {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.tocl-contact-page .tocl-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--tocl-dark);
}
.tocl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--tocl-hero-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.tocl-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.3) 58%, rgba(0,0,0,.14)),
    linear-gradient(0deg, rgba(0,0,0,.28), rgba(0,0,0,.08));
}
.tocl-contact-page .tocl-hero__content {
  position: relative;
  z-index: 1;
  padding: 86px 0 86px;
}
.tocl-eyebrow,
.tocl-kicker {
  margin: 0 0 12px;
  color: var(--tocl-lime);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.tocl-contact-page .tocl-hero h1 {
  max-width: 690px;
  margin: 0 0 22px;
  font-family: var(--hand, "Segoe Print", "Bradley Hand ITC", "Comic Sans MS", cursive) !important;
  font-size: clamp(42px, 5.2vw, 70px) !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-shadow: 0 4px 18px rgba(0,0,0,.22);
}
.tocl-contact-page .tocl-hero h1::after {
  content: "";
  display: block;
  width: min(180px, 42%);
  height: 5px;
  margin-top: 18px;
  border-radius: 999px;
  background: var(--tocl-lime);
}
.tocl-contact-page .tocl-hero p {
  max-width: 560px;
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,.92);
}
.tocl-hero__actions,
.tocl-hero__badges,
.tocl-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tocl-hero__actions { margin-top: 30px; }
.tocl-hero__badges { margin-top: 22px; }
.tocl-hero__badges span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.tocl-btn,
.tocl-action,
.tocl-alt-card a,
.tocl-submit,
.tocl-success a,
.tocl-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--tocl-lime);
  color: var(--tocl-ink);
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.tocl-btn:hover,
.tocl-action:hover,
.tocl-submit:hover,
.tocl-success a:hover,
.tocl-link-btn:hover {
  transform: translateY(-1px);
  background: #c8df00;
  box-shadow: 0 12px 24px rgba(164,185,0,.18);
}
.tocl-btn--ghost,
.tocl-action--ghost {
  background: rgba(255,255,255,.08);
  color: #fff;
  border-color: rgba(255,255,255,.72);
}
.tocl-btn--ghost:hover {
  background: #fff;
  color: var(--tocl-ink);
}
.tocl-btn--light {
  background: #fff;
  color: var(--tocl-ink);
}

.tocl-contact-page .tocl-lead-section {
  position: relative;
  z-index: 2;
  padding: 0 0 64px;
  margin-top: -42px;
}
.tocl-contact-page .tocl-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 22px;
  align-items: start;
}
.tocl-form-card,
.tocl-side-card,
.tocl-error,
.tocl-success {
  border: 1px solid var(--tocl-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--tocl-shadow);
}
.tocl-contact-page .tocl-form-card {
  padding: clamp(24px, 4vw, 40px);
}
.tocl-contact-page .tocl-form-card h2,
.tocl-contact-page .tocl-team-copy h2,
.tocl-contact-page .tocl-bottom-cta h2 {
  margin: 0 0 12px;
  font-family: var(--hand, "Segoe Print", "Bradley Hand ITC", "Comic Sans MS", cursive) !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}
.tocl-form-card > p:not(.tocl-kicker),
.tocl-team-copy p,
.tocl-bottom-cta p,
.tocl-side-card p {
  margin: 0;
  color: var(--tocl-muted);
  line-height: 1.65;
}

.tocl-contact-page .tocl-contact-aside {
  display: grid;
  gap: 18px;
}
.tocl-contact-page .tocl-side-card {
  padding: 24px;
}
.tocl-contact-method {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--tocl-line);
}
.tocl-contact-method:first-of-type { border-top: 0; }
.tocl-contact-method > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #183320;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.tocl-contact-method h3,
.tocl-emergency-card h3 {
  margin: 0 0 4px;
  font-size: 17px;
}
.tocl-contact-method a,
.tocl-emergency-card a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--tocl-lime-dark);
  font-weight: 900;
  text-decoration: none;
}
.tocl-trust-card {
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
}
.tocl-trust-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  background:
    linear-gradient(0deg, rgba(15,36,25,.68), rgba(15,36,25,0)),
    var(--tocl-card-image) center/cover;
}
.tocl-trust-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tocl-trust-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  color: #37332d;
  line-height: 1.45;
}
.tocl-trust-card li::before {
  content: "";
  width: 12px;
  height: 7px;
  margin-top: 6px;
  border-left: 3px solid var(--tocl-lime-dark);
  border-bottom: 3px solid var(--tocl-lime-dark);
  transform: rotate(-45deg);
}
.tocl-emergency-card {
  background: #fff9e8;
  border-color: rgba(164,185,0,.28);
}

.tocl-contact-page .tocl-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.tocl-card { padding: 20px; border: 1px solid var(--tocl-line); border-radius: 8px; background: #fff; }
.tocl-form fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.tocl-contact-page .tocl-form legend {
  padding: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 900;
}
.tocl-contact-page .tocl-form-grid,
.tocl-contact-page .tocl-form-grid--three {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 18px;
  align-items: start;
}
.tocl-contact-page .tocl-field {
  display: grid;
  gap: 6px;
  min-width: 0;
  align-content: start;
}
.tocl-contact-page .tocl-field label,
.tocl-contact-page .tocl-checklist span,
.tocl-contact-page .tocl-privacy label {
  font-weight: 800;
  font-size: 14px;
}
.tocl-field small,
.tocl-checklist small {
  color: var(--tocl-muted);
  font-size: 13px;
  line-height: 1.5;
}
.tocl-contact-page .tocl-field input,
.tocl-contact-page .tocl-field select,
.tocl-contact-page .tocl-field textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--tocl-line);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  color: var(--tocl-ink);
  font: inherit;
}
.tocl-contact-page .tocl-field textarea {
  min-height: 112px;
  resize: vertical;
}
.tocl-field input:focus,
.tocl-field select:focus,
.tocl-field textarea:focus,
.tocl-submit:focus-visible,
.tocl-btn:focus-visible,
.tocl-link-btn:focus-visible {
  outline: 3px solid rgba(217,240,0,.65);
  outline-offset: 3px;
}
.tocl-checklist {
  display: grid;
  gap: 14px;
}
.tocl-checkgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}
.tocl-checkgrid label,
.tocl-privacy label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #3d392f;
  line-height: 1.45;
}
.tocl-checkgrid input,
.tocl-privacy input {
  width: auto;
  min-height: 0;
  margin-top: 4px;
}
.tocl-privacy {
  display: grid;
  gap: 12px;
}
.tocl-optional summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  border: 1px solid rgba(164,185,0,.34);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-weight: 900;
}
.tocl-optional summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--tocl-lime);
}
.tocl-optional[open] summary {
  border-radius: 8px 8px 0 0;
}
.tocl-optional[open] summary::after { content: "-"; }
.tocl-optional fieldset {
  margin-top: -1px;
  border-radius: 0 0 8px 8px;
}

.tocl-contact-page .tocl-team-band {
  padding: 58px 0;
  background: linear-gradient(90deg, #fffdf8, #f4efe4);
}
.tocl-team-grid {
  display: grid;
  grid-template-columns: minmax(240px, 330px) 1fr;
  gap: 34px;
  align-items: center;
}
.tocl-team-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.tocl-team-photos figure {
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--tocl-shadow);
}
.tocl-team-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tocl-link-btn {
  min-height: 46px;
  margin-top: 22px;
  background: transparent;
  border-color: var(--tocl-lime-dark);
}

.tocl-bottom-cta {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  color: #fff;
  background: var(--tocl-dark);
}
.tocl-bottom-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,35,22,.9), rgba(10,35,22,.72)),
    var(--tocl-cta-image) left center/360px auto no-repeat;
}
.tocl-bottom-cta__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}
.tocl-bottom-cta p { color: rgba(255,255,255,.84); }

.tocl-error,
.tocl-success {
  width: min(1160px, calc(100% - 48px));
  margin: 24px auto;
  padding: 18px 20px;
}
.tocl-error {
  background: #fff4f1;
  border-color: #efb5aa;
  color: #8a2e20;
}
.tocl-success {
  background: #f3f9eb;
  border-color: rgba(164,185,0,.3);
}
.tocl-hidden {
  position: absolute !important;
  left: -9999px !important;
}

@media (max-width: 1100px) {
  .tocl-contact-page .tocl-lead-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .tocl-wrap { width: min(100% - 32px, 1160px); }
  .tocl-hero { min-height: 520px; }
  .tocl-contact-page .tocl-team-grid,
  .tocl-contact-page .tocl-bottom-cta__grid {
    grid-template-columns: 1fr;
  }
  .tocl-contact-aside {
    grid-template-columns: 1fr 1fr;
  }
  .tocl-side-card:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .tocl-contact-page .tocl-form-grid,
  .tocl-contact-page .tocl-form-grid--three,
  .tocl-contact-page .tocl-checkgrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .tocl-contact-page .tocl-hero {
    min-height: 560px;
  }
  .tocl-contact-page .tocl-hero__content {
    padding: 70px 0 54px;
  }
  .tocl-contact-page .tocl-hero h1 {
    font-size: 38px !important;
  }
  .tocl-contact-page .tocl-hero p {
    font-size: 16px;
  }
  .tocl-contact-page .tocl-lead-section {
    margin-top: 0;
    padding-top: 18px;
  }
  .tocl-form-card,
  .tocl-side-card {
    padding: 20px;
  }
  .tocl-contact-page .tocl-form-grid,
  .tocl-contact-page .tocl-form-grid--three,
  .tocl-contact-page .tocl-checkgrid,
  .tocl-contact-page .tocl-contact-aside,
  .tocl-contact-page .tocl-team-photos {
    grid-template-columns: 1fr;
  }
  .tocl-btn,
  .tocl-action,
  .tocl-submit {
    width: 100%;
  }
  .tocl-team-photos figure {
    min-height: 190px;
  }
}

body .tocl-contact-page .tocl-hero h1,
body .tocl-contact-page .tocl-form-card h2,
body .tocl-contact-page .tocl-team-copy h2,
body .tocl-contact-page .tocl-bottom-cta h2 {
  font-family: var(--hand, "Segoe Print", "Bradley Hand ITC", "Comic Sans MS", cursive) !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}
