@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&family=DM+Sans:wght@400;500;600&display=swap');
:root{color-scheme:dark;--navy:#182c38;--white:#f5f3ee;--silver:#ccd2d6}
*{box-sizing:border-box}
html{min-height:100%;background:var(--navy)}
body{margin:0;min-height:100svh;background:#101e28;color:var(--white);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65;position:relative;isolation:isolate}
.backdrop{position:fixed;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 48%;filter:grayscale(1);opacity:.35;z-index:-2}
body:before{content:'';position:fixed;inset:0;background:linear-gradient(180deg,rgba(9,23,33,.36),rgba(9,23,33,.58) 48%,rgba(9,23,33,.94));z-index:-1}
main{min-height:100svh;width:min(100%,1100px);margin:0 auto;padding:clamp(35px,6vh,75px) 24px 48px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.logo{display:block;width:clamp(136px,16vw,180px);height:auto;object-fit:contain;margin-bottom:30px}
h1{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:clamp(4rem,11vw,9rem);font-weight:600;line-height:.98;letter-spacing:-.018em;margin:0}
.identity{font-size:.875rem;line-height:1.6;letter-spacing:.22em;font-weight:500;margin:20px 0 0}
.announcement{max-width:590px;margin-top:clamp(40px,7vh,76px);padding-top:29px;position:relative}
.announcement:before{content:'';position:absolute;top:0;left:calc(50% - 28px);width:56px;height:1px;background:#b9c5ce80}
h2{font-size:.875rem;font-weight:600;letter-spacing:.3em;line-height:1.6;margin:0 0 23px}
.mission{font-size:clamp(1rem,1.55vw,1.125rem);line-height:1.8;margin:0;text-wrap:pretty}
.development{font-size:.9375rem;line-height:1.7;color:var(--silver);margin:22px 0 0;text-wrap:pretty}
@media(max-width:600px){main{padding:38px 25px 42px}.logo{width:148px;margin-bottom:31px}.identity{font-size:.8125rem;letter-spacing:.17em;max-width:290px}.announcement{margin-top:45px;max-width:370px}.backdrop{object-position:40% center;opacity:.28}h2{margin-bottom:21px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}}
