/* Socialy V4 — Shared site styling for sub-pages */
:root {
  --peach: #f7b79c;
  --peach-deep: #d96c45;
  --peach-warm: #e28862;
  --sage: #a8b6a3;
  --sage-deep: #6a7863;
  --sage-dark: #4a5546;
  --sand: #ebdcc3;
  --sand-soft: #f4e9d1;
  --cream: #fbf5ea;
  --ink: #1f1d18;
  --ink-2: #67625a;
  --paper: #fbf5ea;
  --line: rgba(31,29,24,0.1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; }
html, body { background: var(--paper); color: var(--ink); font-family: 'Bricolage Grotesque', system-ui, sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ===== NAV ===== */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 60; padding: 12px 16px 0; transition: transform .35s cubic-bezier(.4,0,.2,1); will-change: transform; }
#nav-slot { height: 72px; } /* spacer so content doesn't hide behind fixed nav */
.nav.nav-hidden { transform: translateY(calc(-100% - 24px)); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 10px 10px 18px;
  background: var(--sage-dark); color: var(--cream);
  border-radius: 999px;
  max-width: 1320px; margin: 0 auto;
  box-shadow: 0 10px 30px rgba(31,29,24,0.12);
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--cream); min-width: 0; }
.brand-text { font-family: 'Bricolage Grotesque', sans-serif; font-size: 18px; letter-spacing: -0.02em; font-weight: 500; }
.brand-sub { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 13px; opacity: 0.8; margin-left: 6px; white-space: nowrap; }
@media (max-width: 560px) { .brand-sub { display: none; } }
.nav-links { display: flex; gap: 2px; }
.nav-links a { color: var(--cream); text-decoration: none; font-size: 13px; padding: 8px 14px; border-radius: 999px; transition: background .2s; }
.nav-links a:hover, .nav-links a.active { background: rgba(251,245,234,0.14); }
.nav-cta { padding: 10px 18px; background: var(--peach); color: var(--ink); border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 500; white-space: nowrap; }
.nav-cta:hover { background: var(--cream); }
.nav-burger { width: 40px; height: 40px; border-radius: 50%; background: var(--peach); color: var(--ink); border: none; cursor: pointer; display: none; align-items: center; justify-content: center; }
.nav-burger svg { width: 18px; height: 18px; }
@media (max-width: 900px) { .nav-links { display: none; } .nav-cta { display: none; } .nav-burger { display: inline-flex; } }

.mobile-menu { display: none; position: fixed; inset: 0; z-index: 70; background: var(--sage-dark); color: var(--cream); padding: 20px; flex-direction: column; gap: 4px; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.mobile-menu a { color: var(--cream); text-decoration: none; font-family: 'Instrument Serif', serif; font-size: 44px; line-height: 1.05; letter-spacing: -0.02em; padding: 10px 0; border-bottom: 1px solid rgba(251,245,234,0.15); font-weight: 300; }
.mobile-menu a em { font-style: italic; color: var(--peach); }
.mobile-menu-close { width: 44px; height: 44px; border-radius: 50%; background: var(--peach); color: var(--ink); border: none; cursor: pointer; font-size: 20px; }

/* ===== BUTTONS ===== */
.btn-primary { padding: 14px 24px; background: var(--ink); color: var(--cream); border: none; border-radius: 999px; font-family: inherit; font-size: 14px; font-weight: 500; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background .2s; }
.btn-primary:hover { background: var(--peach-deep); }
.btn-ghost { padding: 14px 24px; background: var(--cream); color: var(--ink); border: 1px solid var(--line); border-radius: 999px; font-family: inherit; font-size: 14px; font-weight: 500; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.btn-ghost:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* ===== TYPO ===== */
.serif { font-family: 'Instrument Serif', serif; font-weight: 300; }
.sec-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: var(--sage-dark); color: var(--cream); border-radius: 999px; font-size: 12px; font-weight: 500; margin-bottom: 20px; }
.sec-kicker .d { width: 6px; height: 6px; border-radius: 50%; background: var(--peach); }
.sec-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-variation-settings: "opsz" 72;
  font-weight: 400;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  max-width: 18ch;
}
.sec-title em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 300; color: var(--peach-deep); }
.sec-title .shape { display: inline-block; width: 0.25em; height: 0.55em; background: var(--peach); border-radius: 999px; vertical-align: -0.03em; margin: 0 0.08em; }
.sec-sub { font-family: 'Instrument Serif', serif; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.45; color: var(--ink-2); max-width: 52ch; margin-top: 20px; font-weight: 300; font-style: italic; }

/* ===== PAGE HERO (for sub-pages) ===== */
.page-hero {
  margin: 16px;
  border-radius: 28px;
  padding: 72px 40px;
  background: var(--sage);
  color: var(--ink);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; top: -120px; right: -80px; width: 360px; height: 400px;
  background: var(--sage-deep); border-radius: 220px 220px 40px 40px; transform: rotate(-15deg); opacity: 0.55;
}
.page-hero .inner { position: relative; z-index: 1; max-width: 1320px; margin: 0 auto; }
.page-hero h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-variation-settings: "opsz" 96;
  font-weight: 400;
  font-size: clamp(48px, 8vw, 128px);
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.page-hero h1 em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 300; color: var(--peach-deep); }
.page-hero h1 .shape { display: inline-block; width: 0.22em; height: 0.55em; background: var(--peach); border-radius: 999px; vertical-align: 0.02em; margin: 0 0.04em; }
.page-hero p.lead { font-family: 'Instrument Serif', serif; font-size: clamp(18px, 1.9vw, 24px); line-height: 1.4; color: var(--ink); max-width: 54ch; margin-top: 24px; font-weight: 300; font-style: italic; }
.breadcrumb { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: var(--cream); border-radius: 999px; font-size: 12px; font-weight: 500; margin-bottom: 24px; }
.breadcrumb a { text-decoration: none; color: var(--ink-2); }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb .sep { color: var(--ink-2); opacity: 0.5; }
@media (max-width: 720px) { .page-hero { padding: 48px 24px; margin: 12px; } }

/* ===== FOOTER ===== */
footer.site-footer { background: var(--sage-dark); color: var(--cream); margin: 80px 16px 16px; border-radius: 28px; padding: 56px 28px 28px; }
@media (min-width: 720px) { footer.site-footer { margin: 80px 32px 32px; padding: 64px 48px 32px; } }
.foot-top { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: start; padding-bottom: 40px; border-bottom: 1px solid rgba(251,245,234,0.15); margin-bottom: 32px; }
.foot-huge { font-family: 'Bricolage Grotesque', sans-serif; font-variation-settings: "opsz" 96; font-size: clamp(56px, 11vw, 176px); line-height: 0.85; letter-spacing: -0.045em; font-weight: 400; }
.foot-huge em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 300; color: var(--peach); }
.foot-huge .shape { display: inline-block; width: 0.25em; height: 0.55em; background: var(--peach-deep); border-radius: 999px; margin-left: 0.08em; vertical-align: 0.02em; }
.foot-cta-col { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; min-width: 180px; }
.foot-cta-col .note { font-size: 12px; opacity: 0.7; text-align: right; max-width: 200px; line-height: 1.4; }
@media (max-width: 720px) { .foot-top { grid-template-columns: 1fr; } .foot-cta-col { align-items: flex-start; } .foot-cta-col .note { text-align: left; } }
.foot-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-bottom: 28px; }
@media (max-width: 800px) { .foot-cols { grid-template-columns: 1fr 1fr; } }
.foot-col h4 { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.55; margin-bottom: 14px; font-weight: 500; }
.foot-col a { display: block; color: var(--cream); text-decoration: none; font-size: 14px; padding: 5px 0; opacity: 0.85; }
.foot-col a:hover { opacity: 1; color: var(--peach); }
.foot-bottom { padding-top: 24px; border-top: 1px solid rgba(251,245,234,0.15); display: flex; justify-content: space-between; font-size: 12px; opacity: 0.6; flex-wrap: wrap; gap: 12px; }

/* ===== CARDS ===== */
.card-rounded { background: var(--cream); border-radius: 24px; padding: 28px; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 500; }

/* ===== FOCUS STYLES (a11y) ===== */
*:focus-visible { outline: 2px solid var(--peach-deep); outline-offset: 2px; border-radius: 4px; }

/* ===== COOKIE CONSENT BANNER ===== */
#consent-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: var(--ink); color: var(--cream); padding: 20px 16px; box-shadow: 0 -4px 30px rgba(31,29,24,0.25); }
.cb-inner { max-width: 900px; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.cb-text { flex: 1; min-width: 240px; font-size: 14px; line-height: 1.5; }
.cb-text strong { display: block; font-size: 15px; margin-bottom: 4px; }
.cb-text a { color: var(--peach); font-size: 12px; }
.cb-btns { display: flex; gap: 10px; align-items: center; }
.cb-btn { border: none; border-radius: 999px; cursor: pointer; font-family: inherit; font-weight: 500; transition: transform .15s, background .2s; }
.cb-yes { background: var(--peach); color: var(--ink); padding: 14px 28px; font-size: 15px; }
.cb-yes:hover { background: var(--cream); transform: scale(1.03); }
.cb-no { background: transparent; color: rgba(251,245,234,0.5); border: none; padding: 8px 12px; font-size: 12px; }
.cb-no:hover { color: var(--cream); }

/* ===== SECTIONS ===== */
section.sec { padding: 80px 16px; }
@media (min-width: 720px) { section.sec { padding: 120px 32px; } }
.wrap { max-width: 1340px; margin: 0 auto; }
