/*
Theme Name: Zips Puzzles
Description: A bright, book-led home for every kind of detective. Editable with WordPress blocks.
Version: 1.1.0
Author: Zips Puzzles
Text Domain: zipspuzzles
Requires at least: 6.6
Requires PHP: 7.4
License: GPLv2 or later
*/
/*
Zips Puzzles — book-led, editable WordPress design.
Native block markup lives in content/. Custom form and style-scale styles
are intentionally scoped with zp- classes.
*/
:root {
  --zp-ink: #171b20;
  --zp-muted: #62666b;
  --zp-yellow: #f6c744;
  --zp-yellow-soft: #fff8de;
  --zp-paper: #faf9f5;
  --zp-line: #e6e4dd;
  --zp-red: #ad3025;
  --zp-width: 1240px;
  --zp-gutter: 48px;
  --zp-serif: Georgia, "Times New Roman", serif;
  --zp-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: #fff; color: var(--zp-ink); font-family: var(--zp-sans); font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, input[type="submit"], a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #17648c; outline-offset: 5px; }
::selection { background: #ffe596; color: var(--zp-ink); }
h1, h2, h3, h4, p { overflow-wrap: break-word; }
h1, h2, h3, h4 { color: var(--zp-ink); }
h1, h2 { font-family: var(--zp-serif); font-weight: 700; letter-spacing: -.048em; line-height: 1.09; }
h2 { font-size: clamp(36px, 4.1vw, 56px); margin: 14px 0 24px; }
h3 { font-size: 21px; font-weight: 750; line-height: 1.3; letter-spacing: -.025em; }
p { margin-top: 0; margin-bottom: 1.15em; }
.wp-site-blocks > * + *, .wp-block-post-content > * + * { margin-block-start: 0; }
.wp-site-blocks { padding: 0; }
.wp-block-post-content { margin: 0; }
.wp-block-columns { margin-bottom: 0; }
.wp-block-column { min-width: 0; }
.wp-block-image img { vertical-align: middle; }
.zp-section, .zp-home-hero, .zp-book-hero {
  width: calc(100% - var(--zp-gutter) * 2);
  max-width: var(--zp-width) !important;
  margin-inline: auto;
}
.zp-section { padding-block: 100px; }
.zp-eyebrow {
  margin: 0 0 18px !important;
  font-family: var(--zp-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.55;
  text-transform: uppercase;
}
.zp-lead { color: #454a50; font-size: 19px; line-height: 1.65; }
.zp-section-intro { max-width: 640px !important; margin-inline: 0 !important; color: var(--zp-muted); font-size: 18px; }
.wp-block-buttons { gap: 12px; align-items: center; }
.zp-button .wp-block-button__link,
.zp-button-secondary .wp-block-button__link,
.zp-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: var(--zp-sans);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .005em;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.zp-button .wp-block-button__link, .zp-submit { background: var(--zp-ink); color: #fff; }
.zp-button .wp-block-button__link:hover, .zp-submit:hover { background: #313940; transform: translateY(-2px); box-shadow: 0 5px 14px #17202814; }
.zp-button-secondary .wp-block-button__link { background: transparent; color: var(--zp-ink); border-color: #b8babe; }
.zp-button-secondary .wp-block-button__link:hover { background: #f5f4ef; border-color: var(--zp-ink); }
.zp-text-link { font-weight: 700; text-decoration: none; border-bottom: 1px solid #b2b6b9; padding-bottom: 3px; }
.zp-text-link:hover { border-color: var(--zp-ink); }
.zp-text-link span { display: inline-block; margin-left: 6px; }
.zp-header {
  width: calc(100% - var(--zp-gutter) * 2);
  max-width: var(--zp-width) !important;
  min-height: 100px;
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--zp-line);
}
.zp-brand { margin: 0; font-size: 28px; font-family: var(--zp-serif); font-weight: 700; letter-spacing: -.04em; line-height: 1.1; }
.zp-brand a { text-decoration: none; }
.zp-brand small { display: block; font-family: var(--zp-sans); font-size: 8px; font-weight: 650; letter-spacing: .22em; line-height: 1.5; margin-top: 6px; text-transform: uppercase; }
.zp-nav, .zp-nav .wp-block-navigation__container { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin: 0; padding: 0; list-style: none; }
.zp-nav a { font-size: 13px; font-weight: 650; text-decoration: none; }
.zp-nav a:hover { text-decoration: underline; }
.zp-nav .zp-nav-club, .zp-nav .zp-nav-club a { background: var(--zp-yellow); border-radius: 4px; padding: 11px 16px; }
.zp-nav .zp-nav-club a { margin: -11px -16px; }
.zp-home-hero { padding: 74px 0 86px; }
.zp-home-hero-layout { align-items: center !important; gap: 36px !important; }
.zp-hero-copy { position: relative; z-index: 2; }
.zp-home-title { font-size: clamp(54px, 5.2vw, 72px); line-height: 1.08; margin: 0 0 27px !important; max-width: none !important; letter-spacing: -.06em; }
.zp-hero-copy > .zp-lead, .zp-club-copy > p, .zp-book-copy > .zp-scale { margin-inline: 0 !important; }
.zp-hero-copy .zp-lead { max-width: 485px; margin: 0 0 29px; font-size: 20px; }
.zp-hero-note { margin: 15px 0 0 !important; color: var(--zp-muted); font-size: 12px; }
.zp-hero-collage { position: relative; height: 568px; isolation: isolate; max-width: 540px !important; }
.zp-hero-collage::before { content: ""; position: absolute; z-index: -2; top: 40px; right: -16px; width: 94%; height: 78%; border-radius: 50%; background: #fff8e6; }
.zp-hero-cover { position: absolute; z-index: 3; top: 20px; left: 12%; width: 66%; margin: 0 !important; transform: rotate(-6deg); }
.zp-hero-cover img { width: 100%; box-shadow: 10px 18px 30px #2d292927, 2px 4px 6px #2d292920; border-radius: 1px 4px 4px 1px; }
.zp-hero-cover a { display: block; }
.zp-hero-paper { position: absolute; z-index: 1; width: 49%; margin: 0 !important; box-shadow: 0 8px 24px #24242415; }
.zp-hero-paper img { width: 100%; background: white; border: 1px solid #e5e3df; }
.zp-hero-paper-one { top: 55px; right: 2%; transform: rotate(12deg); }
.zp-hero-paper-two { bottom: 14px; right: 0; transform: rotate(9deg); z-index: 2; width: 41%; }
.zp-spotlight-stamp { position: absolute; z-index: 4; left: 7%; bottom: 10px; margin: 0 !important; padding: 12px 19px; background: var(--zp-yellow); color: var(--zp-ink); font-size: 10px; font-weight: 850; letter-spacing: .15em; box-shadow: 0 3px 0 #171b20; transform: rotate(-4deg); }
.zp-spotlight { padding-block: 80px; border-top: 1px solid var(--zp-line); border-bottom: 1px solid var(--zp-line); }
.zp-spotlight-layout { align-items: center !important; gap: 80px !important; }
.zp-spotlight-copy > p:not(.zp-eyebrow):not(.zp-lead):not(.zp-spotlight-bookname) { color: var(--zp-muted); }
.zp-spotlight-bookname { margin-top: 0; font-size: 15px; font-weight: 750; }
.zp-spotlight-copy .zp-lead { font-size: 18px; }
.zp-spotlight-copy .wp-block-buttons { margin-top: 27px; }
.zp-spotlight-art { padding: 32px; background: var(--zp-paper); transform: rotate(2deg); border: 1px solid #eeece6; }
.zp-spotlight-image { max-width: 360px !important; }
.zp-spotlight-image img { width: 100%; max-height: 390px; object-fit: contain; object-position: center; box-shadow: 0 5px 20px #1c252615; }
.zp-image-note { margin: 16px 0 0 !important; font-size: 11px; text-align: center; color: var(--zp-muted); }
.zp-books { padding-top: 104px; padding-bottom: 92px; }
.zp-book-grid { margin-top: 42px; gap: 29px !important; align-items: stretch !important; }
.zp-book-grid > .wp-block-column { display: flex; }
.zp-book-card { width: 100%; display: flex; flex-direction: column; min-width: 0; }
.zp-book-card > * { width: 100%; }
.zp-cover-stage { display: flex; align-items: center; justify-content: center; padding: 26px 32px; height: 348px; margin: 0 0 25px !important; position: relative; }
.zp-stage-blue { background: #eef3f6; }
.zp-stage-yellow { background: #fff6dc; }
.zp-stage-rose { background: #f8eeeb; }
.zp-stage-mint { background: #eef3ee; }
.zp-card-cover { margin: 0 !important; max-width: 185px !important; transition: transform .22s ease; }
.zp-card-cover a { display: block; }
.zp-card-cover img { width: auto; height: 282px; object-fit: contain; box-shadow: 5px 10px 14px #1d252921; border-radius: 1px 3px 3px 1px; }
.zp-card-cover:hover { transform: rotate(-2deg) translateY(-4px); }
.zp-book-card h3 { margin: 0 0 12px !important; font-size: 22px; min-height: 57px; }
.zp-book-card h3 a { text-decoration: none; }
.zp-book-card h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; }
.zp-card-description { font-size: 14px; line-height: 1.7; color: var(--zp-muted); margin: 0 0 20px !important; min-height: 97px; }
.zp-book-card .zp-scale { margin-top: auto; }
.zp-card-link { font-size: 12px; margin: 21px 0 0 !important; }
.zp-scale { margin: 20px 0; font-size: 12px; }
.zp-scale-labels { display: flex; justify-content: space-between; gap: 12px; margin: 0 0 9px; font-size: 10px; font-weight: 650; color: #5b6167; }
.zp-scale-labels span { display: inline-flex; align-items: center; gap: 5px; }
.zp-scale-labels svg { width: 15px; height: 15px; }
.zp-scale-track, .zp-scale-rail { position: relative; width: 100%; height: 4px; margin: 11px 0; background: linear-gradient(90deg, #d9e2df, #f5db82); border-radius: 99px; }
.zp-scale-marker { position: absolute; top: 50%; left: var(--brain, 50%); width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: #25292d; box-shadow: 0 0 0 1px #25292d; transform: translate(-50%, -50%); }
.zp-scale-caption, .zp-scale-name { color: var(--zp-muted); font-size: 11px; margin: 8px 0 0; }
.zp-scale-explainer { color: #74787b; font-size: 11px; margin-top: 31px !important; }
.zp-club-section { max-width: none !important; width: 100%; margin: 0; background: var(--zp-yellow-soft); border-top: 1px solid #f5eabd; border-bottom: 1px solid #f5eabd; }
.zp-club-inner { padding-block: 90px; }
.zp-club-layout { align-items: center !important; gap: 88px !important; }
.zp-club-copy h2 { font-size: clamp(38px, 4.15vw, 58px); }
.zp-club-copy .zp-lead { max-width: 465px; color: var(--zp-ink); }
.zp-club-copy > p:not(.zp-eyebrow):not(.zp-lead):not(.zp-club-signoff) { max-width: 440px; color: #67634f; font-size: 16px; }
.zp-club-signoff { display: inline-block; margin-top: 10px; padding-bottom: 6px; border-bottom: 3px solid var(--zp-yellow); font-family: var(--zp-serif); font-size: 20px; font-style: italic; }
.zp-club-form { padding: 34px; background: #fff; border-radius: 8px; box-shadow: 0 7px 24px #8874290b; }
.zp-club-layout [data-reach-form] { width: 100%; min-width: 0; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 7px 24px #8874290b; }
.zp-club-layout [data-reach-form] iframe { display: block; width: 100% !important; max-width: 100%; border: 0; }
.zp-club-form p { font-size: 13px; }
.zp-field { margin-bottom: 18px; }
.zp-field label, .zp-club-form > label { display: block; color: var(--zp-ink); font-size: 12px; font-weight: 750; margin-bottom: 7px; }
.zp-field input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
.zp-field textarea,
.zp-field select,
.zp-club-form input[type="email"],
.zp-club-form input[type="text"],
.zp-club-form textarea {
  width: 100%; min-height: 48px; border: 1px solid #d8dade; border-radius: 4px; padding: 11px 13px; color: var(--zp-ink); background: #fff; font-size: 16px; line-height: 1.45;
}
.zp-field input::placeholder, .zp-club-form input::placeholder { color: #92979b; }
.zp-club-form input:focus, .zp-club-form textarea:focus { border-color: #17648c; }
.zp-club-form input[type="range"] { width: 100%; margin: 16px 0 10px; accent-color: var(--zp-ink); cursor: pointer; }
.zp-club-form input[type="checkbox"] { accent-color: var(--zp-ink); width: 16px; height: 16px; vertical-align: middle; flex: 0 0 auto; }
.zp-form-consent, .zp-consent, .zp-checkbox { display: flex; align-items: flex-start; gap: 9px; font-size: 11px; font-weight: 400 !important; line-height: 1.6; color: var(--zp-muted); }
.zp-consent input, .zp-form-consent input { margin-top: 3px; }
.zp-club-form > .zp-consent { display: flex; font-size: 11px; margin-top: 20px; }
.zp-slider-labels, .zp-range-labels { display: flex; justify-content: space-between; gap: 15px; font-size: 11px; color: var(--zp-muted); }
.zp-slider-value, .zp-range-value { display: block; font-size: 12px; text-align: center; color: var(--zp-muted); }
.zp-club-form fieldset { min-width: 0; margin: 0 0 20px; padding: 0; border: 0; }
.zp-club-form legend { font-size: 12px; font-weight: 750; margin-bottom: 6px; }
.zp-submit { width: 100%; cursor: pointer; margin-top: 15px; }
.zp-submit[disabled] { cursor: wait; opacity: .65; transform: none; }
.zp-form-status { font-size: 13px; line-height: 1.6; margin-top: 16px; }
.zp-form-status:empty { display: none; }
.zp-form-status.is-error, .zp-form-status[data-status="error"] { color: #9c2727; }
.zp-form-status.is-success, .zp-form-status[data-status="success"] { color: #1b684b; }
.zp-form-fineprint, .zp-form-note { margin: 12px 0 0; font-size: 10px !important; color: var(--zp-muted); line-height: 1.55; }
.zp-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.zp-about { padding-block: 88px; }
.zp-about-layout { gap: 75px !important; }
.zp-about .zp-lead { font-size: 20px; }
.zp-about a { white-space: normal; }
.zp-footer { max-width: var(--zp-width) !important; width: calc(100% - var(--zp-gutter) * 2); margin: 0 auto; padding: 30px 0 38px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; border-top: 1px solid var(--zp-line); font-size: 11px; color: var(--zp-muted); }
.zp-footer p { margin: 0; font-size: 11px; }
.zp-footer a { color: var(--zp-ink); text-decoration: none; }
.zp-footer a:hover { text-decoration: underline; }
.zp-footer .wp-block-navigation__container { gap: 22px; }
.zp-book-hero { padding-block: 72px 82px; }
.zp-book-layout { gap: 85px !important; align-items: center !important; }
.zp-book-cover { max-width: 365px !important; margin: 0 auto !important; padding: 0 12px 0 0; }
.zp-book-cover img { width: 100%; box-shadow: 10px 15px 25px #16253020, 2px 3px 5px #16253019; border-radius: 1px 4px 4px 1px; }
.zp-book-title { font-size: clamp(42px, 4.6vw, 64px); margin: 0 0 24px !important; line-height: 1.065; }
.zp-book-copy .zp-lead { margin-bottom: 22px; }
.zp-book-copy > p:not(.zp-eyebrow):not(.zp-lead) { font-size: 16px; color: var(--zp-muted); }
.zp-book-copy .zp-scale { max-width: 320px; margin: 30px 0; }
.zp-book-copy .wp-block-buttons { margin-top: 30px; }
.zp-book-details { border-top: 1px solid var(--zp-line); padding-block: 76px; }
.zp-book-features { margin-top: 40px; gap: 50px !important; counter-reset: features; }
.zp-book-features > .wp-block-column { counter-increment: features; }
.zp-book-features > .wp-block-column::before { content: "0" counter(features); display: block; font-size: 11px; font-weight: 750; letter-spacing: .07em; color: #9b7820; margin-bottom: 14px; }
.zp-book-features h3 { margin: 0 0 12px !important; }
.zp-book-features p { color: var(--zp-muted); font-size: 15px; }
.zp-look-inside { padding-block: 70px 85px; border-top: 1px solid var(--zp-line); }
.zp-look-inside > p:not(.zp-eyebrow) { color: var(--zp-muted); }
.zp-previews { gap: 30px !important; margin-top: 35px; align-items: flex-start !important; }
.zp-preview { padding: 16px; background: var(--zp-paper); border: 1px solid #eeece6; margin: 0 !important; }
.zp-preview a { display: block; }
.zp-preview img { display: block; width: 100%; box-shadow: 0 3px 10px #1a283314; transition: transform .2s ease; }
.zp-preview a:hover img { transform: translateY(-3px); }
.zp-preview figcaption { margin: 13px 0 0; font-size: 10px; text-align: center; color: var(--zp-muted); }
.zp-book-club { padding: 56px 65px; margin-bottom: 85px; background: var(--zp-yellow-soft); text-align: center; }
.zp-book-club h2 { font-size: clamp(33px, 3.5vw, 47px); }
.zp-book-club > p:not(.zp-eyebrow) { max-width: 620px !important; margin-inline: auto !important; color: #67634f; font-size: 16px; }
.zp-book-club .wp-block-buttons { justify-content: center; margin-top: 25px; }
.zp-page-content { max-width: 760px; margin: 60px auto 80px; padding-inline: 24px; }
.zp-page-content h1 { font-size: 48px; }
.zp-page-content h2 { font-size: 30px; }
.zp-club-form .zp-join-consent { font-size: 14px; line-height: 1.55; color: #242424; margin: 20px 0 4px; text-align: left; }
.zp-thank-you { background: #fff8de; border-radius: 16px; padding: 48px 42px; box-sizing: border-box; }
.zp-thank-you h1 { margin: 12px 0 22px; line-height: 1.08; }
.zp-thank-you p { margin-bottom: 20px; }
.zp-thank-you .wp-block-buttons { margin: 28px 0; }
.zp-thanks-small { font-size: 13px; line-height: 1.6; color: #62666b; }
@media(max-width:781px) { .zp-thank-you { margin: 28px 20px 48px; padding: 30px 24px; } }

@media (max-width: 1100px) {
  :root { --zp-gutter: 36px; }
  .zp-home-title { font-size: 54px; }
  .zp-home-hero-layout { gap: 20px !important; }
  .zp-hero-collage { height: 500px; }
  .zp-hero-cover { top: 46px; left: 9%; width: 70%; }
  .zp-hero-paper-one { top: 74px; }
  .zp-hero-paper-two { bottom: 26px; }
  .zp-spotlight-stamp { bottom: 10px; }
  .zp-spotlight-layout, .zp-book-layout { gap: 55px !important; }
  .zp-club-layout { gap: 45px !important; }
  .zp-cover-stage { height: 292px; padding: 20px; }
  .zp-card-cover img { height: 242px; }
  .zp-book-grid { gap: 20px !important; }
  .zp-book-card h3 { font-size: 20px; min-height: 53px; }
  .zp-card-description { min-height: 120px; }
}
@media (max-width: 1000px) {
  .zp-home-title { font-size: clamp(40px, 5.35vw, 54px); }
  .zp-hero-copy .zp-lead { font-size: 18px; }
  .zp-hero-collage { height: 456px; }
  .zp-home-hero { padding-block: 56px 67px; }
  .zp-hero-cover { top: 48px; }
  .zp-hero-paper-two { bottom: 45px; }
  .zp-spotlight-stamp { bottom: 25px; left: 3%; }
  .zp-book-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 45px 30px !important; }
  .zp-cover-stage { height: 360px; padding: 28px; }
  .zp-card-cover { max-width: 195px !important; }
  .zp-card-cover img { height: 296px; }
  .zp-book-card h3 { min-height: 0; }
  .zp-card-description { min-height: 72px; }
  .zp-book-copy .zp-lead { font-size: 17px; }
  .zp-book-title { font-size: 44px; }
  .zp-book-layout { gap: 40px !important; }
  .zp-about-layout { gap: 35px !important; }
}
@media (max-width: 781px) {
  .zp-home-hero-layout, .zp-spotlight-layout, .zp-club-layout, .zp-book-layout, .zp-about-layout { flex-wrap: nowrap !important; }
}
@media (max-width: 760px) {
  :root { --zp-gutter: 24px; }
  body { font-size: 16px; }
  .zp-header { min-height: 82px; padding-block: 18px; gap: 18px; }
  .zp-brand { font-size: 24px; }
  .zp-nav, .zp-nav .wp-block-navigation__container { gap: 17px; }
  .zp-nav a { font-size: 12px; }
  .zp-nav .zp-nav-club, .zp-nav .zp-nav-club a { padding: 9px 12px; }
  .zp-nav .zp-nav-club a { margin: -9px -12px; }
  .zp-section { padding-block: 62px; }
  h2 { font-size: 39px; }
  .zp-home-hero { padding-block: 48px 44px; }
  .zp-home-hero-layout, .zp-spotlight-layout, .zp-club-layout, .zp-book-layout, .zp-about-layout { flex-direction: column; flex-wrap: nowrap !important; gap: 35px !important; }
  .zp-home-hero-layout > .wp-block-column, .zp-spotlight-layout > .wp-block-column, .zp-club-layout > .wp-block-column, .zp-book-layout > .wp-block-column, .zp-about-layout > .wp-block-column { width: 100%; flex-basis: auto !important; }
  .zp-home-title { font-size: clamp(44px, 8vw, 62px); max-width: 570px !important; }
  .zp-hero-copy .zp-lead { max-width: 525px; font-size: 18px; }
  .zp-hero-collage { height: 490px; width: 430px; max-width: 100% !important; margin-inline: auto; }
  .zp-hero-cover { top: 12px; left: 12%; width: 66%; }
  .zp-hero-paper-one { top: 35px; }
  .zp-hero-paper-two { bottom: 27px; right: 2%; }
  .zp-spotlight-stamp { bottom: 8px; left: 8%; }
  .zp-spotlight-art { max-width: 480px !important; margin-inline: auto !important; padding: 25px; transform: rotate(1deg); }
  .zp-spotlight-layout { gap: 38px !important; }
  .zp-book-grid { gap: 36px 24px !important; }
  .zp-cover-stage { height: 315px; }
  .zp-card-cover img { height: 260px; }
  .zp-card-description { min-height: 96px; }
  .zp-club-copy h2 { font-size: 42px; }
  .zp-club-form { padding: 28px; }
  .zp-about-layout { gap: 12px !important; }
  .zp-about .zp-lead { font-size: 18px; }
  .zp-about h2 { margin-bottom: 10px; }
  .zp-footer { align-items: flex-start; padding-block: 25px 32px; }
  .zp-book-hero { padding-block: 42px 54px; }
  .zp-book-layout { gap: 42px !important; }
  .zp-book-cover { max-width: 270px !important; padding: 0; }
  .zp-book-title { font-size: 45px; }
  .zp-book-features { gap: 28px !important; flex-direction: column; }
  .zp-book-features > .wp-block-column { flex-basis: auto !important; }
  .zp-previews { gap: 15px !important; flex-wrap: nowrap !important; }
  .zp-preview { padding: 9px; }
  .zp-preview figcaption { font-size: 9px; }
  .zp-book-club { padding: 42px 25px; margin-bottom: 55px; }
}
@media (max-width: 480px) {
  :root { --zp-gutter: 20px; }
  .zp-header { flex-wrap: wrap; align-items: center; gap: 15px; padding-block: 20px 16px; }
  .zp-brand { font-size: 26px; }
  .zp-brand small { font-size: 7px; }
  .zp-nav, .zp-nav .wp-block-navigation__container { gap: 15px; }
  .zp-nav a { font-size: 11px; }
  .zp-nav .zp-nav-club, .zp-nav .zp-nav-club a { padding: 8px 10px; }
  .zp-nav .zp-nav-club a { margin: -8px -10px; }
  .zp-home-title { font-size: clamp(41px, 11.3vw, 53px); letter-spacing: -.06em; }
  .zp-eyebrow { font-size: 9px; letter-spacing: .13em; }
  .zp-hero-copy .zp-lead { font-size: 17px; }
  .zp-button .wp-block-button__link, .zp-button-secondary .wp-block-button__link { min-height: 48px; padding: 12px 17px; font-size: 12px; }
  .wp-block-buttons { gap: 9px; }
  .zp-hero-note { font-size: 11px; }
  .zp-hero-collage { height: 408px; width: 340px; }
  .zp-hero-cover { top: 17px; left: 10%; width: 66%; }
  .zp-hero-paper-one { top: 34px; right: 5%; }
  .zp-hero-paper-two { right: 2%; bottom: 30px; }
  .zp-spotlight-stamp { bottom: 11px; left: 4%; padding: 10px 15px; font-size: 9px; }
  h2 { font-size: 34px; }
  .zp-section-intro, .zp-lead { font-size: 17px; }
  .zp-book-grid { grid-template-columns: 1fr; gap: 40px !important; margin-top: 30px; }
  .zp-book-card { max-width: 100%; }
  .zp-cover-stage { height: 365px; padding: 30px; margin-bottom: 20px !important; }
  .zp-card-cover { max-width: 205px !important; }
  .zp-card-cover img { height: 304px; }
  .zp-book-card h3 { font-size: 25px; }
  .zp-card-description { min-height: 0; margin-bottom: 12px !important; font-size: 15px; }
  .zp-book-card .zp-scale { margin-top: 8px; }
  .zp-scale-labels { font-size: 11px; }
  .zp-card-link { font-size: 13px; margin-top: 16px !important; }
  .zp-club-copy h2 { font-size: 39px; }
  .zp-club-form { padding: 24px 20px; }
  .zp-club-signoff { font-size: 18px; }
  .zp-book-title { font-size: 38px; }
  .zp-book-hero { padding-block: 36px 46px; }
  .zp-book-cover { max-width: 238px !important; }
  .zp-book-copy .zp-lead { font-size: 18px; }
  .zp-previews { flex-direction: column; gap: 25px !important; }
  .zp-previews > .wp-block-column { flex-basis: auto !important; width: 100%; }
  .zp-preview { padding: 15px; }
  .zp-preview figcaption { font-size: 11px; }
  .zp-book-club h2 { font-size: 33px; }
  .zp-footer { flex-direction: column; gap: 17px; }
  .zp-page-content h1 { font-size: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.zp-skip-link {position:absolute;left:20px;top:-100px;z-index:1000;background:#171b20;color:white;padding:12px 20px}.zp-skip-link:focus{top:10px}
.zp-nav p {margin:0}.zp-footer-links {display:flex;gap:24px;flex-wrap:wrap}.zp-footer-links p{margin:0}.zp-about-art{max-width:340px!important;margin:20px 0 0!important}.zp-about-art img{mix-blend-mode:multiply}
.zp-reach-wrap{background:#fff;border-radius:8px;padding:8px 8px 20px}.zp-reach-consent{padding:0 25px;font-size:11px;color:#62666b;line-height:1.6}.zp-reach-wrap iframe{max-width:100%;border:0;width:100%}.zp-reach-wrap [data-reach-form]{box-shadow:none}
.zp-lightbox{border:0;border-radius:8px;max-width:95vw;max-height:94vh;padding:50px 20px 20px;background:white;box-shadow:0 20px 80px #0005}.zp-lightbox::backdrop{background:#071524d9}.zp-lightbox img{display:block;max-width:86vw;max-height:78vh;width:auto;height:auto;margin:auto}.zp-lightbox-close{position:absolute;right:12px;top:8px;border:0;border-radius:4px;background:#171b20;color:white;padding:8px 14px;cursor:pointer}.zp-lightbox-caption{font-size:12px;text-align:center;margin:10px 0 0}
@media(max-width:480px){.zp-nav{width:100%;justify-content:space-between}.zp-home-hero{padding-top:34px}.zp-lightbox{padding-inline:8px}.zp-lightbox img{max-width:88vw}.zp-reach-consent{padding-inline:15px}}
