﻿:root {
  color-scheme: light;
  --bg: #f6efe6;
  --surface: #fffaf3;
  --surface-soft: #eadfce;
  --surface-strong: #fffdf8;
  --text: #332b25;
  --muted: #776b5f;
  --accent: #cfa7a4;
  --accent-dark: #9b716f;
  --accent-soft: rgba(207, 167, 164, 0.18);
  --support: #9bab8d;
  --hero-a: #f5e7d8;
  --hero-b: #d8b9ad;
  --hero-c: #b49a68;
  --line: rgba(83, 68, 55, 0.13);
  --shadow: 0 22px 50px rgba(91, 70, 52, 0.16);
}

body[data-theme="rose"] {
  --bg: #fbf1ee;
  --surface: #fffaf6;
  --surface-soft: #f3ddd8;
  --accent: #d3a1a6;
  --accent-dark: #a46d76;
  --accent-soft: rgba(211, 161, 166, 0.18);
  --support: #9bab8d;
  --hero-a: #f6ded7;
  --hero-b: #d9a8a9;
  --hero-c: #b49767;
}

body[data-theme="blue"] {
  --bg: #f4f1e9;
  --surface: #fffaf3;
  --surface-soft: #e4e4d4;
  --accent: #9bab8d;
  --accent-dark: #718062;
  --accent-soft: rgba(155, 171, 141, 0.18);
  --support: #cfa7a4;
  --hero-a: #efe4d3;
  --hero-b: #c9cbb5;
  --hero-c: #b49a68;
}
* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--accent) 20%, transparent), transparent 34%),
    linear-gradient(315deg, color-mix(in srgb, var(--support) 18%, transparent), transparent 38%),
    var(--bg);
  color: var(--text);
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
}

button,
a {
  font: inherit;
}

button,
.theme-panel,
.week-pill,
.eyebrow,
.section-label,
.bottom-nav {
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
}

.phone-shell {
  width: min(100%, 430px);
  min-height: 100vh;
  position: relative;
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.today-screen {
  min-height: 100vh;
  padding: 24px 18px 96px;
}

.topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.eyebrow,
.section-label {
  margin: 0 0 6px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 30px;
  line-height: 1.06;
  font-weight: 700;
}

.icon-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--muted);
  font-weight: 800;
}

.theme-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.theme-panel > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.theme-options {
  display: flex;
  gap: 6px;
}

.theme-dot {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 9px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.theme-dot.active {
  border-color: var(--line);
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.swatch {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(48, 41, 35, 0.16);
}

.swatch.neutral {
  background: #e2d2bd;
}

.swatch.rose {
  background: #d7a5aa;
}

.swatch.blue {
  background: #9bab8d;
}

.hero {
  margin-top: 14px;
  padding: 18px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.84) 0 18%, transparent 19%),
    linear-gradient(160deg, var(--hero-a) 0%, var(--hero-b) 52%, var(--hero-c) 100%);
  color: #fffdf9;
  text-align: center;
  overflow: hidden;
}

.week-pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.baby-visual {
  position: relative;
  width: min(72vw, 260px);
  aspect-ratio: 1;
  margin: 8px auto 4px;
}

.leonardo-image {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(79, 58, 46, 0.24));
}

.womb-glow {
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 36%, rgba(255, 255, 255, 0.9), rgba(255, 245, 232, 0.82) 27%, color-mix(in srgb, var(--hero-b) 50%, transparent) 58%, color-mix(in srgb, var(--hero-c) 42%, transparent) 100%);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.baby-shape {
  position: absolute;
  inset: 26% 24% 20% 23%;
  filter: drop-shadow(0 12px 18px rgba(79, 58, 46, 0.22));
}

.baby-head,
.baby-body,
.baby-leg {
  position: absolute;
  display: block;
  background: #f4d3bd;
}

.baby-head {
  width: 48%;
  aspect-ratio: 1;
  top: 4%;
  left: 38%;
  border-radius: 50%;
}

.baby-body {
  width: 56%;
  height: 50%;
  left: 20%;
  top: 36%;
  border-radius: 48% 48% 54% 50%;
  transform: rotate(-22deg);
}

.baby-leg {
  width: 42%;
  height: 18%;
  left: 14%;
  top: 70%;
  border-radius: 999px;
  transform: rotate(20deg);
}

.baby-message {
  margin: 0 auto;
  max-width: 280px;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 19px;
  line-height: 1.28;
  font-weight: 700;
}

.stats-grid,
.weekly-grid {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.stats-grid {
  grid-template-columns: 1fr 1fr;
}

.stats-grid article,
.info-card,
.mama-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.narrator-card {
  position: relative;
}

.narrator-card::before {
  content: "";
  position: absolute;
  width: 4px;
  top: 16px;
  bottom: 16px;
  left: 0;
  border-radius: 999px;
  background: var(--accent);
}

.stats-grid article {
  padding: 14px;
}

.stats-grid span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.stats-grid strong {
  display: block;
  margin-top: 6px;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 23px;
}

.info-card,
.mama-card {
  margin-top: 12px;
  padding: 16px;
}

.narrator-card {
  position: relative;
}

.narrator-card::before {
  content: "";
  position: absolute;
  width: 4px;
  top: 16px;
  bottom: 16px;
  left: 0;
  border-radius: 999px;
  background: var(--accent);
}

.info-card h2 {
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 700;
}

.info-card p:last-child,
.mama-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}


.soft-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.soft-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.soft-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.diary-panel {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.diary-panel[hidden] {
  display: none;
}

.diary-panel label {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.diary-panel select,
.diary-panel textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  background: var(--surface);
  color: var(--text);
  font: inherit;
}

.diary-panel textarea {
  resize: vertical;
}

.diary-save {
  width: 100%;
  margin-top: 12px;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(48, 41, 35, 0.26);
}

.drawer-backdrop[hidden] {
  display: none;
}

.side-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  width: min(88vw, 360px);
  margin-top: 0;
  border-radius: 8px 0 0 8px;
  box-shadow: -18px 0 42px rgba(48, 41, 35, 0.22);
  overflow-y: auto;
}

.side-drawer[hidden] {
  display: none;
}

.drawer-open .phone-shell {
  overflow: hidden;
}
.actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.daily-tips {
  margin-top: 14px;
  padding-bottom: 8px;
}

.tips-heading {
  margin-bottom: 10px;
}

.tips-heading h2 {
  margin-bottom: 0;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 21px;
  line-height: 1.22;
}

.daily-tips details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  overflow: hidden;
}

.daily-tips details + details {
  margin-top: 8px;
}

.daily-tips summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 14px;
  color: var(--text);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.daily-tips summary::-webkit-details-marker {
  display: none;
}

.daily-tips summary::after {
  content: "+";
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  flex: 0 0 auto;
}

.daily-tips details[open] summary::after {
  content: "-";
}

.daily-tips details p {
  margin: 0;
  padding: 0 14px 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
.primary-button,
.secondary-button {
  min-height: 48px;
  border-radius: 999px;
  border: 0;
  padding: 0 14px;
  font-weight: 800;
}

.primary-button {
  background: var(--accent-dark);
  color: #fff;
}

.secondary-button {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--accent-dark);
}

.bottom-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
  padding: 8px 8px 12px;
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 94%, transparent);
}

.bottom-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.bottom-nav a.active {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.pregnancy-calendar-setup small,
.calendar-day-card small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.pregnancy-calendar-form {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}

.pregnancy-calendar-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pregnancy-calendar-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: var(--surface);
  color: var(--text);
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.calendar-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.calendar-summary-grid article {
  min-height: 78px;
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--surface-strong), var(--surface-soft));
}

.calendar-summary-grid span {
  color: var(--muted);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.calendar-summary-grid strong {
  color: var(--accent-dark);
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 18px;
  line-height: 1.05;
}

.calendar-toolbar {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.calendar-toolbar h2 {
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
}

.calendar-weekdays {
  margin-bottom: 6px;
}

.calendar-weekdays span {
  color: var(--muted);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.calendar-day {
  min-width: 0;
  min-height: 48px;
  display: grid;
  place-items: center;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  padding: 6px 2px;
}

.calendar-day strong {
  font-size: 14px;
  line-height: 1;
}

.calendar-day small {
  color: var(--muted);
  font-size: 9px;
  line-height: 1;
}

.calendar-day.tri-1 {
  background: color-mix(in srgb, var(--accent-soft) 72%, var(--surface));
}

.calendar-day.tri-2 {
  background: color-mix(in srgb, var(--support) 16%, var(--surface));
}

.calendar-day.tri-3 {
  background: color-mix(in srgb, var(--hero-c) 16%, var(--surface));
}

.calendar-day.is-outside {
  color: color-mix(in srgb, var(--muted) 55%, transparent);
  background: color-mix(in srgb, var(--surface-soft) 46%, var(--surface));
}

.calendar-day.is-empty {
  min-height: 48px;
  border: 0;
  background: transparent;
}

.calendar-day.is-today {
  border-color: color-mix(in srgb, var(--accent-dark) 58%, var(--line));
}

.calendar-day.is-selected {
  background: var(--accent-dark);
  color: #fff;
  box-shadow: 0 10px 24px rgba(83, 68, 55, 0.18);
}

.calendar-day.is-selected small {
  color: rgba(255, 255, 255, 0.82);
}

.calendar-detail-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.calendar-detail-metrics span {
  min-height: 58px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.15;
  text-align: center;
}

.calendar-detail-metrics strong {
  color: var(--accent-dark);
  font-size: 16px;
}

.calendar-day-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.home-calendar-card {
  margin-top: 14px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--surface-strong) 86%, white), var(--surface-soft));
}

.compact-calendar-form {
  grid-template-columns: 1fr;
}

.home-calendar-result {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.home-calendar-result h3 {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 26px;
  line-height: 1.05;
}

.home-calendar-result p {
  margin: 0;
  color: var(--muted);
}

.home-calendar-metrics {
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  body {
    padding: 28px;
  }

  .phone-shell {
    min-height: 900px;
    border-radius: 34px;
  }

  .bottom-nav {
    border-radius: 0 0 34px 34px;
  }
}








/* Hero with the first-page artwork */
.image-hero {
  position: relative;
  min-height: 430px;
  padding: 0;
  border: 1px solid rgba(180, 154, 104, 0.28);
  background: var(--surface-soft);
  text-align: left;
  box-shadow: 0 18px 34px rgba(91, 70, 52, 0.13);
}

.hero-photo {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
  object-position: center bottom;
}

.hero-overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 253, 248, 0.52);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.86);
  backdrop-filter: blur(10px);
  color: var(--text);
}

.image-hero .week-pill {
  width: fit-content;
  background: rgba(180, 154, 104, 0.18);
  color: var(--accent-dark);
}

.image-hero .baby-message {
  margin: 0;
  max-width: 320px;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 700;
  color: var(--text);
}

/* Expandable main cards */
.expandable-card {
  overflow: hidden;
}

.expandable-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  list-style: none;
}

.expandable-card summary::-webkit-details-marker {
  display: none;
}

.expandable-card summary span {
  display: grid;
  gap: 7px;
}

.expandable-card summary small {
  color: var(--accent-dark);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.expandable-card summary strong {
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 21px;
  line-height: 1.22;
}

.expandable-card summary::after {
  content: "+";
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  flex: 0 0 auto;
  font-weight: 800;
}

.expandable-card[open] summary::after {
  content: "-";
}

.expandable-card > p {
  margin-top: 12px;
}

body[data-theme="blue"] {
  --bg: #eef6fb;
  --surface: #fbfdff;
  --surface-soft: #dcecf7;
  --accent: #8eb9d8;
  --accent-dark: #4f86ad;
  --accent-soft: rgba(142, 185, 216, 0.2);
  --support: #cfa7a4;
  --hero-a: #e8f4fb;
  --hero-b: #b7d8ee;
  --hero-c: #78a9cf;
}

.swatch.blue {
  background: #8eb9d8;
}

/* Clickable prototype screens */
.screen {
  min-height: 100vh;
  padding: 24px 18px 96px;
}

.screen[hidden] {
  display: none;
}

.subpage-header {
  margin-bottom: 16px;
}

.subpage-header h1 {
  margin: 0;
}

.gallery-grid,
.more-grid,
.timeline-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.gallery-grid {
  grid-template-columns: 1fr;
}

.gallery-grid article,
.more-grid article,
.timeline-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  padding: 14px;
}

.gallery-grid span,
.timeline-list span {
  display: block;
  margin-bottom: 6px;
  color: var(--accent-dark);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gallery-grid strong,
.timeline-list strong,
.more-grid strong {
  display: block;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 21px;
  line-height: 1.2;
}

.timeline-list p,
.more-grid span {
  display: block;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.full-button {
  width: 100%;
  margin-top: 12px;
}

/* Pregnancy-week and expanded module scaffolding */
.week-strip {
  display: flex;
  gap: 8px;
  margin: 12px 0;
  overflow-x: auto;
  padding-bottom: 4px;
}

.week-strip button {
  min-width: 44px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--muted);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.week-strip button.active {
  background: var(--accent-soft);
  color: var(--accent-dark);
  border-color: rgba(180, 154, 104, 0.32);
}

.module-stack {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.city-tags span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 10px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

/* Development image gallery */
.development-gallery {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.development-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  padding: 10px;
  box-shadow: 0 10px 24px rgba(91, 70, 52, 0.08);
}

.development-card.active {
  border-color: rgba(180, 154, 104, 0.42);
  background: linear-gradient(135deg, var(--surface-strong), var(--surface));
}

.development-card img {
  width: 96px;
  height: 124px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.development-card span {
  display: block;
  margin-bottom: 5px;
  color: var(--accent-dark);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.development-card strong {
  display: block;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 21px;
  line-height: 1.1;
}

.development-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

/* Dynamic pregnancy week detail */
.week-detail-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: start;
  gap: 0;
  margin: 12px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(91, 70, 52, 0.08);
}

.week-detail-card img,
.week-image-placeholder {
  width: 100%;
  height: 220px;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  background: linear-gradient(135deg, var(--surface-soft), var(--surface));
}

.week-image-placeholder {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.week-detail-card > div {
  padding: 16px;
}

.week-detail-card h2 {
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 27px;
  line-height: 1.1;
}

.week-detail-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.48;
}

.week-detail-card .lead-text {
  color: var(--text);
  font-weight: 700;
}

.week-detail-card blockquote {
  margin: 14px 0;
  border-left: 4px solid var(--accent);
  padding: 8px 0 8px 12px;
  color: var(--text);
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 20px;
  line-height: 1.25;
}

.week-detail-card small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

/* Hospital checklist and exercise modules */
.week-strip.compact button {
  min-width: 38px;
  height: 34px;
  font-size: 12px;
}

.exercise-detail {
  margin-top: 12px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.exercise-detail h3 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 22px;
  line-height: 1.18;
}

.exercise-detail p,
.checklist-summary p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.exercise-detail small,
.checklist-list > small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.checklist-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.mini-checklist {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

.mini-checklist summary {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  cursor: pointer;
  color: var(--text);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  list-style: none;
}

.mini-checklist summary::-webkit-details-marker {
  display: none;
}

.mini-checklist summary::after {
  content: "+";
  color: var(--accent-dark);
}

.mini-checklist[open] summary::after {
  content: "-";
}

.check-item {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  padding: 10px 12px;
  border-top: 1px solid var(--line);
}

.check-item input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent-dark);
  margin-top: 2px;
}

.check-item span {
  display: grid;
  gap: 3px;
}

.check-item strong {
  font-size: 14px;
  line-height: 1.25;
}

.check-item em {
  color: var(--accent-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.check-item small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

/* Polish cover copy */
.cover-brand {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 170px;
  padding: 30px 24px 18px;
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.96) 0%, rgba(255, 250, 243, 0.88) 72%, rgba(255, 250, 243, 0) 100%);
  text-align: center;
}

.cover-brand h2 {
  margin: 0;
  color: #9a6338;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 42px;
  line-height: 0.98;
  font-weight: 700;
}

.cover-brand p {
  max-width: 300px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.cover-week-entry {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.cover-week-entry h2 {
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 24px;
  line-height: 1.14;
}

.cover-week-entry p:not(.section-label) {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

.cover-week-entry .week-strip {
  margin-bottom: 0;
}

/* Full selected-week experience */
.inline-week-card {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 12px;
}

.inline-week-card summary strong {
  font-size: 19px;
}

.inline-week-card > p {
  margin-top: 10px;
  margin-bottom: 0;
}

.week-actions {
  margin-top: 12px;
}

.gallery-intro {
  margin-top: 14px;
}

.gallery-intro h2 {
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 22px;
  line-height: 1.15;
}

.gallery-intro p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

/* Center intro card */
.center-intro {
  margin-bottom: 12px;
}

.center-intro h2 {
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 24px;
  line-height: 1.14;
}

.center-intro p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

/* Diary uploads and visit notes */
.diary-actions {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.upload-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--accent-dark);
  cursor: pointer;
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-align: center;
}

.upload-button input {
  display: none;
}

.medical-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

/* Exercise images */
.exercise-image {
  width: 100%;
  max-height: 360px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid var(--line);
}

.exercise-detail .lead-text {
  color: var(--accent-dark);
  font-weight: 800;
}

/* Diet module */
.diet-module {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.diet-module .medical-note {
  display: block;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.diet-grid {
  display: grid;
  gap: 10px;
}

.diet-note,
.shopping-group {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
}

.diet-note strong,
.shopping-group strong {
  color: var(--text);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.diet-note p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.diet-note small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.recipe-toolbar {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.filter-chip {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  background: var(--surface);
  color: var(--muted);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.filter-chip.active {
  background: var(--accent-dark);
  color: #fffaf4;
  border-color: var(--accent-dark);
}

.recipe-grid {
  display: grid;
  gap: 12px;
}

.recipe-card {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.recipe-card img {
  width: 104px;
  height: 132px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
}

.recipe-card h3 {
  margin: 2px 0 6px;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 21px;
  line-height: 1.08;
  color: var(--text);
}

.recipe-card p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.recipe-details {
  margin: 8px 0;
  color: var(--muted);
  font-size: 13px;
}

.recipe-details summary {
  cursor: pointer;
  color: var(--accent-dark);
  font-weight: 800;
}

.recipe-details ol {
  margin: 8px 0 0;
  padding-left: 18px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-row span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 999px;
  padding: 0 8px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 430px) {
  .recipe-card {
    grid-template-columns: 92px 1fr;
  }

  .recipe-card img {
    width: 92px;
    height: 124px;
  }
}

/* Pregnancy facts */
.facts-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.fact-item {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.fact-item small {
  color: var(--accent-dark);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.fact-item h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 21px;
  line-height: 1.12;
  color: var(--text);
}

.fact-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.fact-item .myth-check {
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.fact-item .myth-check strong {
  color: var(--text);
}

/* Expanded weekly guide */
.week-mini-nav {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  margin: 12px 0 4px;
  padding-bottom: 2px;
}

.week-mini-nav span,
.week-mini-nav button {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 9px;
  background: var(--surface-soft);
  color: var(--accent-dark);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.week-data-list {
  margin-top: 10px;
}

.video-placeholder {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 14px;
  border: 1px dashed color-mix(in srgb, var(--accent-dark) 42%, transparent);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--surface-soft), var(--surface));
}

.video-placeholder span {
  color: var(--text);
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 22px;
  line-height: 1.1;
}

.video-placeholder p {
  margin: 0;
}

.file-action {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.file-action input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.two-column-info {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.two-column-info > div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.two-column-info strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.two-column-info ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.week-faq-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}


/* Partner support module */
.partner-module { display: grid; gap: 12px; margin-top: 12px; }
.partner-months { display: grid; gap: 8px; }
.partner-note { display: grid; gap: 8px; padding: 12px; border-top: 1px solid var(--line); }
.partner-note p, .partner-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.partner-note strong, .partner-card strong { color: var(--text); font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.partner-note ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.partner-note blockquote { margin: 4px 0 0; padding: 10px 12px; border-left: 3px solid var(--accent); background: var(--surface-soft); color: var(--text); font-family: "Cormorant Garamond", Garamond, Georgia, serif; font-size: 19px; line-height: 1.18; }
.partner-card { display: grid; gap: 8px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(135deg, var(--surface-soft), var(--surface-strong)); }

/* Extra planning modules */
.extra-tools-intro {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 14%, transparent), transparent 58%),
    var(--surface-strong);
}

.extra-tools-intro h2 {
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 24px;
  line-height: 1.14;
}

.extra-tools-stack {
  margin-bottom: 12px;
}

.due-date-tool {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.due-date-tool label,
.emotion-note {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.due-date-tool input,
.emotion-note textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  background: var(--surface-strong);
  color: var(--text);
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: none;
}

.due-date-tool output {
  display: block;
  padding: 12px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--text);
  font-size: 14px;
  line-height: 1.45;
}

.due-date-tool output strong {
  color: var(--accent-dark);
}

.emotion-prompts {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-top: 12px;
  padding-bottom: 2px;
}

.emotion-note {
  margin-top: 12px;
}

.emotion-note textarea {
  min-height: 110px;
  resize: vertical;
}

.birth-plan-fields,
.name-tools {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.birth-plan-fields label,
.name-tools label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.birth-plan-fields textarea,
.name-tools input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  background: var(--surface-strong);
  color: var(--text);
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: none;
}

.birth-plan-fields textarea {
  min-height: 70px;
  resize: vertical;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.source-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px;
  background: var(--surface-soft);
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.segmented.small {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.segmented.small button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  color: var(--muted);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.segmented.small button.active {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.name-tools output {
  display: block;
  padding: 11px 12px;
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--text);
  font-size: 14px;
}

.name-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  max-height: 520px;
  overflow: auto;
  padding-right: 2px;
}

.name-card {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--surface-strong), var(--surface-soft));
}

.name-card small {
  color: var(--muted);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.name-card h3 {
  margin: 0;
  padding-right: 34px;
  color: var(--accent-dark);
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.name-card p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.45;
}

.name-card dl {
  display: grid;
  gap: 7px;
  margin: 0;
}

.name-card dl div {
  display: grid;
  gap: 2px;
}

.name-card dt {
  color: var(--muted);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.name-card dd {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.35;
}

.heart-button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--accent);
  font-size: 18px;
  line-height: 1;
}

.heart-button.active {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.stage2-grid {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.stage2-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--surface-strong), var(--surface-soft));
}

.stage2-card h3 {
  margin: 0;
  color: var(--accent-dark);
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 24px;
  line-height: 1.05;
}

.stage2-card p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.45;
}

.stage2-card small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}




.week-topic-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.inline-week-card h3 {
  margin: 14px 0 8px;
  font-size: 0.92rem;
  line-height: 1.25;
}


.mom-topic-stack {
  gap: 12px;
}

.mom-card-grid {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.mom-topic-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.66);
}

.mom-topic-card h3 {
  margin: 0 0 8px;
  font-size: 0.98rem;
  line-height: 1.25;
}

.mom-topic-card p {
  margin-top: 0;
}

.partner-center-card summary strong {
  color: var(--accent-strong);
}

@media (min-width: 760px) {
  .mom-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mom-topic-card.wide {
    grid-column: 1 / -1;
  }
}


.week-mini-nav button {
  appearance: none;
  cursor: pointer;
}

.week-mini-nav button.active {
  border-color: var(--accent);
  background: var(--accent-soft);
  box-shadow: 0 8px 18px rgba(139, 93, 78, 0.12);
}

.week-embedded-panel {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.week-embedded-panel .exercise-image {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}


.week-stage2-module {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.week-stage2-module h3 {
  margin: 4px 0 8px;
  font-size: 0.96rem;
  line-height: 1.25;
}

.week-stage2-module .section-label {
  margin-bottom: 4px;
}


[data-week-panel][hidden] {
  display: none !important;
}


.partner-share {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(186, 135, 105, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.98), rgba(250, 238, 232, 0.72));
  box-shadow: 0 10px 24px rgba(90, 55, 38, 0.07);
}

.partner-share-heading {
  display: grid;
  gap: 2px;
}

.partner-share-heading span,
.partner-message-card span {
  color: var(--accent-dark);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.partner-share-heading strong {
  color: var(--text);
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 22px;
  line-height: 1.08;
}

.partner-message-card {
  display: grid;
  gap: 8px;
}

.partner-message-card textarea {
  width: 100%;
  min-height: 132px;
  border: 1px solid rgba(186, 135, 105, 0.22);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 19px;
  line-height: 1.25;
  resize: vertical;
}

.partner-message-card textarea:focus {
  outline: 2px solid rgba(186, 135, 105, 0.24);
  outline-offset: 2px;
}

.partner-share-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.partner-share-actions .secondary-button:first-child {
  grid-column: 1 / -1;
}

.partner-share-actions .secondary-button {
  min-height: 42px;
  padding-inline: 12px;
  font-size: 12px;
}

.formalities-links {
  margin-top: 12px;
}


.login-screen {
  min-height: 100vh;
  padding: 24px 18px 96px;
}

.login-card {
  display: grid;
  gap: 12px;
}

.login-form {
  display: grid;
  gap: 12px;
}

.login-form label:not(.check-item) {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-family: "Montserrat", "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.login-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: var(--surface-strong);
  color: var(--text);
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: none;
}

.login-consent {
  align-items: flex-start;
}

.login-form output {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.cookie-banner {
  position: fixed;
  left: max(12px, calc(50% - 206px));
  right: max(12px, calc(50% - 206px));
  bottom: 76px;
  z-index: 30;
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.98);
  box-shadow: 0 18px 40px rgba(91, 70, 52, 0.2);
}

.cookie-banner[hidden],
.cookie-banner.is-hidden {
  display: none;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif;
  font-size: 21px;
  line-height: 1.1;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cookie-actions .secondary-button:first-child {
  grid-column: 1 / -1;
}

.cookie-actions button {
  min-height: 42px;
  padding-inline: 10px;
  font-size: 12px;
}

.legal-stack {
  display: grid;
  gap: 10px;
}

.access-card {
  border-color: rgba(178, 122, 128, 0.28);
  background: linear-gradient(180deg, rgba(255, 250, 246, 0.98), rgba(248, 235, 232, 0.94));
}

.access-form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.access-form output {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.has-full-access .access-card {
  border-color: rgba(102, 148, 119, 0.35);
}

.blog-card-list,
.partner-placeholder-grid {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.blog-card,
.partner-placeholder-grid article {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.blog-card span {
  width: max-content;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(207, 167, 164, 0.18);
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-card h3,
.partner-placeholder-grid strong {
  margin: 0;
}

.blog-card p {
  margin: 0;
}

.blog-card small,
.partner-placeholder-grid small {
  color: var(--muted);
}

.payment-link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.free-blog-card {
  border-color: rgba(176, 126, 132, 0.3);
  background: rgba(255, 250, 246, 0.94);
}

.local-base-grid {
  display: grid;
  gap: 10px;
  margin: 12px 0;
}

.local-base-grid article {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.local-base-grid small {
  color: var(--muted);
}

.paid-home-section {
  display: none;
}

.has-full-access .paid-home-section {
  display: block;
}


.blog-intro,
.blog-article {
  display: grid;
  gap: 10px;
}

.blog-intro p,
.blog-article p,
.blog-article ul {
  margin: 0;
  line-height: 1.62;
}

.blog-read-more {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(176, 126, 132, 0.22);
}

.blog-read-more summary {
  cursor: pointer;
  color: var(--accent-strong);
  font-weight: 800;
}

.blog-article {
  margin-top: 12px;
}

.blog-article h3 {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.25;
  color: var(--ink);
}

.blog-article ul {
  padding-left: 20px;
}

.blog-article li + li {
  margin-top: 5px;
}

.full-blog-article {
  margin-top: 14px;
}


.blog-hero-figure {
  margin: 14px 0 16px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(176, 126, 132, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.blog-hero-figure img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.blog-hero-figure figcaption {
  padding: 8px 10px;
  color: var(--muted);
  font-size: 12px;
}

.ad-placeholder {
  display: grid;
  place-items: center;
  min-height: 92px;
  border: 1px dashed rgba(176, 126, 132, 0.35);
  border-radius: 8px;
  background: rgba(255, 250, 246, 0.78);
  color: var(--muted);
  font-weight: 800;
  letter-spacing: 0;
}
