/* ============================================================
   youcouldbeamatch.com — stylesheet
   Editorial / warm / serif-led aesthetic.
   ============================================================ */

:root {
  /* Brand palette (provided) */
  --cream:    #ebe2d1;
  --ink:      #252828;
  --rust:     #a95b38;
  --gold:     #b8a25f;

  /* Derivatives */
  --cream-deep: #e1d6c0;
  --cream-soft: #f3eee0;
  --ink-soft:   #3a3c3c;
  --ink-mute:   #6c6e6d;
  --rust-deep:  #8a4729;
  --gold-soft:  #cdb778;
  --hairline:   rgba(37,40,40,0.12);
  --hairline-strong: rgba(37,40,40,0.22);

  /* Type */
  --serif: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  --sans:  'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
*::selection { background: var(--rust); color: var(--cream); }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1.25rem, 4vw, 3rem);
  background: rgba(235, 226, 209, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
}
.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.nav__brand-mark {
  display: inline-grid;
  place-items: center;
  width: 26px; height: 26px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  font-size: 0;
  background: var(--rust);
}
.nav__end {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
}
.nav__links {
  display: flex;
  gap: clamp(1rem, 3vw, 2.25rem);
}
.nav__links a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
  transition: color 0.2s;
}
.nav__links a:hover { color: var(--rust); }

.nav__social {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--ink);
  border: 1.5px solid var(--hairline-strong);
  transition: color 0.2s, border-color 0.2s, background 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.nav__social svg {
  width: 18px;
  height: 18px;
}
.nav__social:hover {
  color: var(--cream);
  background: var(--rust);
  border-color: var(--rust);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .nav__links { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: calc(100vh - 60px);
  padding: clamp(3rem, 8vw, 6rem) clamp(1.25rem, 4vw, 3rem) 4rem;
  background:
    radial-gradient(ellipse at top left, rgba(184,162,95,0.18), transparent 55%),
    radial-gradient(ellipse at bottom right, rgba(169,91,56,0.12), transparent 55%),
    var(--cream);
  overflow: hidden;
}
.hero__grain {
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.4;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.145 0 0 0 0 0.157 0 0 0 0 0.157 0 0 0 0.18 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
}
.hero__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 1.5rem;
}
.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--rust);
  box-shadow: 0 0 0 4px rgba(169,91,56,0.18);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(169,91,56,0.18); }
  50%      { box-shadow: 0 0 0 8px rgba(169,91,56,0); }
}

.hero__title {
  font-family: var(--serif);
  font-weight: 500;
  font-style: normal;
  font-size: clamp(3.5rem, 11vw, 9.5rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin: 0 0 2rem;
  color: var(--ink);
}
.hero__highlight {
  font-style: italic;
  font-weight: 400;
  color: var(--rust);
  font-variation-settings: "opsz" 144;
  position: relative;
  display: inline-block;
}
.hero__highlight::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: 0.08em;
  height: 0.18em;
  background: var(--gold);
  opacity: 0.6;
  z-index: -1;
  border-radius: 2px;
  transform: skewX(-8deg);
}

.hero__lede {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.45;
  max-width: 38ch;
  margin: 0 0 2.5rem;
  color: var(--ink-soft);
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 4rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.6rem;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.005em;
  text-decoration: none;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.btn--primary {
  background: var(--ink);
  color: var(--cream);
}
.btn--primary:hover {
  background: var(--rust);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -10px rgba(169,91,56,0.5);
}
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn--ghost:hover {
  background: var(--ink);
  color: var(--cream);
}
.btn--large {
  padding: 1.15rem 2rem;
  font-size: 1.02rem;
}

/* Hero stats */
.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
  max-width: 880px;
  padding-top: 2rem;
  border-top: 1px solid var(--hairline-strong);
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.stat__num {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
}
.stat__lbl {
  font-size: 0.88rem;
  color: var(--ink-mute);
  line-height: 1.4;
  max-width: 22ch;
}
@media (max-width: 640px) {
  .hero__stats { grid-template-columns: 1fr; gap: 1.25rem; }
  .stat { padding-bottom: 1rem; border-bottom: 1px solid var(--hairline); }
  .stat:last-child { border-bottom: 0; padding-bottom: 0; }
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 22px; height: 36px;
  border: 1.5px solid var(--ink-soft);
  border-radius: 12px;
  display: grid;
  place-items: start center;
  padding-top: 6px;
}
.hero__scroll span {
  width: 3px; height: 8px;
  background: var(--ink-soft);
  border-radius: 2px;
  animation: scroll 1.6s ease-in-out infinite;
}
@keyframes scroll {
  0%   { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(12px); opacity: 0; }
}
@media (max-width: 640px) { .hero__scroll { display: none; } }

/* ============================================================
   STORY
   ============================================================ */
.story {
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 4vw, 3rem);
  background: var(--cream-soft);
  border-top: 1px solid var(--hairline);
}
.story__container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
@media (max-width: 880px) {
  .story__container { grid-template-columns: 1fr; }
}
.story__media {
  position: sticky;
  top: 6rem;
}
@media (max-width: 880px) { .story__media { position: static; } }
.story__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  background: linear-gradient(135deg, var(--gold) 0%, var(--rust) 100%);
  border-radius: 4px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.4) inset,
    0 30px 60px -20px rgba(37,40,40,0.3);
  display: block;
}
/* Placeholder fallback (only used when no real image is set) */
div.story__photo {
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
div.story__photo::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='2'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
  opacity: 0.35;
}
.story__photo-placeholder {
  position: relative;
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-soft);
  text-align: center;
  line-height: 1.5;
}
.story__caption {
  margin-top: 1rem;
  font-family: var(--serif);
  font-size: 0.92rem;
  color: var(--ink-mute);
  text-align: center;
}

.story__text { max-width: 60ch; }
.story__kicker {
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0 0 1rem;
}
.story__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  letter-spacing: -0.025em;
  line-height: 1.02;
  margin: 0 0 2rem;
}
.story__p {
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.65;
  margin: 0 0 1.4rem;
  color: var(--ink);
}
.story__p:first-of-type::first-letter {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 4em;
  float: left;
  line-height: 0.85;
  padding: 0.05em 0.12em 0 0;
  color: var(--rust);
}
.story__quote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.35rem, 2.6vw, 1.8rem);
  line-height: 1.35;
  color: var(--ink);
  border-left: 3px solid var(--rust);
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin: 2.5rem 0;
}
.story__quote cite {
  display: block;
  font-style: normal;
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 0.85rem;
}
.story__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--cream);
  border: 1px solid var(--hairline);
  border-radius: 4px;
  margin: 2.5rem 0;
}
.fact {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.fact__lbl {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.fact__val {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ink);
}
.story__p--final {
  border-top: 1px solid var(--hairline);
  padding-top: 1.5rem;
  font-size: 1.05rem;
}

/* ============================================================
   HOW TO HELP
   ============================================================ */
.help {
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 4vw, 3rem);
  background: var(--cream);
  border-top: 1px solid var(--hairline);
}
.help__container {
  max-width: 1100px;
  margin: 0 auto;
}
.help__kicker {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0 0 1rem;
}
.help__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  letter-spacing: -0.025em;
  line-height: 1.02;
  margin: 0 0 1rem;
}
.help__sub {
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 0 3rem;
  line-height: 1.5;
}
.help__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 760px) {
  .help__grid { grid-template-columns: 1fr; }
}
.helpcard {
  position: relative;
  padding: 2rem 1.75rem 1.75rem;
  background: var(--cream-soft);
  border: 1px solid var(--hairline);
  border-radius: 4px;
  transition: transform 0.25s, border-color 0.25s, background 0.25s;
  display: flex;
  flex-direction: column;
}
.helpcard:hover {
  transform: translateY(-2px);
  border-color: var(--rust);
  background: var(--cream);
}
.helpcard__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--rust);
  margin-bottom: 0.75rem;
  display: block;
  letter-spacing: -0.02em;
}
.helpcard__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin: 0 0 0.85rem;
  color: var(--ink);
}
.helpcard__body {
  font-family: var(--serif);
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 1.25rem;
  flex: 1;
}
.helpcard__link {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1.5px solid var(--rust);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: color 0.2s, border-color 0.2s;
}
.helpcard__link:hover {
  color: var(--rust);
}

/* ============================================================
   QUIZ
   ============================================================ */
.quiz {
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 4vw, 3rem);
  background: var(--ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.quiz::before {
  content: "";
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(184,162,95,0.18), transparent 65%);
  pointer-events: none;
}
.quiz__container {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.quiz__head {
  text-align: center;
  margin-bottom: 3.5rem;
}
.quiz__kicker {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}
.quiz__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 4rem);
  letter-spacing: -0.025em;
  line-height: 1.02;
  margin: 0 0 1rem;
}
.quiz__title em {
  font-style: italic;
  color: var(--gold);
}
.quiz__sub {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: rgba(235,226,209,0.7);
  max-width: 50ch;
  margin: 0 auto;
  line-height: 1.55;
}

/* Question card */
.quiz__form { display: flex; flex-direction: column; gap: 1.25rem; }
.q {
  border: 0;
  padding: 1.75rem;
  margin: 0;
  background: rgba(235,226,209,0.04);
  border: 1px solid rgba(235,226,209,0.1);
  border-radius: 6px;
  transition: border-color 0.2s, background 0.2s;
}
.q:hover { background: rgba(235,226,209,0.06); }
.q--missing {
  border-color: var(--rust);
  background: rgba(169,91,56,0.08);
  animation: shake 0.4s;
}
@keyframes shake {
  0%,100% { transform: translateX(0); }
  25%     { transform: translateX(-4px); }
  75%     { transform: translateX(4px); }
}
.q__legend {
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.4;
  color: var(--cream);
  margin-bottom: 1.25rem;
  padding: 0;
  width: 100%;
  display: flex;
  gap: 0.85rem;
  align-items: baseline;
}
.q__num {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold);
  background: rgba(184,162,95,0.12);
  padding: 0.3em 0.6em;
  border-radius: 3px;
  flex-shrink: 0;
}
.q__opts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.opt {
  position: relative;
  cursor: pointer;
}
.opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.opt span {
  display: inline-block;
  padding: 0.7rem 1.25rem;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 500;
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(235,226,209,0.25);
  border-radius: 999px;
  transition: all 0.18s;
}
.opt:hover span {
  border-color: var(--gold);
  background: rgba(184,162,95,0.08);
}
.opt input:checked + span {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}
.opt input:focus-visible + span {
  outline: 2px solid var(--cream);
  outline-offset: 2px;
}

.quiz__form .btn {
  align-self: center;
  margin-top: 1.5rem;
  background: var(--gold);
  color: var(--ink);
}
.quiz__form .btn:hover {
  background: var(--cream);
  transform: translateY(-1px);
}
.quiz__disclaim {
  text-align: center;
  font-size: 0.88rem;
  color: rgba(235,226,209,0.6);
  max-width: 50ch;
  margin: 1rem auto 0;
  line-height: 1.5;
}

/* Result blocks */
.result {
  margin-top: 3rem;
  padding: 2.5rem;
  background: var(--cream);
  color: var(--ink);
  border-radius: 6px;
  position: relative;
}
.result--ok { border-left: 4px solid var(--gold); }
.result--no { border-left: 4px solid var(--rust); }
.result__kicker {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0 0 0.85rem;
}
.result--ok .result__kicker { color: var(--gold); }
.result__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}
.result__body {
  font-family: var(--serif);
  font-size: 1.1rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 2rem;
}
.result__steps {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.step {
  padding: 1.25rem 1.5rem;
  background: var(--cream-soft);
  border: 1px solid var(--hairline);
  border-radius: 4px;
}
.step__num {
  display: inline-grid;
  place-items: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--serif);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}
.step h4 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.15rem;
  margin: 0 0 0.4rem;
}
.step p {
  margin: 0;
  font-size: 0.96rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.step a { color: var(--rust); font-weight: 600; }
.result__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.result__urgent {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, rgba(184,162,95,0.18), rgba(169,91,56,0.12));
  border-left: 3px solid var(--gold);
  border-radius: 0 4px 4px 0;
}
.result__urgent p {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.5;
  color: var(--ink);
}
.btn--reach {
  background: var(--rust);
  color: var(--cream);
  box-shadow: 0 8px 24px -8px rgba(169,91,56,0.55);
  animation: gentle-pulse 2.8s ease-in-out infinite;
}
.btn--reach:hover {
  background: var(--rust-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -8px rgba(169,91,56,0.65);
  animation: none;
}
@keyframes gentle-pulse {
  0%, 100% { box-shadow: 0 8px 24px -8px rgba(169,91,56,0.55); }
  50%      { box-shadow: 0 8px 28px -6px rgba(169,91,56,0.75); }
}
@media (prefers-reduced-motion: reduce) {
  .btn--reach { animation: none; }
}
.result__note {
  margin-top: 1.5rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--ink-mute);
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 4vw, 3rem);
  background: var(--cream-soft);
  border-top: 1px solid var(--hairline);
}
.faq__container {
  max-width: 820px;
  margin: 0 auto;
}
.faq__kicker {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0 0 1rem;
}
.faq__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  letter-spacing: -0.025em;
  line-height: 1.02;
  margin: 0 0 1rem;
}
.faq__sub {
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 0 3rem;
  line-height: 1.5;
}
.faq__list {
  border-top: 1px solid var(--hairline-strong);
}
.faq__item {
  border-bottom: 1px solid var(--hairline);
  padding: 0;
  transition: background 0.2s;
}
.faq__item:hover {
  background: rgba(169,91,56,0.03);
}
.faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.5rem 3rem 1.5rem 0;
  position: relative;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.35;
  color: var(--ink);
  letter-spacing: -0.005em;
  transition: color 0.2s;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.8rem;
  color: var(--rust);
  line-height: 1;
  transition: transform 0.25s, color 0.2s;
}
.faq__item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.faq__item[open] summary {
  color: var(--rust);
}
.faq__item summary:hover { color: var(--rust); }
.faq__item summary:focus-visible {
  outline: 2px solid var(--rust);
  outline-offset: 2px;
  border-radius: 2px;
}
.faq__answer {
  padding: 0 3rem 1.75rem 0;
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ink-soft);
  animation: faqOpen 0.35s ease;
}
.faq__answer p { margin: 0 0 0.9rem; }
.faq__answer p:last-child { margin-bottom: 0; }
.faq__answer ul {
  margin: 0.6rem 0;
  padding-left: 1.4rem;
}
.faq__answer li {
  margin-bottom: 0.4rem;
}
.faq__answer strong { color: var(--ink); }
@keyframes faqOpen {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.faq__footer {
  margin-top: 2.5rem;
  padding: 1.5rem 1.75rem;
  background: var(--cream);
  border-left: 3px solid var(--gold);
  border-radius: 0 4px 4px 0;
}
.faq__footer p {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.faq__footer a {
  color: var(--rust);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ============================================================
   DONATE
   ============================================================ */
.donate {
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 4vw, 3rem);
  background: var(--cream);
}
.donate__container {
  max-width: 1100px;
  margin: 0 auto;
}
.donate__kicker {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0 0 1rem;
}
.donate__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 1rem;
  max-width: 18ch;
}
.donate__sub {
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 0 3rem;
  line-height: 1.5;
}
.donate__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 360px));
  gap: 1.25rem;
  justify-content: start;
}
@media (max-width: 880px) {
  .donate__grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
}
.paycard {
  display: block;
  padding: 2rem 1.75rem;
  background: var(--ink);
  color: var(--cream);
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid var(--ink);
  transition: transform 0.25s, background 0.25s, border-color 0.25s;
  position: relative;
  overflow: hidden;
}
.paycard:hover {
  transform: translateY(-3px);
  background: var(--rust);
}
.paycard__icon {
  width: 44px; height: 44px;
  border: 1.5px solid var(--cream);
  border-radius: 8px;
  display: grid;
  place-items: center;
  margin-bottom: 1.5rem;
  color: var(--cream);
}
.paycard__icon svg { width: 22px; height: 22px; }
.paycard h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.7rem;
  margin: 0 0 0.35rem;
}
.paycard__handle {
  font-family: var(--sans);
  font-size: 0.92rem;
  color: rgba(235,226,209,0.7);
  margin: 0 0 1.25rem;
  word-break: break-all;
}
.paycard__cta {
  display: inline-block;
  padding: 0;
  background: transparent;
  border: none;
  color: var(--gold);
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
}
.paycard--copy { cursor: default; }
.paycard--copy:hover { transform: none; background: var(--ink); }
.donate__disclaim {
  margin-top: 2rem;
  font-size: 0.88rem;
  color: var(--ink-mute);
  max-width: 60ch;
  line-height: 1.5;
}

/* ============================================================
   SHARE
   ============================================================ */
.share {
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 4vw, 3rem);
  background:
    linear-gradient(180deg, var(--cream-soft) 0%, var(--cream-deep) 100%);
  border-top: 1px solid var(--hairline);
}
.share__container {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.share__kicker {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0 0 1rem;
}
.share__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 4rem);
  letter-spacing: -0.025em;
  line-height: 1.02;
  margin: 0 0 1rem;
}
.share__sub {
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 50ch;
  margin: 0 auto 3rem;
  line-height: 1.5;
}
.share__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.sharebtn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  background: transparent;
  border: 1.5px solid var(--ink);
  color: var(--ink);
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.92rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s;
}
.sharebtn:hover {
  background: var(--ink);
  color: var(--cream);
  transform: translateY(-1px);
}

/* Follow on Instagram callout */
.follow-cta {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
  padding: 1rem 1.25rem 1rem 1rem;
  background: var(--ink);
  color: var(--cream);
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--sans);
  transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
  box-shadow: 0 12px 30px -14px rgba(37,40,40,0.45);
}
.follow-cta:hover {
  transform: translateY(-2px);
  background: var(--rust);
  box-shadow: 0 18px 36px -14px rgba(169,91,56,0.55);
}
.follow-cta__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--rust));
  color: var(--cream);
  flex-shrink: 0;
}
.follow-cta__icon svg {
  width: 20px;
  height: 20px;
}
.follow-cta__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
  text-align: left;
}
.follow-cta__label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(235,226,209,0.65);
}
.follow-cta__handle {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--cream);
  margin-top: 0.15rem;
  letter-spacing: -0.01em;
}
.follow-cta__arrow {
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--gold);
  transition: transform 0.25s;
}
.follow-cta:hover .follow-cta__arrow {
  transform: translateX(4px);
  color: var(--cream);
}
@media (max-width: 480px) {
  .follow-cta { padding: 0.85rem 1rem 0.85rem 0.85rem; gap: 0.75rem; }
  .follow-cta__handle { font-size: 1.1rem; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  padding: 3.5rem clamp(1.25rem, 4vw, 3rem) 2.5rem;
  background: var(--ink);
  color: rgba(235,226,209,0.7);
}
.footer__inner {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
}
.footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--cream);
  margin-bottom: 0.4rem;
}
.footer__mark {
  display: inline-grid;
  place-items: center;
  width: 22px; height: 22px;
  border: 1.5px solid var(--cream);
  border-radius: 50%;
  background: var(--rust);
  font-size: 0;
}
.footer__social {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 1.25rem;
  margin: 0.4rem 0 1rem;
  background: transparent;
  border: 1.5px solid rgba(235,226,209,0.3);
  border-radius: 999px;
  color: var(--cream);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.2s;
}
.footer__social:hover {
  border-color: var(--gold);
  background: rgba(184,162,95,0.12);
  color: var(--gold);
  transform: translateY(-1px);
}
.footer__social svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.footer__social strong {
  font-weight: 700;
  color: var(--gold);
}
.footer__social:hover strong { color: var(--cream); }
.footer__text {
  max-width: 60ch;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}
.footer__text a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.footer__contact {
  margin: 0;
  font-size: 0.92rem;
}
.footer__contact a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.footer__copy {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(235,226,209,0.4);
}

/* ============================================================
   REVEAL ON SCROLL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
  .reveal { opacity: 1; transform: none; }
}
