:root {
  color-scheme: light;
  --paper: #f4efe8;
  --paper-deep: #ebe2d8;
  --card: rgba(255, 253, 250, .76);
  --ink: #292423;
  --muted: #756b67;
  --line: rgba(75, 56, 57, .16);
  --wine: #71394b;
  --wine-dark: #512433;
  --rose: #d9bcc5;
  --sage: #d8e2d4;
  font: 16px/1.68 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: var(--wine); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--wine-dark); }
a:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; border-radius: 3px; }
.page-glow {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 88% 7%, rgba(184, 132, 150, .24), transparent 30rem),
    radial-gradient(circle at 4% 34%, rgba(181, 199, 173, .22), transparent 28rem),
    linear-gradient(180deg, #f8f4ef 0, var(--paper) 42rem);
}

.site-header {
  width: min(1180px, calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 680;
  letter-spacing: .02em;
  text-decoration: none;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--wine);
  color: #fff9f6;
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 600;
}
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}
.site-nav a:hover { background: rgba(255,255,255,.54); color: var(--ink); }
.site-nav a[aria-current="page"] { background: var(--wine); color: #fffaf7; }

.legal-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.legal-hero {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 86px 0 72px;
  border-bottom: 1px solid var(--line);
}
.eyebrow, .section-number, .contents > p {
  margin: 0;
  color: var(--wine);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.legal-hero h1 {
  max-width: 820px;
  margin: 18px 0 28px;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(58px, 8vw, 106px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.intro {
  max-width: 680px;
  margin: 0;
  color: #514947;
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.5;
}
.hero-meta { display: flex; align-items: center; gap: 18px; margin-top: 36px; color: var(--muted); font-size: 13px; }
.contact-pill, .primary-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255,255,255,.5);
  color: var(--wine);
  font-weight: 650;
  text-decoration: none;
}
.contact-pill:hover, .primary-contact:hover { border-color: rgba(113,57,75,.35); background: #fffaf7; }

.legal-grid {
  display: grid;
  grid-template-columns: 190px minmax(0, 780px);
  justify-content: space-between;
  gap: 72px;
  padding: 76px 0 20px;
}
.contents {
  position: sticky;
  top: 28px;
  align-self: start;
  display: grid;
  gap: 2px;
}
.contents > p { margin-bottom: 15px; }
.contents a {
  padding: 7px 0;
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}
.contents a:hover { color: var(--wine); transform: translateX(2px); }
.policy-content { min-width: 0; }
.policy-section {
  scroll-margin-top: 30px;
  padding: 0 0 72px;
  margin: 0 0 72px;
  border-bottom: 1px solid var(--line);
}
.policy-section h2 {
  margin: 11px 0 28px;
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: clamp(30px, 4vw, 45px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.08;
}
.policy-section p { margin: 0 0 20px; color: #494240; }
.data-list, .provider-list { margin: 0; padding: 0; list-style: none; }
.data-list li {
  display: grid;
  grid-template-columns: minmax(150px, 190px) 1fr;
  gap: 28px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.data-list li:last-child { border-bottom: 1px solid var(--line); }
.data-list strong { font-size: 14px; line-height: 1.45; }
.data-list span { color: #554c49; font-size: 15px; }
.promise {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid rgba(92, 117, 82, .22);
  border-radius: 16px;
  background: rgba(216,226,212,.52);
}
.promise > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #58704f;
  color: white;
  font-size: 13px;
}
.promise p { margin: 0; color: #344130; font-weight: 600; }
.weather-section {
  padding: 36px;
  border: 1px solid rgba(113,57,75,.16);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,253,250,.92), rgba(236,225,220,.72));
  box-shadow: 0 26px 70px rgba(65,43,48,.08);
}
.weather-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; }
.weather-heading h2 { margin-bottom: 0; }
.weather-mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--wine);
  color: white;
  font-size: 25px;
}
.link-row, .text-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 18px; }
.link-row a, .text-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}
.fine-print { padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; }
.provider-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
.provider-list li {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
}
.provider-list strong { display: block; margin-bottom: 10px; color: var(--wine); }
.provider-list span { color: #5e5652; font-size: 13px; }
.primary-contact { margin-top: 12px; padding: 12px 18px; background: var(--wine); color: white; }
.primary-contact:hover { background: var(--wine-dark); color: white; }
.changes-section { margin-bottom: 24px; }
.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 28px;
  align-items: center;
  margin-top: 28px;
  padding: 32px 0 48px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}
.site-footer > div { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.site-footer p { grid-column: 1; margin: 0; }
.site-footer > a { grid-column: 2; grid-row: 1 / span 2; overflow-wrap: anywhere; }
.brand-mark-small { width: 27px; height: 27px; font-size: 14px; }

body:not(.policy-page) main { max-width: 720px; margin: auto; padding: 30px 24px 60px; }
body:not(.policy-page) nav { display: flex; gap: 22px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
body:not(.policy-page) h1 { margin-top: 40px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: 42px; line-height: 1.1; }
body:not(.policy-page) h2 { margin-top: 34px; font-size: 21px; }
body:not(.policy-page) .intro { font-size: 18px; }
body:not(.policy-page) footer { margin-top: 45px; border-top: 1px solid var(--line); padding-top: 20px; font-size: 13px; overflow-wrap: anywhere; }

@media (max-width: 760px) {
  .site-header, .legal-shell { width: min(100% - 36px, 620px); }
  .site-header { min-height: 74px; }
  .brand-mark { width: 30px; height: 30px; font-size: 16px; }
  .site-nav a { padding: 8px 11px; font-size: 13px; }
  .legal-hero { min-height: auto; padding: 70px 0 54px; }
  .legal-hero h1 { margin: 16px 0 24px; font-size: clamp(50px, 15vw, 74px); }
  .hero-meta { align-items: flex-start; flex-direction: column; gap: 12px; }
  .legal-grid { display: block; padding-top: 48px; }
  .contents { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 2px 16px; margin-bottom: 62px; }
  .contents > p { grid-column: 1 / -1; }
  .policy-section { padding-bottom: 54px; margin-bottom: 54px; }
  .data-list li { grid-template-columns: 1fr; gap: 8px; }
  .provider-list { grid-template-columns: 1fr; }
  .provider-list li { min-height: 0; }
  .weather-section { padding: 26px 22px; border-radius: 20px; }
  .weather-heading { align-items: flex-start; }
  .weather-mark { width: 48px; height: 48px; border-radius: 15px; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 34px; }
  .site-footer > a { grid-column: 1; grid-row: auto; }
}

@media (max-width: 390px) {
  .site-header, .legal-shell { width: calc(100% - 28px); }
  .brand { gap: 8px; }
  .site-nav { gap: 2px; }
  .site-nav a { padding-inline: 9px; }
  .legal-hero h1 { font-size: 48px; }
  .intro { font-size: 17px; }
  .weather-heading { gap: 12px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
