
:root{
  --paper:#d8c49d;
  --garnet:#6f130f;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%}
body{
  background:var(--paper);
  font-family:Georgia,"Times New Roman",serif;
}
.home{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  min-height:100vh;
  background:var(--paper);
}
.poster{
  position:relative;
  width:min(100vw, 1024px);
  aspect-ratio:1024/1436;
  margin:0 auto;
  background:#e6d2a8;
  box-shadow:0 0 24px rgba(51,35,15,.12);
}
.poster img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  user-select:none;
  -webkit-user-drag:none;
}

/* Clickable overlays only. No visual artwork has been changed or covered. */
.hotspot{
  position:absolute;
  bottom:4.974%;
  height:5.241%;
  text-decoration:none;
  border-radius:4px;
}
.hotspot:focus-visible{
  outline:3px solid #f2d28a;
  outline-offset:-3px;
  background:rgba(255,255,255,.08);
}
.new-release{left:3.2%;width:21.0%}
.books{left:24.6%;width:13.2%}
.maps{left:38.0%;width:13.2%}
.about{left:51.3%;width:14.0%}
.blog{left:65.6%;width:13.0%}
.contact{left:79.0%;width:17.3%}

.inner{
  min-height:100vh;
  padding:44px 18px;
  background:#d8c49d;
}
.inner-card{
  max-width:900px;
  margin:0 auto;
  padding:38px 40px;
  background:#f1e3c4;
  border:1px solid rgba(125,82,28,.45);
}
.inner h1{
  margin-top:0;
  text-align:center;
  color:#6f130f;
}
.inner p{
  font-size:1.08rem;
  line-height:1.65;
}
.back{
  color:#6f130f;
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid currentColor;
}

@media (max-width:700px){
  .poster{
    width:100vw;
    max-width:none;
    box-shadow:none;
  }
  .inner{padding:18px 10px}
  .inner-card{padding:24px 20px}
}


/* ===========================
   NEW RELEASE PAGE
   =========================== */
.release-page{
  margin:0;
  color:#172b38;
  background:
    linear-gradient(rgba(239,224,190,.90),rgba(239,224,190,.90)),
    url("homepage-reference.png") center 20% / cover fixed no-repeat;
  font-family:Georgia,"Times New Roman",serif;
}
.release-shell{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
  padding:26px 0 48px;
}
.release-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:0 4px 18px;
  border-bottom:1px solid rgba(126,83,30,.45);
}
.release-brand{
  color:#711813;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
  text-decoration:none;
  font-size:1.1rem;
}
.release-nav{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.release-nav a{
  color:#172b38;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.82rem;
}
.release-hero{
  display:grid;
  grid-template-columns:minmax(260px, .82fr) minmax(330px, 1.18fr);
  gap:clamp(34px,6vw,76px);
  align-items:center;
  padding:54px 34px 50px;
}
.release-cover-wrap{
  text-align:center;
}
.release-cover{
  display:block;
  width:min(100%,390px);
  margin:auto;
  border:1px solid rgba(83,50,18,.5);
  box-shadow:0 16px 30px rgba(45,31,17,.25);
}
.eyebrow{
  margin:0 0 13px;
  color:#9a6519;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:1.2rem;
}
.release-copy h1{
  margin:0;
  color:#711813;
  font-size:clamp(2.6rem,5.5vw,5rem);
  line-height:.92;
  text-transform:uppercase;
  letter-spacing:.025em;
}
.release-subtitle{
  margin:12px 0 24px;
  color:#172b38;
  font-size:clamp(1.3rem,2.3vw,1.85rem);
  font-style:italic;
}
.release-rule{
  width:150px;
  height:1px;
  background:#a36b1c;
  margin:0 0 24px;
  position:relative;
}
.release-rule:after{
  content:"★";
  position:absolute;
  left:67px;
  top:-10px;
  padding:0 7px;
  background:#eee0bd;
  color:#8b1d16;
  font-size:.85rem;
}
.release-hook{
  font-size:clamp(1.08rem,1.6vw,1.28rem);
  line-height:1.65;
  color:#342819;
  max-width:610px;
}
.amazon-button{
  display:inline-block;
  margin-top:15px;
  padding:13px 24px;
  background:#74140f;
  color:#f6e7c2;
  border:1px solid #a66c1d;
  outline:1px solid rgba(116,20,15,.45);
  outline-offset:3px;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:700;
  box-shadow:0 4px 8px rgba(45,31,17,.16);
}
.story-panel{
  position:relative;
  margin:0 34px;
  padding:42px clamp(28px,6vw,74px);
  background:rgba(246,234,207,.78);
  border-top:1px solid rgba(139,91,25,.55);
  border-bottom:1px solid rgba(139,91,25,.55);
}
.story-panel h2{
  margin:0 0 26px;
  text-align:center;
  color:#711813;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:1.7rem;
}
.story-panel p{
  max-width:850px;
  margin:0 auto 17px;
  color:#342819;
  font-size:1.03rem;
  line-height:1.72;
}
.release-closing{
  margin:32px auto 2px !important;
  color:#711813 !important;
  font-size:1.35rem !important;
  font-weight:700;
  text-align:center;
}
.release-footer{
  padding:27px 10px 0;
  text-align:center;
  color:#6e5533;
  font-size:.82rem;
}
.release-footer a{
  color:#711813;
  font-weight:700;
  text-decoration:none;
}
@media (max-width:760px){
  .release-shell{width:min(100% - 18px,1120px);padding-top:14px}
  .release-top{display:block;text-align:center}
  .release-nav{justify-content:center;margin-top:15px;gap:12px 17px}
  .release-hero{
    grid-template-columns:1fr;
    padding:32px 18px 38px;
    gap:31px;
  }
  .release-cover{width:min(76vw,330px)}
  .release-copy{text-align:center}
  .release-rule{margin:0 auto 24px}
  .release-hook{margin-left:auto;margin-right:auto}
  .story-panel{margin:0;padding:32px 22px}
}


/* ===========================
   BOOKS CATALOG PAGE
   =========================== */
.catalog-page{
  margin:0;
  color:#172b38;
  background:
    linear-gradient(rgba(239,224,190,.91),rgba(239,224,190,.91)),
    url("homepage-reference.png") center 18% / cover fixed no-repeat;
  font-family:Georgia,"Times New Roman",serif;
}
.catalog-shell{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding:26px 0 48px;
}
.catalog-intro{
  max-width:760px;
  margin:0 auto;
  padding:54px 20px 44px;
  text-align:center;
}
.catalog-intro h1{
  margin:4px 0 12px;
  color:#711813;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:clamp(2.7rem,6vw,4.6rem);
}
.catalog-intro > p:last-child{
  margin:0 auto;
  color:#433522;
  font-size:1.08rem;
  line-height:1.6;
}
.book-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:34px;
  padding:0 18px 24px;
}
.book-card{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(155px,.72fr) minmax(0,1.28fr);
  gap:26px;
  align-items:center;
  padding:26px;
  background:rgba(247,235,207,.78);
  border:1px solid rgba(140,91,28,.48);
  box-shadow:0 8px 20px rgba(55,35,15,.10);
}
.book-cover-link{
  display:block;
  text-decoration:none;
}
.book-card-cover{
  display:block;
  width:100%;
  max-height:390px;
  object-fit:contain;
  filter:drop-shadow(0 8px 10px rgba(43,29,15,.2));
}
.book-card-body h2{
  margin:0 0 6px;
  color:#711813;
  font-size:clamp(1.4rem,2.4vw,2rem);
  line-height:1.05;
}
.book-card-subtitle{
  margin:0 0 16px;
  color:#172b38;
  font-style:italic;
  line-height:1.35;
}
.book-card-short{
  color:#433522;
  line-height:1.55;
  font-size:.98rem;
}
.new-badge{
  display:inline-block;
  margin:0 0 12px;
  color:#9a6519;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.86rem;
}
.book-card-button{
  display:inline-block;
  margin-top:6px;
  padding:10px 16px;
  background:#74140f;
  color:#f6e7c2;
  border:1px solid #a66c1d;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.82rem;
  font-weight:700;
}
@media (max-width:900px){
  .book-grid{grid-template-columns:1fr}
}
@media (max-width:580px){
  .catalog-shell{width:min(100% - 18px,1180px);padding-top:14px}
  .catalog-intro{padding:36px 16px 30px}
  .book-grid{padding:0;gap:22px}
  .book-card{
    grid-template-columns:1fr;
    text-align:center;
    padding:22px 18px 25px;
  }
  .book-card-cover{
    width:min(72vw,300px);
    margin:0 auto;
  }
}


/* ===========================
   ABOUT PAGE
   =========================== */
.about-page{
  margin:0;
  color:#342819;
  background:
    linear-gradient(rgba(239,224,190,.92),rgba(239,224,190,.92)),
    url("homepage-reference.png") center 18% / cover fixed no-repeat;
  font-family:Georgia,"Times New Roman",serif;
}
.about-shell{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
  padding:26px 0 48px;
}
.about-intro{
  max-width:900px;
  margin:0 auto;
  padding:58px 32px 26px;
  text-align:center;
}
.about-intro h1{
  margin:7px 0 28px;
  color:#711813;
  text-transform:uppercase;
  letter-spacing:.045em;
  font-size:clamp(2.35rem,5vw,4.3rem);
  line-height:1.03;
}
.about-copy{
  max-width:820px;
  margin:0 auto;
  text-align:left;
}
.about-copy p{
  margin:0 0 18px;
  font-size:1.08rem;
  line-height:1.75;
}
.about-flourish{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  width:min(520px,70%);
  margin:12px auto 28px;
  color:#8f2118;
}
.about-flourish span{
  display:block;
  height:1px;
  flex:1;
  background:linear-gradient(to right,transparent,#a06a24);
}
.about-flourish span:last-child{
  background:linear-gradient(to left,transparent,#a06a24);
}
.about-flourish b{
  color:#9a681f;
  font-size:.9rem;
}
.profile-section{
  display:grid;
  grid-template-columns:minmax(250px,.78fr) minmax(0,1.22fr);
  gap:clamp(34px,6vw,76px);
  align-items:center;
  max-width:1000px;
  margin:0 auto;
  padding:34px 34px 44px;
}
.profile-section-reverse{
  grid-template-columns:minmax(250px,.78fr) minmax(0,1.22fr);
}
.profile-photo-wrap{
  display:flex;
  justify-content:center;
}
.profile-photo{
  display:block;
  width:min(100%,340px);
  aspect-ratio:1/1;
  object-fit:cover;
  border:1px solid rgba(118,74,25,.48);
  box-shadow:0 14px 26px rgba(48,32,15,.18);
}
.profile-copy h2{
  margin:2px 0 5px;
  color:#711813;
  font-size:clamp(2rem,4vw,3.25rem);
  line-height:1;
}
.profile-role{
  margin:0 0 22px;
  color:#172b38;
  font-size:1.18rem;
  font-style:italic;
}
.profile-copy > p:not(.eyebrow):not(.profile-role){
  margin:0 0 17px;
  font-size:1.04rem;
  line-height:1.7;
}
.about-closing{
  max-width:820px;
  margin:18px auto 8px;
  padding:40px 20px 32px;
  text-align:center;
  border-top:1px solid rgba(140,91,28,.45);
}
.about-closing p{
  margin:2px 0;
  color:#711813;
  font-size:clamp(1.3rem,3vw,2rem);
  letter-spacing:.025em;
}
.about-closing p:last-child{
  font-size:clamp(1.55rem,3.4vw,2.35rem);
}

@media (max-width:760px){
  .about-shell{width:min(100% - 18px,1120px);padding-top:14px}
  .about-intro{padding:38px 20px 16px}
  .about-copy{text-align:left}
  .profile-section,
  .profile-section-reverse{
    grid-template-columns:1fr;
    gap:28px;
    padding:26px 18px 34px;
  }
  .profile-copy{text-align:left}
  .profile-copy .eyebrow,
  .profile-copy h2,
  .profile-role{text-align:center}
  .profile-photo{width:min(74vw,310px)}
  .about-flourish{width:76%;margin-bottom:14px}
}


/* ===========================
   DIME STORE DISPATCHES
   =========================== */
.dispatch-page,
.dispatch-article-page{
  margin:0;
  color:#342819;
  background:
    linear-gradient(rgba(239,224,190,.93),rgba(239,224,190,.93)),
    url("homepage-reference.png") center 15% / cover fixed no-repeat;
  font-family:Georgia,"Times New Roman",serif;
}
.dispatch-shell,
.dispatch-article-shell{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding:26px 0 52px;
}
.dispatch-intro{
  max-width:890px;
  margin:0 auto;
  padding:54px 24px 38px;
  text-align:center;
}
.dispatch-intro h1{
  margin:4px 0 14px;
  color:#362819;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-size:clamp(2.5rem,5.4vw,4.6rem);
  line-height:1;
}
.dispatch-intro > p:last-child{
  max-width:760px;
  margin:0 auto;
  color:#4a3a26;
  font-size:1.12rem;
  line-height:1.55;
  font-style:italic;
}
.dispatch-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  padding:0 12px 28px;
}
.dispatch-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:rgba(247,236,211,.88);
  border:1px solid rgba(118,78,28,.44);
  box-shadow:0 7px 18px rgba(56,38,17,.13);
}
.dispatch-image-link{
  display:block;
  aspect-ratio:1.55/1;
  overflow:hidden;
  background:#241d16;
}
.dispatch-card-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.dispatch-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:20px 21px 22px;
}
.dispatch-number{
  margin:0 0 10px;
  color:#8d251c;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:700;
  font-size:.82rem;
}
.dispatch-card h2{
  margin:0 0 8px;
  font-size:clamp(1.38rem,2vw,1.75rem);
  line-height:1.08;
}
.dispatch-card h2 a{
  color:#251a12;
  text-decoration:none;
}
.dispatch-subtitle{
  margin:0 0 14px;
  color:#473522;
  line-height:1.45;
  font-style:italic;
}
.dispatch-byline{
  margin:0 0 12px;
  color:#241a12;
  font-weight:700;
}
.dispatch-teaser{
  margin:0 0 20px;
  color:#4a3a28;
  line-height:1.55;
  font-size:.96rem;
}
.dispatch-read{
  margin-top:auto;
  align-self:flex-start;
  color:#8a2018;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  text-decoration:none;
  border-bottom:1px solid currentColor;
}
.dispatch-article{
  max-width:900px;
  margin:46px auto 0;
  padding:44px clamp(24px,5vw,64px) 48px;
  background:rgba(248,237,213,.89);
  border:1px solid rgba(126,82,27,.45);
  box-shadow:0 9px 24px rgba(55,36,15,.11);
}
.dispatch-article h1{
  margin:0 0 11px;
  color:#711813;
  font-size:clamp(2.25rem,5vw,4rem);
  line-height:1.03;
}
.dispatch-article .dispatch-subtitle{
  font-size:1.2rem;
}
.dispatch-hero-image{
  display:block;
  width:100%;
  max-height:570px;
  object-fit:contain;
  margin:28px auto 34px;
  background:#d4c09a;
  border:1px solid rgba(118,75,26,.35);
}
.dispatch-body{
  max-width:760px;
  margin:0 auto;
}
.dispatch-body p{
  margin:0 0 18px;
  color:#35291d;
  font-size:1.07rem;
  line-height:1.76;
}
.dispatch-body h2{
  margin:38px 0 16px;
  color:#711813;
  font-size:1.65rem;
}
.dispatch-article-actions{
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  margin-top:42px;
  padding-top:24px;
  border-top:1px solid rgba(137,89,28,.4);
}
.dispatch-article-actions a{
  color:#711813;
  font-weight:700;
  text-decoration:none;
}
@media (max-width:920px){
  .dispatch-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:650px){
  .dispatch-shell,
  .dispatch-article-shell{
    width:min(100% - 18px,1180px);
    padding-top:14px;
  }
  .dispatch-intro{padding:38px 17px 28px}
  .dispatch-grid{grid-template-columns:1fr;padding:0}
  .dispatch-card{max-width:520px;margin:0 auto;width:100%}
  .dispatch-article{margin-top:28px;padding:31px 20px 35px}
  .dispatch-article-actions{display:block}
  .dispatch-article-actions a{display:block;margin-top:12px}
}


/* V13: Judge Stickney's empty-frame artwork should read like a framed exhibit,
   not a full-width hero image. */
.dispatch-hero-image-stickney{
  width:min(100%, 590px);
  max-height:none;
  object-fit:contain;
  margin:28px auto 34px;
}


/* V15: Approved Stickney artwork sizing */
.dispatch-card:first-child .dispatch-card-image{
  object-fit:cover;
  object-position:center;
}
.dispatch-article #article-image[src*="stickney-missing.png"]{
  width:min(100%, 680px);
  max-height:none;
  object-fit:contain;
  margin:28px auto 34px;
  background:transparent;
}


/* ===========================
   CONTACT PAGE
   =========================== */
.contact-page{
  margin:0;
  color:#342819;
  background:
    linear-gradient(rgba(239,224,190,.93),rgba(239,224,190,.93)),
    url("homepage-reference.png") center 16% / cover fixed no-repeat;
  font-family:Georgia,"Times New Roman",serif;
}
.contact-shell{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
  padding:26px 0 48px;
}
.contact-intro{
  max-width:850px;
  margin:0 auto;
  padding:56px 22px 34px;
  text-align:center;
}
.contact-intro h1{
  margin:5px 0 14px;
  color:#711813;
  text-transform:uppercase;
  letter-spacing:.045em;
  font-size:clamp(2.4rem,5vw,4.4rem);
  line-height:1;
}
.contact-intro > p:last-child{
  max-width:690px;
  margin:0 auto;
  color:#493a27;
  font-size:1.11rem;
  line-height:1.58;
  font-style:italic;
}
.contact-card{
  max-width:820px;
  margin:0 auto;
  padding:34px clamp(22px,5vw,54px) 38px;
  background:rgba(248,237,213,.90);
  border:1px solid rgba(126,82,27,.45);
  box-shadow:0 8px 22px rgba(55,36,15,.11);
}
.contact-form{
  display:grid;
  gap:20px;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.contact-form label{
  display:grid;
  gap:8px;
}
.contact-form label span{
  color:#711813;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.88rem;
  font-weight:700;
}
.contact-form input,
.contact-form textarea{
  width:100%;
  border:1px solid rgba(113,24,19,.34);
  background:rgba(255,249,234,.86);
  color:#2e2419;
  font:inherit;
  font-size:1rem;
  padding:12px 13px;
  outline:none;
}
.contact-form input:focus,
.contact-form textarea:focus{
  border-color:#9a681f;
  box-shadow:0 0 0 3px rgba(154,104,31,.13);
}
.contact-form textarea{
  resize:vertical;
  min-height:180px;
}
.contact-actions{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin-top:2px;
}
.contact-actions button{
  appearance:none;
  border:1px solid #9a681f;
  background:#74140f;
  color:#f6e7c2;
  padding:13px 22px;
  font:inherit;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.09em;
  cursor:pointer;
  box-shadow:0 4px 8px rgba(45,31,17,.14);
}
.contact-actions button:hover{
  background:#62100c;
}
.contact-note{
  margin:0;
  color:#685438;
  font-size:.9rem;
  font-style:italic;
}
.contact-status{
  min-height:1.4em;
  color:#711813;
  font-weight:700;
}
.contact-flourish{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  width:min(420px,70%);
  margin:30px auto 10px;
  color:#8f2118;
}
.contact-flourish span{
  height:1px;
  flex:1;
  background:linear-gradient(to right,transparent,#a06a24);
}
.contact-flourish span:last-child{
  background:linear-gradient(to left,transparent,#a06a24);
}
.contact-flourish b{
  color:#9a681f;
  font-size:.9rem;
}
@media (max-width:650px){
  .contact-shell{
    width:min(100% - 18px,1120px);
    padding-top:14px;
  }
  .contact-intro{
    padding:38px 16px 26px;
  }
  .contact-card{
    padding:26px 18px 30px;
  }
  .contact-grid{
    grid-template-columns:1fr;
  }
  .contact-actions{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* V22: Spyglass Travel & Tours cross-link */
.spyglass-link{
  color:#711813;
  font-weight:700;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.spyglass-footer{
  margin:28px auto 8px;
  padding:18px 18px 0;
  max-width:760px;
  text-align:center;
  color:#5c472d;
  font-family:Georgia,"Times New Roman",serif;
  font-size:.92rem;
  line-height:1.45;
  border-top:1px solid rgba(126,82,27,.32);
}
.spyglass-footer a{
  color:#711813;
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid rgba(113,24,19,.55);
}
.spyglass-footer a:hover,
.spyglass-link:hover{
  color:#941f17;
}


/* V24: live Formspree contact form */
.contact-honeypot{
  position:absolute !important;
  left:-10000px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.contact-actions button:disabled{
  opacity:.7;
  cursor:wait;
}
.contact-status-success{
  color:#355b2f;
}
.contact-status-error{
  color:#8a2018;
}
