/* Vida 60+ website V1 — WP-LC-20260906-001
   Palette from locked direction: sage / cream / gold.
   No invented logo mark. High contrast, large type, large tap targets. */

:root {
  --cream: #fdfbf2;
  --cream-deep: #ebe6d6;
  --paper: #fffcf6;
  --ink: #2d4033;
  --ink-soft: #24382e;
  --sage: #2f5d47;
  --sage-deep: #2d4033;
  --gold: #f4af48;
  --gold-text: #5c4714;
  --link: #1a4a36;
  --focus: #8a6a1f;
  --max: 44rem;
  --tap: 3rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(1200px 420px at 100% -10%, rgba(196, 163, 90, 0.18), transparent 55%),
    radial-gradient(900px 380px at -10% 20%, rgba(47, 93, 71, 0.12), transparent 50%),
    var(--cream);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--link);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--sage-deep);
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -4rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--sage-deep);
  color: var(--paper);
  text-decoration: none;
  border-radius: 0.35rem;
}

.skip-link:focus {
  top: 0.75rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(253, 251, 242, 0.96);
  border-bottom: 3px solid var(--sage-deep);
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding: 0.85rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: var(--tap);
  text-decoration: none;
}

.brand-mark {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: block;
  background: var(--paper);
}

.hero {
  padding: 2.5rem 0 2.75rem;
  border-bottom: 1px solid var(--cream-deep);
}

.hero-inner {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}

.hero-mark {
  max-width: 18rem;
  margin-inline: auto;
}

.hero-mark img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: var(--paper);
}

.site-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: var(--tap);
  padding: 0.45rem 0.7rem;
  color: var(--ink);
  text-decoration: none;
  font-size: 1.05rem;
  border-radius: 0.4rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--cream-deep);
  color: var(--sage-deep);
}

.hero-kicker {
  margin: 0 0 0.75rem;
  color: var(--sage);
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: var(--sage-deep);
  font-size: clamp(2.6rem, 9vw, 4.4rem);
  line-height: 1.1;
}

.tagline {
  margin: 0.65rem 0 1.1rem;
  color: var(--gold-text);
  font-size: clamp(1.55rem, 4.5vw, 2.15rem);
  font-weight: 700;
  line-height: 1.25;
}

.lede {
  margin: 0 0 1.75rem;
  max-width: 36rem;
  font-size: clamp(1.28rem, 3vw, 1.5rem);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--tap);
  padding: 0.7rem 1.25rem;
  background: var(--sage-deep);
  color: var(--paper);
  text-decoration: none;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 999px;
  border: 2px solid var(--sage-deep);
}

.btn:hover {
  background: var(--sage);
  color: var(--paper);
}

.btn-secondary {
  background: var(--paper);
  color: var(--sage-deep);
}

.btn-secondary:hover {
  background: var(--cream-deep);
  color: var(--sage-deep);
}

.section {
  padding: 3rem 0;
}

.section h2 {
  margin: 0 0 1rem;
  color: var(--sage-deep);
  font-size: clamp(1.85rem, 5vw, 2.4rem);
  line-height: 1.2;
}

.section-intro,
.mission p,
.disclaimer p,
.legal p,
.legal li {
  max-width: 40rem;
}

.section-intro {
  margin: 0 0 1.5rem;
}

.pillar-grid {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pillar-card {
  background: var(--paper);
  border: 1px solid var(--cream-deep);
  border-left: 6px solid var(--gold);
  border-radius: 0.85rem;
  padding: 1.25rem 1.2rem 1.35rem;
}

.pillar-card h3 {
  margin: 0 0 0.5rem;
  color: var(--sage-deep);
  font-size: 1.45rem;
}

.pillar-card p {
  margin: 0;
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.disclaimer {
  background: var(--sage-deep);
  color: var(--paper);
}

.disclaimer h2,
.disclaimer a {
  color: var(--paper);
}

.disclaimer a {
  text-decoration-color: var(--gold);
}

.site-footer {
  padding: 2.25rem 0 3rem;
  border-top: 3px solid var(--gold);
  background: var(--cream-deep);
  font-size: 1.1rem;
}

.footer-inner {
  display: grid;
  gap: 0.65rem;
}

.site-footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
}

.copyright {
  margin: 0.5rem 0 0;
  color: var(--ink-soft);
}

.legal {
  padding: 2.5rem 0 3.5rem;
}

.legal h1 {
  margin: 0 0 0.5rem;
  color: var(--sage-deep);
  font-size: clamp(2.1rem, 6vw, 3rem);
}

.effective {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  color: var(--ink-soft);
}

.legal h2 {
  margin: 1.75rem 0 0.6rem;
  color: var(--sage-deep);
  font-size: 1.45rem;
}

.legal ul {
  padding-left: 1.3rem;
}

@media (min-width: 720px) {
  body {
    font-size: 1.3rem;
  }

  .wrap {
    width: min(58rem, calc(100% - 3rem));
  }

  .pillar-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    padding-top: 3.5rem;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(12rem, 18rem);
    gap: 2.5rem;
  }

  .hero-mark {
    margin-inline: 0;
    max-width: none;
  }
}
