@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--navy:#061858;--navy-deep:#021246;--orange:#ff7b00;--orange-soft:#ff9b3d;--text:#1e2432;--muted:#6b7280;--cream:#fff8ec;--line:#ececec;--white:#fff;--shadow:0 18px 45px #0e15311f;font-family:Poppins,Inter,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--white);margin:0}::selection{background:var(--orange);color:var(--white)}@keyframes heroImageIn{0%{filter:saturate(.82)brightness(.72);transform:scale(1.08)}to{filter:saturate()brightness();transform:scale(1)}}@keyframes heroTextIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes softPulse{0%,to{box-shadow:0 10px 18px #ff7b0040}50%{box-shadow:0 16px 30px #ff7b006b}}.reveal-on-scroll{opacity:0;transition:opacity .75s,transform .75s,box-shadow .25s,border-color .25s;transition-delay:var(--reveal-delay,0s);transform:translateY(36px)}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.site-shell{background:var(--white);width:100%;min-height:100vh;position:relative;overflow:hidden}.site-header{z-index:20;background:var(--navy);color:var(--white);position:sticky;top:0;box-shadow:0 6px 18px #00000029}.header-inner{justify-content:space-between;align-items:center;gap:44px;max-width:1360px;height:104px;margin:0 auto;padding:0 38px;display:flex}.brand img{width:285px;height:auto}.primary-nav{justify-content:flex-end;align-items:center;gap:0;height:100%;display:flex}.nav-item{align-items:center;display:flex;position:relative}.nav-item:not(:last-child):after{content:"";background:#ffffffb3;width:2px;height:18px;margin:0 17px}.nav-item>a{border-radius:0;align-items:center;gap:4px;min-height:104px;padding:0;font-size:16px;font-weight:700;transition:color .2s,transform .2s;display:flex;position:relative}.nav-item>a.active,.nav-item>a:hover{color:var(--orange);background:0 0;transform:translateY(-1px)}.nav-item>a:before{content:"";background:var(--orange);transform-origin:50%;height:3px;transition:transform .22s;position:absolute;bottom:23px;left:0;right:0;transform:scaleX(0)}.nav-item>a.active:before,.nav-item>a:hover:before{transform:scaleX(1)}.dropdown{background:var(--white);min-width:235px;color:var(--text);opacity:0;visibility:hidden;border:1px solid #06185814;border-radius:8px;transition:all .2s;position:absolute;top:calc(100% - 16px);left:0;overflow:hidden;transform:translateY(8px);box-shadow:0 18px 45px #02124629}.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{border-bottom:1px solid var(--line);padding:15px 20px;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:600;display:block}.dropdown a:hover,.dropdown a.active{color:var(--orange);background:#fff4ea}.menu-toggle{background:var(--orange);width:42px;height:42px;color:var(--white);border:0;justify-content:center;align-items:center;display:none}.hero{background:var(--navy-deep);align-items:center;min-height:610px;display:flex;position:relative}.hero-slider{position:absolute;inset:0;overflow:hidden}.hero-image{object-fit:cover;object-position:center;opacity:0;width:100%;height:100%;transition:opacity .9s,transform 5.2s;position:absolute;inset:0;transform:scale(1.04)}.hero-image.is-active{opacity:1;animation:1.2s both heroImageIn;transform:scale(1)}.hero-overlay{background:linear-gradient(90deg,#021246cc 0%,#02124685 42%,#0212462e 78%,#02124657 100%),linear-gradient(#0000000f,#00000047);position:absolute;inset:0}.hero-arrow{z-index:4;width:52px;height:52px;color:var(--white);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:0;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,transform .2s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{background:var(--orange);transform:translateY(-50%)scale(1.06)}.hero-arrow.prev{left:32px}.hero-arrow.next{right:32px}.hero-copy{width:100%;max-width:1220px;color:var(--white);margin:0 auto;padding:82px 84px 76px;animation:.85s .18s both heroTextIn;position:relative}.hero-kicker{color:var(--orange);letter-spacing:.08em;text-transform:uppercase;margin:0 0 18px;font-size:13px;font-weight:800}.hero h1{text-wrap:balance;text-shadow:0 10px 32px #00000052;max-width:680px;margin:0;font-size:clamp(38px,4.2vw,62px);font-weight:800;line-height:1.12}.hero-dots{z-index:5;gap:10px;display:flex;position:absolute;bottom:42px;left:50%;transform:translate(-50%)}.hero-dots button{cursor:pointer;background:#ffffff73;border:0;border-radius:999px;width:34px;height:5px;padding:0;transition:background-color .2s,width .2s}.hero-dots button.is-active{background:var(--orange);width:54px}.hero-text{color:#ffffffe0;max-width:560px;margin:24px 0 0;font-family:Inter,Arial,sans-serif;font-size:clamp(16px,1.4vw,19px);line-height:1.75}.festival-section{background:url(/assets/bg-about.png) bottom/cover no-repeat;padding:0 0 70px;position:relative}.festival-strip{color:#8a909d;text-transform:uppercase;background:#fffffffa;border:1px solid #06185814;border-radius:8px;grid-template-columns:1.1fr auto 1.15fr 1.1fr auto;align-items:center;gap:24px;max-width:1180px;min-height:96px;margin:-34px auto 0;padding:22px 30px;font-size:12px;font-weight:700;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 60px #02124621}.festival-strip:before{content:"";background:var(--orange);width:5px;position:absolute;inset:0 auto 0 0}.festival-label{color:var(--orange);letter-spacing:.06em}.festival-date{min-height:48px;color:var(--orange);white-space:nowrap;background:#fff4ea;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;display:inline-flex}.festival-host{color:#7a8090;line-height:1.4}.festival-strip h2{color:var(--navy);letter-spacing:0;white-space:nowrap;margin:0;font-size:21px;line-height:1.15}.pill-button{background:var(--orange);min-height:43px;color:var(--white);text-transform:uppercase;letter-spacing:0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:13px 28px;font-size:12px;font-weight:700;transition:transform .2s,background-color .2s,box-shadow .2s;animation:3.8s ease-in-out infinite softPulse;display:inline-flex;box-shadow:0 10px 18px #ff7b0040}.pill-button:hover{background:#e86700;transform:translateY(-2px);box-shadow:0 16px 30px #ff7b005c}.about-grid{grid-template-columns:1fr .85fr;align-items:center;gap:60px;max-width:1010px;min-height:570px;margin:54px auto 0;padding:0 28px;display:grid}.about-grid h2,.messages-section h2,.articles-section h2,.content-section h2,.gallery-section h2{margin:0 0 18px;font-size:clamp(26px,3.1vw,38px);font-weight:800;line-height:1.18}.about-grid h3{color:var(--orange);margin:22px 0 8px;font-size:18px}.about-grid p,.content-section p,.messages-section li,.article-card p,.footer p{color:var(--muted);font-size:15px;line-height:1.8}.about-grid img{object-fit:contain;max-height:605px;margin-left:auto}.quick-section{background:linear-gradient(180deg, transparent 0 88px, var(--white) 88px 100%);z-index:2;margin-top:-8px;padding:0 42px 210px;position:relative}.quick-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;max-width:1680px;margin:0 auto;display:grid}.quick-card{min-height:138px;color:var(--white);border-radius:22px;align-items:center;gap:26px;padding:30px 32px;transition:transform .28s,box-shadow .28s,filter .28s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 38px #0212461f}.quick-card:after{content:"";opacity:0;background:linear-gradient(120deg,#ffffff42,#0000 45%);transition:opacity .28s;position:absolute;inset:0}.quick-card:hover{filter:saturate(1.05);transform:translateY(-9px);box-shadow:0 26px 58px #02124633}.quick-card:hover:after{opacity:1}.quick-card img{object-fit:contain;filter:brightness(0)invert();opacity:.98;flex:none;width:60px;height:60px}.quick-card strong{margin-bottom:11px;font-size:clamp(20px,1.45vw,25px);font-weight:800;line-height:1.14;display:block}.quick-card small{opacity:.95;font-size:clamp(14px,.95vw,16px);font-weight:600;display:block}.navy-card{background:#061858}.blue-card{background:#08638f}.sky{background:#35abd9}.yellow{background:#36acd8}.gold-card{background:#f0d735}.orange-card{background:#ffa400}.deep-orange-card{background:#ec7217}.pink-card{background:#cc1256}.magenta-card{background:#8f1156}.practices-section{color:var(--white);background:radial-gradient(circle at 15% 20%,#ffffff21,#0000 24%),linear-gradient(#ff7b00 0%,#ff7900 100%);padding:112px 42px 96px;position:relative;overflow:hidden}.practice-shape{background:var(--white);clip-path:polygon(0 0,45% 0,51% 48%,57% 0,100% 0,100% 64%,70% 80%,50% 96%,30% 80%,0 64%);width:100%;height:92px;position:absolute;top:-1px;left:0}.practice-inner{grid-template-columns:.9fr 1.1fr;align-items:center;gap:86px;max-width:1280px;margin:0 auto;display:grid;position:relative}.practice-inner>img{aspect-ratio:.92;object-fit:cover;object-position:top center;background:var(--white);border:18px solid var(--white);filter:none;align-self:center;width:min(100%,532px);max-height:650px;box-shadow:0 28px 70px #02124638}.practices-section h2{margin:0;font-size:clamp(34px,3.2vw,44px);font-weight:800;line-height:1.1}.subtitle{color:#fffffff0;text-transform:capitalize;margin:14px 0 34px;font-size:clamp(16px,1.25vw,19px);font-weight:500;line-height:1.45}.practice-list{gap:24px;display:grid}.practice-list article{grid-template-columns:28px 1fr;align-items:start;gap:20px;display:grid}.practice-list article span{width:28px;height:28px;color:var(--white);justify-content:center;align-items:center;margin-top:2px;display:inline-flex}.practice-list h3,.practice-list p{margin:0}.practice-list h3{font-size:clamp(19px,1.55vw,23px);font-weight:800;line-height:1.2}.practice-list p{color:#fffffff0;margin-top:10px;font-size:clamp(15px,1.05vw,17px);font-weight:500;line-height:1.7}.gallery-section{text-align:center;background:var(--white);padding:58px 0 65px}.gallery-carousel{max-width:100%;margin-top:25px;padding:0 58px;position:relative}.gallery-window{max-width:1565px;margin:0 auto;overflow:hidden}.gallery-track{transform:translateX(calc(var(--active-slide,0) * -319px));will-change:transform;grid-auto-columns:289px;grid-auto-flow:column;justify-content:start;gap:30px;transition:transform .55s;display:grid}.gallery-track img{object-fit:cover;background:#e5e5e5;width:289px;height:390px;transition:transform .35s,filter .35s}.gallery-track img:hover{filter:saturate(1.08);transform:scale(1.035)}.gallery-arrow{z-index:3;background:var(--white);width:42px;height:42px;color:var(--orange);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 32px #0212462e}.gallery-arrow:hover{background:var(--orange);color:var(--white)}.gallery-arrow.prev{left:14px}.gallery-arrow.next{right:14px}.dots{justify-content:center;gap:7px;margin-top:18px;display:flex}.dots button{cursor:pointer;background:#b9d9ef;border:0;border-radius:50%;width:8px;height:8px;padding:0}.dots button.is-active{background:var(--orange);border-radius:999px;width:22px}.donation-band{text-align:center;min-height:486px;color:var(--white);background:linear-gradient(#021246d1,#021246db),url(/assets/bg-donate.png) 50%/cover no-repeat;justify-content:center;align-items:center;padding:80px 28px;display:flex}.donation-band p:first-child{color:var(--orange);margin:0 0 8px;font-size:13px;font-weight:700}.donation-band h2{margin:0;font-size:clamp(28px,4vw,40px)}.donation-band p{max-width:700px;margin:18px auto 30px;line-height:1.7}.messages-section{grid-template-columns:.8fr 1.1fr;align-items:center;gap:70px;max-width:1010px;margin:0 auto;padding:110px 28px 80px;display:grid}.messages-section img{object-fit:cover;width:447px;max-height:543px}.messages-section ul{margin:20px 0 0;padding-left:20px}.messages-section li{margin-bottom:13px}.articles-section{text-align:center;max-width:1010px;margin:0 auto;padding:40px 28px 110px}.article-grid{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin:34px 0;display:grid}.article-list-grid{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin-top:42px;display:grid}.article-card img{object-fit:cover;width:100%;height:246px}.article-card{border:1px solid var(--line);background:var(--white);border-radius:8px;padding:0 0 22px;overflow:hidden;box-shadow:0 12px 30px #0000000f}.articles-page-list{max-width:1220px;padding-top:90px}.articles-page-list .article-card{min-height:520px}.articles-page-list .article-card img{height:265px}.articles-page-list .article-card h3{font-size:22px;line-height:1.35}.articles-page-list .article-card p{color:#656b78;min-height:92px}.article-card,.ceremony-card,.event-list article,.contact-card,.donation-form{transition:transform .28s,box-shadow .28s,border-color .28s}.article-card:hover,.ceremony-card:hover,.event-list article:hover,.contact-card:hover,.donation-form:hover{border-color:#ff7b0040;transform:translateY(-6px);box-shadow:0 20px 46px #0212461f}.article-card h3{margin:18px 20px 8px;font-size:16px;line-height:1.35}.article-card p{margin:0 20px 12px}.article-card a{color:var(--orange);text-transform:uppercase;margin:0 20px;font-size:12px;font-weight:700;display:inline-flex}.article-detail-section{max-width:1120px;margin:0 auto;padding:90px 28px 110px}.article-detail-card{border:1px solid var(--line);background:var(--white);border-radius:8px;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);align-items:start;gap:46px;padding:34px;display:grid;box-shadow:0 20px 58px #0212461c}.article-detail-image{object-fit:cover;border-radius:8px;width:100%;height:430px}.article-meta{color:var(--orange);letter-spacing:.08em;text-transform:uppercase;margin:4px 0 12px;font-size:13px;font-weight:800}.article-detail-content h1{color:var(--dark);margin:0;font-size:clamp(30px,3.4vw,44px);line-height:1.14}.article-body{margin:24px 0 30px}.article-body p{color:#4f5563;margin:0 0 18px;font-size:16px;line-height:1.8}.article-share-block{border-top:1px solid var(--line);margin:28px 0 30px;padding-top:24px}.article-cta-link{color:#0075b8;text-underline-offset:5px;overflow-wrap:anywhere;font-family:Inter,Arial,sans-serif;font-size:18px;line-height:1.65;text-decoration:underline;display:inline}.article-cta-link:hover{color:var(--orange)}.article-share-row{border-top:1px solid var(--line);align-items:center;gap:7px;margin-top:28px;padding-top:22px;display:flex}.article-share-row strong{color:var(--text);margin-right:2px;font-size:15px}.article-share-row a{width:31px;height:31px;color:var(--white);text-transform:uppercase;background:#0075b8;border-radius:4px;justify-content:center;align-items:center;font-size:15px;font-weight:800;transition:transform .2s,background-color .2s;display:inline-flex}.article-share-row a:hover{background:var(--orange);transform:translateY(-2px)}.back-link{background:var(--orange);min-height:48px;color:var(--white);text-transform:uppercase;border-radius:999px;align-items:center;padding:0 24px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 16px 34px #ff7b0040}.page-hero{text-align:center;min-height:280px;color:var(--white);background:linear-gradient(#021246b8,#021246b8),url(/assets/hero.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;display:flex}.page-hero p{color:var(--orange);text-transform:uppercase;margin:0 0 8px;font-weight:700}.page-hero h1{margin:0;font-size:clamp(34px,4.8vw,48px);line-height:1.1}.content-section{max-width:1010px;margin:0 auto;padding:90px 28px}.two-column{grid-template-columns:1fr .9fr;align-items:start;gap:50px;display:grid}.donate-page-section{background:radial-gradient(circle at 88% 20%,#ff7b0029,#0000 26%),linear-gradient(135deg,#fff8f1 0%,#fff 44%,#eef7fb 100%);min-height:calc(100vh - 104px);padding:76px 28px 96px}.donate-page-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.72fr);align-items:center;gap:54px;max-width:1220px;margin:0 auto;display:grid}.donate-copy{max-width:680px}.donate-kicker{min-height:34px;color:var(--orange);letter-spacing:.08em;text-transform:uppercase;background:#ff7b001f;border-radius:999px;align-items:center;margin-bottom:22px;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.donate-copy h1{color:var(--text);max-width:650px;margin:0 0 24px;font-size:clamp(42px,5vw,70px);font-weight:800;line-height:1}.donate-copy p{color:#586172;max-width:610px;margin:0 0 34px;font-family:Inter,Arial,sans-serif;font-size:19px;font-style:normal;line-height:1.75}.donate-impact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:640px;display:grid}.donate-impact-grid span{min-height:78px;color:var(--navy);background:#ffffffb8;border:1px solid #06185814;border-radius:8px;align-items:center;padding:18px;font-weight:800;display:flex;box-shadow:0 14px 30px #0212460f}.donate-card-shell{position:relative}.donate-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #06185814;border-radius:8px;padding:98px 34px 34px;position:relative;box-shadow:0 28px 80px #02124624}.donate-logo-wrap{z-index:2;background:var(--white);border-radius:50%;justify-content:center;align-items:center;width:108px;height:108px;display:flex;position:absolute;top:-54px;left:34px;box-shadow:0 18px 42px #02124629}.donate-logo-wrap img{border-radius:50%;width:92px;height:92px}.donate-panel-heading{margin-bottom:24px}.donate-panel-heading h2{color:var(--navy);margin:0 0 8px;font-size:25px;line-height:1.2}.donate-panel-heading p{color:var(--muted);margin:0;font-family:Inter,Arial,sans-serif;line-height:1.6}.donate-amount-field{grid-template-columns:54px 1fr;min-height:64px;margin-bottom:20px;display:grid}.donate-amount-field span{color:var(--white);background:#087db0;justify-content:center;align-items:center;font-size:22px;font-weight:800;display:inline-flex}.donate-amount-field input{width:100%;min-width:0;color:var(--navy);border:1px solid #ddd;border-left:0;outline:none;padding:0 24px;font-size:24px;font-weight:800}.donate-amount-field input:focus{border-color:#087db0;box-shadow:inset 0 0 0 1px #087db0}.donate-presets{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:24px;display:grid}.donate-presets button{background:var(--white);min-height:58px;color:var(--text);cursor:pointer;border:1px solid #dedede;border-radius:8px;font-size:16px;font-weight:800;transition:background-color .2s,color .2s,border-color .2s,transform .2s}.donate-presets button:last-child{line-height:1.15}.donate-presets button:hover,.donate-presets button.is-selected{color:var(--white);background:#087db0;border-color:#087db0;transform:translateY(-2px)}.donate-now-button{width:100%;min-height:58px;color:var(--white);text-transform:uppercase;cursor:pointer;background:#087db0;border:0;border-radius:8px;font-size:18px;font-weight:800;transition:transform .2s,background-color .2s,box-shadow .2s}.donate-now-button:hover{background:var(--orange);transform:translateY(-2px);box-shadow:0 16px 34px #ff7b003d}.ceremony-grid,.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.ceremony-card{border:1px solid var(--line);background:var(--white);overflow:hidden;box-shadow:0 12px 30px #0000000f}.ceremony-card img,.gallery-grid img{object-fit:cover;width:100%;height:260px}.ceremony-card h2,.ceremony-card p{padding:0 24px}.ceremony-card h2{margin-top:22px;font-size:22px}.ceremony-card p{padding-bottom:26px}.event-list{gap:22px;display:grid}.event-list article,.contact-card,.donation-form{border:1px solid var(--line);background:var(--white);border-radius:8px;padding:28px;box-shadow:0 12px 30px #0000000f}.event-list article{gap:8px;display:grid}.event-list span{color:var(--orange);text-transform:uppercase;font-size:13px;font-weight:700}.event-list h2,.event-list h3{margin:0}.event-list a{color:var(--orange);text-transform:uppercase;font-size:12px;font-weight:700}.festival-calendar-section{max-width:1180px;margin:0 auto;padding:86px 28px 28px}.festival-calendar-copy{text-align:center;max-width:760px;margin:0 auto 34px}.festival-calendar-copy p{color:var(--orange);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:13px;font-weight:800}.festival-calendar-copy h2{color:var(--navy);margin:0 0 12px;font-size:clamp(30px,4vw,44px);line-height:1.12}.festival-calendar-copy span{color:var(--muted);font-family:Inter,Arial,sans-serif;font-size:17px;line-height:1.7}.festival-calendar-frame{background:var(--white);border:1px solid #06185814;border-radius:8px;padding:18px;box-shadow:0 26px 70px #02124621}.festival-calendar-frame img{object-fit:contain;background:#2f1261;border-radius:6px;width:100%;max-height:1180px}.donation-form{border-color:#06185814;gap:18px;padding:34px;display:grid;box-shadow:0 22px 58px #0212461a}.donation-form label{color:var(--text);gap:8px;font-size:13px;font-weight:700;display:grid}.amount-options{border:0;min-width:0;margin:0;padding:0}.amount-options legend{color:var(--text);margin-bottom:12px;font-size:13px;font-weight:800}.amount-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.amount-grid button{min-height:52px;color:var(--navy);cursor:pointer;background:#fff8f1;border:1px solid #0618581f;border-radius:8px;font-weight:800;transition:transform .2s,border-color .2s,background-color .2s,color .2s,box-shadow .2s}.amount-grid button:hover,.amount-grid button.is-selected{border-color:var(--orange);background:var(--orange);color:var(--white);transform:translateY(-2px);box-shadow:0 12px 26px #ff7b0040}.donation-form input,.donation-form textarea{background:#fff;border:1px solid #06185824;border-radius:8px;outline:none;width:100%;min-height:50px;padding:14px 15px;transition:border-color .2s,box-shadow .2s}.donation-form input:focus,.donation-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px #ff7b001f}.donation-form textarea{resize:vertical;min-height:130px}.donation-form>button{background:var(--orange);min-height:52px;color:var(--white);text-transform:uppercase;cursor:pointer;border:0;border-radius:8px;font-weight:800;transition:transform .2s,background-color .2s,box-shadow .2s}.donation-form>button:hover{background:#e86700;transform:translateY(-2px);box-shadow:0 14px 28px #ff7b0040}.contact-card p,.contact-row{align-items:flex-start;gap:10px;display:flex}.contact-row{color:var(--text);background:#fff8f1;border:1px solid #06185814;border-radius:8px;margin-top:16px;padding:16px;transition:transform .22s,border-color .22s,box-shadow .22s}.contact-row:hover{border-color:#ff7b0052;transform:translateY(-3px);box-shadow:0 14px 28px #02124617}.contact-row span,.contact-popover a span{background:var(--orange);width:38px;height:38px;color:var(--white);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.contact-row strong{color:#333948;overflow-wrap:anywhere;font-size:14px;line-height:1.55}.contact-page-section{max-width:1160px;margin:0 auto;padding:88px 28px 110px}.contact-hero-card{min-height:260px;color:var(--white);background:linear-gradient(135deg,#021246f0,#061858d1),url(/assets/bg-about.png) 50%/cover no-repeat;border-radius:8px;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:40px;padding:42px 48px;display:grid;box-shadow:0 24px 70px #0212462e}.contact-kicker{color:var(--orange);letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:800}.contact-hero-card h2{max-width:750px;margin:0;font-size:clamp(30px,4vw,46px);line-height:1.13}.contact-hero-card img{background:var(--white);border-radius:50%;width:170px;height:170px;box-shadow:0 18px 42px #00000038}.contact-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:34px;display:grid}.contact-info-card{background:var(--white);border:1px solid #06185814;border-radius:8px;flex-direction:column;justify-content:center;gap:14px;min-height:220px;padding:30px;transition:transform .24s,box-shadow .24s,border-color .24s;display:flex;box-shadow:0 18px 44px #02124614}.contact-info-card:hover{border-color:#ff7b004d;transform:translateY(-6px);box-shadow:0 26px 58px #02124621}.contact-info-card span{background:var(--orange);width:56px;height:56px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.contact-info-card small{color:var(--orange);letter-spacing:.06em;text-transform:uppercase;font-size:13px;font-weight:800}.contact-info-card strong{color:var(--text);overflow-wrap:anywhere;font-size:18px;line-height:1.5}.contact-visit-band{background:#fff8f1;border:1px solid #ff7b0029;border-radius:8px;justify-content:space-between;align-items:center;gap:28px;margin-top:34px;padding:34px 38px;display:flex}.contact-visit-band h2{color:var(--navy);margin:0 0 8px;font-size:26px}.contact-visit-band p{max-width:720px;color:var(--muted);margin:0;font-family:Inter,Arial,sans-serif;line-height:1.7}.footer{background:var(--orange);color:var(--white)}.footer-main{grid-template-columns:1.25fr .8fr 1.15fr;gap:60px;max-width:1010px;margin:0 auto;padding:95px 28px 80px;display:grid}.footer-logo{width:300px;margin-bottom:28px}.footer p{color:#ffffffdb;font-size:13px}.footer h3{text-transform:uppercase;margin:0 0 28px;font-size:16px}.footer a{color:#ffffffe6;margin-bottom:12px;font-size:13px;display:block}.socials{gap:8px;margin-top:18px;display:flex}.socials a{background:var(--navy);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin:0;font-weight:700;display:inline-flex}.footer-bottom{background:var(--navy);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;min-height:78px;padding:20px 28px;font-size:12px;display:flex}.footer-bottom a{color:var(--white);font-size:inherit;text-underline-offset:4px;margin:0;font-weight:800;text-decoration:underline;display:inline}.footer-bottom a:hover{color:var(--orange)}.floating-contact{z-index:30;position:fixed;bottom:16px;right:24px}.chat-pill{background:var(--navy);min-height:48px;color:var(--white);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:0 20px;font-size:13px;font-weight:800;transition:transform .22s,background-color .22s,box-shadow .22s;display:inline-flex;box-shadow:0 16px 35px #02124640}.chat-pill:hover{background:var(--orange);transform:translateY(-2px);box-shadow:0 20px 40px #ff7b0047}.floating-contact.is-open .chat-pill{background:var(--orange)}.contact-popover{width:auto;box-shadow:none;background:0 0;border:0;border-radius:999px;padding:0;animation:.24s both heroTextIn;position:absolute;bottom:64px;right:0}.icon-popover{justify-items:end;gap:12px;display:grid}.icon-popover a{background:var(--orange);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;transition:transform .22s,background-color .22s,box-shadow .22s;display:inline-flex;box-shadow:0 12px 28px #ff7b0052}.icon-popover a:hover{background:var(--navy);transform:translateY(-3px);box-shadow:0 16px 34px #02124642}@media (width<=1024px){.site-shell{width:100%}.header-inner{gap:28px;height:96px}.brand img{width:260px}.nav-item>a{min-height:96px;font-size:14px}.nav-item:not(:last-child):after{height:18px;margin:0 10px}.hero{min-height:540px}.hero-copy{padding-left:74px;padding-right:74px}.festival-strip{grid-template-columns:1fr 1fr;margin:-30px 24px 0;padding:22px 26px}.festival-strip h2{white-space:normal}.about-grid,.practice-inner,.messages-section,.donate-page-grid,.two-column{grid-template-columns:1fr}.about-grid,.practice-inner,.messages-section,.donate-page-grid{gap:40px}.donate-page-section{padding:58px 28px 84px}.donate-copy p{margin-bottom:30px}.donate-logo-wrap{width:96px;height:96px;top:-48px;left:30px}.donate-logo-wrap img{width:82px;height:82px}.donate-presets{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-grid,.article-grid,.article-list-grid,.ceremony-grid,.gallery-grid,.contact-info-grid,.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-hero-card{grid-template-columns:1fr}.contact-hero-card img{width:130px;height:130px}.article-detail-card{grid-template-columns:1fr}.article-detail-image{height:360px}.quick-section{background:linear-gradient(180deg, transparent 0 62px, var(--white) 62px 100%);padding:0 28px 150px}.quick-card{border-radius:18px;min-height:126px;padding:26px 28px}.quick-card img{width:54px;height:54px}}@media (width<=767px){body{background:var(--white)}.header-inner{height:72px;padding:0 16px}.brand img{width:190px}.menu-toggle{display:inline-flex}.primary-nav{background:var(--navy);flex-direction:column;height:auto;padding:8px 0 14px;display:none;position:absolute;top:72px;left:0;right:0}.primary-nav.is-open{display:flex}.nav-item{display:block}.nav-item:not(:last-child):after{display:none}.nav-item>a{border-radius:0;justify-content:space-between;min-height:44px;padding:0 22px;font-size:13px}.nav-item>a:before{display:none}.dropdown{opacity:1;visibility:visible;box-shadow:none;color:var(--white);background:#ffffff12;display:none;position:static;transform:none}.nav-item:focus-within .dropdown,.nav-item:hover .dropdown{display:block}.dropdown a{border-color:#ffffff14;padding-left:38px}.hero{min-height:500px}.hero-copy{padding:72px 54px 64px}.hero-image{object-position:center}.hero-overlay{background:linear-gradient(90deg,#021246eb 0%,#021246b3 58%,#0212466b 100%),linear-gradient(#0000000a,#0000003d)}.hero-kicker{margin-bottom:14px;font-size:11px}.hero h1{max-width:390px;font-size:clamp(30px,9vw,40px);line-height:1.12}.hero-text{max-width:340px;margin-top:18px;font-size:15px;line-height:1.65}.hero-arrow{width:40px;height:40px}.hero-arrow.prev{left:10px}.hero-arrow.next{right:10px}.hero-dots{bottom:28px}.hero-dots button{width:24px}.hero-dots button.is-active{width:38px}.festival-section{padding-bottom:58px}.festival-strip{grid-template-columns:1fr;align-items:start;gap:12px;min-height:auto;margin:-26px 18px 0;padding:24px 22px;display:grid}.festival-date{justify-content:flex-start;width:fit-content;min-height:40px;padding:0 15px}.festival-strip h2{font-size:21px}.about-grid,.content-section,.messages-section,.articles-section,.article-detail-section{padding-left:22px;padding-right:22px}.about-grid{margin-top:40px}.quick-section{background:linear-gradient(180deg, transparent 0 44px, var(--white) 44px 100%);padding:0 22px 120px}.quick-grid,.article-grid,.article-list-grid,.ceremony-grid,.gallery-grid,.contact-info-grid,.footer-main{grid-template-columns:1fr}.contact-page-section{padding:65px 22px 78px}.contact-hero-card{gap:28px;padding:30px 24px}.contact-hero-card h2{font-size:28px}.contact-info-card{min-height:170px;padding:24px}.contact-visit-band{padding:26px 24px;display:grid}.quick-card{border-radius:10px;gap:18px;min-height:108px;padding:22px 24px}.quick-card img{width:48px;height:48px}.quick-card strong{margin-bottom:8px;font-size:18px}.quick-card small{font-size:14px}.practices-section{padding:98px 22px 70px}.practice-inner{grid-template-columns:1fr;gap:34px}.practice-inner>img{aspect-ratio:.92;border-width:12px;width:100%;max-height:none}.practices-section h2{font-size:34px}.subtitle{margin-bottom:28px;font-size:15px}.practice-list{gap:22px}.practice-list article{grid-template-columns:26px 1fr;gap:16px}.practice-list h3{font-size:19px}.practice-list p{font-size:15px;line-height:1.65}.gallery-track{transform:translateX(calc(var(--active-slide,0) * (44px - 82vw - 18px)));grid-auto-columns:calc(82vw - 44px);gap:18px}.gallery-track img{width:calc(82vw - 44px);height:340px}.gallery-carousel{padding:0 36px}.gallery-arrow{width:36px;height:36px}.gallery-arrow.prev{left:6px}.gallery-arrow.next{right:6px}.messages-section{grid-template-columns:1fr;padding-top:70px}.article-card img{height:230px}.article-detail-section{padding-top:65px;padding-bottom:75px}.article-detail-card{gap:24px;padding:18px}.article-detail-image{height:270px}.article-detail-content h1{font-size:28px}.article-body p{font-size:16px;line-height:1.72}.page-hero{min-height:245px}.content-section{padding-top:65px;padding-bottom:65px}.festival-calendar-section{padding:65px 22px 22px}.festival-calendar-frame{padding:10px}.festival-calendar-copy h2{font-size:28px}.festival-calendar-copy span{font-size:15px}.donate-page-section{padding:46px 22px 72px}.donate-copy h1{margin-bottom:24px;font-size:34px}.donate-copy p{margin-bottom:36px;font-size:16px}.donate-impact-grid{grid-template-columns:1fr}.donate-impact-grid span{min-height:56px}.donate-panel{padding:82px 20px 22px}.donate-logo-wrap{width:84px;height:84px;top:-42px;left:20px}.donate-logo-wrap img{width:72px;height:72px}.donate-amount-field{grid-template-columns:46px 1fr;min-height:60px;margin-bottom:24px}.donate-presets{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.donate-presets button,.donate-now-button{min-height:58px;font-size:16px}.footer-main{gap:34px;padding-top:65px;padding-bottom:58px}.footer-logo{width:255px}.floating-contact{bottom:16px;right:16px}.chat-pill{min-height:46px;padding:0 17px}.contact-popover{bottom:62px}.donation-form{padding:24px}.amount-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal-on-scroll{opacity:1;transform:none}}
