:root { color: #292721; background: #f5efdf; font-family: "DM Sans", Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f5efdf; }
a { color: #244bb3; text-underline-offset: 4px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--li-focus, #244bb3); outline-offset: 4px; }
.page { overflow-x: hidden; background: var(--li-canvas); color: var(--li-text); }

/* Shared header + footer chrome, used by the splash, privacy and terms pages alike. */
.site-header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--li-divider); }
.site-brand { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: var(--li-text); text-decoration: none; }
.site-brand img { width: 36px; height: auto; }
.site-brand span { font: 600 22px/1 "Cormorant Garamond", Georgia, serif; letter-spacing: -.04em; }
.site-header-note { margin: 0; font-size: 12px; line-height: 1.35; letter-spacing: .08em; text-align: right; text-transform: uppercase; color: var(--li-text-muted); }
.site-footer { display: flex; flex-direction: column; gap: 16px; padding: 28px 20px; color: var(--li-text-muted); border-top: 1px solid var(--li-divider); font-size: 13px; line-height: 1.6; }
.site-footer-meta { margin: 0; }
.site-footer-links { display: flex; gap: 22px; }
.site-footer-links a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; color: var(--li-text); }
@media (min-width: 720px) {
  .site-header { padding: 18px 6vw; }
  .site-brand img { width: 42px; }
  .site-brand span { font-size: 27px; }
  .site-footer { flex-direction: row; align-items: center; justify-content: space-between; padding: 26px 6vw; }
}

/* Splash page: the monogram and the words, nothing else. */
.kicker { margin: 0 0 14px; color: var(--li-color-cobalt); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { margin: 0; color: var(--li-text); font-family: "Cormorant Garamond", Georgia, serif; font-weight: 520; letter-spacing: -.035em; }

.hero-logo { padding: 64px 20px 0; }
.hero-logo img { display: block; width: 104px; height: auto; }

.hero-copy { padding: 40px 20px 52px; max-width: 620px; }
.hero-copy h1 { font-size: clamp(40px, 11vw, 84px); line-height: .96; }
.hero-copy > p:last-child { max-width: 420px; margin: 20px 0 0; color: var(--li-text-muted); font-size: 17px; line-height: 1.55; }


.details { display: grid; gap: 1px; border-top: 1px solid var(--li-divider); background: var(--li-divider); }
.details article { padding: 42px 20px 52px; background: var(--li-surface); }
.details h2 { margin-bottom: 18px; font-size: clamp(28px, 6.5vw, 42px); }
.details p, .details address { max-width: 480px; margin: 0 0 8px; font-size: 15px; line-height: 1.6; color: var(--li-text); }
.details address { font-style: normal; }
.contact-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 6px; font-weight: 700; overflow-wrap: anywhere; }

@media (min-width: 720px) {
  .hero { padding: 0 6vw; }
  .hero-logo { padding: 8vw 0 0; }
  .hero-logo img { width: 128px; }
  .hero-copy { padding: 48px 0 7vw; }
  .details { grid-template-columns: 1fr 1fr; }
  .details article { padding: 5vw; }
}

/* Privacy + terms pages: plain, legible legal typography sharing the same header and footer. */
.legal-copy { max-width: 700px; margin: 0 auto; padding: 44px 20px 88px; }
.legal-copy h1 { font-size: clamp(34px, 8vw, 52px); line-height: 1.02; margin-top: 4px; }
.legal-effective { margin: 10px 0 40px; color: var(--li-text-muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-copy h2 { font-size: clamp(21px, 4.5vw, 26px); margin-bottom: 12px; }
.legal-copy section { margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--li-divider); }
.legal-copy section:first-of-type { margin-top: 0; padding-top: 0; border-top: none; }
.legal-copy p, .legal-copy li { font-size: 16px; line-height: 1.65; color: var(--li-text); }
.legal-copy p { margin: 0 0 14px; }
.legal-copy ul { margin: 0 0 14px; padding-left: 22px; }
.legal-copy li { margin-bottom: 6px; }
.legal-copy a { font-weight: 600; }
@media (min-width: 720px) { .legal-copy { padding: 64px 6vw 96px; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
