:root {
  --oh-ink: #182322;
  --oh-cream: #fbf7ef;
  --oh-paper: #fff;
  --oh-teal: #0b7774;
  --oh-soft-teal: #dceeea;
  --oh-terracotta: #c6674b;
  --oh-sand: #eae1d4;
  --oh-muted: #687371;
  --oh-radius: 16px;
  --oh-shadow: 0 14px 36px rgba(24, 35, 34, .07);
  --oh-max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--oh-cream); color: var(--oh-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--oh-teal); }
button, input { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--oh-soft-teal); color: var(--oh-ink); }
:focus-visible { outline: 3px solid var(--oh-terracotta); outline-offset: 3px; }
.container { width: min(calc(100% - 48px), var(--oh-max)); margin-inline: auto; }
.site-shell { min-height: 100vh; overflow: hidden; }
.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: 20; inset: 12px auto auto 12px; width: auto; height: auto; padding: 10px 14px; margin: 0; clip: auto; background: var(--oh-ink); color: var(--oh-paper); border-radius: 8px; }

.site-header { position: sticky; z-index: 10; top: 0; background: var(--oh-ink); color: var(--oh-paper); }
body.admin-bar .site-header { top: 32px; }
.site-header__inner { display: flex; align-items: center; gap: 24px; min-height: 76px; }
.site-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; color: var(--oh-paper); }
.site-brand:hover { color: var(--oh-paper); }
.site-brand__mark { display: block; width: 34px; height: 34px; }
.site-brand__wordmark { font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; letter-spacing: -.04em; }
.primary-nav { margin-inline: auto; }
.primary-nav .menu, .menu { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; padding: 0; margin: 0; list-style: none; }
.primary-nav a { color: rgba(255, 255, 255, .82); font-size: .88rem; font-weight: 600; }
.primary-nav a:hover { color: var(--oh-paper); }
.primary-nav a[aria-current="page"] { color: var(--oh-paper); text-decoration: underline; text-decoration-color: var(--oh-soft-teal); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.header-search { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; font-size: 1.35rem; line-height: 1; }
.header-search:hover { color: var(--oh-paper); border-color: var(--oh-soft-teal); }
.header-search svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.menu-toggle { display: none; border: 0; padding: 8px; background: transparent; color: var(--oh-paper); }

.site-main { padding-bottom: 80px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: 64px; align-items: center; padding-top: 92px; }
.eyebrow { margin: 0 0 12px; color: var(--oh-teal); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
h1 { font-size: clamp(3.2rem, 7vw, 6.2rem); max-width: 760px; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1rem; }
.hero__lede { max-width: 610px; margin-top: 24px; color: var(--oh-muted); font-size: 1.12rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero__note, .section-heading__note, .last-checked { margin-top: 16px; color: var(--oh-muted); font-size: .78rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 4px; min-height: 46px; padding: 10px 18px; border: 1px solid transparent; border-radius: 999px; font-size: .86rem; font-weight: 800; transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.button:hover { color: inherit; transform: translateY(-1px); }
.button--primary, .button--amazon { background: var(--oh-teal); color: var(--oh-paper); }
.button--primary:hover, .button--amazon:hover { background: #075c59; color: var(--oh-paper); }
.button--quiet { border-color: var(--oh-sand); background: transparent; color: var(--oh-ink); }
.button--quiet:hover { border-color: var(--oh-teal); color: var(--oh-teal); }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--oh-teal); font-size: .85rem; font-weight: 800; }

.hero__portrait { position: relative; min-height: 460px; padding: 32px; border: 1px solid var(--oh-sand); border-radius: 26px; background: var(--oh-soft-teal); box-shadow: var(--oh-shadow); isolation: isolate; }
.hero__portrait::before { position: absolute; content: ""; inset: 24px 24px auto auto; width: 120px; height: 120px; border-radius: 50%; background: var(--oh-terracotta); opacity: .82; }
.hero__portrait-card { position: absolute; display: flex; align-items: center; gap: 12px; width: 196px; padding: 12px; border: 1px solid rgba(24, 35, 34, .11); border-radius: 16px; background: rgba(255, 255, 255, .94); box-shadow: 0 12px 26px rgba(24, 35, 34, .08); }
.hero__portrait-card--evan { z-index: 2; top: 58px; left: 24px; }
.hero__portrait-card--maya { z-index: 3; right: 24px; bottom: 142px; }
.hero__portrait-card strong { display: block; }
.hero__portrait-card strong { font-family: Georgia, serif; font-size: 1.1rem; }
.hero__portrait-card div span { color: var(--oh-muted); font-size: .72rem; }
.persona-avatar { display: block; flex: 0 0 auto; width: 58px; height: 58px; border-radius: 50%; background: var(--oh-soft-teal); }
.hero__portrait-card--maya .persona-avatar { background: #f0d8cb; }
.hero__product-note { position: absolute; z-index: 4; right: 28px; bottom: 28px; max-width: 220px; padding: 16px; border-radius: 14px; background: var(--oh-ink); color: var(--oh-paper); }
.hero__product-note span { display: block; margin-bottom: 6px; color: var(--oh-soft-teal); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero__product-note strong { display: block; font-family: Georgia, serif; font-size: 1.14rem; font-weight: 500; line-height: 1.25; }

.section-block { padding-top: 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 26px; }
.section-heading__note { max-width: 280px; margin: 0; text-align: right; }
.browse-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.browse-card { display: flex; flex-direction: column; min-height: 186px; justify-content: space-between; padding: 22px; border: 1px solid var(--oh-sand); border-radius: var(--oh-radius); background: var(--oh-paper); transition: transform .18s ease, box-shadow .18s ease; }
.browse-card:hover { color: var(--oh-ink); transform: translateY(-3px); box-shadow: var(--oh-shadow); }
.browse-card span { color: #944532; font-size: .75rem; font-weight: 800; }
.browse-card strong { max-width: 230px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; line-height: 1.12; }
.browse-card small { color: var(--oh-muted); font-size: .78rem; }
.editorial-grid { display: grid; gap: 20px; }
.editorial-grid--three { grid-template-columns: repeat(3, 1fr); }
.editorial-card { display: flex; overflow: hidden; flex-direction: column; min-width: 0; border: 1px solid var(--oh-sand); border-radius: var(--oh-radius); background: var(--oh-paper); transition: transform .18s ease, box-shadow .18s ease; }
.editorial-card:hover { transform: translateY(-3px); box-shadow: var(--oh-shadow); }
.editorial-card__image { position: relative; display: grid; overflow: hidden; place-items: center; min-height: 220px; background: var(--oh-soft-teal); }
.editorial-card__image::before, .editorial-card__image::after { position: absolute; content: ""; border: 1px solid rgba(24, 35, 34, .14); border-radius: 50%; }
.editorial-card__image::before { width: 150px; height: 150px; inset: -54px -24px auto auto; }
.editorial-card__image::after { width: 78px; height: 78px; inset: auto auto 18px 22px; background: rgba(255, 255, 255, .32); }
.editorial-card:nth-child(3n+2) .editorial-card__image { background: #f3dfd4; }
.editorial-card:nth-child(3n+3) .editorial-card__image { background: #eee7d9; }
.editorial-card__image img { width: 100%; height: 220px; object-fit: cover; }
.image-placeholder { position: relative; z-index: 1; display: grid; place-items: center; width: 104px; height: 104px; border: 1px solid rgba(24, 35, 34, .16); border-radius: 50%; background: rgba(255, 255, 255, .68); color: var(--oh-ink); font-family: Georgia, serif; font-size: 1.25rem; letter-spacing: -.04em; box-shadow: 0 10px 28px rgba(24, 35, 34, .06); }
.editorial-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 22px; }
.editorial-card__title { margin-bottom: 10px; font-size: 1.65rem; }
.editorial-card__body > p:not(.eyebrow) { color: var(--oh-muted); font-size: .92rem; }
.editorial-card__body .text-link { margin-top: auto; padding-top: 8px; }
.dialogue-panel { padding: 40px; border-radius: 22px; background: var(--oh-ink); color: var(--oh-paper); }
.dialogue-panel .eyebrow { color: var(--oh-soft-teal); }
.dialogue-panel h2 { color: var(--oh-paper); }
.dialogue-panel__mark { color: var(--oh-soft-teal); font-family: Georgia, serif; font-size: 1.6rem; }
.dialogue-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.persona-dialogue { margin: 0; padding: 22px; border-left: 3px solid var(--oh-teal); background: rgba(255, 255, 255, .08); }
.persona-dialogue--maya { border-color: var(--oh-terracotta); }
.persona-dialogue cite { display: block; margin-bottom: 12px; color: var(--oh-soft-teal); font-size: .74rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.persona-dialogue--maya cite { color: #f0bdab; }
.persona-dialogue p { margin: 0; font-family: Georgia, serif; font-size: 1.4rem; line-height: 1.22; }
.dialogue-panel__conclusion { margin: 28px 0 0; color: rgba(255, 255, 255, .7); font-size: .9rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-grid--featured { grid-template-columns: repeat(4, 1fr); }
.product-card { overflow: hidden; min-width: 0; border: 1px solid var(--oh-sand); border-radius: var(--oh-radius); background: var(--oh-paper); }
.product-card > p:empty { display: none; }
.product-card__image { display: grid; place-items: center; min-height: 220px; background: #f7f4ee; }
.product-card__image img { width: 100%; height: 220px; padding: 16px; object-fit: contain; mix-blend-mode: multiply; }
.product-card__body { padding: 20px; }
.product-card__title { font-size: 1.55rem; }
.product-card__price { margin: 12px 0 0; font-weight: 800; }
.product-card__price span { color: var(--oh-muted); font-size: .7rem; font-weight: 600; }
.product-card__reason { margin-top: 10px; color: var(--oh-muted); font-size: .9rem; }
.product-card__action { margin-top: 18px; }
.product-card__action .button { width: 100%; text-align: center; }
.empty-state { display: flex; flex-direction: column; justify-content: center; min-height: 220px; padding: 30px; border: 1px dashed var(--oh-sand); border-radius: var(--oh-radius); background: rgba(255, 255, 255, .45); }
.empty-state--wide { grid-column: 1 / -1; }
.empty-state strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.empty-state span { max-width: 560px; margin-top: 8px; color: var(--oh-muted); font-size: .9rem; }
.empty-state__dot { width: 12px; height: 12px; margin-bottom: 18px; border-radius: 50%; background: var(--oh-terracotta); }
.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: 42px; border-top: 1px solid var(--oh-sand); border-bottom: 1px solid var(--oh-sand); }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.trust-points p { color: var(--oh-muted); font-size: .9rem; }
.trust-points strong { display: block; margin-bottom: 6px; color: var(--oh-ink); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }

.page-intro { max-width: 800px; padding-top: 82px; }
.page-intro h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.page-intro > p:last-child { max-width: 620px; margin-top: 20px; color: var(--oh-muted); font-size: 1.1rem; }
.single-entry, .page-entry { max-width: 860px; padding-top: 82px; }
.page-entry--hub { max-width: var(--oh-max); }
.page-entry--hub > .page-entry__header, .page-entry--hub > .page-entry__body { max-width: 760px; }
.breadcrumbs { margin-bottom: 28px; color: var(--oh-muted); font-size: .78rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: var(--oh-sand); }
.breadcrumbs a { color: var(--oh-teal); }
.hub-section { max-width: 1100px; margin-top: 76px; }
.hub-collection { margin-top: 20px; }
.editorial-card--hub .editorial-card__image { min-height: 150px; background: var(--oh-soft-teal); }
.editorial-card--hub .editorial-card__title { font-size: 1.45rem; }
.single-entry__header, .page-entry__header { max-width: 760px; }
.single-entry__header h1, .page-entry__header h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.byline { display: flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--oh-muted); font-size: .82rem; }
.byline__avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--oh-ink); color: var(--oh-soft-teal); font-family: Georgia, serif; }
.byline__avatar--image { object-fit: cover; background: var(--oh-soft-teal); }
.single-entry__disclosure { margin-top: 18px; color: var(--oh-muted); font-size: .78rem; }
.single-entry__image { margin-top: 36px; overflow: hidden; border-radius: 20px; background: var(--oh-sand); }
.single-entry__image img { width: 100%; }
.single-entry__body, .page-entry__body { max-width: 760px; margin-top: 42px; font-size: 1.08rem; }
.single-entry__body .lede, .page-entry__body .lede { color: #34413f; font-size: 1.25rem; line-height: 1.55; }
.single-entry__body h2, .page-entry__body h2 { margin-top: 42px; margin-bottom: 16px; font-size: 2.2rem; }
.single-entry__body h3, .page-entry__body h3 { margin-top: 28px; margin-bottom: 10px; }
.single-entry__body a, .page-entry__body a { color: var(--oh-teal); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.single-entry__body .button--amazon, .page-entry__body .button--amazon { color: var(--oh-paper); text-decoration: none; }
.single-entry__body .button--amazon:hover, .page-entry__body .button--amazon:hover { color: var(--oh-paper); }
.single-entry__body .product-card { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr); margin-top: 34px; font-size: .96rem; }
.single-entry__body .product-card__image { min-height: 100%; }
.single-entry__body .product-card__image img { position: sticky; top: 112px; height: 280px; }
.single-entry__body .product-card__title { margin: 0 0 14px; font-size: 1.75rem; }
.single-entry__body .product-card__body > p { margin-bottom: .75rem; }
.page-entry__body .product-card--facts-only { display: block; margin-top: 32px; }
.page-entry__body .product-card--facts-only .product-card__title { margin: 0 0 14px; font-size: 1.75rem; }
.persona-note { margin: 30px 0; padding: 18px 20px; border-left: 3px solid var(--oh-terracotta); background: rgba(234, 225, 212, .48); }
.disclosure-note { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--oh-sand); color: var(--oh-muted); font-size: .82rem; }
.content-links { padding-left: 1.2rem; }
.content-links li + li { margin-top: 8px; }
.page-entry__body figure { margin: 32px 0; padding: 24px; border: 1px solid var(--oh-sand); border-radius: var(--oh-radius); background: var(--oh-paper); }
.page-entry__body figure img { width: min(100%, 520px); max-height: 520px; margin-inline: auto; object-fit: contain; }
.page-entry__body figcaption { margin-top: 12px; color: var(--oh-muted); font-size: .78rem; text-align: center; }
.single-entry__footer { margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--oh-sand); }
.search-form { display: flex; gap: 10px; }
.search-form input { min-width: 0; flex: 1; border: 1px solid var(--oh-sand); border-radius: 999px; background: var(--oh-paper); padding: 12px 16px; color: var(--oh-ink); }
.search-form--large { max-width: 680px; margin-top: 28px; }
.error-page { max-width: 760px; padding-top: 130px; padding-bottom: 120px; }
.error-page h1 { font-size: clamp(3rem, 7vw, 6rem); }
.error-page p:not(.eyebrow) { margin: 22px 0 28px; color: var(--oh-muted); font-size: 1.1rem; }
.navigation.pagination { margin-top: 42px; }
.nav-links { display: flex; gap: 10px; }
.page-numbers { padding: 8px 12px; border: 1px solid var(--oh-sand); border-radius: 999px; font-size: .82rem; }
.page-numbers.current { background: var(--oh-ink); color: var(--oh-paper); }

.site-footer { padding: 70px 0 28px; background: var(--oh-ink); color: var(--oh-paper); }
.site-footer__grid { display: grid; grid-template-columns: 1fr .5fr; gap: 80px; }
.site-footer .eyebrow { color: var(--oh-soft-teal); }
.site-footer__title { max-width: 460px; color: var(--oh-paper); font-size: clamp(2.2rem, 4vw, 3.5rem); }
.site-footer__copy { max-width: 400px; margin-top: 16px; color: rgba(255, 255, 255, .66); }
.site-footer__links .menu { display: grid; gap: 8px; }
.site-footer__links a { color: rgba(255, 255, 255, .72); font-size: .88rem; }
.site-footer__links a:hover { color: var(--oh-paper); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .48); font-size: .72rem; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 64px; }
  .hero__portrait { min-height: 360px; max-width: 640px; }
  .editorial-grid--three, .product-grid, .product-grid--featured { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 860px) {
  .site-header__inner { min-height: 68px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; margin-left: auto; }
  .menu-toggle > span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; background: currentColor; }
  .primary-nav { position: absolute; inset: 68px 0 auto; display: none; padding: 16px max(24px, calc((100% - var(--oh-max)) / 2)); background: var(--oh-ink); border-top: 1px solid rgba(255, 255, 255, .12); box-shadow: 0 18px 30px rgba(0, 0, 0, .16); }
  .primary-nav.is-open { display: block; }
  .primary-nav .menu { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-nav li { border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .primary-nav li:last-child { border-bottom: 0; }
  .primary-nav a { display: block; padding: 14px 4px; }
  .primary-nav a[aria-current="page"] { text-underline-offset: 5px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--oh-max)); }
  .hero { padding-top: 56px; }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero__portrait { min-height: 330px; padding: 18px; }
  .hero__portrait-card--evan { top: 42px; left: 18px; }
  .hero__portrait-card--maya { right: 18px; bottom: 128px; }
  .hero__product-note { right: 18px; bottom: 18px; max-width: 190px; padding: 12px; }
  .section-block { padding-top: 72px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .section-heading__note { max-width: none; text-align: left; }
  .browse-grid, .editorial-grid--three, .product-grid, .dialogue-grid, .trust-points { grid-template-columns: 1fr; }
  .dialogue-panel { padding: 26px 20px; }
  .site-footer__grid, .site-footer__bottom { grid-template-columns: 1fr; flex-direction: column; gap: 28px; }
  .site-footer__bottom { display: grid; margin-top: 38px; }
  .single-entry, .page-entry { padding-top: 56px; }
  .byline { flex-wrap: wrap; }
  .single-entry__body .product-card { grid-template-columns: 1fr; }
  .single-entry__body .product-card__image img { position: static; height: 250px; }
}

@media (max-width: 480px) {
  body.admin-bar .site-header { top: 0; }
  .hero__portrait-card { width: 164px; padding: 10px; }
  .hero__portrait-card .persona-avatar { width: 44px; height: 44px; }
  .hero__portrait-card strong { font-size: 1rem; }
  .hero__portrait-card--maya { bottom: 120px; }
  .button { width: 100%; }
  .hero__actions { align-items: stretch; flex-direction: column; }
}

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