:root {
  --ink: #292622;
  --muted: #716a61;
  --paper: #f7f2e9;
  --paper2: #ebe2d5;
  --white: #fffdf9;
  --accent: #ad654d;
  --accent2: #778368;
  --line: #d9cfc2;
  --dark: #302e2a;
  --shadow: 0 24px 70px rgba(52, 43, 34, 0.12);
  --radius: 24px;
  --max: 1180px;
  --serif:
    "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia,
    serif;
  --sans:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
.container {
  width: min(calc(100% - 40px), var(--max));
  margin: auto;
}
.narrow {
  max-width: 820px;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 10px;
  background: var(--ink);
  color: #fff;
  padding: 10px 15px;
  z-index: 99;
}
.skip-link:focus {
  left: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 249, 0.93);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(221, 212, 200, 0.7);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  letter-spacing: -0.02em;
}
.brand strong {
  font-weight: 700;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-size: 18px;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}
.nav nav > a:not(.nav-cta) {
  color: #5f5a53;
}
.nav nav > a:not(.nav-cta):hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.nav-cta {
  background: var(--ink);
  color: white;
  padding: 11px 17px;
  border-radius: 999px;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
}
.hero {
  background: var(--paper);
  min-height: 640px;
  display: grid;
  align-items: center;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 60px;
  align-items: center;
  padding: 85px 0;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  margin: 0 0 12px;
}
.hero h1,
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(48px, 6.2vw, 82px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  font-weight: 500;
  margin: 0 0 25px;
}
.hero h1 em {
  font-weight: 500;
  color: var(--accent);
  display: block;
}
.hero-lede {
  font-size: 19px;
  color: var(--muted);
  max-width: 620px;
  margin-bottom: 30px;
.owner-message {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--accent2);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.45;
}
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 19px;
  font-weight: 600;
  font-size: 14px;
  transition:
    0.2s transform,
    0.2s background,
    0.2s color;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--ink);
  color: #fff;
}
.button-secondary {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}
.button-ghost {
  background: transparent;
  border-color: transparent;
}
.button-light {
  background: #fff;
  color: var(--ink);
}
.hero-art {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 50% 50% 25px 25px;
  background: #d8c2a9;
  box-shadow: var(--shadow);
}
.hero-art:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 43%;
  background: #9aa07b;
}
.sun {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #e5b76c;
  right: 14%;
  top: 13%;
}
.arch {
  position: absolute;
  width: 62%;
  height: 74%;
  left: 19%;
  bottom: -15%;
  border: 32px solid #6d7561;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}
.figure {
  position: absolute;
  background: #5d554d;
  border-radius: 50% 50% 15% 15%;
}
.figure-a {
  width: 95px;
  height: 220px;
  left: 27%;
  bottom: 8%;
  transform: rotate(5deg);
}
.figure-b {
  width: 80px;
  height: 190px;
  right: 24%;
  bottom: 8%;
  transform: rotate(-7deg);
  background: #806553;
}
.heart {
  position: absolute;
  z-index: 3;
  left: 46%;
  top: 38%;
  font-size: 70px;
  color: #fff;
  opacity: 0.9;
}
.hero-art p {
  position: absolute;
  z-index: 4;
  left: 10%;
  top: 8%;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.15;
  color: #fff;
}
.section {
  padding: 92px 0;
}
.soft {
  background: var(--paper);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 34px;
}
.section-heading h2,
.split h2,
.share-banner h2,
.newsletter h2,
.success-panel h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
  max-width: 800px;
}
.text-link {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.featured-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--dark);
  color: #fff;
  border-radius: var(--radius);
  overflow: hidden;
}
.featured-image {
  min-height: 460px;
}
.featured-image img,
.story-image img,
.article-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.featured-copy {
  padding: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-copy h3 {
  font-family: var(--serif);
  font-size: 48px;
  line-height: 1.08;
  font-weight: 500;
  margin: 4px 0 18px;
}
.featured-copy > p:not(.eyebrow) {
  color: #d8d1c8;
  font-size: 17px;
}
.featured-copy .text-link {
  color: #fff;
  margin-top: 22px;
}
.story-meta {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
  margin-top: 20px;
}
.featured-copy .story-meta {
  color: #c9c2b8;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.story-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition:
    0.25s transform,
    0.25s box-shadow;
}
.story-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.story-image {
  display: block;
  aspect-ratio: 1.35;
  overflow: hidden;
  background: var(--paper2);
}
.story-image img {
  transition: 0.35s transform;
}
.story-card:hover .story-image img {
  transform: scale(1.03);
}
.story-card-body {
  padding: 21px;
}
.meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--accent);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.bookmark {
  border: 0;
  background: none;
  color: var(--accent);
  font-size: 23px;
  line-height: 1;
  padding: 0;
}
.story-card h3 {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.15;
  font-weight: 500;
  margin: 13px 0 9px;
}
.story-card p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.topic {
  padding: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-family: var(--serif);
  font-size: 22px;
}
.topic:hover {
  color: var(--accent);
  border-color: var(--accent);
}
.quote-band {
  background: #6f765e;
  color: #fff;
  padding: 90px 0;
}
.quote-wrap {
  max-width: 900px;
  text-align: center;
}
.quote-mark {
  font-family: var(--serif);
  font-size: 70px;
  line-height: 0.5;
  color: #d9c49c;
}
.quote-wrap blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.2;
  margin: 20px 0;
}
.demo-note {
  font-size: 11px;
  opacity: 0.7;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.prose {
  font-size: 17px;
  color: var(--muted);
}
.notice {
  border-left: 3px solid var(--accent);
  padding: 14px 18px;
  background: var(--paper);
  font-size: 13px;
  color: var(--muted);
}
.share-banner {
  background: var(--accent);
  color: #fff;
  padding: 70px 0;
}
.banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.banner-inner h2 {
  color: #fff;
}
.banner-inner p:not(.eyebrow) {
  opacity: 0.9;
}
.newsletter {
  text-align: center;
  background: var(--paper2);
}
.newsletter h2 {
  margin: 0 auto 25px;
}
.inline-form {
  display: flex;
  max-width: 650px;
  margin: auto;
  gap: 10px;
}
.inline-form input {
  flex: 1;
}
.page-hero {
  padding: 90px 0 70px;
  background: var(--paper);
}
.page-hero h1 {
  font-size: clamp(45px, 6vw, 72px);
}
.page-hero p:not(.eyebrow) {
  font-size: 19px;
  color: var(--muted);
  max-width: 720px;
}
.toolbar {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 15px;
  align-items: end;
  margin-bottom: 35px;
}
.toolbar label,
.form-card label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
}
.toolbar input,
.toolbar select,
.form-card input,
.form-card select,
.form-card textarea,
.inline-form input {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  padding: 13px 14px;
  border-radius: 10px;
  color: var(--ink);
  outline: none;
}
.toolbar input:focus,
.toolbar select:focus,
.form-card input:focus,
.form-card textarea:focus,
.inline-form input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(181, 111, 85, 0.13);
}
.archive-grid {
  grid-template-columns: repeat(3, 1fr);
}
.saved-strip {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 18px;
  background: var(--paper2);
  border-radius: 12px;
  margin-bottom: 25px;
  font-size: 13px;
}
.saved-strip span {
  color: var(--muted);
}
.empty-state {
  text-align: center;
  padding: 60px 20px;
  background: var(--paper);
  border-radius: 16px;
}
.hidden {
  display: none !important;
}
.story-article {
  padding-top: 70px;
}
.article-head {
  max-width: 850px;
}
.breadcrumb {
  font-size: 12px;
  color: var(--muted);
  display: block;
  margin-bottom: 35px;
}
.article-head h1 {
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 84px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.045em;
  margin: 0 0 20px;
}
.deck {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--muted);
  line-height: 1.45;
}
.article-byline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 12px;
  border-top: 1px solid var(--line);
  padding-top: 17px;
  margin-top: 25px;
}
.article-actions {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}
.article-hero {
  margin-top: 55px;
  max-width: 1180px;
  aspect-ratio: 2/1;
}
.article-hero img {
  border-radius: 22px;
}
.article-content {
  max-width: 710px;
  margin: 65px auto;
  font-size: 18px;
}
.article-content p {
  margin: 0 0 25px;
}
.pullquote {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.25;
  border-left: 3px solid var(--accent);
  padding: 10px 25px;
  margin: 40px 0;
  color: var(--accent);
}
.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 45px;
}
.tags span,
.badge {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--paper2);
  padding: 7px 10px;
  border-radius: 999px;
}
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
  gap: 55px;
  align-items: start;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
}
.form-card {
  padding: 34px;
}
.form-card fieldset {
  border: 0;
  border-top: 1px solid var(--line);
  padding: 30px 0 0;
  margin: 0 0 30px;
}
.form-card fieldset:first-child {
  border-top: 0;
  padding-top: 0;
}
.form-card legend {
  font-family: var(--serif);
  font-size: 28px;
  margin-bottom: 20px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-card textarea {
  resize: vertical;
  min-height: 120px;
}
.field-help,
.small {
  font-size: 11px;
  color: var(--muted);
}
.photo-field {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.photo-field input[type="file"] {
  padding: 10px;
}
.photo-field .field-help {
  max-width: 600px;
}
.photo-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.photo-preview img {
  width: 86px;
  height: 66px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.form-actions button:disabled {
  cursor: wait;
  opacity: 0.6;
}
.check {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  margin: 15px 0 !important;
  font-weight: 400 !important;
}
.check input {
  width: auto !important;
  margin-top: 4px;
}
.form-actions {
  display: flex;
  gap: 10px;
}
.form-message {
  margin: 12px 0;
  font-size: 13px;
}
.admin-content {
  display: grid;
  gap: 55px;
}
.admin-list {
  display: grid;
  gap: 10px;
}
.admin-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.admin-row div {
  display: grid;
  gap: 3px;
}
.admin-row span {
  color: var(--muted);
  font-size: 12px;
}
.error {
  color: #9a3c2e;
}
.success {
  color: #4f6d4b;
}
.aside-note {
  position: sticky;
  top: 110px;
  padding: 25px 0;
}
.aside-note h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.15;
}
.success-panel {
  padding: 80px 0;
  background: var(--paper2);
}
.submission-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.submission-row div {
  display: flex;
  flex-direction: column;
}
.submission-row span {
  color: var(--muted);
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.principles article {
  background: var(--white);
  padding: 30px;
}
.principles span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
}
.principles h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  margin: 8px 0;
}
.principles p,
.resource-card p {
  color: var(--muted);
  font-size: 14px;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.resource-card {
  border-top: 2px solid var(--ink);
  padding: 20px 5px 20px;
}
.resource-cat {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
}
.resource-card h2 {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.15;
  font-weight: 500;
}
.badge {
  display: inline-block;
}
.footer {
  background: var(--dark);
  color: #fff;
  padding: 60px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 45px;
}
.footer h3 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #c6bfb5;
}
.footer-grid a:not(.brand) {
  display: block;
  font-size: 13px;
  color: #cfc8bf;
  margin: 8px 0;
}
.footer-copy {
  color: #b8b1a7;
  font-size: 13px;
  max-width: 240px;
}
.footer-bottom {
  border-top: 1px solid #555048;
  margin-top: 45px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #9e988f;
  font-size: 11px;
}
.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .hero-grid,
  .featured-card,
  .split,
  .form-layout {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
  }
  .hero-art {
    min-height: 380px;
    max-width: 650px;
    margin: auto;
    width: 100%;
  }
  .featured-copy {
    padding: 35px;
  }
  .story-grid,
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .principles {
    grid-template-columns: repeat(2, 1fr);
  }
  .resource-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .aside-note {
    position: static;
  }
  .article-content {
    padding: 0 20px;
  }
}
@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }
  .nav {
    min-height: 66px;
  }
  .menu-toggle {
    display: block;
  }
  .nav nav {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    background: var(--white);
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .nav nav.open {
    display: flex;
  }
  .nav-cta {
    text-align: center;
  }
  .hero-grid {
    padding: 55px 0;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-art {
    min-height: 330px;
  }
  .section {
    padding: 65px 0;
  }
  .section-heading {
    display: block;
  }
  .section-heading .text-link {
    display: inline-block;
    margin-top: 15px;
  }
  .story-grid,
  .archive-grid,
  .topic-grid,
  .principles,
  .resource-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .featured-copy h3 {
    font-size: 38px;
  }
  .toolbar {
    grid-template-columns: 1fr;
  }
  .inline-form {
    flex-direction: column;
  }
  .banner-inner {
    display: block;
  }
  .banner-inner .button {
    margin-top: 20px;
  }
  .article-head h1 {
    font-size: 49px;
  }
  .article-byline {
    display: block;
  }
  .article-byline span {
    display: block;
    margin-bottom: 7px;
  }
  .article-hero {
    aspect-ratio: 1.1;
    margin-top: 35px;
  }
  .form-card {
    padding: 22px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
    margin: 5px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Enhanced editorial visual pass */
::selection {
  background: #d9b6a7;
  color: var(--ink);
}
body {
  background: var(--white);
  font-size: 15.5px;
}
.site-header {
  box-shadow: 0 4px 24px rgba(52, 43, 34, 0.035);
}
.nav {
  min-height: 82px;
}
.brand-mark {
  box-shadow: 0 3px 12px rgba(173, 101, 77, 0.14);
}
.nav-cta {
  box-shadow: 0 7px 18px rgba(48, 46, 42, 0.12);
}
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(205, 165, 121, 0.16),
      transparent 25%
    ),
    linear-gradient(135deg, #f9f5ed 0%, #f3eadf 100%);
}
.hero:before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(173, 101, 77, 0.12);
  border-radius: 50%;
  right: -180px;
  bottom: -220px;
}
.hero-grid {
  position: relative;
  z-index: 1;
  padding: 105px 0 110px;
}
.hero h1 {
  font-size: clamp(53px, 6.6vw, 88px);
  max-width: 780px;
}
.hero-lede {
  max-width: 590px;
  line-height: 1.75;
}
.button-primary {
  box-shadow: 0 9px 22px rgba(48, 46, 42, 0.13);
}
.hero-art {
  min-height: 510px;
  border-radius: 48% 48% 24px 24px;
  box-shadow: 0 30px 70px rgba(70, 55, 40, 0.18);
  isolation: isolate;
}
.hero-art:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12),
    transparent 45%,
    rgba(35, 32, 28, 0.08)
  );
  z-index: 2;
  pointer-events: none;
}
.hero-art:after {
  background: linear-gradient(180deg, #9aa17d, #7d866b);
}
.hero-art p {
  font-size: 25px;
  text-shadow: 0 2px 12px rgba(50, 40, 30, 0.15);
}
.section {
  padding: 105px 0;
}
.section-heading {
  margin-bottom: 42px;
}
.featured-card {
  box-shadow: 0 30px 70px rgba(48, 42, 35, 0.13);
}
.featured-copy {
  padding: 65px;
}
.featured-copy h3 {
  font-size: clamp(39px, 4.2vw, 58px);
}
.story-card {
  box-shadow: 0 4px 0 rgba(48, 42, 35, 0.02);
}
.story-card-body {
  padding: 24px;
}
.story-card h3 {
  font-size: 29px;
}
.story-card p {
  line-height: 1.7;
}
.story-image {
  aspect-ratio: 1.45;
}
.topic {
  padding: 27px 8px;
  transition:
    0.2s color,
    0.2s padding-left;
}
.topic:hover {
  padding-left: 16px;
}
.quote-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #69715b, #7d866b);
}
.quote-band:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  left: -230px;
  top: -260px;
}
.quote-wrap {
  position: relative;
}
.quote-wrap blockquote {
  max-width: 850px;
  margin: 26px auto;
}
.share-banner {
  background: linear-gradient(120deg, #a95f49, #b8755d);
}
.newsletter {
  border-top: 1px solid rgba(217, 207, 194, 0.7);
}
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0 82px;
  background:
    radial-gradient(circle at 92% 0%, rgba(173, 101, 77, 0.1), transparent 25%),
    linear-gradient(135deg, #f8f4ec, #f1e8dc);
}
.toolbar {
  background: var(--paper);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(50, 40, 30, 0.04);
}
.story-article {
  padding-top: 82px;
}
.article-hero img {
  box-shadow: 0 28px 70px rgba(52, 43, 34, 0.15);
}
.article-content {
  font-size: 19px;
  line-height: 1.85;
}
.article-content p:first-child:first-letter {
  font-family: var(--serif);
  font-size: 4.2em;
  line-height: 0.75;
  float: left;
  padding: 10px 12px 0 0;
  color: var(--accent);
}
.pullquote {
  font-size: 38px;
}
.form-card {
  box-shadow: 0 18px 50px rgba(52, 43, 34, 0.07);
}
.aside-note:before {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background: var(--accent);
  margin-bottom: 25px;
}
.success-panel {
  background: linear-gradient(135deg, #efe5d8, #f6efe6);
}
.principles {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(50, 40, 30, 0.06);
}
.principles article {
  padding: 34px;
}
.resource-grid {
  gap: 25px;
}
.resource-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--ink);
  border-radius: 16px;
  padding: 24px;
  transition:
    0.2s transform,
    0.2s box-shadow;
}
.resource-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.footer {
  background: #2e2c29;
}
.footer .brand-mark {
  border-color: #c88770;
  color: #c88770;
}
.footer-grid a:not(.brand):hover {
  color: #fff;
}
@media (max-width: 900px) {
  .hero-grid {
    padding: 78px 0;
  }
  .featured-copy {
    padding: 45px;
  }
  .section {
    padding: 82px 0;
  }
}
@media (max-width: 680px) {
  .nav {
    min-height: 70px;
  }
  .hero-grid {
    padding: 62px 0 70px;
  }
  .hero h1 {
    font-size: 50px;
  }
  .hero-art {
    min-height: 360px;
  }
  .hero-art p {
    font-size: 20px;
  }
  .section {
    padding: 70px 0;
  }
  .page-hero {
    padding: 72px 0 60px;
  }
  .page-hero h1 {
    font-size: 48px;
  }
  .toolbar {
    padding: 13px;
  }
  .featured-copy {
    padding: 32px;
  }
  .featured-copy h3 {
    font-size: 39px;
  }
  .article-content {
    font-size: 18px;
  }
}

.hero-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.theme-toggle:hover {
  border-color: var(--accent);
  color: var(--accent);
}

html[data-theme="citrus"] {
  --ink: #172332;
  --muted: #536477;
  --paper: #fff5d9;
  --paper2: #dff5ef;
  --white: #f8fcff;
  --accent: #f05d4e;
  --accent2: #00a896;
  --line: #b9d7d7;
  --dark: #172332;
  --shadow: 0 24px 70px rgba(23, 35, 50, 0.14);
}
html[data-theme="citrus"] .site-header {
  background: rgba(248, 252, 255, 0.92);
  border-bottom-color: rgba(185, 215, 215, 0.8);
}
html[data-theme="citrus"] .nav nav > a:not(.nav-cta) {
  color: var(--ink);
}
html[data-theme="citrus"] .hero {
  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(255, 196, 61, 0.3),
      transparent 26%
    ),
    linear-gradient(135deg, #fff5d9 0%, #dff5ef 100%);
}
html[data-theme="citrus"] .hero h1 em {
  color: var(--accent);
}
html[data-theme="citrus"] .quote-band {
  background: linear-gradient(135deg, #008f83, #00a896);
}
html[data-theme="citrus"] .share-banner {
  background: linear-gradient(120deg, #f05d4e, #ff8a4c);
}
html[data-theme="citrus"] .page-hero {
  background:
    radial-gradient(circle at 92% 0%, rgba(240, 93, 78, 0.16), transparent 25%),
    linear-gradient(135deg, #fff5d9, #dff5ef);
}
html[data-theme="citrus"] .theme-toggle {
  background: #fff0b8;
  border-color: #f5c84b;
}
html[data-theme="citrus"] .footer {
  background: #172332;
}

@media (max-width: 680px) {
  .theme-toggle {
    justify-content: center;
  }
}
.hero-art:after {
  display: none;
}
