/* =========================
   Guante Bridge — styles.css
   ========================= */

:root{
  --bg: #0b0b0f;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.03);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --line: rgba(255,255,255,.14);

  /* Accent: warm gold (matches your painting) */
  --accent: #f3c969;
  --accent2: #ffd98a;

  --radius: 18px;
  --shadow: 0 18px 50px rgba(0,0,0,.35);

  --max: 1100px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
body{
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1000px 500px at 50% -10%, rgba(243,201,105,.18), transparent 55%),
              radial-gradient(900px 650px at 90% 20%, rgba(255,255,255,.06), transparent 55%),
              var(--bg);
  color: var(--text);
  line-height: 1.6;
}

img{ max-width:100%; height:auto; display:block; }

a{ color: var(--accent2); text-decoration: none; }
a:hover{ text-decoration: underline; }

.container{
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.section{
  padding: 64px 0;
}
.section-soft{
  background: rgba(255,255,255,.02);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

h1,h2,h3{
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.1;
  margin: 0 0 14px;
}
h1{ font-size: clamp(2.2rem, 4vw, 3.2rem); }
h2{ font-size: clamp(1.7rem, 3vw, 2.2rem); }
h3{ font-size: 1.15rem; font-family: "Inter", sans-serif; font-weight: 600; }

p{ margin: 0 0 14px; color: var(--text); }
.lead{ font-size: 1.06rem; color: var(--muted); }
.muted{ color: var(--muted); }
.tiny{ font-size: .9rem; }
.fineprint{ font-size: .92rem; color: var(--muted); }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(243,201,105,.92), rgba(243,201,105,.72));
  color: #1a1508;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(0,0,0,.35);
  text-decoration:none;
}
.btn:hover{ text-decoration:none; filter: brightness(1.03); }
.btn:active{ transform: translateY(1px); }

.btn-small{ padding: 10px 14px; font-size: .92rem; }
.btn-ghost{
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}
.btn-ghost:hover{ background: rgba(255,255,255,.06); }

.site-header{
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(11,11,15,.55);
  border-bottom: 1px solid var(--line);
}

.nav{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap: 12px;
  min-width: 220px;
}
.brand-mark{
  width: 64px;
  height: 64px;
  border-radius: 14px;
  border: 1px solid rgba(243,201,105,.4);
  background: linear-gradient(180deg,#f3c969,#e2b24c);
  padding: 6px;
  box-shadow: 0 6px 16px rgba(0,0,0,.35);
}
.brand-mark{
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 14px;
  border: 1px solid rgba(243,201,105,.45);
  background: linear-gradient(180deg,#f3c969,#e2b24c);
  padding: 6px;
  box-shadow: 0 6px 16px rgba(0,0,0,.35);
  object-fit: contain; /* important: this is the IMG */
}

/* (This was never doing anything because .brand-mark is the <img>, not a wrapper) */
.brand-mark img{ display:none; }

.brand-name{
  font-weight: 900;
  font-size: 1.35rem;
  letter-spacing:.2px;
  line-height: 1.05;
}
.brand-tag{
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.15;
}
.nav-links{
  display:flex;
  align-items:center;
  gap: 16px;
}
.nav-links a{
  color: var(--text);
  font-weight: 600;
  font-size: .95rem;
}
.nav-links a:hover{ color: var(--accent2); text-decoration: none; }

.nav-toggle{
  display:none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 10px;
}
.nav-toggle span{
  display:block;
  width: 18px;
  height: 2px;
  background: var(--text);
  margin: 4px 0;
  border-radius: 2px;
}

/* HERO */
.hero{
  padding: 56px 0 34px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: start;
}
.kicker{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(243,201,105,.16);
  border: 1px solid rgba(243,201,105,.25);
  color: var(--accent2);
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: 14px;
}
.hero-meta{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 18px;
}
.pill{
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
  padding: 8px 10px;
  border-radius: 999px;
  font-size: .92rem;
  color: var(--muted);
}
.pill strong{ color: var(--text); }

.cta-row{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 10px;
}

.hero-media .media-card{
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  box-shadow: var(--shadow);
}
.hero-photo{
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: calc(var(--radius) - 6px);
  border: 1px solid var(--line);
}
.media-caption{
  margin-top: 10px;
  font-size: .92rem;
  color: var(--muted);
}
.sparkle{ color: var(--accent); }

/* Moments strip */
.moments{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.moments img{
  height: 140px;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
}

/* Layout helpers */
.two-col{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: start;
}
.narrow{ width: min(820px, 100%); }

/* Cards */
.aside-card, .bridge-card, .embed-card{
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
}
.aside-photo{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  margin-bottom: 12px;
}

.aside-card .aside-photo{
  object-fit: contain;
  background: rgba(0,0,0,.25);
}

.quotes{
  margin: 10px 0 0;
  padding: 0 0 0 18px;
  color: var(--muted);
}
.quotes li{ margin-bottom: 10px; }

.aside-cta{
  margin-top: 14px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.callout{
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(243,201,105,.25);
  background: rgba(243,201,105,.10);
}

/* Timeline */
.timeline{
  display:grid;
  gap: 12px;
  margin-top: 14px;
}
.t-item{
  display:grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--line);
}
.t-date{
  font-weight: 800;
  color: var(--accent2);
}
.t-body p{ color: var(--muted); margin: 6px 0 0; }

.timeline-photos{
  margin-top: 16px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.timeline-photos img{
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
}

/* Bridge */
#bridge{
  padding-top: 24px;
  padding-bottom: 24px;
}

.bridge-head{
  margin-bottom: 6px;
}

.bridge-row{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 4px 0;
}.paw{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 22px;
  cursor: default;

  /* 🔥 key fix: the emoji needs a lighter color on dark */
  color: var(--accent2);
}
.paw.filled{
  background: rgba(243,201,105,.18);
  border-color: rgba(243,201,105,.35);
}
.bridge-note{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-top: 10px;
  color: var(--muted);
}
.dot{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(243,201,105,.18);
}
bb
/* Donate section */
.donate{ padding-bottom: 84px; }
.donate-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
  align-items:start;
}
.donate-bullets{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin: 14px 0 6px;
}
.bullet{
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  border-radius: 16px;
  padding: 10px 12px;
  color: var(--muted);
  display:flex;
  gap: 8px;
  align-items:center;
  font-weight: 600;
}
.bullet span{
  font-size: 1.2rem;
  filter: brightness(1.4) saturate(1.3);
}

.donate-photo img{
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.25);
  padding: 10px;
}

.embed-placeholder{
  border: 1px dashed rgba(255,255,255,.25);
  border-radius: 16px;
  padding: 16px;
  background: rgba(0,0,0,.25);
  color: var(--muted);
  margin-top: 10px;
}

/* Footer */
.footer{
  border-top: 1px solid var(--line);
  padding: 26px 0;
  background: rgba(0,0,0,.25);
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 16px;
  align-items:center;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap: 12px;
}
.footer-mark{
  width: 42px; height: 42px;
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 6px;
  background: rgba(255,255,255,.04);
}
.footer-links{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-links a{ color: var(--muted); font-weight: 700; }
.footer-links a:hover{ color: var(--accent2); text-decoration: none; }
.footer-cta{ text-align:right; }
.footer-bottom{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

/* Responsive */
@media (max-width: 980px){
  .hero-grid, .two-col, .donate-grid{
    grid-template-columns: 1fr;
  }
  .footer-grid{
    grid-template-columns: 1fr;
    text-align:left;
  }
  .footer-cta{ text-align:left; }
}

@media (max-width: 920px){
  .moments{ grid-template-columns: repeat(2, 1fr); }
  .moments img{ height: 160px; }
  .timeline-photos{ grid-template-columns: 1fr; }
  .timeline-photos img{ height: 220px; }
  .donate-bullets{ grid-template-columns: 1fr; }
}
.emoji{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 1.35em;
  height: 1.35em;
  border-radius: 999px;
  background: rgba(243,201,105,.14);
  border: 1px solid rgba(243,201,105,.22);
  font-size: 1.05rem;
  line-height: 1;
  transform: translateY(1px);
}

/* Mobile nav */
@media (max-width: 780px){
  .nav-links{ display:none; }
  .nav-toggle{ display:block; }

  .nav.open .nav-links{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position:absolute;
    right: 20px;
    top: 64px;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(11,11,15,.92);
    box-shadow: var(--shadow);
    width: min(260px, calc(100% - 40px));
  }
}