.elementor-989 .elementor-element.elementor-element-0fd2dd5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-989 .elementor-element.elementor-element-508e69f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;border-style:solid;--border-style:solid;border-width:1px 0px 1px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#F6F1E712;--border-color:#F6F1E712;--padding-top:80px;--padding-bottom:90px;--padding-left:15px;--padding-right:15px;}.elementor-989 .elementor-element.elementor-element-508e69f:not(.elementor-motion-effects-element-type-background), .elementor-989 .elementor-element.elementor-element-508e69f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0E0A0A;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-989 .elementor-element.elementor-element-656cc45 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:12px;font-weight:400;text-transform:uppercase;line-height:16px;letter-spacing:3px;color:#A9A49A;}.elementor-989 .elementor-element.elementor-element-08e443c{text-align:center;}.elementor-989 .elementor-element.elementor-element-08e443c .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:48px;font-weight:600;line-height:1.25em;letter-spacing:0.9px;color:#F6F1E7;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-989 .elementor-element.elementor-element-bf44f3c{text-align:center;font-family:"Inter", Sans-serif;font-size:16px;font-weight:300;line-height:1.6em;letter-spacing:0.2px;color:#A9A49A;}.elementor-989 .elementor-element.elementor-element-62db7f5{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-989 .elementor-element.elementor-element-62db7f5.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-989 .elementor-element.elementor-element-508e69f{--content-width:720px;}}@media(max-width:1024px){.elementor-989 .elementor-element.elementor-element-508e69f{--padding-top:70px;--padding-bottom:75px;--padding-left:15px;--padding-right:15px;}.elementor-989 .elementor-element.elementor-element-08e443c .elementor-heading-title{font-size:36px;}}@media(max-width:767px){.elementor-989 .elementor-element.elementor-element-508e69f{--padding-top:60px;--padding-bottom:60px;--padding-left:15px;--padding-right:15px;}.elementor-989 .elementor-element.elementor-element-08e443c .elementor-heading-title{font-size:32px;}}/* Start custom CSS *//* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@300;400;500;600&display=swap");

/* ── Design Tokens ─────────────────────────────────────────── */
:root {
  --radius: 1.5rem;
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --radius-2xl: calc(var(--radius) + 8px);
  --radius-3xl: calc(var(--radius) + 12px);

  --background:        oklch(0.12 0.005 60);
  --foreground:        oklch(0.96 0.015 85);
  --card:              oklch(0.16 0.008 60);
  --muted:             oklch(0.22 0.01  60);
  --muted-foreground:  oklch(0.72 0.015 85);
  --border:            oklch(0.96 0.015 85 / 18%);
  --border-60:         oklch(0.96 0.015 85 / 10.8%); /* /60 = 60% of 18% */
  --border-40:         oklch(0.96 0.015 85 / 7.2%);  /* /40 */
  --border-50:         oklch(0.96 0.015 85 / 9%);    /* /50 */
  --input:             oklch(0.96 0.015 85 / 18%);
  --ring:              oklch(0.96 0.015 85 / 40%);
  --primary:           oklch(0.96 0.015 85);
  --primary-foreground: oklch(0.12 0.005 60);

  --font-display: "Cormorant Garamond", serif;
  --font-body:    "Inter", sans-serif;
}

/* ── Reset & Base ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.5;
  min-height: 100vh;
}

h1, h2, h3, h4, .font-display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.02em;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; }
ul { list-style: none; }

/* ── Layout ─────────────────────────────────────────────────── */
.container {
  max-width: 80rem; /* 1280px / 7xl */
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container-4xl { max-width: 56rem;  margin: 0 auto; padding: 0 1.5rem; }
.container-3xl { max-width: 48rem;  margin: 0 auto; padding: 0 1.5rem; }
.container-2xl { max-width: 42rem;  margin: 0 auto; padding: 0 1.5rem; }
.container-xl  { max-width: 36rem;  margin: 0 auto; padding: 0 1.5rem; }
.container-6xl { max-width: 72rem;  margin: 0 auto; padding: 0 1.5rem; }

/* ── Grid Helpers ───────────────────────────────────────────── */
.grid { display: grid; }
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 3rem; }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
.grid-4 { display: grid; grid-template-columns: 1fr; gap: 0; }
.grid-pillars { display: grid; overflow: hidden; border-radius: var(--radius-3xl); border: 1px solid var(--border-40); background-color: var(--border); }
.grid-pillars > * { background-color: var(--background); }

/* ── Flex Helpers ───────────────────────────────────────────── */
.flex        { display: flex; }
.flex-col    { flex-direction: column; }
.items-center { align-items: center; }
.items-start  { align-items: flex-start; }
.items-end    { align-items: flex-end; }
.justify-between { justify-content: space-between; }
.justify-center  { justify-content: center; }
.justify-end     { justify-content: flex-end; }
.flex-wrap   { flex-wrap: wrap; }
.flex-1      { flex: 1; }
.flex-none   { flex-shrink: 0; }
.gap-2  { gap: 0.5rem; }
.gap-3  { gap: 0.75rem; }
.gap-4  { gap: 1rem; }
.gap-5  { gap: 1.25rem; }
.gap-6  { gap: 1.5rem; }
.gap-8  { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }

/* ── Spacing ────────────────────────────────────────────────── */
.py-5  { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-10 { padding-top: 2.5rem;  padding-bottom: 2.5rem; }
.py-16 { padding-top: 4rem;    padding-bottom: 4rem; }
.py-20 { padding-top: 5rem;    padding-bottom: 5rem; }
.py-24 { padding-top: 6rem;    padding-bottom: 6rem; }
.py-28 { padding-top: 7rem;    padding-bottom: 7rem; }
.py-32 { padding-top: 8rem;    padding-bottom: 8rem; }
.py-40 { padding-top: 10rem;   padding-bottom: 10rem; }
.px-4  { padding-left: 1rem;   padding-right: 1rem; }
.px-5  { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6  { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-7  { padding-left: 1.75rem; padding-right: 1.75rem; }
.px-8  { padding-left: 2rem;   padding-right: 2rem; }
.px-9  { padding-left: 2.25rem; padding-right: 2.25rem; }
.pt-8  { padding-top: 2rem; }
.pb-6  { padding-bottom: 1.5rem; }
.p-5   { padding: 1.25rem; }
.p-6   { padding: 1.5rem; }
.p-8   { padding: 2rem; }
.p-10  { padding: 2.5rem; }
.mt-2  { margin-top: 0.5rem; }
.mt-3  { margin-top: 0.75rem; }
.mt-4  { margin-top: 1rem; }
.mt-5  { margin-top: 1.25rem; }
.mt-6  { margin-top: 1.5rem; }
.mt-8  { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-14 { margin-top: 3.5rem; }
.mt-16 { margin-top: 4rem; }
.mt-20 { margin-top: 5rem; }
.mb-3  { margin-bottom: 0.75rem; }
.mb-4  { margin-bottom: 1rem; }
.mb-5  { margin-bottom: 1.25rem; }
.mb-6  { margin-bottom: 1.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }

/* ── Typography ─────────────────────────────────────────────── */
.text-10   { font-size: 0.625rem; }   /* 10px */
.text-xs   { font-size: 0.75rem; }   /* 12px */
.text-sm   { font-size: 0.875rem; }  /* 14px */
.text-base { font-size: 1rem; }
.text-lg   { font-size: 1.125rem; }
.text-xl   { font-size: 1.25rem; }
.text-2xl  { font-size: 1.5rem; }
.text-3xl  { font-size: 1.875rem; }
.text-4xl  { font-size: 2.25rem; }
.text-5xl  { font-size: 3rem; }
.text-6xl  { font-size: 3.75rem; }
.text-7xl  { font-size: 4.5rem; }
.text-8xl  { font-size: 6rem; }
.font-display { font-family: var(--font-display) !important; font-weight: 400; letter-spacing: 0.02em; }
.uppercase { text-transform: uppercase; }
.italic    { font-style: italic; }
.sr-only   { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.leading-tight   { line-height: 1.25; }
.leading-none    { line-height: 1.0; }
.leading-relaxed { line-height: 1.625; }
.tracking-wide  { letter-spacing: 0.2em; }
.tracking-wider { letter-spacing: 0.25em; }
.tracking-widest { letter-spacing: 0.3em; }
.text-center { text-align: center; }
.text-right  { text-align: right; }
.tabular { font-variant-numeric: tabular-nums; }

/* ── Colors ─────────────────────────────────────────────────── */
.text-fg       { color: var(--foreground); }
.text-muted    { color: var(--muted-foreground); }
.text-bg       { color: var(--background); }
.bg-background { background-color: var(--background); }
.bg-card       { background-color: var(--card); }
.bg-muted      { background-color: var(--muted); }
.bg-foreground { background-color: var(--foreground); }

/* ── Borders ─────────────────────────────────────────────────── */
.border       { border: 1px solid var(--border); }
.border-t     { border-top: 1px solid var(--border-40); }
.border-b     { border-bottom: 1px solid var(--border-40); }
.rounded-full { border-radius: 9999px; }
.rounded-3xl  { border-radius: var(--radius-3xl); }
.rounded-2xl  { border-radius: var(--radius-2xl); }
.rounded-xl   { border-radius: var(--radius-xl); }
.rounded-md   { border-radius: var(--radius-md); }
.rounded-sm   { border-radius: var(--radius-sm); }

/* ── Display / Position ─────────────────────────────────────── */
.hidden      { display: none !important; }
.block       { display: block; }
.inline-flex { display: inline-flex; }
.relative    { position: relative; }
.absolute    { position: absolute; }
.overflow-hidden { overflow: hidden; }
.overflow-clip   { overflow: hidden; }

/* ── Aspect ratios ──────────────────────────────────────────── */
.aspect-portrait { aspect-ratio: 2/3; }
.aspect-4-5      { aspect-ratio: 4/5; }
.aspect-3-4      { aspect-ratio: 3/4; }

/* ── Object fit ─────────────────────────────────────────────── */
.object-cover { object-fit: cover; }
.w-full       { width: 100%; }
.h-full       { height: 100%; }

/* ── Transitions ─────────────────────────────────────────────── */
.transition { transition: all 0.2s ease; }

/* ============================================================
   SHARED COMPONENTS
   ============================================================ */

/* ── Section labels & headings ───────────────────────────────── */
.section-label {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: var(--muted-foreground);
  margin-bottom: 1rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 400;
}
.section-body {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.625;
  color: var(--muted-foreground);
}

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-family: var(--font-body);
  cursor: pointer;
  transition: opacity 0.2s, background-color 0.2s, color 0.2s;
  border: none;
}
.btn-primary {
  background-color: var(--foreground);
  color: var(--background);
  padding: 0.875rem 1.75rem;
}
.btn-primary:hover { opacity: 0.88; color: var(--background); }
.btn-outline {
  background-color: transparent;
  color: var(--foreground);
  border: 1px solid oklch(0.96 0.015 85 / 30%);
  padding: 0.875rem 1.75rem;
}
.btn-outline:hover { background-color: oklch(0.96 0.015 85 / 10%); color: var(--foreground); }
.btn-outline-hover-solid:hover {
  background-color: var(--foreground);
  color: var(--background);
}
.btn-sm { padding: 0.625rem 1.25rem; font-size: 0.6875rem; }
.btn-text {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--muted-foreground);
  text-underline-offset: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.2s;
}
.btn-text:hover { color: var(--foreground); text-decoration: underline; }
.btn-wide { width: 100%; justify-content: center; }
.hero__logo {
    max-width: 448px !important;
    width: auto;
    height: auto;
}

/* ── Cards ───────────────────────────────────────────────────── */
.book-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-3xl);
  border: 1px solid oklch(0.96 0.015 85 / 9%);
  background-color: var(--card);
  padding: 1.5rem;
  transition: border-color 0.2s;
}
.book-card:hover { border-color: oklch(0.96 0.015 85 / 40%); }
.book-card__cover {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  background-color: var(--muted);
}
.book-card__cover img {
  aspect-ratio: 2/3;
  width: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.book-card:hover .book-card__cover img { transform: scale(1.05); }

/* ── Forms ───────────────────────────────────────────────────── */
.form-input,
.form-textarea {
  width: 100%;
  border: 1px solid var(--border);
  background-color: var(--background);
  color: var(--foreground);
  border-radius: var(--radius-xl);
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-family: var(--font-body);
  transition: border-color 0.2s;
  outline: none;
}
.form-input:focus,
.form-textarea:focus { border-color: var(--foreground); }
.form-input::placeholder,
.form-textarea::placeholder { color: var(--muted-foreground); }
.form-textarea { resize: none; }
.form-label {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: var(--muted-foreground);
  margin-bottom: 0.5rem;
}

/* ── Social icon buttons ─────────────────────────────────────── */
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  border: 1px solid oklch(0.96 0.015 85 / 10.8%);
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
  flex-shrink: 0;
}
.social-icon:hover {
  border-color: var(--foreground);
  background-color: var(--foreground);
  color: var(--background);
}
.social-icon svg { width: 1rem; height: 1rem; }

/* ── Pill badge ───────────────────────────────────────────────── */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid oklch(0.96 0.015 85 / 30%);
  padding: 0.375rem 1rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
}
.pill-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
  background-color: var(--foreground);
  flex-shrink: 0;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--border-40);
  background-color: #0e0a0a;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
}
.site-header__logo img { height: 2.5rem; width: auto; }
.site-header__nav {
  display: none;
  align-items: center;
  gap: 2.5rem;
}
.site-header__nav a {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted-foreground);
  transition: color 0.2s;
}
.site-header__nav a:hover { color: var(--foreground); }
.site-header__actions { display: flex; align-items: center; gap: 0.75rem; }
.site-header__cart {
  display: none;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid oklch(0.96 0.015 85 / 30%);
  border-radius: 9999px;
  padding: 0.5rem 1.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: background-color 0.2s, color 0.2s;
}
.site-header__cart:hover { background-color: var(--foreground); color: var(--background); }
.site-header__cart svg { width: 0.875rem; height: 0.875rem; }
.site-header__burger {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--foreground);
  padding: 0.25rem;
}
.mobile-menu {
  display: none;
  border-top: 1px solid var(--border-40);
  background-color: #0e0a0a;
}
.mobile-menu.open { display: block; }
.mobile-menu nav {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem;
}
.mobile-menu nav a {
  padding: 0.75rem 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted-foreground);
}

/* ============================================================
   FOOTER / CONTACT
   ============================================================ */
.contact-footer {
  border-top: 1px solid var(--border-40);
  padding: 5rem 0;
}
.contact-footer__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.contact-footer__title {
  font-family: var(--font-display);
  font-size: 2.25rem;
  line-height: 1.2;
}
.contact-footer__body {
  margin-top: 1.5rem;
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.625;
  color: var(--muted-foreground);
}
.contact-footer__socials { margin-top: 2.5rem; }
.contact-footer__socials-label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--muted-foreground);
  margin-bottom: 1rem;
}
.contact-footer__socials-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.contact-form {
  border-radius: var(--radius-3xl);
  border: 1px solid oklch(0.96 0.015 85 / 9%);
  background-color: var(--card);
  padding: 2rem;
}
.contact-form .form-group { margin-bottom: 1.25rem; }
.site-footer__bottom {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--border-40);
  padding-top: 2rem;
}
.site-footer__copy {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--muted-foreground);
}

/* Simple footer (book detail page) */
.footer-simple {
  border-top: 1px solid var(--border-40);
  padding: 2.5rem 0;
}
.footer-simple__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--muted-foreground);
}

/* ============================================================
   NEWSLETTER SECTION
   ============================================================ */
.newsletter-section {
  border-top: 1px solid var(--border-40);
  padding: 6rem 0;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 28rem;
  margin: 2.5rem auto 0;
}
.newsletter-input {
  flex: 1;
  border-radius: 9999px;
  border: 1px solid var(--border);
  background-color: var(--card);
  color: var(--foreground);
  padding: 0.875rem 1.5rem;
  font-size: 0.875rem;
  font-family: var(--font-body);
  outline: none;
  transition: border-color 0.2s;
}
.newsletter-input:focus { border-color: var(--foreground); }
.newsletter-input::placeholder { color: var(--muted-foreground); }

/* ============================================================
   HOME PAGE
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
}
.hero__grid {
  display: grid;
  align-items: center;
  gap: 3rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 5rem 1.5rem;
}
.hero__image {
  order: 2;
}
.hero__image img {
  aspect-ratio: 4/5;
  width: 100%;
  border-radius: var(--radius-3xl);
  object-fit: cover;
  box-shadow: 0 25px 50px -12px oklch(0.05 0.005 60 / 50%);
}
.hero__content { order: 1; }
.hero__logo { width: 100%; max-width: 28rem; height: auto; }
.hero__sub {
  margin-top: 2rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: var(--muted-foreground);
}
.hero__ctas { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }

/* About section */
.about-section { border-top: 1px solid var(--border-40); padding: 6rem 0; }
.about-section p { color: var(--muted-foreground); font-size: 1rem; line-height: 1.625; }
.about-section p + p { margin-top: 1.5rem; }

/* Books section */
.books-section { border-top: 1px solid var(--border-40); padding: 6rem 0; }
.books-section__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.books-grid { display: grid; gap: 2.5rem; }

/* Black Mail Club teaser */
.bmc-section { border-top: 1px solid var(--border-40); padding: 6rem 0; text-align: center; }

/* Book Club section */
.bookclub-section { border-top: 1px solid var(--border-40); padding: 6rem 0; }
.bookclub-section__grid { display: grid; gap: 3rem; align-items: center; max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
.bookclub-section__image { aspect-ratio: 3/4; width: 100%; border-radius: var(--radius-3xl) !important; object-fit: cover; }

/* ============================================================
   SHOP PAGE
   ============================================================ */
.shop-hero { border-bottom: 1px solid var(--border-40); padding: 5rem 0; }
.shop-hero h1 { font-family: var(--font-display); font-size: 3rem; line-height: 1.1; }
.shop-grid { padding: 5rem 0; }

/* ============================================================
   COMMUNITY PAGE
   ============================================================ */
.community-hero { overflow: hidden; border-bottom: 1px solid var(--border-40); }
.community-hero__grid { display: grid; gap: 3rem; align-items: center; max-width: 80rem; margin: 0 auto; padding: 5rem 1.5rem; }
.community-hero h1 { font-family: var(--font-display); font-size: 3rem; line-height: 1.05; }
.community-hero__stat {
  display: none;
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  border-radius: var(--radius-2xl);
  border: 1px solid oklch(0.96 0.015 85 / 10.8%);
  background-color: var(--background);
  padding: 1rem 1.5rem;
  box-shadow: 0 1px 3px oklch(0.05 0 0 / 20%);
}
.community-hero__stat-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.3em; color: var(--muted-foreground); }
.community-hero__stat-value { font-family: var(--font-display); font-size: 1.875rem; }
.community-story { border-bottom: 1px solid var(--border-40); padding: 6rem 0; }
.community-story p { color: var(--muted-foreground); font-size: 1rem; line-height: 1.625; margin-top: 1.5rem; }
.community-cta { padding: 7rem 0; text-align: center; }
.community-cta h2 { font-family: var(--font-display); font-size: 3rem; line-height: 1.1; }
.pillar-card { padding: 2rem; }
.pillar-card__icon { width: 1.5rem; height: 1.5rem; }
.pillar-card h3 { font-family: var(--font-display); font-size: 1.5rem; margin-top: 1.5rem; }
.pillar-card p { font-size: 0.875rem; line-height: 1.625; color: var(--muted-foreground); margin-top: 0.75rem; }

/* ============================================================
   BLACK MAIL CLUB PAGE
   ============================================================ */
.bmc-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border-40);
  text-align: center;
}
.bmc-hero__vignette {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background: radial-gradient(ellipse at 50% 0%, oklch(0.22 0.01 60 / 0.7), transparent 60%),
              radial-gradient(ellipse at 80% 80%, oklch(0.18 0.01 60 / 0.5), transparent 50%);
}
.bmc-hero__content { position: relative; max-width: 56rem; margin: 0 auto; padding: 7rem 1.5rem 10rem; }
.bmc-hero h1 { font-family: var(--font-display); font-size: 4rem; line-height: 0.95; border-bottom: none; }
.bmc-hero__tagline { font-family: var(--font-display); font-size: 1.5rem; font-style: italic; color: oklch(0.96 0.015 85 / 80%); margin-top: 2.5rem; }
.bmc-hero__body { max-width: 42rem; margin: 2rem auto 0; font-size: 1rem; line-height: 1.625; color: var(--muted-foreground); }
.bmc-made-in-sa { border-bottom: 1px solid var(--border-40); padding: 8rem 0; }
.bmc-made-in-sa__grid { display: grid; gap: 4rem; align-items: center; max-width: 72rem; margin: 0 auto; padding: 0 1.5rem; }
.bmc-made-in-sa__img-wrapper { position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: var(--radius-3xl); background-color: var(--muted); }
.bmc-made-in-sa__img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.bmc-made-in-sa__img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, oklch(0.12 0.005 60 / 40%), transparent); }
.bmc-made-in-sa .h2 { font-family: var(--font-display); font-size: 3rem; line-height: 1.1; }
.bmc-made-in-sa .p { color: var(--muted-foreground); font-size: 1rem; line-height: 1.625; margin-top: 1.5rem; }
.bmc-included { border-bottom: 1px solid var(--border-40); padding: 7rem 0; }
.bmc-included h2 { font-family: var(--font-display); font-size: 3rem; line-height: 1.1; }
.bmc-included__grid { display: grid; overflow: hidden; border-radius: var(--radius-3xl); border: 1px solid var(--border-40); background-color: var(--border); margin-top: 5rem; }
.bmc-included__grid > * { background-color: var(--background); transition: background-color 0.2s; }
.bmc-included__grid > *:hover { background-color: var(--card); }
.bmc-included__card { padding: 2.5rem; border-right: 1px solid rgb(246 241 231 / 18%); border-bottom: 1px solid rgb(246 241 231 / 18%); }
.bmc-included__grid .bmc-included__card:nth-child(4), .bmc-included__grid .bmc-included__card:nth-child(5) { border-bottom: none; }
.bmc-included__card svg { width: 1.75rem; height: 1.75rem; color: oklch(0.96 0.015 85 / 70%); }
.bmc-included__card h3 { font-family: var(--font-display); font-size: 1.5rem; margin-top: 2rem; }
.bmc-included__card p { font-size: 0.875rem; line-height: 1.625; color: var(--muted-foreground); margin-top: 1rem; }
.bmc-quote { padding: 2.5rem; }
.bmc-quote__text { font-family: var(--font-display); font-size: 1.25rem; font-style: italic; line-height: 1.625; color: oklch(0.96 0.015 85 / 70%); }
.bmc-quote__author { font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.4em; color: var(--muted-foreground); margin-top: 1.5rem; }
.bmc-how { border-bottom: 1px solid var(--border-40); padding: 7rem 0; }
.bmc-how h2 { font-family: var(--font-display); font-size: 3rem; line-height: 1.1; }
.bmc-how__grid { display: grid; overflow: hidden; border-radius: var(--radius-3xl); border: 1px solid var(--border-40); background-color: var(--border); margin-top: 5rem; }
.bmc-how__step { background-color: var(--background); padding: 2.5rem; }
.bmc-how__grid .bmc-how__step:not(:last-child) {
  border-right: 1px solid rgb(246 241 231 / 18%);
}
.bmc-how__step-n { font-family: var(--font-display); font-size: 3rem; font-style: italic; color: oklch(0.96 0.015 85 / 40%); }
.bmc-how__step h3 { font-family: var(--font-display); font-size: 1.5rem; margin-top: 2rem; }
.bmc-pricing { position: relative; border-bottom: 1px solid var(--border-40); padding: 8rem 0; text-align: center; }
.bmc-pricing__vignette {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background: radial-gradient(ellipse at 50% 50%, oklch(0.20 0.01 60 / 0.8), transparent 60%);
}
.bmc-pricing__card {
  position: relative;
  max-width: 36rem;
  margin: 3.5rem auto 0;
  border-radius: var(--radius-3xl);
  border: 1px solid oklch(0.96 0.015 85 / 10.8%);
  background-color: var(--card);
  padding: 2.5rem;
}
.bmc-pricing__price { font-family: var(--font-display); font-size: 4.5rem; }
.bmc-pricing__after { font-size: 0.875rem; color: var(--muted-foreground); margin-top: 0.75rem; }
.bmc-pricing__progress-bar { height: 0.25rem; width: 100%; border-radius: 9999px; background-color: oklch(0.96 0.015 85 / 10.8%); overflow: hidden; margin-top: 0.75rem; }
.bmc-pricing__progress-fill { height: 100%; background-color: var(--foreground); border-radius: 9999px; transition: width 0.7s ease; }
.bmc-refs { border-bottom: 1px solid var(--border-40); background-color: oklch(0.16 0.008 60 / 40%); padding: 6rem 0; }
.bmc-refs h2 { font-family: var(--font-display); font-size: 2.25rem; line-height: 1.1; }
.bmc-refs__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; margin-top: 4rem; }
.bmc-refs__img { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: var(--radius-2xl); background-color: var(--muted); }
.bmc-refs__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.bmc-refs__img:hover img { transform: scale(1.05); }
.bmc-faq { border-bottom: 1px solid var(--border-40); padding: 7rem 0; }
.bmc-faq h2 { font-family: var(--font-display); font-size: 3rem; line-height: 1.1; }
.faq-list { margin-top: 4rem; border-top: 1px solid oklch(0.96 0.015 85 / 10.8%); border-bottom: 1px solid oklch(0.96 0.015 85 / 10.8%); }
.faq-item { border-bottom: 1px solid oklch(0.96 0.015 85 / 10.8%); }
.faq-item:last-child { border-bottom: none; }
.faq-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 0;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--foreground);
  transition: opacity 0.2s;
  background-color: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.faq-btn:hover { opacity: 0.8; }
.faq-btn__text { font-family: var(--font-display); font-size: 1.25rem; white-space: normal; }
.faq-btn__icon { flex-shrink: 0; color: var(--muted-foreground); transition: transform 0.3s; width: 1.25rem; height: 1.25rem; }
.faq-btn__icon.open { transform: rotate(180deg); }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-answer.open { max-height: 300px; padding-bottom: 1.5rem; }
.faq-answer p { font-size: 1rem; line-height: 1.625; color: var(--muted-foreground); margin: 0 !important; }
.bmc-cta {
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
  text-align: center;
}
.bmc-cta__vignette {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, oklch(0.22 0.01 60 / 0.7), transparent 70%);
}
.bmc-cta h2 { font-family: var(--font-display); font-size: 3.75rem; line-height: 1.0; position: relative; }
.bmc-sticky {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 40;
}
.bmc-archive { border-bottom: 1px solid var(--border-40); padding: 7rem 0; }
.bmc-archive h2 { font-family: var(--font-display); font-size: 3rem; line-height: 1.1; }
.bmc-archive__grid { display: grid; gap: 2rem; margin-top: 3.5rem; }
.edition-card {
  border-radius: var(--radius-3xl);
  border: 1px dashed oklch(0.96 0.015 85 / 10.8%);
  background-color: oklch(0.16 0.008 60 / 40%);
  padding: 1.5rem;
  transition: border-color 0.2s;
}
.edition-card:hover { border-color: oklch(0.96 0.015 85 / 40%); }
.edition-card__placeholder {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edition-card__coming { font-family: var(--font-display); font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.4em; color: rgba(255,255,255,0.7); }
.edition-card__issue { font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.35em; color: var(--muted-foreground); margin-top: 1.5rem; }
.edition-card__row { display: flex; align-items: baseline; justify-content: space-between; margin-top: 0.5rem; }
.edition-card h3 { font-family: var(--font-display); font-size: 1.5rem; }
.edition-card__price { font-family: var(--font-display); font-size: 1.125rem; color: oklch(0.96 0.015 85 / 70%); }

/* ============================================================
   JOIN PAGE
   ============================================================ */
.join-hero { border-bottom: 1px solid var(--border-40); padding: 6rem 0 8rem; text-align: center; }
.join-hero h1 { font-family: var(--font-display); font-size: 3rem; line-height: 1.05; }
.join-section { border-bottom: 1px solid var(--border-40); padding: 6rem 0; }
.join-grid { display: grid; gap: 3rem; max-width: 72rem; margin: 0 auto; padding: 0 1.5rem; }
.membership-card { border-radius: var(--radius-3xl); border: 1px solid var(--border); background-color: var(--card); padding: 2.5rem; box-shadow: 0 25px 50px -12px oklch(0.05 0.005 60 / 50%); }
.membership-card__name { font-family: var(--font-display); font-size: 1.5rem; text-transform: uppercase; letter-spacing: 0.15em; }
.membership-card__type { font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.5em; color: var(--muted-foreground); margin-top: 0.5rem; }
.membership-card__price { font-family: var(--font-display); font-size: 3.75rem; margin-top: 1.5rem; }
.membership-card__period { font-size: 0.875rem; color: var(--muted-foreground); }
.membership-card__note { font-size: 0.875rem; color: var(--muted-foreground); margin-top: 0.75rem; }
.membership-card ul { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
.membership-card li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 1rem; }
.membership-card li svg { margin-top: 0.125rem; flex-shrink: 0; color: oklch(0.96 0.015 85 / 70%); }
.membership-card__footer-note { font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.35em; color: var(--muted-foreground); margin-top: 2rem; }
.join-form { display: flex; flex-direction: column; border-radius: var(--radius-3xl); border: 1px solid var(--border); background-color: oklch(0.16 0.008 60 / 40%); padding: 2.5rem; }
.join-form .form-group { margin-bottom: 1rem; }
.join-form .form-input { border-radius: var(--radius-md); }
.join-form__note { margin-top: 1.25rem; text-align: center; font-size: 0.75rem; line-height: 1.625; color: var(--muted-foreground); }
.join-form a { text-decoration: underline; text-underline-offset: 2px; }
.join-form a:hover { color: var(--foreground); }

/* ============================================================
   BOOK DETAIL PAGE
   ============================================================ */
.book-detail-hero { padding: 4rem 0 6rem; }
.book-detail-hero__grid { display: grid; gap: 3rem; max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
.book-detail-hero__cover { position: relative; }
.book-detail-hero__cover img { aspect-ratio: 2/3; width: 100%; object-fit: cover; }
.book-detail-hero__series { font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.4em; color: var(--muted-foreground); }
.book-detail-hero h1 { font-family: var(--font-display); font-size: 2.25rem; line-height: 1.2; margin-top: 1rem; }
.book-detail-hero__status { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.3em; margin-top: 1.25rem; }
.book-detail-hero__status-dot { width: 0.375rem; height: 0.375rem; border-radius: 9999px; background-color: var(--foreground); }
.book-detail-hero__price { font-family: var(--font-display); font-size: 2.25rem; margin-top: 2rem; }
.book-detail-hero__actions { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
.book-detail-hero__trust { display: grid; gap: 1rem; border-top: 1px solid var(--border-40); padding-top: 2rem; margin-top: 2.5rem; font-size: 0.875rem; color: var(--muted-foreground); }
.book-detail-hero__trust li { display: flex; align-items: flex-start; gap: 0.75rem; }
.book-detail-hero__trust li svg { margin-top: 0.125rem; flex-shrink: 0; color: var(--foreground); }
.book-synopsis { border-top: 1px solid var(--border-40); padding: 5rem 0; }
.book-synopsis__grid { display: grid; gap: 3rem; max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
.book-synopsis__heading h2 { font-family: var(--font-display); font-size: 1.875rem; line-height: 1.2; margin-top: 1rem; }
.book-synopsis__body > p { font-size: 1rem; line-height: 1.625; color: oklch(0.96 0.015 85 / 85%); }
.book-synopsis__body > p:first-child { font-family: var(--font-display); font-size: 1.5rem; color: var(--foreground); }
.book-synopsis__body > p + p { margin-top: 1.5rem; }
.book-synopsis__pitch { margin-top: 2.5rem; padding-left: 1.5rem; border-left: 2px solid oklch(0.96 0.015 85 / 30%); font-style: italic; color: var(--muted-foreground); }
.other-books { border-top: 1px solid var(--border-40); padding: 5rem 0; }
.other-books__inner { max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
.other-books__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 3rem; }
.other-books__grid { display: grid; gap: 2rem; }
.other-book-card {
  display: flex;
  gap: 1.5rem;
  border-radius: var(--radius-2xl);
  border: 1px solid oklch(0.96 0.015 85 / 9%);
  background-color: var(--card);
  padding: 1.25rem;
  transition: border-color 0.2s;
}
.other-book-card:hover { border-color: oklch(0.96 0.015 85 / 40%); }
.other-book-card img { width: 7rem; height: 10rem; flex-shrink: 0; object-fit: cover; }
.other-book-card__info { display: flex; flex-direction: column; justify-content: center; }
.other-book-card__series { font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.3em; color: var(--muted-foreground); }
.other-book-card h3 { font-family: var(--font-display); font-size: 1.25rem; margin-top: 0.5rem; }
.other-book-card__price { font-size: 1rem; margin-top: 0.5rem; }
.other-book-card__link { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.3em; margin-top: 1rem; transition: gap 0.2s; }
.other-book-card:hover .other-book-card__link { gap: 0.75rem; }
.breadcrumb { border-bottom: 1px solid var(--border-40); }
.breadcrumb__inner { display: flex; align-items: center; gap: 0.5rem; max-width: 80rem; margin: 0 auto; padding: 1.25rem 1.5rem; font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.3em; color: var(--muted-foreground); }
.breadcrumb__inner a:hover { color: var(--foreground); }

/* ============================================================
   CART PAGE
   ============================================================ */
.cart-hero { border-bottom: 1px solid var(--border-40); padding: 5rem 0; }
.cart-hero h1 { font-family: var(--font-display); font-size: 3rem; line-height: 1.1; }
.cart-section { padding: 5rem 0; }
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--border-40);
  background-color: var(--card);
  padding: 5rem 1.5rem;
  text-align: center;
}
.cart-empty svg { width: 2.5rem; height: 2.5rem; color: var(--muted-foreground); }
.cart-empty h2 { font-family: var(--font-display); font-size: 1.875rem; margin-top: 1.5rem; }
.cart-empty p { font-size: 0.875rem; color: var(--muted-foreground); max-width: 28rem; margin-top: 0.75rem; }
.cart-grid { display: grid; gap: 3rem; }
.cart-items { border-top: 1px solid var(--border-40); }
.cart-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1.5rem;
  border-bottom: 1px solid var(--border-40);
  padding: 2rem 0;
}
.cart-item__cover img { aspect-ratio: 2/3; width: 100%; object-fit: cover; }
.cart-item__title { font-family: var(--font-display); font-size: 1.5rem; margin-top: 0.5rem; transition: opacity 0.2s; }
.cart-item__title:hover { opacity: 0.8; }
.cart-item__subtitle { font-size: 0.875rem; color: var(--muted-foreground); margin-top: 0.5rem; }
.cart-item__actions { display: flex; align-items: center; gap: 1.5rem; margin-top: auto; padding-top: 1.5rem; }
.qty-control { display: inline-flex; align-items: center; border-radius: 9999px; border: 1px solid oklch(0.96 0.015 85 / 30%); }
.qty-btn { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; color: oklch(0.96 0.015 85 / 80%); transition: color 0.2s; background: none; border: none; cursor: pointer; }
.qty-btn:hover { color: var(--foreground); }
.qty-btn svg { width: 0.875rem; height: 0.875rem; }
.qty-value { width: 2rem; text-align: center; font-size: 0.875rem; font-variant-numeric: tabular-nums; }
.cart-remove { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.25em; color: var(--muted-foreground); transition: color 0.2s; background: none; border: none; cursor: pointer; }
.cart-remove:hover { color: var(--foreground); }
.cart-item__price { font-family: var(--font-display); font-size: 1.5rem; font-variant-numeric: tabular-nums; }
.cart-continue { margin-top: 2rem; }
.cart-sidebar {
  background-color: var(--card);
  border: 1px solid var(--border-40);
  padding: 2rem;
  height: fit-content;
}
.cart-sidebar h2 { font-family: var(--font-display); font-size: 1.875rem; margin-top: 0.75rem; }
.cart-sidebar__label { font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.3em; color: var(--muted-foreground); }
.order-summary { margin-top: 2rem; }
.order-row { display: flex; align-items: center; justify-content: space-between; font-size: 0.875rem; padding: 1rem 0; }
.order-row:first-child { padding-top: 0; }
.order-row dt { color: var(--muted-foreground); }
.order-divider { border: none; border-top: 1px solid var(--border-40); margin: 0; }
.order-total { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; }
.order-total dt { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.25em; }
.order-total dd { font-family: var(--font-display); font-size: 1.5rem; font-variant-numeric: tabular-nums; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 640px) { /* sm */
  .sm:flex-row { flex-direction: row; }
  .sm:grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .sm:grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
  .sm:text-lg { font-size: 1.125rem; }
  .sm:text-xl { font-size: 1.25rem; }
  .sm:text-2xl { font-size: 1.5rem; }
  .sm:text-3xl { font-size: 1.875rem; }
  .sm:text-4xl { font-size: 2.25rem; }
  .sm:text-5xl { font-size: 3rem; }
  .sm:text-6xl { font-size: 3.75rem; }
  .sm:text-7xl { font-size: 4.5rem; }
  .sm:block  { display: block !important; }
  .sm:inline-flex { display: inline-flex !important; }
  .sm:hidden { display: none !important; }
  .sm:justify-end { justify-content: flex-end; }
  .sm:text-right  { text-align: right; }
  .community-hero__stat { display: block; }
  .newsletter-form { flex-direction: row; }
  .site-footer__bottom { flex-direction: row; }
  .bmc-refs__grid { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
  .bmc-archive__grid { grid-template-columns: repeat(2, 1fr); }
  .other-books__grid { grid-template-columns: repeat(2, 1fr); }
  .bmc-how__grid { grid-template-columns: repeat(2, 1fr); }
  .bmc-included__grid { grid-template-columns: repeat(2, 1fr); }
  .cart-item { grid-template-columns: 120px 1fr auto; }
  .cart-sidebar { position: sticky; top: 6rem; }
  .book-detail-hero__trust { grid-template-columns: repeat(2, 1fr); }
  .book-detail-hero__actions { flex-direction: row; }
  .shop-hero h1 { font-size: 3.75rem; }
  .community-hero h1 { font-size: 3.75rem; }
  .bmc-hero h1 { font-size: 5rem; }
  .bmc-cta h2 { font-size: 4.5rem; }
  .join-hero h1 { font-size: 3.75rem; }
  .books-section__header { flex-direction: row; align-items: flex-end; }
}

@media (min-width: 768px) { /* md */
  .md:grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .books-grid { grid-template-columns: repeat(2, 1fr); }
  .bmc-archive__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1025px) { /* lg */
  .site-header__nav { display: flex; }
  .site-header__cart { display: inline-flex; }
  .site-header__burger { display: none; }
  .site-header__inner { padding-left: 2.5rem; padding-right: 2.5rem; }
  .site-header__logo img { height: 3rem; }
  .lg:px-10 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
  .lg:grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .lg:grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
  .lg:grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
  .lg:hidden { display: none !important; }
  .lg:block   { display: block !important; }
  .lg:inline-flex { display: inline-flex !important; }
  .container { padding-left: 2.5rem; padding-right: 2.5rem; }
  .container-4xl { padding-left: 2.5rem; padding-right: 2.5rem; }
  .container-3xl { padding-left: 2.5rem; padding-right: 2.5rem; }
  .container-6xl { padding-left: 2.5rem; padding-right: 2.5rem; }
  .hero__grid { grid-template-columns: repeat(2, 1fr); padding: 7rem 2.5rem; gap: 4rem; }
  .hero__image { order: 1; }
  .hero__content { order: 2; }
  .bookclub-section__grid { grid-template-columns: repeat(2, 1fr); }
  .community-hero__grid { grid-template-columns: repeat(2, 1fr); padding: 7rem 2.5rem; }
  .community-hero h1 { font-size: 4.5rem; }
  .bmc-made-in-sa__grid { grid-template-columns: 2fr 3fr; }
  .bmc-included__grid { grid-template-columns: repeat(3, 1fr); }
  .bmc-how__grid { grid-template-columns: repeat(4, 1fr); }
  .bmc-hero h1 { font-size: 8rem; }
  .bmc-hero__content { padding: 10rem 2.5rem; }
  .bmc-cta h2 { font-size: 6rem; }
  .bmc-sticky { display: none !important; }
  .join-grid { grid-template-columns: repeat(2, 1fr); }
  .book-detail-hero__grid { grid-template-columns: 5fr 6fr; gap: 5rem; }
  .book-synopsis__grid { grid-template-columns: 1fr 2fr; gap: 5rem; }
  .books-grid { grid-template-columns: repeat(3, 1fr); }
  .cart-grid { grid-template-columns: 1.6fr 1fr; }
  .contact-footer__inner { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .contact-form { padding: 2.5rem; }
}
@media (max-width: 1024px) { 
  .bmc-included__grid .bmc-included__card:nth-child(2), .bmc-included__grid .bmc-included__card:nth-child(4) { 
    border-right: none; 
  }
  .bmc-included__grid .bmc-included__card:nth-child(4) {
    border-bottom: 1px solid rgb(246 241 231 / 18%);
  }
  .bmc-how__grid .bmc-how__step:nth-child(2), .bmc-how__grid .bmc-how__step:nth-child(4) {
    border-right: none;
  }
  .bmc-how__grid .bmc-how__step:nth-child(1), .bmc-how__grid .bmc-how__step:nth-child(2) {
    border-bottom: 1px solid rgb(246 241 231 / 18%);
  }
}

@media (max-width: 639px) {
  .bmc-included__grid .bmc-included__card {
    border-right: none;
  }
  .bmc-included__grid .bmc-included__card:nth-child(5) {
    border-bottom: 1px solid rgb(246 241 231 / 18%);
  }
  .bmc-how__grid .bmc-how__step {
    border: none
  }
  .bmc-how__grid .bmc-how__step:not(:last-child) {
    border-bottom: 1px solid rgb(246 241 231 / 18%);
  }
}/* End custom CSS */