:root{--bg:#07111d;--navy:#091320;--gold:#ffe69a;--mint:#7ef5ed;--text:#fff8ed;--muted:rgba(255,255,255,.70);--line:rgba(255,230,154,.20);--glass:rgba(9,15,26,.58);--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}.hf-page{min-height:100vh;position:relative;padding:18px clamp(18px,4vw,70px) 42px;background:radial-gradient(circle at 8% 15%,rgba(255,214,122,.24),transparent 30%),radial-gradient(circle at 80% 28%,rgba(126,245,237,.18),transparent 28%),linear-gradient(120deg,#17150f,#07111d 50%,#0b1627)}.hf-grain{position:fixed;inset:0;pointer-events:none;opacity:.14;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E")}.hf-aurora{position:fixed;width:45vw;height:45vw;right:-12vw;top:10vh;border-radius:50%;background:radial-gradient(circle,rgba(126,245,237,.18),transparent 68%);filter:blur(12px);animation:float 10s infinite alternate ease-in-out}.hf-loader{position:fixed;inset:0;z-index:99;display:grid;place-items:center;background:#07111d;transition:.6s}.hf-loader.hide{opacity:0;visibility:hidden}.hf-loader div{width:70px;height:70px;border-radius:50%;border:1px solid var(--line);border-top-color:var(--gold);animation:spin 1s linear infinite}.hf-loader span{position:absolute;margin-top:120px;letter-spacing:.18em;text-transform:uppercase;font-size:12px;color:var(--muted)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{to{transform:translate3d(-4vw,5vh,0) scale(1.1)}}.hf-nav{position:sticky;top:12px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:74px;padding:10px 18px;border:1px solid rgba(255,255,255,.12);border-radius:32px;background:rgba(7,13,24,.72);backdrop-filter:blur(22px);box-shadow:0 20px 70px rgba(0,0,0,.28)}.hf-brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--text)}.hf-logo-mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#111;font-weight:900;font-size:23px;box-shadow:0 0 0 14px rgba(255,230,154,.08)}.hf-brand b{display:block;letter-spacing:.16em}.hf-brand small{display:block;color:var(--muted);font-size:15px}.hf-nav nav{display:flex;gap:28px;align-items:center}.hf-nav nav a,.hf-lang{color:rgba(255,255,255,.82);text-decoration:none;font-weight:750;font-size:16px}.hf-nav-cta{border:1px solid rgba(255,230,154,.38);padding:14px 22px;border-radius:999px;background:rgba(255,230,154,.10)}.hf-lang{border:0;background:transparent;cursor:pointer}

.hf-hero {
    display: grid;
    grid-template-columns: minmax(760px, .28fr) minmax(320px, 1fr);
    gap: 54px;
    align-items: center;
    min-height: calc(100vh - 120px);
    padding: 20px 0 38px;
}
.hf-media-stage{position:relative;min-height:520px;order:2}.hf-slider{position:absolute;inset:0;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:0 30px 100px rgba(0,0,0,.42);background:#111}.hf-slide{position:absolute;inset:0;opacity:0;transform:scale(1.04);transition:opacity .9s,transform 1.2s}.hf-slide.active{opacity:1;transform:scale(1)}.hf-slide img{width:100%;height:100%;object-fit:cover;display:block}.hf-slide img.is-missing{display:none}.hf-slide:has(img.is-missing){background:linear-gradient(135deg,#183044,#66562e)}.hf-slide:has(img.is-missing)::after{content:'Place photo here';position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.7);font-weight:800;letter-spacing:.05em}.hf-slide-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.58))}.hf-slide-caption{position:absolute;left:24px;right:24px;bottom:22px;display:flex;align-items:center;gap:13px;font-size:20px}.hf-slide-caption span{color:var(--gold);font-weight:900}.hf-slide-caption b{font-weight:800}.hf-slider-dots{position:absolute;bottom:-28px;left:50%;transform:translateX(-50%);display:flex;gap:9px}.hf-slider-dots button{width:28px;height:5px;border:0;border-radius:10px;background:rgba(255,255,255,.28)}.hf-slider-dots button.active{background:var(--gold);width:46px}.hf-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(0,0,0,.38);color:white;font-size:32px;cursor:pointer}.hf-prev{left:14px}.hf-next{right:14px}

.hf-hero-copy{order:1;position:relative;z-index:2}.hf-pill{display:inline-flex;align-items:center;gap:12px;padding:13px 18px;border-radius:999px;background:rgba(255,230,154,.14);border:1px solid rgba(255,230,154,.28);color:#ffdf82;font-weight:800;box-shadow:inset 0 0 20px rgba(255,230,154,.08)}.hf-pill span{width:11px;height:11px;border-radius:50%;background:#ffcb65;box-shadow:0 0 24px #ffcb65}.hf-pill em{font-style:normal}


.hf-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 1vw, 126px);
    line-height: .86;
    margin: 42px 0 28px;
    letter-spacing: -.06em;
}

.hf-hero h1 strong{font-weight:900;background:linear-gradient(90deg,#fff2bd,#7ef5ed);-webkit-background-clip:text;color:transparent}.hf-hero p{font-size:clamp(18px,1.5vw,25px);line-height:1.6;color:rgba(255,255,255,.72);max-width:760px}.hf-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.hf-btn{padding:16px 22px;border-radius:999px;text-decoration:none;font-weight:900}.hf-btn-main{background:linear-gradient(90deg,var(--gold),#7ef5ed);color:#101318}.hf-btn-ghost{border:1px solid rgba(255,255,255,.20);color:white;background:rgba(255,255,255,.06)}.hf-signature{margin-top:34px;color:rgba(255,230,154,.24);font-weight:900;font-size:clamp(42px,5vw,92px);letter-spacing:.08em}.hf-count-card{position:relative;z-index:6;margin:0 auto 80px;max-width:980px;padding:22px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,rgba(255,230,154,.14),rgba(126,245,237,.08));backdrop-filter:blur(20px);box-shadow:0 20px 70px rgba(0,0,0,.25)}.hf-count-title{text-align:center;color:var(--muted);font-weight:800;margin-bottom:14px}.hf-count-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.hf-count-grid div{text-align:center;padding:16px;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08)}.hf-count-grid strong{display:block;font-size:clamp(28px,4vw,54px);line-height:1;color:var(--gold)}.hf-count-grid span{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted)}.hf-preview,.hf-section,.hf-impact,.hf-join{position:relative;z-index:2;max-width:1180px;margin:0 auto 34px}.hf-video-shell{position:relative;border:1px solid rgba(255,255,255,.13);border-radius:34px;overflow:hidden;background:rgba(255,255,255,.06);box-shadow:0 25px 80px rgba(0,0,0,.28)}.hf-video-shell video{display:block;width:100%;max-height:620px;background:#111}.hf-video-badge{position:absolute;z-index:2;top:20px;left:20px;display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;background:rgba(20,17,28,.72);backdrop-filter:blur(14px);font-weight:850}.hf-video-badge i{width:13px;height:13px;border-radius:50%;background:#ff4252;box-shadow:0 0 20px #ff4252}.hf-section{padding:48px;border:1px solid rgba(255,255,255,.10);border-radius:34px;background:rgba(255,255,255,.055);backdrop-filter:blur(18px)}.hf-two{display:grid;grid-template-columns:1fr 1fr;gap:40px}.hf-kicker{color:var(--gold);font-weight:900;letter-spacing:.16em;text-transform:uppercase;font-size:12px}.hf-section h2,.hf-impact h2,.hf-join h2{font-family:'Playfair Display',serif;font-size:clamp(34px,4vw,64px);line-height:.98;margin:16px 0}.hf-section p,.hf-impact p{color:var(--muted);font-size:19px;line-height:1.75}.hf-mission{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;background:transparent;border:0;padding:0}.hf-mission article{padding:30px;border-radius:28px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10)}.hf-mission article span{font-size:30px;color:var(--mint)}.hf-mission h3{font-size:25px;margin:18px 0 8px}.hf-impact-card{padding:54px;border-radius:36px;background:linear-gradient(135deg,rgba(255,230,154,.18),rgba(126,245,237,.12));border:1px solid var(--line)}.hf-join{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;align-items:center;padding:38px;border-radius:32px;border:1px solid rgba(255,255,255,.12);background:rgba(7,13,24,.62)}.hf-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px}.hf-form input,.hf-form button{height:56px;border-radius:18px;border:1px solid rgba(255,255,255,.12);padding:0 16px;font:inherit}.hf-form input{background:rgba(255,255,255,.08);color:white}.hf-form button{background:var(--gold);color:#121212;font-weight:900;cursor:pointer}.hf-form.sent button{background:#7ef5ed}.hf-footer{padding:30px 0 90px;color:var(--muted);display:flex;justify-content:space-between}.hf-footer a{color:var(--gold);text-decoration:none;font-size:24px}
@media (max-width:980px){.hf-page{padding:10px 14px calc(104px + var(--safe-bottom))}.hf-nav{top:0;border-radius:0 0 24px 24px;margin:-10px -14px 8px;padding:10px 14px;min-height:66px}.hf-brand small{display:none}.hf-logo-mark{width:44px;height:44px;font-size:19px;box-shadow:0 0 0 8px rgba(255,230,154,.08)}.hf-nav nav{display:none}.hf-lang{padding:12px 13px;border-radius:14px;background:rgba(255,255,255,.08)}

.hf-hero{display:flex;flex-direction:column;gap:24px;min-height:auto;padding:18px 0 24px}

.hf-media-stage{order:1;width:100%;min-height:auto;height:62vh;max-height:620px}.hf-slider{border-radius:28px}.hf-arrow{display:none}.hf-slider-dots{bottom:14px;z-index:6}.hf-slide-caption{font-size:16px;bottom:28px}.hf-hero-copy{order:2;text-align:left}.hf-pill{font-size:13px;padding:10px 13px}.hf-hero h1{font-size:clamp(45px,14vw,72px);margin:25px 0 18px}.hf-hero p{font-size:16px}.hf-actions{display:grid;grid-template-columns:1fr;gap:10px}.hf-btn{text-align:center}.hf-signature{font-size:34px}.hf-count-card{position:fixed;left:10px;right:10px;bottom:calc(8px + var(--safe-bottom));z-index:50;margin:0;padding:10px 12px;border-radius:22px;background:rgba(7,13,24,.82);box-shadow:0 10px 45px rgba(0,0,0,.45);backdrop-filter:blur(20px)}.hf-count-title{font-size:11px;margin-bottom:7px}.hf-count-grid{gap:7px}.hf-count-grid div{padding:8px 4px;border-radius:14px}.hf-count-grid strong{font-size:23px}.hf-count-grid span{font-size:9px;letter-spacing:.06em}.hf-preview,.hf-section,.hf-impact,.hf-join{margin-bottom:22px}.hf-video-shell{border-radius:24px}.hf-video-badge{top:12px;left:12px;font-size:13px;padding:9px 12px}.hf-two,.hf-join{grid-template-columns:1fr}.hf-section{padding:25px;border-radius:25px}.hf-mission{grid-template-columns:1fr}.hf-impact-card{padding:28px;border-radius:26px}.hf-form{grid-template-columns:1fr}.hf-footer{padding-bottom:125px;font-size:13px}.hf-footer a{display:none}}
@media (min-width:981px){.hf-media-stage{height:clamp(540px,62vh,760px)}.hf-slider{transform:perspective(1000px) rotateY(-4deg);transform-origin:center}.hf-hero-copy{padding-top:20px}}
