:root {
  --ivory: #fbf6ec;
  --cream: #fffaf0;
  --porcelain: #fffdf8;
  --linen: #f1e4d1;
  --beige: #dfcdb3;
  --blush: #ead1cf;
  --petal: #f6e5df;
  --rose: #b77978;
  --mauve: #8e6677;
  --plum: #4a3040;
  --sage: #8c9b7a;
  --sage-dark: #5e6e52;
  --gold: #bd8b41;
  --gold-dark: #8d642c;
  --charcoal: #2e302a;
  --muted: #6f695d;
  --white: #ffffff;
  --shadow: 0 28px 76px rgba(69, 53, 32, 0.14);
  --soft-shadow: 0 18px 44px rgba(69, 53, 32, 0.11);
  --hairline: rgba(189, 139, 65, 0.2);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shell: min(1120px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(183, 121, 120, 0.17), transparent 34rem),
    radial-gradient(circle at 92% 12%, rgba(140, 155, 122, 0.16), transparent 30rem),
    linear-gradient(180deg, var(--porcelain) 0%, var(--cream) 34%, var(--ivory) 68%, #f5eadc 100%);
  color: var(--charcoal);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.3rem, 8vw, 7.2rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4vw, 4rem);
  letter-spacing: -0.032em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
}

p {
  color: var(--muted);
  text-wrap: pretty;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
  text-align: center;
}

.section {
  position: relative;
  padding: clamp(72px, 9vw, 124px) 0;
}

.section:not(.hero)::after {
  position: absolute;
  right: max(16px, calc((100% - 1120px) / 2));
  bottom: 0;
  left: max(16px, calc((100% - 1120px) / 2));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 121, 120, 0.18), rgba(140, 155, 122, 0.18), transparent);
  content: "";
  pointer-events: none;
}

.section-soft {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(246, 229, 223, 0.52), rgba(241, 228, 209, 0.74)),
    radial-gradient(circle at 85% 20%, rgba(140, 155, 122, 0.18), transparent 22rem);
}

.section-warm {
  background:
    radial-gradient(circle at 10% 10%, rgba(183, 121, 120, 0.11), transparent 24rem),
    linear-gradient(180deg, rgba(241, 228, 209, 0.6), rgba(251, 246, 236, 0.9));
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--charcoal);
  color: var(--white);
  padding: 10px 16px;
  text-decoration: none;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 240, 0.88);
  border-bottom: 1px solid var(--hairline);
  backdrop-filter: blur(18px);
}

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

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(189, 139, 65, 0.35);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 25%, rgba(183, 121, 120, 0.18), transparent 18px),
    linear-gradient(135deg, #fff8e8, #e9d8bc);
  color: var(--gold-dark);
  font-size: 0.9rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-menu a:not(.button) {
  border-radius: 999px;
  color: #514b42;
  font-weight: 600;
  padding: 10px 12px;
  text-decoration: none;
}

.nav-menu a:not(.button):hover,
.nav-menu a:not(.button):focus-visible {
  background: rgba(140, 155, 122, 0.13);
  color: var(--sage-dark);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(189, 139, 65, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--charcoal);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.1;
  padding: 14px 22px;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary,
.button-gold {
  background: linear-gradient(135deg, #c27f7f, var(--plum));
  color: var(--white);
  box-shadow: 0 14px 30px rgba(74, 48, 64, 0.23);
}

.button-primary:hover,
.button-primary:focus-visible,
.button-gold:hover,
.button-gold:focus-visible {
  box-shadow: 0 18px 36px rgba(74, 48, 64, 0.28);
}

.button-secondary {
  border-color: rgba(141, 100, 44, 0.26);
  background: rgba(255, 255, 255, 0.78);
  color: var(--gold-dark);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(183, 121, 120, 0.36);
  background: rgba(255, 250, 240, 0.96);
}

.button-text {
  border-color: rgba(140, 155, 122, 0.18);
  background: rgba(255, 255, 255, 0.34);
  color: var(--sage-dark);
  box-shadow: none;
  padding-inline: 18px;
}

.button-text:hover,
.button-text:focus-visible {
  background: rgba(140, 155, 122, 0.12);
  box-shadow: none;
}

.button-small {
  min-height: 42px;
  padding: 11px 17px;
}

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

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-top: clamp(56px, 8vw, 112px);
}

.hero::before,
.hero::after,
.journey::before,
.reflection::before {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(183, 121, 120, 0.22);
  border-radius: 58% 42% 64% 36%;
  content: "";
  pointer-events: none;
}

.hero::before {
  top: 9%;
  right: 7%;
  background: linear-gradient(135deg, rgba(234, 209, 207, 0.24), rgba(255, 255, 255, 0.24));
}

.hero::after {
  bottom: 8%;
  left: -70px;
  background: rgba(140, 155, 122, 0.12);
  transform: rotate(22deg);
}

.hero-glow {
  position: absolute;
  inset: 12% auto auto 48%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140, 155, 122, 0.22), transparent 68%);
  pointer-events: none;
}

.botanical-sprig {
  position: absolute;
  width: 110px;
  height: 170px;
  border-left: 1px solid rgba(94, 110, 82, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.botanical-sprig::before,
.botanical-sprig::after {
  position: absolute;
  width: 28px;
  height: 44px;
  border: 1px solid rgba(94, 110, 82, 0.24);
  border-radius: 70% 30% 70% 30%;
  background: rgba(140, 155, 122, 0.1);
  content: "";
}

.botanical-sprig::before {
  top: 36px;
  left: 22px;
  transform: rotate(-34deg);
}

.botanical-sprig::after {
  top: 88px;
  left: -18px;
  transform: rotate(28deg);
}

.hero-sprig {
  right: clamp(24px, 7vw, 110px);
  bottom: clamp(34px, 8vw, 92px);
  opacity: 0.86;
  transform: rotate(18deg);
}

.hero-grid,
.two-column,
.speaking-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(32px, 6vw, 82px);
}

.hero-copy {
  position: relative;
  z-index: 1;
  animation: fade-lift 680ms ease both;
}

.hero-lede {
  max-width: 640px;
  margin-bottom: 34px;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-signature {
  position: relative;
  display: inline-flex;
  margin: 18px 0 0;
  border-left: 3px solid var(--rose);
  color: var(--plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 700;
  padding-left: 16px;
}

.hero-actions,
.card-actions,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.soft-card,
.book-card,
.blog-card,
.social-card {
  border: 1px solid var(--hairline);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 250, 240, 0.58));
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.hero-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 16px;
  animation: fade-lift 780ms 120ms ease both;
}

.hero-media::before {
  position: absolute;
  inset: 28px 28px auto auto;
  z-index: 1;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(189, 139, 65, 0.28);
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.58);
  content: "";
}

.site-image {
  width: 100%;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--soft-shadow);
}

.portrait {
  height: clamp(430px, 54vw, 560px);
  object-position: center 22%;
}

.scripture-note {
  position: absolute;
  right: -14px;
  bottom: 38px;
  max-width: 240px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--plum), var(--mauve));
  color: var(--white);
  box-shadow: var(--soft-shadow);
  padding: 20px;
}

.journey {
  overflow: hidden;
}

.journey::before {
  top: 14%;
  right: -62px;
  background: rgba(234, 209, 207, 0.2);
}

.journey-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.journey-path::before {
  position: absolute;
  top: 36px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 121, 120, 0.42), transparent);
  content: "";
}

.journey-step {
  position: relative;
  border: 1px solid rgba(183, 121, 120, 0.2);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--soft-shadow);
  padding: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.journey-step:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.journey-step span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush), var(--cream));
  color: var(--plum);
  font-weight: 900;
}

.journey-step h3 {
  font-size: 1.2rem;
}

.journey-step p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.scripture-note span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  line-height: 0.65;
  opacity: 0.5;
}

.scripture-note p {
  margin: 4px 0 0;
  color: var(--white);
  font-weight: 600;
}

.comfort h2 {
  max-width: 900px;
  margin-inline: auto;
}

.comfort p:last-child {
  font-size: 1.13rem;
}

.two-column {
  align-items: start;
}

.about-intro {
  position: sticky;
  top: 112px;
}

.about-photo {
  margin: 34px 0 0;
  border-radius: var(--radius-lg);
  padding: 14px;
}

.about-image {
  height: 380px;
  object-position: center 20%;
}

.content-stack > * + * {
  margin-top: 20px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.mini-card {
  border: 1px solid rgba(140, 155, 122, 0.23);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.56);
  padding: 22px;
}

.icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(189, 139, 65, 0.12);
  color: var(--gold-dark);
}

.icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.mini-card h3 {
  font-size: 1.1rem;
}

.mini-card p {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading p:last-child {
  font-size: 1.08rem;
}

.split-heading {
  display: grid;
  max-width: var(--shell);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: end;
  gap: 34px;
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.book-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 26px);
  border-radius: var(--radius-lg);
  padding: 18px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.book-card:hover,
.book-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(183, 121, 120, 0.32);
  box-shadow: 0 28px 78px rgba(69, 53, 32, 0.16);
}

.book-cover {
  min-height: 410px;
}

.book-cover-frame {
  position: relative;
  min-width: 0;
  margin: 0;
}

.site-image.book-cover {
  height: 410px;
  min-height: 0;
  object-position: center top;
}

.book-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 10px 18px 0;
}

.book-content h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.status {
  align-self: flex-start;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(140, 155, 122, 0.16);
  color: var(--sage-dark);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 7px 12px;
}

.book-subtitle {
  color: var(--gold-dark);
  font-weight: 800;
}

.reader-note {
  border-left: 3px solid rgba(183, 121, 120, 0.38);
  color: #5e574d;
  font-size: 0.95rem;
  padding-left: 14px;
}

.reader-note strong {
  color: var(--plum);
}

.reflection {
  overflow: hidden;
  padding-block: clamp(56px, 8vw, 96px);
}

.reflection::before {
  top: 24px;
  left: 8%;
  background: rgba(140, 155, 122, 0.12);
}

.reflection-card {
  position: relative;
  max-width: 920px;
  border-radius: var(--radius-lg);
  margin-inline: auto;
  padding: clamp(34px, 6vw, 70px);
  text-align: center;
}

.reflection-card::before {
  display: block;
  width: 64px;
  height: 1px;
  margin: 0 auto 26px;
  background: var(--gold);
  content: "";
}

.reflection-card blockquote {
  margin: 0;
}

.reflection-card blockquote p {
  margin-bottom: 18px;
  color: var(--plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
}

.reflection-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
}

.blog-image {
  min-height: 100%;
}

.faith-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: clamp(18px, 3vw, 28px);
}

.faith-copy {
  padding: clamp(16px, 4vw, 40px);
}

.faith-copy p:last-child {
  margin-bottom: 0;
  font-size: 1.12rem;
}

.faith-image {
  height: clamp(320px, 42vw, 500px);
  object-position: center 24%;
}

.resources {
  overflow: hidden;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.resource-card {
  border: 1px solid rgba(140, 155, 122, 0.22);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: var(--soft-shadow);
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.resource-card:hover {
  transform: translateY(-2px);
  border-color: rgba(183, 121, 120, 0.28);
}

.resource-card::before {
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50% 50% 44% 56%;
  background: linear-gradient(135deg, rgba(183, 121, 120, 0.28), rgba(189, 139, 65, 0.16));
  content: "";
}

.resource-card h3 {
  font-size: 1.14rem;
}

.resource-card p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.blog-cards {
  display: grid;
  gap: 16px;
}

.featured-blog {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 42px);
}

.featured-blog h3 {
  margin-top: 18px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.featured-blog p {
  font-size: 1.03rem;
}

.blog-card {
  border-radius: var(--radius-md);
  padding: 26px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.blog-card:hover,
.blog-card:focus-within {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

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

.tag {
  border-radius: 999px;
  background: rgba(189, 139, 65, 0.12);
  color: var(--gold-dark);
  font-weight: 800;
  padding: 5px 10px;
}

.read-more {
  color: var(--sage-dark);
  font-weight: 800;
  text-decoration: none;
}

.read-more:hover,
.read-more:focus-visible {
  text-decoration: underline;
}

.read-more-muted {
  display: inline-flex;
  color: var(--muted);
  font-weight: 800;
}

.read-more-muted:hover {
  text-decoration: none;
}

.speaking-copy p {
  font-size: 1.08rem;
}

.speaking-card {
  border-radius: var(--radius-lg);
  padding: 16px;
}

.event-image {
  min-height: 260px;
  margin-bottom: 18px;
}

.site-image.event-image {
  height: 320px;
  min-height: 0;
  object-position: center 20%;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  border-radius: 14px;
  background: rgba(255, 250, 240, 0.82);
  color: #4d4b42;
  font-weight: 700;
  padding: 12px 12px 12px 34px;
}

.check-list li::before {
  position: absolute;
  top: 12px;
  left: 13px;
  color: var(--sage-dark);
  content: "✓";
  font-weight: 900;
}

.social-card {
  max-width: 840px;
  border-radius: var(--radius-lg);
  margin-inline: auto;
  padding: clamp(34px, 5vw, 62px);
  text-align: center;
}

.social-links {
  justify-content: center;
  margin-top: 26px;
}

.social-links a {
  display: inline-flex;
  min-width: 142px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(140, 155, 122, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(246, 229, 223, 0.5));
  color: var(--sage-dark);
  font-weight: 800;
  padding: 13px 18px;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(183, 121, 120, 0.34);
  background: rgba(255, 250, 240, 0.94);
  box-shadow: var(--soft-shadow);
}

.contact-grid {
  align-items: start;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-methods a,
.contact-methods span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  color: var(--charcoal);
  font-weight: 800;
  padding: 10px 16px;
  text-decoration: none;
}

.contact-form {
  display: grid;
  border-radius: var(--radius-lg);
  padding: clamp(22px, 4vw, 36px);
}

.contact-form label {
  margin-bottom: 7px;
  color: var(--charcoal);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid rgba(141, 100, 44, 0.22);
  border-radius: 16px;
  background: rgba(255, 250, 240, 0.82);
  color: var(--charcoal);
  padding: 14px 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(140, 155, 122, 0.26);
  border-color: var(--sage-dark);
}

.contact-form input.is-invalid,
.contact-form textarea.is-invalid {
  border-color: var(--rose);
  background: rgba(234, 209, 207, 0.26);
}

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

.form-note,
.form-error,
.form-success {
  margin: 14px 0 0;
  font-size: 0.9rem;
}

.form-error,
.form-success {
  border-radius: 14px;
  font-weight: 800;
  padding: 12px;
}

.form-error {
  background: rgba(183, 121, 120, 0.14);
  color: var(--plum);
}

.form-success {
  background: rgba(140, 155, 122, 0.14);
  color: var(--sage-dark);
}

.responsible {
  padding-block: clamp(56px, 7vw, 88px);
}

.responsible-card {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(24px, 5vw, 58px);
  border: 1px solid rgba(183, 121, 120, 0.22);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(234, 209, 207, 0.28));
  box-shadow: var(--soft-shadow);
  padding: clamp(28px, 5vw, 54px);
}

.responsible-card h2 {
  font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.responsible-card p:last-child {
  margin-bottom: 0;
}

.legal-card {
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 240, 0.66));
  box-shadow: var(--soft-shadow);
  padding: clamp(28px, 5vw, 54px);
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.site-footer {
  background:
    radial-gradient(circle at 88% 18%, rgba(183, 121, 120, 0.18), transparent 18rem),
    linear-gradient(135deg, #2a2922, #3a2733);
  color: rgba(255, 250, 240, 0.86);
  padding: 54px 0;
}

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

.site-footer h2 {
  margin-bottom: 14px;
  color: var(--white);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a,
.footer-brand {
  color: rgba(255, 250, 240, 0.82);
}

.site-footer a:not(.footer-brand) {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
}

.site-footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 18px;
}

.site-footer .footer-social a {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 0;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.08);
  color: rgba(255, 250, 240, 0.86);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-footer .footer-social svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.site-footer .footer-social a:hover,
.site-footer .footer-social a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 250, 240, 0.42);
  background: rgba(255, 250, 240, 0.14);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--white);
  text-decoration: underline;
}

@keyframes fade-lift {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

:focus-visible {
  outline: 3px solid rgba(189, 139, 65, 0.55);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    inset: 82px 16px auto 16px;
    display: grid;
    visibility: hidden;
    transform: translateY(-12px);
    border: 1px solid rgba(189, 139, 65, 0.18);
    border-radius: 24px;
    background: rgba(255, 250, 240, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    max-height: calc(100vh - 98px);
    overflow-y: auto;
    padding: 18px;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .nav-menu.is-open {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-menu a:not(.button),
  .nav-menu .button {
    justify-content: flex-start;
    width: 100%;
  }

  .hero-grid,
  .two-column,
  .speaking-grid,
  .contact-grid,
  .blog-layout,
  .split-heading,
  .faith-card,
  .responsible-card {
    grid-template-columns: 1fr;
  }

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

  .journey-path::before {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .about-intro {
    position: static;
  }

  .portrait {
    height: 430px;
  }

  .hero-sprig {
    display: none;
  }

  .book-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .book-card {
    grid-template-columns: minmax(210px, 0.62fr) minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100% - 24px, 1120px);
  }

  .nav {
    min-height: 74px;
  }

  .brand {
    font-size: 1rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav-menu {
    inset: 74px 12px auto 12px;
  }

  h1 {
    font-size: clamp(2.45rem, 10.5vw, 3.2rem);
    line-height: 1.02;
    letter-spacing: -0.048em;
    text-wrap: initial;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero::before,
  .hero::after,
  .hero-glow {
    display: none;
  }

  .hero-actions,
  .card-actions {
    display: grid;
  }

  .button,
  .button-text {
    width: 100%;
    padding-inline: 18px;
  }

  .scripture-note {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .value-grid,
  .book-card,
  .check-list,
  .journey-path,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .book-content {
    padding: 4px;
  }

  .book-cover,
  .portrait,
  .blog-image,
  .event-image,
  .about-image,
  .faith-image {
    height: 280px;
    min-height: 0;
  }

  .site-image.book-cover {
    height: 320px;
  }

  .social-card {
    text-align: left;
  }

  .social-links {
    justify-content: flex-start;
  }

  .social-links a {
    width: 100%;
  }

  .reflection-card,
  .responsible-card {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
