@font-face {
  font-family: "Allura";
  src: url("/assets/fonts/allura-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("/assets/fonts/libre-baskerville-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("/assets/fonts/libre-baskerville-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --navy: #0b2a63;
  --gold: #b8842c;
  --ivory: #f7f3eb;
  --dusty-blue: #a8bdd1;
  --sage: #a7b2a3;
  --sage-dark: #657167;
  --warm-wood: #d9c2a5;
  --ink: #0b2a63;
  --muted: #657167;
  --paper: #f7f3eb;
  --sand: #d9c2a5;
  --rose: #b8842c;
  --teal: #a8bdd1;
  --white: #ffffff;
  --line: rgba(11, 42, 99, 0.16);
  --shadow: 0 18px 50px rgba(11, 42, 99, 0.12);
  --font-script: "Allura", cursive;
  --font-body: "Libre Baskerville", Georgia, serif;
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-ui: "Montserrat", Arial, sans-serif;
  --font-footer: "Montserrat", Arial, sans-serif;
  --body-size: 18px;
  --lead-size: 23px;
  --nav-size: 15px;
  --footer-size: 16px;
  --h1-size: 42px;
  --h2-size: 56px;
  --h3-size: 25px;
  --h4-size: 20px;
  --h5-size: 18px;
  --h6-size: 16px;
  --page-banner-height: clamp(140px, 12vw, 180px);
  --page-banner-padding-top: clamp(0.75rem, 1.4vw, 1.1rem);
  --page-banner-padding-bottom: clamp(0.25rem, 0.55vw, 0.45rem);
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: var(--body-size);
  line-height: 1.5;
}

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

a {
  color: inherit;
}

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

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

.skip-link:focus {
  position: fixed;
  z-index: 20;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.75rem 1rem;
  clip: auto;
  background: var(--ink);
  color: var(--white);
}

.site-header-shell {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--sage);
  box-shadow: 0 5px 18px rgba(11, 42, 99, 0.12);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  min-height: 104px;
  padding: 10px clamp(0.85rem, 3vw, 2.25rem);
  background: rgba(167, 178, 163, 0.96);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  order: 1;
  text-decoration: none;
  min-width: 0;
  margin-right: auto;
}

.brand-logo {
  display: block;
  width: clamp(280px, 32vw, 430px);
  max-width: 100%;
  height: 84px;
  object-fit: contain;
  object-position: left center;
}

.brand strong {
  display: block;
  font-size: clamp(1.1rem, 4vw, 1.45rem);
  line-height: 1.1;
}

.brand small {
  display: block;
  color: #314438;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  line-height: 1.2;
}

.header-book-promo {
  display: inline-flex;
  align-items: center;
  order: 3;
  gap: 0.45rem;
  flex: 0 0 auto;
}

.header-book-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #ffffff;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.05;
  text-decoration: none;
}

.header-book-item > img:not(.header-amazon-button) {
  width: 38px;
  height: 54px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(31, 41, 34, 0.18);
}

.header-amazon-button {
  width: 170px;
  max-width: 170px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(31, 41, 34, 0.16));
}

.header-book-item:hover .header-amazon-button,
.header-book-item:focus-visible .header-amazon-button {
  filter: brightness(1.05) drop-shadow(0 8px 18px rgba(31, 41, 34, 0.2));
}

.site-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  align-items: stretch;
  width: 100%;
  gap: 0;
  color: #fff;
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(11, 42, 99, 0.72);
  font-family: var(--font-ui);
  font-size: var(--nav-size);
}

.site-nav a {
  display: grid;
  place-items: center;
  text-decoration: none;
  min-height: 32px;
  padding: 0.28rem 0.7rem;
  color: inherit;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--navy);
  background: var(--ivory);
}

.header-utilities {
  display: flex;
  align-items: center;
  order: 2;
  justify-content: flex-end;
  gap: clamp(0.35rem, 1vw, 0.75rem);
  margin-left: auto;
  font-family: var(--font-ui);
}

.utility-link {
  display: grid;
  justify-items: center;
  gap: 0.15rem;
  min-width: 50px;
  color: #244236;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.utility-link svg,
.header-search svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.utility-link:hover,
.utility-link:focus-visible {
  color: var(--teal);
}

.header-search {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: clamp(150px, 16vw, 245px);
  padding: 0.42rem 0.7rem;
  background: #fff;
  border: 1px solid rgba(31, 41, 34, 0.2);
  border-radius: 999px;
}

.header-search svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.header-search input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
}

.header-search input:focus {
  outline: 0;
}

.nav-toggle {
  display: none;
  order: 4;
  width: 2.75rem;
  aspect-ratio: 1;
  border: 1px solid rgba(31, 41, 34, 0.22);
  border-radius: 6px;
  background: var(--paper);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.28rem auto;
  background: var(--ink);
}

.hero {
  padding: clamp(1.4rem, 3.5vw, 3rem) clamp(0.75rem, 2.5vw, 1.5rem) clamp(2rem, 4.5vw, 3.75rem);
  background:
    linear-gradient(120deg, rgba(247, 243, 235, 0.94), rgba(217, 194, 165, 0.76)),
    var(--sand);
}

.home-hero {
  padding-top: clamp(0.7rem, 1.4vw, 1.25rem);
  padding-bottom: clamp(1rem, 2.2vw, 1.65rem);
}

.hero-intro {
  max-width: 74rem;
  margin: 0 auto clamp(1rem, 2.8vw, 1.8rem);
}

.home-hero .hero-intro {
  margin-bottom: clamp(0.55rem, 1.2vw, 0.95rem);
}

.eyebrow,
.meta {
  margin: 0 0 0.45rem;
  color: var(--rose);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Temporarily hide eyebrow/kicker labels sitewide while preserving CMS content. */
.eyebrow {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font-heading);
  line-height: 1.08;
}

h1 {
  max-width: 14ch;
  font-size: var(--h1-size);
}

h2 {
  font-size: var(--h2-size);
}

h3 {
  font-size: var(--h3-size);
}

h4 {
  font-size: var(--h4-size);
}

h5 {
  font-size: var(--h5-size);
}

h6 {
  font-size: var(--h6-size);
}

.lead {
  max-width: 45rem;
  font-size: var(--lead-size);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.62rem 0.95rem;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-family: var(--font-ui);
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.button.primary {
  background: var(--ink);
  color: var(--white);
}

.button.secondary {
  background: transparent;
}

.feature-panels {
  display: flex;
  gap: 0.45rem;
  max-width: 118rem;
  min-height: clamp(28rem, 54vh, 38rem);
  margin: 0 auto;
  overflow: hidden;
}

.feature-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  align-items: end;
  overflow: hidden;
  border-radius: 8px;
  background: var(--sage-dark);
  color: var(--white);
  box-shadow: var(--shadow);
  transition: flex-grow 280ms ease, transform 280ms ease;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(31, 41, 34, 0.18), rgba(31, 41, 34, 0.72)),
    linear-gradient(90deg, rgba(31, 41, 34, 0.2), transparent 55%);
}

.feature-panels:has(.feature-card:hover) .feature-card,
.feature-panels:has(.feature-card:focus-within) .feature-card,
.feature-panels.has-active .feature-card {
  flex-grow: 0.78;
}

.feature-panels .feature-card:hover,
.feature-panels .feature-card:focus-within,
.feature-panels.has-active .feature-card.is-active {
  flex-grow: 2.35;
}

.feature-card-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88);
  transform: scale(1.02);
  transition: transform 280ms ease, filter 280ms ease;
}

.feature-card-cover {
  position: absolute;
  z-index: -1;
  inset: auto;
  top: 46%;
  left: 50%;
  width: auto;
  height: 80%;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.feature-card:hover .feature-card-bg,
.feature-card:focus-within .feature-card-bg,
.feature-panels.has-active .feature-card.is-active .feature-card-bg {
  filter: saturate(1);
  transform: scale(1.06);
}

.feature-card:hover .feature-card-cover,
.feature-card:focus-within .feature-card-cover,
.feature-panels.has-active .feature-card.is-active .feature-card-cover {
  transform: translate(-50%, -50%);
}

.texture-bg {
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(140deg, rgba(41, 125, 128, 0.62), rgba(31, 41, 34, 0.78)),
    var(--sage-dark);
}

.about-panel .texture-bg {
  background:
    linear-gradient(rgba(31, 41, 34, 0.3), rgba(31, 41, 34, 0.54)),
    radial-gradient(circle at 50% 22%, rgba(251, 248, 239, 0.42), transparent 16rem),
    linear-gradient(130deg, #6e876c, #263d30);
}

.blog-panel .texture-bg {
  background:
    linear-gradient(rgba(31, 41, 34, 0.2), rgba(31, 41, 34, 0.58)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 4.2rem),
    linear-gradient(135deg, #d9c9aa, #2f5859);
}

.events-panel .texture-bg {
  background:
    linear-gradient(rgba(31, 41, 34, 0.26), rgba(31, 41, 34, 0.62)),
    radial-gradient(circle at 22% 24%, rgba(156, 95, 102, 0.65), transparent 13rem),
    radial-gradient(circle at 78% 20%, rgba(41, 125, 128, 0.72), transparent 15rem),
    linear-gradient(135deg, #e7d6c0, #566d4f);
}

.feature-card-content {
  display: grid;
  gap: 0.65rem;
  width: 100%;
  min-height: 16rem;
  align-content: end;
  padding: clamp(0.9rem, 2vw, 1.45rem);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.46);
}

.feature-card-content h2 {
  max-width: 11ch;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(23px, 2.2vw, 34px);
  line-height: 1.05;
}

.feature-card-content p:not(.eyebrow) {
  max-width: 24rem;
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.35;
}

.home-about-teaser .content-block-text {
  align-self: center;
}

.home-about-teaser .content-block-text p {
  max-width: 52rem;
}

.home-about-teaser .button-row {
  margin-top: 1.1rem;
}

.feature-card-content .button {
  width: fit-content;
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(31, 41, 34, 0.88);
  text-shadow: none;
}

.feature-card:not(:hover):not(:focus-within) .feature-card-content p:not(.eyebrow) {
  opacity: 0;
}

.feature-card:not(:hover):not(:focus-within) .feature-card-content .button {
  opacity: 0;
  pointer-events: none;
}

.book-art img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.book-art,
.content-block-media {
  width: 100%;
  max-width: var(--content-image-max-width, none);
  margin-inline: auto;
}

.page-hero-image,
.content-block-media {
  margin-top: 1.4rem;
}

.content-block-media {
  margin-bottom: clamp(0.85rem, 2vw, 1.35rem);
}

.page-hero-image {
  margin-bottom: clamp(0.85rem, 2vw, 1.35rem);
}

.page-hero-image img,
.content-block-media img {
  display: block;
  width: min(100%, 42rem);
  height: auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.content-block-media img {
  width: 100%;
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(0.7rem, 1.45vw, 1.15rem) clamp(0.85rem, 3.5vw, 3.75rem) clamp(1.65rem, 4vw, 3.25rem);
  border-top: 1px solid var(--line);
}

.page-hero {
  padding: clamp(0.65rem, 1.25vw, 0.95rem) clamp(0.85rem, 3.5vw, 3.75rem) clamp(0.15rem, 0.45vw, 0.35rem);
  background:
    linear-gradient(120deg, rgba(251, 248, 239, 0.94), rgba(168, 190, 165, 0.58)),
    var(--paper);
  border-top: 1px solid var(--line);
}

.page-banner {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: var(--page-banner-height);
  padding: var(--page-banner-padding-top) 1.25rem var(--page-banner-padding-bottom);
  overflow: visible;
  color: #0d315f;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(251, 248, 239, 0.82), rgba(251, 248, 239, 0.16), rgba(251, 248, 239, 0.35)),
    var(--page-banner-image, linear-gradient(120deg, #f8ead9, #cddcd6));
  background-position: center, var(--page-banner-position, center);
  background-size: cover;
  border-bottom: 1px solid rgba(184, 122, 25, 0.36);
  box-shadow:
    inset 0 2px 0 rgba(184, 138, 44, 0.4),
    inset 0 -2px 0 rgba(184, 138, 44, 0.25),
    0 10px 30px rgba(11, 42, 99, 0.06);
}

.page-banner.has-custom-banner-image {
  background: #e7e1d6 !important;
}

.page-banner-background,
.page-banner-image-tint {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-banner-background {
  z-index: 0;
  max-width: none;
  object-fit: cover;
  object-position: var(--page-banner-position, 50% 50%);
  transform: scale(var(--page-banner-zoom, 1));
  transform-origin: var(--page-banner-position, 50% 50%);
}

.page-banner-image-tint {
  z-index: 0;
  background: linear-gradient(90deg, rgba(251, 248, 239, 0.82), rgba(251, 248, 239, 0.16), rgba(251, 248, 239, 0.35));
  pointer-events: none;
}

.page-banner.has-custom-banner-image .page-banner-content {
  z-index: 1;
}

/* Page banners are composed like compact editorial covers: image field,
   translucent paper bookplate, gold rules, and optional overlapping portrait. */
.page-banner:not(.page-banner-minimal) {
  background-blend-mode: normal;
}

.page-banner-image {
  background:
    linear-gradient(90deg, rgba(247, 243, 235, 0.8), rgba(247, 243, 235, 0.12), rgba(247, 243, 235, 0.28)),
    var(--page-banner-image, #f7f3eb);
  background-position: center, var(--page-banner-position, center);
}

.page-banner-none {
  background: transparent;
  border-bottom-color: rgba(184, 122, 25, 0.2);
  box-shadow: none;
}

.page-banner-none::before,
.page-banner-none::after {
  display: none;
}

.page-banner-botanical {
  background:
    radial-gradient(circle at 82% 18%, rgba(184, 138, 44, 0.2), transparent 24%),
    linear-gradient(90deg, rgba(247, 243, 235, 0.92), rgba(247, 243, 235, 0.28), rgba(167, 178, 163, 0.34)),
    var(--page-banner-image, linear-gradient(115deg, #f7f3eb 0%, #e9e0d2 52%, #a7b2a3 100%));
  background-position: center, center, var(--page-banner-position, center);
}

.page-banner-coastal {
  background:
    radial-gradient(ellipse at 72% 88%, rgba(168, 189, 209, 0.36), transparent 34%),
    linear-gradient(90deg, rgba(247, 243, 235, 0.88), rgba(168, 189, 209, 0.16), rgba(247, 243, 235, 0.34)),
    var(--page-banner-image, linear-gradient(110deg, #f7f3eb 0%, #dfe8ee 46%, #a8bdd1 100%));
  background-position: center, center, var(--page-banner-position, center);
}

.page-banner-classic {
  background:
    linear-gradient(90deg, rgba(247, 243, 235, 0.95) 0 46%, rgba(247, 243, 235, 0.12) 76%),
    var(--page-banner-image, linear-gradient(120deg, #f7f3eb, #d9c2a5));
  background-position: center, var(--page-banner-position, center);
}

.page-banner-editorial {
  background:
    radial-gradient(circle at 12% 15%, rgba(184, 138, 44, 0.13), transparent 22%),
    linear-gradient(90deg, rgba(247, 243, 235, 0.9) 0 42%, rgba(247, 243, 235, 0.14) 74%),
    var(--page-banner-image, linear-gradient(112deg, #f7f3eb 0%, #d9c2a5 46%, #a8bdd1 100%));
  background-position: center, center, var(--page-banner-position, center);
}

.page-banner-minimal {
  background: var(--page-banner-image, #f7f3eb);
  background-position: var(--page-banner-position, center);
}

.page-banner-minimal::before,
.page-banner-minimal::after {
  display: none;
}

.page-banner::before,
.page-banner::after,
.about-feature-grid::before,
.about-purpose::after,
.contact-experience::before,
.blog-index::after,
.faq::after,
.signup::after,
.site-footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.blog-index,
.faq {
  position: relative;
  overflow: hidden;
}

.blog-index::after {
  right: -3rem;
  bottom: -1.5rem;
  width: clamp(10rem, 19vw, 18rem);
  aspect-ratio: 390 / 192;
  background-image: url('/assets/images/decor/branch-wide-right.webp');
  opacity: 0.1;
}

.faq::after {
  left: -1.1rem;
  bottom: -3rem;
  width: clamp(5rem, 8vw, 7.5rem);
  aspect-ratio: 129 / 282;
  background-image: url('/assets/images/decor/sprig-navy.webp');
  opacity: 0.1;
  transform: rotate(12deg);
}

.blog-index > *,
.faq > * {
  position: relative;
  z-index: 1;
}

.page-banner::before {
  left: clamp(-1rem, 1vw, 1.5rem);
  bottom: -0.65rem;
  width: clamp(10rem, 20vw, 19rem);
  aspect-ratio: 390 / 192;
  background-image: url('/assets/images/decor/branch-wide-right.webp');
  opacity: 0.38;
  filter: drop-shadow(0 8px 13px rgba(11, 42, 99, 0.1));
  transform: rotate(2deg);
}

.page-banner::after {
  right: clamp(-1.75rem, -1vw, -0.4rem);
  top: -2.4rem;
  width: clamp(9rem, 17vw, 16rem);
  aspect-ratio: 303 / 348;
  background-image: url('/assets/images/decor/corner-spray-medium.webp');
  opacity: 0.33;
  filter: drop-shadow(0 10px 16px rgba(11, 42, 99, 0.1));
  transform: rotate(-6deg);
}

.page-banner-portrait {
  position: absolute;
  z-index: 2;
  right: clamp(1.25rem, 7vw, 7rem);
  bottom: clamp(-66px, -5vw, -44px);
  width: clamp(180px, 20vw, 290px);
  max-height: 112%;
  object-fit: cover;
  object-position: center 20%;
  aspect-ratio: 4 / 5;
  border: 7px solid #fffdf8;
  outline: 1px solid rgba(184, 138, 44, 0.66);
  outline-offset: 4px;
  border-radius: 20px 20px 9px 9px;
  box-shadow:
    16px 18px 0 rgba(168, 189, 209, 0.3),
    0 24px 52px rgba(13, 49, 95, 0.26);
}

.page-banner.has-banner-portrait + .page-hero {
  padding-top: clamp(3.75rem, 6.5vw, 5.25rem);
}

.page-banner-content {
  position: relative;
  z-index: 1;
  width: min(100%, 72rem);
  padding: clamp(0.85rem, 1.55vw, 1.3rem) clamp(1rem, 2.6vw, 2.35rem);
  border: 1px solid rgba(184, 138, 44, 0.44);
  border-left-width: 4px;
  background:
    linear-gradient(105deg, rgba(255, 253, 248, 0.94), rgba(255, 253, 248, 0.72)),
    radial-gradient(circle at 18% 25%, rgba(168, 189, 209, 0.12), transparent 45%);
  box-shadow:
    inset 0 0 0 4px rgba(255, 253, 248, 0.64),
    inset 0 0 0 5px rgba(184, 138, 44, 0.15),
    0 18px 42px rgba(13, 49, 95, 0.12);
  clip-path: polygon(0.35% 2%, 99.5% 0, 100% 96%, 0.15% 100%);
}

.page-banner-content::before {
  content: "";
  position: absolute;
  top: 0.48rem;
  bottom: 0.48rem;
  left: 0.5rem;
  width: 1px;
  background: linear-gradient(transparent, rgba(184, 138, 44, 0.72) 22% 78%, transparent);
}

.page-banner-content::after {
  content: "";
  display: block;
  width: clamp(8rem, 16vw, 13rem);
  height: 1.05rem;
  margin-top: 0.3rem;
  background:
    linear-gradient(90deg, rgba(184, 138, 44, 0.72), transparent) left 50% / 72% 1px no-repeat,
    url('/assets/images/decor/sprig-gold.webp') right center / auto 100% no-repeat;
  opacity: 0.75;
}

.page-banner.has-banner-portrait .page-banner-content {
  width: min(100%, 72rem);
  padding-right: clamp(16rem, 26vw, 23rem);
}

.page-banner.has-banner-portrait h1,
.page-banner.has-banner-portrait p {
  max-width: 100%;
}

.page-banner-botanical .page-banner-content {
  border-color: rgba(122, 139, 120, 0.56);
  background:
    linear-gradient(105deg, rgba(255, 253, 248, 0.95), rgba(241, 245, 237, 0.77)),
    radial-gradient(circle at 12% 12%, rgba(122, 139, 120, 0.16), transparent 42%);
}

.page-banner-coastal .page-banner-content {
  border-color: rgba(118, 155, 188, 0.56);
  box-shadow:
    inset 0 0 0 4px rgba(255, 253, 248, 0.62),
    inset 0 0 0 5px rgba(118, 155, 188, 0.16),
    0 18px 42px rgba(13, 49, 95, 0.13);
}

.page-banner-classic .page-banner-content {
  border: 1px solid rgba(184, 138, 44, 0.7);
  border-left-width: 6px;
  clip-path: none;
  background: rgba(255, 253, 248, 0.91);
}

.page-banner-editorial .page-banner-content {
  transform: translateX(clamp(-1.2rem, -2vw, -0.35rem));
}

.page-banner h1 {
  max-width: 58%;
  margin: 0;
  color: inherit;
  font-size: clamp(40px, 5.2vw, 68px);
  font-weight: 500;
  line-height: 0.98;
  text-shadow: 0 2px 16px rgba(255, 255, 255, 0.9);
}

.page-banner p {
  max-width: 58%;
  margin: 0.08rem 0 0;
  font-family: var(--font-script);
  font-size: clamp(27px, 3vw, 40px);
  font-style: normal;
  line-height: 1.05;
}

.page-banner-minimal .page-banner-content {
  padding: 0.35rem 0;
  border: 0;
  border-bottom: 1px solid rgba(184, 138, 44, 0.5);
  background: transparent;
  box-shadow: none;
  clip-path: none;
}

.page-banner-minimal .page-banner-content::before {
  display: none;
}

.page-hero.enhanced-page-intro {
  padding-bottom: 0.45rem;
  background: #fffdf8;
}

.page-about + .section.page-about,
.page-hero.page-about ~ .section.page-about {
  background: #fffdf8;
}

.page-hero ~ .section:not(.about-intro-layout):not(.about-feature-grid):not(.about-purpose):not(.contact-experience):not(.blog-index):not(.events):not(.faq):not(.signup):nth-of-type(odd) {
  background:
    radial-gradient(circle at 8% 18%, rgba(168, 189, 209, 0.2), transparent 18rem),
    radial-gradient(circle at 92% 82%, rgba(217, 194, 165, 0.22), transparent 17rem),
    #fffdf8;
}

.page-hero ~ .section:not(.about-intro-layout):not(.about-feature-grid):not(.about-purpose):not(.contact-experience):not(.blog-index):not(.events):not(.faq):not(.signup):nth-of-type(even) {
  background:
    radial-gradient(circle at 90% 14%, rgba(167, 178, 163, 0.2), transparent 17rem),
    linear-gradient(135deg, #f7f3eb, #fbf8f1);
}

.page-about.two-column:not(.has-content-media) {
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

.search-page-form {
  display: grid;
  gap: 0.5rem;
  max-width: 48rem;
  margin-top: 1.25rem;
  font-family: var(--font-ui);
}

.search-page-form > div {
  display: flex;
  gap: 0.6rem;
}

.search-page-form input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
}

.search-results {
  display: grid;
  gap: 1rem;
}

.search-result {
  width: min(100%, 72rem);
  padding: 1.1rem 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(31, 41, 34, 0.08);
}

.search-result h2,
.search-result p {
  margin: 0;
}

.search-result p {
  margin-top: 0.45rem;
}

.page-hero > * {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.page-hero .lead {
  margin-top: 0.3rem;
}

.section > * {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.two-column::after,
.book-feature::after,
.page-layout-grid::after,
.events::before,
.signup::before,
.reusable-content-block::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.two-column::after,
.book-feature::after {
  right: clamp(-3.5rem, -2vw, -1rem);
  bottom: clamp(-3.25rem, -2vw, -1.25rem);
  width: clamp(8rem, 15vw, 14rem);
  aspect-ratio: 303 / 348;
  background-image: url('/assets/images/decor/corner-spray-medium.webp');
  opacity: 0.11;
}

.two-column:nth-of-type(even)::after,
.book-feature.reverse::after {
  right: auto;
  left: clamp(-3.5rem, -2vw, -1rem);
  transform: scaleX(-1);
}

.page-layout-grid::after {
  right: -2rem;
  top: 1rem;
  width: clamp(7rem, 12vw, 11rem);
  aspect-ratio: 389 / 312;
  background-image: url('/assets/images/decor/corner-spray-right.webp');
  opacity: 0.1;
}

.events::before,
.signup::before {
  left: -1.25rem;
  bottom: -2.25rem;
  width: clamp(6rem, 10vw, 9rem);
  aspect-ratio: 129 / 282;
  background-image: url('/assets/images/decor/sprig-navy.webp');
  opacity: 0.1;
  transform: rotate(10deg);
}

.two-column,
.book-feature,
.signup,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 3.5rem);
  align-items: start;
}

.two-column.has-content-media {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}

.two-column.has-content-media .content-block-media {
  margin: 0;
}

.two-column.has-content-media .content-block-media img {
  width: 100%;
  max-width: 100%;
}

.page-hero.page-about h1,
.section.page-about h2 {
  font-size: clamp(32px, 3.4vw, 46px);
}

.two-column.page-about {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.1rem;
}

.two-column.page-about > * {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.two-column.page-about.has-content-media {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 3.5rem);
}

.two-column.page-about.has-content-media > * {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.about-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  background: #fffdf8;
}

.about-intro-layout .content-block-text {
  width: min(100%, 68rem);
}

.about-feature-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: linear-gradient(180deg, #fffdf8, #fbf6ed);
  overflow: hidden;
}

.about-feature-grid::before {
  left: -2.5rem;
  bottom: -3.5rem;
  width: clamp(9rem, 17vw, 15rem);
  aspect-ratio: 303 / 348;
  background-image: url('/assets/images/decor/corner-spray-medium.webp');
  opacity: 0.14;
}

.about-feature-card {
  position: relative;
  z-index: 1;
  padding: clamp(1rem, 2.5vw, 2rem);
  border-right: 1px solid rgba(184, 122, 25, 0.34);
}

.about-feature-card:last-child {
  border-right: 0;
}

.about-feature-card h2 {
  margin: 0.35rem 0 0.85rem;
  color: #0d315f;
  font-size: clamp(25px, 2.3vw, 34px);
  text-align: center;
}

.about-feature-mark {
  display: block;
  width: 3.5rem;
  height: 2.4rem;
  margin: 0 auto;
  background: url('/assets/images/decor/sprig-gold.webp') center / contain no-repeat;
  opacity: 0.78;
  font-size: 0;
  transform: rotate(72deg);
}

.about-purpose {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #f9fcff, #fffdf8);
}

.about-purpose::after {
  right: -1rem;
  bottom: -2.5rem;
  width: clamp(7rem, 13vw, 12rem);
  aspect-ratio: 170 / 341;
  background-image: url('/assets/images/decor/sprig-mixed.webp');
  opacity: 0.18;
  transform: rotate(-13deg);
}

.about-purpose > .prose {
  width: min(100%, 68rem);
  padding: clamp(1.25rem, 3vw, 2.4rem);
  border: 1px solid rgba(184, 122, 25, 0.45);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(13, 49, 95, 0.08);
}

.about-purpose h2 {
  color: #0d315f;
  font-size: clamp(36px, 5vw, 60px);
  font-family: var(--font-script);
  font-style: normal;
  font-weight: 400;
}

.page-layout-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  padding: clamp(0.3rem, 0.7vw, 0.6rem) clamp(0.85rem, 3.5vw, 3.75rem) clamp(1.25rem, 3vw, 2.5rem);
  background: rgba(184, 122, 25, 0.18);
}

.layout-content-block {
  grid-column: 1 / -1;
  min-width: 0;
  padding: clamp(0.7rem, 1.4vw, 1.25rem);
  border: 1px solid rgba(184, 138, 44, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(247, 243, 235, 0.96));
  box-shadow: 0 10px 26px rgba(11, 42, 99, 0.055);
}

.layout-content-block:nth-child(3n + 2) {
  background:
    radial-gradient(circle at 100% 0, rgba(168, 189, 209, 0.2), transparent 15rem),
    #fffdf8;
}

.layout-content-block:nth-child(3n + 3) {
  background:
    radial-gradient(circle at 0 100%, rgba(167, 178, 163, 0.18), transparent 15rem),
    #fffdf8;
}

.layout-content-block.has-layout-image {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3.5vw, 3.5rem);
  align-items: center;
}

.layout-content-block.has-layout-image.text-left .layout-block-copy {
  order: -1;
}

.layout-content-block .content-block-media {
  width: min(100%, var(--content-image-max-width, 100%));
  max-width: min(100%, var(--content-image-max-width, 100%));
  margin: 0 auto;
}

.layout-content-block .content-block-media img {
  width: 100%;
  border-radius: 12px;
}

.layout-content-block h2 {
  color: #0d315f;
}

.layout-content-block h2::after,
.section .prose > h2::after,
.contact-intro h2::after {
  content: "";
  display: block;
  width: clamp(4.5rem, 9vw, 7.5rem);
  height: 0.72rem;
  margin-top: 0.18rem;
  background: url('/assets/images/decor/branch-wide-left.webp') left center / contain no-repeat;
  opacity: 0.5;
}

.layout-block-copy > :first-child {
  margin-top: 0;
}

.template-editorial-story > :nth-child(1),
.template-editorial-story > :nth-child(5),
.template-split-journey > :nth-child(1),
.template-split-journey > :nth-child(4),
.template-magazine-grid > :nth-child(6),
.template-quiet-focus > :nth-child(1),
.template-quiet-focus > :nth-child(4) {
  grid-column: 1 / -1;
}

.page-about.template-editorial-story > :first-child {
  margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
}

.template-editorial-story > :nth-child(2),
.template-editorial-story > :nth-child(3),
.template-editorial-story > :nth-child(4),
.template-magazine-grid > :nth-child(3),
.template-magazine-grid > :nth-child(4),
.template-magazine-grid > :nth-child(5) {
  grid-column: span 2;
}

.template-split-journey > :nth-child(2),
.template-split-journey > :nth-child(3),
.template-split-journey > :nth-child(5),
.template-split-journey > :nth-child(6),
.template-quiet-focus > :nth-child(2),
.template-quiet-focus > :nth-child(3) {
  grid-column: span 3;
}

.template-magazine-grid > :nth-child(1) { grid-column: span 4; }
.template-magazine-grid > :nth-child(2) { grid-column: span 2; }

.template-vertical-stack > * {
  grid-column: 1 / -1;
}

.template-editorial-story > :nth-child(2) h2,
.template-editorial-story > :nth-child(3) h2,
.template-editorial-story > :nth-child(4) h2,
.template-magazine-grid > :nth-child(3) h2,
.template-magazine-grid > :nth-child(4) h2,
.template-magazine-grid > :nth-child(5) h2 {
  text-align: center;
}

.template-editorial-story > :nth-child(5),
.template-split-journey > :nth-child(4),
.template-magazine-grid > :nth-child(6),
.template-quiet-focus > :nth-child(4) {
  margin-top: clamp(0.35rem, 0.8vw, 0.65rem);
  border: 1px solid rgba(184, 122, 25, 0.45);
  border-radius: 14px;
  background: linear-gradient(120deg, #f7fbff, #fffaf0);
  box-shadow: 0 14px 34px rgba(13, 49, 95, 0.08);
}

.page-layout-grid > :nth-child(n + 7) {
  grid-column: 1 / -1;
}

.layout-contact-form {
  margin-top: 1.25rem;
}

.page-contact.page-banner {
  color: #0d315f;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.82), rgba(255, 253, 248, 0.38), rgba(255, 253, 248, 0.76)),
    var(--page-banner-image, linear-gradient(105deg, #eef5f8, #e8ddd0));
}

.page-contact.page-banner .page-banner-content,
.page-contact.page-banner h1,
.page-contact.page-banner p {
  max-width: 100%;
  text-align: center;
}

.contact-experience {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(17rem, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.25rem, 4vw, 4rem);
  align-items: start;
  padding-top: clamp(1rem, 2vw, 1.6rem);
  background:
    radial-gradient(circle at 2% 88%, rgba(118, 156, 181, 0.13), transparent 24%),
    #fffdf8;
}

.contact-experience::before {
  left: -1.5rem;
  bottom: -1.6rem;
  width: clamp(8rem, 15vw, 14rem);
  aspect-ratio: 396 / 343;
  background-image: url('/assets/images/decor/corner-spray-left.webp');
  opacity: 0.12;
}

.contact-portrait {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 31rem;
  margin: 0;
  border: 1px solid rgba(184, 122, 25, 0.28);
  border-radius: 20px;
  background: #f7f3eb;
  box-shadow: 0 22px 55px rgba(13, 49, 95, 0.14);
}

.contact-portrait img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  min-width: 0;
}

.contact-story,
.contact-form-card {
  width: 100%;
  max-width: none;
}

.contact-intro h2,
.contact-form-card h2 {
  color: #0d315f;
  font-size: clamp(30px, 3vw, 44px);
}

.contact-intro p {
  margin: 0.65rem 0 0;
}

.contact-purpose-list {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
}

.contact-purpose-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.7rem 0.85rem;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(13, 49, 95, 0.12);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(13, 49, 95, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.contact-purpose-card:hover,
.contact-purpose-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(184, 122, 25, 0.55);
  box-shadow: 0 12px 28px rgba(13, 49, 95, 0.12);
}

.contact-purpose-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #0d315f;
  background: linear-gradient(145deg, #e6f2f8, #fff8e9);
  border: 1px solid rgba(184, 122, 25, 0.25);
  border-radius: 50%;
}

.contact-purpose-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-purpose-card strong {
  display: block;
  color: #0d315f;
  font-family: var(--font-heading);
  font-size: 1.15rem;
}

.contact-purpose-card p {
  margin: 0.05rem 0 0;
  font-size: 0.9rem;
  line-height: 1.35;
}

.contact-purpose-arrow {
  color: #b87a19;
  font-size: 1.75rem;
}

.contact-ministry-note {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  color: #234d70;
  text-align: center;
  border-top: 1px solid rgba(184, 122, 25, 0.36);
}

.contact-ministry-note p {
  margin: 0.25rem 0;
}

.contact-form-card {
  padding: clamp(0.85rem, 1.8vw, 1.35rem);
  background: linear-gradient(145deg, rgba(255,255,255,0.97), rgba(240,247,252,0.94));
  border: 1px solid rgba(13, 49, 95, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(13, 49, 95, 0.1);
}

.contact-form-card .form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 0.65rem;
  margin-top: 0.45rem;
}

.contact-form-card .form > label:nth-of-type(n + 3),
.contact-form-card .form > button,
.contact-form-card .form > .contact-privacy {
  grid-column: 1 / -1;
}

.contact-form-card .form label {
  gap: 0.2rem;
  font-size: 0.9rem;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  min-height: 2.25rem;
  padding: 0.48rem 0.6rem;
  background: #fff;
}

.contact-form-card textarea {
  min-height: 7rem;
}

.contact-submit {
  width: 100%;
  margin-top: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-privacy {
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.78rem;
  text-align: center;
}

@media (max-width: 640px) {
  .contact-form-card .form {
    grid-template-columns: 1fr;
  }

  .contact-form-card .form > label,
  .contact-form-card .form > button,
  .contact-form-card .form > .contact-privacy {
    grid-column: 1;
  }
}

.two-column.has-content-media .content-block-media,
.book-feature .book-art {
  width: min(100%, var(--content-image-max-width, 100%));
  max-width: min(100%, var(--content-image-max-width, 100%));
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
}

.book-feature {
  align-items: center;
}

.homepage-book-feature.page-war .book-art {
  width: min(100%, 438px);
  aspect-ratio: 438 / 648;
}

.homepage-book-feature.page-war {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
}

.homepage-book-feature.page-war .prose {
  width: 100%;
}

.homepage-book-feature.page-war .prose p {
  margin-top: 0.125rem;
  line-height: 1.45;
}

.homepage-book-feature.page-war .book-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.book-feature.reverse .book-art {
  order: 2;
}

.prose p {
  margin: 1rem 0 0;
  line-height: 1.58;
}

.prose p.blank-line {
  min-height: 1.15em;
  margin: 1rem 0;
}

.prose h2,
.prose h3,
.prose h4 {
  margin: 1.55rem 0 0.45rem;
}

.prose hr {
  margin: 1.55rem 0;
  border: 0;
  border-top: 1px solid rgba(31, 41, 34, 0.7);
}

.prose .rich-button-row {
  display: flex;
  justify-content: center;
  margin: 1.25rem 0;
}

.prose .rich-button-row .button {
  margin-top: 0;
}

.check-list {
  display: grid;
  gap: 0.4rem;
  padding: 0;
  margin: 0.9rem 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.6rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.65rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--teal);
}

.section-heading {
  position: relative;
  margin-bottom: 1rem;
  padding-right: clamp(3.5rem, 8vw, 7rem);
}

.section-heading::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: clamp(2.8rem, 5vw, 4.5rem);
  aspect-ratio: 117 / 264;
  background: url('/assets/images/decor/sprig-gold.webp') center / contain no-repeat;
  opacity: 0.32;
  pointer-events: none;
  transform: translateY(-48%) rotate(18deg);
}

.section-heading p:not(.eyebrow) {
  max-width: 44rem;
}

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

.card,
.event-list article,
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(31, 41, 34, 0.07);
}

.card {
  padding: 0.95rem;
}

.card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 0.75rem;
  border-radius: 6px;
  object-fit: cover;
  background: #f5efe3;
}

.card p:last-child {
  color: var(--muted);
}

.blog-index {
  background: #f5efe3;
}

.blog-index .section-heading {
  padding: 1.1rem 1.3rem;
  background: var(--sage);
}

.blog-index .section-heading .eyebrow {
  color: #1f2922;
}

.blog-index .section-heading h2 {
  font-family: var(--font-heading);
  font-size: var(--h2-size);
}

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

.blog-preview .blog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blog-more-link {
  justify-content: center;
  margin-top: 1.4rem;
}

.blog-post-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 36rem;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(71, 102, 79, 0.32);
}

.blog-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e8dece;
  text-decoration: none;
}

.blog-card-image.placeholder {
  display: grid;
  place-items: center;
  color: var(--sage-dark);
  font-weight: 800;
}

.blog-card-body {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  padding: 1.1rem;
}

.blog-post-card h3 {
  font-family: var(--font-heading);
  font-size: var(--h3-size);
  line-height: 1.3;
}

.blog-post-card h3 a {
  text-decoration: none;
}

.blog-post-card p {
  margin: 0;
  color: #111;
}

.blog-meta {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  font-family: var(--font-ui);
  font-size: 0.98rem;
  line-height: 1.3;
}

.author-dot {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
}

.author-dot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.byline-separator {
  color: rgba(31, 41, 34, 0.72);
}

.blog-stats {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  margin: 0 1.1rem;
  padding: 0.8rem 0 1rem;
  border-top: 1px solid rgba(31, 41, 34, 0.18);
  font-family: var(--font-ui);
  font-size: 0.86rem;
}

.activity-count,
.activity-like {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--ink);
  font: inherit;
  text-decoration: none;
}

.activity-icon {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.like-form {
  margin: 0;
}

.activity-like {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.heart-icon {
  width: 1.35rem;
  height: 1.35rem;
  fill: transparent;
  stroke: var(--ink);
  stroke-width: 1.8;
}

.activity-like:hover:not(:disabled) .heart-icon,
.activity-like:focus-visible:not(:disabled) .heart-icon,
.activity-like.is-liked .heart-icon {
  fill: #cf4e57;
  stroke: #cf4e57;
}

.activity-like:disabled {
  cursor: default;
}

.post-activity {
  margin-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.post-activity .blog-stats {
  margin: 0;
}

.comments {
  display: grid;
  gap: 1rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
}

.comment-list {
  display: grid;
  gap: 0.75rem;
}

.comment {
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfaf6;
}

.comment > p {
  margin: 0 0 0.45rem;
  font-family: var(--font-ui);
}

.comment span {
  margin-left: 0.35rem;
  color: #59675a;
  font-size: 0.88rem;
}

.comment > div > :last-child {
  margin-bottom: 0;
}

.blog-post-page {
  width: min(54rem, calc(100% - 2rem));
  margin: 2rem auto;
  padding: 1.4rem;
  background: var(--white);
  border: 1px solid var(--line);
}

.preview-notice {
  width: min(54rem, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(201, 154, 63, 0.5);
  border-left: 5px solid var(--gold);
  border-radius: 10px;
  background: #fff8e8;
  color: #5b4310;
  font-family: var(--font-ui);
  font-weight: 800;
}

.blog-post-header {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  margin-bottom: 0.55rem;
  font-family: var(--font-ui);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--muted);
}

.page-hero .breadcrumbs {
  margin-bottom: 0.45rem;
}

.breadcrumbs a {
  color: var(--sage-dark);
}

.breadcrumbs span[aria-current="page"] {
  color: var(--ink);
}

.blog-post-header h1 {
  max-width: 100%;
  font-size: var(--h1-size);
}

.blog-post-hero-image {
  width: 100%;
  max-height: 34rem;
  margin: 1.2rem 0;
  object-fit: cover;
}

.blog-reflection-section {
  margin-top: 2.2rem;
  padding-top: 1.45rem;
  border-top: 1px solid rgba(31, 41, 34, 0.7);
}

.blog-reflection-section h2 {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  margin: 0 0 1.35rem;
  font-family: var(--font-heading);
  font-size: var(--h2-size);
}

.blog-reflection-section h2 span {
  font-size: 1.5rem;
}

.blog-reflection-section .prose > :last-child {
  margin-bottom: 0;
}

.reusable-content-block {
  position: relative;
  overflow: hidden;
  width: 85%;
  max-width: 72rem;
  margin: 1.25rem auto 2rem;
  padding: 1.2rem;
  box-sizing: border-box;
  border: 1px solid rgba(41, 125, 128, 0.28);
  border-left: 5px solid var(--sage);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(172, 194, 168, 0.48), rgba(235, 231, 217, 0.98));
  box-shadow: 0 12px 28px rgba(31, 41, 34, 0.1);
}

.reusable-content-block::after {
  right: -1.25rem;
  bottom: -1.8rem;
  width: 7rem;
  aspect-ratio: 151 / 230;
  background-image: url('/assets/images/decor/sprig-mixed.webp');
  opacity: 0.13;
  transform: rotate(-15deg);
}

.reusable-content-block > * {
  position: relative;
  z-index: 1;
}

.reusable-content-block h2 {
  margin-top: 0;
  font-size: var(--h3-size);
}

.reusable-content-block > :last-child {
  margin-bottom: 0;
}

.back-link {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: var(--font-ui);
  font-weight: 800;
  color: var(--sage-dark);
}

.events {
  background: #edf3ec;
}

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

.event-list article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(9rem, 15rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(31, 41, 34, 0.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 241, 229, 0.92));
  box-shadow: 0 18px 44px rgba(31, 41, 34, 0.12);
}

.event-list article::before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 0.35rem;
  background: linear-gradient(var(--rose), var(--gold));
}

.event-media {
  min-height: 12rem;
  background: linear-gradient(135deg, var(--sage-soft), #f5efe3);
}

.event-media img {
  width: 100%;
  height: 100%;
  min-height: 12rem;
  object-fit: cover;
  display: block;
}

.event-media-placeholder {
  display: grid;
  place-items: center;
}

.event-media-placeholder span {
  display: grid;
  place-items: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 28px rgba(31, 41, 34, 0.12);
}

.event-content {
  display: grid;
  align-content: center;
  gap: 0.55rem;
  padding: clamp(1rem, 3vw, 1.45rem) clamp(1rem, 3vw, 1.65rem) clamp(1rem, 3vw, 1.45rem) 0;
}

.event-list time {
  display: block;
  color: var(--rose);
  font-family: var(--font-ui);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.event-list h2,
.event-list h3 {
  margin: 0;
}

.event-list p {
  margin: 0;
}

.event-link {
  margin-top: 0.3rem;
}

.event-link .button {
  width: fit-content;
}

.faq {
  background: #f5efe3;
}

.faq details {
  padding: 0.8rem 1rem;
  margin-top: 0.6rem;
}

.faq-group {
  display: grid;
  gap: 0.25rem;
  margin-top: 1.4rem;
}

.faq-group:first-child {
  margin-top: 0;
}

.faq-group h2 {
  font-size: var(--h2-size);
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
}

.faq p {
  margin-bottom: 0;
}

.signup {
  position: relative;
  align-items: center;
  overflow: hidden;
  background: var(--sage);
}

.signup:not(.download-library)::after {
  right: -2rem;
  bottom: -3rem;
  width: clamp(8rem, 14vw, 13rem);
  aspect-ratio: 303 / 348;
  background-image: url('/assets/images/decor/corner-spray-medium.webp');
  opacity: 0.16;
}

.signup:not(.download-library) > * {
  position: relative;
  z-index: 1;
}

.form {
  display: grid;
  gap: 0.65rem;
  font-family: var(--font-ui);
}

.form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 700;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  min-height: 2.65rem;
  padding: 0.65rem;
  border: 1px solid rgba(31, 41, 34, 0.3);
  border-radius: 6px;
  background: var(--white);
}

.form textarea {
  resize: vertical;
}

.form-notice {
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  font-weight: 700;
}

.form-notice.success {
  border-color: rgba(71, 102, 79, 0.35);
  background: #eef6ee;
  color: #274831;
}

.form-notice.error {
  border-color: rgba(156, 95, 102, 0.4);
  background: #fff3f0;
  color: #6e2930;
}

.form-notice.preview {
  background: #f5efe3;
}

.form-help {
  margin: 0;
  color: #425144;
  font-size: 0.92rem;
}

.signup.download-library {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.8rem;
  align-items: stretch;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(201, 154, 63, 0.13), transparent 18rem),
    radial-gradient(circle at 86% 18%, rgba(92, 119, 139, 0.16), transparent 22rem),
    linear-gradient(135deg, #fffaf0 0%, #f7efe0 52%, #e8efe2 100%);
  text-align: center;
}

.signup.download-library::before,
.signup.download-library::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0.55;
}

.signup.download-library::before {
  right: -6rem;
  top: 2rem;
  width: 42rem;
  height: 16rem;
  background: linear-gradient(145deg, transparent 35%, rgba(81, 106, 130, 0.13) 36%, transparent 58%);
  clip-path: polygon(0 100%, 18% 52%, 31% 78%, 48% 28%, 64% 68%, 78% 38%, 100% 100%);
}

.signup.download-library::after {
  left: -3rem;
  bottom: -2rem;
  width: 36rem;
  height: 10rem;
  background: linear-gradient(145deg, transparent 35%, rgba(81, 106, 130, 0.13) 36%, transparent 58%);
  clip-path: polygon(0 100%, 18% 50%, 30% 77%, 44% 30%, 61% 70%, 76% 40%, 100% 100%);
}

.download-library > * {
  position: relative;
  z-index: 1;
}

.download-library > div:first-child {
  max-width: 58rem;
  margin-inline: auto;
}

.download-library > div:first-child h2 {
  color: #0b2d5a;
  font-size: clamp(3rem, 6vw, 5.2rem);
}

.download-library > div:first-child p:not(.eyebrow) {
  color: #173764;
  font-style: italic;
}

.download-page-copy {
  width: min(100%, 62rem);
  margin-inline: auto;
  color: #24304a;
  text-align: left;
}

.download-page-copy h3 {
  margin-bottom: 0.8rem;
  color: #0b2d5a;
}

.download-page-copy p {
  margin: 0 0 1rem;
}

.download-page-copy p:last-child {
  margin-bottom: 0;
}

.download-library .form {
  width: min(100%, 76rem);
  margin-inline: auto;
  gap: 0.85rem;
  text-align: left;
}

.download-library .form > input[type="email"] {
  width: min(100%, 300px);
  max-width: 300px;
}

.download-choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: end;
  margin-top: 1rem;
}

.download-choice {
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(201, 154, 63, 0.24);
  border-radius: 18px;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 18px 42px rgba(31, 41, 34, 0.13);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.download-choice:hover,
.download-choice:focus-within {
  transform: translateY(-6px) scale(1.025);
  border-color: rgba(201, 154, 63, 0.6);
  box-shadow: 0 24px 52px rgba(31, 41, 34, 0.2);
}

.download-choice.featured-download {
  border-color: rgba(201, 154, 63, 0.65);
  background: linear-gradient(180deg, rgba(255, 252, 244, 0.95), rgba(255, 244, 215, 0.84));
}

.download-preview {
  display: grid;
  place-items: center;
  min-height: 16rem;
  margin: 0;
}

.download-preview img {
  width: min(100%, 20rem);
  max-height: 25rem;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(11, 45, 90, 0.24);
  transition: transform 180ms ease;
}

.download-choice:hover .download-preview img,
.download-choice:focus-within .download-preview img {
  transform: scale(1.045);
}

.download-choice-body {
  display: grid;
  gap: 0.35rem;
}

.download-choice h3 {
  margin: 0;
  color: #0b2d5a;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

.download-choice p {
  margin: 0;
  color: #24304a;
  font-size: 1rem;
}

.download-choice .button {
  justify-self: center;
  min-width: min(100%, 15rem);
  text-align: center;
  white-space: normal;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px !important;
  height: 1px;
  opacity: 0;
}

.inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
}

.checkbox {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 0.55rem !important;
  font-weight: 400 !important;
}

.checkbox input {
  width: 1.1rem;
  min-height: 1.1rem;
}

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

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(15rem, 1.15fr) minmax(12rem, 0.8fr) minmax(15rem, 1fr);
  gap: clamp(1.5rem, 4vw, 4.5rem);
  align-items: start;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1rem, 5vw, 5.5rem) 0;
  border-top: 5px solid var(--gold);
  background:
    linear-gradient(115deg, rgba(11, 42, 99, 0.98), rgba(37, 69, 102, 0.96) 58%, rgba(101, 113, 103, 0.96));
  color: var(--ivory);
  font-family: var(--font-footer);
  font-size: var(--footer-size);
  overflow: hidden;
}

.site-footer::before {
  right: -1.25rem;
  bottom: -3.25rem;
  width: clamp(7rem, 12vw, 11rem);
  aspect-ratio: 170 / 341;
  background-image: url('/assets/images/decor/sprig-mixed.webp');
  opacity: 0.22;
  transform: rotate(-18deg);
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.site-footer p {
  max-width: 31rem;
  margin: 0.75rem 0 1.15rem;
  color: rgba(247, 243, 235, 0.82);
  line-height: 1.55;
}

.site-footer h2 {
  margin: 0 0 0.85rem;
  color: var(--ivory);
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2vw, 1.8rem);
}

.footer-brand-link {
  display: inline-block;
}

.footer-brand-link img {
  display: block;
  width: min(100%, 20rem);
  max-height: 6.5rem;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1) sepia(0.15);
}

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

.footer-pages h2 {
  grid-column: 1 / -1;
}

.site-footer a {
  color: var(--ivory);
  text-decoration-color: rgba(247, 243, 235, 0.38);
  text-underline-offset: 0.2em;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #f2c96d;
}

.footer-social {
  display: flex;
  gap: 0.7rem;
}

.footer-social a {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(247, 243, 235, 0.5);
  border-radius: 50%;
  background: rgba(247, 243, 235, 0.09);
  place-items: center;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--navy);
  background: var(--gold);
  transform: translateY(-2px);
}

.footer-social svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.footer-social a:nth-child(2) svg {
  fill: currentColor;
  stroke: none;
}

.footer-book-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.footer-book {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  min-width: 11.5rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(247, 243, 235, 0.25);
  border-radius: 10px;
  background: rgba(247, 243, 235, 0.1);
  text-decoration: none;
}

.footer-book:hover,
.footer-book:focus-visible {
  background: rgba(247, 243, 235, 0.17);
}

.footer-book img {
  width: 3.2rem;
  height: 4.35rem;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.24);
}

.footer-book span {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}

.footer-book span small {
  display: block;
  margin-top: 0.18rem;
  color: rgba(247, 243, 235, 0.7);
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.footer-workbook-cover {
  position: relative;
  display: flex;
  width: 3.2rem;
  min-width: 3.2rem;
  height: 4.35rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(184, 132, 44, 0.8);
  border-radius: 2px 6px 6px 2px;
  background: linear-gradient(145deg, #fffaf0, #e9dbc2);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.24);
  color: var(--midnight-navy) !important;
  text-align: center;
}

.footer-workbook-cover::before {
  position: absolute;
  inset: 0 auto 0 4px;
  width: 3px;
  background: repeating-linear-gradient(to bottom, var(--antique-gold) 0 3px, transparent 3px 7px);
  content: "";
}

.footer-workbook-cover b {
  font-family: var(--font-heading);
  font-size: 0.62rem;
  line-height: 1.02;
  text-transform: uppercase;
}

.footer-workbook-cover em {
  margin-top: 0.3rem;
  font-family: var(--font-ui);
  font-size: 0.34rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.5rem;
  margin: 0 calc(clamp(1rem, 5vw, 5.5rem) * -1);
  padding: 0.85rem clamp(1rem, 5vw, 5.5rem);
  border-top: 1px solid rgba(247, 243, 235, 0.18);
  background: rgba(0, 0, 0, 0.13);
  color: rgba(247, 243, 235, 0.72);
  font-size: 0.78rem;
}

.footer-bottom span {
  margin-right: auto;
}

@media (max-width: 980px) {
  .header-book-promo {
    margin-left: 0;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: auto;
    right: clamp(0.75rem, 3vw, 1.5rem);
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    width: min(19rem, calc(100vw - 1.5rem));
    padding: 0.35rem;
    border: 1px solid rgba(184, 132, 44, 0.38);
    border-radius: 0 0 12px 12px;
    background: #0b2a63;
    box-shadow: 0 14px 30px rgba(11, 42, 99, 0.22);
    z-index: 30;
  }

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

  .site-nav a {
    min-height: 38px;
    padding: 0.45rem 0.8rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #fffdf8;
    text-align: left;
    place-items: center start;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    color: #0b2a63;
    background: #f7f3eb;
  }

  .nav-toggle {
    display: block;
  }

  .two-column,
  .book-feature,
  .signup,
  .contact,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer {
    gap: 1.6rem;
  }

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

  .footer-bottom {
    grid-column: 1;
  }

  .contact-experience {
    grid-template-columns: 1fr;
  }

  .contact-portrait {
    justify-self: center;
    max-width: min(100%, 34rem);
  }

  .feature-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    overflow: visible;
  }

  .feature-card,
  .feature-panels:has(.feature-card:hover) .feature-card,
  .feature-panels:has(.feature-card:focus-within) .feature-card,
  .feature-panels.has-active .feature-card,
  .feature-panels .feature-card:hover,
  .feature-panels .feature-card:focus-within,
  .feature-panels .feature-card.is-active {
    flex: none;
    min-height: 25rem;
  }

  .feature-card:not(:hover):not(:focus-within):not(.is-active) .feature-card-content p:not(.eyebrow),
  .feature-card:not(:hover):not(:focus-within):not(.is-active) .feature-card-content .button {
    opacity: 1;
    pointer-events: auto;
  }

  h1 {
    max-width: 11ch;
  }

  .book-feature.reverse .book-art {
    order: 0;
  }

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

@media (max-width: 760px) {
  .page-banner::after,
  .about-feature-grid::before,
  .contact-experience::before,
  .blog-index::after,
  .faq::after,
  .site-footer::before {
    display: none;
  }

  .page-banner::before {
    width: 8.5rem;
    opacity: 0.24;
  }

  .section-heading {
    padding-right: 2.75rem;
  }

  .section-heading::after {
    width: 2.25rem;
    opacity: 0.24;
  }

  .header-book-promo {
    display: inline-flex;
  }

  .header-book-item > img:not(.header-amazon-button) {
    width: 30px;
    height: 44px;
  }

  .header-amazon-button {
    width: 132px;
    max-width: 132px;
  }

  .header-utilities {
    display: none;
  }

  .utility-link span {
    display: none;
  }

  .utility-link {
    min-width: 34px;
  }

  .header-search {
    width: min(34vw, 150px);
  }

  .about-feature-grid {
    grid-template-columns: 1fr;
  }

  .page-layout-grid > .layout-content-block {
    grid-column: 1 / -1;
  }

  .layout-content-block.has-layout-image {
    grid-template-columns: 1fr;
  }

  .layout-content-block.has-layout-image.text-left .layout-block-copy {
    order: 0;
  }

  .about-feature-card {
    border-right: 0;
    border-bottom: 1px solid rgba(184, 122, 25, 0.34);
  }

  .about-feature-card:last-child {
    border-bottom: 0;
  }
}

/* Cozy editorial pilot: About + FAQ.
   Decorative imagery is composed into scenes instead of scattered below copy. */
.page-banner::before,
.page-banner::after,
.page-banner-content::after,
.about-feature-grid::before,
.about-purpose::after,
.contact-experience::before,
.blog-index::after,
.faq::after,
.signup::before,
.signup::after,
.site-footer::before,
.two-column::after,
.book-feature::after,
.page-layout-grid::after,
.events::before,
.reusable-content-block::after,
.layout-content-block h2::after,
.section .prose > h2::after,
.contact-intro h2::after,
.section-heading::after {
  display: none !important;
  content: none !important;
  background-image: none !important;
}

.page-about.page-banner-treatment {
  background:
    linear-gradient(90deg, rgba(247, 243, 235, 0.12), rgba(247, 243, 235, 0.4) 48%, rgba(247, 243, 235, 0.08)),
    url('/assets/images/banners/about-cozy-editorial.webp') center / cover no-repeat;
}

.page-faq.page-banner-treatment,
.page-hero.page-faq {
  min-height: clamp(210px, 25vw, 360px);
  background:
    linear-gradient(90deg, rgba(247, 243, 235, 0.18), rgba(247, 243, 235, 0.5) 52%, rgba(247, 243, 235, 0.06)),
    url('/assets/images/banners/faq-cozy-reading-room.webp') center / cover no-repeat;
}

.page-about.page-banner-treatment .page-banner-content,
.page-faq.page-banner-treatment .page-banner-content {
  border-color: rgba(184, 132, 44, 0.48);
  background: rgba(255, 253, 248, 0.83);
  box-shadow: 0 18px 42px rgba(11, 42, 99, 0.12);
  backdrop-filter: blur(2px);
}

.page-hero.page-faq h1,
.page-hero.page-faq .lead,
.page-hero.page-faq .breadcrumbs {
  width: min(100%, 68rem);
  padding-inline: clamp(1rem, 3vw, 2.5rem);
  text-shadow: 0 1px 0 rgba(255, 253, 248, 0.94), 0 0 16px rgba(255, 253, 248, 0.95);
}

.about-intro-layout,
.about-feature-grid,
.about-purpose,
.page-layout-grid.page-about,
.page-faq + .section.faq,
.page-hero.page-faq ~ .section.faq {
  background-color: #f7f3eb;
  background-image:
    linear-gradient(rgba(255, 253, 248, 0.94), rgba(247, 243, 235, 0.96)),
    repeating-linear-gradient(0deg, rgba(11, 42, 99, 0.018) 0 1px, transparent 1px 5px);
}

.page-layout-grid.page-about {
  gap: clamp(0.75rem, 2vw, 1.35rem);
  padding-top: clamp(1.1rem, 2.6vw, 2rem);
  background:
    linear-gradient(rgba(247, 243, 235, 0.96), rgba(247, 243, 235, 0.985)),
    url('/assets/images/banners/about-cozy-editorial.webp') center top / cover no-repeat;
}

.page-layout-grid.page-about .layout-content-block {
  border-color: rgba(184, 132, 44, 0.34);
  background: rgba(255, 253, 248, 0.93);
  box-shadow: 0 14px 32px rgba(11, 42, 99, 0.075);
}

.page-layout-grid.page-about .layout-content-block:nth-child(2),
.page-layout-grid.page-about .layout-content-block:nth-child(3),
.page-layout-grid.page-about .layout-content-block:nth-child(4) {
  border-top: 4px solid #a7b2a3;
}

.page-layout-grid.page-about .layout-content-block:last-child {
  border: 1px solid rgba(184, 132, 44, 0.48);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(168, 189, 209, 0.16), transparent 28%),
    rgba(255, 253, 248, 0.96);
}

.about-intro-layout {
  gap: clamp(1.25rem, 4vw, 4rem);
  padding-top: clamp(1.4rem, 3vw, 2.5rem);
}

.about-intro-layout .content-block-media img {
  border: 8px solid #fffdf8;
  outline: 1px solid rgba(184, 132, 44, 0.54);
  outline-offset: 4px;
  border-radius: 18px 18px 8px 8px;
  box-shadow: 16px 18px 0 rgba(168, 189, 209, 0.26), 0 24px 48px rgba(11, 42, 99, 0.16);
}

.about-feature-grid {
  gap: clamp(0.75rem, 2vw, 1.4rem);
  padding-block: clamp(1rem, 2vw, 1.6rem);
}

.about-feature-card {
  border: 1px solid rgba(184, 132, 44, 0.34);
  border-top: 4px solid #a7b2a3;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(232, 238, 233, 0.72));
  box-shadow: 0 12px 30px rgba(11, 42, 99, 0.08);
}

.about-feature-card:last-child {
  border-right: 1px solid rgba(184, 132, 44, 0.34);
}

.about-feature-mark {
  width: 4.5rem;
  height: 1px;
  margin: 0.35rem auto 0.55rem;
  background: linear-gradient(90deg, transparent, #b8842c 24% 76%, transparent);
  opacity: 0.75;
  transform: none;
}

.about-purpose > .prose {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(184, 132, 44, 0.48);
  background:
    linear-gradient(90deg, rgba(168, 189, 209, 0.18), transparent 30%),
    rgba(255, 253, 248, 0.97);
  box-shadow: 0 16px 38px rgba(11, 42, 99, 0.1);
}

.faq {
  padding-top: clamp(1.2rem, 2.5vw, 2rem);
  background:
    linear-gradient(120deg, rgba(247, 243, 235, 0.97), rgba(232, 238, 233, 0.94)),
    #f7f3eb;
}

.faq-group {
  width: min(100%, 68rem);
  margin-inline: auto;
  padding: clamp(0.85rem, 2vw, 1.35rem);
  border: 1px solid rgba(184, 132, 44, 0.32);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 14px 32px rgba(11, 42, 99, 0.07);
}

.faq-group + .faq-group {
  margin-top: clamp(0.9rem, 2vw, 1.35rem);
}

.faq-group h2 {
  margin: 0 0 0.65rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(184, 132, 44, 0.4);
  color: #0b2a63;
}

.faq details {
  border: 1px solid rgba(168, 189, 209, 0.58);
  border-radius: 10px;
  background: linear-gradient(135deg, #fffdf8, rgba(247, 243, 235, 0.9));
  box-shadow: 0 5px 14px rgba(11, 42, 99, 0.045);
}

.faq summary {
  color: #0b2a63;
}

.faq details[open] {
  border-left: 4px solid #b8842c;
  background: #fffdf8;
}

/* Full-page cozy editorial composition: FAQ. */
.page-hero.page-faq.enhanced-page-intro,
.page-hero.page-faq {
  border-bottom: 1px solid rgba(184, 132, 44, 0.3);
  background-color: #f7f3eb;
}

.page-hero.page-faq + .faq,
.page-hero.page-faq ~ .faq,
.page-faq + .faq {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.6vw, 2rem);
  padding: clamp(1.5rem, 4vw, 3.5rem) clamp(1rem, 6vw, 6rem) clamp(3rem, 6vw, 5.5rem);
  background:
    linear-gradient(90deg, rgba(247, 243, 235, 0.94), rgba(247, 243, 235, 0.8) 54%, rgba(247, 243, 235, 0.68)),
    url('/assets/images/banners/faq-cozy-reading-room.webp') center top / cover fixed no-repeat;
}

.faq-group {
  position: relative;
  width: min(100%, 69rem);
  margin-inline: auto;
  padding: clamp(1rem, 2.6vw, 2rem);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.95);
  box-shadow: 0 16px 38px rgba(11, 42, 99, 0.075);
}

.faq-group + .faq-group {
  margin-top: 0;
}

.faq-group-1 {
  border-left: 5px solid #a7b2a3;
  background: linear-gradient(110deg, rgba(232, 238, 233, 0.9), #fffdf8 42%);
}

.faq-group-2 {
  border-right: 5px solid #a8bdd1;
  background: linear-gradient(250deg, rgba(222, 234, 244, 0.82), #fffdf8 42%);
}

.faq-group-3 {
  border-left: 5px solid #b8842c;
  background: linear-gradient(110deg, rgba(217, 194, 165, 0.25), #fffdf8 42%);
}

.faq-group h2 {
  position: relative;
  padding-bottom: 0.65rem;
  font-size: clamp(28px, 3.5vw, 44px);
}

.faq-group h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(8rem, 38%);
  height: 2px;
  background: linear-gradient(90deg, #b8842c, rgba(184, 132, 44, 0));
}

.faq details {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.faq summary {
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq details:hover {
  border-color: rgba(184, 132, 44, 0.48);
  box-shadow: 0 8px 20px rgba(11, 42, 99, 0.07);
  transform: translateY(-1px);
}

.faq summary::after {
  content: "+";
  float: right;
  margin-left: 1rem;
  color: #b8842c;
  font-family: var(--font-ui);
  font-weight: 600;
}

.faq details[open] summary::after {
  content: "–";
}

@media (prefers-reduced-motion: reduce) {
  .faq details {
    transition: none;
  }

  .faq details:hover {
    transform: none;
  }
}

@media (max-width: 760px) {
  .page-about.page-banner-treatment,
  .page-faq.page-banner-treatment,
  .page-hero.page-faq {
    min-height: 190px;
    background-position: 58% center;
  }

  .about-intro-layout .content-block-media img {
    border-width: 5px;
    box-shadow: 8px 10px 0 rgba(168, 189, 209, 0.22), 0 16px 32px rgba(11, 42, 99, 0.14);
  }

  .faq-group {
    width: 100%;
    margin-inline: 0;
  }

  .page-hero.page-faq + .faq,
  .page-hero.page-faq ~ .faq,
  .page-faq + .faq {
    background-attachment: scroll;
    background-position: 62% top;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .site-header {
    gap: 0.45rem;
    min-height: 78px;
    padding-inline: 0.9rem;
  }

  .brand {
    max-width: none;
    margin-right: auto;
  }

  .brand small {
    display: none;
  }

  .brand-logo {
    width: min(42vw, 260px);
    height: 70px;
  }

  .header-book-item > img:not(.header-amazon-button) {
    display: none;
  }

  .header-amazon-button {
    width: min(31vw, 120px);
    max-width: 120px;
  }

  .header-utilities {
    gap: 0.2rem;
  }

  .utility-link:nth-child(2),
  .utility-link:nth-child(3) {
    display: none;
  }

  .header-search {
    width: 42px;
    padding-inline: 0.55rem;
  }

  .header-search input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .header-search:focus-within {
    position: absolute;
    left: 0.75rem;
    right: 4rem;
    z-index: 3;
    width: auto;
  }

  .header-search:focus-within input {
    position: static;
    width: 100%;
    height: auto;
    overflow: visible;
    clip: auto;
  }

  .page-banner {
    --page-banner-height: 132px;
    --page-banner-padding-top: 0.7rem;
    --page-banner-padding-bottom: 0.25rem;
  }

  .page-banner-content {
    padding: 0.75rem 0.85rem 0.65rem 1rem;
    border-left-width: 3px;
  }

  .page-banner.has-banner-portrait .page-banner-content {
    padding-right: clamp(8.5rem, 31vw, 11rem);
  }

  .page-banner-editorial .page-banner-content {
    transform: none;
  }

  .page-banner h1 {
    font-size: clamp(34px, 9vw, 48px);
  }

  .page-banner p {
    font-size: clamp(22px, 5.5vw, 30px);
  }

  .page-banner-portrait {
    right: 1rem;
    bottom: -52px;
    width: clamp(135px, 34vw, 180px);
    border-width: 5px;
  }

  .page-banner.has-banner-portrait + .page-hero {
    padding-top: 3.7rem;
  }

  .search-page-form > div {
    display: grid;
  }

  .hero,
  .section {
    padding-inline: 1rem;
  }

  h1 {
    max-width: 12ch;
  }

  .button,
  .inline-form {
    width: 100%;
  }

  .button-row,
  .inline-form,
  .field-pair,
  .feature-panels,
  .card-grid,
  .blog-grid,
  .event-list {
    grid-template-columns: 1fr;
  }

  .button-row {
    display: grid;
  }

  .feature-card {
    min-height: 24rem;
  }

  .feature-card-content {
    min-height: 16rem;
  }

  .event-list article {
    grid-template-columns: 1fr;
  }

  .event-content {
    padding: 0 1rem 1rem;
  }

  .event-link .button {
    width: 100%;
  }

  .download-choices {
    grid-template-columns: 1fr;
  }

  .download-choice {
    max-width: 26rem;
    margin-inline: auto;
  }

  .download-choice .button {
    width: 100%;
  }

  .blog-index .section-heading {
    padding: 0.9rem 1rem;
  }

  .blog-post-card {
    min-height: 0;
  }

  .blog-preview .blog-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .blog-preview .blog-post-card {
    display: grid;
    grid-template-columns: minmax(6.5rem, 34vw) minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: stretch;
  }

  .blog-preview .blog-card-image {
    grid-row: 1 / span 2;
    width: 100%;
    height: 100%;
    min-height: 9.25rem;
    aspect-ratio: auto;
  }

  .blog-preview .blog-card-body {
    gap: 0.45rem;
    padding: 0.75rem 0.75rem 0.35rem;
  }

  .blog-preview .blog-meta {
    gap: 0.4rem;
    font-size: 0.78rem;
  }

  .blog-preview .author-dot {
    width: 1.55rem;
    height: 1.55rem;
  }

  .blog-preview .blog-post-card h3 {
    font-size: clamp(1.05rem, 5vw, 1.3rem);
    line-height: 1.12;
  }

  .blog-preview .blog-post-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .blog-preview .blog-stats {
    justify-content: flex-start;
    gap: 0.7rem;
    margin: 0 0.75rem;
    padding: 0.35rem 0 0.65rem;
    border-top: 0;
    font-size: 0.8rem;
  }

  .blog-post-page {
    width: calc(100% - 1rem);
    margin-block: 1rem;
    padding: 1rem;
  }

  .book-art {
    max-width: 18rem;
    margin-inline: auto;
  }
}
