:root {
  --bg: #fffaf5;
  --ink: #591c21;
  --muted: #6b5a5a;

  --cream: #fff5e8;
  --pink: #f7d9ea;
  --mint: #d9f3ef;
  --blue: #d9edf7;
  --lav: #f0e6ff;

  --card: #ffffff;
  --stroke: rgba(59, 42, 42, 0.12);

  --radius-xl: 22px;
  --radius-lg: 18px;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.08);

  --max: 1100px;
}

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Open Sans,
    ui-sans-serif,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  color: var(--ink);
  background: var(--bg);
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
  border-radius: var(--radius-xl);
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.band {
  padding: 64px 0;
}
.band-hero {
  background: var(--cream);
}
.band-book {
  background: linear-gradient(#f0f0f0, #f6f6f6);
}
.band-features {
  /* background: linear-gradient(#eefcff, #f7e9ff); */
  background: #e2ece9;
}
.band-quote {
  background: var(--cream);
}

.band-quote-death {
  background-color: #e7dce5;
}

.band-media {
  /*background: linear-gradient(#e9fbff, #f5dff0); */
  background: #d2dfe9;
}

.band-share {
  background-color: #fbeef9;
}

.band-press {
  background: var(--mint);
  text-align: center;
}
.band-author {
  background: beige;
}

.section-title {
  margin: 0 0 10px;
  font-size: clamp(26px, 2.2vw, 34px);
  letter-spacing: 0.2px;
  text-align: center;
}
.section-lede {
  margin: 0 auto 28px;
  max-width: 760px;
  color: var(--muted);
  text-align: center;
}

/* ------------------------------
   Buttons
------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  /* border: 1px solid var(--stroke); */
  background: var(--card);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  font-weight: 650;
  letter-spacing: 0.2px;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0px);
}

.btn-primary {
  background: #f6e1a6;
  border-color: rgba(59, 42, 42, 0.18);
}
.btn-ghost {
  background: #ffffffc9;
}

/* ------------------------------
   Hero
------------------------------ */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 40vh;
  background-image: url("../assets/img/heor_index.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 4rem 1.5rem;
}

.hero-section_sexuality {
  position: relative;
  width: 100%;
  min-height: 40vh;
  background-image: url("../assets/img/book_sexuality/heo_S.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 4rem 1.5rem;
}

.hero-section_death {
  position: relative;
  width: 100%;
  min-height: 40vh;
  background-image: url("../assets/img/book_death/hero_death.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 4rem 1.5rem;
}

.hero-content {
  max-width: 900px;
  text-align: center;
  color: #3b2e2a; /* warm brown similar to your mockup */
  padding-bottom: 30px;
}

.hero-headline {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: block;
}

.hero-text {
  font-family: "open sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 320px;
  color: #591c20;
}

/* ------------------------------
   Book row
------------------------------ */
/* Genbruger .section og .container */
.section--featured {
  background-image: url("/assets/featured-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section--featured-death {
  margin-bottom: 40px;
}

.featured {
  padding: 4rem 1rem 1rem 1rem;
  text-align: center;
}

.featured__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.featured__image {
  max-width: 900px;
  width: 100%;
  height: auto;
}

.featured__actions {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
}

.featured__rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.1rem;
  justify-content: center;
  margin: 20px;
}

.stars {
  color: #f5b400;
  font-size: 1.4rem;
}

.featured__text {
  color: #1f1f1f;
}

@media (max-width: 768px) {
  .featured {
    padding: 1rem 1rem;
  }

  .featured__rating {
    flex-direction: column;
    gap: 0.25rem;
  }
}

/* ------------------------------
   Features
------------------------------ */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.feature-card {
  background: rgba(255, 255, 255, 1);
  /*border: 1px solid var(--stroke);*/
  border-radius: var(--radius-xl);
  padding: 18px 18px 45px;
  /* box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05); */
  text-align: center;
}
.feature-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 1px solid var(--stroke);
  font-weight: 900;
}
.feature-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.icons {
  width: auto;
  height: 50px;
  margin: 0 auto 10px;
}

.slide-card {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  width: 100%;
}

/* ------------------------------
   Quote + details
------------------------------ */
.quote-row {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr;
  gap: 22px;
  align-items: start;
}
.quote {
  background: rgba(255, 255, 255, 0.55);
  /* border: 1px solid var(--stroke); */
  border-radius: var(--radius-xl);
  padding: 22px;
  text-align: center;
}

.quote-death {
  text-align: left;
  font-size: 18px;
  padding: 50px 100px 50px 100px;
}

.quote-kicker {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: 0.9px;
  color: var(--muted);
  font-family: "Reenie Beanie", cursive;
  font-style: normal;
  text-align: center;
}
.quote-title {
  margin: 0 0 12px;
  font-size: 26px;
}
.quote-body {
  margin: 0;
  color: var(--muted);
}

.book-details {
  /*background: rgba(255, 255, 255, 0.8); */
  /* border: 1px solid var(--stroke); */
  border-radius: var(--radius-xl);
  padding: 18px;
  /* box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05); */
  background: rgba(255, 255, 255, 0.55);
}
.book-details h3 {
  margin: 0 0 12px;
}
.book-details dl {
  margin: 0;
}
.dl-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(59, 42, 42, 0.18);
}
.dl-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
dt {
  color: var(--muted);
}
dd {
  margin: 0;
  font-weight: 700;
}

/* ------------------------------
   Media
------------------------------ */
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.media-card {
  background: rgba(255, 255, 255, 0.82);
  /* border: 1px solid var(--stroke); */
  border-radius: var(--radius-xl);
  padding: 25px 25px 30px 25px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
  position: relative;
}
.media-card h3 {
  margin: 0 0 10px;
  font-size: 15px;
}
.media-card p {
  margin: 0 0 14px;
  color: var(--muted);
}

.media-card-p {
  font-size: 12px;
}

.media-link {
  display: inline-flex;
  padding: 8px 30px;
  border-radius: 999px;
  font-weight: 700;

  /*margin-left: 26px;*/
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: #eef0b8; /* pale yellow-green */
  /*border: 1px solid rgba(54, 32, 32, 0.16); */

  color: #4a2626;
  font-weight: 750;
  text-decoration: none;

  /* “drop” shadow like screenshot (hard-ish offset) */
  box-shadow: 0 6px 0 #5b2b2b;
  margin: 0px 35%;
}

/* ------------------------------
   Press
------------------------------ */
.press {
  display: grid;
  place-items: center;
  gap: 12px;
}

/* ------------------------------
   Author
------------------------------ */
.hand {
  font-family: "Reenie Beanie", cursive;
  font-size: 70px;
  font-style: normal;
  font-weight: 80;
  padding-left: 20px;
}

.author {
  display: grid;
  gap: 18px;
}
.author-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: var(--radius-xl);
  padding: 18px;
}
.author-photo {
  border-radius: var(--radius-xl);
  border: 1px solid var(--stroke);
  background: linear-gradient(135deg, #f0f0f0, #ffffff);
  border-radius: var(--radius-xl);
}
.author-body h3 {
  margin: 4px 0 6px;
  font-size: 38px;
  font-weight: 100;
  font-family: "Reenie Beanie";
}
.author-role {
  margin: 0 0 10px;
  color: var(--muted);
  font-weight: 700;
}
.author-body p {
  margin: 0 0 14px;
  color: var(--muted);
}

.author-body {
  text-align: center;
}

.closing-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 10px;
}
.closing-q {
  margin: 0;
  font-weight: 800;
}

/* ------------------------------
   Responsive
------------------------------ */
@media (max-width: 980px) {
  .book-row {
    grid-template-columns: 1fr;
  }
  .quote-row {
    grid-template-columns: 1fr;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .media-grid {
    grid-template-columns: 1fr;
  }
  .author-card {
    grid-template-columns: 1fr;
  }
  .hero-doodle {
    display: none;
  }
}

.brand {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}
.brand-mark {
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 7px 10px;
  font-weight: 900;
  text-transform: lowercase;
  font-size: 12px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.nav a {
  color: var(--ink);
  font-weight: 700;
  opacity: 0.9;
}
.nav a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (max-width: 760px) {
  .nav {
    gap: 10px;
  }
  .nav a.btn {
    width: 100%;
    justify-content: center;
  }

  .media-link {
    margin: 0px 25px;
  }

  .quote-death {
    text-align: left;
    font-size: 18px;
    padding: 20px;
  }
}

@media (max-width: 500px) {
  .container {
    width: min(var(--max), calc(100% - 20px));
    margin-inline: auto;
  }

  .hero-section {
    background-image: none;
    padding: 0;
    min-height: 30vh;
  }

  .band {
  }

  .author-card {
    padding-bottom: 60px;
  }

  .hero-content {
    padding-bottom: 0px;
  }

  .hero-section_death {
    min-height: 30vh;
    background-image: none;
  }

  .hero-section_sexuality {
    min-height: 30vh;
    background-image: none;
  }
}

/* Header shell */
.site-header {
  background: #f6dfee; /* soft pink */
  padding: 1px 22px 20px;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0px;
  justify-content: space-between;
}

/* Logo */
.header-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: 300px;
}
.header-logo img {
  display: block;
  height: 100%; /* tune to match your asset */
  width: auto;
}

/* Nav */
.header-nav {
  display: flex;
  align-items: center;
  gap: 54px; /* wide spacing like screenshot */
  margin-left: auto; /* pushes nav + CTA to the right */
  margin-top: 15px;
}

.header-nav a {
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial;
  font-weight: 650;
  color: #4a2626;
  text-decoration: none;
  letter-spacing: 0.2px;
  font-size: 18px;
}
.header-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

/* CTA pill w/ offset shadow */
.header-cta {
  margin-left: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 22px;
  border-radius: 999px;

  color: #4a2626;
  font-weight: 750;
  text-decoration: none;

  /* “drop” shadow like screenshot (hard-ish offset) */
  box-shadow: 0 6px 0 #5b2b2b;
}

.header-cta-1 {
  background: #98d6d0;
  margin-top: 10px;
}

.header-cta-2 {
  background: #f1f4c7;
}

.header-cta-3 {
  background: #98d6d0;
  padding: 10px 40px;
}

.header-cta-4 {
  background: #fbeef9;
}

.header-cta:active {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #5b2b2b;
}

.cta-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}
.cta-icon svg {
  width: 20px;
  height: 20px;
}

/* Responsive */
@media (max-width: 900px) {
  .header-inner {
    gap: 0px;
  }
  .header-nav {
    gap: 22px;
  }
  .header-nav a {
    font-size: 16px;
  }
  .header-logo img {
  }
}

@media (max-width: 700px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    justify-content: center;
    gap: 50px;
    padding-top: 8px;
  }
  .header-cta {
    margin-left: 0;
  }
  .header-logo {
    margin: 0 40px;
  }
}

/* footer */

.section--footer {
  background-color: #fbf6e8; /* matcher baggrund */
}

.footer {
  padding: 5rem 1rem 2.5rem;
}

.footer__main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

.footer__logo {
  max-width: 340px;
  width: 100%;
  margin-bottom: 1.5rem;
  display: inline-flex;
}

.footer__description,
.footer__contact {
  max-width: 420px;
  line-height: 1.6;
}

.footer__contact a {
  text-decoration: underline;
}

.footer__cta {
  text-align: center;
}

.footer__heading {
  margin-bottom: 1.25rem;
}

.footer__divider {
  margin: 4rem 2rem;
  border: none;
  height: 2px;
  background: white;
  box-shadow: 0 4px 0 #d0ccc1;
}

.footer__bottom {
  text-align: center;
  font-size: 0.75rem;
  opacity: 0.85;
}

@media (max-width: 900px) {
  .footer__main {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer__info,
  .footer__cta {
    align-items: center;
  }

  .footer__description,
  .footer__contact {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  footer {
    padding: 2rem 1rem 2.5rem;
  }
}

/* Dots under slideshow */
.slide-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 12px 0 14px;
}

.slide-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: #1e4dff;
  opacity: 0.35;
  padding: 0;
  cursor: pointer;
}

.slide-dots button.is-active {
  opacity: 1;
}

/* ===== Wide slideshow (bogopslag) – genbruger slideshow-styling ===== */

/* Ramme: blå outline + radius, ingen padding */
.slide-frame--wide {
  border-radius: 45px;
  overflow: hidden;
  background: #d9d9d9; /* hvis billedet ikke fylder helt */
}

/* Slides: 16/9-ish og går til kant */
.slide-frame--wide .slide-track img {
  aspect-ratio: 16 / 9;
  object-fit: cover; /* går til kant */
}

/* Dots under rammen */
.slide-dots--outside {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.slide-dots--outside button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(30, 77, 255, 0.25);
  cursor: pointer;
}

.slide-dots--outside button.is-active {
  background: #591c21; /* “tændt” */
}

/* Caption under dots */
.slide-caption {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #2b2b2b;
}

/* Responsiv */
@media (max-width: 680px) {
  .slide-frame--wide {
    border-width: 3px;
  }
  .slide-frame--wide .slide-track img {
    aspect-ratio: 4 / 3; /* lidt højere på mobil */
  }
}

.slide-track {
  display: flex;
  width: 100%;
  transition: transform 0.4s ease;
}

.slide-track > img {
  flex: 0 0 100%;
  width: 100%;
  user-select: none;
  pointer-events: none;
}

.slide-frame {
  touch-action: pan-y;
  cursor: grab;
}

.slide-frame:active {
  cursor: grabbing;
}

/* ===== Awards & Grants ===== */
.awards-card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: clamp(22px, 3.2vw, 44px);
  text-align: center;

  /* “creme” baggrund som på screenshot */
  background: #fef9eb;
}

.awards-icon {
  display: grid;
  place-items: center;
  margin: 6px auto 10px;
  color: #5a2d35; /* mørk vinrød-ish */
  width: 100px;
}

.awards-title {
  margin: 0 0 18px;
  font-size: clamp(40px, 2.2vw, 34px);
  font-weight: 100;
  font-family: "Reenie Beanie";
  color: #5a2d35; /* mørk vinrød-ish */

  /* Hvis du vil have håndskrift-agtig feel:
     Brug din eksisterende font eller skift til en du har importeret.
     (holder den neutral, så design ikke ændres drastisk) */
  letter-spacing: 0.2px;
}

.awards-items {
  display: grid;
  gap: 18px;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.awards-item-title {
  margin: 0 0 6px;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 600;
  color: #5a2d35;
}

.awards-item-text {
  margin: 0;
  font-size: clamp(12px, 1.05vw, 14px);
  line-height: 1.6;
  color: #5a2d35;
  opacity: 0.95;
}

.awards {
  background-color: #fef9eb;
}

/* Mobile spacing */
@media (max-width: 680px) {
  .awards-card {
    text-align: center; /* ofte mere læsbart på mobil */
  }
  .awards-icon {
    justify-content: start;
  }
}

.container-slide {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

@media (max-width: 680px) {
  .container-slide {
    width: min(var(--max), calc(100% - 0px));
    margin-inline: auto;
  }
}

.container-slide-hero {
  background-color: #fef9eb;
}

.container-slide-hero-sexu {
  background-color: #e2ece9;
}

.container-slide-hero-death {
  background-color: #f8f7ca;
}

.small-hero-p {
  font-size: 12px;
  color: #591c20;
  font-style: italic;
}

.wrap {
  width: min(var(--max), calc(90% - 40px));
  margin-inline: auto;
  padding-bottom: 40px;
}

/*  card til artikler */

.press-card {
  --press-radius: 25px;
  --press-pad: clamp(20px, 3.2vw, 34px);
  /* --press-glow:
    0 0 0 1px rgba(123, 76, 255, 0.15), 0 10px 40px rgba(123, 76, 255, 0.16);*/
}

.press-card__link {
  position: relative;
  display: block;

  padding: var(--press-pad);
  padding-bottom: 65px;
  border-radius: var(--press-radius);

  background: #fff;
  box-shadow: var(--press-glow);

  text-decoration: none;
  color: inherit;

  min-height: 280px; /* justér efter behov */
}

.press-card__link:focus-visible {
  outline: 3px solid rgba(123, 76, 255, 0.35);
  outline-offset: 4px;
}

.press-card__icon {
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 0px;
}

.press-card__title {
  margin: 0;
  padding-top: 20px; /* luft under ikonet */
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.press-card__source {
  margin: 22px 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: #5a1c21; /* mørk rød */
}

.press-card__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #111;
  max-width: 45ch;
}

/* lille hover-effekt (valgfrit) */
@media (hover: hover) {
  .press-card__link:hover {
    transform: translateY(-2px);
    transition: transform 160ms ease;
  }
}

/* mobil: lidt mindre padding + højde */
@media (max-width: 520px) {
  .press-card__link {
    min-height: 360px;
  }
  .press-card__icon {
    top: 14px;
    right: 14px;
  }
}

@media (max-width: 600px) {
  .press-card__link {
    min-height: 200px; /* justér efter behov */
  }
}

/* share section */

.share-section {
  position: relative;
  background: #e7dbe5; /* din lilla baggrund */
  padding: 120px 20px 160px;
  overflow: hidden;
}

.share-content {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2; /* over bjørnen */
}

.share-title {
  font-size: clamp(32px, 4vw, 56px);
  color: #5a1c21;
  margin-bottom: 24px;
}

.share-text {
  font-size: 22px;
  line-height: 1.5;
  color: #5a1c21;
  margin-bottom: 40px;
}

.share-btn {
  background: #87bdb5;
  color: #5a1c21;
  padding: 18px 48px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 8px 8px 0 #5a1c21;
}

.share-arrow {
  display: block;
  margin-top: 60px;
  font-size: 22px;
  color: #5a1c21;
}

/* ===== BJØRN ===== */

.share-bear {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(260px, 32vw, 520px);
  z-index: 1;
  pointer-events: none; /* så den ikke blokerer klik */
}

@media (max-width: 768px) {
  .share-bear {
    width: 220px;
    opacity: 1;
  }

  .share-section {
    padding-bottom: 220px;
  }
}

/* mastodon */
.masto-post {
  border-radius: 24px;
  padding: 24px;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  max-width: 640px;
}

.masto-content {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.masto-cta {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: #591c21; /* din brandfarve */
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.masto-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.masto-date {
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 10px;
}

.mastodon-feed {
  margin: 40px 0;
}

/* tik tok */
.embed-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.tiktok-card {
  position: relative;
  display: inline-block;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  border: 2px solid #f1eeef;
  background-color: #fff;
  padding: 40px 40px;
  margin: 20px 5px;
}

.tiktok-cta {
  background: #591c21;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  color: #fff;
}

.p_share {
  font-family: "Reenie Beanie";
  font-size: 28px;
  line-height: 1px;
}

/* book presentation */

<style > :root {
  --bg: #e7dde3; /* lilac background */
  --card: #ffffff;
  --ink: #5b1f2a; /* deep burgundy */
  --muted: #7b5a63;
  --accent: #9fdad4; /* mint button */
  --shadow: #5b1f2a; /* button offset shadow */
  --radius: 56px;
}

.books {
  background: #e7dce5;
  padding: clamp(15px, 5vw, 64px);
}

.books__grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3.5vw, 46px);
  align-items: stretch;
}

.book-card {
  background: var(--card);
  /*padding: clamp(20px, 3vw, 34px); */
  text-align: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
  border-radius: 32px;
  padding: 40px 10px 40px 10px;
}

/* Handwritten-ish heading */
.book-card__kicker {
  margin: 6px 0 18px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.1;
  font-size: 30px;
  letter-spacing: 0.2px;
  font-weight: 100;
  font-family: "Reenie Beanie";
}

.book-card__media {
  position: relative;
  width: min(330px, 80%);
  margin: 0 auto 18px;
  border-radius: 32px;
  background: #f4f0f2;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.book-card__media img {
  object-fit: contain;
}

.book-card__chip {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 12px;
  color: var(--ink);
  background: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

.book-card__badge {
  display: grid;
  place-items: center;
  margin: 6px 0 12px;
  min-height: 34px;
}

/* Stars */
.stars {
  font-size: 20px;
  letter-spacing: 2px;
}
.star {
  color: #f2b300;
}
.star--muted {
  color: #d9c7cd;
}

/* Award icon */
.award {
  display: grid;
  place-items: center;
  gap: 3px;
}
.award__icon {
  font-size: 50px;
  color: var(--ink);
  line-height: 1;
}
.award__base {
  width: 18px;
  height: 8px;
  border-radius: 3px;
  background: var(--ink);
  opacity: 0.9;
}

.book-card__title {
  margin: 6px 0 6px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.book-card__text {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.35;
  font-size: 14px;
}

/* Side - buy */

.books_buy {
  max-width: 700px;
  margin: auto;
}

.books_buy__grid {
  display: grid;
  grid-template-columns: 1fr;
}

.book-card_buy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0px;
  padding: 20px 0px 10px 0px;
}

.book-card__media_buy {
  position: relative;
  width: min(330px, 70%);
  margin: 0 auto 18px;
  border-radius: 32px;
  background: #f4f0f2;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.buy__divider {
  margin: 2rem 2rem;
  border: none;
  height: 2px;
  background: white;
  box-shadow: 0 4px 0 #d0ccc1;
}

@media (max-width: 500px) {
  .book-card_buy {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .buy_column_2 {
    margin: 0px 10px 0px 10px;
  }
}

/* Button with offset shadow like screenshot */
.btn-buy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  position: relative;
  box-shadow: 6px 6px 0 var(--shadow);
  transition:
    transform 120ms ease,
    box-shadow 120ms ease;
}

.btn-buy:hover {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 0 var(--shadow);
}

.btn-buy__icon {
  font-size: 16px;
}

/* Responsive: stack cards on mobile */
@media (max-width: 820px) {
  .books__grid {
    grid-template-columns: 1fr;
  }

  .book-card__media {
    width: min(340px, 92%);
  }
}
@media (max-width: 500px) {
  .book-card {
    padding: 10vw 1vw 10vw 1vw;
  }
}

.quote-sexu {
  background: rgba(255, 255, 255, 0.55);
  /* border: 1px solid var(--stroke); */
  border-radius: var(--radius-xl);
  padding: 22px;
  margin: 40px;
}

@media (max-width: 500px) {
  .quote-sexu {
    padding: 20px;
    margin: 0px;
  }
}

/* video */

.video-section {
  padding: 60px 20px;
  background: #f3f3f3;
}

.video-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  justify-content: center;
  align-items: start;
}

.video-card {
  width: 100%;
  display: flex;
  justify-content: center;
}

.video-card video {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  background: #000;
}

/* Tablet */
@media (max-width: 900px) {
  .video-grid {
    gap: 24px;
  }

  .video-card video {
    max-width: 280px;
  }
}

/* Mobil */
@media (max-width: 640px) {
  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-card video {
    max-width: 100%;
  }
}
