/*
 * Palette Papouilles and Co. (papouillesandco.fr)
 * Bordeaux #69212c · Taupe #bda28e · Rose #b3778c · Bandeau #ffe8ef · Boutons noir
 */
:root {
  --pap-burgundy: #69212c;
  --pap-burgundy-rgb: 105, 33, 44;
  --pap-taupe: #a68267;
  --pap-taupe-light: #bda28e;
  --pap-rose: #b3778c;
  --pap-rose-light: #ffe8ef;
  --pap-bg: #ffffff;
  --pap-bg-soft: #bda28e;
  --pap-bg-footer: #69212c;
  --pap-text: #69212c;
  --pap-text-on-dark: #ffffff;
  --pap-text-muted: #69212c;
  --pap-border: rgba(105, 33, 44, 0.15);
  --pap-nav-bg: #bda28e;
  --pap-nav-link: #ffffff;
  --pap-nav-link-hover: #69212c;
  --pap-logo-bg: #bda28e;
  --pap-logo-color: #69212c;
  --pap-btn-bg: #000000;
  --pap-btn-hover: #1d1e20;
  --font-display: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: var(--pap-bg);
  color: var(--pap-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}

[x-cloak] {
  display: none !important;
}

/* ——— Bandeau promo ——— */
.pap-banner {
  background-color: var(--pap-rose-light);
  text-align: center;
  padding: 0.65rem 1rem;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  color: var(--pap-burgundy);
  font-weight: 500;
}

/* ——— Navigation ——— */
.pap-nav {
  background: var(--pap-nav-bg);
}

.pap-nav.sticky,
header.pap-nav {
  position: sticky;
  top: 0;
  z-index: 50;
}

.pap-nav__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  flex-shrink: 0;
  background-color: var(--pap-logo-bg);
  padding: 0.35rem 0.65rem;
}

.pap-nav__logo-img {
  display: block;
  width: 15rem;
  max-width: min(15rem, 48vw);
  height: auto;
  background-color: var(--pap-logo-bg);
}

/* ——— Boutons (pilule Papouilles) ——— */
.pap-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
  background: var(--pap-btn-bg);
  color: var(--pap-text-on-dark);
  border: none;
  cursor: pointer;
  line-height: normal;
}

.pap-btn:hover {
  background: var(--pap-btn-hover);
  color: var(--pap-text-on-dark);
}

.pap-btn--nav {
  padding: 0.75rem 1.75rem;
  font-size: 0.9375rem;
}

.pap-btn--nav-mobile {
  margin-top: 0.5rem;
}

.pap-btn--outline {
  background: transparent;
  color: var(--pap-taupe);
  border: 1px solid var(--pap-taupe-light);
}

.pap-btn--outline:hover {
  background: var(--pap-rose-light);
  color: var(--pap-burgundy);
}

.pap-btn--discover {
  background: var(--pap-burgundy);
  font-weight: 500;
  padding: 1rem 2.5rem;
  font-size: 1rem;
}

.pap-btn--discover:hover {
  background: var(--pap-taupe-light);
  color: var(--pap-text-on-dark);
}

/* ——— Hero ——— */
.pap-hero {
  text-align: center;
  padding: 2.5rem 1.5rem 2rem;
  margin: 0 auto;
  background: var(--pap-bg);
}

@media (min-width: 768px) {
  .pap-hero {
    padding: 3rem 2rem 2.5rem;
  }
}

/* Hiérarchie Papouilles : h1 > h3 sections > h4 avis > h6 soins > h5 footer */
.pap-heading-hero {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.5rem);
  font-weight: 600;
  color: var(--pap-burgundy);
  line-height: 1.2;
  margin: 0 0 1rem;
  letter-spacing: normal;
}

.pap-heading-section {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  font-weight: 600;
  color: var(--pap-burgundy);
  line-height: 1.3;
  text-align: center;
  margin: 0 0 2rem;
}

.pap-heading-subsection {
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  font-weight: 600;
  color: var(--pap-burgundy);
  line-height: 1.35;
  text-align: center;
  margin: 0 0 1.5rem;
}

.pap-heading-soin {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pap-burgundy);
  line-height: 1.45;
  margin: 0 0 0.65rem;
  letter-spacing: 0.01em;
}

.pap-heading-duo {
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--pap-burgundy);
  line-height: 1.35;
  text-align: center;
  margin: 0 0 0.75rem;
}

.pap-heading-footer {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--pap-burgundy);
  line-height: 1.35;
  margin: 0 0 1rem;
}

.pap-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.5rem);
  font-weight: 600;
  color: var(--pap-burgundy);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.pap-hero__subtitle {
  font-size: 1rem;
  color: var(--pap-text);
  line-height: 1.6;
  margin: 0 auto 1.75rem;
  font-weight: 400;
  max-width: 28rem;
}

.pap-hero__image {
  width: 100%;
  margin: 0;
  line-height: 0;
  background: var(--pap-bg-soft);
}

.pap-hero__image img {
  width: 100%;
  aspect-ratio: 1440 / 756;
  max-height: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ——— Sections ——— */
.pap-section {
  padding: 4.5rem 1.5rem;
}

@media (min-width: 768px) {
  .pap-section {
    padding: 5.5rem 2rem;
  }
}

.pap-block {
  max-width: 36rem;
  margin: 0 auto;
}

.pap-block--wide {
  max-width: 40rem;
  margin-bottom: 0;
}

.pap-section--soins {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.pap-section--soft {
  background: var(--pap-bg-soft);
  color: var(--pap-text);
}

.pap-section--white {
  background: var(--pap-bg);
  color: var(--pap-text);
}

.pap-section--rose {
  background: var(--pap-rose-light);
}

/* Legacy aliases */
.pap-section__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  font-weight: 600;
  color: var(--pap-burgundy);
  text-align: center;
  margin: 0 0 1.25rem;
}

.pap-section__title--sm {
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  margin-bottom: 1.5rem;
}

.pap-prose {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: var(--pap-text);
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
}

.pap-prose p {
  margin: 0 0 1.5rem;
}

.pap-prose p:last-child {
  margin-bottom: 0;
}

.pap-prose__questions {
  margin-bottom: 1rem !important;
}

.pap-prose strong {
  color: var(--pap-burgundy);
  font-weight: 600;
}

.pap-prose--wide {
  max-width: 100%;
}

.pap-prose__gap {
  margin-top: 1rem;
}

/* ——— Stats ——— */
.pap-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 4rem;
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}

.pap-stat__heading {
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--pap-burgundy);
  line-height: 1.35;
  margin: 0 0 0.35rem;
}

.pap-stat__sub {
  font-size: 1rem;
  color: var(--pap-text);
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

.pap-stat__number {
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--pap-burgundy);
  line-height: 1.35;
  margin-bottom: 0.35rem;
}

.pap-stat__label {
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--pap-burgundy);
  font-weight: 600;
}

/* ——— Cartes soins ——— */
.pap-soins-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 0.5rem;
  width: 100%;
}

@media (min-width: 640px) {
  .pap-soins-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

@media (min-width: 960px) {
  .pap-soins-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 2.5rem;
  }
}

.pap-soin {
  background: transparent;
  padding: 0;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pap-soin__image {
  width: 100%;
  max-width: 20rem;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  object-position: center;
  margin: 0 0 1.25rem;
  display: block;
}

@media (min-width: 960px) {
  .pap-soin__image {
    max-width: 100%;
  }
}

.pap-soin__text {
  font-size: 0.875rem;
  color: var(--pap-text);
  line-height: 1.6;
  flex: 1;
  margin: 0;
  font-weight: 400;
  max-width: 15rem;
}

.pap-soins-cta {
  text-align: center;
}

/* ——— Praticien / duo ——— */
.pap-team-intro {
  text-align: center;
  font-size: 1rem;
  color: var(--pap-text);
  max-width: 100%;
  margin: 0 0 2.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.pap-duo {
  max-width: 36rem;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
}

.pap-duo__bio {
  font-size: 1rem;
  color: var(--pap-text);
  line-height: 1.6;
  text-align: center;
  font-weight: 400;
  margin: 0;
}

.pap-practitioner {
  max-width: 52rem;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 768px) {
  .pap-practitioner {
    grid-template-columns: 1fr 1.4fr;
    gap: 3rem;
  }
}

.pap-practitioner__photo {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}

.pap-practitioner__name {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--pap-burgundy);
  margin-bottom: 0.75rem;
}

.pap-practitioner__role {
  font-size: 0.9375rem;
  color: var(--pap-burgundy);
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.pap-practitioner__bio {
  font-size: 0.9375rem;
  color: var(--pap-text-muted);
  line-height: 1.85;
  font-weight: 400;
}

/* ——— Témoignages ——— */
.pap-quotes {
  display: grid;
  gap: 3rem;
  max-width: 48rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .pap-quotes {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 4rem;
    max-width: 52rem;
  }
}

.pap-quote {
  text-align: center;
  margin: 0;
}

.pap-quote__text {
  font-style: italic;
  color: var(--pap-text);
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 0.5rem;
  font-weight: 400;
}

.pap-quote__text::before {
  content: '\201C';
}

.pap-quote__author {
  font-size: 0.875rem;
  color: var(--pap-text);
  font-style: normal;
  display: block;
}

.pap-quote__author::before {
  content: '- ';
}

/* ——— Contact (page + footer) ——— */
.pap-contact-block {
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
}

.pap-contact__label {
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: normal;
  color: var(--pap-text);
  margin-bottom: 0.25rem;
  font-weight: 400;
}

.pap-contact__value {
  font-size: 1rem;
  color: var(--pap-burgundy);
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.pap-contact__value a {
  color: inherit;
  text-decoration: none;
}

.pap-contact-block .pap-footer__addresses-title,
.pap-contact-block .pap-footer__address {
  color: var(--pap-burgundy);
}
.pap-footer {
  background: var(--pap-bg-footer);
  color: var(--pap-text-on-dark);
  padding: 4rem 1.5rem 2.5rem;
  text-align: center;
}

.pap-footer .pap-heading-footer,
.pap-footer__heading {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--pap-text-on-dark);
  margin-bottom: 1rem;
}

.pap-footer__intro {
  font-size: 0.875rem;
  color: var(--pap-text-on-dark);
  margin-bottom: 1.5rem;
}

.pap-footer__social {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.pap-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--pap-text-on-dark);
  transition: color 0.2s;
}

.pap-footer__social-link:hover {
  color: var(--pap-rose-light);
}

.pap-footer .pap-contact__label {
  color: rgba(255, 255, 255, 0.85);
}

.pap-footer .pap-contact__value,
.pap-footer .pap-contact__value a {
  color: var(--pap-text-on-dark);
}

.pap-footer .pap-contact__value a:hover {
  color: var(--pap-rose-light);
}

.pap-footer__addresses-title {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin: 1.75rem 0 0.5rem;
  font-weight: 500;
}

.pap-footer__address {
  font-size: 0.875rem;
  color: var(--pap-text-on-dark);
  margin-bottom: 0.25rem;
}

.pap-footer__copy {
  font-size: 0.875rem;
  color: var(--pap-text-on-dark);
  margin-top: 2rem;
}

.pap-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 0.75rem;
}

.pap-footer__links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.pap-footer__links a:hover {
  color: var(--pap-text-on-dark);
}

/* ——— Formulaires ——— */
.pap-form {
  max-width: 28rem;
  margin: 0 auto;
  background: var(--pap-bg);
  padding: 2rem;
  border: none;
}

.pap-form label {
  display: block;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: normal;
  color: var(--pap-burgundy);
  margin-bottom: 0.35rem;
}

.pap-form input,
.pap-form select,
.pap-form textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--pap-border);
  background: var(--pap-bg);
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--pap-text);
  margin-bottom: 1rem;
}

.pap-form input:focus,
.pap-form select:focus,
.pap-form textarea:focus {
  outline: none;
  border-color: var(--pap-taupe);
}

/* Flash messages */
.pap-flash {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: 0.875rem;
  position: sticky;
  top: 0;
  z-index: 40;
}

.pap-form-success {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  padding: 1rem 1.25rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.5;
  background: #e8f5e9;
  color: #2e5c32;
  border: 1px solid #a5d6a7;
  border-radius: 0.5rem;
}

.pap-form-success strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.pap-form-errors {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  background: #ffebee;
  color: #8b1a1a;
  border: 1px solid #ef9a9a;
  border-radius: 0.5rem;
}

.pap-form-errors ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

.pap-flash--success {
  background: var(--pap-rose-light);
  color: var(--pap-burgundy);
}

.pap-flash--error {
  background: var(--pap-rose-light);
  color: var(--pap-burgundy);
}

::selection {
  background: rgba(179, 119, 140, 0.25);
}

/* ——— Layout & utilitaires ——— */
.pap-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pap-container--narrow {
  max-width: 42rem;
}

.pap-container--form {
  max-width: 28rem;
}

.pap-text-center {
  text-align: center;
}

.pap-mt-lg {
  margin-top: 3.5rem;
}

.pap-mt-md {
  margin-top: 2.5rem;
}

.pap-mb-lg {
  margin-bottom: 2.5rem;
}

.pap-mb-md {
  margin-bottom: 1.5rem;
}

.pap-px {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* ——— Navigation layout (logo + menu côte à côte, Papouilles) ——— */
.pap-nav__inner {
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.pap-nav__menu {
  display: none;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem 1.9375rem;
  min-width: 0;
}

.pap-nav__link {
  font-size: 1rem;
  font-weight: 400;
  color: var(--pap-nav-link);
  text-decoration: none;
  letter-spacing: normal;
  padding: 0.25rem 0;
  transition: color 0.2s;
  white-space: nowrap;
}

.pap-nav__link:hover {
  color: var(--pap-nav-link-hover);
}

.pap-nav__menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0;
  background: none;
  border: none;
  color: var(--pap-nav-link);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 1rem;
  flex-shrink: 0;
}

.pap-nav__menu-label {
  font-weight: 400;
}

.pap-nav__menu-btn svg {
  width: 1.35rem;
  height: 1.35rem;
}

.pap-nav__mobile-panel {
  background: var(--pap-nav-bg);
  padding: 0 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.pap-nav__mobile-panel .pap-nav__link {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .pap-nav__inner {
    padding: 1.25rem 1rem;
  }

  .pap-nav__menu {
    display: flex;
  }

  .pap-nav__menu-btn {
    display: none;
  }

  .pap-nav__mobile-panel {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pap-nav__logo-img {
    width: 9.5rem;
    max-width: 55vw;
  }
}

/* ——— Page soins détail ——— */
.pap-soin-detail {
  max-width: 48rem;
  margin: 0 auto;
}

.pap-soin-detail + .pap-soin-detail {
  margin-top: 4rem;
}

.pap-soin-detail__image {
  width: 100%;
  max-height: 22rem;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  margin-bottom: 1.5rem;
}

.pap-soin-detail__meta {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--pap-text-muted);
  margin-bottom: 0.5rem;
}

/* ——— Formulaire grille ——— */
.pap-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.pap-btn--block {
  width: 100%;
}

/* ——— Pages légales ——— */
.pap-legal {
  max-width: 42rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  font-size: 1rem;
  color: var(--pap-text);
  line-height: 1.6;
  background: var(--pap-bg);
}

.pap-legal h1 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  color: var(--pap-burgundy);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.pap-legal p {
  margin-bottom: 1rem;
}

/* ——— Cookie banner ——— */
.pap-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 1rem;
}

.pap-cookie__inner {
  max-width: 32rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: var(--pap-bg);
  padding: 1.25rem;
  border: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}

@media (min-width: 640px) {
  .pap-cookie__inner {
    flex-direction: row;
    align-items: center;
  }
}

.pap-cookie__text {
  flex: 1;
  font-size: 0.8125rem;
  color: var(--pap-text-muted);
}

.pap-cookie__text a {
  color: var(--pap-rose);
}

.pap-btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.6875rem;
}

/* ——— Daily (pages secondaires) ——— */
.pap-daily-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  justify-content: center;
}

.pap-daily-filter {
  padding: 0.4rem 0.85rem;
  font-size: 0.75rem;
  text-decoration: none;
  color: var(--pap-text-muted);
  border: 1px solid var(--pap-border);
  transition: all 0.2s;
}

.pap-daily-filter:hover {
  border-color: var(--pap-taupe-light);
  color: var(--pap-burgundy);
}

.pap-daily-filter--active {
  background: var(--pap-btn-bg);
  color: var(--pap-text-on-dark);
  border-color: var(--pap-btn-bg);
}

.pap-daily-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 72rem;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .pap-daily-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pap-daily-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pap-daily-card {
  background: var(--pap-bg);
  border: 1px solid var(--pap-border);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: var(--pap-text);
  transition: border-color 0.2s;
}

.pap-daily-card:hover {
  border-color: var(--pap-taupe-light);
}

.pap-daily-card--featured {
  grid-column: 1 / -1;
}

@media (min-width: 768px) {
  .pap-daily-card--featured {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.pap-daily-card__meta {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pap-rose);
  margin-bottom: 0.5rem;
}

.pap-daily-card__title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--pap-burgundy);
  margin-bottom: 0.5rem;
}

.pap-daily-card--featured .pap-daily-card__title {
  font-size: 1.5rem;
}

.pap-daily-card__excerpt {
  font-size: 0.875rem;
  color: var(--pap-text-muted);
  line-height: 1.7;
  flex: 1;
}

.pap-daily-card__date {
  font-size: 0.75rem;
  color: var(--pap-text-muted);
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--pap-border);
}

.pap-daily-streak {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--pap-bg);
  border: 1px solid var(--pap-border);
  max-width: 24rem;
  margin: 1.5rem auto 0;
}

.pap-daily-streak__label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--pap-text-muted);
}

.pap-daily-streak__value {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--pap-burgundy);
}

.pap-daily-streak .pap-btn {
  margin-left: auto;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.pap-daily-article {
  max-width: 42rem;
  margin: 0 auto;
  padding: 3rem 1.25rem 5rem;
}

.pap-daily-article__back {
  font-size: 0.875rem;
  color: var(--pap-rose);
  text-decoration: none;
}

.pap-daily-article__back:hover {
  color: var(--pap-burgundy);
}

.pap-daily-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
}

.pap-daily-tag {
  font-size: 0.6875rem;
  padding: 0.25rem 0.6rem;
  background: var(--pap-rose-light);
  color: var(--pap-burgundy);
}

.pap-daily-article__body {
  color: var(--pap-text-muted);
  line-height: 1.85;
}

.pap-daily-article__body p {
  margin-bottom: 1rem;
}

.pap-daily-article__date {
  display: block;
  margin-top: 2.5rem;
  font-size: 0.75rem;
  color: var(--pap-text-muted);
}

