.ct1913-contact-page,
.ct1913-footer-contact {
  --ct1913-navy: #173a52;
  --ct1913-orange: #f25a1d;
  --ct1913-line: #06c755;
  --ct1913-ink: #17212b;
  --ct1913-muted: #62707c;
  --ct1913-border: #dfe5e9;
  --ct1913-surface: #f6f8fa;
  color: var(--ct1913-ink);
  font-family: inherit;
}

.ct1913-contact-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 20px 72px;
}

.ct1913-contact-hero {
  max-width: 820px;
  margin-bottom: 34px;
}

.ct1913-contact-hero h1,
.ct1913-section-heading h2,
.ct1913-card h2 {
  margin: 0 0 12px;
  line-height: 1.2;
}

.ct1913-contact-hero h1 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.ct1913-contact-hero > p:last-child,
.ct1913-section-heading > p:last-child {
  color: var(--ct1913-muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.ct1913-eyebrow {
  margin: 0 0 8px;
  color: var(--ct1913-orange);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.ct1913-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 24px;
}

.ct1913-card {
  padding: 30px;
  border: 1px solid var(--ct1913-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 58, 82, .08);
}

.ct1913-info-list {
  margin: 24px 0;
}

.ct1913-info-list > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--ct1913-border);
}

.ct1913-info-list dt {
  font-weight: 700;
}

.ct1913-info-list dd {
  margin: 0;
  color: var(--ct1913-muted);
}

.ct1913-info-list a,
.ct1913-footer-contact a,
.ct1913-map-link a {
  color: inherit;
  text-decoration: none;
}

.ct1913-info-list a:hover,
.ct1913-footer-contact a:hover,
.ct1913-map-link a:hover {
  text-decoration: underline;
}

.ct1913-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ct1913-button,
.ct1913-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--ct1913-navy);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
}

.ct1913-button--line { background: var(--ct1913-line); }
.ct1913-button--secondary { background: var(--ct1913-orange); }
.ct1913-button:hover,
.ct1913-submit:hover { filter: brightness(.94); }

.ct1913-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--ct1913-border);
}

.ct1913-hours-row span { color: var(--ct1913-muted); }
.ct1913-hours-row--muted strong { color: var(--ct1913-orange); }

.ct1913-visit-notice {
  display: flex;
  gap: 14px;
  margin: 24px 0 48px;
  padding: 18px 22px;
  border-left: 5px solid var(--ct1913-orange);
  border-radius: 8px;
  background: #fff4ee;
  line-height: 1.7;
}

.ct1913-visit-notice strong { white-space: nowrap; }

.ct1913-map-wrap,
.ct1913-form-wrap {
  margin-top: 48px;
}

.ct1913-section-heading {
  margin-bottom: 20px;
}

.ct1913-map {
  overflow: hidden;
  border: 1px solid var(--ct1913-border);
  border-radius: 16px;
  background: var(--ct1913-surface);
}

.ct1913-map iframe { display: block; }
.ct1913-map-link { margin-top: 12px; }

.ct1913-form {
  max-width: 850px;
  padding: 28px;
  border: 1px solid var(--ct1913-border);
  border-radius: 16px;
  background: #fff;
}

.ct1913-form p { margin: 0 0 17px; }
.ct1913-form label {
  display: block;
  margin-bottom: 7px;
  font-weight: 700;
}

.ct1913-form input,
.ct1913-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #c9d2d8;
  border-radius: 7px;
  background: #fff;
  color: var(--ct1913-ink);
  font: inherit;
}

.ct1913-form input:focus,
.ct1913-form textarea:focus {
  outline: 2px solid rgba(23, 58, 82, .2);
  border-color: var(--ct1913-navy);
}

.ct1913-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ct1913-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.ct1913-form-message {
  max-width: 850px;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 700;
}
.ct1913-form-message--success { background: #e8f7ed; color: #1b6b34; }
.ct1913-form-message--error { background: #fff0ef; color: #9b2c2c; }

.ct1913-footer-contact {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(300px, 1.1fr);
  gap: 34px;
  color: inherit;
}

.ct1913-footer-contact h3 {
  margin-top: 0;
  color: inherit;
}

.ct1913-footer-contact__info p {
  margin: 7px 0;
  line-height: 1.65;
}

.ct1913-footer-contact .ct1913-form {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ct1913-footer-contact .ct1913-form input,
.ct1913-footer-contact .ct1913-form textarea {
  background: rgba(255,255,255,.06);
  color: inherit;
  border-color: rgba(255,255,255,.25);
}

@media (max-width: 760px) {
  .ct1913-contact-grid,
  .ct1913-footer-contact,
  .ct1913-form-grid {
    grid-template-columns: 1fr;
  }

  .ct1913-contact-page { padding: 34px 15px 54px; }
  .ct1913-card { padding: 22px; }
  .ct1913-info-list > div { grid-template-columns: 1fr; gap: 5px; }
  .ct1913-visit-notice { flex-direction: column; }
  .ct1913-hours-row { align-items: flex-start; flex-direction: column; gap: 6px; }
}

/* v1.1.0: contact routing, AEO FAQ and stronger entity presentation */
.ct1913-contact-route,.ct1913-contact-faq{margin-top:48px}.ct1913-contact-route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--ct1913-border)}.ct1913-contact-route-grid article{min-height:230px;padding:25px;border-right:1px solid var(--ct1913-border);background:#fff}.ct1913-contact-route-grid article:last-child{border-right:0}.ct1913-contact-route-grid span{display:block;margin-bottom:28px;color:var(--ct1913-orange);font-size:.78rem;font-weight:900}.ct1913-contact-route-grid h3{margin:0 0 10px;color:var(--ct1913-navy);font-size:1.35rem}.ct1913-contact-route-grid p{margin:0 0 20px;color:var(--ct1913-muted);line-height:1.75}.ct1913-contact-route-grid a{color:var(--ct1913-navy);font-weight:800;text-underline-offset:4px}.ct1913-contact-faq-list{border:1px solid var(--ct1913-border)}.ct1913-contact-faq-list details{margin:0;border-bottom:1px solid var(--ct1913-border);background:#fff}.ct1913-contact-faq-list details:last-child{border-bottom:0}.ct1913-contact-faq-list summary{position:relative;padding:18px 52px 18px 20px;color:var(--ct1913-navy);font-weight:800;cursor:pointer;list-style:none}.ct1913-contact-faq-list summary::-webkit-details-marker{display:none}.ct1913-contact-faq-list summary::after{content:'+';position:absolute;right:20px;color:var(--ct1913-orange);font-size:1.25rem}.ct1913-contact-faq-list details[open] summary{background:var(--ct1913-navy);color:#fff}.ct1913-contact-faq-list details[open] summary::after{content:'−'}.ct1913-contact-faq-list details p{margin:0;padding:17px 20px 21px;background:var(--ct1913-surface);color:var(--ct1913-muted);line-height:1.8}@media(max-width:760px){.ct1913-contact-route-grid{grid-template-columns:1fr}.ct1913-contact-route-grid article{min-height:0;border-right:0;border-bottom:1px solid var(--ct1913-border)}.ct1913-contact-route-grid article:last-child{border-bottom:0}.ct1913-contact-route-grid span{margin-bottom:12px}}
