/*
Theme Name: Lovely's Choice
Theme URI: https://lovelyschoice.co
Author: Lovely's Choice
Description: Lightweight editorial theme for Lovely's Choice.
Version: 1.0.0
Text Domain: lovelys-choice
*/

:root {
  --cream: #f8f1ea;
  --ivory: #fffdf8;
  --sage: #6f7b61;
  --rose: #d79aa0;
  --blush: #f1d6d8;
  --lavender: #c9badf;
  --sky: #b8d3e8;
  --ink: #21324a;
  --gold: #b89255;
  --focus: var(--ink);
  --line: rgba(33, 50, 74, 0.14);
  --shadow: 0 18px 45px rgba(33, 50, 74, 0.09);
  --radius: 1.25rem;
  --content: 74rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; }
button, input { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.section--ink :focus-visible, .site-footer :focus-visible, .signup :focus-visible { outline-color: var(--sky); }
.screen-reader-text { 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: 1000; top: 1rem; left: 1rem; width: auto; height: auto; padding: .75rem 1rem; clip: auto; background: var(--ink); color: white; }
.container { width: min(calc(100% - 2rem), var(--content)); margin-inline: auto; }
.section { padding: 4.5rem 0; }
.section--cream { background: var(--cream); }
.section--ink { background: var(--ink); color: var(--ivory); }
.eyebrow { margin: 0 0 .6rem; color: var(--ink); font-size: .75rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.section--ink .eyebrow { color: var(--sky); }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 8vw, 5.9rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 5vw, 3.55rem); letter-spacing: -.03em; }
h3 { font-size: 1.42rem; }
p { margin-top: 0; }
.section-heading { display: grid; gap: 1rem; margin-bottom: 2.25rem; }
.section-heading p { max-width: 43rem; margin: 0; color: rgba(33, 50, 74, .72); }
.section--ink .section-heading p { color: rgba(255, 253, 248, .75); }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .72rem 1.15rem; border: 1px solid transparent; border-radius: 999px; background: var(--ink); color: var(--ivory); font-size: .9rem; font-weight: 700; text-decoration: none; }
.button:disabled, input:disabled { cursor: not-allowed; opacity: .72; }
.button:hover { background: var(--sage); }
.button--light { background: var(--ivory); color: var(--ink); }
.button--outline { border-color: currentColor; background: transparent; color: var(--ink); }
.button--outline:hover { background: var(--ink); color: var(--ivory); }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, .97); }
.header-inner { display: flex; min-height: 7.5rem; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; width: 6.5rem; flex: 0 0 auto; align-items: center; padding-block: .5rem; text-decoration: none; }
.brand__logo { width: auto; max-width: 100%; max-height: 7rem; object-fit: contain; }
.brand__name { font-family: Georgia, "Times New Roman", serif; font-size: 1.72rem; line-height: 1; }
.brand__note { margin-top: .35rem; color: var(--ink); font-size: .56rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.menu-toggle { display: inline-flex; min-width: 2.75rem; min-height: 2.75rem; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); }
.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { display: block; width: 1.15rem; height: 2px; background: currentColor; content: ""; }
.menu-toggle__icon { position: relative; }
.menu-toggle__icon::before { position: absolute; top: -.36rem; }
.menu-toggle__icon::after { position: absolute; top: .36rem; }
.site-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; padding: 1rem; border-bottom: 1px solid var(--line); background: var(--ivory); box-shadow: var(--shadow); }
.site-nav.is-open { display: block; }
.site-nav ul { display: grid; gap: .25rem; margin: 0; padding: 0; list-style: none; }
.site-nav a { display: flex; min-height: 2.75rem; align-items: center; padding: .75rem; border-radius: .5rem; font-weight: 650; text-decoration: none; }
.site-nav a:hover { background: var(--cream); }
.search-link { border: 1px solid var(--sage); color: var(--ink); }

.hero { padding: 1.5rem 0 4rem; background: var(--cream); }
.hero-grid { display: grid; gap: 2rem; }
.hero-copy { align-self: center; padding: 2rem 0 0; }
.hero-copy h1 { margin-bottom: 1.25rem; }
.hero-copy > p:not(.eyebrow) { max-width: 38rem; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.hero-visual { align-self: stretch; }
.hero-art { position: relative; min-height: 28rem; overflow: hidden; border-radius: var(--radius); background: var(--sage); color: var(--ivory); isolation: isolate; }
.hero-art::before { position: absolute; inset: 2rem 2rem auto auto; width: 44%; aspect-ratio: 1; border: 1px solid rgba(255, 253, 248, .48); border-radius: 50%; content: ""; }
.hero-art::after { position: absolute; right: 0; bottom: 0; width: 42%; height: 34%; background: var(--rose); content: ""; z-index: -1; }
.hero-art__sun { position: absolute; top: 13%; left: 9%; width: 5.5rem; aspect-ratio: 1; border-radius: 50%; background: var(--gold); opacity: .82; }
.hero-art__figure { position: absolute; bottom: 0; width: 34%; height: 62%; border-radius: 48% 48% 0 0; background: var(--cream); }
.hero-art__figure::before { position: absolute; top: -3.5rem; left: 50%; width: 6.8rem; aspect-ratio: 1; border: .9rem solid var(--ink); border-radius: 50% 50% 46% 54%; background: #b87554; content: ""; transform: translateX(-50%); }
.hero-art__figure--one { left: 7%; height: 47%; background: var(--lavender); }
.hero-art__figure--one::before { width: 5.8rem; border-color: #352822; background: #8f5b45; }
.hero-art__figure--two { left: 34%; height: 61%; z-index: 2; }
.hero-art__figure--two::before { background: #c88968; }
.hero-art__figure--three { right: 5%; height: 52%; background: var(--sky); }
.hero-art__figure--three::before { width: 6rem; border-color: #70503f; background: #e1ad83; }
.hero-art > p { position: absolute; top: 2rem; left: 2rem; max-width: 12rem; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 4vw, 2.4rem); font-style: italic; line-height: 1.08; }
.media-placeholder { display: grid; min-height: 24rem; place-items: center; overflow: hidden; border-radius: var(--radius); background: var(--blush); color: rgba(33, 50, 74, .62); text-align: center; }
.media-placeholder:not(.media-placeholder--image) { position: relative; isolation: isolate; }
.media-placeholder:not(.media-placeholder--image)::before { position: absolute; width: 42%; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; content: ""; opacity: .28; transform: translate(-70%, -45%); }
.media-placeholder:not(.media-placeholder--image)::after { position: absolute; right: -9%; bottom: -18%; width: 58%; aspect-ratio: 1; border-radius: 50%; background: currentColor; content: ""; opacity: .08; z-index: -1; }
.media-placeholder span { max-width: 14rem; padding: 1rem; font-size: .67rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.media-placeholder--image img { width: 100%; height: 100%; object-fit: cover; }
.hero-media { position: relative; min-height: 28rem; }
.hero-visual__footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; }
.hero-visual__footer p { margin: 0; color: rgba(33, 50, 74, .62); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.card-grid { display: grid; gap: 1rem; }
.card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid rgba(33, 50, 74, .09); border-radius: var(--radius); background: var(--ivory); box-shadow: 0 10px 30px rgba(33, 50, 74, .055); }
.card__body { display: flex; height: 100%; flex-direction: column; padding: 1.4rem; }
.card__meta { margin-bottom: .6rem; color: var(--ink); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.card__meta-row { display: flex; align-items: start; justify-content: space-between; gap: .75rem; }
.card__meta-row span { color: rgba(33, 50, 74, .48); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.card p { color: rgba(33, 50, 74, .72); }
.card__link { display: flex; min-height: 2.75rem; align-items: center; margin-top: auto; font-weight: 750; }
.article-card .media-placeholder { min-height: 15rem; border-radius: 0; background: var(--sky); }
.article-card:nth-child(2) .media-placeholder { background: var(--lavender); }
.article-card:nth-child(3) .media-placeholder { background: var(--blush); }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.resource-card { display: flex; min-height: 14rem; flex-direction: column; padding: 1.4rem; border: 1px solid rgba(33, 50, 74, .09); border-radius: 1rem; background: var(--ivory); box-shadow: 0 8px 24px rgba(33, 50, 74, .035); text-decoration: none; }
.resource-card:hover { border-color: var(--sage); transform: translateY(-2px); }
.resource-card h3 { margin: .85rem 0 .5rem; }
.resource-card p { color: rgba(33, 50, 74, .65); font-size: .86rem; line-height: 1.5; }
.resource-card__number { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.resource-card .resource-card__link { display: flex; min-height: 2.75rem; align-items: center; margin-top: auto; color: var(--ink); font-size: .8rem; font-weight: 700; }
.guide-card .media-placeholder { min-height: 20rem; margin: 1rem; border: 0; border-radius: .75rem; background: var(--ink); color: var(--ivory); box-shadow: 0 12px 24px rgba(33, 50, 74, .14); }
.guide-card:nth-child(2) .media-placeholder { border-color: var(--rose); background: var(--rose); color: var(--ink); }
.guide-card:nth-child(3) .media-placeholder { background: var(--lavender); color: var(--ink); }
.guide-card:nth-child(4) .media-placeholder { background: var(--sky); color: var(--ink); }
.price { margin-top: auto; color: var(--ink); font-size: 1.08rem; font-weight: 800; }
.guide-card__purchase { display: flex; align-items: baseline; justify-content: space-between; gap: .5rem; margin-top: auto; padding-top: .6rem; border-top: 1px solid var(--line); }
.guide-card__purchase .price { margin: 0; }
.guide-card__purchase span { color: rgba(33, 50, 74, .54); font-size: .7rem; }
.horizontal-cards { display: grid; grid-auto-columns: minmax(16rem, 82%); grid-auto-flow: column; gap: 1rem; overflow-x: auto; padding: .2rem 0 1rem; scroll-snap-type: x mandatory; scrollbar-color: var(--rose) transparent; }
.horizontal-cards > * { scroll-snap-align: start; }
.product-card { min-height: 25rem; }
.product-card .media-placeholder { min-height: 17rem; border-radius: 0; background: var(--cream); }
.product-card:nth-child(2) .media-placeholder { background: var(--blush); }
.product-card:nth-child(3) .media-placeholder { background: var(--sky); }
.product-card:nth-child(4) .media-placeholder { background: var(--lavender); }
.disclosure-note { margin-top: 1rem; color: rgba(255, 253, 248, .65); font-size: .78rem; }
.book-feature { padding: 1.25rem; border: 1px solid rgba(184, 146, 85, .24); border-radius: calc(var(--radius) + .35rem); background: var(--ivory); box-shadow: var(--shadow); }
.book-grid { display: grid; gap: 2rem; align-items: center; }
.book-grid > .media-placeholder { min-height: 28rem; border: 0; background: var(--ink); color: var(--ivory); box-shadow: var(--shadow); }
.book-copy p { max-width: 37rem; color: rgba(33, 50, 74, .72); }
.signup { display: grid; gap: 1.5rem; padding: 2rem; border-radius: var(--radius); background: var(--ink); color: var(--ivory); }
.signup .eyebrow { color: var(--sky); }
.signup h2 { margin-bottom: .6rem; }
.signup p { margin: 0; color: rgba(255, 253, 248, .78); }
.signup-form { display: grid; gap: .75rem; }
.signup-form input { width: 100%; min-height: 3.2rem; padding: .75rem 1rem; border: 1px solid transparent; border-radius: 999px; background: var(--ivory); color: var(--ink); }
.form-note { grid-column: 1 / -1; font-size: .73rem; }

.page-hero { padding: 5.5rem 0 4rem; border-bottom: 1px solid var(--line); background: var(--cream); }
.page-hero p { max-width: 42rem; font-size: 1.08rem; }
.page-content { min-height: 32vh; }
.shell-intro { max-width: 44rem; margin-bottom: 2.5rem; }
.shell-intro > p:last-child { color: rgba(33, 50, 74, .68); }
.shell-grid { display: grid; gap: 1rem; }
.shell-grid article { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.shell-grid span { color: var(--rose); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }
.shell-grid h3 { margin: 1rem 0 .5rem; }
.shell-grid p { margin: 0; color: rgba(33, 50, 74, .66); }
.collection + .collection { margin-top: 4rem; }
.preview-note { margin: 1.5rem 0 0; color: rgba(33, 50, 74, .58); font-size: .78rem; }
.empty-state { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.empty-state h3 { margin-bottom: .5rem; }
.empty-state p { margin: 0; color: rgba(33, 50, 74, .68); }
.search-form { display: flex; max-width: 42rem; gap: .6rem; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 3.2rem; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: var(--ivory); color: var(--ink); }
.about-grid { display: grid; gap: 2rem; margin-bottom: 3rem; }
.about-note { align-self: start; padding: 2rem; border-radius: var(--radius); background: var(--sage); color: var(--ivory); }
.about-note .eyebrow { color: var(--ivory); }
.about-note p:last-child { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; line-height: 1.4; }
.legal-layout { display: grid; gap: 3rem; align-items: start; }
.legal-copy { max-width: 46rem; font-size: 1.08rem; }
.legal-copy > p:first-child { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; line-height: 1.45; }
.legal-note { padding: 2rem; border-radius: var(--radius); background: var(--cream); }
.legal-note h2 { font-size: 2rem; }
.legal-note p:last-child { margin: 0; color: rgba(33, 50, 74, .68); }
.search-results { display: grid; gap: 1rem; }
.search-result { padding: 2rem; border-radius: var(--radius); background: var(--cream); }
.search-result h2 { margin-bottom: .75rem; font-size: clamp(1.75rem, 4vw, 2.6rem); }
.search-result h2 a { display: inline-flex; min-height: 2.75rem; align-items: center; text-decoration: none; }
.search-result > p:not(.card__meta) { color: rgba(33, 50, 74, .7); }

.site-footer { padding: 3.5rem 0 2rem; background: var(--ink); color: var(--ivory); }
.footer-grid { display: grid; gap: 3rem; }
.footer-brand p { max-width: 26rem; color: rgba(255, 253, 248, .7); }
.footer-brand .brand__name { color: var(--ivory); font-size: 1.72rem; }
.footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.footer-nav ul { display: grid; gap: .65rem; margin: 0; padding: 0; list-style: none; }
.footer-nav__title { margin-bottom: 1rem; color: var(--sky); font-size: .68rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.footer-nav a, .footer-link--pending { display: inline-flex; min-height: 2.75rem; align-items: center; color: var(--ivory); }
.footer-link--pending { opacity: .65; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255, 255, 255, .15); color: rgba(255, 253, 248, .6); font-size: .78rem; }

@media (min-width: 42rem) {
  .container { width: min(calc(100% - 3rem), var(--content)); }
  .section { padding: 6rem 0; }
  .section-heading { grid-template-columns: 1.15fr .85fr; align-items: end; }
  .card-grid--3 { grid-template-columns: repeat(3, 1fr); }
  .card-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .resource-grid { grid-template-columns: repeat(3, 1fr); }
  .shell-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid { grid-template-columns: 1.25fr .75fr; }
  .legal-layout { grid-template-columns: 1.3fr .7fr; }
  .book-grid { grid-template-columns: minmax(16rem, .7fr) 1.3fr; }
  .signup { grid-template-columns: 1fr 1fr; align-items: center; padding: 3rem; }
  .signup-form { grid-template-columns: 1fr auto; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
}

@media (min-width: 64rem) {
  .brand { width: 7.5rem; }
  .menu-toggle { display: none; }
  .site-nav { display: block; position: static; width: auto; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .site-nav ul { display: flex; align-items: center; gap: .15rem; }
  .site-nav a { padding: .55rem .65rem; font-size: .88rem; }
  .hero { padding: 3rem 0 6rem; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .hero-copy { padding: 3rem 0; }
  .hero-media { min-height: 38rem; }
  .card-grid--4 { grid-template-columns: repeat(4, 1fr); }
  .horizontal-cards { grid-auto-columns: calc((100% - 3rem) / 4); }
  .horizontal-cards .product-card:nth-child(even) { margin-top: 1.5rem; }
}

@media (max-width: 30rem) {
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 12rem; }
  .search-form { flex-direction: column; }
  .button, .search-form button { min-height: 3.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Homepage editorial preview */
.home-topbar { padding: .55rem 0; background: var(--sage); color: var(--ivory); font-family: Georgia, "Times New Roman", serif; font-size: .78rem; }
.home-topbar .container { display: flex; justify-content: space-between; gap: 1rem; }
.home .header-inner { min-height: 8.8rem; }
.home .brand { width: 9.25rem; }
.home-header-cta { display: none; border-radius: .2rem; white-space: nowrap; }
.home-section { padding: 5rem 0; }
.text-link { display: inline-flex; min-height: 2.75rem; align-items: center; font-size: .84rem; font-weight: 750; }
.home-hero { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--cream); }
.home-hero__grid { display: grid; }
.home-hero__copy { padding: 3.5rem 0 2.5rem; }
.home-hero__copy h1 { margin-bottom: 1.4rem; font-size: clamp(3.25rem, 10vw, 6.3rem); }
.home-hero__copy h1 em { color: var(--rose); font-weight: inherit; }
.home-hero__copy > p:not(.eyebrow, .home-trust) { max-width: 35rem; font-size: 1.05rem; }
.home-trust { margin: 1.5rem 0 0; font-size: .8rem; font-weight: 650; }
.home-trust::before { margin-right: .5rem; content: "♡"; color: var(--sage); }
.home-hero__media { position: relative; min-height: 28rem; margin: 0 -1rem; overflow: hidden; }
.home-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.home-hero__media figcaption { position: absolute; right: .75rem; bottom: .75rem; padding: .35rem .55rem; background: rgba(255,253,248,.86); font-size: .58rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.home-section-intro p { max-width: 25rem; color: rgba(33,50,74,.72); }
.home-learn__grid { display: grid; gap: 2rem; }
.home-article-row { display: grid; grid-auto-columns: 78%; grid-auto-flow: column; gap: .9rem; overflow-x: auto; padding-bottom: 1rem; scroll-snap-type: x mandatory; }
.home-article-card { overflow: hidden; border: 1px solid var(--line); border-radius: .5rem; background: var(--ivory); scroll-snap-align: start; }
.home-article-card img { width: 100%; aspect-ratio: 1.18; object-fit: cover; }
.home-article-card > div { padding: 1rem; }
.home-article-card h3 { min-height: 3.2em; margin-bottom: .5rem; font-size: 1.18rem; }
.home-article-card a { display: inline-flex; min-height: 2.75rem; align-items: center; font-size: .75rem; font-weight: 700; }
.home-resources { padding: 3rem 0; border-block: 1px solid var(--line); background: var(--cream); }
.home-resources__heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.5rem; }
.home-resources__heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); }
.home-resource-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; }
.home-resource-row a { display: flex; min-height: 7.25rem; flex-direction: column; justify-content: space-between; padding: 1rem; border-left: 2px solid var(--sage); background: var(--ivory); text-decoration: none; }
.home-resource-row strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }
.home-resource-row span { color: rgba(33,50,74,.62); font-size: .72rem; }
.home-guides__grid { display: grid; gap: 2rem; }
.home-guide-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.home-guide-card a { display: block; text-decoration: none; }
.home-guide-card img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; border-radius: .25rem; box-shadow: 0 12px 24px rgba(33,50,74,.13); }
.home-guide-card h3 { min-height: 2.7em; margin: .8rem 0 .35rem; font-family: Georgia, "Times New Roman", serif; font-size: 1rem; }
.home-guide-card p { margin: 0; font-size: .8rem; font-weight: 800; }
.home-favorite-feature { display: grid; overflow: hidden; border: 1px solid var(--line); background: var(--cream); }
.home-favorite-feature > div { padding: 2rem; align-self: center; }
.home-favorite-feature h2 { font-size: 2.3rem; }
.home-favorite-feature img { width: 100%; height: 22rem; object-fit: cover; }
.home-feature-band { padding-top: 0; }
.home-feature-band__grid { display: grid; gap: 1rem; }
.home-book { display: grid; overflow: hidden; border: 1px solid var(--line); background: var(--ivory); }
.home-book > div { padding: 2rem; }
.home-book img { width: 100%; height: 22rem; object-fit: cover; }
.home-signup { display: grid; overflow: hidden; background: var(--sage); color: var(--ivory); }
.home-signup__copy { padding: 2rem; align-self: center; }
.home-signup .eyebrow { color: var(--ivory); }
.home-signup h2 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
.home-signup img { width: 100%; height: 23rem; object-fit: cover; object-position: 65% center; }
.home .site-footer { background: var(--cream); color: var(--ink); }
.home .footer-brand p, .home .footer-bottom { color: rgba(33,50,74,.7); }
.home .footer-brand .brand__name { display: none; }
.home .footer-nav a, .home .footer-link--pending { color: var(--ink); }
.home .footer-nav__title { color: var(--sage); }
.home .footer-bottom { border-top-color: var(--line); }
.footer-logo { width: 8rem; max-height: 9rem; margin-bottom: 1rem; object-fit: contain; }

@media (min-width: 42rem) {
  .home-hero__media { margin-inline: 0; }
  .home-article-row { grid-auto-columns: 42%; }
  .home-resource-row { grid-template-columns: repeat(3, 1fr); }
  .home-guide-row { grid-template-columns: repeat(4, 1fr); }
  .home-favorite-feature, .home-book, .home-signup { grid-template-columns: .8fr 1.2fr; }
  .home-book img, .home-signup img { height: 100%; min-height: 26rem; }
}

@media (min-width: 64rem) {
  .home .brand { width: 10.5rem; }
  .home .site-nav a { padding-inline: .55rem; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
  .home-header-cta { display: inline-flex; }
  .home-hero__grid { grid-template-columns: .88fr 1.42fr; min-height: 35rem; }
  .home-hero__copy { position: relative; z-index: 1; padding: 5rem 2rem 4rem 0; }
  .home-hero__media { min-height: 35rem; }
  .home-learn__grid { grid-template-columns: 16rem 1fr; }
  .home-article-row { grid-auto-flow: initial; grid-template-columns: repeat(4, 1fr); overflow: visible; }
  .home-guides__grid { grid-template-columns: 13rem 1fr 17rem; align-items: start; }
  .home-favorite-feature { display: block; }
  .home-favorite-feature img { height: 18rem; }
  .home-feature-band__grid { grid-template-columns: .86fr 1.44fr; }
  .home-book { grid-template-columns: .7fr 1.3fr; }
}

@media (max-width: 63.99rem) {
  .home-topbar span:last-child { display: none; }
}

@media (max-width: 30rem) {
  .home-topbar { text-align: center; }
  .home-topbar .container { justify-content: center; }
  .home .header-inner { min-height: 7.5rem; }
  .home .brand { width: 7.75rem; }
  .home-hero__copy { padding-top: 2.5rem; }
  .home-hero__media { min-height: 24rem; }
  .home-resources__heading { display: block; }
  .home-resource-row { grid-template-columns: 1fr; }
}

/* Replacement homepage direction */
.home .container { width: min(calc(100% - 2rem), 86rem); }
.home .header-inner { min-height: 7.5rem; }
.home .brand { width: 11rem; padding: 0; }
.home .brand__logo { width: 100%; height: auto; max-height: none; }
.home-topbar { padding: .42rem 0; text-align: center; }
.home-topbar .container { justify-content: center; font-family: inherit; font-size: .7rem; font-weight: 650; letter-spacing: .04em; }
.home-topbar span:last-child { display: none; }
.home-hero { background: var(--ivory); }
.home-hero__grid { position: relative; min-height: 34rem; }
.home-hero__copy { position: relative; z-index: 2; max-width: 32rem; padding: 4.8rem 0 4rem 2rem; }
.home-hero__copy h1 { font-size: clamp(3rem, 5.3vw, 5.2rem); line-height: 1.02; }
.home-hero__copy h1 em { display: inline-block; margin-top: .2rem; font-size: .7em; font-weight: 400; }
.home-hero__media { position: absolute; inset: 0; min-height: 34rem; }
.home-hero__media img { object-position: center; }
.home-values { background: #e4e3d7; }
.home-values__grid { display: grid; }
.home-values__grid > div { display: grid; gap: .2rem; padding: 1.4rem 1.2rem; border-bottom: 1px solid rgba(33,50,74,.1); }
.home-values__grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-weight: 500; }
.home-values__grid span { color: rgba(33,50,74,.68); font-size: .72rem; line-height: 1.45; }
.home-connection { padding: 3rem 0; background: var(--cream); }
.home-connection__grid { display: grid; overflow: hidden; border: 1px solid rgba(33,50,74,.08); background: var(--ivory); }
.home-connection__grid > img { width: 100%; height: 16rem; object-fit: cover; }
.home-connection__grid > div { align-self: center; padding: 2rem; }
.home-connection h2 { margin-bottom: .75rem; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.home-connection p { max-width: 36rem; color: rgba(33,50,74,.72); }
.home-connection .signup-form { margin-top: 1.3rem; }
.home-feature-band__grid { grid-template-columns: 1fr; }
.home .footer-brand { max-width: 22rem; }
.home .footer-logo { width: 10rem; max-height: none; margin: 0 0 1.25rem; }

@media (min-width: 42rem) {
  .home .container { width: min(calc(100% - 3rem), 86rem); }
  .home-values__grid { grid-template-columns: repeat(4, 1fr); }
  .home-values__grid > div { border-right: 1px solid rgba(33,50,74,.1); border-bottom: 0; }
  .home-values__grid > div:last-child { border-right: 0; }
  .home-connection__grid { grid-template-columns: .8fr 1.2fr; }
  .home-connection__grid > img { height: 100%; min-height: 20rem; }
  .home-connection__grid > div { padding: 2.5rem 3rem; }
}

@media (min-width: 64rem) {
  .home .brand { width: 11rem; }
  .home-hero__grid { display: block; }
  .home-feature-band__grid { grid-template-columns: 1fr; }
  .home-book { grid-template-columns: .7fr 1.3fr; }
}

@media (min-width: 75rem) {
  .home .header-inner { min-height: 9rem; }
  .home .brand { width: 13.75rem; }
}

@media (max-width: 63.99rem) {
  .home-hero__grid { display: flex; min-height: 0; flex-direction: column; }
  .home-hero__copy { max-width: none; padding: 3.25rem 0 2.5rem; }
  .home-hero__media { position: relative; min-height: 25rem; margin-inline: -1rem; }
  .home-hero__media img { object-position: 62% center; }
}

@media (max-width: 30rem) {
  .home .brand { width: 9rem; }
  .home .header-inner { min-height: 6.5rem; }
  .home-hero__copy h1 { font-size: 3.25rem; }
  .home-hero__media { min-height: 20rem; }
}

/* Homepage legibility refinement */
.home .eyebrow { font-size: .78rem; letter-spacing: .13em; }
.home .home-topbar .container { font-size: .75rem; font-weight: 700; }
.home .home-hero__media figcaption { font-size: .7rem; letter-spacing: .05em; }
.home .home-values__grid span,
.home .home-resource-row span { font-size: .78rem; font-weight: 500; line-height: 1.55; }
.home .card__meta { font-size: .75rem; letter-spacing: .1em; }
.home .home-article-card a { font-size: .81rem; }
.home .form-note { font-size: .78rem; font-weight: 500; line-height: 1.5; }
.home .footer-nav__title { font-size: .75rem; letter-spacing: .11em; }
.home .footer-bottom { font-size: .81rem; line-height: 1.6; }
.home .home-guide-card p { font-size: .84rem; }

@media (min-width: 64rem) {
  .home .site-nav a { font-size: .92rem; font-weight: 600; }
}

/* Approved sitewide editorial language */
.brand { width: 11rem; padding: 0; }
.brand__logo { width: 100%; height: auto; max-height: none; }
.header-inner { min-height: 7.5rem; }
.home-header-cta { display: none; }
.site-footer { background: var(--cream); color: var(--ink); }
.footer-logo { width: 10rem; max-height: none; margin: 0 0 1.25rem; }
.footer-brand { max-width: 22rem; }
.footer-brand .brand__name { display: none; }
.footer-brand p, .footer-bottom { color: rgba(33,50,74,.7); }
.footer-nav a, .footer-link--pending { color: var(--ink); }
.footer-nav__title { color: var(--sage); font-size: .75rem; }
.footer-bottom { border-top-color: var(--line); font-size: .81rem; line-height: 1.6; }

.page-hero--editorial { padding: 2rem 0; background: var(--cream); }
.page-hero__grid { display: grid; gap: 2rem; align-items: center; }
.page-hero__grid > div { padding: 2rem 0; }
.page-hero__grid h1 { max-width: 47rem; margin-bottom: 1.25rem; font-size: clamp(3rem, 7vw, 5.7rem); }
.page-hero__grid figure { position: relative; min-height: 22rem; margin: 0; overflow: hidden; }
.page-hero__grid figure img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.page-hero__grid figcaption { position: absolute; right: .75rem; bottom: .75rem; padding: .4rem .6rem; background: rgba(255,253,248,.9); font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.page-hero--reading, .page-hero--search { padding-block: 5rem; }
.page-hero--reading .container, .page-hero--search .container { max-width: 76rem; }
.page-hero--reading h1, .page-hero--search h1 { max-width: 60rem; }
.page-hero--search .search-form { margin-top: 2rem; }

.category-nav { display: flex; gap: .6rem; margin: -1rem 0 4rem; padding-bottom: .75rem; overflow-x: auto; }
.category-nav span { display: inline-flex; min-height: 2.75rem; flex: 0 0 auto; align-items: center; padding: .55rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: var(--ivory); color: var(--ink); font-size: .8rem; font-weight: 700; }
.collection .section-heading { border-bottom: 1px solid var(--line); padding-bottom: 1.4rem; }
.collection .section-heading h2 { margin: 0; }
.media-placeholder--preview { position: relative; }
.media-placeholder--preview img { transition: none; }
.media-placeholder--preview span { position: absolute; right: .65rem; bottom: .65rem; max-width: none; padding: .35rem .5rem; background: rgba(255,253,248,.9); color: var(--ink); font-size: .61rem; letter-spacing: .06em; }
.article-card .media-placeholder--image { aspect-ratio: 4 / 3; min-height: 0; }
.article-card h3 { font-size: 1.55rem; }
.guide-card .media-placeholder--image { aspect-ratio: 2 / 3; min-height: 0; }
.guide-card .media-placeholder--image img { object-fit: cover; }
.guide-card .media-placeholder--preview span { display: none; }
.product-card .media-placeholder--image { aspect-ratio: 4 / 3; min-height: 0; }
.product-card .media-placeholder--image img { object-fit: cover; }
.product-card h3 { font-size: 1.55rem; }
.interior-book { display: grid; margin-top: 5rem; overflow: hidden; border: 1px solid var(--line); background: var(--cream); }
.interior-book img { width: 100%; height: 100%; min-height: 25rem; object-fit: cover; }
.interior-book > div { align-self: center; padding: 2rem; }
.interior-book h2 { font-size: clamp(2.5rem, 5vw, 4.4rem); }
.interior-book p:not(.eyebrow) { max-width: 35rem; color: rgba(33,50,74,.72); }
.about-grid { gap: 4rem; align-items: center; }
.about-grid .shell-intro h2 { font-size: clamp(2.7rem, 5vw, 4.6rem); }
.shell-grid article { border: 0; border-top: 2px solid var(--sage); border-radius: 0; background: transparent; }
.legal-copy { line-height: 1.85; }
.legal-note { border-left: 3px solid var(--rose); border-radius: 0; }
.search-results { max-width: 62rem; }
.search-result { border-left: 3px solid var(--sage); border-radius: 0; background: var(--cream); }

@media (min-width: 42rem) {
  .page-hero__grid { grid-template-columns: .9fr 1.1fr; min-height: 31rem; }
  .page-hero__grid figure { min-height: 31rem; }
  .interior-book { grid-template-columns: 1.1fr .9fr; }
  .interior-book > div { padding: 3.5rem; }
}

@media (min-width: 64rem) {
  .home-header-cta { display: inline-flex; }
  .site-nav a { font-size: .92rem; font-weight: 600; }
}

@media (min-width: 75rem) {
  .header-inner { min-height: 9rem; }
  .brand { width: 13.75rem; }
}

@media (max-width: 30rem) {
  .brand { width: 9rem; }
  .header-inner { min-height: 6.5rem; }
  .page-hero--editorial { padding-top: 1rem; }
  .page-hero__grid > div { padding: 1.5rem 0 .5rem; }
  .page-hero__grid h1 { font-size: 3.2rem; }
  .page-hero__grid figure { min-height: 18rem; }
  .category-nav { margin-bottom: 3rem; }
  .article-card h3, .product-card h3 { font-size: 1.38rem; }
}
