:root {
  --black: #080808;
  --black-soft: #11100e;
  --paper: #f8f5ef;
  --white: #fffdf8;
  --gold: #d8ae48;
  --gold-light: #f4dc93;
  --gold-dark: #8c6722;
  --muted: #c9c1b1;
  --border: rgba(216,174,72,.28);
  --shadow: 0 25px 70px rgba(0,0,0,.34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: Montserrat, sans-serif; line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { position: fixed; inset: 0 0 auto; height: 78px; padding: 0 clamp(20px,5vw,72px); display: flex; align-items: center; justify-content: space-between; z-index: 50; transition: .35s ease; }
.site-header.scrolled { background: rgba(8,8,8,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.brand { display: flex; align-items: center; gap: 11px; font-family: "Cormorant Garamond", serif; font-size: 1.35rem; font-weight: 700; letter-spacing: .02em; }
.brand img { width: 43px; height: 43px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .86rem; font-weight: 600; }
.site-nav > a { transition: .25s ease; }
.site-nav > a:hover { color: var(--gold-light); }
.nav-donate { padding: 11px 17px; border: 1px solid var(--gold); border-radius: 999px; color: var(--gold-light); }
.menu-toggle { display: none; border: 0; background: none; color: var(--white); font-size: 1.6rem; }

.hero { min-height: 100vh; display: grid; place-items: center; position: relative; isolation: isolate; padding: 120px 20px 90px; overflow: hidden; background: radial-gradient(circle at 50% 35%, #2c2110 0%, #11100d 32%, #080808 66%); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(0,0,0,.12),rgba(0,0,0,.65)), url('assets/brand-art.png') center/780px no-repeat; opacity: .12; z-index: -2; filter: saturate(.7); }
.hero-glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: rgba(216,174,72,.14); filter: blur(90px); z-index: -1; animation: breathe 6s ease-in-out infinite; }
.hero-content { text-align: center; max-width: 1000px; }
.hero-feather { width: 150px; margin: 0 auto 18px; filter: drop-shadow(0 0 25px rgba(216,174,72,.35)); animation: float 5s ease-in-out infinite; }
.eyebrow { color: var(--gold-light); text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 700; margin: 0 0 14px; }
h1, h2, h3 { font-family: "Cormorant Garamond", serif; line-height: 1.05; margin-top: 0; }
h1 { font-size: clamp(3rem,8vw,6.9rem); margin-bottom: 14px; letter-spacing: -.02em; }
h1 span { color: var(--gold-light); font-size: .66em; letter-spacing: .08em; text-transform: uppercase; }
.mantra-line { font-family: "Cormorant Garamond", serif; font-size: clamp(1.25rem,2.7vw,2rem); color: var(--gold-light); margin: 10px 0; }
.mantra-line b { padding: 0 .45rem; color: var(--white); }
.hero-copy { font-size: clamp(1rem,2vw,1.28rem); color: #e3ded4; max-width: 650px; margin: 14px auto 28px; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-size: .83rem; font-weight: 700; letter-spacing: .04em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button.primary { color: #17120a; background: linear-gradient(135deg,var(--gold-light),var(--gold),#c49432); box-shadow: 0 10px 30px rgba(216,174,72,.2); }
.button.primary:hover { box-shadow: 0 14px 40px rgba(216,174,72,.4); }
.button.secondary { border: 1px solid var(--gold); color: var(--gold-light); background: rgba(0,0,0,.25); }
.button.ghost { border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.04); }
.scroll-cue { position: absolute; bottom: 22px; display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.scroll-cue span { width: 1px; height: 28px; background: linear-gradient(var(--gold),transparent); animation: cue 1.7s infinite; }

.section { padding: clamp(80px,10vw,135px) clamp(20px,6vw,90px); }
.section-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px,8vw,105px); align-items: center; }
.section-copy h2, .section-heading h2 { font-size: clamp(2.7rem,5.5vw,4.9rem); margin-bottom: 24px; }
.section-copy p { color: #d6d0c5; }
.section-copy strong { color: var(--white); }
blockquote { margin: 30px 0 0; padding: 22px 0 22px 26px; border-left: 3px solid var(--gold); font-family: "Cormorant Garamond", serif; font-size: 1.55rem; color: var(--gold-light); line-height: 1.35; }
.story { background: linear-gradient(180deg,#0a0a09,#11100e); }
.story-art { position: relative; }
.gold-frame { border: 1px solid var(--border); padding: 12px; box-shadow: var(--shadow); transform: rotate(-1.5deg); background: #15130f; }
.gold-frame img { width: 100%; max-height: 650px; object-fit: cover; object-position: center top; filter: sepia(.08) contrast(1.04); }
.floating-mark { position: absolute; width: 150px; right: -45px; bottom: -45px; filter: drop-shadow(0 12px 35px rgba(0,0,0,.65)); }

.mission { background: var(--paper); color: #17130d; }
.section-heading { max-width: 820px; margin: 0 auto 55px; text-align: center; }
.section-heading > p:last-child { color: #60584b; }
.mission .eyebrow, .shop .eyebrow { color: var(--gold-dark); }
.card-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.mission-card { min-height: 260px; padding: 34px 28px; border: 1px solid rgba(140,103,34,.2); background: rgba(255,255,255,.56); transition: .3s ease; box-shadow: 0 14px 35px rgba(56,42,14,.06); }
.mission-card:hover { transform: translateY(-8px); border-color: var(--gold); box-shadow: 0 20px 45px rgba(56,42,14,.12); }
.mission-card span { font-size: 2rem; color: var(--gold-dark); }
.mission-card h3 { font-size: 1.75rem; margin: 22px 0 12px; }
.mission-card p { color: #655e52; font-size: .9rem; }

.event { background: #0b0b0a; }
.event-grid { grid-template-columns: 1fr .9fr; }
.flyer-wrap { padding: 10px; border: 1px solid var(--border); background: #15130f; box-shadow: var(--shadow); }
.flyer-wrap img { width: 100%; max-height: 780px; object-fit: contain; }
.event-date { color: var(--gold-light)!important; font-family: "Cormorant Garamond", serif; font-size: 2.25rem; margin: -8px 0 20px; }

.shop { background: var(--paper); color: #17130d; }
.merch-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: 1.5fr 1fr; gap: 22px; }
.merch-card { margin: 0; position: relative; overflow: hidden; min-height: 420px; background: #dfd6c7; }
.merch-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.merch-card:hover img { transform: scale(1.03); }
.merch-card figcaption { position: absolute; inset: auto 20px 20px; padding: 12px 16px; background: rgba(7,7,7,.78); color: var(--gold-light); font-family: "Cormorant Garamond", serif; font-size: 1.35rem; backdrop-filter: blur(8px); }
.center { margin-top: 35px; text-align: center; }

.support { background: linear-gradient(145deg,#0c0c0b,#1a160e); }
.support-panel { max-width: 1120px; margin: auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: center; padding: 45px; border: 1px solid var(--border); background: rgba(255,255,255,.025); box-shadow: var(--shadow); }
.support-panel > img { max-height: 410px; margin: auto; object-fit: contain; }
.support-panel h2 { font-size: clamp(2.6rem,5vw,4.5rem); margin-bottom: 22px; }
.support-panel p { color: #d6d0c5; }
.support-panel .hero-actions { justify-content: flex-start; }

.legacy { min-height: 92vh; position: relative; display: grid; place-items: center; text-align: center; overflow: hidden; background: radial-gradient(circle at center,#271d0d 0%,#0e0d0a 42%,#080808 76%); }
.legacy::before { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent,rgba(0,0,0,.3)); }
.legacy-feather { position: absolute; width: min(560px,76vw); opacity: .08; filter: blur(.4px); animation: float 7s ease-in-out infinite; }
.legacy-content { position: relative; max-width: 1050px; }
.legacy h2 { font-size: clamp(3.2rem,6.8vw,6rem); margin-bottom: 45px; }
.mantra-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin: 0 auto 45px; }
.mantra-grid div { padding: 28px; border-top: 1px solid var(--gold); }
.mantra-grid h3 { color: var(--gold-light); font-size: 2.15rem; margin-bottom: 12px; }
.mantra-grid p { color: #d7d0c4; font-size: .9rem; }
.legacy-quote { max-width: 740px; margin: 0 auto 34px; font-family: "Cormorant Garamond", serif; font-size: clamp(1.55rem,3vw,2.25rem); color: var(--white); }

footer { padding: 38px clamp(20px,6vw,90px); border-top: 1px solid var(--border); background: #060606; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 25px; align-items: center; color: #a9a294; font-size: .76rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 50px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: var(--white); font-family: "Cormorant Garamond", serif; font-size: 1.2rem; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a:hover { color: var(--gold-light); }

#feather-field { position: fixed; inset: 0; pointer-events: none; z-index: 40; overflow: hidden; }
.falling-feather { position: absolute; top: -90px; width: var(--size); opacity: 0; filter: drop-shadow(0 5px 8px rgba(0,0,0,.3)); animation: fall var(--duration) linear var(--delay) forwards; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes fall { 0% { opacity: 0; transform: translate3d(0,-10vh,0) rotate(0deg); } 12% { opacity: .72; } 85% { opacity: .55; } 100% { opacity: 0; transform: translate3d(var(--drift),110vh,0) rotate(var(--spin)); } }
@keyframes float { 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes breathe { 50% { transform: scale(1.14); opacity: .7; } }
@keyframes cue { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 78px; left: 18px; right: 18px; padding: 22px; background: rgba(8,8,8,.97); border: 1px solid var(--border); flex-direction: column; align-items: stretch; gap: 4px; transform: translateY(-15px); opacity: 0; pointer-events: none; transition: .25s ease; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a { padding: 12px; }
  .section-grid, .event-grid, .support-panel { grid-template-columns: 1fr; }
  .story-art { max-width: 650px; margin: auto; }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .merch-grid { grid-template-columns: 1fr; }
  .merch-card { min-height: 350px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
}
@media (max-width: 620px) {
  .site-header { height: 68px; }
  .brand span { font-size: 1.12rem; }
  .brand img { width: 38px; height: 38px; }
  .site-nav { top: 68px; }
  .hero { padding-top: 105px; }
  .hero-feather { width: 115px; }
  h1 { font-size: 3.1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .card-grid, .mantra-grid { grid-template-columns: 1fr; }
  .section { padding-left: 20px; padding-right: 20px; }
  .floating-mark { width: 105px; right: -10px; bottom: -35px; }
  .support-panel { padding: 26px 20px; }
  .support-panel .hero-actions { align-items: stretch; }
  .merch-card { min-height: 270px; }
  .legacy { min-height: auto; }
  .legacy h2 { margin-bottom: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; scroll-behavior: auto!important; transition-duration: .01ms!important; }
  #feather-field { display: none; }
}
