:root {
  --bg: #f3e2cc;
  --surface: #f8ead6;
  --surface-strong: #f0d3aa;
  --card: rgba(255, 248, 238, 0.8);
  --card-strong: rgba(253, 245, 233, 0.92);
  --text: #3b281f;
  --muted: #6e5448;
  --accent: #cb6d4e;
  --accent-2: #0f8a7f;
  --accent-3: #edb64c;
  --accent-4: #8f5d35;
  --line: rgba(82, 49, 35, 0.12);
  --shadow: 0 14px 40px rgba(79, 45, 28, 0.08);
  --shadow-soft: 0 10px 24px rgba(79, 45, 28, 0.06);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Anek Latin", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 209, 129, 0.28), transparent 32%),
    radial-gradient(circle at 90% 20%, rgba(15, 138, 127, 0.12), transparent 26%),
    linear-gradient(180deg, #efd9b9 0%, #f3e2cc 42%, #f5e9d6 100%);
  line-height: 1.55;
}

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

.site-shell {
  width: min(calc(100% - 1.5rem), var(--max));
  margin: 0 auto;
  padding: 1rem 0 7rem;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  padding-top: 0.35rem;
}

.topbar-inner,
.footer {
  background: linear-gradient(180deg, rgba(252, 243, 230, 0.9), rgba(247, 235, 220, 0.84));
  border: 1px solid rgba(82, 49, 35, 0.09);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.92rem 1.15rem;
  border-radius: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-copy strong {
  display: block;
  font-size: 1.12rem;
  letter-spacing: 0.03em;
}

.brand-copy small {
  display: block;
  color: var(--muted);
  font-size: 0.83rem;
}

.brand-mark {
  position: relative;
  width: 3.15rem;
  height: 3.15rem;
  flex: 0 0 auto;
  border-radius: 20px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 236, 175, 0.95) 0 0.4rem, transparent 0.42rem),
    linear-gradient(140deg, #d37d4b, #cc6a52 46%, #be5c4f 100%);
  box-shadow: 0 12px 22px rgba(180, 92, 61, 0.24);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.brand-mark::before {
  width: 2.45rem;
  height: 1.55rem;
  bottom: 0.4rem;
  background: rgba(255, 245, 230, 0.95);
  clip-path: path("M10,28 C12,17 20,10 31,10 C42,10 50,17 52,28 C48,23 43,21 37,21 C33,21 29,22 26,24 C23,22 19,21 15,21 C9,21 4,23 0,28 Z");
}

.brand-mark::after {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 244, 229, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 244, 229, 0.18) 1px, transparent 1px);
  background-size: 7px 7px;
  mix-blend-mode: soft-light;
  opacity: 0.65;
}

.brand-mark-core {
  position: relative;
  width: 1.75rem;
  height: 1.15rem;
  border-bottom: 2.5px solid rgba(255, 245, 230, 0.98);
  border-radius: 0 0 999px 999px;
  transform: translateY(0.45rem);
}

.brand-mark-core::before,
.brand-mark-core::after {
  content: "";
  position: absolute;
  top: -0.18rem;
  width: 0.62rem;
  height: 1.05rem;
  border: 2.5px solid rgba(255, 245, 230, 0.98);
  border-top: 0;
  border-radius: 0 0 999px 999px;
}

.brand-mark-core::before { left: 0.06rem; transform: rotate(18deg); }
.brand-mark-core::after { right: 0.06rem; transform: rotate(-18deg); }

.topnav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-size: 0.98rem;
  color: var(--muted);
}

.topnav a,
.header-cta,
.btn,
.contact-link,
.mobile-helpbar a {
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.topnav a:hover,
.topnav a:focus-visible,
.header-cta:hover,
.header-cta:focus-visible,
.btn:hover,
.btn:focus-visible,
.contact-link:hover,
.contact-link:focus-visible,
.mobile-helpbar a:hover,
.mobile-helpbar a:focus-visible {
  transform: translateY(-1px);
}

.header-cta {
  background: linear-gradient(135deg, rgba(15, 138, 127, 0.12), rgba(255, 248, 238, 0.94));
  border: 1px solid rgba(82, 49, 35, 0.12);
  padding: 0.82rem 1.12rem;
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
  font-weight: 800;
}

.section {
  padding: 1.55rem 0 1.15rem;
}

.compact-section { margin-top: 0.1rem; }


.section-divider {
  position: relative;
  border-top: 1px solid rgba(82, 49, 35, 0.1);
}

.section-divider::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 6rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(203, 109, 78, 0.82), rgba(15, 138, 127, 0.5), transparent);
}


.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 2rem;
  align-items: center;
  min-height: calc(100svh - 110px);
  padding-top: 1.4rem;
}

.eyebrow,
.section-tag,
.meaning-label,
.hotline-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  font-size: 0.8rem;
  color: var(--accent-2);
}

.hero h1,
.section h2,
.contact-panel h2 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0.45rem 0 1rem;
}

.hero h1 { font-size: clamp(3rem, 7vw, 5.45rem); }
.section h2,
.contact-panel h2 { font-size: clamp(2rem, 4vw, 3.25rem); }

.lede,
.copy-stack p,
.community-copy p,
.urgent-copy p,
.contact-panel p,
.meaning-card p,
.pillar-card p,
.support-steps p,
.programs-card li span,
.detail-card p,
.faq-list p,
.hotline-card p,
.footer-copy,
.footer-copy-small,
.stats-band span {
  color: var(--muted);
  font-size: 1.02rem;
}

.meaning-card,
.pillar-card,
.programs-card,
.detail-card,
.hotline-card,
.contact-panel,
.community-cards article,
.stats-band,
.urgent-section,
.faq-list details,
.art-card {
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.meaning-card {
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius-lg);
  margin: 1.1rem 0 1rem;
}

.meaning-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  margin: 0.25rem 0 0.42rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
}

.meaning-card h2 span {
  display: inline-flex;
  align-items: center;
}

.meaning-card-hero {
  background: linear-gradient(180deg, rgba(255, 249, 240, 0.94), rgba(246, 233, 218, 0.9));
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  font-weight: 800;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #df8f5a);
  color: #fff8ef;
  box-shadow: 0 14px 28px rgba(203, 109, 78, 0.24);
}

.btn-secondary {
  background: rgba(255, 248, 238, 0.9);
  border: 1px solid rgba(82, 49, 35, 0.12);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.trust-row li {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.86);
  border: 1px solid var(--line);
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--muted);
}

.hero-art {
  position: relative;
  min-height: 36rem;
  display: grid;
  place-items: center;
}

.sun {
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(20rem, 48vw);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255, 210, 121, 0.65) 0%, rgba(255, 210, 121, 0.22) 45%, transparent 70%);
  transform: translate(-50%, -4%);
  filter: blur(2px);
}

.weave-panel {
  position: relative;
  width: min(100%, 32rem);
  min-height: 31rem;
  border-radius: 38px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 244, 227, 0.9), rgba(240, 211, 170, 0.66));
  border: 1px solid rgba(82, 49, 35, 0.1);
  box-shadow: var(--shadow);
}

.weave-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(203, 109, 78, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 138, 127, 0.08) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.95), rgba(0,0,0,0.58));
}

.island-shape {
  position: absolute;
  inset: auto 1.5rem 1.25rem auto;
  width: 78%;
  opacity: 0.92;
  fill: rgba(15, 138, 127, 0.16);
}

.weave-emblem {
  position: absolute;
  right: 5.6rem;
  bottom: 6.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.9rem 0.55rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.42);
  border: 1px solid rgba(82, 49, 35, 0.08);
  box-shadow: 0 8px 20px rgba(79, 45, 28, 0.08);
  backdrop-filter: blur(8px);
}

.weave-emblem-mark {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, rgba(211,125,75,0.88), rgba(190,92,79,0.88));
}

.weave-emblem-mark::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1.2rem;
  bottom: 0.38rem;
  border-radius: 0 0 999px 999px;
  background: rgba(255,245,230,0.95);
  clip-path: path("M10,28 C12,17 20,10 31,10 C42,10 50,17 52,28 C48,23 43,21 37,21 C33,21 29,22 26,24 C23,22 19,21 15,21 C9,21 4,23 0,28 Z");
  transform: scale(.75);
}

.weave-emblem-copy {
  font-weight: 800;
  letter-spacing: 0.1em;
  color: rgba(59,40,31,0.55);
  font-size: 0.95rem;
}

.banig-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px dashed rgba(143, 93, 53, 0.18);
}

.banig-orbit-a {
  width: 16rem;
  height: 16rem;
  right: 2rem;
  top: 6rem;
}

.banig-orbit-b {
  width: 11rem;
  height: 11rem;
  left: 2.4rem;
  bottom: 2.5rem;
}

.art-card {
  position: absolute;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  max-width: 14rem;
}

.art-card span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.art-card strong {
  display: block;
  margin-top: 0.25rem;
  line-height: 1.2;
}

.art-card-top { top: 1.4rem; left: 1.3rem; }
.art-card-middle { right: 1.4rem; top: 9.6rem; }
.art-card-bottom { left: 2.3rem; bottom: 2rem; }

.split,
.support-layout,
.community-section,
.contact-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: start;
}

.copy-stack {
  display: grid;
  gap: 0.9rem;
}

.section-head {
  max-width: 46rem;
  margin-bottom: 1rem;
}

.pillars-grid,
.details-grid,
.hotline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.community-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.community-cards article {
  min-height: 100%;
}

.pillar-card,
.detail-card,
.community-cards article,
.hotline-card {
  padding: 1.25rem;
  border-radius: var(--radius-lg);
}

.pillar-number {
  display: inline-flex;
  margin-bottom: 1rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: rgba(203, 109, 78, 0.12);
  color: var(--accent);
  font-weight: 800;
}

.pillar-card h3,
.support-steps h3,
.programs-card h3,
.detail-card h3,
.community-cards h3,
.hotline-card h3,
.faq-list summary {
  margin: 0 0 0.65rem;
  font-size: 1.16rem;
  line-height: 1.22;
}

.support-steps {
  display: grid;
  gap: 1rem;
}

.support-steps article,
.programs-card li {
  padding: 1.25rem;
  border-radius: var(--radius-md);
  background: rgba(255, 248, 238, 0.55);
  border: 1px solid var(--line);
}

.step-badge {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.programs-card {
  padding: 1.3rem;
  border-radius: var(--radius-xl);
}

.programs-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.85rem;
}

.programs-card li strong,
.stats-band strong,
.hotline-number {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.stats-band {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stats-band div {
  padding: 0.2rem 1rem 0.2rem 0;
  border-right: 1px solid var(--line);
}

.stats-band div:last-child { border-right: 0; }

.urgent-section {
  padding: 1.4rem;
  border-radius: 36px;
}

.hotline-grid {
  margin-top: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hotline-card-primary {
  background: linear-gradient(180deg, rgba(203, 109, 78, 0.18), rgba(255, 248, 238, 0.78));
}

.hotline-number {
  font-family: "Newsreader", Georgia, serif;
  font-size: 2.25rem;
  line-height: 1;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-list details {
  border-radius: 20px;
  padding: 0.25rem 1rem;
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 0;
}

.faq-list summary::-webkit-details-marker { display: none; }

.contact-section { padding-bottom: 0.3rem; }

.contact-panel {
  padding: 1.35rem;
  border-radius: 30px;
}

.contact-actions {
  display: grid;
  gap: 0.85rem;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.5rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 248, 238, 0.68);
  border: 1px solid var(--line);
  font-weight: 700;
}

.footer {
  margin-top: 1rem;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.4rem 1.55rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.footer-mark {
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
}

.footer strong {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 1.06rem;
}

.footer-line,
.footer p { margin: 0; color: var(--muted); }
.footer-copy-wrap { display: grid; gap: 0.35rem; }
.footer-copy-small { font-size: 0.94rem; }

.mobile-helpbar {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 30;
  width: min(calc(100% - 1rem), 30rem);
  display: none;
  gap: 0.75rem;
  padding: 0.6rem;
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.82);
  border: 1px solid rgba(82, 49, 35, 0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.mobile-helpbar a {
  flex: 1;
  text-align: center;
  padding: 0.8rem 0.9rem;
  border-radius: 999px;
  font-weight: 800;
}

.mobile-helpbar a:first-child {
  background: linear-gradient(135deg, var(--accent), #df8f5a);
  color: #fff8ef;
}

.mobile-helpbar a:last-child {
  background: rgba(15, 138, 127, 0.12);
  color: #184b45;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero,
  .split,
  .support-layout,
  .community-section,
  .contact-panel,
  .pillars-grid,
  .details-grid,
  .hotline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
  }
}

@media (max-width: 860px) {
  .community-cards {
    grid-template-columns: 1fr;
  }

  .footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(calc(100% - 1rem), var(--max));
    padding: 0.75rem 0 8rem;
  }

  .topbar-inner {
    gap: 0.6rem;
    padding: 0.9rem 0.95rem;
  }

  .topnav,
  .header-cta {
    display: none;
  }

  .section {
    padding: 1rem 0 0.8rem;
  }

  .hero,
  .split,
  .support-layout,
  .community-section,
  .contact-panel,
  .pillars-grid,
  .details-grid,
  .hotline-grid,
  .community-cards,
  .stats-band,
  .footer {
    grid-template-columns: 1fr;
    display: grid;
    gap: 1rem;
  }

  .hero-copy { order: 1; }
  .hero-art { order: 0; min-height: 24rem; }

  .weave-panel {
    width: 100%;
    min-height: 24rem;
  }

  .art-card {
    max-width: 11.6rem;
    padding: 0.78rem 0.86rem;
  }

  .art-card-top { top: 0.9rem; left: 0.9rem; }
  .art-card-middle { right: 0.9rem; top: 7.1rem; }
  .art-card-bottom { left: 0.9rem; bottom: 0.9rem; }
  .weave-emblem { right: 1rem; bottom: 5.6rem; transform: scale(0.9); transform-origin: bottom right; }

  .meaning-card,
  .pillar-card,
  .programs-card,
  .detail-card,
  .hotline-card,
  .contact-panel,
  .community-cards article,
  .urgent-section,
  .faq-list details,
  .footer,
  .topbar-inner {
    border-radius: 22px;
  }

  .mobile-helpbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero h1 { font-size: clamp(2.5rem, 13vw, 3.9rem); }
  .section h2,
  .contact-panel h2 { font-size: clamp(1.85rem, 9vw, 2.65rem); }

  .lede,
  .copy-stack p,
  .community-copy p,
  .urgent-copy p,
  .contact-panel p,
  .meaning-card p,
  .pillar-card p,
  .support-steps p,
  .programs-card li span,
  .detail-card p,
  .faq-list p,
  .hotline-card p,
  .footer-copy,
  .footer-copy-small,
  .stats-band span {
    font-size: 0.98rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,
  .topnav a,
  .header-cta,
  .btn,
  .contact-link,
  .mobile-helpbar a { transition: none; }
  .reveal { opacity: 1; transform: none; }
}
