:root {
  --ink: #000000;
  --charcoal: #171313;
  --ivory: #fff8ec;
  --porcelain: #fffdf8;
  --marble: #f8f1e7;
  --blush: #f0c8c2;
  --rose: #b85a79;
  --wine: #8c2f5f;
  --violet-red: #7f2a58;
  --sage: #a3a98d;
  --moss: #59624a;
  --gold: #c8a34b;
  --champagne: #e4cc8b;
  --line: rgba(200, 163, 75, 0.28);
  --shadow: 0 26px 90px rgba(36, 24, 23, 0.13);
  --serif-display: "Playfair Display", "Bodoni Moda", Georgia, serif;
  --serif-soft: "Cormorant Garamond", Georgia, serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(255, 248, 236, 0.9)),
    repeating-linear-gradient(118deg, rgba(200, 163, 75, 0.08) 0 1px, transparent 1px 46px),
    var(--porcelain);
  font-family: var(--serif-soft);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(154, 107, 34, 0.55);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 48px);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(255, 248, 236, 0.9));
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), 0 12px 34px rgba(200, 163, 75, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 244px;
  text-decoration: none;
}

.brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 54px;
  height: 62px;
  filter: drop-shadow(0 10px 18px rgba(126, 83, 22, 0.14));
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--serif-display);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.1;
}

.brand small {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.72rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  font-family: var(--serif-display);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a,
.footer-links a {
  text-decoration: none;
}

.nav-links a {
  white-space: nowrap;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--violet-red);
}

.nav-cta {
  padding: 10px 16px;
  color: var(--porcelain);
  background: linear-gradient(135deg, var(--violet-red), var(--wine));
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(140, 47, 95, 0.22);
  font-family: var(--sans);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 82svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--ink);
  background: var(--porcelain);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-color: var(--porcelain);
  background-image: url("mockups/tiktok/premium-canvas-bags/08-raising-babies-keeping-standards/08-raising-babies-keeping-standards--natural-canvas-bag.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 112%;
  transform: scale(1.01);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 236, 0.95) 36%, rgba(255, 248, 236, 0.34) 50%, rgba(255, 248, 236, 0.08) 64%, rgba(255, 248, 236, 0) 78%),
    linear-gradient(0deg, rgba(255, 253, 248, 0.58), rgba(255, 253, 248, 0) 34%);
}

.hero-content {
  position: relative;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 128px 0 118px;
}

.eyebrow,
.section-kicker,
.shop-card span,
.prompt-card-top span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.intro-grid h2,
.section-heading h2,
.feature-copy h2,
.services-copy h2,
.freebie-section h2 {
  margin: 0;
  font-family: var(--serif-display);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 590px;
  margin-top: 12px;
  font-size: clamp(3rem, 6.2vw, 5.7rem);
}

.hero-copy {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--ink);
  font-size: clamp(1.04rem, 2vw, 1.3rem);
  font-weight: 600;
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button.primary {
  color: var(--porcelain);
  background: linear-gradient(135deg, var(--violet-red), var(--wine));
  box-shadow: 0 14px 28px rgba(140, 47, 95, 0.2);
}

.button.secondary {
  color: var(--violet-red);
  border-color: rgba(200, 163, 75, 0.55);
  background: rgba(255, 253, 248, 0.58);
}

.button.compact {
  min-height: 40px;
  padding: 9px 15px;
  color: var(--porcelain);
  background: linear-gradient(135deg, var(--violet-red), var(--wine));
  font-size: 0.86rem;
}

.disclosure-bar {
  padding: 13px clamp(18px, 4vw, 48px);
  color: var(--ink);
  background: linear-gradient(90deg, rgba(228, 204, 139, 0.42), rgba(255, 253, 248, 0.82), rgba(228, 204, 139, 0.42));
  border-block: 1px solid rgba(200, 163, 75, 0.28);
  font-size: 0.91rem;
  text-align: center;
}

.section-pad {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 112px) 0;
}

.intro-section {
  padding-bottom: 36px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: start;
}

.intro-grid h2,
.section-heading h2,
.feature-copy h2,
.services-copy h2,
.freebie-section h2 {
  margin-top: 8px;
  font-size: clamp(2.1rem, 5vw, 4.3rem);
}

.intro-grid p,
.section-heading p,
.feature-copy p,
.services-copy p,
.freebie-section p {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 500;
}

.quick-links {
  display: grid;
  gap: 10px;
  padding-top: 10px;
}

.quick-links a,
.article-list a {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 14px 16px;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
}

.quick-links a:hover,
.article-list a:hover {
  border-color: rgba(200, 163, 75, 0.58);
  color: var(--violet-red);
}

.pathway-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 22px;
}

.pathway-card,
.prompt-card,
.resource-card {
  padding: 24px;
  background: rgba(255, 253, 248, 0.84);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(200, 163, 75, 0.09);
}

.pathway-card {
  min-height: 230px;
}

.pathway-card span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--violet-red);
  background: linear-gradient(145deg, rgba(228, 204, 139, 0.62), rgba(200, 163, 75, 0.9));
  border: 1px solid rgba(154, 107, 34, 0.22);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(126, 83, 22, 0.14);
  font-family: var(--serif-display);
  font-size: 1.34rem;
  font-weight: 700;
  line-height: 1;
}

.pathway-card h3,
.prompt-card h3,
.prompt-card h4,
.resource-card h3,
.shop-card h3,
.service-list h3 {
  margin: 16px 0 8px;
  font-family: var(--serif-display);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.1;
}

.pathway-card p,
.prompt-card p,
.resource-card p,
.shop-card p,
.service-list p {
  margin: 0;
  color: var(--ink);
  font-weight: 500;
}

.prompt-section {
  width: min(1260px, calc(100% - 36px));
}

.prompt-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.56fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.prompt-page-hero > * {
  min-width: 0;
}

.prompt-page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif-display);
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
}

.prompt-page-hero p:not(.section-kicker) {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--ink);
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  font-weight: 500;
}

.prompt-page-hero img {
  width: min(390px, 100%);
  justify-self: center;
  border: 1px solid rgba(200, 163, 75, 0.34);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.prompt-page-library {
  padding-top: 24px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  margin-bottom: 32px;
}

.prompt-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.filter-button,
.copy-button,
.prompt-reset-button {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--ivory);
  font-weight: 800;
  cursor: pointer;
}

.filter-button {
  min-height: 40px;
  padding: 9px 15px;
}

.filter-button.active,
.filter-button:hover,
.filter-button:focus-visible {
  color: var(--porcelain);
  background: var(--wine);
  border-color: var(--wine);
}

.prompt-library-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin: 0 0 18px;
}

.prompt-search-field {
  display: grid;
  gap: 8px;
}

.prompt-search-field label,
.prompt-result-count {
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prompt-search-field input {
  width: 100%;
  min-height: 48px;
  padding: 12px 15px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(123, 46, 69, 0.24);
  border-radius: var(--radius);
  font: 700 1rem/1.3 var(--sans);
}

.prompt-search-field input:focus {
  outline: 3px solid rgba(200, 163, 75, 0.28);
  border-color: var(--wine);
}

.prompt-library-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.prompt-result-count {
  margin: 0;
  color: var(--violet-red);
}

.prompt-reset-button {
  min-height: 38px;
  padding: 8px 14px;
}

.prompt-reset-button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.prompt-category-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 22px 0 42px;
}

.prompt-category-index a {
  display: grid;
  gap: 7px;
  min-height: 92px;
  padding: 15px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(123, 46, 69, 0.18);
  border-radius: var(--radius);
  text-decoration: none;
}

.prompt-category-index a:hover,
.prompt-category-index a:focus-visible {
  border-color: rgba(123, 46, 69, 0.48);
  box-shadow: 0 14px 34px rgba(45, 32, 35, 0.08);
}

.prompt-category-index strong {
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.08;
}

.prompt-category-index span {
  color: var(--violet-red);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prompt-library-groups {
  display: grid;
  gap: clamp(34px, 5vw, 62px);
}

.prompt-category-group {
  scroll-margin-top: 110px;
}

.prompt-category-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(240px, 0.48fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: end;
  margin-bottom: 18px;
}

.prompt-category-heading h3 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.prompt-category-heading p:not(.section-kicker) {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-weight: 700;
  line-height: 1.55;
}

.prompt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  min-width: 0;
}

.prompt-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-width: 0;
  min-height: 300px;
  overflow: hidden;
}

.prompt-library-card {
  grid-template-rows: auto auto auto;
  align-content: start;
  min-height: 0;
}

.prompt-card.featured-prompt {
  border-color: rgba(200, 163, 75, 0.5);
  box-shadow: 0 24px 60px rgba(200, 163, 75, 0.14);
}

.prompt-card.featured-prompt .prompt-card-top span {
  color: var(--violet-red);
}

.prompt-card.is-hidden {
  display: none;
}

.prompt-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.copy-button {
  min-width: 76px;
  min-height: 34px;
  padding: 6px 12px;
}

.copy-button.copied {
  color: var(--porcelain);
  background: var(--sage);
  border-color: var(--sage);
}

.prompt-card p {
  font-family: var(--sans);
  font-size: 0.94rem;
  overflow-wrap: anywhere;
}

.prompt-details {
  margin-top: 12px;
}

.prompt-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 10px 13px;
  color: var(--wine);
  background: rgba(255, 248, 236, 0.78);
  border: 1px solid rgba(200, 163, 75, 0.32);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

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

.prompt-details summary::after {
  content: "+";
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--porcelain);
  background: var(--wine);
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
}

.prompt-details[open] summary {
  color: var(--porcelain);
  background: var(--wine);
  border-color: var(--wine);
}

.prompt-details[open] summary::after {
  content: "-";
  color: var(--wine);
  background: var(--porcelain);
}

.prompt-close-label,
.prompt-details[open] .prompt-open-label {
  display: none;
}

.prompt-details[open] .prompt-close-label {
  display: inline;
}

.prompt-no-results {
  margin: 24px 0 0;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.84);
  border: 1px solid rgba(123, 46, 69, 0.22);
  border-radius: var(--radius);
  font-family: var(--sans);
  font-weight: 800;
}

.prompt-library-link {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.prompt-text {
  margin: 12px 0 0;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 248, 236, 0.82);
  border: 1px solid rgba(200, 163, 75, 0.32);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.48;
  overflow-wrap: anywhere;
}

.prompt-fallback {
  width: 100%;
  min-height: 120px;
  margin-top: 14px;
  padding: 12px;
  color: var(--ink);
  background: var(--ivory);
  border: 1px solid rgba(123, 46, 69, 0.36);
  border-radius: var(--radius);
  resize: vertical;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(52px, 8vw, 92px) clamp(18px, 6vw, 84px);
  color: var(--porcelain);
  background: var(--charcoal);
}

.feature-copy p {
  color: rgba(255, 250, 243, 0.76);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 13px 15px;
  color: rgba(255, 250, 243, 0.88);
  background: rgba(255, 250, 243, 0.08);
  border: 1px solid rgba(255, 250, 243, 0.18);
  border-radius: var(--radius);
}

.feature-image-wrap {
  justify-self: center;
  width: min(360px, 100%);
}

.feature-image-wrap img,
.services-media img {
  width: 100%;
  border: 1px solid rgba(189, 138, 58, 0.44);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.resource-card {
  min-height: 250px;
}

.resource-card a {
  display: inline-block;
  margin-top: 20px;
  color: var(--wine);
  font-weight: 850;
  text-decoration: none;
}

.shop-section {
  width: min(1260px, calc(100% - 36px));
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.shop-card {
  overflow: hidden;
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(200, 163, 75, 0.1);
}

.shop-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.shop-card div {
  padding: 22px;
}

.shop-card .button {
  margin-top: 20px;
}

.merch-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  padding: clamp(58px, 8vw, 96px) clamp(18px, 6vw, 84px);
  color: var(--porcelain);
  background:
    linear-gradient(135deg, rgba(127, 42, 88, 0.96), rgba(36, 24, 23, 0.94)),
    var(--violet-red);
  border-block: 1px solid rgba(228, 204, 139, 0.34);
}

.merch-copy {
  max-width: 520px;
}

.merch-copy h2 {
  margin: 8px 0 0;
  font-family: var(--serif-display);
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.merch-copy p {
  margin: 20px 0 28px;
  color: rgba(255, 250, 246, 0.76);
  font-size: 1.05rem;
}

.merch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.merch-copy .button.primary {
  color: var(--violet-red);
  background: var(--porcelain);
  box-shadow: 0 14px 28px rgba(36, 24, 23, 0.2);
}

.merch-copy .button.secondary {
  color: var(--porcelain);
  background: rgba(255, 253, 248, 0.08);
  border-color: rgba(228, 204, 139, 0.72);
}

.merch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.82fr);
  gap: 16px;
}

.merch-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background: var(--porcelain);
  border: 1px solid rgba(228, 204, 139, 0.3);
  border-radius: var(--radius);
  color: var(--porcelain);
  text-decoration: none;
}

.merch-card.feature {
  grid-row: span 2;
  min-height: 540px;
}

.merch-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.merch-card.shirt-mockup img {
  padding: 16px 16px 92px;
  object-fit: contain;
  background: #f7f4ee;
}

.merch-card.feature.shirt-mockup img {
  padding: 24px 24px 112px;
  object-position: center;
}

.merch-card.feature img {
  object-position: center top;
}

.merch-card div {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 14px 16px;
  color: var(--porcelain);
  background: rgba(36, 24, 23, 0.84);
  border: 1px solid rgba(228, 204, 139, 0.28);
  border-radius: var(--radius);
}

.merch-card span {
  color: var(--champagne);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.merch-card h3 {
  margin: 4px 0 0;
  font-family: var(--serif-display);
  font-size: 1.35rem;
  line-height: 1.05;
}

.article-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  color: var(--wine);
  border-bottom: 1px solid rgba(200, 163, 75, 0.5);
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.blog-index-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.52fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
}

.blog-index-hero > *,
.article-hero > * {
  min-width: 0;
}

.blog-index-hero h1,
.article-hero h1,
.article-summary h2,
.article-body h2,
.related-posts h2,
.article-cta h2 {
  margin: 0;
  font-family: var(--serif-display);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.blog-index-hero h1 {
  max-width: 820px;
  font-size: clamp(2.55rem, 6vw, 5.4rem);
  overflow-wrap: anywhere;
}

.blog-index-hero p {
  margin: 0;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 500;
  overflow-wrap: break-word;
}

.blog-grid-section {
  padding-top: 0;
}

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

.blog-card {
  overflow: hidden;
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(200, 163, 75, 0.1);
}

.blog-card-image {
  display: block;
  text-decoration: none;
}

.blog-card-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center;
}

.blog-card-copy {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.blog-card-copy span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card-copy h2,
.blog-card-copy h3 {
  margin: 0;
  font-family: var(--serif-display);
  font-size: 1.42rem;
  font-weight: 600;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.blog-card-copy h2 a,
.blog-card-copy h3 a {
  text-decoration: none;
}

.blog-card-copy p {
  margin: 0;
  color: var(--ink);
  font-weight: 500;
  overflow-wrap: anywhere;
}

.article-shell {
  width: min(1080px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 78px) 0 clamp(70px, 10vw, 116px);
}

.breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 34px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--wine);
  text-decoration: none;
}

.article-hero {
  display: grid;
  gap: 18px;
}

.article-hero h1 {
  max-width: 920px;
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  overflow-wrap: anywhere;
}

.article-hero > p {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.1rem, 2.1vw, 1.35rem);
  font-weight: 500;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--wine);
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.article-meta span {
  padding: 7px 11px;
  background: rgba(228, 204, 139, 0.24);
  border: 1px solid rgba(200, 163, 75, 0.28);
  border-radius: 999px;
}

.article-hero img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(200, 163, 75, 0.34);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.article-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.58fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: start;
  margin: clamp(34px, 6vw, 70px) 0;
  padding: clamp(24px, 5vw, 46px);
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(200, 163, 75, 0.09);
}

.article-summary h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.article-summary p {
  margin: 14px 0 0;
}

.article-summary ul,
.article-body ul,
.article-sources ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 21px;
}

.article-summary li,
.article-body li {
  padding-left: 3px;
}

.article-body {
  width: min(780px, 100%);
  margin: 0 auto;
}

.article-body section {
  margin-top: clamp(34px, 6vw, 58px);
}

.article-body h2 {
  font-size: clamp(1.85rem, 4vw, 3.2rem);
}

.article-body p,
.article-body li {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 500;
}

.prompt-callout,
.article-cta,
.article-sources {
  margin-top: 22px;
  padding: clamp(22px, 4vw, 32px);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(255, 248, 236, 0.86)),
    var(--ivory);
  border: 1px solid rgba(200, 163, 75, 0.36);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(200, 163, 75, 0.1);
}

.prompt-callout strong {
  color: var(--violet-red);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.prompt-callout p {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 700;
}

.article-cta {
  width: min(900px, 100%);
  margin: clamp(46px, 7vw, 76px) auto 0;
  text-align: center;
}

.article-cta h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.article-cta .button {
  margin-top: 14px;
}

.article-sources a {
  color: var(--wine);
  font-weight: 800;
}

.related-posts {
  margin-top: clamp(58px, 8vw, 96px);
}

.related-posts h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 5vw, 3.8rem);
}

.services-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  padding-top: 60px;
}

.services-media {
  width: min(380px, 100%);
}

.service-list {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.service-list article {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.service-list h3 {
  margin-top: 0;
}

.services-copy .button.primary,
.freebie-section .button.primary {
  color: var(--porcelain);
  background: var(--wine);
}

.freebie-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto clamp(64px, 9vw, 112px);
  padding: clamp(36px, 7vw, 64px);
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.signup-form {
  display: grid;
  gap: 10px;
}

.signup-form label {
  font-weight: 850;
}

.signup-form div {
  display: flex;
  gap: 10px;
}

.signup-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--porcelain);
}

.signup-form .consent-checkbox {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.signup-form .consent-checkbox input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--violet-red);
}

.signup-form small {
  color: var(--ink);
}

.signup-form small.success {
  color: var(--moss);
  font-weight: 800;
}

.signup-form small a,
.form-status a {
  color: var(--wine);
  font-weight: 900;
}

.signup-frame {
  display: none !important;
  position: absolute !important;
  width: 0;
  height: 0;
  border: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(220px, 0.7fr) minmax(280px, 1fr);
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 48px);
  color: var(--porcelain);
  background:
    linear-gradient(135deg, rgba(127, 42, 88, 0.96), rgba(36, 24, 23, 0.96)),
    var(--ink);
  border-top: 1px solid rgba(228, 204, 139, 0.34);
}

.site-footer strong {
  font-family: var(--serif-display);
  font-size: 1.3rem;
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 250, 243, 0.7);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-content: start;
  font-weight: 750;
}

.footer-note {
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero-content {
    margin-left: auto;
    padding-top: 96px;
    padding-bottom: 180px;
  }

  .intro-grid,
  .section-heading,
  .prompt-page-hero,
  .prompt-library-tools,
  .prompt-category-heading,
  .blog-index-hero,
  .article-summary,
  .feature-band,
  .merch-section,
  .services-section,
  .freebie-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .pathway-section,
  .prompt-category-index,
  .prompt-grid,
  .resource-grid,
  .shop-grid,
  .blog-grid,
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .merch-copy {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .brand {
    min-width: 0;
  }

  .brand small,
  .nav-cta,
  .desktop-nav-only {
    display: none;
  }

  .nav-links {
    gap: 12px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 900px;
    align-items: start;
  }

  .hero-media {
    background-position: 62% calc(100% - 74px);
    background-size: auto 58%;
    transform: none;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.99), rgba(255, 248, 236, 0.98) 46%, rgba(255, 248, 236, 0.42) 64%, rgba(255, 248, 236, 0) 82%),
      linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 236, 0.76) 54%, rgba(255, 248, 236, 0) 86%);
  }

  .hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.55rem);
  }

  .hero-content {
    width: min(100% - 36px, 760px);
    padding-top: 96px;
    padding-bottom: 440px;
  }

  .hero-copy {
    max-width: 330px;
  }

  .hero-actions {
    display: grid;
    width: min(100%, 280px);
  }

  .hero-actions .button {
    width: 100%;
  }

  .pathway-section,
  .prompt-grid,
  .resource-grid,
  .shop-grid,
  .article-list,
  .blog-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .section-pad,
  .prompt-section,
  .shop-section,
  .article-shell {
    width: min(100% - 28px, var(--max));
  }

  .blog-index-hero {
    gap: 18px;
  }

  .prompt-page-hero {
    gap: 28px;
  }

  .prompt-page-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.3rem);
  }

  .prompt-page-hero p:not(.section-kicker) {
    max-width: 32ch;
    font-size: 1rem;
  }

  .prompt-page-hero img {
    width: min(100%, 330px);
  }

  .prompt-page-library .section-heading h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 9vw, 2.7rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .prompt-page-library .section-heading p {
    max-width: 31ch;
    overflow-wrap: anywhere;
  }

  .prompt-library-tools,
  .prompt-library-status {
    align-items: stretch;
  }

  .prompt-library-status {
    justify-content: flex-start;
  }

  .prompt-category-index {
    grid-template-columns: 1fr;
    margin-bottom: 34px;
  }

  .prompt-category-index a {
    min-height: 0;
  }

  .prompt-category-heading {
    grid-template-columns: 1fr;
  }

  .prompt-category-heading h3 {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  .prompt-page-library .prompt-grid {
    justify-items: center;
  }

  .prompt-page-library .prompt-card {
    width: min(100%, 330px);
  }

  .prompt-page-library .prompt-card-top {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .prompt-page-library .copy-button {
    width: 100%;
  }

  .prompt-text {
    padding: 14px;
    font-size: 0.9rem;
    line-height: 1.55;
    white-space: normal;
    word-break: break-word;
  }

  .blog-index-hero h1 {
    font-size: clamp(2rem, 8.4vw, 2.35rem);
    line-height: 1.05;
  }

  .blog-index-hero p,
  .article-body p,
  .article-body li {
    font-size: 1rem;
  }

  .blog-index-hero p,
  .article-hero > p {
    max-width: 31ch;
    font-size: 1rem;
  }

  .blog-card-copy h2,
  .blog-card-copy h3 {
    font-size: 1.25rem;
  }

  .article-hero h1 {
    max-width: 13ch;
    font-size: clamp(1.68rem, 7vw, 2.1rem);
    line-height: 1.02;
  }

  .article-summary {
    padding: 22px;
  }

  .feature-band {
    padding-inline: 14px;
  }

  .merch-section {
    padding-inline: 14px;
  }

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

  .merch-card,
  .merch-card.feature {
    min-height: auto;
  }

  .merch-card img {
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .signup-form div {
    display: grid;
  }
}
