:root {
  --pink: #d93b78;
  --pink-dark: #a51f57;
  --pink-deep: #6f183d;
  --pink-soft: #f9d7e4;
  --pink-pale: #fff0f5;
  --cream: #fbf7f2;
  --paper: #fffdf9;
  --ink: #25191e;
  --muted: #76686d;
  --line: #e7dcd8;
  --green: #315c51;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --shadow: 0 24px 70px rgba(76, 25, 45, .1);
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.wide-shell { width: min(calc(100% - 48px), 1380px); }
.narrow { max-width: 790px; margin-inline: auto; text-align: center; }
.section { padding: 112px 0; }
.sr-only { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--pink); font-weight: 400; }
.kicker, .eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--pink-dark); font-size: 12px; font-weight: 700; line-height: 1; letter-spacing: .16em; text-transform: uppercase; }
.kicker i { width: 24px; height: 1px; background: currentColor; }
.kicker.centered { justify-content: center; }
.kicker.light { color: #f9d4e2; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 20px; padding: 13px 24px; border: 1px solid var(--pink); border-radius: 100px; color: white; background: var(--pink); font-size: 13px; font-weight: 700; letter-spacing: .03em; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { background: var(--pink-dark); border-color: var(--pink-dark); transform: translateY(-2px); }
.button-dark { background: var(--ink); border-color: var(--ink); }
.button-dark:hover { background: var(--pink-dark); border-color: var(--pink-dark); }
.button-light { color: var(--pink-deep); background: white; border-color: white; }
.button-ghost { color: var(--ink); background: transparent; border-color: var(--line); }
.button-ghost:hover { color: white; }
.button-small { min-height: 42px; padding: 8px 19px; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.text-link span { color: var(--pink); font-size: 18px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

/* Header */
.site-header { position: relative; z-index: 100; border-bottom: 1px solid rgba(99,46,66,.12); background: rgba(251,247,242,.94); backdrop-filter: blur(16px); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; }
.brand img { flex: 0 0 auto; }
.brand-words { display: flex; flex-direction: column; }
.brand-words strong { font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: -.04em; }
.brand-words small { margin-top: 3px; color: var(--pink); font-size: 9px; font-weight: 800; letter-spacing: .3em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav > a { position: relative; padding: 32px 0; color: #584b50; font-size: 12px; font-weight: 700; letter-spacing: .045em; }
.site-nav > a:after { content: ""; position: absolute; right: 0; bottom: 25px; left: 0; height: 2px; background: var(--pink); transform: scaleX(0); transition: transform .2s; }
.site-nav > a:hover:after, .site-nav > a.is-active:after { transform: scaleX(1); }
.search-toggle { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.search-toggle svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 1.5px; margin: 5px 0; background: currentColor; }
.search-drawer { border-top: 1px solid var(--line); background: var(--paper); }
.search-inner { min-height: 94px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.search-inner label { color: var(--pink-dark); font-family: var(--serif); font-size: 20px; }
.search-inner input { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; font-size: 17px; }

/* Home */
.hero { position: relative; overflow: hidden; min-height: 730px; background: var(--cream); }
.hero:before { content: ""; position: absolute; top: 0; bottom: 0; left: 55%; width: 1px; background: rgba(89,52,65,.09); }
.hero-grid { min-height: 730px; display: grid; grid-template-columns: 52% 48%; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 84px 7vw 90px 0; }
.hero-copy h1 { max-width: 700px; margin: 24px 0 30px; font-size: clamp(62px, 6vw, 90px); }
.hero-copy p { max-width: 540px; margin-bottom: 34px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-art { position: relative; height: 690px; align-self: end; }
.hero-art > svg { position: absolute; right: -30px; bottom: -4px; width: min(100%, 590px); height: 680px; }
.hero-blob { fill: var(--pink-soft); }
.hero-peanuts path:first-child { fill: var(--pink); }
.hero-peanuts .shell-line { fill: none; stroke: #f7b4cd; stroke-width: 7; stroke-linecap: round; }
.hero-peanuts .shell-line.fine { stroke-width: 2.5; opacity: .72; }
.hero-sparkles { fill: var(--pink); opacity: .55; }
.hero-stamp { position: absolute; z-index: 3; top: 108px; right: 0; width: 132px; height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(112,24,61,.35); border-radius: 50%; color: var(--pink-dark); background: rgba(255,244,248,.72); line-height: 1.15; text-align: center; transform: rotate(8deg); backdrop-filter: blur(5px); }
.hero-stamp:before { content: ""; position: absolute; inset: 6px; border: 1px dashed rgba(112,24,61,.3); border-radius: 50%; }
.hero-stamp span { font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-stamp strong { margin: 4px 0; font-family: var(--serif); font-size: 25px; font-style: italic; }
.hero-note { position: absolute; z-index: 3; right: 8px; bottom: 33px; color: var(--pink-deep); font-family: var(--serif); font-size: 14px; font-style: italic; line-height: 1.4; transform: rotate(-5deg); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 52px; }
.section-heading h2 { margin: 16px 0 0; font-size: clamp(42px, 5vw, 64px); }
.featured-section { background: var(--paper); }
.featured-review { display: grid; grid-template-columns: 59% 41%; min-height: 550px; overflow: hidden; border-radius: 4px; background: var(--pink-pale); box-shadow: var(--shadow); }
.featured-image { min-height: 550px; overflow: hidden; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.featured-image:hover img { transform: scale(1.025); }
.featured-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 64px; }
.featured-copy h3 { margin: 18px 0 23px; font-size: clamp(42px, 4vw, 62px); }
.featured-copy > p { margin-bottom: 28px; color: var(--muted); font-size: 17px; }
.featured-copy .peanut-score { margin-bottom: 32px; }
.opening-note { background: var(--paper); }
.opening-note h2 { margin: 20px 0; font-size: 58px; }
.opening-note p { margin-bottom: 32px; color: var(--muted); font-family: var(--serif); font-size: 21px; line-height: 1.75; }
.latest-section { background: #f5eee9; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 28px; }
.review-card { min-width: 0; }
.card-image { position: relative; height: 294px; display: block; overflow: hidden; border-radius: 3px; background: var(--pink-soft); }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.review-card:hover .card-image img { transform: scale(1.035); }
.card-score { position: absolute; right: 16px; bottom: 16px; width: 62px; height: 62px; display: flex; align-items: baseline; justify-content: center; padding-top: 15px; border-radius: 50%; color: white; background: var(--pink); font-family: var(--serif); font-size: 24px; font-weight: 600; box-shadow: 0 10px 25px rgba(78,16,42,.25); }
.card-score small { font-family: var(--sans); font-size: 8px; }
.card-body { padding: 23px 4px 0; }
.card-body h3 { margin: 13px 0 14px; font-size: 30px; line-height: 1.08; }
.card-body h3 a:hover { color: var(--pink-dark); }
.card-body > p { display: -webkit-box; overflow: hidden; margin-bottom: 20px; color: var(--muted); font-size: 14px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.card-meta { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); color: #8f7e84; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.category-section { background: var(--paper); }
.category-section .shell { display: grid; grid-template-columns: 37% 1fr; gap: 9%; }
.category-intro { padding-top: 12px; }
.category-intro h2 { margin: 19px 0 24px; font-size: 60px; }
.category-intro p { max-width: 390px; color: var(--muted); font-size: 17px; }
.category-list { border-top: 1px solid var(--line); }
.category-list a { min-height: 94px; display: grid; grid-template-columns: 45px 1fr 100px 26px; align-items: center; border-bottom: 1px solid var(--line); transition: color .2s, padding .2s; }
.category-list a:hover { padding-left: 12px; color: var(--pink); }
.category-list span { color: var(--pink); font-family: var(--serif); font-size: 13px; font-style: italic; }
.category-list strong { font-family: var(--serif); font-size: 30px; font-weight: 500; }
.category-list small { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.category-list i { font-style: normal; font-size: 20px; }
.manifesto { padding: 112px 0; color: white; background: var(--pink-dark); }
.manifesto-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.manifesto blockquote { max-width: 850px; margin: 28px 0 20px; font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); font-style: italic; line-height: 1.12; letter-spacing: -.03em; }
.manifesto p { margin: 0; color: #f2b6cd; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

/* Scores */
.peanut-score { --nut-empty: #ead9df; --nut-line: rgba(255,255,255,.6); }
.score-nuts { display: flex; align-items: center; gap: 3px; }
.score-nut { width: 20px; height: 29px; color: var(--pink); }
.score-copy { display: flex; align-items: baseline; gap: 6px; margin-top: 7px; }
.score-copy strong { font-family: var(--serif); font-size: 27px; }
.score-copy span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.peanut-score-compact .score-nut { width: 15px; }

/* Archives */
.archive-hero { padding: 100px 0 82px; text-align: center; background: var(--pink-soft); }
.archive-hero-inner { display: flex; flex-direction: column; align-items: center; }
.archive-hero h1 { margin: 23px 0 20px; font-size: clamp(58px, 7vw, 90px); }
.archive-hero p { max-width: 650px; color: var(--muted); font-family: var(--serif); font-size: 20px; }
.archive-search { width: min(100%, 560px); display: flex; margin-top: 25px; border-bottom: 1px solid #bd8da0; }
.archive-search input { flex: 1; padding: 14px 4px; border: 0; outline: 0; background: transparent; font-size: 15px; }
.archive-search button { width: 46px; border: 0; color: var(--pink); background: transparent; font-size: 22px; cursor: pointer; }
.archive-section { background: var(--paper); }
.archive-count { display: flex; justify-content: space-between; margin-bottom: 34px; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.archive-count a { color: var(--pink); }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; margin-top: 65px; padding-top: 23px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.pagination a:last-child { text-align: right; }
.pagination span { color: var(--muted); }
.empty-state { padding: 70px 20px; text-align: center; }
.empty-state img { margin: 0 auto; }
.empty-state h2 { margin: 23px 0 12px; font-size: 45px; }
.empty-state p { margin-bottom: 28px; color: var(--muted); }

/* Review */
.preview-bar { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 8px 20px; color: white; background: var(--green); font-size: 12px; }
.preview-bar a { margin-left: 15px; border-bottom: 1px solid white; font-weight: 700; }
.review-article { background: var(--paper); }
.review-header { display: grid; grid-template-columns: 1fr 300px; gap: 10%; align-items: end; padding-top: 95px; padding-bottom: 65px; }
.review-heading h1 { max-width: 850px; margin: 22px 0 28px; font-size: clamp(58px, 7vw, 98px); }
.review-deck { max-width: 760px; color: var(--muted); font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.review-byline { display: flex; align-items: center; gap: 12px; margin-top: 28px; }
.byline-avatar { width: 40px; height: 40px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: white; background: var(--pink); font-family: var(--serif); font-size: 20px; font-style: italic; }
.review-byline > span:last-child { display: flex; flex-direction: column; }
.review-byline strong { font-family: var(--serif); font-size: 15px; }
.review-byline small { color: var(--muted); font-size: 10px; letter-spacing: .05em; }
.verdict-card { position: relative; padding: 30px; color: white; background: var(--pink); box-shadow: 12px 12px 0 var(--pink-soft); }
.verdict-label { display: block; margin-bottom: 12px; font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.verdict-card > strong { display: inline; font-family: var(--serif); font-size: 74px; font-weight: 500; line-height: 1; }
.verdict-card > strong + span { font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.verdict-rule { height: 1px; margin: 22px 0; background: rgba(255,255,255,.35); }
.verdict-card dl { margin: 0; }
.verdict-card dl div { display: grid; grid-template-columns: 55px 1fr; gap: 7px; margin-top: 10px; }
.verdict-card dt { color: #f7c8da; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.verdict-card dd { margin: 0; font-family: var(--serif); font-size: 14px; }
.review-hero-image { height: min(72vw, 780px); overflow: hidden; }
.review-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.review-body-grid { display: grid; grid-template-columns: 175px minmax(0, 710px); justify-content: center; gap: 90px; padding-top: 95px; padding-bottom: 80px; }
.review-side { align-self: start; padding-top: 10px; border-top: 1px solid var(--pink); }
.review-side > span { display: block; margin-top: 15px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.review-side > strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.side-links { display: flex; flex-direction: column; gap: 7px; margin-top: 24px; }
.side-links a { color: var(--pink-dark); font-size: 11px; font-weight: 700; }
.prose { color: #3e3036; font-family: var(--serif); font-size: 20px; line-height: 1.85; }
.prose > p:first-child:first-letter { float: left; margin: .1em .09em 0 0; color: var(--pink); font-size: 4.4em; line-height: .72; }
.prose h2 { margin: 2em 0 .7em; color: var(--ink); font-size: 43px; }
.prose h3 { margin: 1.8em 0 .7em; color: var(--ink); font-size: 31px; }
.prose blockquote { margin: 2.2em -50px; padding: 10px 0 10px 28px; border-left: 3px solid var(--pink); color: var(--pink-dark); font-size: 28px; font-style: italic; line-height: 1.5; }
.prose a { color: var(--pink-dark); text-decoration: underline; }
.review-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding-bottom: 100px; }
.review-gallery figure { margin: 0; }
.review-gallery figure:nth-child(3n) { grid-column: 1 / -1; }
.review-gallery img, .review-gallery video { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: #1d1518; }
.review-gallery figcaption { padding-top: 8px; color: var(--muted); font-family: var(--serif); font-size: 13px; font-style: italic; }
.final-score { display: flex; flex-direction: column; align-items: center; padding: 85px 24px; border-top: 1px solid var(--line); }
.final-score h2 { margin: 18px 0 25px; font-size: 58px; }
.final-score .peanut-score { display: flex; flex-direction: column; align-items: center; }
.final-score .score-nut { width: 28px; height: 40px; }
.final-score > p { max-width: 440px; margin: 25px 0 0; color: var(--muted); font-family: var(--serif); font-size: 18px; font-style: italic; }
.related-section { background: #f5eee9; }

/* About */
.about-hero { overflow: hidden; background: var(--pink-soft); }
.about-grid { min-height: 680px; display: grid; grid-template-columns: 58% 42%; align-items: center; }
.about-copy { padding: 80px 8vw 80px 0; }
.about-copy h1 { margin: 25px 0 30px; font-size: clamp(62px, 7vw, 94px); }
.about-copy .lead { max-width: 600px; color: var(--pink-deep); font-family: var(--serif); font-size: 24px; line-height: 1.55; }
.about-portrait-placeholder { align-self: stretch; display: grid; place-items: center; background: linear-gradient(145deg, var(--pink), var(--pink-dark)); }
.about-portrait-placeholder > div { width: 300px; height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.35); color: #f9d6e3; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-align: center; text-transform: uppercase; transform: rotate(3deg); }
.story-grid { display: grid; grid-template-columns: 32% 1fr; gap: 10%; }
.chapter { color: var(--pink); font-family: var(--serif); font-style: italic; }
.story-grid h2 { margin-top: 12px; font-size: 58px; }
.scale-section { background: #f4eae7; }
.scale-heading { max-width: 690px; margin: 0 auto 55px; text-align: center; }
.scale-heading h2 { margin: 19px 0; font-size: 62px; }
.scale-heading p { color: var(--muted); }
.scale-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #dac9c5; border-bottom: 1px solid #dac9c5; }
.scale-grid > div { padding: 38px 28px; border-right: 1px solid #dac9c5; }
.scale-grid > div:last-child { border: 0; }
.scale-grid strong { display: block; color: var(--pink); font-family: var(--serif); font-size: 48px; font-weight: 500; }
.scale-grid span { display: block; margin: 8px 0 13px; font-family: var(--serif); font-size: 22px; }
.scale-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.promise-section { padding: 115px 0; color: white; background: var(--pink-dark); text-align: center; }
.promise-section img { margin: 0 auto 18px; }
.promise-section h2 { margin: 22px 0; font-size: 58px; }
.promise-section p { margin-bottom: 32px; color: #f4bfd3; font-family: var(--serif); font-size: 19px; }

/* Footer */
.site-footer { color: #fcecf2; background: #25171d; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; padding-top: 76px; padding-bottom: 62px; }
.brand-footer .brand-words small { color: #f1a9c4; }
.footer-main > div:first-child > p { margin: 24px 0 0; color: #9f8a92; font-family: var(--serif); font-size: 17px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.footer-links div { display: flex; flex-direction: column; gap: 7px; }
.footer-links span { margin-bottom: 10px; color: #e98eb0; font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.footer-links a { color: #d1bec5; font-family: var(--serif); font-size: 15px; }
.footer-links a:hover { color: white; }
.footer-bottom { min-height: 67px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); color: #78656d; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.error-page { min-height: 70vh; display: grid; place-items: center; padding: 90px 20px; text-align: center; }
.error-page img { margin: 0 auto; }
.error-number { display: block; color: var(--pink-soft); font-family: var(--serif); font-size: 110px; line-height: .8; }
.error-page h1 { margin: 24px 0 12px; font-size: 54px; }
.error-page p { margin-bottom: 28px; color: var(--muted); }

/* Admin */
.admin-page { min-height: 100vh; background: #f6f2ef; }
.admin-sidebar { position: fixed; z-index: 100; inset: 0 auto 0 0; width: 245px; display: flex; flex-direction: column; padding: 28px 22px 20px; color: white; background: #2c1a22; }
.admin-brand { padding: 0 7px; }
.admin-brand .brand-words strong { font-size: 21px; }
.admin-brand .brand-words small { color: #ed98b8; }
.admin-sidebar nav { display: flex; flex-direction: column; gap: 5px; margin-top: 57px; }
.admin-sidebar nav a { display: flex; align-items: center; gap: 13px; padding: 11px 13px; border-radius: 7px; color: #c8b7be; font-size: 12px; font-weight: 600; }
.admin-sidebar nav a span { width: 20px; color: #e87da6; font-size: 17px; text-align: center; }
.admin-sidebar nav a:hover, .admin-sidebar nav a.is-active { color: white; background: rgba(255,255,255,.08); }
.admin-user { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.admin-user > div { display: flex; min-width: 0; flex-direction: column; }
.admin-user strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; }
.admin-user small { color: #917c85; font-size: 9px; }
.admin-user form, .admin-user button { margin: 0; }
.admin-user button { border: 0; color: #d984a4; background: transparent; cursor: pointer; }
.admin-main { min-height: 100vh; margin-left: 245px; padding: 55px clamp(32px, 5vw, 80px) 80px; }
.admin-mobile-bar { display: none; }
.flash { margin-bottom: 22px; padding: 13px 17px; border-radius: 5px; font-size: 12px; }
.flash-success { color: #275c4c; background: #dcebe5; }
.flash-warning { color: #76520d; background: #f5e6bd; }
.admin-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 46px; }
.admin-eyebrow { color: var(--pink); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.admin-header h1 { margin: 10px 0 8px; font-size: clamp(43px, 5vw, 61px); }
.admin-header p { margin: 0; color: var(--muted); font-size: 13px; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 45px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 10px 35px rgba(67,32,46,.04); }
.stat-grid > div { position: relative; display: flex; min-height: 145px; flex-direction: column; justify-content: center; padding: 26px 31px; border-right: 1px solid var(--line); }
.stat-grid > div:last-child { border: 0; }
.stat-grid span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.stat-grid strong { margin: 7px 0 2px; color: var(--pink-dark); font-family: var(--serif); font-size: 48px; font-weight: 500; line-height: 1; }
.stat-grid small { color: #a4969b; font-size: 10px; }
.admin-list-section { overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.admin-section-heading { min-height: 95px; display: flex; align-items: center; justify-content: space-between; padding: 20px 28px; border-bottom: 1px solid var(--line); }
.admin-section-heading h2 { margin: 0 0 5px; font-family: var(--sans); font-size: 16px; font-weight: 700; letter-spacing: 0; }
.admin-section-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.admin-section-heading > a { color: var(--pink); font-size: 11px; font-weight: 700; }
.review-table-head, .review-row { display: grid; grid-template-columns: minmax(260px, 2fr) 80px 100px 100px 25px; align-items: center; gap: 16px; }
.review-table-head { padding: 10px 24px; color: #9a8c91; background: #faf7f4; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.review-row { min-height: 82px; padding: 11px 24px; border-top: 1px solid #eee6e2; font-size: 11px; transition: background .2s; }
.review-row:hover { background: var(--pink-pale); }
.review-title-cell { display: flex; align-items: center; gap: 14px; min-width: 0; }
.review-title-cell img, .review-thumb-placeholder { width: 54px; height: 54px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 3px; object-fit: cover; }
.review-thumb-placeholder { color: white; background: var(--pink-soft); font-family: var(--serif); font-size: 22px; }
.review-title-cell > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.review-title-cell strong { overflow: hidden; font-family: var(--serif); font-size: 16px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.review-title-cell small { overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.table-score { color: var(--pink); font-family: var(--serif); font-size: 21px; }
.table-score small { font-family: var(--sans); font-size: 8px; }
.status-dot { width: 7px; height: 7px; display: inline-block; margin-right: 6px; border-radius: 50%; }
.status-published { background: #4e9c78; }.status-draft { background: #d9a84b; }
.row-arrow { color: var(--pink); font-size: 17px; }
.admin-empty { padding: 65px 20px; text-align: center; }
.admin-empty img { margin: 0 auto; }
.admin-empty h3 { margin: 20px 0 8px; font-size: 33px; }
.admin-empty p { margin-bottom: 25px; color: var(--muted); font-size: 12px; }

/* Login */
.login-page { min-height: 100vh; }
.login-shell { min-height: 100vh; display: grid; grid-template-columns: 43% 57%; }
.login-art { display: flex; flex-direction: column; padding: 50px 55px; color: white; background: linear-gradient(145deg, rgba(111,24,61,.88), rgba(217,59,120,.9)), url("../img/review-placeholder.svg") center/cover; }
.login-art blockquote { max-width: 470px; margin: auto 0 25px; font-family: var(--serif); font-size: clamp(40px, 5vw, 65px); font-style: italic; line-height: 1.1; letter-spacing: -.035em; }
.login-art > span { color: #f5bfd4; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.login-panel { display: grid; place-items: center; padding: 50px; background: var(--paper); }
.login-form-wrap { width: min(100%, 420px); }
.login-form-wrap h1 { margin: 20px 0; font-size: 58px; }
.login-form-wrap > p { margin-bottom: 35px; color: var(--muted); font-size: 13px; }
.login-form-wrap form > label { display: block; margin-bottom: 19px; color: #55484d; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.login-form-wrap input { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 3px; outline: 0; background: white; font-size: 15px; }
.login-form-wrap input:focus { border-color: var(--pink); box-shadow: 0 0 0 3px var(--pink-soft); }
.turnstile-wrap { min-height: 65px; margin: 4px 0 18px; }
.login-back { display: block; margin-top: 25px; color: var(--muted); font-size: 10px; text-align: center; }
.form-error-banner { display: flex; flex-direction: column; margin-bottom: 22px; padding: 13px 16px; border-left: 3px solid #c33; color: #7d2929; background: #fae7e7; font-size: 11px; }

/* Editor */
.editor-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 32px; }
.editor-header > div:first-child > a { color: var(--pink); font-size: 10px; font-weight: 700; }
.editor-header h1 { margin: 9px 0 3px; font-size: 47px; }
.editor-header p { margin: 0; color: var(--muted); font-size: 10px; }
.editor-header-actions { display: flex; gap: 9px; }
.editor-grid { display: grid; grid-template-columns: minmax(0, 1fr) 285px; align-items: start; gap: 25px; }
.editor-primary { display: flex; flex-direction: column; gap: 20px; }
.editor-card, .score-editor-card, .publish-card, .danger-card { border: 1px solid var(--line); background: var(--paper); box-shadow: 0 8px 28px rgba(70,34,48,.035); }
.editor-card { padding: 32px; }
.editor-card-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.editor-card-heading > div { display: flex; align-items: baseline; gap: 12px; }
.editor-card-heading span { color: var(--pink); font-family: var(--serif); font-size: 12px; font-style: italic; }
.editor-card-heading h2 { margin: 0; font-size: 30px; }
.editor-card-heading p { margin: 0; color: var(--muted); font-size: 9px; }
.field { margin-bottom: 22px; }
.field:last-child { margin-bottom: 0; }
.field label { display: block; margin-bottom: 7px; color: #51454a; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field label span { color: #a79ba0; font-weight: 500; letter-spacing: 0; text-transform: none; }
.field input, .field textarea, .field select { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 3px; outline: 0; color: var(--ink); background: white; font-size: 13px; }
.field textarea { resize: vertical; line-height: 1.6; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--pink); box-shadow: 0 0 0 3px var(--pink-pale); }
.field-title input { padding: 4px 0 12px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; font-family: var(--serif); font-size: 34px; }
.field-title input:focus { border-color: var(--pink); box-shadow: none; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field-row-thirds { grid-template-columns: repeat(3, 1fr); }
.field-error { display: block; margin-top: 5px; color: #bb3030; font-size: 10px; }
.field-help { display: block; margin-top: 6px; color: var(--muted); font-size: 9px; }
.editor-toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: 3px; padding: 7px; border: 1px solid var(--line); border-bottom: 0; border-radius: 3px 3px 0 0; background: #faf7f5; }
.editor-toolbar button { min-width: 31px; height: 29px; padding: 0 7px; border: 0; border-radius: 3px; background: transparent; font-size: 11px; cursor: pointer; }
.editor-toolbar button:hover { color: var(--pink); background: white; }
.editor-toolbar > span { width: 1px; height: 19px; margin: 0 3px; background: var(--line); }
.rich-editor { min-height: 380px; padding: 24px; border: 1px solid var(--line); border-radius: 0 0 3px 3px; outline: 0; background: white; font-family: var(--serif); font-size: 18px; line-height: 1.8; }
.rich-editor:focus { border-color: var(--pink); box-shadow: 0 0 0 3px var(--pink-pale); }
.rich-editor:empty:before { content: attr(data-placeholder); color: #b5a8ad; pointer-events: none; }
.rich-editor h2 { margin: 1.7em 0 .5em; font-size: 32px; }.rich-editor h3 { margin: 1.5em 0 .5em; font-size: 25px; }
.rich-editor blockquote { margin: 1.5em 0; padding-left: 18px; border-left: 3px solid var(--pink); color: var(--pink-dark); font-style: italic; }
.rich-editor-value { display: none; }
.featured-upload { position: relative; min-height: 300px; display: grid; place-items: center; overflow: hidden; border: 1px dashed #d8c4cc; border-radius: 4px; background: var(--pink-pale); }
.featured-upload > img[data-image-preview] { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.upload-copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; padding: 30px; text-align: center; }
.upload-copy strong { margin: 10px 0 4px; font-family: var(--serif); font-size: 22px; }
.upload-copy span { margin-bottom: 16px; color: var(--muted); font-size: 9px; }
.upload-copy input { display: none; }
.featured-upload.is-dragging { border-color: var(--pink); background: var(--pink-soft); }
.file-input { padding: 8px!important; }
.gallery-editor { display: grid; gap: 13px; margin-top: 22px; }
.gallery-editor-item { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 13px; border: 1px solid var(--line); }
.gallery-editor-item img, .gallery-editor-item video { width: 150px; height: 120px; object-fit: cover; background: #1d1518; }
.gallery-editor-item label { display: block; margin-bottom: 6px; color: var(--muted); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.gallery-editor-item input { width: 100%; padding: 7px; border: 1px solid var(--line); font-size: 11px; }
.danger-link { padding: 0; border: 0; color: #b42c45; background: transparent; font-size: 10px; font-weight: 700; text-decoration: underline; cursor: pointer; }
.seo-card { padding: 0; }
.seo-card summary { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; cursor: pointer; list-style: none; }
.seo-card summary span { display: flex; flex-direction: column; }.seo-card summary strong { font-size: 12px; }.seo-card summary small { color: var(--muted); font-size: 9px; }.seo-card summary i { color: var(--pink); font-size: 20px; font-style: normal; }
.details-body { padding: 0 28px 28px; }
.input-prefix { display: flex; align-items: center; border: 1px solid var(--line); background: white; }
.input-prefix span { padding-left: 10px; color: var(--muted); font-size: 11px; }
.input-prefix input { border: 0; box-shadow: none!important; }
.editor-sidebar { position: sticky; top: 20px; display: flex; flex-direction: column; gap: 18px; }
.score-editor-card, .publish-card, .danger-card { padding: 25px; }
.score-editor-card { text-align: center; }
.score-editor-card h2 { margin: 16px 0 10px; font-size: 31px; }
.score-live strong { color: var(--pink); font-family: var(--serif); font-size: 66px; font-weight: 500; line-height: 1; }
.score-live span { color: var(--muted); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.score-editor-card input[type=range] { width: 100%; margin: 25px 0 6px; accent-color: var(--pink); }
.score-scale { display: flex; justify-content: space-between; color: #9b8c91; font-size: 8px; }
.publish-card h3, .danger-card h3 { margin: 0 0 18px; font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: 0; }
.choice-row, .check-row { display: flex; gap: 10px; margin-bottom: 13px; cursor: pointer; }
.choice-row input, .check-row input { margin-top: 3px; accent-color: var(--pink); }
.choice-row span, .check-row span { display: flex; flex-direction: column; }
.choice-row strong, .check-row strong { font-size: 10px; }.choice-row small, .check-row small { color: var(--muted); font-size: 8px; }
.publish-card > .field { margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
.publish-card .button { margin-top: 16px; }
.save-note { display: block; margin-top: 9px; color: #9a8c91; font-size: 8px; text-align: center; }
.danger-card { border-color: #efd3d8; background: #fff9f9; }
.danger-card p { color: var(--muted); font-size: 10px; }

@media (max-width: 1080px) {
  .site-nav { gap: 20px; }
  .site-nav > a:nth-child(4) { display: none; }
  .hero-grid { grid-template-columns: 56% 44%; }
  .hero-copy h1 { font-size: 64px; }
  .featured-copy { padding: 45px; }
  .category-section .shell { grid-template-columns: 40% 1fr; gap: 6%; }
  .category-intro h2 { font-size: 48px; }
  .admin-sidebar { width: 210px; }
  .admin-main { margin-left: 210px; padding-inline: 35px; }
  .editor-grid { grid-template-columns: minmax(0, 1fr) 250px; }
}

@media (max-width: 820px) {
  .shell, .wide-shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 78px 0; }
  .header-inner { height: 72px; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 24px 30px; border-top: 1px solid var(--line); background: var(--cream); box-shadow: 0 20px 40px rgba(50,20,32,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav > a, .site-nav > a:nth-child(4) { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 22px; }
  .site-nav > a:after { display: none; }
  .search-toggle { margin-top: 15px; }
  .search-inner { grid-template-columns: 1fr auto; padding-block: 15px; }
  .search-inner label { grid-column: 1/-1; }
  .hero:before { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 68px 0 35px; }
  .hero-copy h1 { font-size: clamp(55px, 14vw, 78px); }
  .hero-art { height: 530px; }
  .hero-art > svg { right: 50%; width: 500px; height: 560px; transform: translateX(50%); }
  .hero-stamp { top: 30px; right: 5%; }
  .featured-review { grid-template-columns: 1fr; }
  .featured-image { min-height: 420px; }
  .featured-copy { padding: 42px 30px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .category-section .shell { grid-template-columns: 1fr; }
  .category-intro { margin-bottom: 30px; }
  .review-header { grid-template-columns: 1fr; gap: 45px; padding-top: 70px; }
  .verdict-card { width: min(100%, 400px); }
  .review-body-grid { grid-template-columns: 1fr; gap: 45px; padding-top: 65px; }
  .review-side { max-width: 260px; }
  .prose blockquote { margin-inline: 0; }
  .about-grid { grid-template-columns: 1fr; }
  .about-copy { padding-right: 0; }
  .about-portrait-placeholder { min-height: 520px; }
  .story-grid { grid-template-columns: 1fr; gap: 35px; }
  .scale-grid { grid-template-columns: repeat(2, 1fr); }
  .scale-grid > div:nth-child(2) { border-right: 0; }.scale-grid > div:nth-child(-n+2) { border-bottom: 1px solid #dac9c5; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
  .admin-sidebar { transform: translateX(-100%); transition: transform .25s; }
  .admin-sidebar.is-open { transform: none; }
  .admin-mobile-bar { position: sticky; z-index: 90; top: 0; height: 61px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .admin-mobile-bar .brand { font-family: var(--serif); font-weight: 600; }
  .admin-mobile-bar button { border: 0; color: var(--pink); background: transparent; font-size: 11px; font-weight: 700; }
  .admin-main { margin-left: 0; padding: 40px 24px 70px; }
  .editor-grid { grid-template-columns: 1fr; }
  .editor-sidebar { position: static; }
  .review-table-head { display: none; }
  .review-row { grid-template-columns: 1fr 60px 80px 20px; }
  .review-row > span:nth-child(4) { display: none; }
  .login-shell { grid-template-columns: 1fr; }
  .login-art { min-height: 380px; padding: 35px; }
  .login-panel { padding: 60px 24px; }
}

@media (max-width: 560px) {
  .hero-copy { padding-top: 52px; }
  .hero-copy h1 { margin-top: 20px; font-size: 52px; }
  .hero-copy p { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-art { height: 440px; }
  .hero-art > svg { width: 430px; height: 480px; }
  .hero-stamp { width: 105px; height: 105px; }
  .hero-note { display: none; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section-heading h2 { font-size: 43px; }
  .featured-image { min-height: 300px; }
  .featured-copy { padding: 35px 24px; }
  .featured-copy h3 { font-size: 40px; }
  .opening-note h2 { font-size: 43px; }
  .card-grid { grid-template-columns: 1fr; gap: 45px; }
  .card-image { height: 300px; }
  .category-intro h2 { font-size: 44px; }
  .category-list a { grid-template-columns: 36px 1fr 22px; }
  .category-list small { display: none; }
  .manifesto { padding: 82px 0; }.manifesto blockquote { font-size: 39px; }
  .archive-hero { padding: 70px 0 60px; }.archive-hero h1 { font-size: 54px; }
  .review-heading h1 { font-size: 52px; }
  .review-deck { font-size: 19px; }
  .review-hero-image { width: 100%; height: 62vh; }
  .review-body-grid { padding-top: 55px; }
  .prose { font-size: 18px; }.prose h2 { font-size: 36px; }.prose blockquote { font-size: 24px; }
  .review-gallery { grid-template-columns: 1fr; }.review-gallery figure:nth-child(3n) { grid-column: auto; }
  .final-score { padding-inline: 0; }.final-score h2 { font-size: 45px; }.final-score .score-nut { width: 22px; }
  .about-copy h1 { font-size: 52px; }.about-portrait-placeholder { min-height: 430px; }
  .story-grid h2, .scale-heading h2, .promise-section h2 { font-size: 44px; }
  .scale-grid { grid-template-columns: 1fr; }.scale-grid > div { border-right: 0; border-bottom: 1px solid #dac9c5!important; }.scale-grid > div:last-child { border-bottom: 0!important; }
  .footer-main { padding-top: 55px; }.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; }
  .admin-main { padding-inline: 15px; }
  .admin-header, .editor-header { align-items: flex-start; flex-direction: column; gap: 20px; }
  .admin-header h1 { font-size: 43px; }
  .stat-grid { grid-template-columns: 1fr; }.stat-grid > div { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }
  .review-row { grid-template-columns: 1fr 50px 20px; padding-inline: 12px; }.review-row > span:nth-child(3) { display: none; }
  .editor-card { padding: 22px 17px; }
  .field-row, .field-row-thirds { grid-template-columns: 1fr; gap: 0; }
  .field-title input { font-size: 28px; }
  .rich-editor { min-height: 320px; padding: 17px; }
  .gallery-editor-item { grid-template-columns: 1fr; }.gallery-editor-item img, .gallery-editor-item video { width: 100%; height: 180px; }
  .editor-header-actions { width: 100%; }.editor-header-actions .button { flex: 1; padding-inline: 14px; }
  .login-art { min-height: 320px; }.login-art blockquote { font-size: 38px; }.login-form-wrap h1 { font-size: 49px; }
}

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