/* ---- Self-hosted fonts. Files live in /fonts/. ---- */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;
  src:url('fonts/inter-400.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;
  src:url('fonts/inter-500.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;
  src:url('fonts/inter-600.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;
  src:url('fonts/inter-700.woff2') format('woff2');}
@font-face{font-family:'Amatic SC';font-style:normal;font-weight:700;font-display:swap;
  src:url('fonts/amatic-sc-700.woff2') format('woff2');}
@font-face{font-family:'Newsreader';font-style:italic;font-weight:400;font-display:swap;
  src:url('fonts/newsreader-italic-400.woff2') format('woff2');}
/* ============================================================
   Aha! Puzzle Books — one stylesheet for every page.
   Colors live in the :root block directly below.
   ============================================================ */

:root{
  --paper:#FBF6EC;    /* field-guide cream - the page background */
  --cream:#F5EEDF;    /* slightly deeper band */
  --sun:#FBEBC0;      /* hushed yellow */
  --ink:#241611;
  --soft:#5E5348;
  --red:#8E1B20;      /* brick red - buttons and accents */
  --red-dk:#6E1418;
  --olive:#4E7A2E;    /* editorial kicker labels */
  --gold:#F5A623;
  --line:#DFD2B8;
  --rule:#C9B48A;
  --radius:14px;      /* every box, button and field - matches the book covers */
  --wrap:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:18px;line-height:1.62;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
h1,h2,h3{font-family:"Amatic SC","Arial Narrow","Haettenschweiler",Impact,sans-serif;font-weight:700;
         margin:0 0 .34em;line-height:1.02;letter-spacing:.025em}
/* Default sizes. Without these, any heading not covered by a specific rule
   below fell back to the browser default, which in Amatic looks tiny. */
h1{font-size:clamp(3.3rem,8vw,5.5rem)}
h2{font-size:clamp(2.5rem,5.5vw,3.2rem)}
h3{font-size:2rem}
h4{font-family:"Amatic SC","Arial Narrow","Haettenschweiler",Impact,sans-serif;font-weight:700;font-size:1.9rem;
   margin:0 0 .3em;line-height:1.05;letter-spacing:.025em}
p{margin:0 0 1em}
:focus-visible{outline:3px solid var(--red);outline-offset:3px;border-radius:6px}

/* ================= HEADER — compact ================= */
.site-header{
  position:sticky;top:0;z-index:60;background:rgba(251,246,236,.94);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line);
}
.hdr{
  max-width:var(--wrap);margin:0 auto;padding:8px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.hdr{transition:padding .28s ease}
.hdr .brand img{height:132px;width:auto;transition:height .28s ease}  /* <- logo size at top */
.site-header.shrink .hdr{padding:6px 24px}
.site-header.shrink .hdr .brand img{height:52px}                      /* <- logo size once scrolled */
@media(max-width:600px){.hdr .brand img{height:88px}}
.nav{display:flex;align-items:center;gap:2px}
.nav a{
  font-family:Inter,Arial,sans-serif;text-decoration:none;color:var(--soft);font-weight:500;font-size:.95rem;
  padding:8px 14px;border-radius:var(--radius);white-space:nowrap;
}
.nav a:hover{color:var(--ink);background:var(--cream)}
.nav a.on{color:var(--ink);box-shadow:inset 0 -2px 0 var(--red)}
.nav a.cta{background:var(--red);color:var(--paper);padding:10px 20px;margin-left:8px;border-radius:var(--radius)}
.nav a.cta:hover{background:var(--red-dk);color:#fff}
.burger{display:none;background:none;border:1px solid var(--line);border-radius:var(--radius);
        padding:9px 13px;font-size:1.05rem;cursor:pointer;color:var(--ink)}
@media(max-width:900px){
  .burger{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;
       align-items:stretch;background:#fff;border-bottom:1px solid var(--line);padding:10px 24px 16px}
  .nav.open{display:flex}
  .nav a{padding:13px 12px;font-size:1.05rem}
  .nav a.cta{margin:8px 0 0;text-align:center}
}

/* ================= HERO ================= */
.hero{text-align:center;padding:70px 0 8px}
.hero h1.script{margin:0 auto 22px;max-width:min(760px,88vw)}
.hero h1.script img{width:100%;height:auto}
@media(max-width:600px){.hero h1.script{max-width:92vw;margin-bottom:16px}}
.hero .lede{color:var(--soft);font-size:1.15rem;max-width:32em;margin:0 auto}

/* ================= CARD DECK ================= */
.deck-eyebrow{
  text-align:center;text-transform:uppercase;letter-spacing:.17em;
  font-size:.95rem;font-weight:700;color:var(--olive);margin:46px 0 16px;
}
.deck{
  display:flex;gap:14px;height:480px;
  max-width:var(--wrap);margin:0 auto 72px;padding:0 24px;
}
.card{
  position:relative;flex:1 1 0;min-width:0;border-radius:var(--radius);overflow:hidden;
  border:1px solid var(--line);background:var(--cream);
  transition:flex-grow .5s cubic-bezier(.2,.75,.3,1);
  display:flex;flex-direction:column;
}
.card:hover,.card:has(:focus-visible){flex-grow:3}

/* collapsed face */
.card .face{
  position:relative;flex:1;display:grid;grid-template-rows:200px 74px;
  align-content:center;justify-items:center;padding:26px;gap:16px;text-align:center;
}
.card .face > div:last-child{align-self:start}
/* every card's graphic lives in an identical 200px box, so the titles below line up */
.card .media{display:grid;place-items:center;width:100%;height:200px}
.card .media img{max-height:190px;max-width:100%;width:auto;
                 transition:transform .5s ease,filter .5s ease}
.card h1,.card h2,.card h3{font-size:2.25rem;margin:0;line-height:1.02}
.card .face .sub{margin:0;font-size:.95rem;color:var(--soft)}

/* revealed panel */
.card .panel{
  max-height:0;opacity:0;overflow:hidden;
  transition:max-height .5s ease,opacity .35s .1s ease,padding .5s ease;
  padding:0 26px;
}
.card:hover .panel,.card:has(:focus-visible) .panel{max-height:340px;opacity:1;padding:0 26px 26px}
.card .panel p{font-size:.97rem;color:var(--soft);margin:0 0 14px}
.pill{
  display:inline-block;background:var(--red);color:var(--paper);text-decoration:none;
  font-weight:500;font-size:.93rem;padding:10px 20px;border-radius:var(--radius);
}
.pill:hover{background:var(--red-dk)}
.pill.ghost{background:transparent;color:var(--red);box-shadow:inset 0 0 0 1px var(--rule)}
.pill.ghost:hover{background:var(--red);color:#fff}

/* ---- CARD 1: the book spread ---- */
.card-books{background:linear-gradient(170deg,#FFF9F0,#FFEFD8)}
/* ---------- book fan on the home card ---------- */
/* Vertical position of the resting book fan.
   The covers are shorter than the other cards' icons, so where they sit in
   this box is a judgement call. Change align-items to move them:
       flex-start  = flush with the top   (floats high)
       center      = optically level with the icons next door  <-- current
       flex-end    = flush with the bottom (sits low, close to the heading)
   For a smaller nudge, leave it on center and adjust translateY below. */
.coverfan{display:flex;align-items:center;justify-content:center;height:190px;
          transform:translateY(0)}
.coverfan a{
  position:relative;flex:0 0 auto;width:100px;margin-left:-40px;
  border-radius:6px;overflow:hidden;transform-origin:bottom center;
  box-shadow:0 8px 20px rgba(36,22,17,.30);
  transition:transform .42s cubic-bezier(.2,.8,.3,1),margin-left .42s ease,box-shadow .3s ease;
}
.coverfan a:first-child{margin-left:0}
.coverfan a:hover,.coverfan a:focus-visible{
  transform:translateY(-16px) scale(1.14);
  box-shadow:0 18px 40px rgba(36,22,17,.42);
  z-index:5;position:relative;
}

/* ---- CARD 2: reader club ---- */
.card-club{background:linear-gradient(170deg,#F6FDEE,#D9F4C2)}   /* fresh green */
.card-club:hover .face img,.card-club:has(:focus-visible) .face img{transform:scale(1.12)}

/* ---- CARD 3: take a peek, bulb lights up ---- */
.card-peek{background:linear-gradient(170deg,#FBF7F2,#F3ECE2)}
.card-peek .face img{filter:grayscale(.85) brightness(.92)}
.card-peek:hover .face img,.card-peek:has(:focus-visible) .face img{
  filter:grayscale(0) brightness(1.06) drop-shadow(0 0 26px rgba(245,166,35,.85));
  transform:scale(1.06);
}
.card-peek:hover,.card-peek:has(:focus-visible){background:linear-gradient(170deg,#FFFDF6,#FFF3D9)}

/* ---- CARD 4: hello ---- */
.card-hello{background:linear-gradient(170deg,#F1F7FC,#D7E8F5)}  /* hushed blue */
.card-hello:hover .media img,.card-hello:has(:focus-visible) .media img{transform:rotate(-6deg) scale(1.07)}

@media(max-width:900px){
  .deck{flex-direction:column;height:auto;gap:16px}
  .card{flex:none}
  .card .panel{max-height:none;opacity:1;padding:0 26px 26px}
  .card .face{padding:26px 26px 6px}
  .card .face{grid-template-rows:160px auto}
  .card .face > div:last-child{align-self:center}
  .card .media{height:160px}
  .card .media img{max-height:155px}
  .coverfan{height:150px}
  .coverfan a{margin-left:-24px;width:92px}
}

/* ================= SIGNUP ================= */
.signup-band{background:var(--sun);padding:66px 0}
.signup-inner{
  max-width:940px;margin:0 auto;padding:0 24px;
  display:grid;gap:40px;grid-template-columns:1fr 1fr;align-items:center;
}
.signup-inner h2{font-size:clamp(3rem,6.5vw,4.3rem)}
.signup-inner .lede{color:var(--soft)}
form.signup{background:#FFFDF8;border-radius:var(--radius);padding:28px;box-shadow:0 12px 34px rgba(36,22,17,.09)}
.field{display:block;margin-bottom:14px}
.field > span{display:block;font-weight:600;font-size:.9rem;margin-bottom:5px}
.field input,.field select{
  width:100%;font:inherit;font-size:1rem;padding:12px 14px;
  border:1px solid var(--line);border-radius:var(--radius);background:#FFFDFA;color:var(--ink);
}
.field input:focus,.field select:focus{border-color:var(--red);outline:none}
button.go{
  width:100%;border:none;background:var(--red);color:var(--paper);cursor:pointer;
  font-family:Inter,Arial,sans-serif;font-weight:500;font-size:1rem;
  padding:15px;border-radius:var(--radius);margin-top:4px;
}
button.go:hover{background:var(--red-dk)}
.hp{position:absolute;left:-9999px}
.fine{font-size:.85rem;color:var(--soft);margin:12px 0 0;text-align:center}
@media(max-width:820px){.signup-inner{grid-template-columns:1fr}}

/* ================= PROMISES + FOOTER ================= */
.promises{padding:60px 0 24px}
.pgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:1000px;margin:0 auto;text-align:center}
.pgrid > div{padding:0 26px;border-left:1px solid var(--line)}
.pgrid > div:first-child{border-left:0}
.pgrid .ring{width:92px;height:92px;border-radius:50%;background:var(--sun);
             margin:0 auto 16px;display:grid;place-items:center}
.pgrid .ring img{width:66px;height:66px;object-fit:contain}
.pgrid h4{font-family:"Amatic SC","Arial Narrow","Haettenschweiler",Impact,sans-serif;font-weight:700;font-size:2rem;margin:0 0 2px}
.pgrid p{margin:0;color:var(--soft);font-size:.96rem;max-width:22em;margin-inline:auto}
@media(max-width:760px){
  .pgrid{grid-template-columns:1fr;gap:34px}
  .pgrid > div{border-left:0;padding:0}
}
/* Footer gold — hue 46, softened from the logo #FECE3E. Brighter: #FECE3E. Softer: #FBE7A6. */
.site-footer{background:#FADC79;color:#3A2410;padding:46px 0 30px;margin-top:40px;font-size:.95rem}
.site-footer a{color:#3A2410;text-decoration:none}
.site-footer a:hover{text-decoration:underline;color:#8E1418}
.fcols{display:grid;gap:30px;grid-template-columns:1.6fr 1fr 1fr 1fr}
.fcols h5{font-family:Inter,Arial,sans-serif;font-size:.78rem;letter-spacing:.16em;
  text-transform:uppercase;color:#8A5A0F;margin:0 0 12px;font-weight:700}
.fcols ul{list-style:none;margin:0;padding:0}
.fcols li{margin-bottom:7px}
.fbrand img{height:56px;width:auto;margin-bottom:12px}
.fbrand p{color:#6B4A1E;font-size:.9rem;max-width:26em}
.fbottom{margin-top:32px;padding-top:18px;border-top:1px solid rgba(58,36,16,.22);color:#6B4A1E;font-size:.85rem}
@media(max-width:820px){.fcols{grid-template-columns:1fr 1fr}}

/* ============================================================
   SHARED PAGE FURNITURE (books, bonus, about, contact, etc.)
   ============================================================ */

/* ---------- page header band ---------- */
.page-head{padding:56px 0 40px;border-bottom:1px solid var(--line);text-align:center}
.page-head h1{font-size:clamp(3.3rem,8vw,5.5rem);margin:0 0 14px}
.page-head .lede{color:var(--soft);font-size:1.12rem;max-width:34em;margin:0 auto}
.eyebrow{font-family:Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.17em;
         font-size:.95rem;font-weight:700;color:var(--olive);margin:0 0 14px}
.hairline{height:1px;background:linear-gradient(to right,var(--rule),rgba(201,180,138,0));
          margin:18px 0 22px;border:0}
.caption{font-family:Newsreader,serif;font-style:italic;color:#8A7A66;
         font-size:.95rem;margin:10px 0 0}

.section{padding:60px 0}
.section-cream{background:var(--cream)}
.section-white{background:#FFFDF8}
.section-sun{background:var(--sun)}
.narrow{max-width:760px;margin-inline:auto}
.stack > * + *{margin-top:34px}
.muted{color:var(--soft)}
.small{font-size:.92rem}
.center{text-align:center}

/* ---------- book rows on books.html ---------- */
.booklist{display:grid;gap:56px}
.bookrow{display:grid;grid-template-columns:300px minmax(0,1fr);gap:40px;align-items:start}
.bookrow > div{min-width:0}
.bookrow .shot{border-radius:var(--radius);overflow:hidden;box-shadow:0 14px 34px rgba(36,22,17,.18);
  display:block;width:100%;padding:0;border:none;background:none;cursor:pointer;
  transition:transform .25s ease,box-shadow .25s ease}
.bookrow .shot:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(36,22,17,.26)}
.bookrow .shot img{width:100%;display:block}
.bookrow h2{font-size:2.9rem;margin:0 0 8px}
.bookrow .tags{display:flex;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:0 0 16px}
.bookrow .tags li{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);
                  padding:5px 13px;font-size:.8rem;font-weight:600;color:var(--soft)}
.bookrow .specs{list-style:none;padding:0;margin:0 0 22px}
.bookrow .specs li{position:relative;padding-left:20px;margin-bottom:7px;
                   color:var(--soft);font-size:.97rem}
.bookrow .specs li::before{content:"";position:absolute;left:0;top:.5em;width:8px;height:8px;
                           border-radius:2px;background:var(--gold)}
.bookrow .btn-row{display:flex;gap:12px;flex-wrap:wrap}
@media(max-width:800px){.bookrow{grid-template-columns:1fr;gap:24px}
  .bookrow .shot{max-width:280px}}

/* ---------- buttons ---------- */
.btn{display:inline-block;text-decoration:none;cursor:pointer;border:none;
     font-family:Inter,Arial,sans-serif;font-weight:500;font-size:.98rem;
     padding:13px 28px;border-radius:var(--radius);
     background:var(--red);color:var(--paper);transition:background .15s ease}
.btn:hover{background:var(--red-dk)}
.btn.ghost{background:transparent;color:var(--red);box-shadow:inset 0 0 0 1px var(--rule)}
.btn.ghost:hover{background:var(--red);color:#fff}
.btn.gold{background:var(--gold);color:var(--ink)}
.btn.gold:hover{background:#E09612}

/* ---------- peek gallery ---------- */
.peek-strip{display:flex;gap:14px;overflow-x:auto;min-width:0;max-width:100%;
  padding:4px 4px 14px;scroll-snap-type:x mandatory}
.peek-strip button{scroll-snap-align:start;flex:0 0 auto;border:1px solid var(--line);
  background:none;padding:0;border-radius:var(--radius);overflow:hidden;cursor:pointer;
  width:132px;transition:transform .2s ease,box-shadow .2s ease}
.peek-strip button:hover{transform:translateY(-4px);box-shadow:0 10px 22px rgba(36,22,17,.18)}
.peek-strip img{width:100%;height:auto;display:block}

.lightbox{position:fixed;inset:0;z-index:200;background:rgba(24,14,9,.92);
  display:none;align-items:center;justify-content:center;padding:20px}
.lightbox.open{display:flex}
.lightbox figure{margin:0;max-width:min(760px,92vw);max-height:92vh;
  display:flex;flex-direction:column;align-items:center;gap:12px}
.lightbox img{max-width:100%;max-height:82vh;width:auto;border-radius:var(--radius);
  box-shadow:0 20px 50px rgba(0,0,0,.5);background:#fff}
.lightbox figcaption{color:#F0E6DC;font-size:.9rem}
.lb-btn{position:absolute;top:50%;transform:translateY(-50%);border:none;cursor:pointer;
  background:rgba(255,255,255,.14);color:#fff;font-size:1.7rem;line-height:1;
  width:52px;height:52px;border-radius:50%}
.lb-btn:hover{background:rgba(255,255,255,.26)}
.lb-prev{left:16px}.lb-next{right:16px}
.lb-close{position:absolute;top:16px;right:16px;transform:none;font-size:1.4rem}
@media(max-width:620px){.lb-btn{width:44px;height:44px;font-size:1.4rem}}

/* ---------- FAQ ---------- */
.faq{border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line);padding:18px 0}
.faq summary{font-family:Inter,Arial,sans-serif;font-weight:600;font-size:1.16rem;cursor:pointer;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq summary::before{content:"+";color:var(--olive);font-weight:800;margin-right:10px}
.faq details[open] summary::before{content:"–"}
.faq p{margin:12px 0 0;color:var(--soft)}

/* ---------- callout ---------- */
.callout{background:var(--sun);border-radius:var(--radius);padding:26px 28px;margin:34px 0}
.callout p:last-child{margin-bottom:0}

/* ---------- standalone form card ---------- */
.formcard{background:#FFFDF8;border-radius:var(--radius);padding:30px;
          box-shadow:0 12px 34px rgba(36,22,17,.09);max-width:560px;margin-inline:auto}
.formcard textarea{width:100%;font:inherit;font-size:1rem;padding:12px 14px;
  border:1px solid var(--line);border-radius:var(--radius);background:#FFFDFA;color:var(--ink);resize:vertical}
.formcard textarea:focus{border-color:var(--red);outline:none}

/* ---------- steps ---------- */
.steps{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));margin-top:34px}
.step{background:#FFFDF8;border:1px solid var(--line);border-radius:var(--radius);padding:24px}
.section-cream .step,.section-sun .step{background:#FFFDF8}
.step .num{display:block;font-size:.78rem;font-weight:700;letter-spacing:.16em;
           color:var(--olive);margin-bottom:10px}
.step h1,.step h2,.step h3,.step h4{font-size:2.3rem;margin:0 0 6px}
.step p{margin:0;color:var(--soft);font-size:.96rem}


/* ---------- book fan: first cover on top, fanning right ---------- */
.coverfan a:nth-child(1){z-index:20}
.coverfan a:nth-child(2){z-index:19}
.coverfan a:nth-child(3){z-index:18}
.coverfan a:nth-child(4){z-index:17}
.coverfan a:nth-child(5){z-index:16}
.coverfan a:nth-child(6){z-index:15}
.coverfan a:nth-child(7){z-index:14}
.coverfan a:nth-child(8){z-index:13}
.coverfan a:nth-child(9){z-index:12}
.coverfan a:nth-child(10){z-index:11}

/* closed: only the first three show, level and evenly spaced */
.coverfan a:nth-child(n+4){display:none}

/* open: the whole catalog fans out, first cover forward and larger */
.card-books:hover .coverfan a:nth-child(n+4),
.card-books:has(:focus-visible) .coverfan a:nth-child(n+4){display:block}
.card-books:hover .coverfan a,
.card-books:has(:focus-visible) .coverfan a{margin-left:-30px}
.card-books:hover .coverfan a:first-child,
.card-books:has(:focus-visible) .coverfan a:first-child{margin-left:0}

/* The first cover sits forward by default - but steps back the moment you
   point at any individual cover, so only ONE book is ever raised at a time.
   Without the :not(), the first cover stayed big while you hovered book 2. */
.card-books:hover .coverfan:not(:hover) a:first-child,
.card-books:has(:focus-visible) .coverfan:not(:focus-within) a:first-child{
  transform:scale(1.24) translateY(-4px);
  box-shadow:0 18px 38px rgba(36,22,17,.44);
}

/* hovering an individual cover brings that one forward */
.coverfan a:hover,.coverfan a:focus-visible{
  z-index:40;transform:scale(1.20) translateY(-10px);
  box-shadow:0 20px 42px rgba(36,22,17,.48);
}

/* ============================================================
   HIGHLIGHTS PAGE
   ============================================================ */
.hl{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hl.flip > div:first-child{order:2}
.hl img{border-radius:var(--radius);box-shadow:0 16px 38px rgba(36,22,17,.20)}
.hl h2{font-size:3rem;margin:0 0 10px}
.hl p{color:var(--soft)}
.hl p:last-child{margin-bottom:0}
@media(max-width:820px){.hl{grid-template-columns:1fr;gap:26px}.hl.flip > div:first-child{order:0}}

.spec-table{width:100%;border-collapse:collapse;margin-top:10px;font-size:.97rem}
.spec-table th,.spec-table td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--line)}
.spec-table th{font-family:Inter,Arial,sans-serif;font-weight:600;font-size:1.12rem;
  background:var(--cream);width:38%;letter-spacing:-.01em;color:var(--ink)}
.spec-table td{color:var(--soft)}

.soon{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:18px 0 0}
.soon li{background:#FFFDF8;border:1px dashed var(--line);border-radius:var(--radius);
         padding:9px 18px;font-weight:600;font-size:.93rem;color:var(--soft)}
.soon li::before{content:"Coming soon \00B7 ";color:var(--olive);font-weight:700;font-size:.76rem;
                 letter-spacing:.06em;text-transform:uppercase}

/* ============================================================
   ARTWORK / GALLERY
   ============================================================ */
.artgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:20px}
.arttile{border-radius:var(--radius);overflow:hidden;background:var(--cream);
         box-shadow:0 10px 26px rgba(36,22,17,.14);position:relative}
.arttile img{width:100%;height:auto;display:block}
.arttile figcaption{padding:12px 14px;font-size:.88rem;color:var(--soft);background:#FFFDF8;
  font-family:Newsreader,serif;font-style:italic}
.arttile .dl{display:block;padding:11px 14px;background:var(--red);color:#fff;
             text-align:center;font-weight:700;font-size:.9rem;text-decoration:none}
.arttile .dl:hover{background:var(--red-dk)}

.locked{background:var(--sun);border-radius:var(--radius);padding:30px;text-align:center;margin:0 0 40px}
.locked h2{margin:0 0 6px;font-size:2.6rem}
.locked p{margin:0 0 18px;color:var(--soft)}

.video-placeholder{background:var(--cream);border:2px dashed var(--line);border-radius:var(--radius);
  padding:46px 30px;text-align:center;color:var(--soft)}
.video-placeholder strong{display:block;color:var(--ink);font-size:1.05rem;margin-bottom:8px}


/* ---------- gallery hub: one card per book ---------- */
.galcards{display:grid;gap:26px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.galcard{display:flex;flex-direction:column;text-decoration:none;color:inherit;
  background:#FFFDF8;border-radius:var(--radius);overflow:hidden;
  box-shadow:0 10px 26px rgba(36,22,17,.14);
  transition:transform .25s ease,box-shadow .25s ease}
.galcard:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(36,22,17,.24)}
.galcard-shot{display:block;overflow:hidden}
.galcard-shot img{width:100%;display:block}
.galcard-body{display:block;padding:20px 22px 24px}
.galcard-title{display:block;font-family:"Amatic SC","Arial Narrow","Haettenschweiler",Impact,sans-serif;font-weight:700;
  font-size:2rem;line-height:1.02;letter-spacing:.025em;margin-bottom:4px}
.galcard-count{display:block;font-size:.9rem;color:var(--soft)}
