/* Contact — Switchboard Desk (below-hero only; unique intake layout) */
:root {
  --ct-navy: #17324d;
  --ct-navy-deep: #0e2033;
  --ct-coral: #d96832;
  --ct-mist: #e8eef3;
  --ct-panel: #f4f7fa;
  --ct-ink: #1e2a36;
  --ct-muted: #5a6570;
  --ct-line: rgba(23, 50, 77, 0.14);
  --ct-serif: "Playfair Display", serif;
  --ct-sans: Inter, sans-serif;
}

.ct-page {
  background: var(--ct-mist);
  color: var(--ct-ink);
}

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

.ct-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.ct-reveal.is-in {
  opacity: 1;
  transform: none;
}

.ct-d1 { transition-delay: 0.08s; }
.ct-d2 { transition-delay: 0.16s; }
.ct-d3 { transition-delay: 0.24s; }

/* —— Intro + photo rail —— */
.ct-intro {
  padding: 4.5rem 0 2.5rem;
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(217, 104, 50, 0.08), transparent 55%),
    linear-gradient(180deg, #f7fafc 0%, var(--ct-mist) 100%);
}

.ct-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: end;
}

.ct-intro .section-label {
  margin-bottom: 0.75rem;
}

.ct-intro h2 {
  font-family: var(--ct-serif);
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  line-height: 1.15;
  color: var(--ct-navy);
  margin: 0 0 1rem;
  max-width: 16ch;
}

.ct-intro-rule {
  width: 3.5rem;
  height: 3px;
  background: var(--ct-coral);
  border-radius: 2px;
}

.ct-photo-rail {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.65rem;
  min-height: 240px;
}

.ct-photo-rail figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  background: var(--ct-navy);
}

.ct-photo-rail figure:first-child {
  grid-row: 1 / -1;
}

.ct-photo-rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.ct-photo-rail figure:hover img {
  transform: scale(1.05);
}

.ct-photo-rail figcaption {
  position: absolute;
  left: 0.75rem;
  bottom: 0.65rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

/* —— Channel switchboard —— */
.ct-channels {
  padding: 0 0 3.5rem;
}

.ct-channel-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--ct-line);
  background: #fff;
}

.ct-channel {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.35rem 1.25rem 1.45rem;
  text-decoration: none;
  color: inherit;
  border-right: 1px solid var(--ct-line);
  position: relative;
  transition: background 0.25s ease;
  min-height: 100%;
}

.ct-channel:last-child {
  border-right: none;
}

.ct-channel:hover {
  background: var(--ct-panel);
}

.ct-channel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.ct-channel-idx {
  font-family: var(--ct-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--ct-coral);
}

.ct-channel-ico {
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  color: var(--ct-navy);
  border: 1px solid var(--ct-line);
  background: var(--ct-panel);
}

.ct-channel:hover .ct-channel-ico {
  background: var(--ct-navy);
  color: #fff;
  border-color: var(--ct-navy);
}

.ct-channel-label {
  font-family: var(--ct-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ct-muted);
  margin: 0;
}

.ct-channel-value {
  font-family: var(--ct-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ct-navy);
  line-height: 1.35;
  margin: 0;
  word-break: break-word;
}

.ct-channel-note {
  font-size: 0.8rem;
  color: var(--ct-muted);
  line-height: 1.45;
  margin: 0;
}

.ct-channel-hours .ct-channel-value {
  font-family: var(--ct-sans);
  font-size: 0.84rem;
  font-weight: 600;
}

/* —— Desk: form + trust —— */
.ct-desk {
  padding: 0 0 4.5rem;
}

.ct-desk-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: start;
}

.ct-ticket {
  background: #fff;
  border: 1px solid var(--ct-line);
  position: relative;
  overflow: hidden;
}

.ct-ticket::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--ct-coral), var(--ct-navy));
}

.ct-ticket-head {
  padding: 1.75rem 1.75rem 1.25rem 2rem;
  border-bottom: 1px dashed var(--ct-line);
  background:
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 10px,
      rgba(23, 50, 77, 0.015) 10px,
      rgba(23, 50, 77, 0.015) 11px
    );
}

.ct-ticket-head h3 {
  font-family: var(--ct-serif);
  font-size: 1.55rem;
  color: var(--ct-navy);
  margin: 0 0 0.35rem;
}

.ct-ticket-head p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ct-muted);
}

.ct-ticket-body {
  padding: 1.5rem 1.75rem 1.75rem 2rem;
}

.ct-ticket-body .est-form .form-label,
.ct-ticket-body .form-label {
  color: var(--ct-navy);
}

.ct-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ct-trust {
  background: #fff;
  border: 1px solid var(--ct-line);
  overflow: hidden;
}

.ct-trust-visual {
  position: relative;
  height: 140px;
  overflow: hidden;
}

.ct-trust-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ct-trust-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(14, 32, 51, 0.72) 100%);
}

.ct-trust-body {
  padding: 1.25rem 1.35rem 1.4rem;
}

.ct-stars {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
}

.ct-stars svg {
  flex-shrink: 0;
}

.ct-stars strong {
  font-family: var(--ct-serif);
  font-size: 1.15rem;
  color: var(--ct-navy);
  margin-left: 0.25rem;
}

.ct-trust-copy {
  margin: 0 0 1.1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--ct-muted);
}

.ct-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.ct-stat {
  text-align: center;
  padding: 0.7rem 0.35rem;
  background: var(--ct-panel);
  border: 1px solid var(--ct-line);
}

.ct-stat strong {
  display: block;
  font-family: var(--ct-serif);
  font-size: 1.25rem;
  color: var(--ct-navy);
  line-height: 1.1;
}

.ct-stat span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ct-muted);
  font-weight: 600;
}

.ct-license {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ct-license-bg {
  position: absolute;
  inset: 0;
}

.ct-license-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ct-license-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(160deg, rgba(14, 32, 51, 0.92) 15%, rgba(23, 50, 77, 0.78) 55%, rgba(217, 104, 50, 0.45) 100%);
}

.ct-license-inner {
  position: relative;
  z-index: 1;
  padding: 1.5rem 1.35rem 1.45rem;
}

.ct-license-title {
  font-family: var(--ct-serif);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.9rem;
}

.ct-license-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.ct-license-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.35;
}

.ct-license-list li span {
  color: var(--ct-coral);
  font-weight: 700;
  flex-shrink: 0;
}

/* —— Locale band —— */
.ct-locale {
  padding: 0 0 5rem;
}

.ct-locale-frame {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 360px;
  border: 1px solid var(--ct-line);
  overflow: hidden;
  background: var(--ct-navy-deep);
}

.ct-locale-media {
  position: relative;
  min-height: 280px;
}

.ct-locale-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ct-locale-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 40%, rgba(14, 32, 51, 0.35) 100%);
}

.ct-locale-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 2.5rem 2rem;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 104, 50, 0.22), transparent 45%),
    linear-gradient(165deg, var(--ct-navy-deep), var(--ct-navy));
}

.ct-locale-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ct-coral);
  margin: 0;
}

.ct-locale-panel h2 {
  font-family: var(--ct-serif);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  margin: 0;
  color: #fff;
  line-height: 1.2;
}

.ct-locale-address {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.ct-locale-panel .btn-primary {
  align-self: flex-start;
  margin-top: 0.35rem;
}

.ct-locale-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.ct-locale-thumbs figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.ct-locale-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.9;
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.ct-locale-thumbs figure:hover img {
  transform: scale(1.06);
  opacity: 1;
}

@media (max-width: 980px) {
  .ct-intro-grid,
  .ct-desk-grid,
  .ct-locale-frame {
    grid-template-columns: 1fr;
  }

  .ct-channel-board {
    grid-template-columns: 1fr 1fr;
  }

  .ct-channel:nth-child(2n) {
    border-right: none;
  }

  .ct-channel:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ct-line);
  }

  .ct-photo-rail {
    min-height: 200px;
  }

  .ct-locale-media {
    min-height: 220px;
  }

  .ct-locale-media::after {
    background: linear-gradient(180deg, transparent 50%, rgba(14, 32, 51, 0.5) 100%);
  }
}

@media (max-width: 640px) {
  .ct-intro {
    padding: 3.25rem 0 1.75rem;
  }

  .ct-channel-board {
    grid-template-columns: 1fr;
  }

  .ct-channel {
    border-right: none;
    border-bottom: 1px solid var(--ct-line);
  }

  .ct-channel:last-child {
    border-bottom: none;
  }

  .ct-channel:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ct-line);
  }

  .ct-ticket-head,
  .ct-ticket-body {
    padding-left: 1.35rem;
    padding-right: 1.25rem;
  }

  .ct-stats {
    grid-template-columns: 1fr;
  }

  .ct-photo-rail {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .ct-photo-rail figure:first-child {
    grid-row: auto;
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }

  .ct-photo-rail figure:not(:first-child) {
    aspect-ratio: 4 / 3;
  }

  .ct-locale-panel {
    padding: 1.75rem 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ct-reveal,
  .ct-photo-rail img,
  .ct-locale-thumbs img {
    transition: none;
  }

  .ct-reveal {
    opacity: 1;
    transform: none;
  }
}
