:root {
  --ink: #273257;
  --muted: #5f657a;
  --paper: #fffaf2;
  --white: #ffffff;
  --lake: #246b78;
  --lake-light: #78c7d0;
  --berry: #7356a5;
  --rose: #de5b75;
  --sun: #f28a55;
  --yellow: #ffcc70;
  --leaf: #418d72;
  --line: #d9d9df;
  --shadow: 0 18px 50px rgba(39, 50, 87, .11);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--lake); text-underline-offset: 3px; }
a:hover { color: var(--berry); }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
  border-radius: 4px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: .7rem 1rem;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 .8rem;
  color: var(--lake);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 4px; border-radius: 99px; background: var(--sun); }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 1.2rem; font-family: Georgia, serif; font-size: clamp(2.8rem, 6vw, 5.5rem); font-weight: 500; }
h2 { max-width: 760px; margin-bottom: 1rem; font-family: Georgia, serif; font-size: clamp(2.1rem, 4vw, 3.5rem); font-weight: 500; }
h3 { font-size: 1.25rem; }
p { margin-top: 0; }
.lead { max-width: 690px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.announcement { padding: .55rem 1rem; color: var(--ink); background: var(--yellow); font-size: .88rem; font-weight: 700; text-align: center; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(39,50,87,.1); background: rgba(255,250,242,.94); backdrop-filter: blur(14px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--ink); font-weight: 800; text-decoration: none; line-height: 1.1; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px 14px 14px 4px; background: var(--lake); color: var(--white); }
.brand-mark svg { width: 25px; }
.brand small { display: block; color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav a { color: var(--ink); font-size: .93rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--lake); }
.menu-button { display: none; border: 0; padding: .6rem .8rem; color: var(--ink); background: transparent; font: inherit; font-weight: 800; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 50px; padding: .75rem 1.2rem; border: 2px solid var(--ink); border-radius: 999px; color: var(--white); background: var(--ink); font-weight: 800; text-decoration: none; box-shadow: 4px 4px 0 var(--sun); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { color: var(--white); transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--sun); }
.button.secondary { color: var(--ink); background: transparent; box-shadow: none; }
.button.secondary:hover { color: var(--ink); }

.hero { overflow: hidden; padding: clamp(4.5rem, 9vw, 8rem) 0 5rem; background: radial-gradient(circle at 80% 14%, rgba(120,199,208,.28), transparent 28%), radial-gradient(circle at 14% 88%, rgba(222,91,117,.14), transparent 24%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 3rem; }
.hero h1 em { color: var(--berry); font-style: normal; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 2rem 0; }
.hero-notes { display: flex; flex-wrap: wrap; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.hero-notes li { padding: .35rem .7rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.65); font-size: .84rem; font-weight: 700; }
.map-frame { position: relative; transform: rotate(1.5deg); border: 12px solid var(--white); border-radius: 36px; background: var(--white); box-shadow: var(--shadow); }
.map-frame::before { content: "Story ideas live here"; position: absolute; z-index: 2; top: -25px; right: 34px; padding: .5rem .9rem; border-radius: 8px; color: var(--white); background: var(--berry); font-size: .8rem; font-weight: 800; transform: rotate(-4deg); }

section { padding: clamp(4rem, 8vw, 7rem) 0; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: start; }
.intro-copy { max-width: 720px; font-size: 1.12rem; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.3rem; }
.principle { min-height: 195px; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.principle:nth-child(2) { transform: translateY(20px); }
.principle strong { display: block; margin-bottom: .5rem; font-family: Georgia, serif; font-size: 1.35rem; }
.principle .number { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 1rem; border-radius: 50%; color: var(--white); background: var(--berry); font-weight: 800; }

.map-section { color: var(--white); background: var(--ink); }
.map-section .eyebrow { color: var(--lake-light); }
.week-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3rem; }
.week { position: relative; min-height: 220px; padding: 1.5rem; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.06); }
.week::after { content: ""; position: absolute; right: -18px; top: 42px; z-index: 2; width: 34px; border-top: 3px dotted var(--sun); }
.week:nth-child(4)::after, .week:last-child::after { display: none; }
.week:nth-child(5) { grid-column: 2; }
.week-num { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 1rem; border-radius: 14px 14px 14px 4px; color: var(--ink); background: var(--yellow); font-weight: 900; }
.week h3 { margin-bottom: .5rem; }
.week p { color: #d7d9e3; font-size: .93rem; }

.assignment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.assignment { position: relative; overflow: hidden; min-height: 290px; padding: 2rem; border-radius: var(--radius); color: var(--ink); }
.assignment:nth-child(1) { background: #dff1f1; }
.assignment:nth-child(2) { background: #f6dfeb; }
.assignment:nth-child(3) { background: #ffe7c2; }
.assignment .icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 2.5rem; border-radius: 18px; color: var(--white); background: var(--lake); font-size: 1.65rem; }
.assignment:nth-child(2) .icon { background: var(--berry); }
.assignment:nth-child(3) .icon { color: var(--ink); background: var(--sun); }

.values-section { background: #efe7f6; }
.values-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.value-list { display: grid; gap: 1rem; }
.value { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; padding: 1.25rem; border-radius: 18px; background: rgba(255,255,255,.7); }
.value-badge { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--berry); font-size: 1.3rem; font-weight: 900; }
.value h3 { margin-bottom: .2rem; }
.value p { margin: 0; color: var(--muted); font-size: .94rem; }

.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
.format-card { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 32px rgba(39,50,87,.06); }
.format-card ul { padding-left: 1.2rem; }
.format-card li + li { margin-top: .55rem; }
.role-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.4rem; }
.role { padding: 1.4rem; border-radius: 18px; color: var(--white); background: var(--lake); }
.role:nth-child(2) { background: var(--berry); }
.role:nth-child(3) { color: var(--ink); background: var(--yellow); }
.role p { margin: 0; font-size: .92rem; }

.fit { padding: 4rem 0; }
.fit-card { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: clamp(2rem, 5vw, 4rem); border-radius: 36px; color: var(--white); background: var(--lake); }
.fit-card h2 { margin-bottom: 0; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .65rem 0 .65rem 2rem; border-bottom: 1px solid rgba(255,255,255,.22); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow); font-weight: 900; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 4rem; }
.faq-list { display: grid; gap: .8rem; }
details { border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
summary { position: relative; padding: 1.25rem 3.3rem 1.25rem 1.3rem; cursor: pointer; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 1.3rem; top: .95rem; color: var(--berry); font-size: 1.6rem; }
details[open] summary::after { content: "−"; }
details p { padding: 0 1.3rem 1.25rem; color: var(--muted); }

.contact { padding-top: 1rem; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.2rem; border: 2px solid var(--ink); border-radius: 24px; background: var(--white); box-shadow: 8px 8px 0 var(--sun); }
.contact-card p { margin: 0; }
.contact-card a { font-weight: 800; }

.site-footer { margin-top: 6rem; padding: 3rem 0; color: #dfe2ea; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 2rem; }
.site-footer .brand { color: var(--white); }
.site-footer .brand small, .site-footer p { color: #bbc0d0; }
.site-footer h3 { margin-bottom: .65rem; font-size: .95rem; letter-spacing: .04em; }
.site-footer a { color: var(--white); }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: .35rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .82rem; }

.privacy-main { padding: 5rem 0; }
.privacy-main article { max-width: 820px; }
.privacy-main h1 { font-size: clamp(2.5rem, 5vw, 4.4rem); }
.privacy-main h2 { margin-top: 2.6rem; font-size: 1.7rem; }
.privacy-meta { margin-bottom: 2.5rem; color: var(--muted); }

@media (max-width: 980px) {
  .hero-grid, .intro-grid, .values-layout, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 4rem; }
  .map-frame { width: min(100%, 650px); margin-inline: auto; }
  .week-grid { grid-template-columns: repeat(2, 1fr); }
  .week:nth-child(4)::after { display: block; }
  .week:nth-child(2n)::after, .week:last-child::after { display: none; }
  .week:nth-child(5) { grid-column: auto; }
  .assignment-grid, .role-row { grid-template-columns: 1fr; }
  .assignment { min-height: 220px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; inset: 82px 14px auto; align-items: stretch; flex-direction: column; gap: 0; padding: .8rem; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .8rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .principles, .week-grid, .format-grid, .fit-card, .footer-grid { grid-template-columns: 1fr; }
  .principle:nth-child(2) { transform: none; }
  .week::after { display: none !important; }
  .contact-card, .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
