/* books-page.css */
:root{
  --books-gold:#c99a3d;
  --books-gold-bright:#e2b85f;
  --books-ivory:#eee7dc;
  --books-muted:#bdb5aa;
  --books-line:rgba(201,154,61,.42);
}
body.books-catalogue{
  --shell:1180px;
  background:#030303;
  color:var(--books-ivory);
}
.books-catalogue .site-header{
  background:linear-gradient(180deg,rgba(2,2,2,.97),rgba(2,2,2,.74) 72%,transparent);
}
.books-catalogue .primary-nav>a.current{color:var(--books-gold-bright)}
.books-catalogue .primary-nav>a.current::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:6px;
  height:1px;
  background:var(--books-gold-bright);
  box-shadow:0 0 7px rgba(226,184,95,.42);
}
.books-hero{
  position:relative;
  min-height:540px;
  display:grid;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid rgba(201,154,61,.30);
  background:#050505;
}
.books-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.22) 48%,rgba(0,0,0,.88) 100%),
    linear-gradient(90deg,rgba(0,0,0,.38),rgba(0,0,0,.10) 48%,rgba(0,0,0,.43)),
    url('../images/new-arrivals-showcase-v2.jpg') center 43%/cover no-repeat;
  transform:scale(1.012);
}
.books-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 42%,rgba(201,154,61,.12),transparent 27%);
  pointer-events:none;
}
.hero-inner{
  position:relative;
  z-index:2;
  padding-top:125px;
  padding-bottom:70px;
  text-align:center;
}
.hero-eyebrow{
  margin:0 0 11px;
  color:var(--books-gold-bright);
  font:700 10px/1.2 Arial,sans-serif;
  letter-spacing:.30em;
  text-transform:uppercase;
}
.books-hero h1{
  margin:0;
  color:var(--books-ivory);
  font-size:clamp(68px,9vw,128px);
  line-height:.86;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:.055em;
  text-shadow:0 8px 32px rgba(0,0,0,.95);
}
.books-hero .hero-rule{
  position:relative;
  width:min(390px,70vw);
  height:34px;
  margin:19px auto 10px;
}
.books-hero .hero-rule::before{
  content:"";
  position:absolute;
  top:16px;
  left:0;
  right:0;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--books-gold),transparent);
}
.books-hero .hero-rule span{
  position:absolute;
  top:10px;
  left:50%;
  width:12px;
  height:12px;
  border:1px solid var(--books-gold-bright);
  transform:translateX(-50%) rotate(45deg);
  background:#090705;
}
.hero-intro{
  margin:0;
  color:#e3dbd0;
  font-size:clamp(20px,2.2vw,29px);
  line-height:1.4;
  font-style:italic;
  text-shadow:0 4px 18px rgba(0,0,0,.95);
}
.books-library{
  position:relative;
  padding:84px 0 104px;
  background:
    radial-gradient(circle at 15% 17%,rgba(201,154,61,.08),transparent 25%),
    radial-gradient(circle at 84% 70%,rgba(90,78,70,.10),transparent 28%),
    #030303;
}
.books-library::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.12;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:76px 76px;
  mask-image:linear-gradient(180deg,transparent,#000 12%,#000 88%,transparent);
}
.library-heading{
  position:relative;
  z-index:1;
  max-width:760px;
  margin:0 auto 44px;
  text-align:center;
}
.library-heading .eyebrow{
  display:block;
  margin-bottom:10px;
  color:var(--books-gold-bright);
  font:700 10px/1.2 Arial,sans-serif;
  letter-spacing:.30em;
  text-transform:uppercase;
}
.library-heading h2{
  margin:0;
  color:#f1ebe3;
  font-size:clamp(36px,4.4vw,60px);
  line-height:1.05;
  font-weight:400;
}
.library-heading p{
  margin:16px auto 0;
  color:var(--books-muted);
  font-size:17px;
  line-height:1.65;
}
.book-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,360px));
  justify-content:center;
  gap:26px;
}
.book-card{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  height:100%;
  border:1px solid var(--books-line);
  background:linear-gradient(160deg,rgba(13,13,12,.98),rgba(5,5,5,.99));
  box-shadow:0 22px 58px rgba(0,0,0,.50),inset 0 0 0 1px rgba(255,255,255,.015);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.book-card:hover,
.book-card:focus-within{
  transform:translateY(-5px);
  border-color:rgba(226,184,95,.74);
  box-shadow:0 28px 68px rgba(0,0,0,.62),0 0 30px rgba(201,154,61,.07);
}
.book-cover-link{
  position:relative;
  display:block;
  min-height:466px;
  padding:25px 38px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 44%,rgba(201,154,61,.17),transparent 36%),
    linear-gradient(180deg,#0c0b09,#040404);
}
.book-cover-link::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:36%;
  background:linear-gradient(180deg,transparent,rgba(5,5,5,.98));
  pointer-events:none;
}
.book-cover-link img{
  position:relative;
  z-index:1;
  width:100%;
  height:auto;
  aspect-ratio:253/352;
  object-fit:cover;
  border:1px solid rgba(226,184,95,.65);
  box-shadow:0 18px 42px rgba(0,0,0,.76),0 0 28px rgba(201,154,61,.08);
  transition:transform .42s ease,filter .35s ease;
}
.book-card:hover .book-cover-link img{transform:scale(1.025);filter:brightness(1.05)}
.book-number{
  position:absolute;
  top:18px;
  right:18px;
  z-index:2;
  color:rgba(226,184,95,.56);
  font:11px/1 Arial,sans-serif;
  letter-spacing:.16em;
}
.book-card-content{
  position:relative;
  z-index:2;
  margin-top:-34px;
  padding:18px 26px 26px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.book-type{
  margin:0 0 11px;
  color:var(--books-gold-bright);
  font:700 9px/1.4 Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.book-card h3{
  margin:0;
  min-height:126px;
  display:flex;
  align-items:flex-start;
  color:#f3ede5;
  font-size:clamp(28px,2.7vw,38px);
  line-height:1.04;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.book-rule{
  position:relative;
  width:112px;
  height:24px;
  margin:11px 0 8px;
}
.book-rule::before{
  content:"";
  position:absolute;
  top:11px;
  left:0;
  right:0;
  height:1px;
  background:linear-gradient(90deg,var(--books-gold),transparent);
}
.book-card-content>p:not(.book-type){
  height:72px;
  margin:0 0 22px;
  color:#c9c0b5;
  font-size:15px;
  line-height:1.6;
  font-style:italic;
}
.books-button{
  width:100%;
  min-height:43px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px solid var(--books-gold);
  padding:0 16px;
  color:var(--books-gold-bright);
  background:rgba(0,0,0,.48);
  font:700 9px/1 Arial,sans-serif;
  letter-spacing:.15em;
  text-transform:uppercase;
  transition:background .22s ease,color .22s ease,border-color .22s ease;
}
.books-button:hover,.books-button:focus-visible{
  background:#f0c975;
  color:#16100a;
  border-color:#f0c975;
}

.book-actions{
  display:grid;
  gap:10px;
  margin-top:auto;
}
.books-button--amazon{
  background:linear-gradient(180deg,#e6be68,#c8953b);
  border-color:#e6be68;
  color:#171009;
}
.books-button--amazon:hover,.books-button--amazon:focus-visible{
  background:#f1ce83;
  border-color:#f1ce83;
  color:#120d08;
}
.book-grid > .book-card{align-self:stretch}

@media(max-width:760px){
  .books-hero{min-height:500px}
  .hero-inner{padding-top:112px;padding-bottom:58px}
  .books-hero h1{font-size:clamp(56px,18vw,82px)}
  .hero-intro{font-size:19px}
  .books-library{padding:62px 0 76px}
  .library-heading{margin-bottom:32px}
  .library-heading p{font-size:15px}
  .book-cover-link{min-height:430px;padding:23px 34px 0}
}
@media(max-width:430px){
  .book-grid{grid-template-columns:minmax(0,1fr)}
  .book-cover-link{min-height:408px;padding:22px 31px 0}
  .book-card h3{min-height:0;font-size:34px}
  .book-card-content>p:not(.book-type){height:auto;min-height:0}
  .books-button{font-size:8px;letter-spacing:.11em}
}
@media(prefers-reduced-motion:reduce){
  .book-card,.book-cover-link img{transition:none}
}

/* release-hardening-v2.10.69.css */
/* v2.10.60 — release hardening, accessibility, stable media rendering */
html{scroll-padding-top:92px}
img{max-width:100%}
img.seo-cover-image{background:#030303}
:focus-visible{outline:3px solid #e6bd69!important;outline-offset:4px!important}
.site-footer .template-credit,.template-credit{font-size:12px!important;line-height:1.55!important;color:#a49d91!important}
.site-footer a:not(.social-facebook):not(.social-tiktok):not(.social-pinterest):not(.social-youtube){padding-block:3px}
.cookie-detail-card{display:block!important;margin-top:18px}
.cookie-detail-card span{display:block;margin-bottom:8px;color:#d6ad5b;font-weight:700;overflow-wrap:anywhere}
.cookie-detail-card p{margin:4px 0!important}
@media (pointer:coarse){
  .site-footer a:not(.social-facebook):not(.social-tiktok):not(.social-pinterest):not(.social-youtube){display:flex;align-items:center;min-height:40px}
}

.site-footer .copyright,.copyright{font-size:11px!important;line-height:1.55!important;color:#a49d91!important}

/* v2.10.63 — full-site media and collection layout repair */
/* Preserve each page's own object-fit rules. The previous global !important
   caused cover letterboxing, giant empty bands and unreadable previews. */
img.seo-cover-image{background:#030303}

/* Collection hero covers: keep the blending veil behind the actual book. */
.pale-sequence-page .hero-visual::after,
.blackmere-files-page .hero-visual::after{z-index:2;opacity:.38}
.pale-sequence-page .hero-cover,
.blackmere-files-page .hero-cover{overflow:visible}
.pale-sequence-page .hero-cover img,
.blackmere-files-page .hero-cover img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain}

/* Collection book covers: use the natural cover ratio and never create
   oversized empty rectangles around the artwork. */
.pale-sequence-page .cover-frame img,
.blackmere-files-page .cover-frame img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain}
.heart-of-steam-page .cover-frame{aspect-ratio:5/8}
.heart-of-steam-page .cover-frame img{object-fit:cover;object-position:center}
.orbital-command-academy-page .book-cover img{object-fit:cover;object-position:center top}
.orbital-command-academy-page .book-card:nth-child(2) .book-cover img,
.orbital-command-academy-page .book-card:nth-child(3) .book-cover img{object-fit:contain}

/* Heart of Steam centerpiece: show the whole mechanical heart rather than a
   narrow bright slice disappearing into the black background. */
.heart-of-steam-page .mechanical-heart{overflow:visible}
.heart-of-steam-page .mechanical-heart img{width:88%;height:auto;aspect-ratio:auto;object-fit:contain;border-radius:50%;background:radial-gradient(circle,rgba(8,17,22,.22),rgba(2,5,7,.92));box-shadow:0 0 0 1px rgba(229,185,94,.24),0 24px 65px rgba(0,0,0,.52);}

/* Thirteenth Seal collection: contain large editorial art within readable
   columns and keep covers/maps at their natural ratio. */
.thirteenth-seal-academy-page .map-frame{width:min(100%,620px);justify-self:center}
.thirteenth-seal-academy-page .map-frame img,
.thirteenth-seal-academy-page .book-stage img{height:auto;object-fit:contain}
.thirteenth-seal-academy-page .fox-panel img{object-position:center top}

/* Bonus archives — document previews must be readable in full. Portrait PDFs
   get a taller stage; landscape material gets a lower wide stage. */
.hos-bonus-page .hos-material-card,
.oca-bonus-page .oca-material-card,
.blackmere-bonus-page .bm-material-card,
.pale-bonus-page .pale-material-card,
.tsa-bonus-page .tsa-material-card,
.tbc-vault-page .tbc-material-card{grid-template-rows:auto minmax(0,1fr)}

.hos-bonus-page .hos-material-visual,
.oca-bonus-page .oca-material-visual,
.blackmere-bonus-page .bm-material-visual,
.pale-bonus-page .pale-material-visual,
.tsa-bonus-page .tsa-material-visual,
.tbc-vault-page .tbc-material-visual{height:320px;display:grid;place-items:center;padding:12px;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.035),transparent 62%),#030506}

.hos-bonus-page .hos-material-visual--portrait,
.oca-bonus-page .oca-material-visual--portrait,
.blackmere-bonus-page .bm-material-visual--portrait,
.pale-bonus-page .pale-material-visual--portrait,
.tsa-bonus-page .tsa-material-visual--portrait,
.tbc-vault-page .tbc-material-card:not(.tbc-material-card--wide) .tbc-material-visual{height:460px}

.tsa-bonus-page .tsa-material-visual--wide{height:300px}

.hos-bonus-page .hos-material-visual img,
.oca-bonus-page .oca-material-visual img,
.blackmere-bonus-page .bm-material-visual img,
.pale-bonus-page .pale-material-visual img,
.tsa-bonus-page .tsa-material-visual img,
.tbc-vault-page .tbc-material-visual img{display:block;width:100%;height:100%;object-fit:contain!important;object-position:center!important;transform:none}

.hos-bonus-page .hos-material-visual::after,
.oca-bonus-page .oca-material-visual::after,
.blackmere-bonus-page .bm-material-visual::after,
.pale-bonus-page .pale-material-visual::after,
.tsa-bonus-page .tsa-material-visual::after,
.tbc-vault-page .tbc-material-visual::after{background:linear-gradient(180deg,transparent 72%,rgba(3,5,6,.48));pointer-events:none}

.hos-bonus-page .hos-material-card--wide,
.oca-bonus-page .oca-material-card--wide,
.pale-bonus-page .pale-material-card--wide,
.tbc-vault-page .tbc-material-card--wide{grid-template-rows:none}
.hos-bonus-page .hos-material-card--wide .hos-material-visual,
.oca-bonus-page .oca-material-card--wide .oca-material-visual,
.pale-bonus-page .pale-material-card--wide .pale-material-visual,
.tbc-vault-page .tbc-material-card--wide .tbc-material-visual{height:auto;min-height:360px}

/* Avoid headings or buttons forcing horizontal overflow on smaller screens. */
.primary-nav a,.hero-copy,.book-copy,.material-content{min-width:0}
h1,h2,h3,p,a{overflow-wrap:break-word}

@media(max-width:900px){
  .pale-sequence-page .hero-cover,
  .blackmere-files-page .hero-cover{width:min(350px,82vw)}
  .heart-of-steam-page .mechanical-heart img{width:92%}
  .thirteenth-seal-academy-page .map-frame{width:min(100%,560px)}
  .hos-bonus-page .hos-material-visual--portrait,
  .oca-bonus-page .oca-material-visual--portrait,
  .blackmere-bonus-page .bm-material-visual--portrait,
  .pale-bonus-page .pale-material-visual--portrait,
  .tsa-bonus-page .tsa-material-visual--portrait,
  .tbc-vault-page .tbc-material-card:not(.tbc-material-card--wide) .tbc-material-visual{height:430px}
}

@media(max-width:620px){
  .pale-sequence-page .cover-frame,
  .blackmere-files-page .cover-frame{max-width:360px;margin-inline:auto}
  .heart-of-steam-page .mechanical-heart img{width:96%}
  .hos-bonus-page .hos-material-visual,
  .oca-bonus-page .oca-material-visual,
  .blackmere-bonus-page .bm-material-visual,
  .pale-bonus-page .pale-material-visual,
  .tsa-bonus-page .tsa-material-visual,
  .tbc-vault-page .tbc-material-visual{height:250px;padding:9px}
  .hos-bonus-page .hos-material-visual--portrait,
  .oca-bonus-page .oca-material-visual--portrait,
  .blackmere-bonus-page .bm-material-visual--portrait,
  .pale-bonus-page .pale-material-visual--portrait,
  .tsa-bonus-page .tsa-material-visual--portrait,
  .tbc-vault-page .tbc-material-card:not(.tbc-material-card--wide) .tbc-material-visual{height:390px}
  .tsa-bonus-page .tsa-material-visual--wide{height:230px}
  .hos-bonus-page .hos-material-card--wide,
  .oca-bonus-page .oca-material-card--wide,
  .pale-bonus-page .pale-material-card--wide,
  .tbc-vault-page .tbc-material-card--wide{grid-template-rows:auto minmax(0,1fr)}
  .hos-bonus-page .hos-material-card--wide .hos-material-visual,
  .oca-bonus-page .oca-material-card--wide .oca-material-visual,
  .pale-bonus-page .pale-material-card--wide .pale-material-visual,
  .tbc-vault-page .tbc-material-card--wide .tbc-material-visual{height:250px;min-height:0}
}

/* v2.10.64 — Thirteenth Seal Fox section proportion repair */
@media (min-width:981px){
  .thirteenth-seal-academy-page .fox-grid{
    grid-template-columns:minmax(320px,440px) minmax(0,1fr);
    align-items:center;
  }
  .thirteenth-seal-academy-page .fox-panel{
    width:100%;
    aspect-ratio:4/5;
    max-height:620px;
    align-self:center;
  }
  .thirteenth-seal-academy-page .fox-panel img{
    display:block;
    width:100%;
    height:100%;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:center center;
  }
  .thirteenth-seal-academy-page .fox-copy{
    align-self:center;
  }
}
@media (max-width:980px){
  .thirteenth-seal-academy-page .fox-panel{
    width:min(100%,620px);
    aspect-ratio:4/5;
  }
  .thirteenth-seal-academy-page .fox-panel img{
    display:block;
    width:100%;
    height:100%;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:center center;
  }
}

/* v2.10.65 — News page editorial image alignment */
/* Keep the Saintless Bride artwork at its existing scale, give the portrait
   enough vertical room, and lift it slightly so the complete title remains
   readable without clipping the bride's head. */
@media (min-width:761px){
  .news-page .news-card-media--portrait{
    height:520px;
    align-items:start;
  }
  .news-page .news-card-media--portrait img{
    display:block;
    width:100%;
    height:auto;
    max-height:none;
    object-fit:initial;
    object-position:center top;
    transform:translateY(-30px);
  }
}
@media (min-width:471px) and (max-width:760px){
  .news-page .news-card-media--portrait{
    height:500px;
    align-items:start;
  }
  .news-page .news-card-media--portrait img{
    display:block;
    width:100%;
    height:auto;
    max-height:none;
    object-fit:initial;
    object-position:center top;
    transform:translateY(-22px);
  }
}
@media (max-width:470px){
  .news-page .news-card-media--portrait{
    height:430px;
    align-items:start;
  }
  .news-page .news-card-media--portrait img{
    display:block;
    width:100%;
    height:auto;
    max-height:none;
    object-fit:initial;
    object-position:center top;
    transform:translateY(-18px);
  }
}

/* Use the first archive card's 12:7 landscape canvas as the common visual
   standard. Portrait and extra-wide sources stay undistorted and receive
   controlled black letterboxing inside an identical image area. */
.news-page .news-archive-image img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:12/7;
  object-fit:contain;
  object-position:center;
  background:#000;
  transform:none;
}


/* v2.10.67 — compact, top-aligned footer for collection and standalone-book detail pages. */
.editorial-detail-page .site-footer{
  padding:38px 0 18px!important;
  min-height:0!important;
}
.editorial-detail-page .site-footer .footer-grid{
  grid-template-columns:minmax(140px,1.15fr) repeat(4,minmax(0,1fr))!important;
  gap:30px!important;
  align-items:start!important;
}
.editorial-detail-page .site-footer .footer-brand{
  align-self:start!important;
  justify-content:flex-start!important;
  transform:none!important;
}
.editorial-detail-page .site-footer .footer-brand img{
  width:auto!important;
  height:96px!important;
  max-width:130px!important;
  margin:0!important;
  object-fit:contain!important;
}
.editorial-detail-page .site-footer h2{
  margin:0 0 10px!important;
}
.editorial-detail-page .site-footer a:not(.social-facebook):not(.social-tiktok):not(.social-pinterest):not(.social-youtube){
  margin:5px 0!important;
  padding:0!important;
  line-height:1.35!important;
}
.editorial-detail-page .site-footer .follow{
  align-self:start!important;
}
.editorial-detail-page .site-footer .copyright{
  margin:26px 0 0!important;
}
.editorial-detail-page .site-footer .template-credit{
  display:none!important;
}
@media(max-width:980px){
  .editorial-detail-page .site-footer .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:28px 40px!important;
  }
  .editorial-detail-page .site-footer .footer-brand{
    grid-column:1/-1!important;
  }
}
@media(max-width:620px){
  .editorial-detail-page .site-footer{
    padding:34px 0 18px!important;
  }
  .editorial-detail-page .site-footer .footer-grid{
    grid-template-columns:1fr!important;
    gap:24px!important;
    text-align:center!important;
  }
  .editorial-detail-page .site-footer .footer-brand{
    grid-column:auto!important;
    justify-content:center!important;
  }
  .editorial-detail-page .site-footer .footer-brand img{
    margin:0 auto!important;
  }
  .editorial-detail-page .site-footer .socials{
    justify-content:center!important;
  }
}

/* v2.10.69 — Pale Sequence cover alignment
   Keep all six cover frames identical in height while preserving the full artwork. */
.pale-sequence-page .books-grid .cover-frame{
  aspect-ratio:5/8;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.pale-sequence-page .books-grid .cover-frame img.seo-cover-image{
  display:block;
  width:100%;
  height:100%;
  max-height:none;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
}


/* v2.11.10 — FOOTER-ONLY REPAIR
   Scope deliberately limited to the global footer:
   - keep all five desktop columns inside the viewport;
   - keep the social controls visible and optically consistent;
   - give the copyright line enough bottom breathing room;
   - preserve responsive stacking without touching page content. */
.site-footer{
  min-height:0!important;
  padding-bottom:28px!important;
  overflow:visible!important;
}
.site-footer .footer-grid{
  grid-template-columns:150px repeat(4,minmax(0,1fr))!important;
  column-gap:clamp(18px,2.2vw,34px)!important;
  row-gap:24px!important;
  align-items:start!important;
}
.site-footer .footer-grid>*{
  min-width:0!important;
}
.site-footer .footer-brand{
  align-self:start!important;
  transform:none!important;
}
.site-footer .follow{
  min-width:0!important;
}
.site-footer .socials{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
.site-footer .socials a{
  box-sizing:border-box!important;
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
}
.site-footer .socials svg{
  display:block!important;
  width:17px!important;
  height:17px!important;
  fill:currentColor!important;
  transform:none!important;
}
.site-footer .social-facebook svg{
  width:17px!important;
  height:17px!important;
}
.site-footer .social-tiktok svg{
  width:17px!important;
  height:17px!important;
}
.site-footer .social-pinterest svg{
  width:18px!important;
  height:18px!important;
}
.site-footer .social-youtube svg{
  width:18px!important;
  height:18px!important;
}
.site-footer .copyright{
  margin:30px 0 0!important;
  padding:0 12px 6px!important;
  line-height:1.45!important;
  overflow:visible!important;
}

/* Detail pages already had a compact footer; only inherit the safety fixes. */
.editorial-detail-page .site-footer{
  padding-bottom:28px!important;
}
.editorial-detail-page .site-footer .copyright{
  margin:30px 0 0!important;
  padding-bottom:6px!important;
}

@media(max-width:980px){
  .site-footer .footer-grid,
  .editorial-detail-page .site-footer .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:26px 40px!important;
  }
  .site-footer .footer-brand,
  .editorial-detail-page .site-footer .footer-brand{
    grid-column:1/-1!important;
    justify-content:flex-start!important;
  }
}
@media(max-width:620px){
  .site-footer,
  .editorial-detail-page .site-footer{
    padding-bottom:30px!important;
  }
  .site-footer .footer-grid,
  .editorial-detail-page .site-footer .footer-grid{
    grid-template-columns:1fr!important;
    gap:22px!important;
    text-align:center!important;
  }
  .site-footer .footer-brand,
  .editorial-detail-page .site-footer .footer-brand{
    grid-column:auto!important;
    justify-content:center!important;
  }
  .site-footer .footer-brand img,
  .editorial-detail-page .site-footer .footer-brand img{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .site-footer .socials,
  .editorial-detail-page .site-footer .socials{
    justify-content:center!important;
  }
}
