/* ================================================
   RIZZ CHECHI — Brand Re-skin
   Warm editorial · Vintage women's magazine ×
   diary · Kasavu gold · Two registers
================================================ */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,600;0,9..144,700;0,9..144,900;1,9..144,300;1,9..144,400;1,9..144,600&family=Spectral:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Tangerine:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam:wght@400;700&display=swap');

/* ── Brand Tokens ── */
:root {
  /* Legacy accent-only — NOT used as section ground */
  --paper:        #F7EAD2;
  --paper-soft:   #F5F2ED;  /* maps to --base-soft */
  --paper-warm:   #ECE7E1;  /* maps to --base */

  /* ── Background system ── */
  --base:         #ECE7E1;  /* warm greige — light browsing ground */
  --base-soft:    #F5F2ED;  /* lighter greige — cards, fields */
  --calm:         #E4E8E6;  /* pale blue-grey — tender/quiet pages */
  --calm-soft:    #EEF1EF;  /* lighter blue-grey — cards on calm ground */
  --ink:          #17120E;
  --ink-soft:     #2E241C;
  --gold:         #C99A3A;
  --gold-bright:  #D8AD4B;
  --gold-pale:    #F0DFB0;
  --gold-tint:    #FBF5E6;
  --brick:        #B6424A;
  --brick-light:  #F5E2E3;
  --brick-mid:    #D4797F;
  --coral-shadow: #E7B9A6;
  --grey:         #B8B0A4;
  --grey-light:   #EDE8E0;
  --grey-mid:     #8A8278;
  --bluegrey:     #7F8D8A;
  --bluegrey-light: #E2EAEA;
  --olive:        #6F7E4F;
  --olive-light:  #E5EBD8;
  --brown:        #5A351E;
  --warm-white:   #FDFAF4;

  /* Mood tokens */
  --mood-confused-bg:  #E2EAEA;  --mood-confused-fg:  #4A6A67;
  --mood-lost-bg:      #EDE8E0;  --mood-lost-fg:      #6B5F52;
  --mood-angry-bg:     #F5E2E3;  --mood-angry-fg:     #B6424A;
  --mood-sad-bg:       #DDE5E8;  --mood-sad-fg:       #4A6275;
  --mood-hopeful-bg:   #E5EBD8;  --mood-hopeful-fg:   #4E6230;
  --mood-scared-bg:    #F5EDDA;  --mood-scared-fg:    #9A7010;
  --mood-relieved-bg:  #E8EDE0;  --mood-relieved-fg:  #5A6E40;

  /* Crisis */
  --crisis-red:   #B6424A;
  --crisis-bg:    #FBF0EF;
  --crisis-border: #E7B9A6;

  /* Typography */
  --font-display:  'Anton', 'Impact', sans-serif;
  --font-serif:    'Fraunces', Georgia, serif;
  --font-body:     'Spectral', Georgia, serif;
  --font-script:   'Tangerine', 'Pinyon Script', cursive;
  --font-ui:       'Spectral', Georgia, serif;

  /* Geometry */
  --radius:    6px;
  --radius-lg: 14px;
  --radius-xl: 22px;
  --shadow-sm: 0 1px 5px rgba(23,18,14,0.09);
  --shadow:    0 4px 18px rgba(23,18,14,0.11);
  --shadow-lg: 0 8px 36px rgba(23,18,14,0.15);

  /* Kasavu double-rule */
  --kasavu-border: 2px double var(--gold);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--base);
  color: var(--ink);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }
ul, ol { list-style: none; }

/* ── Brand logo helpers ── */
.brand-cameo {
  display: block;
  object-fit: contain;
}
.brand-wordmark {
  display: block;
  object-fit: contain;
}
.brand-wax-seal {
  display: block;
  object-fit: contain;
}

/* ── Kasavu double-rule divider ── */
.kasavu-rule {
  border: none;
  border-top: var(--kasavu-border);
  margin: 1.5rem 0;
  opacity: 0.55;
}
.kasavu-rule-sm {
  border: none;
  border-top: var(--kasavu-border);
  opacity: 0.45;
  margin: 0.75rem 0;
}

/* Card top-border (replaces solid colour bars) */
.kasavu-top {
  border-top: var(--kasavu-border) !important;
}

/* ── Age Gate ── */
#age-gate-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--ink);
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem;
}
.age-gate-box {
  background: var(--base-soft);
  border-radius: var(--radius-xl);
  max-width: 460px; width: 100%;
  padding: 3rem 2.5rem;
  text-align: center;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gold-pale);
}
.age-gate-cameo {
  width: 110px; height: 110px;
  margin: 0 auto 1.25rem;
  object-fit: contain;
  filter: drop-shadow(3px 4px 0px var(--coral-shadow));
}
.age-gate-wordmark {
  width: 200px; margin: 0 auto 0.75rem;
  object-fit: contain;
}
.age-gate-box .tagline {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: var(--brick);
  margin-bottom: 1.5rem;
}
.age-gate-box .gate-copy {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin-bottom: 1.5rem;
  line-height: 1.65;
}
.age-gate-btns {
  display: flex; gap: 1rem; justify-content: center;
  flex-wrap: wrap;
}
.btn-age-yes {
  background: var(--ink); color: var(--paper);
  border: none; border-radius: var(--radius);
  padding: 0.85rem 2rem; font-size: 0.95rem;
  font-family: var(--font-body); font-weight: 600;
  cursor: pointer; transition: background 0.2s;
  letter-spacing: 0.02em;
}
.btn-age-yes:hover { background: var(--brick); }
.btn-age-no {
  background: transparent; color: var(--grey-mid);
  border: 1.5px solid var(--grey); border-radius: var(--radius);
  padding: 0.85rem 2rem; font-size: 0.95rem;
  font-family: var(--font-body); cursor: pointer; transition: color 0.2s;
}
.btn-age-no:hover { color: var(--ink); border-color: var(--ink); }
.age-gate-note {
  font-size: 0.78rem; color: var(--grey-mid);
  margin-top: 1.5rem; line-height: 1.6;
  font-family: var(--font-body);
}
.age-gate-rule { border-top: var(--kasavu-border); opacity: 0.4; margin: 1.25rem 0; }

/* ── Quick Exit ── */
#quick-exit {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 8888;
  background: var(--brick); color: var(--paper-soft);
  border: none; border-radius: 50px;
  padding: 0.6rem 1.2rem;
  font-size: 0.78rem; font-family: var(--font-body); font-weight: 600;
  cursor: pointer; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 0.4rem;
  transition: transform 0.15s, background 0.2s;
  text-transform: uppercase; letter-spacing: 0.06em;
}
#quick-exit:hover { background: var(--brown); transform: scale(1.05); }

/* Quick-exit icon (X) */
#quick-exit::before {
  content: '';
  display: inline-block;
  width: 12px; height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1 1l10 10M11 1L1 11' stroke='%23FBF7EF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
}

/* ── Crisis Banner ── */
#crisis-banner {
  background: var(--crisis-bg);
  border-bottom: 1.5px solid var(--crisis-border);
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.84rem;
  color: var(--ink-soft);
  display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  flex-wrap: wrap;
}
#crisis-banner a {
  color: var(--brick); font-weight: 600;
  text-decoration: underline; text-underline-offset: 2px;
}
#crisis-banner .crisis-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); display: inline-block; vertical-align: middle;
}

/* ── Header ── */
.site-header {
  background: var(--base);
  border-bottom: var(--kasavu-border);
  position: sticky; top: 0; z-index: 100;
  padding: 0 1.5rem;
}
.header-inner {
  max-width: 1160px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 66px;
}
/* Horizontal logo lockup: small cameo + wordmark side by side */
.site-logo {
  display: flex; align-items: center; gap: 0.6rem;
  text-decoration: none;
}
.logo-cameo-sm {
  width: 38px; height: 38px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(2px 2px 0px var(--coral-shadow));
}
.logo-wordmark-sm {
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}
/* Fallback text (shown if images fail) */
.logo-text-fallback {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1;
}
.logo-text-fallback span { color: var(--brick); }

.site-nav {
  display: flex; align-items: center; gap: 0.1rem;
}
.site-nav a {
  font-family: var(--font-body);
  font-size: 0.875rem; font-weight: 500;
  color: var(--ink-soft); padding: 0.45rem 0.85rem;
  border-radius: var(--radius);
  transition: background 0.15s; letter-spacing: 0.01em;
}
.site-nav a:hover, .site-nav a.active {
  background: var(--gold-tint); color: var(--ink);
}
.nav-help-link {
  color: var(--brick) !important;
  font-weight: 600 !important;
  background: var(--brick-light) !important;
}
.nav-help-link:hover { background: #EDCACC !important; }
.nav-confess {
  background: var(--ink) !important;
  color: var(--paper) !important;
  margin-left: 0.4rem; font-weight: 600 !important;
}
.nav-confess:hover { background: var(--brick) !important; }
.nav-mobile-toggle {
  display: none;
  background: none; border: none; cursor: pointer;
  width: 26px; height: 20px; flex-direction: column;
  justify-content: space-between;
}
.nav-mobile-toggle span {
  display: block; height: 2px;
  background: var(--ink); border-radius: 2px;
  transition: transform 0.2s;
}

/* ── Hero ── */
.hero {
  background: var(--ink);
  color: var(--paper);
  padding: 5rem 1.5rem 4.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* Subtle textured background lines (vintage print feel) */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 28px,
    rgba(201,154,58,0.04) 28px,
    rgba(201,154,58,0.04) 29px
  );
  pointer-events: none;
}
.hero-content { position: relative; max-width: 720px; margin: 0 auto; }

/* Hero stacked logo lockup */
.hero-logo-stack {
  display: flex; flex-direction: column;
  align-items: center; gap: 0;
  margin-bottom: 2rem;
}
.hero-cameo {
  width: 160px; height: 160px;
  object-fit: contain;
  filter: drop-shadow(5px 6px 0px var(--coral-shadow));
  margin-bottom: 0.5rem;
}
.hero-wordmark {
  width: 340px; max-width: 90vw;
  object-fit: contain;
  /* Slight warm tint so it feels at home on dark bg */
  filter: brightness(1.15) sepia(0.1);
}
.hero-tagline {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: clamp(1.9rem, 4vw, 2.4rem);
  color: var(--gold-bright);
  margin-bottom: 0.6rem;
  letter-spacing: 0.03em;
}
.hero-boundary {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(247,234,210,0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.hero-ctas {
  display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: center;
}
.btn-primary {
  background: var(--brick); color: var(--paper-soft);
  border: none; border-radius: var(--radius);
  padding: 0.85rem 2rem; font-size: 0.95rem;
  font-family: var(--font-body); font-weight: 600;
  cursor: pointer; transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.03em;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-primary:hover { background: var(--brown); transform: translateY(-1px); }
.btn-secondary {
  background: transparent; color: var(--paper);
  border: 1.5px solid rgba(201,154,58,0.6); border-radius: var(--radius);
  padding: 0.85rem 2rem; font-size: 0.95rem;
  font-family: var(--font-body); font-weight: 500;
  cursor: pointer; transition: background 0.2s, border-color 0.2s;
  letter-spacing: 0.02em;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-secondary:hover { background: rgba(201,154,58,0.12); border-color: var(--gold); }

/* ── Zone Intro Strips ── */
.zones-strip {
  background: var(--base-soft);
  padding: 3rem 1.5rem;
  border-bottom: var(--kasavu-border);
}
.zones-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.zone-card {
  background: var(--base);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border: 1px solid var(--gold-pale);
  border-top: var(--kasavu-border);
  transition: box-shadow 0.2s, transform 0.2s;
}
.zone-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.zone-icon {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; margin-bottom: 1rem;
  background: var(--gold-tint); border-radius: 50%;
  border: 1.5px solid var(--gold-pale);
}
.zone-icon svg { width: 22px; height: 22px; }
.zone-card h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem; font-weight: 700;
  margin-bottom: 0.5rem; color: var(--ink);
}
.zone-card p { font-size: 0.95rem; color: var(--ink-soft); line-height: 1.65; }
.zone-link {
  display: inline-block; margin-top: 1rem;
  font-family: var(--font-body); font-size: 0.85rem; font-weight: 600;
  color: var(--brick); text-decoration: underline; text-underline-offset: 3px;
}

/* ── Section Layout ── */
.section { padding: 4rem 1.5rem; }
.section-inner { max-width: 1160px; margin: 0 auto; }
.section-header {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 2rem; flex-wrap: wrap; gap: 0.5rem;
}
.section-header h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700;
}
.section-header .see-all {
  font-family: var(--font-body); font-size: 0.85rem;
  color: var(--brick); font-weight: 600;
  text-decoration: underline; text-underline-offset: 3px;
}

/* Highlight word (e.g. "big sister") */
.highlight { color: var(--gold-bright); }

/* ── Blog Cards ── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.blog-card {
  background: var(--base-soft);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-pale);
  border-top: var(--kasavu-border);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex; flex-direction: column;
}
.blog-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.blog-card-thumb {
  height: 160px; overflow: hidden;
  background: var(--base);
  display: flex; align-items: center; justify-content: center;
}
/* SVG icon inside card thumb */
.blog-card-thumb svg {
  width: 52px; height: 52px;
  opacity: 0.5;
}
.blog-card-body { padding: 1.25rem 1.5rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-card-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 0.75rem; }

/* Tag pills — text only, mood-coloured, no emoji */
.tag-pill {
  font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.06em;
  padding: 0.2rem 0.65rem; border-radius: 3px;
  background: var(--grey-light); color: var(--grey-mid);
}
.tag-pill.soft-truths { background: var(--olive-light);    color: var(--olive); }
.tag-pill.red-flag    { background: var(--brick-light);    color: var(--brick); }
.tag-pill.diary       { background: var(--bluegrey-light); color: var(--bluegrey); }
.tag-pill.translation { background: var(--mood-scared-bg); color: var(--mood-scared-fg); }
.tag-pill.verdict     { background: var(--grey-light);     color: var(--brown); }
.tag-pill.ask-chechi  { background: var(--gold-tint);      color: #7A5E1A; }
/* Mood pills */
.tag-pill.mood-confused { background: var(--mood-confused-bg); color: var(--mood-confused-fg); }
.tag-pill.mood-lost     { background: var(--mood-lost-bg);     color: var(--mood-lost-fg); }
.tag-pill.mood-angry    { background: var(--mood-angry-bg);    color: var(--mood-angry-fg); }
.tag-pill.mood-sad      { background: var(--mood-sad-bg);      color: var(--mood-sad-fg); }
.tag-pill.mood-hopeful  { background: var(--mood-hopeful-bg);  color: var(--mood-hopeful-fg); }
.tag-pill.mood-scared   { background: var(--mood-scared-bg);   color: var(--mood-scared-fg); }
.tag-pill.mood-relieved { background: var(--mood-relieved-bg); color: var(--mood-relieved-fg); }

.blog-card-title {
  font-family: var(--font-serif);
  font-size: 1.1rem; font-weight: 700;
  line-height: 1.35; margin-bottom: 0.6rem; color: var(--ink);
}
.blog-card-title a:hover { color: var(--brick); }
.blog-card-excerpt {
  font-size: 0.92rem; color: var(--ink-soft); line-height: 1.65;
  flex: 1; margin-bottom: 1rem;
}
.blog-card-meta {
  display: flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-body); font-size: 0.78rem; color: var(--grey-mid);
}
.blog-card-meta .dot { color: var(--gold); }

/* ── Featured Blog Card ── */
.blog-featured {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gold-pale);
  border-top: var(--kasavu-border);
  margin-bottom: 1.5rem;
  background: var(--base-soft);
  box-shadow: var(--shadow-sm);
}
.blog-featured .blog-card-thumb { height: 100%; min-height: 220px; }
.blog-featured .blog-card-body { padding: 2rem; justify-content: center; }
.blog-featured .blog-card-title { font-size: 1.45rem; }

/* ── Mood/Category Filter Bar ── */
.filter-bar {
  display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2rem;
}
.filter-btn {
  font-family: var(--font-body); font-size: 0.82rem; font-weight: 500;
  padding: 0.4rem 1rem; border-radius: 3px;
  border: 1.5px solid var(--grey);
  background: var(--base-soft); color: var(--ink-soft);
  cursor: pointer; transition: all 0.15s; letter-spacing: 0.02em;
}
.filter-btn:hover { background: var(--gold-tint); border-color: var(--gold); color: var(--ink); }
.filter-btn.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.filter-btn.f-sage.active     { background: var(--olive);   border-color: var(--olive); }
.filter-btn.f-terracotta.active{ background: var(--brick);  border-color: var(--brick); }
.filter-btn.f-turmeric.active  { background: #9A7010; border-color: #9A7010; color: var(--paper); }
.filter-btn.f-bluegrey.active  { background: var(--bluegrey); border-color: var(--bluegrey); }

/* ── Confessional ── */
.confessional-zone {
  background: var(--calm-soft);
  border: 1px solid rgba(127,141,138,0.25);
  border-top: var(--kasavu-border);
  border-radius: var(--radius-xl);
  padding: 3rem 2.5rem;
  max-width: 680px; margin: 0 auto;
  box-shadow: var(--shadow-sm);
}
.confessional-zone .zone-heading {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 700;
  text-align: center; margin-bottom: 0.4rem; color: var(--ink);
}
.confessional-zone .zone-sub {
  text-align: center;
  font-family: var(--font-script);
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  color: var(--brick);
  margin-bottom: 0.75rem;
}
.confessional-zone .promise-badge {
  display: flex; align-items: center; gap: 0.5rem;
  background: var(--olive-light); color: var(--olive);
  border-radius: 3px; padding: 0.35rem 1rem;
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.06em;
  width: fit-content; margin: 0 auto 1.75rem;
}
.conf-form { display: flex; flex-direction: column; gap: 1.25rem; }
.conf-form label {
  font-family: var(--font-body); font-size: 0.85rem; font-weight: 600;
  color: var(--ink); margin-bottom: 0.35rem; display: block;
  letter-spacing: 0.02em;
}
.conf-form textarea {
  width: 100%; min-height: 150px;
  padding: 1rem 1.1rem; border-radius: var(--radius);
  border: 1.5px solid rgba(127,141,138,0.3);
  background: var(--calm); font-family: var(--font-body); font-size: 1rem;
  line-height: 1.75; resize: vertical;
  transition: border-color 0.2s; color: var(--ink);
}
.conf-form textarea:focus { outline: none; border-color: var(--gold); }
.conf-form textarea.danger-highlight { border-color: var(--brick); }
.conf-mood-select {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
}
.mood-chip {
  border: 1.5px solid rgba(127,141,138,0.35);
  border-radius: 3px; padding: 0.35rem 0.9rem;
  font-family: var(--font-body); font-size: 0.82rem;
  cursor: pointer; background: var(--calm);
  color: var(--ink-soft); transition: all 0.15s;
  letter-spacing: 0.02em;
}
.mood-chip:hover { background: var(--gold-tint); border-color: var(--gold); }
.mood-chip.selected { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.consent-options { display: flex; flex-direction: column; gap: 0.75rem; }
.consent-option {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 1rem 1.1rem; border-radius: var(--radius);
  border: 1.5px solid rgba(127,141,138,0.3); cursor: pointer;
  background: var(--calm); transition: border-color 0.2s, background 0.2s;
}
.consent-option input[type="radio"] { margin-top: 0.25rem; accent-color: var(--olive); flex-shrink: 0; }
.consent-option.selected { border-color: var(--gold); background: var(--gold-tint); }
.consent-option-text strong {
  display: block; font-family: var(--font-body); font-size: 0.88rem;
  font-weight: 700; margin-bottom: 0.2rem; color: var(--ink);
}
.consent-option-text small { font-size: 0.8rem; color: var(--grey-mid); line-height: 1.5; }
.crisis-alert {
  background: var(--crisis-bg);
  border: 1.5px solid var(--crisis-border);
  border-radius: var(--radius);
  padding: 1.1rem 1.25rem;
  display: none;
}
.crisis-alert.visible { display: block; }
.crisis-alert strong {
  color: var(--brick); font-family: var(--font-body);
  font-size: 0.9rem; font-weight: 700; display: block; margin-bottom: 0.5rem;
}
.crisis-alert p { font-size: 0.88rem; line-height: 1.65; color: var(--ink-soft); }
.crisis-alert a { color: var(--brick); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.btn-submit {
  background: var(--ink); color: var(--paper);
  border: none; border-radius: var(--radius);
  padding: 0.95rem 2.5rem; font-size: 0.95rem;
  font-family: var(--font-body); font-weight: 600;
  cursor: pointer; transition: background 0.2s;
  align-self: flex-start; letter-spacing: 0.03em;
}
.btn-submit:hover { background: var(--brick); }
.btn-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.conf-note {
  font-size: 0.78rem; color: var(--grey-mid);
  text-align: center; line-height: 1.6; margin-top: 0.25rem;
}

/* Chechi sign-off script */
.chechi-signoff {
  font-family: var(--font-script);
  font-weight: 700;
  color: var(--brick);
  font-size: 2rem;
  letter-spacing: 0.03em;
  display: block; margin-top: 0.75rem;
}

/* Success state */
.conf-success { text-align: center; padding: 2rem 0; display: none; }
.conf-success.visible { display: block; }
.conf-success .success-seal {
  width: 80px; height: 80px; margin: 0 auto 1.25rem;
  object-fit: contain;
}
.conf-success h3 {
  font-family: var(--font-serif); font-size: 1.5rem;
  font-weight: 700; margin-bottom: 0.75rem; color: var(--ink);
}
.conf-success p { color: var(--grey-mid); font-size: 0.95rem; line-height: 1.65; }

/* ── The Wall ── */
.wall-entry {
  background: var(--calm-soft);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(127,141,138,0.2);
  border-top: var(--kasavu-border);
  padding: 1.75rem;
  position: relative;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-sm);
}
/* Mood-tinted wall cards */
.wall-entry.mood-confused { background: #E2EAEA; }
.wall-entry.mood-lost     { background: #EAE6E0; }
.wall-entry.mood-angry    { background: #F5E5E5; }
.wall-entry.mood-sad      { background: #DDE4E8; }
.wall-entry.mood-hopeful  { background: #E5EBE0; }
.wall-entry.mood-scared   { background: #F0EBE0; }
.wall-entry.mood-relieved { background: #E5EBDE; }
.wall-entry-tag {
  margin-bottom: 0.85rem;
}
.wall-entry-secret {
  font-family: var(--font-body);
  font-size: 1.05rem; line-height: 1.8;
  color: var(--ink); margin-bottom: 1.1rem;
  font-style: italic;
}
.wall-entry-rule { border-top: var(--kasavu-border); opacity: 0.35; margin: 1rem 0; }
.wall-entry-reply-label {
  display: flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 700;
  color: var(--olive); text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 0.6rem;
}
.reply-seal-img {
  width: 24px; height: 24px; object-fit: contain; flex-shrink: 0;
}
.wall-entry-reply {
  font-family: var(--font-body);
  font-size: 0.95rem; line-height: 1.75; color: var(--ink-soft);
  padding-left: 1rem; border-left: 2px solid var(--gold-pale);
}
.wall-reactions {
  display: flex; gap: 0.5rem; margin-top: 1.1rem;
  flex-wrap: wrap;
}
.reaction-btn {
  background: var(--calm); border: 1px solid rgba(127,141,138,0.25); border-radius: 3px;
  padding: 0.3rem 0.85rem; font-size: 0.82rem;
  cursor: pointer; transition: background 0.15s, border-color 0.15s;
  display: flex; align-items: center; gap: 0.35rem;
  color: var(--grey-mid); font-family: var(--font-body);
}
.reaction-btn:hover { background: var(--gold-tint); border-color: var(--gold); color: var(--ink); }
.reaction-btn.reacted { background: var(--gold-tint); color: var(--ink); border-color: var(--gold); font-weight: 600; }
/* Line icon inside reaction btns */
.reaction-icon { width: 14px; height: 14px; display: inline-block; flex-shrink: 0; }

/* ── About Chechi ── */
.about-hero {
  background: var(--ink);
  color: var(--base-soft);
  border-bottom: var(--kasavu-border);
  padding: 4.5rem 1.5rem 3.5rem;
  text-align: center;
}
.about-cameo {
  width: 130px; height: 130px; margin: 0 auto 1.25rem;
  object-fit: contain;
  filter: drop-shadow(4px 5px 0px var(--coral-shadow));
}
.about-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 700;
  margin-bottom: 0.75rem; color: var(--base-soft);
}
.about-hero .about-tagline {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.03em;
  color: var(--gold-bright);
  max-width: 540px; margin: 0 auto;
}
.about-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem; margin-top: 3rem;
}
.about-card {
  background: var(--base-soft);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-pale);
  border-top: var(--kasavu-border);
  padding: 1.75rem;
}
.about-card h3 {
  font-family: var(--font-serif); font-size: 1.2rem;
  font-weight: 700; margin-bottom: 1rem; color: var(--ink);
}
.about-card li {
  font-size: 0.95rem; line-height: 1.65; padding: 0.4rem 0;
  border-bottom: 1px solid var(--gold-pale);
  display: flex; align-items: flex-start; gap: 0.6rem;
}
.about-card li:last-child { border-bottom: none; }
.about-card li .check { color: var(--olive); font-weight: 700; flex-shrink: 0; }
.about-card li .cross { color: var(--brick); font-weight: 700; flex-shrink: 0; }

/* ── Resources / Help ── */
.resources-hero {
  background: var(--olive); color: var(--paper);
  padding: 3.5rem 1.5rem; text-align: center;
}
.resources-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700;
  margin-bottom: 0.75rem;
}
.resources-hero p { opacity: 0.88; font-size: 1rem; max-width: 520px; margin: 0 auto; }
.resources-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem; padding: 3rem 1.5rem;
  max-width: 1160px; margin: 0 auto;
}
.resource-card {
  background: var(--base-soft);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-pale);
  border-top: var(--kasavu-border);
  padding: 1.75rem;
  transition: box-shadow 0.2s;
}
.resource-card:hover { box-shadow: var(--shadow); }
/* Remove old color top borders — kasavu rule handles it */
.resource-card.mental-health,
.resource-card.women-dv,
.resource-card.child,
.resource-card.ngo { border-top: var(--kasavu-border); }
.resource-card .card-icon {
  width: 42px; height: 42px;
  background: var(--gold-tint);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.85rem;
}
.resource-card .card-icon svg { width: 22px; height: 22px; }
.resource-card h3 {
  font-family: var(--font-serif); font-size: 1.15rem;
  font-weight: 700; margin-bottom: 1rem; color: var(--ink);
}
.resource-item { padding: 0.75rem 0; border-bottom: 1px solid var(--gold-pale); }
.resource-item:last-child { border-bottom: none; }
.resource-item .res-number {
  font-family: var(--font-display);
  font-size: 1.4rem; color: var(--ink); margin-bottom: 0.15rem;
  letter-spacing: 0.02em;
}
.resource-item .res-name {
  font-family: var(--font-body); font-size: 0.88rem; font-weight: 700;
  color: var(--ink); margin-bottom: 0.2rem;
}
.resource-item .res-desc { font-size: 0.82rem; color: var(--grey-mid); line-height: 1.5; }
.call-btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--crisis-bg); color: var(--brick);
  border: 1.5px solid var(--crisis-border); border-radius: 3px;
  padding: 0.4rem 1rem; margin-top: 0.5rem;
  font-family: var(--font-body); font-size: 0.82rem; font-weight: 700;
  text-decoration: none; transition: background 0.15s;
  letter-spacing: 0.02em;
}
.call-btn:hover { background: var(--brick-light); }

/* ── Privacy / Prose ── */
.prose-section {
  max-width: 760px; margin: 0 auto;
  padding: 3rem 1.5rem;
}
.prose-section h2 {
  font-family: var(--font-serif); font-size: 1.45rem; font-weight: 700;
  margin: 2rem 0 0.75rem; padding-top: 2rem;
  border-top: 1px solid var(--gold-pale);
}
.prose-section h2:first-child { border-top: none; padding-top: 0; margin-top: 0; }
.prose-section p { font-size: 1rem; line-height: 1.85; margin-bottom: 1rem; color: var(--ink-soft); }
.prose-section ul { margin: 0.5rem 0 1rem 1.25rem; }
.prose-section li { font-size: 0.95rem; line-height: 1.75; margin-bottom: 0.4rem; color: var(--ink-soft); list-style: disc; }
.prose-section .highlight-box {
  background: var(--gold-tint);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1rem 1.25rem; margin: 1.5rem 0;
  font-size: 0.95rem; line-height: 1.75; color: var(--ink);
}

/* ── Blog Article ── */
.article-hero {
  background: var(--base);
  border-bottom: var(--kasavu-border);
  padding: 3.5rem 1.5rem 2rem;
}
.article-hero .breadcrumb {
  font-family: var(--font-body); font-size: 0.8rem; color: var(--grey-mid);
  margin-bottom: 1rem; display: flex; align-items: center; gap: 0.4rem;
}
.article-hero .breadcrumb a { color: var(--brick); }
.article-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700;
  max-width: 760px; line-height: 1.2; margin-bottom: 1rem; color: var(--ink);
}
.article-meta {
  display: flex; align-items: center; gap: 0.8rem; flex-wrap: wrap;
  font-family: var(--font-body); font-size: 0.83rem; color: var(--grey-mid);
}
.article-meta .dot { color: var(--gold); }
.article-body { max-width: 760px; margin: 0 auto; padding: 3rem 1.5rem; }
.article-body p { font-size: 1.05rem; line-height: 1.9; margin-bottom: 1.25rem; color: var(--ink-soft); }
.article-body h2 {
  font-family: var(--font-serif); font-size: 1.55rem; font-weight: 700;
  margin: 2.5rem 0 1rem; color: var(--ink);
}
.article-body h3 {
  font-family: var(--font-serif); font-size: 1.2rem; font-weight: 700;
  margin: 2rem 0 0.75rem; color: var(--ink);
}
.article-body blockquote {
  border-left: 3px solid var(--gold);
  margin: 2rem 0; padding: 0.5rem 1.5rem;
  background: var(--gold-tint);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.article-body blockquote p {
  font-style: italic; font-size: 1.1rem; color: var(--ink); margin: 0;
}
.article-reactions {
  display: flex; align-items: center; gap: 0.75rem; padding: 1.5rem 0;
  border-top: 1px solid var(--gold-pale); border-bottom: 1px solid var(--gold-pale);
  margin-bottom: 2rem; flex-wrap: wrap;
}
.article-reactions span {
  font-family: var(--font-body); font-size: 0.85rem; color: var(--grey-mid); margin-right: 0.25rem;
}
.resource-footer-box {
  background: var(--crisis-bg); border: 1.5px solid var(--crisis-border);
  border-radius: var(--radius-lg); padding: 1.5rem; margin-top: 2rem;
}
.resource-footer-box h4 {
  font-family: var(--font-body); font-size: 0.88rem; font-weight: 700;
  color: var(--brick); margin-bottom: 0.75rem;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.resource-footer-box ul { margin: 0; }
.resource-footer-box li {
  font-size: 0.88rem; list-style: none; padding: 0.3rem 0;
  display: flex; align-items: flex-start; gap: 0.5rem; color: var(--ink-soft);
}
.resource-footer-box li a { color: var(--brick); font-weight: 700; text-decoration: underline; }

/* ── Newsletter ── */
.newsletter-strip {
  background: var(--ink);
  border-top: var(--kasavu-border);
  padding: 3rem 1.5rem; text-align: center;
}
.newsletter-strip h3 {
  font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700;
  margin-bottom: 0.5rem; color: var(--base-soft);
}
.newsletter-strip p { color: rgba(245,242,237,0.6); font-size: 0.95rem; margin-bottom: 1.25rem; }
.newsletter-form {
  display: flex; gap: 0.75rem; max-width: 440px; margin: 0 auto;
  flex-wrap: wrap; justify-content: center;
}
.newsletter-form input {
  flex: 1; min-width: 200px;
  padding: 0.8rem 1.25rem; border-radius: var(--radius);
  border: 1.5px solid rgba(201,154,58,0.35); background: rgba(245,242,237,0.08);
  font-family: var(--font-body); font-size: 0.95rem; color: var(--base-soft);
}
.newsletter-form input:focus { outline: none; border-color: var(--gold); }
.newsletter-form input::placeholder { color: rgba(245,242,237,0.4); }
.newsletter-form button {
  background: var(--ink); color: var(--paper);
  border: none; border-radius: var(--radius);
  padding: 0.8rem 1.75rem; font-size: 0.95rem;
  font-family: var(--font-body); font-weight: 700;
  cursor: pointer; transition: background 0.2s; letter-spacing: 0.02em;
}
.newsletter-form button:hover { background: var(--brick); }

/* ── Footer ── */
.site-footer {
  background: var(--ink); color: rgba(247,234,210,0.65);
  padding: 3.5rem 1.5rem 2rem;
  border-top: var(--kasavu-border);
}
.footer-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem; margin-bottom: 2.5rem;
}
.footer-brand .footer-wordmark {
  width: 160px; object-fit: contain;
  margin-bottom: 0.85rem;
  /* on dark bg */
  filter: brightness(1.2) sepia(0.15);
}
.footer-brand p { font-size: 0.85rem; line-height: 1.65; max-width: 280px; }
.footer-col h4 {
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--paper); margin-bottom: 1rem;
}
.footer-col li { margin-bottom: 0.5rem; }
.footer-col li a {
  font-size: 0.88rem; color: rgba(247,234,210,0.55);
  transition: color 0.15s;
}
.footer-col li a:hover { color: var(--paper); }
.footer-bottom {
  border-top: 1px solid rgba(201,154,58,0.2);
  padding-top: 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
  font-size: 0.8rem;
}
.footer-help-link {
  background: var(--brick-light); color: var(--brick) !important;
  font-weight: 700 !important; border-radius: 3px;
  padding: 0.4rem 1rem;
  text-decoration: none; font-family: var(--font-body); font-size: 0.82rem;
  transition: background 0.15s;
}
.footer-help-link:hover { background: #EDCACC; }

/* ════════════════════════════════════════════════
   ZONE A — LOUD MAGAZINE (Home · Magazine · About)
   Vintage print poster · halftone · oversized type
   ════════════════════════════════════════════════ */

/* ── Halftone dot pattern (SVG-in-CSS radial repeating) ── */
/* Gold dots on dark ink — for hero/dark sections */
.halftone-dark {
  position: relative;
}
.halftone-dark::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(216,173,75,0.18) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  pointer-events: none;
  z-index: 0;
}
/* Ink dots on base greige — for light content sections */
.halftone-light {
  position: relative;
}
.halftone-light::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(23,18,14,0.07) 1.2px, transparent 1.2px);
  background-size: 14px 14px;
  pointer-events: none;
  z-index: 0;
}
/* Ensure direct children sit above the dot layer */
.halftone-dark > *,
.halftone-light > * { position: relative; z-index: 1; }

/* Hero already has the halftone-dark class; also add to zones-strip */
.hero { /* already uses --ink, halftone added via class */ }

/* ── Headline dot accent (bold cluster behind section headings) ── */
.headline-dot-accent {
  display: inline-block; position: relative;
}
.headline-dot-accent::before {
  content: '';
  position: absolute;
  top: -8px; left: -12px;
  width: calc(100% + 24px); height: calc(100% + 16px);
  background-image: radial-gradient(circle, rgba(182,66,74,0.22) 1.8px, transparent 1.8px);
  background-size: 10px 10px;
  z-index: -1;
  border-radius: 4px;
}

/* ── Marquee strip ── */
.marquee-strip {
  background: var(--ink);
  border-top: var(--kasavu-border);
  border-bottom: var(--kasavu-border);
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  height: 44px;
  display: flex; align-items: center;
}
.marquee-track {
  display: inline-flex; align-items: center;
  animation: marquee-scroll 30s linear infinite;
  will-change: transform;
}
.marquee-track:hover { animation-play-state: paused; }
.marquee-item {
  font-family: var(--font-display);
  font-size: 0.78rem;
  color: var(--gold-bright);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0 2rem;
  white-space: nowrap;
}
.marquee-dot {
  display: inline-block;
  width: 5px; height: 5px;
  background: var(--brick);
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0 0.25rem;
  vertical-align: middle;
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── Oversized section headlines (Zone A) ── */
.loud-headline {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 1rem;
}
.loud-headline.on-dark { color: var(--base-soft); }
.loud-headline em {
  color: var(--brick);
  font-style: normal;
}
.loud-headline .gold { color: var(--gold-bright); font-style: normal; }

/* Magazine hero headline override */
.blog-hero-loud {
  background: var(--ink);
  padding: 4rem 1.5rem 3.5rem;
  border-bottom: var(--kasavu-border);
  position: relative;
  overflow: hidden;
}
.blog-hero-loud::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(216,173,75,0.14) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  pointer-events: none;
}
.blog-hero-loud > * { position: relative; z-index: 1; }
.blog-hero-loud .blog-hero-inner {
  max-width: 1160px; margin: 0 auto;
}

/* About hero: already dark via .about-hero → add halftone in about-hero rule */
.about-hero {
  position: relative;
  overflow: hidden;
}
.about-hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(216,173,75,0.12) 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 0;
}
.about-hero > * { position: relative; z-index: 1; }

/* ── Sticker / cut-out treatment ── */
/* Wax seal sticker — slight tilt, layered drop shadow */
.sticker-seal {
  display: inline-block;
  transform: rotate(-6deg);
  filter: drop-shadow(3px 5px 0px rgba(23,18,14,0.35))
          drop-shadow(6px 8px 0px rgba(182,66,74,0.15));
  transition: transform 0.25s ease;
}
.sticker-seal:hover { transform: rotate(-2deg) scale(1.08); }

/* Cameo sticker — slight right tilt */
.sticker-cameo {
  display: inline-block;
  transform: rotate(3deg);
  filter: drop-shadow(4px 6px 0px rgba(23,18,14,0.3))
          drop-shadow(0px 0px 0px var(--coral-shadow));
  transition: transform 0.25s ease;
}
.sticker-cameo:hover { transform: rotate(0deg) scale(1.04); }

/* Tag-sticker look for section labels */
.sticker-tag {
  display: inline-block;
  background: var(--gold-bright);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3rem 0.9rem;
  border-radius: 2px;
  transform: rotate(-1.5deg);
  box-shadow: 2px 3px 0px rgba(23,18,14,0.25);
  margin-bottom: 0.75rem;
}
.sticker-tag.brick-tag {
  background: var(--brick);
  color: var(--base-soft);
  transform: rotate(1deg);
}

/* ── Bold Zone A CTA buttons ── */
.btn-loud {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: var(--brick); color: var(--base-soft);
  border: none; border-radius: var(--radius);
  padding: 1rem 2.25rem;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s, transform 0.15s;
  text-decoration: none;
}
.btn-loud:hover { background: var(--ink); transform: translateY(-2px); }
.btn-loud.ink {
  background: var(--ink); color: var(--gold-bright);
}
.btn-loud.ink:hover { background: var(--brick); color: var(--base-soft); }

/* ── Zone A section divider with halftone ── */
.zone-divider {
  height: 32px;
  background: var(--base);
  position: relative;
  overflow: hidden;
  border-top: var(--kasavu-border);
}
.zone-divider::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(23,18,14,0.09) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
}

/* ── "From the Magazine" heading override — loud ── */
.magazine-section-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--ink);
}
.magazine-section-heading span { color: var(--brick); }

/* ════════════════════════════════════════════════
   ZONE B — QUIET DESK (Confessional · Wall · Replies)
   Calm, slow, unhurried. No shouting here.
   ════════════════════════════════════════════════ */

/* Zone B pages inherit --calm ground already set.
   Ensure no loud classes leak in. */
.zone-quiet .loud-headline,
.zone-quiet .marquee-strip,
.zone-quiet .sticker-seal,
.zone-quiet .sticker-tag,
.zone-quiet .btn-loud {
  display: none !important;
}

/* Soft entrance animation for Zone B — slower, gentler */
.zone-quiet .page-content {
  animation: fadeInSoft 0.5s ease;
}
@keyframes fadeInSoft {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Utility ── */
.hidden { display: none !important; }
.text-center { text-align: center; }
.text-muted { color: var(--grey-mid); }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mb-2 { margin-bottom: 1rem; }

/* ── Page transition ── */
.page-content { animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

/* ── Mobile ── */
@media (max-width: 768px) {
  .site-nav {
    display: none; flex-direction: column;
    position: absolute; top: 66px; left: 0; right: 0;
    background: var(--base); padding: 1rem;
    border-bottom: var(--kasavu-border);
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-header { position: relative; }
  .nav-mobile-toggle { display: flex; }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured .blog-card-thumb { height: 180px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .age-gate-box { padding: 2rem 1.5rem; }
  .confessional-zone { padding: 2rem 1.25rem; }
  #quick-exit { bottom: 1rem; right: 1rem; font-size: 0.74rem; padding: 0.5rem 1rem; }
  .hero-cameo { width: 120px; height: 120px; }
  .hero-wordmark { width: 260px; }
}
@media (max-width: 480px) {
  .footer-inner { grid-template-columns: 1fr; }
  .hero { padding: 3.5rem 1.25rem 3rem; }
  .hero-ctas { flex-direction: column; align-items: center; }
}

/* ═══════════════════════════════════════════════════════════════
   PRINCIPLES GRID — Zone A bold checkerboard (About page, P3)
   ═══════════════════════════════════════════════════════════════ */

.principles-section {
  max-width: 960px;
  margin: 0 auto 3.5rem;
  padding: 0 1rem;
}

/* Big bold heading with optional gold halftone field */
.principles-heading-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 2.25rem;
  overflow: hidden;
  padding: 2rem 1rem 0;
}
.principles-heading-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(201,154,58,0.18) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  pointer-events: none;
  border-radius: var(--radius);
}
.principles-heading {
  font-family: 'Anton', var(--font-body), sans-serif;
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--ink);
  position: relative;
  z-index: 1;
  margin: 0;
}

/* 3-col desktop, 2-col tablet, 1-col mobile */
.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

/* Shared card base */
.principles-card {
  position: relative;
  padding: 1.75rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-height: 210px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  border-right: 1.5px solid rgba(23,18,14,0.15);
  border-bottom: 1.5px solid rgba(23,18,14,0.15);
}
.principles-card:nth-child(3n) { border-right: none; }
.principles-card:nth-last-child(-n+3) { border-bottom: none; }

.principles-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(23,18,14,0.22);
  z-index: 2;
}

/* INK (dark) cards */
.pc-ink {
  background: var(--ink);
  color: var(--base-soft);
}
.pc-ink::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(201,154,58,0.10) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  pointer-events: none;
}
.pc-ink .pc-number  { color: var(--gold); }
.pc-ink .pc-label   { color: var(--base-soft); }
.pc-ink .pc-line    { color: rgba(245,242,237,0.72); }

/* Light (base-soft) cards */
.pc-light {
  background: var(--base-soft);
  color: var(--ink);
}
.pc-light .pc-number { color: var(--brick); }
.pc-light .pc-label  { color: var(--ink); }
.pc-light .pc-line   { color: var(--ink-soft); }

/* Card inner elements */
.pc-number {
  font-family: 'Anton', var(--font-body), sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
  position: relative;
  z-index: 1;
}
.pc-label {
  font-family: 'Anton', var(--font-body), sans-serif;
  font-size: clamp(0.88rem, 1.4vw, 1.05rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  border-bottom: 2px double var(--gold);
  padding-bottom: 0.45rem;
  margin-bottom: 0.1rem;
}
.pc-ink .pc-label { border-bottom-color: var(--gold); }
.pc-light .pc-label { border-bottom-color: var(--brick); }

.pc-line {
  font-family: var(--font-serif);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Dot cluster accent (ink cards) */
.pc-dot-accent {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  background-image: radial-gradient(circle, rgba(201,154,58,0.55) 2px, transparent 2px);
  background-size: 8px 8px;
  opacity: 0.6;
  pointer-events: none;
}

/* Wax seal sticker on light cards */
.pc-sticker {
  position: absolute;
  bottom: 0.85rem;
  right: 0.85rem;
  width: 36px;
  height: 36px;
  object-fit: contain;
  opacity: 0.55;
  transform: rotate(8deg);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.principles-card:hover .pc-sticker {
  opacity: 0.85;
  transform: rotate(4deg) scale(1.08);
}

/* Hover brick accent strip on light cards */
.pc-light:hover {
  box-shadow: inset 3px 0 0 var(--brick), 0 8px 24px rgba(23,18,14,0.15);
}

/* Responsive */
@media (max-width: 760px) {
  .principles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .principles-card:nth-child(3n)   { border-right: 1.5px solid rgba(23,18,14,0.15); }
  .principles-card:nth-last-child(-n+3) { border-bottom: 1.5px solid rgba(23,18,14,0.15); }
  .principles-card:nth-child(2n)   { border-right: none; }
  .principles-card:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 480px) {
  .principles-grid { grid-template-columns: 1fr; }
  .principles-card { border-right: none !important; }
  .principles-card:last-child { border-bottom: none; }
  .principles-card:nth-last-child(-n+2) { border-bottom: 1.5px solid rgba(23,18,14,0.15); }
  .principles-heading { font-size: clamp(2rem, 10vw, 2.6rem); }
}
