:root {
  --paper: #fbf7ec;
  --paper-deep: #f3ecd9;
  --ink: #20211f;
  --muted: #686358;
  --gold: #b98735;
  --gold-dark: #76551f;
  --gold-soft: #ead9ad;
  --line: #d8caa8;
  --white: #fffdfa;
  --green: #496650;
  --shadow: 0 16px 42px rgba(70, 53, 23, 0.07);
  --radius: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 34px)); margin: 0 auto; }

.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 14px; top: 14px; background: var(--ink); color: white; padding: 10px 14px; z-index: 100; }

.topbar {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 250, .95);
  position: sticky;
  top: 0;
  z-index: 20;
}
.nav {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-brand {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: .9rem;
  text-decoration: none;
  white-space: nowrap;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: .9rem;
}
.nav-links a { text-decoration: none; color: #4b473f; }
.nav-links a:hover, .nav-links a:focus { color: var(--gold-dark); }

.masthead {
  padding: 26px 0 18px;
  border-bottom: 1px solid var(--line);
}
.masthead img { width: min(980px, 100%); margin: 0 auto; }

.hero { padding: 58px 0 48px; }
.hero-inner { max-width: 880px; }
.eyebrow, .section-kicker {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  color: var(--gold-dark);
  font-weight: 700;
  margin-bottom: 10px;
}
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(2.65rem, 6vw, 5.9rem); margin-bottom: 20px; font-weight: 500; letter-spacing: -.04em; }
h2 { font-size: clamp(1.85rem, 3.2vw, 3.15rem); font-weight: 500; letter-spacing: -.02em; }
h3 { font-size: 1.38rem; font-weight: 500; }
.dek { font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: #575248; max-width: 780px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  color: #5d4219;
  background: #fffaf0;
}
.button.primary { background: var(--ink); color: #fffdf8; border-color: var(--ink); }
.button:hover { transform: translateY(-1px); }

.promise { padding: 0 0 54px; }
.promise-box {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.promise-box p { margin: 0; font-size: 1.1rem; max-width: 900px; }

.latest { padding: 8px 0 58px; }
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  border-bottom: 1px solid var(--line);
  margin-bottom: 26px;
}
.section-heading h2 { margin-bottom: 13px; }
.section-note { color: var(--muted); font-size: .9rem; margin-bottom: 14px; }

.feature-story {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  border: 1px solid #e6dcc3;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.feature-copy { padding: 34px; }
.feature-art {
  min-height: 360px;
  background:
    radial-gradient(circle at 50% 40%, rgba(233, 200, 119, .52), transparent 25%),
    radial-gradient(circle at 50% 42%, rgba(255, 250, 229, .9), transparent 42%),
    linear-gradient(145deg, #f8efd7, #fffdfa);
  display: grid;
  place-items: center;
  border-left: 1px solid #e6dcc3;
}
.sun-mark {
  width: 170px;
  height: 170px;
  border: 2px solid rgba(185,135,53,.55);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(234,217,173,.22), 0 0 70px rgba(202,157,67,.24);
}
.story-meta { color: var(--muted); font-size: .85rem; }
.text-link { display: inline-block; margin-top: 12px; font-weight: 700; color: var(--gold-dark); text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.desks { padding: 0 0 62px; }
.desk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.desk-card {
  border-top: 2px solid var(--gold-soft);
  padding: 20px 4px 0;
}
.desk-card p { color: var(--muted); margin-bottom: 0; }

.kids-wrap { padding: 0 0 64px; }
.kids-panel {
  border: 1px solid #e5d5aa;
  border-radius: var(--radius);
  padding: 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 220, 132, .42), transparent 22%),
    linear-gradient(120deg, #fff9df, #fffdfa 62%);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr .68fr;
  gap: 30px;
  align-items: center;
}
.kids-badge {
  display: inline-block;
  border: 1px solid var(--gold-soft);
  padding: 5px 10px;
  border-radius: 999px;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255,255,255,.6);
}
.printable-box { border: 1px dashed #c7a35a; padding: 24px; background: rgba(255,255,255,.58); border-radius: 8px; }

.quiet-note { padding: 0 0 64px; }
.quiet-note-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  color: var(--muted);
}
.quiet-note strong { color: var(--ink); }

.page-shell { padding: 58px 0 76px; }
.page-shell .narrow { max-width: 800px; }
.page-shell p { max-width: 780px; }
.page-shell blockquote {
  margin: 30px 0;
  border-left: 3px solid var(--gold);
  padding: 8px 0 8px 22px;
  font-size: 1.28rem;
  color: #4e493f;
}
.standard-list { display: grid; gap: 16px; margin-top: 34px; }
.standard {
  border: 1px solid #e3d8bf;
  background: var(--white);
  border-radius: 10px;
  padding: 22px 24px;
}
.standard h3 { margin-bottom: 8px; }
.standard p { margin: 0; color: var(--muted); }

.footer {
  border-top: 1px solid var(--line);
  padding: 34px 0 48px;
  color: var(--muted);
  font-size: .9rem;
}
.footer-grid { display: flex; justify-content: space-between; gap: 28px; align-items: flex-start; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer a { text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer strong { color: var(--ink); }

@media (max-width: 820px) {
  .feature-story, .kids-panel { grid-template-columns: 1fr; }
  .feature-art { min-height: 230px; border-left: 0; border-top: 1px solid #e6dcc3; }
  .desk-grid { grid-template-columns: 1fr; gap: 28px; }
  .nav { align-items: flex-start; padding: 13px 0; }
  .nav-links { gap: 13px; flex-wrap: wrap; justify-content: flex-end; }
  .footer-grid { display: block; }
  .footer-links { margin-top: 16px; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 22px, 1120px); }
  .nav { display: block; }
  .nav-brand { display: block; margin-bottom: 9px; }
  .nav-links { justify-content: flex-start; font-size: .82rem; }
  .masthead { padding: 17px 0 12px; }
  .hero { padding: 40px 0 34px; }
  .feature-copy, .kids-panel, .promise-box { padding: 24px; }
  .sun-mark { width: 125px; height: 125px; }
}
