#contact-page {
  --tc-contact-burgundy: #6f1831;
  --tc-contact-burgundy-dark: #4d1021;
  --tc-contact-teal: #3e746d;
  --tc-contact-sage: #dce9e4;
  --tc-contact-cream: #f8f4ed;
  --tc-contact-ink: #24302e;
  --tc-contact-muted: #5c6865;
  color: var(--tc-contact-ink);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.7;
}

#contact-page *,
#contact-page *::before,
#contact-page *::after { box-sizing: border-box; }

#contact-page .tc-contact-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
#contact-page h1,
#contact-page h2,
#contact-page h3 { color: var(--tc-contact-burgundy); line-height: 1.15; margin-top: 0; }
#contact-page h1 { max-width: 620px; margin-bottom: 22px; font-size: clamp(2.55rem, 5vw, 4.65rem); letter-spacing: -.045em; }
#contact-page h2 { margin-bottom: 16px; font-size: clamp(1.9rem, 3vw, 2.7rem); letter-spacing: -.025em; }
#contact-page h3 { margin-bottom: 10px; font-size: 1.18rem; }
#contact-page p { margin: 0 0 17px; font-size: 16px; }
#contact-page address { font-style: normal; }
#contact-page a:focus-visible { outline: 3px solid #e0a329; outline-offset: 4px; }

.tc-site-header .tc-header-contact[aria-current="page"] {
  box-shadow: 0 0 0 3px rgba(111,24,49,.2);
}

.tc-contact-hero { overflow: hidden; background: var(--tc-contact-cream); }
.tc-contact-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 600px; align-items: stretch; }
.tc-contact-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 56px 72px max(20px, calc((100vw - 1160px) / 2)); }
.tc-contact-eyebrow { margin-bottom: 16px !important; color: var(--tc-contact-teal); font-size: 13px !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tc-contact-lead { max-width: 585px; color: #46524f; font-size: 19px !important; }
.tc-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 15px; }
.tc-contact-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 2px solid var(--tc-contact-burgundy); border-radius: 7px; background: var(--tc-contact-burgundy); color: #fff !important; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.tc-contact-button:hover { border-color: var(--tc-contact-burgundy-dark); background: var(--tc-contact-burgundy-dark); transform: translateY(-2px); }
.tc-contact-button-secondary { background: transparent; color: var(--tc-contact-burgundy) !important; }
.tc-contact-button-secondary:hover { background: var(--tc-contact-burgundy); color: #fff !important; }
.tc-contact-hero-image { min-height: 600px; }
.tc-contact-hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 51% center; }

.tc-contact-quick { background: var(--tc-contact-burgundy); color: #fff; }
.tc-contact-quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.tc-contact-quick-item { display: flex; flex-direction: column; min-height: 135px; padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.2); color: #fff; transition: background .2s ease; }
.tc-contact-quick-item:last-child { border-right: 0; }
.tc-contact-quick-item:hover { background: rgba(255,255,255,.08); }
.tc-contact-quick-item > a { width: fit-content; color: #fff; text-decoration: none; }
.tc-contact-quick-item > a:hover { text-decoration: underline; text-underline-offset: 4px; }
.tc-contact-quick-label { margin-bottom: 8px; color: var(--tc-contact-sage); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.tc-contact-quick-item strong { font-size: 18px; line-height: 1.35; overflow-wrap: anywhere; }
.tc-contact-quick-item small { margin-top: 5px; color: rgba(255,255,255,.72); font-size: 12px; }

.tc-contact-form-section { padding: 92px 0; background: #f4f7f5; }
.tc-contact-form-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 26px; align-items: start; }
.tc-contact-office-card,
.tc-contact-form-card { border-radius: 15px; }
.tc-contact-office-card { padding: 39px; background: var(--tc-contact-burgundy); color: #fff; box-shadow: 0 15px 42px rgba(70,24,39,.16); }
.tc-contact-office-card h2 { color: #fff !important; font-size: 2rem !important; }
.tc-contact-office-card > p:not(.tc-contact-eyebrow) { color: rgba(255,255,255,.82); }
.tc-contact-eyebrow-light { color: var(--tc-contact-sage); }
.tc-contact-office-details { display: grid; gap: 18px; margin-top: 28px; }
.tc-contact-office-details > div { padding-top: 17px; border-top: 1px solid rgba(255,255,255,.18); }
.tc-contact-office-details span { display: block; margin-bottom: 4px; color: var(--tc-contact-sage); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tc-contact-office-details a { color: #fff; font-size: 17px; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
.tc-contact-office-details a:hover { text-decoration: underline; text-underline-offset: 4px; }
.tc-contact-office-details address { color: rgba(255,255,255,.9); font-size: 14px; line-height: 1.7; }
.tc-contact-safety-note { display: grid; gap: 5px; margin-top: 28px; padding: 18px; border-radius: 9px; background: rgba(255,255,255,.11); }
.tc-contact-safety-note strong { color: #fff; font-size: 14px; }
.tc-contact-safety-note span { color: rgba(255,255,255,.79); font-size: 12px; line-height: 1.6; }

.tc-contact-form-card { min-width: 0; padding: 39px; border: 1px solid #e0e7e4; background: #fff; box-shadow: 0 10px 34px rgba(32,52,46,.08); }
.tc-contact-form-card > p:not(.tc-contact-eyebrow):not(.tc-contact-privacy) { max-width: 650px; color: var(--tc-contact-muted); }
.tc-cognito-wrap { min-height: 560px; margin-top: 25px; overflow: hidden; border: 1px solid #dfe6e3; border-radius: 11px; background: #fff; }
.tc-cognito-wrap iframe { display: block; width: 100%; min-height: 560px; border: 0; background: #fff; }
.tc-contact-privacy { margin-top: 17px !important; color: var(--tc-contact-muted); font-size: 12px !important; }
.tc-contact-privacy a { color: var(--tc-contact-burgundy); font-weight: 800; }

.tc-contact-departments { padding: 92px 0; background: #fff; }
.tc-contact-section-heading { max-width: 760px; margin-bottom: 34px; }
.tc-contact-section-heading > p:not(.tc-contact-eyebrow) { color: var(--tc-contact-muted); }
.tc-contact-department-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tc-contact-department-card { position: relative; min-width: 0; min-height: 265px; padding: 27px 23px; overflow: hidden; border: 1px solid #dfe6e3; border-radius: 12px; background: #fff; box-shadow: 0 8px 26px rgba(32,52,46,.065); }
.tc-contact-card-mark { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 50%; background: var(--tc-contact-sage); color: var(--tc-contact-teal); font-size: 12px; font-weight: 800; }
.tc-contact-department-card p { color: var(--tc-contact-muted); font-size: 13px !important; line-height: 1.6; }
.tc-contact-department-card p strong { color: var(--tc-contact-ink); }
.tc-contact-department-card a { color: var(--tc-contact-burgundy); font-size: 13px; font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; overflow-wrap: anywhere; }

.tc-contact-visit { padding: 92px 0; background: var(--tc-contact-cream); }
.tc-contact-visit-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 68px; align-items: center; }
.tc-contact-visit-copy > p:not(.tc-contact-eyebrow) { max-width: 660px; }
.tc-contact-visit-copy .tc-contact-button { margin-top: 8px; }
.tc-contact-address-panel { position: relative; padding: 40px; overflow: hidden; border-radius: 15px; background: var(--tc-contact-burgundy); color: #fff; box-shadow: 0 14px 38px rgba(70,24,39,.15); }
.tc-contact-address-panel::after { content: ""; position: absolute; right: -80px; bottom: -90px; width: 220px; height: 220px; border: 38px solid rgba(255,255,255,.055); border-radius: 50%; }
.tc-contact-pin { position: relative; display: block; width: 44px; height: 44px; margin-bottom: 22px; border: 5px solid var(--tc-contact-sage); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.tc-contact-pin::after { content: ""; position: absolute; top: 9px; left: 9px; width: 16px; height: 16px; border-radius: 50%; background: var(--tc-contact-sage); }
.tc-contact-address-panel > strong { display: block; margin-bottom: 10px; font-size: 23px; }
.tc-contact-address-panel address { color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.75; }
.tc-contact-area-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.tc-contact-area-tags span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.23); border-radius: 99px; color: var(--tc-contact-sage); font-size: 11px; font-weight: 800; }

.tc-contact-image-note { padding: 22px 0; background: var(--tc-contact-sage); }
.tc-contact-image-note p { margin: 0 !important; color: #315a54; font-size: 12px !important; font-weight: 700; text-align: center; }

@media (max-width: 1050px) {
  .tc-contact-department-grid { grid-template-columns: repeat(2, 1fr); }
  .tc-contact-department-card { min-height: 235px; }
}

@media (max-width: 950px) {
  .tc-contact-hero-grid { grid-template-columns: 1fr; }
  .tc-contact-hero-copy { padding: 58px 30px; }
  .tc-contact-hero-image { min-height: 430px; }
  .tc-contact-form-grid,
  .tc-contact-visit-grid { grid-template-columns: 1fr; gap: 35px; }
  .tc-contact-office-card { max-width: none; }
}

@media (max-width: 760px) {
  .tc-contact-quick-grid { grid-template-columns: 1fr; }
  .tc-contact-quick-item { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .tc-contact-quick-item:last-child { border-bottom: 0; }
}

@media (max-width: 680px) {
  #contact-page .tc-contact-container { width: min(100% - 28px, 1160px); }
  .tc-contact-hero-copy { padding: 48px 20px; }
  .tc-contact-hero-image { min-height: 320px; }
  .tc-contact-hero-image img { object-position: 52% center; }
  .tc-contact-form-section,
  .tc-contact-departments,
  .tc-contact-visit { padding: 58px 0; }
  .tc-contact-office-card,
  .tc-contact-form-card,
  .tc-contact-address-panel { padding: 28px 22px; }
  .tc-contact-department-grid { grid-template-columns: 1fr; }
  .tc-contact-department-card { min-height: auto; }
  .tc-contact-actions { display: grid; }
  .tc-contact-button { width: 100%; }
}
