/* PierreCorp local faces. Don't swap back to Google CDN. @ola 28.08 */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/playfair-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/playfair-lat.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lato-400-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lato-400.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lato-700-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lato-700.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  background: #f7f5f0;
  color: #2c2a28;
  font-family: Lato, sans-serif;
}

.skipLink {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 200;
  background: #2c2a28;
  color: #f7f5f0;
  padding: 8px 12px;
}
.skipLink:focus,
.skipLink:focus-visible {
  left: 8px;
}

:focus-visible {
  outline: 2px solid #b6967d;
  outline-offset: 3px;
}
figure {
  margin: 0;
}
.pc-shell {
  max-width: 480px;
  margin: 0 auto;
  background: #f7f5f0;
  color: #2c2a28;
  font-family: Lato, sans-serif;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #f7f5f0;
  border-bottom: 1px solid rgba(44, 42, 40, 0.12);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 16px 20px;
}

.iconBtn {
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  color: #2c2a28;
}
.iconBtn--start {
  justify-self: start;
}
.iconBtn--end {
  justify-self: end;
  position: relative;
}

.brandLockup {
  justify-self: center;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #2c2a28;
  text-decoration: none;
}

.cartDot {
  position: absolute;
  top: -2px;
  right: -4px;
  background: #6e5340;
  color: #f7f5f0;
  font-size: 10px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}
.cartDot.isOn {
  display: flex;
}

.fsMenu {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: #f7f5f0;
  max-width: 480px;
  margin: 0 auto;
  display: none;
  flex-direction: column;
}
.fsMenu.isOpen {
  display: flex;
}
.fsMenu__bar {
  display: flex;
  justify-content: flex-end;
  padding: 18px 20px;
}
.fsMenu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-top: 24px;
  font-family: "Playfair Display", serif;
  font-size: 26px;
}
.fsMenu__nav a {
  color: #2c2a28;
  text-decoration: none;
  cursor: pointer;
}
.fsMenu__foot {
  margin-top: auto;
  padding: 32px 20px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(44, 42, 40, 0.7);
}

.orderSheet {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(44, 42, 40, 0.55);
  max-width: 480px;
  margin: 0 auto;
  display: none;
  align-items: flex-end;
}
.orderSheet.isOpen {
  display: flex;
}
.orderSheet__panel {
  background: #f7f5f0;
  width: 100%;
  padding: 32px 24px 40px;
  animation: ri-fade 0.35s ease both;
}
.orderSheet__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
}
.orderSheet__title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  max-width: 85%;
}
.pcField {
  border: none;
  border-bottom: 1px solid rgba(44, 42, 40, 0.3);
  background: transparent;
  padding: 10px 2px;
  font-size: 15px;
  font-family: Lato, sans-serif;
  color: #2c2a28;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.visHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.orderForm {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}

.cartLayer {
  position: fixed;
  inset: 0;
  z-index: 58;
  background: #f7f5f0;
  max-width: 480px;
  margin: 0 auto;
  overflow-y: auto;
  display: none;
}
.cartLayer.isOpen {
  display: block;
}
.cartLayer__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  position: sticky;
  top: 0;
  background: #f7f5f0;
  border-bottom: 1px solid rgba(44, 42, 40, 0.12);
}
.cartLayer__h {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.cartLayer__body {
  padding: 20px 20px 40px;
}
.cartRow {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid rgba(44, 42, 40, 0.12);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.cartRow img,
.similarRow img,
.bookTile img,
.shopCard img,
.detailCover img,
.gameHero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.cartThumb {
  width: 64px;
  height: 88px;
  flex: none;
  overflow: hidden;
}
.cartMeta {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cartTitle {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cartAuthor {
  font-size: 11px;
  color: rgba(44, 42, 40, 0.7);
  margin-bottom: 10px;
}
.cartQtyRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.qtyBox {
  display: flex;
  align-items: center;
  border: 1px solid rgba(44, 42, 40, 0.3);
}
.qtyBox button {
  width: 26px;
  height: 26px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #2c2a28;
}
.qtyBox span {
  min-width: 22px;
  text-align: center;
  font-size: 13px;
}
.cartSum {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
}
.similarH {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 16px;
}
.similarRow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}
.similarThumb {
  width: 56px;
  height: 76px;
  flex: none;
  overflow: hidden;
}
.similarMeta {
  flex: 1;
}
.similarMeta .t {
  font-family: "Playfair Display", serif;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
}
.similarMeta .p {
  font-size: 12px;
  color: rgba(44, 42, 40, 0.7);
}

.toastPop {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 70;
  background: #2c2a28;
  color: #f7f5f0;
  padding: 12px 22px;
  font-size: 13px;
  border-radius: 2px;
  display: none;
}
.toastPop.isOn {
  display: block;
}

.detailLayer {
  position: fixed;
  inset: 0;
  z-index: 55;
  background: #f7f5f0;
  max-width: 480px;
  margin: 0 auto;
  overflow-y: auto;
  display: none;
}
.detailLayer.isOpen {
  display: block;
}
.detailLayer__bar {
  display: flex;
  justify-content: flex-end;
  padding: 16px 20px;
  position: sticky;
  top: 0;
  background: #f7f5f0;
}
.detailInner {
  padding: 0 24px 48px;
}
.detailCover {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.detailInner h2 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 600;
  margin: 22px 0 4px;
}
.detailAuthor {
  font-size: 13px;
  color: rgba(44, 42, 40, 0.7);
  margin-bottom: 10px;
}
.detailPrice {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.detailDesc {
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 20px;
}
.reviewBox {
  background: #f0d9c8;
  padding: 18px;
  margin-bottom: 24px;
}
.stars {
  color: #b6967d;
  font-size: 14px;
  margin-bottom: 8px;
}
.reviewBox p {
  font-size: 13px;
  line-height: 1.6;
  font-style: italic;
  margin: 0 0 8px;
}
.reviewBox .who {
  font-size: 12px;
  color: rgba(44, 42, 40, 0.7);
}
.payNote {
  border-top: 1px solid rgba(44, 42, 40, 0.12);
  padding-top: 18px;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(44, 42, 40, 0.85);
}
.payNote .k {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
}

.btnFill,
.btnGhost,
.btnFillLight,
.btnGhostLight,
.card-btn,
.miniBuy {
  padding: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 2px;
  transition:
    background-color 0.3s,
    color 0.3s;
  font-family: Lato, sans-serif;
}
.btnFill {
  background: #2c2a28;
  color: #f7f5f0;
  border: 1px solid #2c2a28;
}
.btnFill:hover,
.btnFill:focus-visible {
  background: transparent;
  color: #2c2a28;
}
.btnGhost {
  background: transparent;
  color: #2c2a28;
  border: 1px solid #2c2a28;
}
.btnGhost:hover,
.btnGhost:focus-visible {
  background: #2c2a28;
  color: #f7f5f0;
}
.btnFillLight {
  background: #f7f5f0;
  color: #2c2a28;
  border: 1px solid #f7f5f0;
}
.btnFillLight:hover,
.btnFillLight:focus-visible {
  background: transparent;
  color: #f7f5f0;
}
.btnGhostLight {
  background: transparent;
  color: #f7f5f0;
  border: 1px solid #f7f5f0;
}
.btnGhostLight:hover,
.btnGhostLight:focus-visible {
  background: #f7f5f0;
  color: #2c2a28;
}
.btnFill.wide,
.btnGhost.wide {
  width: 100%;
}
.miniBuy {
  background: transparent;
  color: #2c2a28;
  border: 1px solid #2c2a28;
  padding: 8px 14px;
  letter-spacing: 0.12em;
  font-size: 10px;
}
.miniBuy:hover,
.miniBuy:focus-visible {
  background: #2c2a28;
  color: #f7f5f0;
}
.miniBuy.full {
  width: 100%;
  padding: 9px;
  letter-spacing: 0.1em;
}

.chip {
  background: transparent;
  color: #2c2a28;
  border: 1px solid rgba(44, 42, 40, 0.35);
  padding: 8px 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 2px;
  font-family: Lato, sans-serif;
}
.chip.isOn {
  background: #2c2a28;
  color: #f7f5f0;
  border: 1px solid #2c2a28;
}

.hero-section,
.hero-baner {
  padding: 40px 24px 32px;
}
.heroFig {
  width: 100%;
  height: 280px;
  margin-bottom: 28px;
  overflow: hidden;
  margin: 0;
}
.heroFig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.pageH1 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 18px;
}
.pageH1--sm {
  font-size: 26px;
  line-height: 1.3;
}
.lede {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(44, 42, 40, 0.85);
  margin: 0 0 28px;
}
.ctaStack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.secton-dark,
.peachBand {
  background: #f0d9c8;
  padding: 40px 24px;
}
.h2serif {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 6px;
}
.h2serif--tight {
  margin: 0 0 20px;
}
.h2serif--14 {
  margin: 0 0 14px;
}
.bandP {
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: rgba(44, 42, 40, 0.85);
}
.whyStack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.whyCard,
.pricin-card {
  background: #f7f5f0;
  padding: 20px;
  display: flex;
  gap: 14px;
}
.whyCard svg {
  flex: none;
  margin-top: 2px;
}
.whyCard h3,
.valueItem h3,
.gainItem h3 {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 8px;
}
.valueItem h3,
.gainItem h3 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
}
.whyCard p {
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
  color: rgba(44, 42, 40, 0.85);
}

.railWrap {
  padding: 40px 0 40px 24px;
}
.railWrap .h2serif {
  margin: 0 24px 6px 0;
}
.railSub {
  font-size: 13px;
  margin: 0 24px 22px 0;
  color: rgba(44, 42, 40, 0.7);
}
.ri-nosb {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ri-nosb::-webkit-scrollbar {
  display: none;
}
.bookRail {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding-right: 24px;
  -webkit-overflow-scrolling: touch;
}
.bookTile {
  flex: 0 0 68%;
  scroll-snap-align: start;
}
.bookTile figure {
  margin: 0 0 12px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.bookTile h3 {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 2px;
}
.bookTile .auth {
  font-size: 12px;
  color: rgba(44, 42, 40, 0.7);
  margin-bottom: 8px;
}
.bookTile .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bookTile .price {
  font-size: 14px;
  font-weight: 700;
}

.inkBand {
  padding: 40px 24px;
  background: #2c2a28;
  color: #f7f5f0;
}
.inkBand .h2serif {
  color: #f7f5f0;
}
.inkP {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(247, 245, 240, 0.85);
  margin: 0 0 28px;
}
.inkKicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #b6967d;
  margin-bottom: 16px;
  font-weight: 700;
}
.gainItem {
  border-left: 2px solid #b6967d;
  padding-left: 14px;
  margin-bottom: 16px;
}
.gainItem p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: rgba(247, 245, 240, 0.85);
}

.quoteList {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.quoteCard {
  background: #f0d9c8;
  padding: 20px;
}
.quoteCard p {
  font-size: 13px;
  line-height: 1.65;
  font-style: italic;
  margin: 0 0 12px;
}
.whoRow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.whoRow img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.whoRow span {
  font-size: 12px;
  font-weight: 700;
}

.blogTease {
  padding: 0 24px 40px;
}
.blogTease a,
.blogTease .rowLink {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(44, 42, 40, 0.15);
  color: #2c2a28;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
.blogTease a:last-child,
.blogTease .rowLink:last-child {
  border-bottom: none;
}

.ctaPeach {
  padding: 44px 24px;
  background: #6e5340;
  color: #f7f5f0;
}
.ctaPeach .h2serif {
  color: #f7f5f0;
  margin: 0 0 12px;
}
.ctaPeach p {
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: rgba(247, 245, 240, 0.95);
}

.pagePad {
  padding: 32px 24px 48px;
}
.filterLab {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(44, 42, 40, 0.7);
  margin-bottom: 8px;
}
.chipRow {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filterBlock {
  margin-bottom: 14px;
}
.filterWrap {
  margin-bottom: 28px;
}

.shopGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 12px;
}
.shopCard figure {
  margin: 0 0 10px;
  width: 100%;
  height: 230px;
  overflow: hidden;
  cursor: pointer;
}
.coverHit {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.coverHit:focus-visible {
  outline: 2px solid #b6967d;
  outline-offset: 3px;
}
.shopCard h2,
.shopCard h3 {
  font-family: "Playfair Display", serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 2px;
}
.shopCard .auth {
  font-size: 11px;
  color: rgba(44, 42, 40, 0.7);
  margin-bottom: 6px;
}
.shopCard .rate {
  font-size: 11px;
  color: #6e5340;
  margin-bottom: 4px;
}
.shopCard .price {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.gameHero {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 18px;
}
.gameBox {
  background: #f0d9c8;
  padding: 22px;
  margin-bottom: 20px;
}
.gameBox h2 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
.gameBox p {
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 18px;
  color: rgba(44, 42, 40, 0.85);
}

.postFig {
  width: 100%;
  height: 160px;
  margin-bottom: 12px;
  overflow: hidden;
}
.postFig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.postCat {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6e5340;
  font-weight: 700;
  margin-bottom: 6px;
}
.postList {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.postList article h2 {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 8px;
}
.postList p {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(44, 42, 40, 0.85);
  margin: 0 0 10px;
}
.readOn {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-bottom: 1px solid #2c2a28;
  padding-bottom: 2px;
  color: #2c2a28;
  text-decoration: none;
}

.teamFig {
  width: 100%;
  height: 220px;
  margin-bottom: 16px;
  overflow: hidden;
}
.teamFig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.valueItem {
  border-left: 2px solid #b6967d;
  padding-left: 14px;
  margin-bottom: 16px;
}
.valueItem p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: rgba(44, 42, 40, 0.85);
}

.backMini {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(44, 42, 40, 0.7);
  text-decoration: none;
}
.legalH {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  margin: 16px 0 20px;
}
.legalCol {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(44, 42, 40, 0.85);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.legalCol h2 {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0 0;
}
.legalCol p {
  margin: 0;
}
.legalCol a {
  color: #6e5340;
}
.cookieBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 80;
  max-width: 480px;
  margin: 0 auto;
  background: #2c2a28;
  color: #f7f5f0;
  padding: 20px 20px 24px;
  display: none;
}
.cookieBar.isOn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 475px) {
  .cookieBar.isOn {
    flex-direction: column;
    align-items: start;
  }
}
.cookieBar p {
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 14px;
  color: rgba(247, 245, 240, 0.9);
}
.cookieBar a {
  color: #f0d9c8;
}

.siteFoot {
  background: #2c2a28;
  color: rgba(247, 245, 240, 0.85);
  padding: 36px 24px 28px;
  font-size: 11px;
  line-height: 1.7;
}
.footBrand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.footBrand .nm {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #f7f5f0;
  letter-spacing: 0.04em;
}
.agePill {
  border: 1px solid rgba(247, 245, 240, 0.5);
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #f7f5f0;
}
.siteFoot p {
  margin: 0 0 16px;
}
.footLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.footLinks a {
  color: rgba(247, 245, 240, 0.85);
}
.siteFoot .dim {
  color: rgba(247, 245, 240, 0.8);
  margin: 0 0 12px;
}
.siteFoot .copy {
  margin: 0;
  color: rgba(247, 245, 240, 0.75);
}
.siteFoot a {
  color: #f0d9c8;
}

.pcPulse {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(44, 42, 40, 0.7);
  margin: 0 0 16px;
}

@keyframes ri-fade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card-fix-2026 {
  margin-top: 0;
}

.deskNav {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

@media (min-width: 768px) {
  .pc-shell,
  .fsMenu,
  .cartLayer,
  .detailLayer,
  .cookieBar {
    max-width: 720px;
    width: 100%;
  }
  .orderSheet {
    max-width: none;
    width: 100%;
    align-items: center;
  }
  .orderSheet__panel {
    max-width: 440px;
    margin: 0 auto 8vh;
  }
  .main-header {
    padding: 18px 32px;
  }
  .hero-section,
  .hero-baner {
    padding: 48px 32px 40px;
  }
  .heroFig {
    height: 340px;
  }
  .pageH1 {
    font-size: 36px;
  }
  .pageH1--sm {
    font-size: 30px;
  }
  .lede {
    font-size: 15px;
  }
  .h2serif {
    font-size: 26px;
  }
  .secton-dark,
  .peachBand {
    padding: 48px 32px;
  }
  .whyStack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .railWrap {
    padding: 48px 32px;
  }
  .railWrap .h2serif,
  .railSub {
    margin-right: 0;
  }
  .bookRail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
    padding-right: 0;
  }
  .bookTile {
    flex: none;
  }
  .bookTile figure {
    height: 320px;
  }
  .inkBand {
    padding: 48px 32px;
  }
  .inkBand {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 20px;
  }
  .inkBand .h2serif,
  .inkBand .inkP,
  .inkBand .inkKicker {
    grid-column: 1 / -1;
  }
  .quoteList {
    padding: 48px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .quoteList .h2serif {
    grid-column: 1 / -1;
  }
  .blogTease {
    padding: 0 32px 48px;
  }
  .ctaPeach {
    padding: 52px 32px;
  }
  .ctaPeach .ctaStack {
    flex-direction: row;
    max-width: 560px;
  }
  .ctaPeach .ctaStack > * {
    flex: 1;
  }
  .pagePad {
    padding: 40px 32px 56px;
  }
  .shopGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 18px;
  }
  .shopCard figure {
    height: 260px;
  }
  .postList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 22px;
  }
  .postFig {
    height: 180px;
  }
  .gameBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 28px;
    align-items: center;
    padding: 28px;
  }
  .gameHero {
    height: 240px;
    margin-bottom: 0;
    grid-row: 1 / 5;
  }
  .teamFig {
    height: 280px;
  }
  .siteFoot {
    padding: 44px 32px 32px;
    font-size: 12px;
  }
  .legalCol {
    max-width: 640px;
  }
  .cookieBar {
    padding: 22px 32px 26px;
  }
  .fsMenu__nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 28px;
    font-size: 22px;
    padding: 0 32px;
  }
}

@media (min-width: 1024px) {
  .pc-shell,
  .fsMenu,
  .cartLayer,
  .detailLayer,
  .cookieBar {
    max-width: 1120px;
  }
  .iconBtn--start {
    display: none;
  }
  .main-header {
    grid-template-columns: auto 1fr auto;
    padding: 20px 48px;
  }
  .brandLockup {
    justify-self: start;
    font-size: 22px;
  }
  .deskNav {
    display: flex;
    justify-self: center;
    align-items: center;
    gap: 26px;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .deskNav a {
    color: #2c2a28;
    text-decoration: none;
  }
  .deskNav a[aria-current="page"] {
    border-bottom: 1px solid #6e5340;
    padding-bottom: 2px;
  }
  .hero-section,
  .hero-baner {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 8px 48px;
    align-items: center;
    padding: 56px 48px 48px;
  }
  .heroFig {
    grid-row: 1 / 6;
    height: 420px;
    margin-bottom: 0;
  }
  .pageH1 {
    font-size: 42px;
    line-height: 1.2;
  }
  .pageH1--sm {
    font-size: 34px;
  }
  .lede {
    font-size: 16px;
    max-width: 46em;
  }
  .h2serif {
    font-size: 28px;
  }
  .secton-dark,
  .peachBand {
    padding: 56px 48px;
  }
  .whyStack {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .railWrap {
    padding: 56px 48px;
  }
  .bookTile figure {
    height: 360px;
  }
  .inkBand {
    padding: 56px 48px;
  }
  .quoteList {
    padding: 56px 48px;
    gap: 20px;
  }
  .blogTease {
    padding: 0 48px 56px;
  }
  .ctaPeach {
    padding: 64px 48px;
  }
  .pagePad {
    padding: 48px 48px 72px;
  }
  .shopGrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 20px;
  }
  .shopCard figure {
    height: 280px;
  }
  .detailInner {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    column-gap: 40px;
    padding: 0 48px 56px;
    align-items: start;
  }
  .detailCover {
    grid-row: 1 / 8;
    height: 480px;
  }
  .cartLayer__body {
    padding: 28px 48px 48px;
    max-width: 720px;
  }
  .siteFoot {
    padding: 52px 48px 36px;
  }
  .legalH {
    font-size: 32px;
  }
  .legalCol {
    max-width: 720px;
    font-size: 15px;
  }
  .teamFig {
    height: 340px;
  }
  .postFig {
    height: 200px;
  }
}
