:root {
  --ink: #243433;
  --ink-soft: #53615f;
  --aqua: #b9d9d6;
  --aqua-light: #e5f1ef;
  --orange: #ef9458;
  --pink: #df6d90;
  --lime: #b6c949;
  --cream: #f7f5ef;
  --paper: #fffdf9;
  --line: rgba(36, 52, 51, .18);
  --shadow: 0 18px 50px rgba(36, 52, 51, .1);
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: #1e5551; text-underline-offset: .18em; }
a:hover { color: #973f5d; }
h1, h2, h3 { margin: 0 0 .55em; font-family: var(--serif); font-weight: 500; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 7vw, 6rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
p { margin: 0 0 1.2em; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 1rem; top: 1rem; transform: translateY(-180%); padding: .7rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { transform: none; }
.hh-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.small { font-size: .84rem; }
.eyebrow { margin-bottom: .8rem; font-size: .72rem; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(247, 245, 239, .95); }
.site-header__inner { min-height: 118px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: 1rem; color: var(--ink); text-decoration: none; }
.brand img { width: 210px; mix-blend-mode: multiply; }
.brand span { max-width: 100px; border-left: 1px solid var(--line); padding-left: 1rem; font-size: .68rem; font-weight: 750; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.2rem); margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; color: var(--ink); font-size: .88rem; font-weight: 750; text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 3px; background: var(--orange); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item a::after { right: 0; }
.nav-toggle { display: none; border: 0; padding: .7rem; background: transparent; color: var(--ink); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { display: block; width: 24px; height: 2px; background: currentColor; }
.nav-toggle span { position: relative; margin-bottom: .5rem; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }

.hero { overflow: hidden; padding: clamp(3.2rem, 8vw, 7rem) 0; background: linear-gradient(110deg, var(--aqua-light), var(--cream) 60%); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .8fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.hero h1 { max-width: 760px; }
.hero__intro { max-width: 660px; font-family: var(--serif); font-size: clamp(1.2rem, 2.2vw, 1.6rem); line-height: 1.45; }
.button-row { display: flex; flex-wrap: wrap; gap: .9rem; margin: 2rem 0; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .75rem 1.25rem; border: 2px solid var(--ink); background: var(--ink); color: white; font-size: .82rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.button:hover { border-color: #973f5d; background: #973f5d; color: white; }
.button--quiet { background: transparent; color: var(--ink); }
.button--quiet:hover { background: var(--ink); color: white; }
.button--light { border-color: white; background: white; color: var(--ink); }
.archive-note { max-width: 520px; font-size: .82rem; color: var(--ink-soft); }
.archive-note span { margin-right: .35rem; color: #973f5d; font-weight: 800; }
.hero__media { position: relative; margin: 0; transform: rotate(1.5deg); }
.hero__media::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; background: var(--orange); }
.hero__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow); }
.hero__media figcaption { margin-top: .75rem; font-size: .72rem; text-align: right; }

.trust-strip { border-block: 1px solid var(--line); background: var(--paper); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip p { display: grid; grid-template-columns: auto 1fr; gap: .8rem; margin: 0; padding: 1.5rem; border-right: 1px solid var(--line); }
.trust-strip p:last-child { border-right: 0; }
.trust-strip strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; }
.trust-strip span { font-size: .75rem; line-height: 1.45; color: var(--ink-soft); }

.section { padding-block: clamp(4rem, 9vw, 8rem); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.section-heading h2 { margin-bottom: 0; }
.text-link { font-size: .82rem; font-weight: 800; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.2rem, 3vw, 2.2rem); }
.review-card { overflow: hidden; border: 1px solid var(--line); background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }
.review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.review-card__image { display: block; overflow: hidden; background: var(--aqua-light); }
.review-card__image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .35s ease; }
.review-card:hover .review-card__image img { transform: scale(1.025); }
.review-card__placeholder { display: grid; width: 100%; aspect-ratio: 3 / 2; place-items: center; color: rgba(36,52,51,.25); font-family: var(--serif); font-size: 4rem; }
.review-card__body { padding: 1.5rem; }
.review-card h2 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
.review-card h2 a { color: var(--ink); text-decoration: none; }
.review-card p:not(.eyebrow) { font-size: .9rem; }
.hh-rating { display: flex; align-items: center; gap: .65rem; margin: .8rem 0 1rem; color: #a34362; font-size: .78rem; letter-spacing: .08em; }
.hh-rating strong { color: var(--ink); font-size: .78rem; letter-spacing: 0; }

.section--aqua { background: var(--aqua); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(36,52,51,.25); border: 1px solid rgba(36,52,51,.25); }
.category-card { min-height: 265px; display: flex; flex-direction: column; padding: 1.6rem; background: var(--paper); color: var(--ink); text-decoration: none; transition: background .2s ease; }
.category-card:hover { color: var(--ink); background: #fff; }
.category-card > span { display: grid; width: 2.3rem; height: 2.3rem; place-items: center; margin-bottom: auto; border-radius: 50%; background: var(--aqua); font-size: .7rem; font-weight: 800; }
.category-card--2 > span { background: #f4c2d1; }
.category-card--3 > span { background: #dfe69c; }
.category-card--4 > span { background: #f6c39f; }
.category-card h3 { margin-top: 2.5rem; }
.category-card p { margin: 0; font-size: .78rem; color: var(--ink-soft); }

.story-grid { display: grid; grid-template-columns: .8fr 1.3fr; align-items: center; gap: clamp(3rem, 9vw, 8rem); }
.story-mark { display: flex; align-items: center; justify-content: center; min-height: 360px; border: 1px solid var(--line); background: var(--paper); font-family: var(--serif); font-size: clamp(2rem, 6vw, 5rem); letter-spacing: -.06em; box-shadow: 22px 22px 0 var(--aqua); }
.story-mark span { margin: 0 .15em; color: var(--orange); }
.story-grid > div:last-child p:not(.eyebrow) { max-width: 670px; font-size: 1.05rem; }
.section--ink { background: var(--ink); color: white; }
.section--ink .eyebrow { color: var(--aqua); }
.newsletter-block { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(3rem, 9vw, 8rem); }
.newsletter-block p { max-width: 560px; }

.page-hero { padding: clamp(4rem, 9vw, 8rem) 0; border-bottom: 1px solid var(--line); background: var(--aqua-light); }
.page-hero__grid { display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 4rem; }
.page-hero__grid > p { max-width: 560px; margin: 0 0 .5rem; font-family: var(--serif); font-size: 1.25rem; }
.page-hero--simple { padding-block: 4rem; }
.page-hero--simple h1 { font-size: clamp(2.8rem, 6vw, 5rem); }

.review-hero { padding: clamp(3rem, 7vw, 6rem) 0; background: var(--aqua-light); }
.review-hero__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1.05fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.review-hero h1 { font-size: clamp(2.7rem, 5.5vw, 5.4rem); }
.review-deck { max-width: 650px; font-family: var(--serif); font-size: 1.2rem; }
.review-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 2rem 0 0; background: rgba(36,52,51,.2); border: 1px solid rgba(36,52,51,.2); }
.review-facts div { min-width: 0; padding: .8rem; background: var(--paper); }
.review-facts dt { font-size: .64rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.review-facts dd { margin: .2rem 0 0; font-family: var(--serif); font-size: .92rem; line-height: 1.3; }
.review-hero__image { margin: 0; }
.review-hero__image img { width: 100%; max-height: 650px; aspect-ratio: 4 / 3; object-fit: contain; background: white; box-shadow: var(--shadow); }
.review-hero__image figcaption { margin-top: .75rem; font-size: .7rem; color: var(--ink-soft); }
.review-layout { display: grid; grid-template-columns: 280px minmax(0, 760px); justify-content: space-between; gap: clamp(3rem, 7vw, 7rem); padding-block: clamp(4rem, 8vw, 7rem); }
.review-sidebar { align-self: start; position: sticky; top: 2rem; }
.verdict-box { padding: 1.4rem; border-top: 6px solid var(--orange); background: white; box-shadow: var(--shadow); }
.verdict-box p:last-child { margin: 0; font-family: var(--serif); font-size: 1.12rem; }
.review-taxonomy { margin-top: 2rem; }
.review-taxonomy h2 { font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.review-taxonomy ul { margin: 0; padding: 0; list-style: none; }
.review-taxonomy li { margin-bottom: .4rem; }
.review-taxonomy a { font-size: .82rem; }
.entry-content > * { max-width: 760px; }
.entry-content h2 { margin-top: 2.2em; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.entry-content h3 { margin-top: 1.8em; }
.entry-content li { margin-bottom: .45rem; }
.entry-content blockquote { margin: 2rem 0; padding: 1.5rem 2rem; border-left: 6px solid var(--aqua); background: white; font-family: var(--serif); font-size: 1.2rem; }
.hh-archive-intro { padding: 1.2rem 1.4rem; border-left: 6px solid var(--aqua); background: white; }
.hh-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; max-width: 760px; margin-block: 2.5rem; }
.hh-pros-cons > div { padding: 1.4rem; border: 1px solid var(--line); background: white; }
.hh-pros-cons h2 { margin-top: 0; font-family: var(--sans); font-size: 1rem; font-weight: 800; }
.hh-pros-cons ul { margin-bottom: 0; padding-left: 1.1rem; }
.hh-source-note { font-size: .78rem; color: var(--ink-soft); }
.source-box { max-width: 760px; margin-top: 3rem; padding: 1.5rem; border: 1px solid var(--line); background: var(--aqua-light); }
.source-box h2 { margin-top: 0; font-family: var(--sans); font-size: 1rem; font-weight: 800; }
.source-box p { font-size: .82rem; }
.post-nav { padding-bottom: 5rem; }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; border-top: 1px solid var(--line); padding-top: 2rem; }
.post-navigation .nav-next { text-align: right; }
.post-navigation a { display: block; color: var(--ink); font-family: var(--serif); font-size: 1.1rem; text-decoration: none; }
.post-navigation span { display: block; margin-bottom: .5rem; font-family: var(--sans); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.prose { padding-block: clamp(3rem, 7vw, 6rem); }
.prose > * { margin-inline: auto; }
.prose > h2, .prose > h3 { margin-left: auto; margin-right: auto; }
.prose table { width: 100%; border-collapse: collapse; }
.prose th, .prose td { padding: .8rem; border: 1px solid var(--line); text-align: left; }
.journal-list { display: grid; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.journal-card { padding: 2rem; background: var(--paper); }
.journal-card h2 { font-size: 2rem; }
.journal-card h2 a { color: var(--ink); text-decoration: none; }
.empty-state { grid-column: 1 / -1; padding: 3rem; border: 1px dashed var(--line); text-align: center; }
.nav-links { display: flex; justify-content: center; gap: .5rem; margin-top: 3rem; }
.page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; border: 1px solid var(--line); text-decoration: none; }
.page-numbers.current { background: var(--ink); color: white; }
.search-form { display: flex; max-width: 650px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 52px; border: 2px solid var(--ink); padding: .65rem; background: white; }
.search-submit { border: 2px solid var(--ink); background: var(--ink); color: white; font-weight: 800; }
.not-found { min-height: 65vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 5rem; }
.not-found__number { margin: 0; color: var(--aqua); font-family: var(--serif); font-size: clamp(7rem, 20vw, 16rem); line-height: .7; }

.site-footer { padding: 4rem 0 1.5rem; background: #182322; color: white; }
.site-footer a { color: var(--aqua); }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 4rem; }
.site-footer__grid > div:first-child p { max-width: 420px; }
.site-footer__logo { width: 220px; margin-bottom: 1rem; filter: brightness(1.2); }
.site-footer h2 { font-family: var(--sans); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .72rem; color: rgba(255,255,255,.7); }
.site-footer__bottom p { margin: 0; }

@media (max-width: 900px) {
  .site-header__inner { min-height: 92px; }
  .brand img { width: 170px; }
  .brand span { display: none; }
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; inset: 92px 0 auto; padding: 1rem 20px 1.5rem; border-bottom: 1px solid var(--line); background: var(--cream); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-nav a { display: block; padding: .8rem 0; }
  .hero__grid, .review-hero__grid { grid-template-columns: 1fr; }
  .hero__media { width: min(660px, 92%); margin-inline: auto; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .review-layout { grid-template-columns: 1fr; }
  .review-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .review-taxonomy { margin: 0; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .hh-shell { width: min(100% - 28px, 1180px); }
  .brand img { width: 145px; }
  .hero { padding-top: 3rem; }
  .hero__grid { gap: 2.5rem; }
  .hero h1 { font-size: clamp(2.7rem, 15vw, 4.4rem); }
  .button-row, .button { width: 100%; }
  .trust-strip__grid, .review-grid, .category-grid, .story-grid, .newsletter-block, .page-hero__grid, .review-facts, .site-footer__grid { grid-template-columns: 1fr; }
  .trust-strip p { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .category-card { min-height: 220px; }
  .story-mark { min-height: 250px; }
  .review-sidebar { grid-template-columns: 1fr; }
  .hh-pros-cons { grid-template-columns: 1fr; }
  .post-navigation .nav-links { grid-template-columns: 1fr; }
  .post-navigation .nav-next { text-align: left; }
  .site-footer__grid > div:first-child { grid-column: auto; }
  .site-footer__bottom { flex-direction: column; }
}

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

@media print {
  .site-header, .site-footer, .post-nav, .button-row { display: none; }
  body { background: white; color: black; }
  .review-hero { background: white; }
  .review-layout { display: block; }
  .review-sidebar { position: static; margin-bottom: 2rem; }
}
