:root {
  --ivory: #fffaf0;
  --ink: #26363b;
  --teal-deep: #25444b;
  --gold: #e9c77f;
  --gold-soft: #f7e5bd;
  --peace-teal: #a9c5c8;
  --stone: #f1e8d9;
  --sky: #c9dde1;
  --sunrise: #f2d39e;
  --peach: #eac6aa;
  --slate: #62757a;
  --line: rgba(67, 93, 96, 0.16);
  --success: #2d6a4f;
  --shadow: 0 22px 45px rgba(19, 34, 38, 0.12);
  --radius: 18px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  background: linear-gradient(180deg, var(--sky) 0%, var(--ivory) 28%, var(--stone) 100%);
  color: var(--ink);
  line-height: 1.7;
  font-size: 16px;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 240, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  gap: 1rem;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex-wrap: wrap;
}

.nav-links a {
  color: var(--ink);
  opacity: 0.85;
  font-size: 0.97rem;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  opacity: 1;
}

.primary-btn,
.secondary-btn,
.ghost-btn,
.inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  font-weight: 600;
}

.social-link { display: inline-flex; align-items: center; gap: 0.55rem; }
.social-link svg { width: 1rem; height: 1rem; fill: currentColor; }

.primary-btn {
  background: var(--teal-deep);
  color: var(--ivory);
  padding: 0.9rem 1.3rem;
  border: 1px solid var(--teal-deep);
}

.primary-btn.gold {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

.secondary-btn {
  background: rgba(255, 250, 240, 0.5);
  color: var(--teal-deep);
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--teal-deep);
}

.ghost-btn {
  background: transparent;
  color: var(--ivory);
  border: 1px solid rgba(255,255,255,0.32);
  padding: 0.85rem 1.25rem;
}

.inline-link {
  padding: 0.25rem 0;
  color: var(--teal-deep);
}

.primary-btn:hover,
.secondary-btn:hover,
.ghost-btn:hover,
.inline-link:hover {
  transform: translateY(-1px);
}

.primary-btn:hover { background: #1d373d; }
.primary-btn.gold:hover { background: var(--sunrise); }
.secondary-btn:hover { background: rgba(201, 221, 225, 0.45); }

main section {
  padding: 5rem 0;
}

.hero {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
  background: linear-gradient(135deg, rgba(201, 221, 225, 0.74) 0%, rgba(255, 250, 240, 0.96) 48%, rgba(234, 198, 170, 0.4) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 2.2rem;
  align-items: center;
}

.hero-copy {
  padding-right: 1rem;
}

.hero-new-beginning {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  margin: -0.25rem 0 1rem;
  max-width: 29ch;
}

.new-year-message {
  color: var(--slate);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.new-year-message span {
  color: var(--gold);
  padding: 0 0.3rem;
}

.hero-new-year-link {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: 1.35rem;
  color: var(--teal-deep);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-new-year-link strong {
  color: var(--slate);
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}

.hero-new-year-link:hover strong,
.hero-new-year-link:focus-visible strong {
  color: var(--teal-deep);
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-deep);
  margin-bottom: 1rem;
  font-weight: 700;
}

h1, h2, h3 {
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.12;
  letter-spacing: -0.04em;
  margin: 0 0 1rem;
}

.display {
  font-size: clamp(2.5rem, 6vw, 5rem);
  margin-bottom: 1rem;
}

h1 {
  font-size: clamp(2.3rem, 4vw, 3.2rem);
}

h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

h3 {
  font-size: 1.4rem;
}

.lead {
  font-size: 1.15rem;
  max-width: 65ch;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.mini-card {
  background: var(--stone);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.mini-card strong {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}

.concept-rotator {
  position: relative;
  width: fit-content;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  padding: 0;
  align-self: center;
}

.concept-artwork {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 10rem);
  aspect-ratio: 2 / 3;
  object-fit: contain;
  object-position: center;
}

.concept-word {
  position: absolute;
  top: 3.5%;
  left: 7%;
  width: 86%;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.5rem, 5.4vw, 5.3rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
  text-align: center;
  transition: opacity 1.2s ease;
  white-space: nowrap;
}

.concept-word.word-medium { font-size: clamp(2.25rem, 4.8vw, 4.6rem); }
.concept-word.word-long { font-size: clamp(1.95rem, 4.1vw, 3.9rem); }
.concept-word.word-longest { font-size: clamp(1.7rem, 3.5vw, 3.25rem); }

.concept-word.is-fading {
  opacity: 0;
}

.seeker-introduction {
  background: linear-gradient(105deg, var(--stone), rgba(247, 229, 189, 0.68));
}

.new-year-feature {
  padding: 3.5rem 0;
  background: linear-gradient(105deg, var(--sky), var(--ivory) 55%, rgba(242, 211, 158, 0.6));
  border-top: 1px solid rgba(67, 93, 96, 0.12);
  border-bottom: 1px solid rgba(67, 93, 96, 0.12);
}

.new-year-feature-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 330px);
  align-items: center;
  gap: 2rem;
}

.new-year-feature h2 {
  margin-bottom: 0.35rem;
}

.new-year-feature-title {
  color: var(--slate);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.8rem;
}

.new-year-feature .lead {
  margin: 0;
  max-width: 60ch;
}

.archive-grid {
  margin-top: 1rem;
}

.archive-card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
}

.archive-card p {
  margin-bottom: 1.2rem;
}

.archive-card .inline-link {
  margin-top: auto;
  justify-content: flex-start;
}

.new-year-feature-link {
  display: inline-flex;
  gap: 0.55rem;
  margin-top: 1.4rem;
  color: var(--teal-deep);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 700;
}

.new-year-feature-link:hover,
.new-year-feature-link:focus-visible {
  color: var(--slate);
}

.new-year-feature-art {
  display: block;
  border: 1px solid rgba(67, 93, 96, 0.16);
  background: rgba(255, 250, 240, 0.58);
  padding: 0.55rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.new-year-feature-art:hover,
.new-year-feature-art:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(38, 54, 59, 0.12);
}

.new-year-feature-art img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.new-year-feature-light {
  min-height: 220px;
  background: linear-gradient(145deg, rgba(201, 221, 225, 0.72), rgba(242, 211, 158, 0.7) 55%, rgba(234, 198, 170, 0.48));
}

section.alt { background: linear-gradient(105deg, var(--stone), rgba(234, 198, 170, 0.34)); }

.section-head {
  margin-bottom: 2rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.card {
  background: rgba(255, 250, 240, 0.86);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.card h3 { margin-bottom: 0.8rem; }

.principles-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.principle-card {
  background: rgba(255, 250, 240, 0.9);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem 0.8rem;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.principle-card .icon {
  color: var(--peace-teal);
  font-size: 1.7rem;
  line-height: 1;
}

.principle-card strong {
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.notice {
  background: rgba(242, 211, 158, 0.34);
  border-left: 4px solid var(--gold);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  font-weight: 600;
}

.light-band {
  background: linear-gradient(120deg, #294a50, var(--teal-deep) 52%, #536e72);
  color: var(--ivory);
}

.light-band .inner {
  width: min(980px, calc(100% - 2rem));
  margin: 0 auto;
  text-align: center;
}

.quote {
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 1.3;
  text-wrap: balance;
}

.callout {
  padding: 2rem;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.64);
}

.bottom-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.bottom-links a {
  background: rgba(255, 250, 240, 0.88);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem 1.2rem;
  display: block;
  min-height: 120px;
}

footer {
  padding: 2.5rem 0 4rem;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, var(--stone), var(--ivory));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 1rem;
}

small {
  color: rgba(24, 35, 42, 0.7);
}

ul.clean {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.clean li + li {
  margin-top: 0.5rem;
}

.form-card {
  background: rgba(255, 250, 240, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow);
}

label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

input, select, textarea, button {
  font: inherit;
}

input, select, textarea {
  width: 100%;
  padding: 0.82rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(24,35,42,0.2);
  background: rgba(255, 253, 247, 0.94);
  color: var(--ink);
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

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

.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.checklist input {
  width: 18px;
  height: 18px;
  margin-top: 0.2rem;
}

.status {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  background: rgba(45,106,79,0.08);
  color: var(--success);
  border: 1px solid rgba(45,106,79,0.18);
  display: none;
}

.status.show { display: block; }

.article-page {
  background: linear-gradient(180deg, var(--ivory), var(--stone));
  padding: 5rem 0 7rem;
}

.article-shell {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
  font-size: 1.12rem;
}

.article-heading {
  position: static;
  padding: 3rem 2rem 3.5rem;
  border-bottom: 1px solid rgba(67, 93, 96, 0.16);
  margin-bottom: 3.5rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(201, 221, 225, 0.72), rgba(255, 250, 240, 0.88), rgba(242, 211, 158, 0.42));
}

.article-heading h1 {
  font-size: clamp(1.85rem, 4vw, 3rem);
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.article-subtitle {
  color: var(--slate);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 600;
  margin: 0;
}

.article-shell p {
  margin: 0 0 1.45rem;
  line-height: 1.75;
}

.article-shell > p:first-of-type {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.45;
}

.article-shell h2 {
  padding-top: 1.2rem;
  margin: 4.5rem 0 1.6rem;
  border-top: 1px solid rgba(67, 93, 96, 0.18);
}

.article-shell ol {
  padding-left: 1.5rem;
  margin: 1.25rem 0 2rem;
}

.article-shell li + li {
  margin-top: 0.35rem;
}

.article-shell blockquote {
  border-left: 3px solid var(--gold);
  color: var(--slate);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.35rem;
  margin: 2rem 0;
  padding: 0.5rem 0 0.5rem 1.25rem;
}

.article-graphic {
  margin: 2.5rem auto 3rem;
  text-align: center;
}

.article-graphic img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.article-graphic:first-of-type img {
  max-height: 760px;
}

.article-graphic:last-of-type img {
  max-height: 500px;
}

.article-rotating-art {
  margin: 3.5rem auto;
  padding: 0;
}

.article-light-composition {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
  align-items: center;
  gap: 2rem;
  margin: 3.5rem 0;
}

.article-light-words p {
  margin-bottom: 0.45rem;
}

.article-light-composition .article-rotating-art {
  margin: 0;
}

.article-rotating-art .concept-rotator {
  margin: 0 auto;
  max-width: min(100%, 500px);
}

.legacy-page {
  background: linear-gradient(180deg, var(--ivory), var(--stone));
  padding: 5rem 0 7rem;
}

.legacy-shell {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
  font-size: 1.08rem;
}

.legacy-heading {
  margin-bottom: 3rem;
  text-align: center;
}

.legacy-shell p { line-height: 1.75; margin: 0 0 1.35rem; }
.legacy-shell h2 { border-top: 1px solid var(--line); margin: 3.5rem 0 1.3rem; padding-top: 1rem; }
.legacy-shell li { margin-bottom: 0.5rem; }

.archive-page {
  background: linear-gradient(180deg, var(--sky), var(--ivory) 35%, var(--stone));
  padding: 5rem 0 7rem;
}

.archive-shell {
  width: min(900px, calc(100% - 2rem));
}

.archive-heading {
  max-width: 700px;
  margin: 0 auto 3rem;
  text-align: center;
}

.archive-list {
  display: grid;
  gap: 1rem;
}

.archive-entry {
  background: rgba(255, 250, 240, 0.84);
  border: 1px solid var(--line);
  padding: 1.6rem;
}

.archive-entry h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin-bottom: 0.6rem;
}

.archive-entry p {
  max-width: 65ch;
  margin: 0 0 1rem;
}

@media (max-width: 900px) {
  .hero-grid,
  .grid-2,
  .grid-3,
  .footer-grid,
  .bottom-links,
  .field-row,
  .new-year-feature-inner {
    grid-template-columns: 1fr;
  }

  .new-year-feature-inner {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concept-rotator {
    width: 100%;
  }

  .article-light-composition {
    grid-template-columns: 1fr;
  }

  .concept-artwork {
    width: 100%;
    max-height: none;
  }
}

@media (max-width: 620px) {
  .nav {
    flex-wrap: wrap;
    padding: 0.7rem 0;
  }

  header {
    position: static;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

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

  main section {
    padding: 4rem 0;
  }

}

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

  .concept-word,
  .primary-btn,
  .secondary-btn,
  .ghost-btn,
  .inline-link {
    transition: none;
  }
}
