/* ============================================================
   Contact page — ported from Design/css/site.css
   ============================================================ */

.ct-hero {
  position: relative;
  height: 460px;
  overflow: hidden;
  background: var(--lgm-navy);
}
.ct-hero__map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ct-hero__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  filter: saturate(0.85) contrast(1.05);
}
.ct-hero__label {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: var(--lgm-green);
  padding: 14px 26px 16px;
  border-radius: 0 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ct-hero__bc {
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  display: flex;
  align-items: center;
  gap: 5px;
}
.ct-hero__bc a { color: rgba(255,255,255,0.65); text-decoration: none; }
.ct-hero__bc a:hover { color: #fff; }

.ct-hero__label .lgm-breadcrumb,
.ct-hero__label .lgm-breadcrumb--dark { color: rgba(255,255,255,0.75); }
.ct-hero__label .lgm-breadcrumb--dark a { color: rgba(255,255,255,0.75); }
.ct-hero__label .lgm-breadcrumb--dark a:hover { color: #fff; }
.ct-hero__label .lgm-breadcrumb--dark .lgm-breadcrumb__current { color: #fff; }
.ct-hero__address {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.ct-hero__address-icon {
  width: 16px;
  height: 16px;
  background: var(--lgm-gold);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  flex-shrink: 0;
}

/* ── Contact body ── */
.ct-body {
  padding: 72px 0 96px;
}
.ct-body__inner {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0 52px;
  align-items: start;
}
.ct-form-col,
.ct-info-col { min-width: 0; }

.ct-col-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lgm-gold);
  margin-bottom: 10px;
}
.ct-col-heading {
  font-size: 30px;
  font-weight: 800;
  color: var(--lgm-navy);
  letter-spacing: -0.3px;
  margin: 0 0 10px;
  line-height: 1.15;
}
.ct-col-sub {
  font-size: 14px;
  color: #6a7a8a;
  line-height: 1.65;
  margin: 0 0 32px;
  max-width: 420px;
}

/* ── Form ── */
.ct-form { display: flex; flex-direction: column; gap: 18px; }
.ct-form__row--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.ct-form__field { display: flex; flex-direction: column; gap: 6px; }
.ct-form__field label {
  font-size: 12px;
  font-weight: 700;
  color: var(--lgm-navy);
  letter-spacing: 0.04em;
}
.ct-form__field input,
.ct-form__field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  border: 1.5px solid var(--lgm-line);
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: var(--lgm-navy);
  background: #fff;
  outline: none;
  transition: border-color 0.18s, box-shadow 0.18s;
  resize: vertical;
}
.ct-form__field input::placeholder,
.ct-form__field textarea::placeholder { color: #b0bcc8; }
.ct-form__field input:focus,
.ct-form__field textarea:focus {
  border-color: var(--lgm-green);
  box-shadow: 0 0 0 3px rgba(15,93,58,0.10);
}

.ct-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 14px 34px;
  background: var(--lgm-green);
  color: #fff;
  border: none;
  border-radius: 100px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s, transform 0.15s;
}
.ct-form__submit:hover { background: #0a4d30; transform: translateY(-1px); }
.ct-form__submit img { width: 16px; filter: brightness(0) invert(1); }

/* ── Divider ── */
.ct-divider { background: var(--lgm-line); width: 1px; align-self: stretch; margin-top: 54px; }

/* ── Info column ── */
.ct-info__list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 28px; }
.ct-info__item { display: flex; align-items: flex-start; gap: 18px; }

.ct-info__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(15,93,58,0.08);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ct-info__icon::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: var(--lgm-green);
}
.ct-info__icon--location::after {
  background: var(--lgm-green);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
.ct-info__icon--phone::after {
  background: var(--lgm-green);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1L6.6 10.8z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1L6.6 10.8z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
.ct-info__icon--mail::after {
  background: var(--lgm-green);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat; mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain;
}
.ct-info__icon--clock::after {
  background: var(--lgm-green);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm.5 14.5h-1V11H8V9.5h4.5v7z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat; mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm.5 14.5h-1V11H8V9.5h4.5v7z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain;
}

.ct-info__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lgm-gold);
  margin-bottom: 5px;
}
.ct-info__value { font-size: 14px; color: var(--lgm-navy); line-height: 1.7; }
.ct-info__link { color: var(--lgm-green); text-decoration: none; font-weight: 600; }
.ct-info__link:hover { text-decoration: underline; }

.ct-hours { display: flex; justify-content: space-between; font-size: 13px; color: var(--lgm-navy); padding: 4px 0; border-bottom: 1px solid var(--lgm-line); max-width: 260px; }
.ct-hours:last-of-type { border-bottom: none; }
.ct-hours__note { font-size: 12px; color: #8a9aaa; margin: 8px 0 0; font-style: italic; }

.ct-info__social-row { margin-top: 10px; }
.ct-info__socials { margin-top: 6px; display: flex; flex-wrap: wrap; gap: 10px; }

/* ── Responsive ── */
@media (max-width: 860px) {
  .ct-body__inner { grid-template-columns: 1fr; gap: 52px 0; }
  .ct-divider { display: none; }
  .ct-form__row--2 { grid-template-columns: 1fr; }
  .ct-hero { height: 340px; }
}

