*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.75;color:#333;background:#f0f2f5}
.css-g18iqkq{max-width:860px;margin:0 auto;padding:0 20px}
.css-x94i9k9{background:#fff;padding:28px 0;margin-bottom:32px;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.css-x94i9k9 h1{font-size:22px;font-weight:700;margin-bottom:2px}
.css-x94i9k9 p{font-size:14px;color:#666}
.css-x94i9k9 a{color:#333;text-decoration:none;font-size:18px;font-weight:700}
.css-rq124nl{display:flex;flex-direction:column;gap:20px}
.css-q960qzw{background:#fff;border-radius:12px;box-shadow:0 1px 6px rgba(0,0,0,.06);padding:24px 28px;transition:transform .15s,box-shadow .15s}
.css-q960qzw:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}
.css-q960qzw h2{font-size:19px;margin-bottom:6px}
.css-q960qzw h2 a{color:#1a1a1a;text-decoration:none}
.css-q960qzw .css-idml8wh{font-size:12px;color:#999;margin-bottom:8px}
.css-q960qzw p{font-size:14px;color:#555;margin-bottom:12px}
.css-m499uck{display:inline-block;background:#5865f2;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;text-decoration:none}
.css-m499uck:hover{background:#4752c4}
.css-464xr8r{padding-bottom:60px}
.css-464xr8r h1{font-size:30px;font-weight:700;margin-bottom:8px}
.css-464xr8r time{font-size:12px;color:#999;display:block;margin-bottom:24px}
.css-464xr8r h2{font-size:22px;margin:32px 0 12px}
.css-464xr8r h3{font-size:18px;margin:24px 0 8px}
.css-464xr8r p{margin-bottom:16px}
.css-464xr8r ul,.css-464xr8r ol{margin:0 0 16px 24px}
.css-464xr8r a{color:#5865f2}
.css-464xr8r img{max-width:100%;height:auto;border-radius:12px;margin:16px 0}
.css-4i0ylat{padding:24px 0;margin-top:40px;text-align:center;font-size:12px;color:#999}
.css-4i0ylat a{color:#999;text-decoration:none}
.css-dpumgvu{background:#e8eaf0;border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#888;font-style:italic}
.css-6p08alw{background:#fff8e1;border-radius:8px;padding:12px 16px;margin-top:24px;font-size:12px;color:#9e8600}
.css-gum35r7{display:inline-block;background:#f0f2f7;border-radius:12px;padding:4px 12px;margin:-18px 0 24px;font-size:12px;color:#777}
.css-r36e70i{text-align:center;margin:0 0 24px}
.css-1exknlo{max-width:100%;height:auto;border-radius:12px}
.css-p2ww5ne{margin-top:32px;padding-top:20px;border-top:1px solid #e0e0e0}
.css-p2ww5ne h3{font-size:16px;font-weight:700;margin-bottom:12px}
.crd-related-list{display:flex;flex-direction:column;gap:8px}
.crd-related-link{display:block;background:#fff;border-radius:8px;padding:10px 14px;color:#333;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.06);font-size:14px}
.crd-related-link:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}
.css-zk1i0kc{display:flex;flex-direction:column;gap:8px;margin-top:20px}
.css-c3arc3h{display:block;background:#fff;border-radius:8px;padding:10px 16px;color:#1a1a1a;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.05);font-size:15px}
.css-c3arc3h:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}
/* === Theme === */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Playfair+Display:wght@400;700&display=swap');
body{font-family:'Lora',sans-serif;color:#2D2424;background:#FDF8F5}
.css-x94i9k9{background:#4A2C2A;color:#fff}
.css-x94i9k9 h1{font-family:'Playfair Display',serif;color:#fff}
.css-x94i9k9 p{color:rgba(255,255,255,.75)}
.css-x94i9k9 a{color:#fff;text-decoration:none}
.card h2{font-family:'Playfair Display',serif}
.card h2 a{color:#4A2C2A}
.card h2 a:hover{color:#D97757}
.read-more{color:#D97757}
.article-content h1{font-family:'Playfair Display',serif}
.article-content h2{font-family:'Playfair Display',serif}
.article-content a{color:#D97757}
.article-content img{border-radius:12px}
.affiliate-disclosure{border-radius:12px}
.ymyl-disclaimer{border-radius:12px}
/* === Custom === */
/*
 * mw-wood-es — custom.css
 * Palette  : madera-coral (warm wood brown + salmon coral on rosy cream — Saturday-ritual, not spa brochure)
 * Fonts    : Playfair Display (heading) + Lora (body)
 * Template : card
 */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap');

/* ─── Design tokens ─────────────────────────────────────────── */
:root {
  --color-bg:               #FDF8F5;
  --color-surface:          #F7E8E1;
  --color-surface-alt:      #F0DED2;
  --color-text:             #2C2621;
  --color-text-muted:       #7C6D62;
  --color-heading:          #3D2B22;
  --color-accent:           #D87D6A;
  --color-accent-hover:     #B85F4E;
  --color-accent-light:     #E8A996;
  --color-border:           #E8D9CE;
  --color-link:             #D87D6A;
  --color-link-hover:       #B85F4E;

  --font-heading:        'Playfair Display', Georgia, serif;
  --font-body:           'Lora', Georgia, serif;
  --font-size-base:      17px;
  --font-size-sm:        15px;
  --font-size-h1:        2.4rem;
  --font-size-h2:        1.75rem;
  --font-size-h3:        1.3rem;
  --font-weight-heading: 600;
  --font-weight-body:    400;
  --line-height-body:    1.7;
  --line-height-heading: 1.25;

  --border-radius:       12px;
  --spacing-section:     3rem;
  --max-width-content:   68ch;
  --max-width-layout:    880px;
}

/* ─── Base ──────────────────────────────────────────────────── */
:root body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-body);
  line-height: var(--line-height-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root main,
:root .site-content {
  max-width: var(--max-width-layout);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

/* ─── Headings ──────────────────────────────────────────────── */
:root h1,
:root h2,
:root h3,
:root h4 {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-heading);
  color: var(--color-heading);
  line-height: var(--line-height-heading);
  margin-top: 0;
  margin-bottom: 0.6em;
  letter-spacing: -0.01em;
}

:root h1 { font-size: var(--font-size-h1); }
:root h2 { font-size: var(--font-size-h2); }
:root h3 { font-size: var(--font-size-h3); }
:root h4 { font-size: 1.1rem; }

/* ─── Paragraphs ────────────────────────────────────────────── */
:root p {
  max-width: var(--max-width-content);
  margin-block: 0 1em;
}

:root .entry-content p,
:root .post-content p,
:root article p {
  max-width: var(--max-width-content);
  line-height: var(--line-height-body);
}

/* ─── Links ─────────────────────────────────────────────────── */
:root a {
  color: var(--color-link);
  text-decoration: underline;
  text-decoration-color: var(--color-accent-light);
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

:root a:hover {
  color: var(--color-link-hover);
  text-decoration-color: var(--color-accent-hover);
}

/* ─── Lists ─────────────────────────────────────────────────── */
:root ul,
:root ol {
  max-width: var(--max-width-content);
  padding-inline-start: 1.5rem;
  margin-block: 0 1rem;
}

:root li {
  margin-block: 0.35rem;
  line-height: var(--line-height-body);
}

:root ul li::marker {
  color: var(--color-accent);
}

/* ─── Blockquote ────────────────────────────────────────────── */
:root blockquote {
  max-width: var(--max-width-content);
  margin-inline: 0;
  margin-block: 1.75rem;
  padding: 1.1rem 1.5rem;
  border-left: 3px solid var(--color-accent);
  background-color: var(--color-surface);
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.05rem;
}

:root blockquote p {
  margin-bottom: 0;
  max-width: none;
}

/* ─── Cards (template: card) ────────────────────────────────── */
:root .card,
:root .post-card,
:root article.card {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  padding: 1.5rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

:root .card:hover,
:root .post-card:hover {
  box-shadow: 0 4px 20px rgba(61, 43, 34, 0.1);
  transform: translateY(-2px);
}

:root .card-grid,
:root .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-block: var(--spacing-section);
}

:root .card h2,
:root .card h3,
:root .post-card h2,
:root .post-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--color-heading);
}

:root .card p,
:root .post-card p {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-bottom: 0;
  max-width: none;
}

/* ─── Site header ───────────────────────────────────────────── */
:root .site-header,
:root header.site-header {
  background-color: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
  padding-block: 1.25rem;
}

:root .site-title,
:root .site-header .site-title a {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-heading);
  text-decoration: none;
  letter-spacing: -0.01em;
}

:root .site-description,
:root .site-header .site-description {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-top: 0.2rem;
}

/* ─── Navigation ────────────────────────────────────────────── */
:root .site-nav a,
:root nav.main-navigation a {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  text-decoration: none;
  transition: color 0.2s ease;
}

:root .site-nav a:hover,
:root nav.main-navigation a:hover {
  color: var(--color-accent);
}

/* ─── Card template top banner ──────────────────────────────── */
:root .css-x94i9k9 {
  background-color: var(--color-surface-alt);
  border-bottom: 1px solid var(--color-border);
  padding-block: calc(var(--spacing-section) * 1.4);
  text-align: center;
}

:root .css-x94i9k9 h1 {
  font-size: clamp(1.8rem, 5vw, var(--font-size-h1));
  color: var(--color-heading);
  max-width: 26ch;
  margin-inline: auto;
}

:root .css-x94i9k9 p {
  color: var(--color-text-muted);
  max-width: 52ch;
  margin-inline: auto;
  font-size: 1.05rem;
}

:root .css-x94i9k9 a {
  color: var(--color-accent);
  text-decoration: none;
}

/* ─── Article content ───────────────────────────────────────── */
:root .article-content h1,
:root .article-content h2,
:root .article-content h3 {
  font-family: var(--font-heading);
  color: var(--color-heading);
}

:root .article-content a {
  color: var(--color-accent);
}

:root .article-content img {
  border-radius: var(--border-radius);
  max-width: 100%;
  height: auto;
}

/* ─── Footer ────────────────────────────────────────────────── */
:root .site-footer,
:root footer.site-footer {
  background-color: var(--color-surface);
  border-top: 1px solid var(--color-border);
  padding-block: 2rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

:root .site-footer a {
  color: var(--color-text-muted);
  text-decoration: underline;
}

:root .site-footer a:hover {
  color: var(--color-accent);
}

/* ─── Section spacing ───────────────────────────────────────── */
:root section {
  padding-block: var(--spacing-section);
}

/* ─── Utilities ─────────────────────────────────────────────── */
:root .text-muted   { color: var(--color-text-muted); }
:root .text-accent  { color: var(--color-accent); }
:root .bg-surface   { background-color: var(--color-surface); }
:root .read-more    { color: var(--color-accent); font-size: var(--font-size-sm); }

/* === R2 fixes (2026-07-05T09:20:21.485087+00:00) === */

/* Stray Discord-blue button (rgb(88,101,242)) clashed with the warm
   terracota/crema palette — retint to the site's accent tokens. */
:root .css-m499uck {
  background-color: var(--color-accent);
}

:root .css-m499uck:hover {
  background-color: var(--color-accent-hover);
}
