:root {
  --burgundy: #4a1028;
  --burgundy-2: #6d2948;
  --gold: #b98626;
  --gold-2: #d7ad55;
  --cream: #f8f2e7;
  --ivory: #fffaf1;
  --paper: #f2eadf;
  --ink: #351f22;
  --muted: #745f58;
  --line: rgba(185, 134, 38, 0.32);
  --shadow: 0 24px 70px rgba(53, 31, 34, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.anchor-target {
  scroll-margin-top: 104px;
}

.site-header {
  align-items: center;
  background: rgba(255, 250, 241, 0.9);
  border-bottom: 1px solid rgba(185, 134, 38, 0.2);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 12px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand-mark {
  align-items: center;
  color: var(--burgundy);
  display: inline-flex;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-mark img {
  border: 1px solid rgba(185, 134, 38, 0.34);
  border-radius: 50%;
  height: 42px;
  object-fit: cover;
  width: 42px;
}

.site-nav {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(10px, 1.6vw, 22px);
  justify-content: flex-end;
}

.site-nav a {
  color: var(--muted);
  font-size: clamp(0.64rem, 0.9vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--burgundy);
}

.nav-toggle {
  display: none;
}

.hero {
  min-height: calc(100vh - 68px);
  overflow: hidden;
  position: relative;
}

.hero-home .hero-bg,
.certificate-hero .hero-bg {
  background-image: url("./assets/sunrise-hero.png");
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.98) 0%, rgba(255, 250, 241, 0.86) 34%, rgba(255, 250, 241, 0.24) 68%, rgba(74, 16, 40, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 250, 241, 0.08) 0%, rgba(255, 250, 241, 0.68) 100%);
  inset: 0;
  position: absolute;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 68px);
  padding: 70px clamp(22px, 7vw, 96px);
  position: relative;
  width: min(760px, 100%);
  z-index: 2;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--gold-2);
}

h1,
h2,
h3,
blockquote {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.05;
  margin: 0;
}

h1 {
  color: var(--burgundy);
  font-size: clamp(4rem, 12vw, 9.6rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.certificate-hero h1 {
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  max-width: 900px;
}

.certificate-hero h1 span {
  display: block;
}

.certificate-hero .hero-content > .button {
  align-self: flex-start;
  margin-top: 40px;
}

h2 {
  color: var(--burgundy);
  font-size: clamp(2.25rem, 5.3vw, 4.8rem);
}

h3 {
  color: var(--burgundy);
  font-size: 1.45rem;
}

.hero-subtitle {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.2;
  margin: 8px 0 0;
}

.hero-copy,
.product-copy p,
.section-heading p,
.intro-band p,
.author-section p,
.closing-blessing p {
  color: var(--muted);
  font-size: 1.04rem;
}

.hero-copy {
  margin: 24px 0 0;
  max-width: 610px;
}

.hero-actions,
.inline-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button,
button {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 46px;
  padding: 14px 22px;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
button:hover {
  box-shadow: 0 12px 28px rgba(53, 31, 34, 0.18);
  transform: translateY(-1px);
}

.button.primary,
button {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #2f151b;
}

.button.secondary {
  background: rgba(255, 250, 241, 0.78);
  border-color: rgba(74, 16, 40, 0.18);
  color: var(--burgundy);
}

.text-link {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section {
  padding: clamp(58px, 7vw, 104px) clamp(20px, 5vw, 72px);
}

.section-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.narrow {
  max-width: 780px;
}

.centered {
  text-align: center;
}

.split {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 86px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
}

.split.reverse {
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
}

.split.compact {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
}

.intro-band,
.features-section,
.author-section,
.closing-blessing {
  background: var(--cream);
}

.ornament {
  align-items: center;
  color: var(--gold);
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 18px;
  width: 120px;
}

.ornament::before,
.ornament::after {
  background: currentColor;
  content: "";
  height: 1px;
  width: 42px;
}

.ornament {
  background:
    radial-gradient(circle at 48% 40%, currentColor 0 4px, transparent 4.5px),
    radial-gradient(circle at 58% 40%, currentColor 0 4px, transparent 4.5px),
    linear-gradient(45deg, currentColor 0 50%, transparent 50%);
  background-position: center 5px, center 5px, center 10px;
  background-repeat: no-repeat;
  background-size: 18px 18px, 18px 18px, 12px 12px;
  height: 28px;
}

.intro-band h2,
.closing-blessing h2 {
  margin-bottom: 22px;
}

.heart-icon {
  color: var(--gold);
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 28px;
}

.product-copy p {
  margin: 22px 0 0;
}

.check-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.check-list li {
  color: var(--ink);
  margin: 12px 0;
  padding-left: 28px;
  position: relative;
}

.check-list li::before {
  color: var(--gold);
  content: "♥";
  font-size: 0.78rem;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 2px;
}

.product-image-wrap {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.soft-frame {
  background: #fff;
  padding: 12px;
}

.feature-grid,
.outcome-grid,
.product-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.feature-grid article,
.outcome-grid article,
.product-card-grid article {
  background: rgba(255, 250, 241, 0.76);
  border: 1px solid rgba(185, 134, 38, 0.22);
  box-shadow: 0 18px 44px rgba(53, 31, 34, 0.08);
  min-height: 200px;
  padding: 24px;
}

.feature-grid p,
.outcome-grid p,
.product-card-grid p {
  color: var(--muted);
  margin: 14px 0 0;
}

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

.shift-section {
  background: var(--paper);
}

.shift-grid {
  align-items: center;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 40px;
}

.shift-column {
  border: 1px solid rgba(185, 134, 38, 0.22);
  box-shadow: 0 18px 44px rgba(53, 31, 34, 0.08);
  height: 100%;
  padding: clamp(24px, 3vw, 36px);
}

.shift-before {
  background: rgba(255, 250, 241, 0.6);
}

.shift-after {
  background: rgba(255, 250, 241, 0.92);
  border-color: rgba(185, 134, 38, 0.4);
}

.shift-column h3 {
  margin-bottom: 20px;
}

.shift-before h3 {
  color: var(--muted);
}

.shift-after h3 {
  color: var(--burgundy);
}

.shift-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shift-list li {
  color: var(--ink);
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}

.shift-before .shift-list li {
  color: var(--muted);
}

.shift-before .shift-list li::before {
  content: "—";
  left: 0;
  position: absolute;
}

.shift-after .shift-list li::before {
  color: var(--gold);
  content: "♥";
  font-size: 0.72rem;
  left: 2px;
  position: absolute;
  top: 4px;
}

.shift-divider {
  align-items: center;
  color: var(--gold);
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  padding: 0 clamp(10px, 2vw, 28px);
}

.section-heading h2 {
  margin-bottom: 16px;
}

blockquote {
  border-left: 3px solid var(--gold);
  color: var(--burgundy);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.24;
  margin: 30px 0 0;
  padding-left: 24px;
}

.burgundy-band {
  background:
    linear-gradient(135deg, rgba(74, 16, 40, 0.98), rgba(109, 41, 72, 0.96)),
    var(--burgundy);
  color: var(--ivory);
}

.burgundy-band h2,
.burgundy-band p,
.burgundy-band li {
  color: var(--ivory);
}

.community-content {
  max-width: 880px;
  text-align: center;
}

.community-content h2 {
  margin-bottom: 20px;
}

.community-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 34px auto;
  max-width: 700px;
  padding: 0;
  text-align: left;
}

.community-list li {
  font-family: var(--serif);
  font-size: 1.12rem;
  padding-left: 42px;
  position: relative;
}

.community-list li::before {
  align-items: center;
  background: rgba(215, 173, 85, 0.22);
  border-radius: 50%;
  color: var(--gold-2);
  content: "✓";
  display: inline-flex;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 2px;
  width: 26px;
}

.community-note {
  color: rgba(255, 250, 241, 0.72);
  font-family: var(--serif);
  font-style: italic;
  margin-top: 28px;
}

.signup-form {
  background: rgba(255, 250, 241, 0.08);
  border: 1px solid rgba(215, 173, 85, 0.34);
  padding: 22px;
}

.signup-form label,
.certificate-form label {
  color: var(--burgundy);
  display: grid;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signup-form label {
  color: var(--ivory);
}

.signup-form p {
  color: rgba(255, 250, 241, 0.72);
  font-size: 0.88rem;
  margin: 12px 0 0;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.form-message {
  color: var(--gold-2);
  font-size: 0.88rem;
  font-weight: 700;
  margin: 14px 0 0;
}

.signup-form .form-message {
  color: var(--gold-2);
}

.certificate-form .form-message {
  color: var(--burgundy);
}

.form-message-error {
  color: #b3372c !important;
}

input,
textarea {
  background: #fffaf5;
  border: 1px solid rgba(185, 134, 38, 0.28);
  border-radius: 4px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 12px 14px;
  width: 100%;
}

textarea {
  resize: vertical;
}

.form-row input {
  min-width: 0;
}

.product-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card-grid span {
  color: var(--gold);
  display: block;
  font-family: var(--serif);
  font-size: 2.5rem;
  margin-bottom: 18px;
}

.author-section {
  border-top: 1px solid rgba(185, 134, 38, 0.18);
  border-bottom: 1px solid rgba(185, 134, 38, 0.18);
}

.author-section p {
  margin: 18px 0 0;
}

.author-layout {
  align-items: center;
  display: grid;
  gap: clamp(34px, 8vw, 96px);
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 0.9fr);
  max-width: 1050px;
}

.author-photo-wrap {
  justify-self: center;
  position: relative;
  width: min(320px, 100%);
}

.author-photo-wrap::before {
  background: rgba(215, 173, 85, 0.28);
  border-radius: 50%;
  content: "";
  inset: -12px;
  position: absolute;
}

.author-photo-wrap img {
  aspect-ratio: 1;
  border: 8px solid rgba(255, 250, 241, 0.96);
  border-radius: 50%;
  box-shadow: var(--shadow);
  object-fit: cover;
  position: relative;
  width: 100%;
}

.certificate-callout {
  background: var(--paper);
}

.certificate-callout img {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  max-height: 560px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.certificate-frame {
  max-height: 740px;
}

.form-section {
  background: var(--ivory);
}

.certificate-form {
  background: var(--cream);
  border: 1px solid rgba(185, 134, 38, 0.24);
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding: clamp(22px, 4vw, 36px);
}

.checkbox-label {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 18px 1fr;
  letter-spacing: 0;
  text-transform: none;
}

.checkbox-label input {
  min-height: 18px;
  width: 18px;
}

.checkbox-label span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.reflections-section,
.privacy-section {
  background: var(--paper);
}

.reflection-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.reflection-grid article {
  background: rgba(255, 250, 241, 0.76);
  border: 1px solid rgba(185, 134, 38, 0.26);
  box-shadow: 0 18px 44px rgba(53, 31, 34, 0.08);
  min-height: 210px;
  padding: 28px;
}

.reflection-grid span {
  color: var(--gold);
  display: block;
  font-family: var(--serif);
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 22px;
}

.reflection-grid p {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.48;
  margin: 0;
}

.privacy-section h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.signature {
  color: var(--burgundy);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.3rem;
}

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

.certificate-form button {
  margin-top: 8px;
  width: 100%;
}

.site-footer {
  align-items: center;
  background: #2b1018;
  color: rgba(255, 250, 241, 0.86);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 24px clamp(20px, 5vw, 72px);
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer strong {
  color: var(--gold-2);
  font-family: var(--serif);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer span,
.site-footer a {
  font-size: 0.86rem;
}

.site-footer nav {
  display: flex;
  gap: 18px;
}

.footer-credit {
  color: rgba(255, 250, 241, 0.5);
  font-size: 0.72rem;
  margin-top: 2px;
}

/* ── Page hero (About, Community) ── */

.page-hero {
  min-height: auto;
}

.page-hero .hero-content {
  min-height: auto;
  padding: clamp(52px, 8vw, 96px) clamp(22px, 7vw, 96px);
}

.page-hero-title {
  font-size: clamp(3.2rem, 8vw, 7rem);
}

/* ── About values grid ── */

.values-grid,
.about-values-section .values-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.values-grid article {
  background: rgba(255, 250, 241, 0.76);
  border: 1px solid rgba(185, 134, 38, 0.22);
  box-shadow: 0 18px 44px rgba(53, 31, 34, 0.08);
  min-height: 200px;
  padding: 24px;
}

.values-grid p {
  color: var(--muted);
  margin: 14px 0 0;
}

.about-values-section {
  background: var(--paper);
}

/* ── Shop ── */

.shop-hero-band {
  background: var(--cream);
}

.shop-page-title {
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  margin-top: 12px;
}

.product-meta {
  margin-top: 22px;
}

.product-badge {
  background: rgba(185, 134, 38, 0.12);
  border: 1px solid rgba(185, 134, 38, 0.36);
  border-radius: 4px;
  color: var(--gold);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 5px 12px;
  text-transform: uppercase;
}

/* ── Coming soon cards ── */

.coming-soon-section {
  background: var(--paper);
}

.coming-soon-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.coming-soon-card {
  background: rgba(255, 250, 241, 0.76);
  border: 1px solid rgba(185, 134, 38, 0.22);
  box-shadow: 0 18px 44px rgba(53, 31, 34, 0.08);
  display: flex;
  flex-direction: column;
  padding: 28px 24px 24px;
  position: relative;
}

.coming-soon-badge {
  background: rgba(74, 16, 40, 0.07);
  border: 1px solid rgba(74, 16, 40, 0.12);
  border-radius: 4px;
  color: var(--burgundy);
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  padding: 4px 10px;
  text-transform: uppercase;
  width: fit-content;
}

.card-number {
  color: var(--gold);
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  margin-bottom: 14px;
}

.coming-soon-card p {
  color: var(--muted);
  flex: 1;
  margin: 12px 0 20px;
}

.notify-btn {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.notify-btn:hover {
  color: var(--burgundy);
}

/* ── Blog listing ── */

.blog-listing-section {
  background: var(--ivory);
}

.blog-page-title {
  font-size: clamp(2.6rem, 6vw, 5rem);
  margin-top: 12px;
}

.blog-filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 42px;
}

.filter-btn {
  background: rgba(255, 250, 241, 0.6);
  border: 1px solid rgba(185, 134, 38, 0.3);
  border-radius: 24px;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 8px 18px;
  text-transform: uppercase;
  transition: all 180ms ease;
}

.filter-btn:hover {
  background: rgba(255, 250, 241, 0.9);
  border-color: rgba(185, 134, 38, 0.5);
  color: var(--burgundy);
}

.filter-btn.active {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  border-color: var(--gold);
  color: #2f151b;
}

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

.blog-card {
  background: rgba(255, 250, 241, 0.9);
  border: 1px solid rgba(185, 134, 38, 0.2);
  box-shadow: 0 14px 38px rgba(53, 31, 34, 0.07);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.blog-card-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.blog-card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
  width: 100%;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.03);
}

.blog-card-image-placeholder {
  background: linear-gradient(135deg, var(--cream), var(--paper));
}

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 20px 20px;
}

.blog-card-category {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.blog-card-title {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.22;
  margin: 0;
}

.blog-card-title a {
  color: inherit;
}

.blog-card-title a:hover {
  color: var(--gold);
}

.blog-card-excerpt {
  color: var(--muted);
  flex: 1;
  font-size: 0.94rem;
  line-height: 1.64;
  margin: 12px 0 16px;
}

.blog-card-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.blog-card-date {
  color: var(--muted);
  font-size: 0.78rem;
}

.blog-empty {
  padding: 60px 24px;
  text-align: center;
}

.blog-empty h2 {
  margin: 22px 0 14px;
}

.blog-empty p {
  color: var(--muted);
  margin: 0 auto 28px;
  max-width: 520px;
}

/* ── Blog post article ── */

.post-hero-placeholder {
  background: linear-gradient(135deg, var(--paper), var(--cream));
  height: 220px;
}

.post-hero-image {
  max-height: 480px;
  overflow: hidden;
}

.post-hero-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.post-article {
  background: var(--ivory);
}

.post-inner {
  max-width: 780px;
}

.post-header {
  border-bottom: 1px solid rgba(185, 134, 38, 0.2);
  margin-bottom: 42px;
  padding-bottom: 28px;
}

.post-header h1 {
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  margin-top: 10px;
}

.post-category {
  margin: 0 0 10px;
}

.post-meta {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.88rem;
  gap: 10px;
  margin-top: 14px;
}

.post-body > * {
  margin-top: 0;
  margin-bottom: 28px;
}

.post-body p {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.76;
}

.post-body h2 {
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  margin-top: 46px;
  margin-bottom: 16px;
}

.post-body h3 {
  margin-top: 36px;
  margin-bottom: 12px;
}

.post-body blockquote {
  font-size: clamp(1.2rem, 2.8vw, 1.65rem);
  margin: 36px 0;
}

.post-body ul,
.post-body ol {
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.76;
  margin: 0 0 28px;
  padding-left: 24px;
}

.post-body li {
  margin: 10px 0;
}

.post-image {
  margin: 36px 0;
}

.post-image img {
  border: 1px solid rgba(185, 134, 38, 0.18);
  box-shadow: var(--shadow);
  width: 100%;
}

.post-image figcaption {
  color: var(--muted);
  font-size: 0.86rem;
  margin-top: 10px;
  text-align: center;
}

.post-video {
  aspect-ratio: 16 / 9;
  margin: 36px 0;
  overflow: hidden;
}

.post-video iframe {
  height: 100%;
  width: 100%;
}

.post-footer {
  border-top: 1px solid rgba(185, 134, 38, 0.2);
  display: grid;
  gap: 36px;
  margin-top: 56px;
  padding-top: 42px;
}

.post-author-card {
  align-items: center;
  display: flex;
  gap: 20px;
}

.post-author-card img {
  border: 3px solid rgba(255, 250, 241, 0.96);
  border-radius: 50%;
  box-shadow: var(--shadow);
  flex-shrink: 0;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.post-author-card strong {
  color: var(--burgundy);
  display: block;
  font-family: var(--serif);
  margin-bottom: 4px;
}

.post-author-card p {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}

.post-cta {
  background: var(--cream);
  border: 1px solid rgba(185, 134, 38, 0.24);
  padding: clamp(24px, 4vw, 36px);
}

.post-cta h3 {
  margin: 8px 0 12px;
}

.post-cta p {
  color: var(--muted);
  margin-bottom: 22px;
}

/* ── Community page ── */

.community-page-form {
  margin-top: 24px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Book page ── */

.book-hero-placeholder {
  background: linear-gradient(135deg, var(--burgundy) 0%, var(--burgundy-2) 100%);
  min-height: 56vh;
  position: relative;
  display: flex;
  align-items: center;
}

.book-hero-overlay {
  padding: 70px clamp(22px, 7vw, 96px);
  position: relative;
  width: min(760px, 100%);
  z-index: 2;
}

.book-hero-overlay .eyebrow {
  color: var(--gold-2);
}

.book-hero-overlay h1 {
  color: var(--ivory);
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 1.0;
}

.book-hero-sub {
  display: block;
  font-size: 0.42em;
  letter-spacing: 0.12em;
  color: rgba(255, 250, 241, 0.72);
  margin-top: 10px;
  text-transform: uppercase;
}

.book-hero-overlay .hero-copy {
  color: rgba(255, 250, 241, 0.82);
  max-width: 560px;
}

.book-for-section {
  background: var(--cream);
}

.book-for-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.book-for-grid article {
  background: rgba(255, 250, 241, 0.82);
  border: 1px solid rgba(185, 134, 38, 0.22);
  box-shadow: 0 14px 38px rgba(53, 31, 34, 0.07);
  padding: 28px 24px;
}

.book-for-grid p {
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.66;
  margin: 12px 0 0;
}

.for-icon {
  color: var(--gold);
  display: block;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.journey-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.journey-grid article {
  background: rgba(255, 250, 241, 0.76);
  border: 1px solid rgba(185, 134, 38, 0.22);
  box-shadow: 0 14px 38px rgba(53, 31, 34, 0.07);
  padding: 28px 24px;
}

.journey-grid p {
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.66;
  margin: 12px 0 0;
}

.journey-number {
  color: var(--gold);
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 14px;
}

/* ── Contact page aside ── */

.contact-aside {
  display: grid;
  gap: 28px;
  align-self: start;
}

.contact-block {
  border-left: 3px solid rgba(185, 134, 38, 0.4);
  padding-left: 18px;
}

.contact-block p {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.64;
  margin: 8px 0 0;
}

.contact-form button {
  margin-top: 8px;
  width: 100%;
}

/* ── Teaser links on landing page ── */

.section-teaser {
  margin-top: 28px;
  text-align: center;
}

@media (max-width: 980px) {
  .blog-filters {
    gap: 10px;
    margin-bottom: 36px;
  }

  .filter-btn {
    padding: 6px 14px;
    font-size: 0.7rem;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 250, 241, 0.96) 0%, rgba(255, 250, 241, 0.8) 42%, rgba(255, 250, 241, 0.34) 100%),
      rgba(255, 250, 241, 0.24);
  }

  .split,
  .split.reverse,
  .split.compact {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .outcome-grid,
  .product-card-grid,
  .values-grid,
  .coming-soon-grid,
  .blog-grid,
  .book-for-grid,
  .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .author-layout,
  .reflection-grid {
    grid-template-columns: 1fr;
  }

  .author-layout {
    text-align: center;
  }

  .certificate-hero .hero-content {
    width: min(680px, 100%);
  }

  .shift-grid {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .shift-divider {
    padding: 0;
    transform: rotate(90deg);
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 84px;
  }

  .anchor-target {
    scroll-margin-top: 84px;
  }

  .site-header {
    align-items: center;
    display: grid;
    gap: 10px 12px;
    grid-template-columns: 1fr auto;
    padding: 10px 14px;
    position: sticky;
  }

  .brand-mark {
    min-width: 0;
  }

  .brand-mark span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-toggle {
    align-items: center;
    background: rgba(255, 250, 241, 0.76);
    border: 1px solid rgba(185, 134, 38, 0.34);
    border-radius: 4px;
    color: var(--burgundy);
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 900;
    justify-content: center;
    letter-spacing: 0.1em;
    min-height: 38px;
    padding: 10px 12px;
    text-transform: uppercase;
  }

  .site-nav {
    background: rgba(255, 250, 241, 0.98);
    border-top: 1px solid rgba(185, 134, 38, 0.18);
    display: none;
    gap: 8px 16px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    padding-top: 10px;
    width: 100%;
  }

  .nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    background: rgba(255, 250, 241, 0.8);
    border: 1px solid rgba(185, 134, 38, 0.16);
    border-radius: 4px;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    line-height: 1.1;
    padding: 11px 8px;
    text-align: center;
  }

  .hero,
  .hero-content {
    min-height: 610px;
  }

  .page-hero,
  .page-hero .hero-content {
    min-height: auto;
  }

  .hero-content {
    padding: 44px 20px 56px;
  }

  .page-hero .hero-content {
    padding: 40px 20px 36px;
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 5.6rem);
  }

  .certificate-hero h1 {
    font-size: clamp(2.4rem, 10vw, 3.7rem);
    line-height: 1.03;
    max-width: 620px;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3.4rem);
  }

  .hero-copy,
  .product-copy p,
  .section-heading p,
  .intro-band p,
  .author-section p,
  .closing-blessing p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .hero-copy {
    line-height: 1.66;
  }

  .certificate-hero .hero-content > .button {
    margin-top: 30px;
  }

  .feature-grid,
  .outcome-grid,
  .product-card-grid,
  .values-grid,
  .coming-soon-grid,
  .blog-grid,
  .book-for-grid,
  .journey-grid,
  .reflection-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .form-row,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .form-row button {
    width: 100%;
  }

  .community-content {
    text-align: left;
  }

  .community-content h2,
  .community-content > p,
  .community-content .eyebrow,
  .community-note {
    text-align: center;
  }

  .community-list {
    margin: 28px auto;
  }

  .community-list li {
    font-size: 1rem;
    line-height: 1.45;
    padding-left: 36px;
  }

  .author-photo-wrap {
    width: min(240px, 78vw);
  }

  .certificate-form {
    box-shadow: 0 18px 44px rgba(53, 31, 34, 0.12);
  }

  .site-footer {
    gap: 16px;
    text-align: center;
  }

  .site-footer nav {
    justify-content: center;
  }
}

@media (max-width: 460px) {
  html {
    scroll-padding-top: 78px;
  }

  .anchor-target {
    scroll-margin-top: 78px;
  }

  .brand-mark {
    font-size: 0.98rem;
    gap: 10px;
  }

  .brand-mark img {
    height: 36px;
    width: 36px;
  }

  .site-nav {
    max-width: none;
  }

  .site-nav a {
    font-size: 0.7rem;
  }

  .hero,
  .hero-content {
    min-height: 590px;
  }

  .page-hero,
  .page-hero .hero-content {
    min-height: 0;
  }

  .certificate-hero h1 {
    font-size: clamp(2.18rem, 9.2vw, 2.8rem);
    line-height: 1.06;
  }

  .certificate-hero .hero-copy {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .eyebrow {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .closing-blessing h2 {
    font-size: clamp(2rem, 10vw, 2.6rem);
    line-height: 1.08;
  }

  .certificate-hero .hero-content > .button {
    align-self: stretch;
  }

  .hero-actions,
  .inline-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-band .section-inner,
  .closing-blessing .section-inner,
  .privacy-section .section-inner {
    max-width: 34rem;
  }

  .feature-grid article,
  .outcome-grid article,
  .reflection-grid article,
  .product-card-grid article {
    min-height: unset;
  }

  .reflection-grid p {
    font-size: 1.08rem;
  }

  .certificate-form {
    padding: 20px 16px;
  }
}
