.contact-section,.events-section,.hero,.manifesto,.product-section,.stats{overflow-x:clip}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;padding:0 var(--sp-5) clamp(64px,12vw,120px);overflow:hidden;isolation:isolate}.hero-bg{position:absolute;inset:0;z-index:-1}.hero-bg-img{width:100%;height:100%;object-fit:cover;object-position:center 25%}.hero-bg-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,7,12,.97) 0,rgba(7,7,12,.72) 35%,rgba(7,7,12,.35) 70%,rgba(7,7,12,.2))}.hero-inner{max-width:1320px;width:100%;margin:0 auto;padding-top:clamp(96px,12vw,140px)}.hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent-border);border-radius:var(--radius-full);padding:6px 14px;margin-bottom:clamp(20px,4vw,32px)}.hero-title{font-family:var(--font-display);font-size:clamp(60px,13vw,152px);font-weight:800;letter-spacing:-.04em;line-height:.93;color:var(--text);display:flex;flex-direction:column;margin-bottom:clamp(20px,3vw,32px)}.hero-title-outline{color:var(--accent)}.hero-sub{font-size:clamp(15px,2.2vw,20px);color:var(--text-muted);line-height:1.55;margin-bottom:clamp(28px,5vw,48px);max-width:380px}.hero-ctas{gap:12px;align-items:flex-start}.hero-ctas,.hero-scroll{display:flex;flex-direction:column}.hero-scroll{position:absolute;bottom:32px;right:var(--sp-5);align-items:center;gap:10px}.hero-scroll-line{width:1px;height:44px;background:linear-gradient(to bottom,transparent,var(--text-subtle))}.hero-scroll-text{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-subtle);writing-mode:vertical-rl}@media (min-width:480px){.hero-ctas{flex-direction:row;align-items:center}}@media (min-width:768px){.hero{padding:0 var(--sp-10) clamp(80px,14vw,140px)}.hero-scroll{right:var(--sp-10)}}.stats{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:clamp(28px,5vw,40px) 0;overflow:hidden}.stats-inner{max-width:1320px;margin:0 auto;padding:0 var(--sp-5);display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0}.stats-item{display:flex;flex-direction:column;gap:4px;padding:0 clamp(0px,3vw,40px)}.stats-item+.stats-item{border-left:1px solid var(--border)}.stats-num{font-family:var(--font-display);font-size:clamp(32px,6vw,56px);font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--text)}.stats-num span{color:var(--accent)}.stats-label{font-size:clamp(12px,1.5vw,14px);color:var(--text-subtle);letter-spacing:.02em}@media (min-width:640px){.stats-inner{grid-template-columns:repeat(4,1fr)}}@media (min-width:768px){.stats-inner{padding:0 var(--sp-10)}.stats-item+.stats-item{border-left:1px solid var(--border)}}.events-section{padding:clamp(80px,12vw,140px) 0}.section-head{gap:20px;margin-bottom:clamp(40px,6vw,64px)}.section-head,.section-head-row{display:flex;flex-direction:column}.section-head-row{gap:16px}.section-title{font-family:var(--font-display);font-size:clamp(32px,6vw,64px);font-weight:800;letter-spacing:-.04em;line-height:1.05;color:var(--text)}.section-sub{font-size:clamp(15px,1.8vw,17px);color:var(--text-muted);line-height:1.6;max-width:480px}.events-grid{display:grid;grid-template-columns:1fr;grid-gap:1px;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.event-card{background:var(--surface);cursor:pointer}.event-card,.event-card-img-wrap{position:relative;overflow:hidden}.event-card-img-wrap{aspect-ratio:16/9}.event-card-img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease-expo)}.event-card:hover .event-card-img{transform:scale(1.04)}.event-card-body{padding:clamp(16px,3vw,24px);display:flex;flex-direction:column;gap:8px}.event-card-meta{display:flex;align-items:center;gap:10px}.event-card-date{font-size:12px;font-weight:500;color:var(--accent);letter-spacing:.04em}.event-card-sep{width:3px;height:3px;border-radius:50%;background:var(--text-subtle);flex-shrink:0}.event-card-loc{font-size:12px;color:var(--text-subtle)}.event-card-title{font-family:var(--font-display);font-size:clamp(18px,3vw,24px);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:var(--text)}.event-card-cat{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle);border:1px solid var(--border-mid);border-radius:var(--radius-full);padding:4px 10px;align-self:flex-start;margin-top:4px}.events-cta{display:flex;justify-content:flex-end;margin-top:clamp(24px,4vw,32px)}@media (min-width:640px){.events-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.events-grid{grid-template-columns:repeat(3,1fr)}.section-head-row{flex-direction:row;align-items:flex-end;justify-content:space-between}}.product-section{padding:clamp(80px,12vw,140px) 0;position:relative}.product-section+.product-section{border-top:1px solid var(--border)}.product-grid{display:grid;grid-template-columns:1fr;grid-gap:clamp(48px,8vw,80px);gap:clamp(48px,8vw,80px);align-items:center}.product-text{display:flex;flex-direction:column;gap:clamp(16px,2.5vw,24px)}.product-name{font-family:var(--font-display);font-size:clamp(36px,7vw,80px);font-weight:800;letter-spacing:-.04em;line-height:.95;color:var(--text)}.product-desc{font-size:clamp(15px,1.8vw,17px);color:var(--text-muted);line-height:1.65;max-width:440px}.product-features{display:flex;flex-direction:column;gap:12px;margin-top:4px}.product-feature{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--text-muted);line-height:1.5}.product-feature:before{content:"";display:block;width:16px;height:16px;border-radius:50%;background:var(--accent-dim);border:1px solid var(--accent-border);flex-shrink:0;margin-top:1px}.product-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:8px}.product-visual{position:relative}.product-img-frame{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;background:var(--surface);border:1px solid var(--border)}.product-img-frame img{width:100%;height:100%;object-fit:cover}.product-img-glow{position:absolute;inset:-40px;border-radius:50%;opacity:.15;filter:blur(60px);pointer-events:none}.product-img-glow--green{background:var(--accent)}.product-img-glow--blue{background:var(--blue)}.product-tag{position:absolute;bottom:20px;left:20px;background:rgba(7,7,12,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-mid);border-radius:var(--radius-md);padding:12px 16px}.product-tag-label{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle);margin-bottom:3px}.product-tag-value{font-size:13px;font-weight:600;color:var(--text)}@media (min-width:768px){.product-grid{grid-template-columns:1fr 1fr;gap:clamp(48px,6vw,80px)}.product-grid--reversed .product-text{order:2}.product-grid--reversed .product-visual{order:1}}.manifesto{position:relative;padding:clamp(100px,18vw,200px) 0;overflow:hidden;isolation:isolate}.manifesto-bg{position:absolute;inset:0;z-index:-1}.manifesto-bg-img{width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:brightness(.22) saturate(.6)}.manifesto-bg-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,var(--bg) 0,transparent 20%,transparent 80%,var(--bg) 100%)}.manifesto-inner{max-width:1320px;margin:0 auto;padding:0 var(--sp-5);display:flex;flex-direction:column;gap:clamp(24px,4vw,40px)}.manifesto-quote{font-family:var(--font-display);font-size:clamp(36px,8vw,100px);font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--text);max-width:900px}.manifesto-quote em{font-style:normal;color:var(--accent)}.manifesto-body{font-size:clamp(15px,1.8vw,18px);color:var(--text-muted);line-height:1.7;max-width:520px}@media (min-width:768px){.manifesto-inner{padding:0 var(--sp-10)}}.contact-section{padding:clamp(80px,12vw,140px) 0;border-top:1px solid var(--border)}.contact-grid{display:grid;grid-template-columns:1fr;grid-gap:clamp(48px,8vw,80px);gap:clamp(48px,8vw,80px)}.contact-text{display:flex;flex-direction:column;gap:20px}.contact-title{font-family:var(--font-display);font-size:clamp(28px,5vw,52px);font-weight:800;letter-spacing:-.04em;line-height:1.1;color:var(--text)}.contact-sub{font-size:clamp(15px,1.8vw,17px);color:var(--text-muted);line-height:1.65}.contact-info{display:flex;flex-direction:column;gap:12px;margin-top:8px}.contact-info-item{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-muted)}.contact-info-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.contact-form{display:flex;flex-direction:column;gap:16px}.form-row{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-label{font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-subtle)}.form-input,.form-textarea{background:var(--surface);border:1px solid var(--border-mid);border-radius:var(--radius-md);padding:14px 16px;font-family:var(--font-body);font-size:15px;color:var(--text);width:100%;transition:border-color .18s var(--ease-expo);-webkit-appearance:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-subtle)}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--accent-border)}.form-textarea{resize:vertical;min-height:130px}.form-submit{align-self:flex-start;display:inline-flex;align-items:center;gap:10px;background:var(--accent);color:var(--bg);font-family:var(--font-body);font-size:15px;font-weight:700;padding:16px 32px;border-radius:var(--radius-full);border:none;cursor:pointer;transition:background .18s var(--ease-expo),transform .12s var(--ease-expo)}.form-submit:hover{background:var(--accent-bright)}.form-submit:active{transform:scale(.97)}.form-submit:disabled{opacity:.5;cursor:not-allowed}.form-success{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--accent-dim);border:1px solid var(--accent-border);border-radius:var(--radius-md);font-size:14px;color:var(--accent)}@media (min-width:640px){.form-row{grid-template-columns:1fr 1fr}}@media (min-width:768px){.contact-grid{grid-template-columns:1fr 1.2fr}}