/* ════ LYXAA — legal / contact sub-pages ════ */
/* Reuses tokens, nav & footer from lyxaa.css. This sheet styles the page body. */

body.legal { background: var(--white); }

/* Nav is solid from the start on these pages (no hero video behind it) */
body.legal nav {
  background: rgba(255,255,255,0.82);
  border-bottom: 1px solid rgba(15,20,19,.06);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
body.legal nav::before { opacity: 0; }
body.legal .nav-logo img { filter: none; }
body.legal .nav-links a { color: rgba(29,29,31,0.78); text-shadow: none; }
body.legal .nav-links a:hover { color: var(--ink); }

/* ── Page header ── */
.lg-hero {
  padding: 148px 0 54px;
  background: var(--gray-bg);
  border-bottom: 1px solid var(--hairline);
}
.lg-hero-in { width: min(760px, 100% - 48px); margin: 0 auto; }
.lg-crumb {
  font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-3); display: flex; align-items: center; gap: 8px; margin-bottom: 20px;
}
.lg-crumb a { color: var(--ink-3); text-decoration: none; transition: color .2s; }
.lg-crumb a:hover { color: var(--blue); }
.lg-crumb span { opacity: .5; }
.lg-title {
  font-size: clamp(38px, 5.4vw, 60px); font-weight: 600; letter-spacing: -.032em;
  line-height: 1.02; color: var(--ink); margin: 0;
}
.lg-title em { font-family: 'Instrument Serif', Georgia, serif; font-style: italic; font-weight: 400; letter-spacing: -.01em; }
.lg-sub { font-size: 17px; line-height: 1.6; color: var(--ink-2); margin: 18px 0 0; max-width: 52ch; }
.lg-eff {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 26px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-2); background: var(--white); border: 1px solid var(--hairline);
  border-radius: 999px; padding: 7px 15px;
}
.lg-eff b { color: var(--ink); font-weight: 600; }

/* ── Reading column ── */
.lg-body { width: min(760px, 100% - 48px); margin: 0 auto; padding: 64px 0 96px; }
.lg-body > section { margin-bottom: 44px; scroll-margin-top: 100px; }
.lg-body > section:last-child { margin-bottom: 0; }
.lg-h2 {
  font-size: 22px; font-weight: 600; letter-spacing: -.02em; color: var(--ink);
  margin: 0 0 16px; display: flex; align-items: baseline; gap: 12px;
}
.lg-h2 .lg-num {
  font-family: var(--mono); font-size: 13px; font-weight: 500; color: var(--blue);
  letter-spacing: 0; flex: none; padding-top: 1px;
}
.lg-p { font-size: 16px; line-height: 1.72; color: var(--ink-2); margin: 0 0 14px; }
.lg-p:last-child { margin-bottom: 0; }
.lg-p a { color: var(--link); text-decoration: none; border-bottom: 1px solid rgba(0,102,204,.3); transition: border-color .2s; }
.lg-p a:hover { border-color: var(--link); }
.lg-p strong { color: var(--ink); font-weight: 600; }
.lg-ul { list-style: none; margin: 4px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.lg-ul li {
  position: relative; padding-left: 26px; font-size: 16px; line-height: 1.6; color: var(--ink-2);
}
.lg-ul li::before {
  content: ''; position: absolute; left: 6px; top: 11px; width: 6px; height: 6px;
  border-radius: 50%; background: var(--blue);
}
.lg-ul li strong { color: var(--ink); font-weight: 600; }

/* callout / disclaimer card */
.lg-note {
  background: var(--gray-bg); border: 1px solid var(--hairline); border-radius: var(--r-md);
  padding: 22px 26px; margin: 6px 0 0;
}
.lg-note .lg-p { color: var(--ink-2); margin: 0; font-size: 15px; }

/* contact block at end of a policy */
.lg-contact-card {
  background: var(--ink); color: #fff; border-radius: var(--r-lg);
  padding: 34px 38px; margin-top: 8px;
}
.lg-contact-card .cc-name { font-size: 18px; font-weight: 600; margin: 0 0 14px; }
.lg-contact-card .cc-row { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.55; color: rgba(255,255,255,.72); margin-bottom: 10px; }
.lg-contact-card .cc-row:last-child { margin-bottom: 0; }
.lg-contact-card .cc-row svg { flex: none; width: 17px; height: 17px; margin-top: 2px; color: rgba(255,255,255,.5); }
.lg-contact-card .cc-row a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.28); }
.lg-contact-card .cc-row a:hover { border-color: #fff; }

/* ════ CONTACT PAGE ════ */
.ct-grid {
  width: min(1080px, 100% - 48px); margin: 0 auto; padding: 64px 0 96px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: start;
}
.ct-left .ct-lead { font-size: 17px; line-height: 1.65; color: var(--ink-2); margin: 0 0 34px; max-width: 42ch; }

.ct-info { display: flex; flex-direction: column; gap: 2px; }
.ct-item { display: flex; gap: 16px; padding: 20px 0; border-top: 1px solid var(--hairline); }
.ct-item:last-child { border-bottom: 1px solid var(--hairline); }
.ct-ic {
  flex: none; width: 42px; height: 42px; border-radius: 12px; background: var(--gray-bg);
  display: grid; place-items: center; color: var(--blue);
}
.ct-ic svg { width: 20px; height: 20px; }
.ct-it-h { font-size: 12px; font-family: var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin: 3px 0 6px; }
.ct-it-v { font-size: 15.5px; line-height: 1.5; color: var(--ink); }
.ct-it-v a { color: var(--ink); text-decoration: none; border-bottom: 1px solid rgba(0,0,0,.14); transition: color .2s, border-color .2s; }
.ct-it-v a:hover { color: var(--blue); border-color: var(--blue); }
.ct-it-v .muted { color: var(--ink-3); }

/* hours mini-table */
.ct-hours { margin-top: 4px; display: grid; grid-template-columns: auto auto; gap: 6px 20px; }
.ct-hours .d { font-size: 14px; color: var(--ink-2); }
.ct-hours .t { font-size: 14px; color: var(--ink); text-align: right; }
.ct-hours .t.closed { color: var(--ink-3); }

/* form card */
.ct-form-card {
  background: var(--white); border: 1px solid var(--hairline); border-radius: var(--r-lg);
  padding: 34px; box-shadow: 0 20px 60px rgba(0,0,0,.06);
}
.ct-form-card h2 { font-size: 22px; font-weight: 600; letter-spacing: -.02em; color: var(--ink); margin: 0 0 4px; }
.ct-form-card p.sub { font-size: 14.5px; color: var(--ink-2); margin: 0 0 26px; }
.ct-field { margin-bottom: 18px; }
.ct-field label { display: block; font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: 8px; }
.ct-field input, .ct-field select, .ct-field textarea {
  width: 100%; font-family: var(--font); font-size: 15px; color: var(--ink);
  background: var(--gray-bg); border: 1px solid transparent; border-radius: 12px;
  padding: 13px 15px; outline: none; transition: border-color .2s, background .2s, box-shadow .2s;
}
.ct-field textarea { resize: vertical; min-height: 108px; }
.ct-field input::placeholder, .ct-field textarea::placeholder { color: var(--ink-3); }
.ct-field input:focus, .ct-field select:focus, .ct-field textarea:focus {
  background: var(--white); border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,113,227,.12);
}
.ct-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ct-submit {
  width: 100%; font-family: var(--font); font-size: 15px; font-weight: 500; color: #fff;
  background: var(--blue); border: none; border-radius: 980px; padding: 14px; cursor: pointer;
  margin-top: 6px; transition: transform .25s var(--ease), box-shadow .3s, background .2s;
  box-shadow: 0 8px 22px rgba(0,113,227,.28);
}
.ct-submit:hover { transform: translateY(-2px); background: var(--blue-hov); box-shadow: 0 12px 30px rgba(0,113,227,.4); }
.ct-submit:active { transform: translateY(0) scale(.98); }
.ct-form-note { font-size: 12.5px; color: var(--ink-3); text-align: center; margin: 16px 0 0; line-height: 1.5; }
.ct-ok { display: none; text-align: center; padding: 30px 10px; }
.ct-ok.show { display: block; }
.ct-ok .ok-ic { width: 52px; height: 52px; border-radius: 50%; background: rgba(0,113,227,.1); color: var(--blue); display: grid; place-items: center; margin: 0 auto 16px; }
.ct-ok h3 { font-size: 20px; font-weight: 600; color: var(--ink); margin: 0 0 8px; }
.ct-ok p { font-size: 14.5px; color: var(--ink-2); margin: 0; }

/* map strip */
.ct-map { width: 100%; height: 360px; border: 0; display: block; filter: grayscale(.2) contrast(1.02); }
.ct-map-wrap { border-top: 1px solid var(--hairline); }

@media (max-width: 860px) {
  .ct-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 48px; }
  .lg-hero { padding-top: 124px; }
}
@media (max-width: 520px) {
  .ct-row2 { grid-template-columns: 1fr; }
  .ct-form-card { padding: 26px 22px; }
}
