:root { --navy-950: #03101e; --navy-900: #07182b; --navy-850: #09213a; --navy-800: #0b2947; --navy-700: #123b61; --blue-700: #006da8; --blue-600: #008acb; --blue-500: #00a4df; --blue-300: #72d6f5; --red-600: #d80516; --red-500: #e30613; --ink: #102235; --muted: #5f7080; --muted-light: #a9bbca; --line: #dce5eb; --line-dark: rgba(153, 206, 235, 0.18); --white: #ffffff; --off-white: #f4f7f9; --soft-blue: #eef7fb; --success: #21b77d; --max-width: 1240px; --radius-xs: 8px; --radius-sm: 12px; --radius-md: 18px; --radius-lg: 26px; --shadow-soft: 0 18px 50px rgba(7, 24, 43, 0.08); --shadow-card: 0 25px 70px rgba(3, 16, 30, 0.13); --shadow-dark: 0 36px 100px rgba(0, 0, 0, 0.35); --ease-out: cubic-bezier(0.2, 0.74, 0.22, 1); }
*, ::before, ::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; text-size-adjust: 100%; }
body { margin: 0px; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
video { background: var(--navy-950); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
::selection { background: rgba(0, 164, 223, 0.2); color: var(--navy-950); }
:focus-visible { outline: rgba(0, 164, 223, 0.52) solid 3px; outline-offset: 4px; }
.container { width: min(calc(100% - 48px), var(--max-width)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 16px; padding: 10px 16px; border-radius: var(--radius-xs); background: var(--white); color: var(--navy-900); font-size: 14px; font-weight: 800; text-decoration: none; transform: translateY(-160%); transition: transform 0.2s; }
.skip-link:focus { transform: none; }
.reading-progress { position: fixed; z-index: 900; inset: 0px 0px auto; height: 3px; background: rgba(255, 255, 255, 0.06); pointer-events: none; }
.reading-progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--blue-300), var(--blue-500) 82%, var(--red-500)); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.site-header { position: fixed; z-index: 800; inset: 3px 0px auto; color: var(--white); transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, backdrop-filter 0.3s; }
.site-header.scrolled, .site-header.menu-open { border-bottom: 1px solid rgba(125, 215, 248, 0.14); background: rgba(3, 16, 30, 0.94); box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 34px; backdrop-filter: blur(18px) saturate(130%); }
.header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; color: var(--white); text-decoration: none; flex: 0 0 auto; }
.brand img { width: 71px; height: auto; object-fit: contain; }
.brand-name { display: grid; gap: 0px; margin-left: 14px; padding-left: 14px; border-left: 1px solid rgba(123, 220, 255, 0.32); line-height: 1.05; }
.brand-name small { color: var(--blue-300); font-size: 10px; font-weight: 850; letter-spacing: 0.18em; text-transform: uppercase; }
.brand-name strong { margin-top: 4px; color: var(--white); font-size: 17px; font-weight: 760; letter-spacing: 0.01em; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(15px, 1.75vw, 27px); }
.main-nav a { position: relative; color: rgb(229, 238, 245); font-size: 13px; font-weight: 680; text-decoration: none; white-space: nowrap; transition: color 0.2s; }
.main-nav a:not(.nav-contact)::after { content: ""; position: absolute; inset: auto 0px -9px; height: 2px; border-radius: 2px; background: var(--blue-300); transform: scaleX(0); transform-origin: left center; transition: transform 0.25s var(--ease-out); }
.main-nav a:hover, .main-nav a.active { color: var(--white); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-contact { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; padding: 0px 17px; border: 1px solid rgba(117, 221, 255, 0.3); border-radius: 999px; background: linear-gradient(135deg, rgba(0, 138, 203, 0.96), rgba(0, 164, 223, 0.9)); box-shadow: rgba(0, 138, 203, 0.18) 0px 11px 30px; }
.nav-contact:hover { border-color: rgba(255, 255, 255, 0.45); box-shadow: rgba(0, 164, 223, 0.24) 0px 14px 34px; }
.menu-button { display: none; min-height: 43px; align-items: center; gap: 9px; padding: 0px 14px; border: 1px solid rgba(123, 220, 255, 0.25); border-radius: var(--radius-xs); background: rgba(255, 255, 255, 0.06); color: var(--white); font-size: 12px; font-weight: 800; cursor: pointer; }
.menu-lines { display: grid; width: 17px; gap: 5px; }
.menu-lines i { display: block; height: 2px; border-radius: 3px; background: currentcolor; transition: transform 0.2s, opacity 0.2s; }
.menu-button[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.hero { position: relative; min-height: 100svh; overflow: hidden; background: linear-gradient(115deg, rgba(3, 16, 30, 0.98) 0%, rgba(6, 28, 50, 0.97) 50%, rgba(4, 18, 32, 0.99) 100%),
    var(--navy-950); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0px; background-image: linear-gradient(rgba(115, 216, 249, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(115, 216, 249, 0.03) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(rgb(0, 0, 0), transparent 86%); pointer-events: none; }
.hero::after { content: ""; position: absolute; right: -16%; bottom: -62%; width: 78vw; height: 78vw; border: 1px solid rgba(95, 207, 245, 0.09); border-radius: 50%; box-shadow: rgba(69, 196, 237, 0.02) 0px 0px 0px 105px, rgba(69, 196, 237, 0.01) 0px 0px 0px 210px; pointer-events: none; }
.hero-ambient { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-ambient-one { top: 15%; right: 23%; width: 28rem; height: 28rem; background: rgba(0, 164, 223, 0.1); filter: blur(100px); }
.hero-ambient-two { bottom: 2%; left: -10%; width: 24rem; height: 24rem; background: rgba(0, 105, 170, 0.13); filter: blur(110px); }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 100svh; grid-template-columns: minmax(390px, 0.92fr) minmax(540px, 1.08fr); align-items: center; gap: clamp(48px, 6vw, 92px); padding-top: 120px; padding-bottom: 84px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0px 0px 28px; color: rgb(164, 199, 218); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow i { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--success); box-shadow: rgba(33, 183, 125, 0.12) 0px 0px 0px 5px, rgba(33, 183, 125, 0.55) 0px 0px 18px; }
.hero h1 { max-width: 730px; margin: 0px; color: var(--white); font-size: clamp(62px, 6.1vw, 93px); font-weight: 780; letter-spacing: -0.067em; line-height: 0.92; }
.hero h1 span { display: block; color: var(--blue-300); font-weight: 690; }
.hero-slogan { margin: 28px 0px 21px; color: rgb(232, 244, 250); font-size: 13px; font-weight: 860; letter-spacing: 0.22em; text-transform: uppercase; }
.hero-lead { max-width: 690px; margin: 0px; color: rgb(185, 203, 215); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.72; }
.hero-topics { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0px 0px; padding: 0px; list-style: none; }
.hero-topics li { padding: 7px 11px; border: 1px solid rgba(129, 215, 245, 0.18); border-radius: 999px; background: rgba(255, 255, 255, 0.043); color: rgb(216, 232, 241); font-size: 10px; font-weight: 760; letter-spacing: 0.025em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 13px; padding: 0px 21px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 820; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform 0.2s var(--ease-out),
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0px) scale(0.985); }
.button-primary { border-color: rgba(95, 214, 251, 0.22); background: linear-gradient(135deg, var(--blue-700), var(--blue-500)); color: var(--white); box-shadow: rgba(0, 138, 203, 0.21) 0px 14px 34px; }
.button-primary:hover { box-shadow: rgba(0, 138, 203, 0.29) 0px 17px 38px; }
.button-ghost { border-color: rgba(255, 255, 255, 0.19); background: rgba(255, 255, 255, 0.043); color: var(--white); }
.button-ghost:hover { border-color: rgba(121, 217, 255, 0.42); background: rgba(255, 255, 255, 0.075); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 31px; padding-top: 23px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; color: rgb(143, 169, 186); font-size: 10px; font-weight: 730; letter-spacing: 0.04em; text-transform: uppercase; }
.hero-trust i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue-300); }
.hero-media { position: relative; isolation: isolate; }
.hero-media::before { content: ""; position: absolute; z-index: -1; top: -22px; right: -24px; width: 43%; height: 45%; border-top: 1px solid rgba(114, 214, 245, 0.33); border-right: 1px solid rgba(114, 214, 245, 0.33); border-radius: 0px 21px 0px 0px; }
.hero-media::after { content: ""; position: absolute; z-index: -1; bottom: -22px; left: -24px; width: 34%; height: 38%; border-bottom: 2px solid var(--red-500); border-left: 1px solid rgba(114, 214, 245, 0.28); border-radius: 0px 0px 0px 21px; opacity: 0.72; }
.hero-media-frame { overflow: hidden; border: 1px solid rgba(120, 218, 250, 0.22); border-radius: var(--radius-lg); background: rgba(3, 15, 28, 0.88); box-shadow: var(--shadow-dark); transform: perspective(1400px) rotateY(-1.2deg); }
.media-chrome { display: flex; min-height: 63px; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 19px; border-bottom: 1px solid rgba(130, 218, 247, 0.14); color: rgb(141, 169, 186); font-size: 9px; font-weight: 820; letter-spacing: 0.11em; text-transform: uppercase; }
.media-chrome span { display: inline-flex; align-items: center; gap: 9px; }
.media-chrome i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: rgba(33, 183, 125, 0.55) 0px 0px 13px; }
.media-chrome strong { color: rgb(214, 233, 242); font-size: 9px; }
.video-shell { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: radial-gradient(circle at 50% 50%, rgba(0, 164, 223, 0.08), transparent 52%),
    var(--navy-950); }
.video-shell video { width: 100%; height: 100%; object-fit: cover; }
.video-shell::after { content: ""; position: absolute; inset: 0px; border: 1px solid rgba(255, 255, 255, 0.05); pointer-events: none; }
.video-vignette { position: absolute; inset: 0px; background: linear-gradient(to top, rgba(2, 11, 21, 0.46), transparent 40%), linear-gradient(90deg, rgba(3, 16, 30, 0.18), transparent 25%, transparent 75%, rgba(3, 16, 30, 0.12)); pointer-events: none; }
.video-open-hitarea { position: absolute; z-index: 2; inset: 0px; width: 100%; height: 100%; padding: 0px; border: 0px; background: transparent; cursor: zoom-in; }
.hover-video-hint { position: absolute; z-index: 3; top: 14px; left: 14px; display: inline-flex; min-height: 31px; align-items: center; gap: 8px; padding: 0px 11px; border: 1px solid rgba(157, 224, 247, 0.22); border-radius: 999px; background: rgba(2, 13, 24, 0.68); color: var(--white); font-size: 8px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; pointer-events: none; backdrop-filter: blur(12px); transition: opacity 0.22s ease, transform 0.22s var(--ease-out), background 0.22s ease; }
.hover-video-hint::before { content: "▶"; display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; background: rgba(114, 214, 245, 0.16); color: var(--blue-300); font-size: 7px; }
.touch-label { display: none; }
[data-hover-video].is-hover-playing .hover-video-hint { background: rgba(0, 109, 168, 0.82); transform: translateY(-2px); }
[data-hover-video].is-hover-playing .hover-video-hint::before { content: "●"; animation: hoverPulse 1.4s ease-in-out infinite; }
[data-hover-video] video { transition: opacity 0.34s ease, transform 0.9s var(--ease-out); }
[data-hover-video].is-hover-playing video { transform: scale(1.018); }
@keyframes hoverPulse {
  0%, 100% { opacity: 0.48; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1); }
}
.video-actions { position: absolute; right: 14px; bottom: 14px; display: flex; gap: 8px; }
.media-button { display: inline-flex; min-height: 38px; align-items: center; gap: 7px; padding: 0px 11px; border: 1px solid rgba(163, 225, 247, 0.24); border-radius: 999px; background: rgba(2, 13, 24, 0.7); color: var(--white); backdrop-filter: blur(12px); cursor: pointer; transition: background 0.2s, border-color 0.2s, transform 0.2s; }
.media-button:hover { border-color: rgba(163, 225, 247, 0.48); background: rgba(5, 31, 51, 0.9); transform: translateY(-1px); }
.media-button span { display: grid; min-width: 15px; place-items: center; color: var(--blue-300); font-size: 11px; font-weight: 900; }
.media-button b { font-size: 9px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.media-button-floating { position: absolute; right: 14px; bottom: 14px; z-index: 4; }
.media-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px 17px; }
.media-meta span { color: var(--white); font-size: 11px; font-weight: 790; letter-spacing: 0.06em; text-transform: uppercase; }
.media-meta small { color: rgb(118, 146, 164); font-size: 9px; text-align: right; }
.scroll-cue { position: absolute; z-index: 3; right: 0px; bottom: 27px; left: 0px; display: flex; width: max-content; align-items: center; gap: 12px; margin: auto; color: rgb(129, 153, 169); font-size: 8px; font-weight: 820; letter-spacing: 0.17em; text-decoration: none; text-transform: uppercase; }
.scroll-cue i { position: relative; display: block; width: 1px; height: 31px; overflow: hidden; background: rgba(255, 255, 255, 0.16); }
.scroll-cue i::after { content: ""; position: absolute; inset: 0px; background: var(--blue-300); transform: translateY(-100%); animation: 2.4s ease-in-out 0s infinite normal none running scrollCue; }
@keyframes scrollCue { 
  0% { transform: translateY(-100%); }
  48%, 100% { transform: translateY(100%); }
}
.section { padding: clamp(82px, 8vw, 124px) 0px; }
.section-heading { display: grid; grid-template-columns: minmax(0px, 1.08fr) minmax(310px, 0.72fr); align-items: end; gap: clamp(42px, 7vw, 92px); margin-bottom: 52px; }
.section-heading h2 { max-width: 810px; margin: 8px 0px 0px; color: var(--navy-900); font-size: clamp(40px, 4.2vw, 61px); font-weight: 750; letter-spacing: -0.052em; line-height: 1.03; }
.section-heading > p { max-width: 550px; margin: 0px; color: var(--muted); font-size: 16px; line-height: 1.78; }
.kicker, .section-label { display: inline-block; color: var(--blue-700); font-size: 10px; font-weight: 880; letter-spacing: 0.14em; text-transform: uppercase; }
.section-heading-light h2 { color: var(--white); }
.section-heading-light > p { color: rgb(168, 191, 205); }
.section-heading-light .kicker { color: var(--blue-300); }
.quote-section { position: relative; padding: clamp(72px, 8vw, 112px) 0px; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--white); }
.quote-section::after { content: "VELLMAR"; position: absolute; right: -10px; bottom: -55px; color: rgba(7, 24, 43, 0.024); font-size: clamp(120px, 18vw, 270px); font-weight: 900; letter-spacing: -0.08em; line-height: 1; pointer-events: none; }
.quote-layout { position: relative; z-index: 1; display: grid; grid-template-columns: auto minmax(420px, 1.15fr) minmax(290px, 0.65fr); align-items: start; gap: clamp(25px, 4vw, 60px); }
.quote-mark { color: var(--red-500); font-family: Georgia, serif; font-size: 84px; line-height: 0.82; }
.quote-layout blockquote { max-width: 800px; margin: 10px 0px 0px; color: var(--navy-900); font-size: clamp(34px, 3.6vw, 52px); font-weight: 650; letter-spacing: -0.043em; line-height: 1.12; }
.quote-note { margin: 29px 0px 0px; padding-top: 22px; border-top: 2px solid var(--blue-500); color: var(--muted); font-size: 15px; }
.principles { background: radial-gradient(circle at 92% 13%, rgba(0, 164, 223, 0.055), transparent 25%),
    var(--off-white); }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.principle-card { position: relative; min-height: 260px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); transition: transform 0.24s var(--ease-out),
    border-color 0.24s ease,
    box-shadow 0.24s ease; }
.principle-card::after { content: ""; position: absolute; right: -30px; bottom: -42px; width: 100px; height: 100px; border: 22px solid rgba(0, 138, 203, 0.035); border-radius: 50%; }
.principle-card:hover { border-color: rgb(186, 217, 230); box-shadow: rgba(7, 24, 43, 0.075) 0px 17px 42px; transform: translateY(-4px); }
.principle-card b { display: inline-flex; min-width: 38px; height: 27px; align-items: center; justify-content: center; border-radius: 999px; background: var(--soft-blue); color: var(--blue-700); font-size: 9px; letter-spacing: 0.08em; }
.principle-card h3 { margin: 57px 0px 13px; color: var(--navy-900); font-size: 20px; letter-spacing: -0.025em; line-height: 1.22; }
.principle-card p { margin: 0px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.cinema-panel { display: grid; grid-template-columns: minmax(290px, 0.62fr) minmax(480px, 1.38fr); align-items: center; gap: clamp(35px, 6vw, 78px); margin-top: 24px; padding: 30px; border: 1px solid rgba(130, 216, 247, 0.17); border-radius: var(--radius-lg); background: radial-gradient(circle at 80% 15%, rgba(0, 164, 223, 0.12), transparent 30%),
    linear-gradient(145deg, var(--navy-850), var(--navy-950)); color: var(--white); box-shadow: var(--shadow-card); }
.cinema-panel .video-shell { border: 1px solid rgba(141, 221, 249, 0.2); border-radius: var(--radius-md); box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 60px; }
.cinema-copy { padding-left: 12px; }
.film-number { display: inline-block; margin-bottom: 15px; color: var(--blue-300); font-size: 9px; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.cinema-copy h3 { margin: 0px; color: var(--white); font-size: clamp(29px, 3vw, 43px); font-weight: 710; letter-spacing: -0.04em; line-height: 1.07; }
.cinema-copy p { margin: 19px 0px 0px; color: rgb(169, 190, 204); font-size: 14px; line-height: 1.75; }
.cinema-copy small { display: block; margin-top: 17px; color: rgb(112, 139, 158); font-size: 10px; line-height: 1.55; }
.situation { position: relative; overflow: hidden; background: radial-gradient(circle at 9% 12%, rgba(0, 147, 205, 0.13), transparent 27%), linear-gradient(160deg, rgb(6, 20, 33), rgb(2, 11, 20)); color: var(--white); }
.situation::before { content: ""; position: absolute; inset: 0px; background-image: linear-gradient(rgba(107, 212, 248, 0.024) 1px, transparent 1px), linear-gradient(90deg, rgba(107, 212, 248, 0.024) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(rgb(0, 0, 0), transparent 91%); }
.situation > .container { position: relative; z-index: 1; }
.situation-toolbar { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 57px; padding: 10px 14px; border: 1px solid rgba(128, 215, 246, 0.15); border-radius: var(--radius-xs); background: rgba(255, 255, 255, 0.035); }
.situation-toolbar > div { display: flex; align-items: center; gap: 10px; }
.situation-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: rgba(33, 183, 125, 0.55) 0px 0px 13px; }
.situation-toolbar strong { color: var(--white); font-size: 10px; letter-spacing: 0.05em; }
.situation-toolbar span { color: rgb(119, 147, 165); font-size: 10px; }
.situation-toolbar a { display: inline-flex; align-items: center; gap: 9px; padding: 7px 10px; border: 1px solid rgba(126, 216, 247, 0.2); border-radius: 7px; color: var(--blue-300); font-size: 10px; font-weight: 790; text-decoration: none; }
.situation-toolbar a:hover { border-color: rgba(126, 216, 247, 0.4); background: rgba(255, 255, 255, 0.04); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.metric-card { position: relative; min-height: 180px; padding: 23px; overflow: hidden; border: 1px solid rgba(127, 213, 245, 0.15); border-radius: var(--radius-sm); background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.024)); }
.metric-card::after { content: ""; position: absolute; right: -36px; bottom: -45px; width: 115px; height: 115px; border: 22px solid rgba(87, 213, 250, 0.043); border-radius: 50%; }
.metric-card span, .metric-card strong, .metric-card small { position: relative; z-index: 1; display: block; }
.metric-card span { color: var(--blue-300); font-size: 9px; font-weight: 860; letter-spacing: 0.12em; text-transform: uppercase; }
.metric-card strong { margin: 10px 0px 5px; color: var(--white); font-size: clamp(47px, 5vw, 66px); font-weight: 780; letter-spacing: -0.06em; line-height: 1; }
.metric-card small { max-width: 250px; color: rgb(143, 168, 185); font-size: 10px; line-height: 1.55; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 17px; }
.focus-card { display: flex; min-height: 355px; flex-direction: column; padding: 25px; border: 1px solid rgba(127, 213, 245, 0.15); border-radius: var(--radius-sm); background: linear-gradient(155deg, rgba(10, 44, 69, 0.88), rgba(4, 20, 34, 0.92)); color: var(--white); text-decoration: none; transition: transform 0.24s var(--ease-out),
    border-color 0.24s ease,
    box-shadow 0.24s ease; }
.focus-card:hover { border-color: rgba(118, 216, 248, 0.38); box-shadow: rgba(0, 0, 0, 0.22) 0px 24px 60px; transform: translateY(-4px); }
.focus-card > span { display: flex; align-items: center; gap: 9px; color: rgb(145, 223, 247); font-size: 9px; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; }
.focus-card > span b { display: inline-grid; width: 28px; height: 28px; place-items: center; border-radius: 7px; background: rgba(111, 216, 249, 0.1); color: var(--blue-300); font-size: 8px; }
.focus-card > span em { margin-left: auto; color: rgb(255, 217, 138); font-size: 8px; font-style: normal; letter-spacing: 0.05em; }
.focus-card h3 { margin: 42px 0px 13px; color: var(--white); font-size: 25px; font-weight: 690; letter-spacing: -0.032em; line-height: 1.12; }
.focus-card p { margin: 0px; color: rgb(159, 180, 194); font-size: 13px; line-height: 1.65; }
.focus-card > strong { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 22px; color: var(--blue-300); font-size: 10px; letter-spacing: 0.04em; }
.focus-card > strong i { font-size: 16px; font-style: normal; transition: transform 0.2s; }
.focus-card:hover > strong i { transform: translateX(4px); }
.situation-note { display: grid; grid-template-columns: auto 1fr; gap: 13px; margin-top: 17px; padding: 17px 19px; border-left: 2px solid var(--blue-500); background: rgba(255, 255, 255, 0.04); color: rgb(146, 170, 188); font-size: 12px; }
.situation-note strong { color: var(--white); }
.films { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 10%, rgba(0, 164, 223, 0.055), transparent 24%),
    var(--white); }
.films::before { content: ""; position: absolute; top: 230px; right: -14vw; width: 44vw; height: 44vw; border: 1px solid rgba(0, 138, 203, 0.07); border-radius: 50%; box-shadow: rgba(0, 138, 203, 0.02) 0px 0px 0px 90px; }
.films > .container { position: relative; z-index: 1; }
.film-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 19px; }
.film-card { grid-column: span 5; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); transition: transform 0.24s var(--ease-out),
    box-shadow 0.24s ease; }
.film-card:hover { box-shadow: rgba(7, 24, 43, 0.12) 0px 25px 65px; transform: translateY(-4px); }
.film-card-large { grid-column: span 7; }
.film-card-landscape { grid-column: 3 / span 8; }
.film-card .video-shell { border-bottom: 1px solid var(--line); }
.film-index { position: absolute; top: 14px; left: 14px; z-index: 3; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(157, 224, 247, 0.22); border-radius: 50%; background: rgba(2, 13, 24, 0.68); color: var(--blue-300); font-size: 9px; font-weight: 880; backdrop-filter: blur(10px); }
.film-card-copy { padding: 25px 27px 28px; }
.film-card-copy > span { display: block; color: var(--blue-700); font-size: 9px; font-weight: 860; letter-spacing: 0.12em; text-transform: uppercase; }
.film-card-copy h3 { margin: 10px 0px; color: var(--navy-900); font-size: clamp(23px, 2.2vw, 31px); font-weight: 710; letter-spacing: -0.035em; line-height: 1.13; }
.film-card-copy p { margin: 0px 0px 19px; color: var(--muted); font-size: 13px; line-height: 1.68; }
.film-card-copy a { color: var(--blue-700); font-size: 11px; font-weight: 830; text-decoration: none; }
.film-card-copy a:hover { text-decoration: underline; text-underline-offset: 4px; }
.film-card .hover-video-hint { left: 60px; }
.film-model { grid-column: 1 / -1; margin-top: 2px; }
.cinema-panel-reverse { grid-template-columns: minmax(420px, 1.32fr) minmax(300px, 0.68fr); }
.cinema-panel-reverse .cinema-copy { order: 2; padding: 0px 13px 0px 0px; }
.initiatives { background: var(--off-white); }
.initiative-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.initiative-card { display: flex; min-height: 610px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); box-shadow: rgba(7, 24, 43, 0.043) 0px 12px 34px; }
.initiative-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.initiative-top > span { display: flex; align-items: center; gap: 9px; color: var(--blue-700); font-size: 9px; font-weight: 860; letter-spacing: 0.09em; text-transform: uppercase; }
.initiative-top b { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 7px; background: var(--soft-blue); font-size: 8px; }
.initiative-top em { color: rgb(123, 99, 55); font-size: 8px; font-style: normal; font-weight: 760; text-align: right; }
.initiative-card h3 { margin: 34px 0px 13px; color: var(--navy-900); font-size: 27px; font-weight: 710; letter-spacing: -0.037em; line-height: 1.12; }
.initiative-card > p { margin: 0px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.initiative-goal { margin-top: 27px; padding: 15px 16px; border-left: 3px solid var(--blue-500); background: var(--soft-blue); }
.initiative-goal span, .initiative-goal strong { display: block; }
.initiative-goal span { color: var(--blue-700); font-size: 8px; font-weight: 870; letter-spacing: 0.12em; text-transform: uppercase; }
.initiative-goal strong { margin-top: 5px; color: var(--navy-900); font-size: 12px; line-height: 1.55; }
.initiative-card details { margin-top: auto; padding-top: 27px; }
.initiative-card summary { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 15px; padding: 0px 13px; border: 1px solid rgb(207, 224, 232); border-radius: var(--radius-xs); background: rgb(248, 251, 252); color: var(--navy-800); font-size: 10px; font-weight: 810; cursor: pointer; list-style: none; }
.initiative-card summary::-webkit-details-marker { display: none; }
.initiative-card summary span { color: var(--blue-700); font-size: 18px; font-weight: 500; transition: transform 0.2s; }
.initiative-card details[open] summary span { transform: rotate(45deg); }
.initiative-details { padding: 15px 5px 0px; }
.initiative-details ul { display: grid; gap: 9px; margin: 0px; padding: 0px; list-style: none; }
.initiative-details li { position: relative; padding-left: 15px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.initiative-details li::before { content: ""; position: absolute; top: 8px; left: 0px; width: 5px; height: 5px; border-radius: 50%; background: var(--blue-500); }
.initiative-details > a { display: inline-block; margin-top: 14px; color: var(--blue-700); font-size: 10px; font-weight: 810; text-decoration: none; }
.initiative-links { display: grid; gap: 7px; margin-top: 14px; }
.initiative-links a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 10px; border: 1px solid rgb(210, 227, 234); border-radius: 7px; background: var(--soft-blue); color: var(--blue-700); font-size: 9px; font-weight: 780; text-decoration: none; }
.initiative-note { display: grid; grid-template-columns: auto 1fr; gap: 12px; margin-top: 17px; padding: 17px 19px; border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left: 3px solid var(--blue-500); border-radius: 0 var(--radius-xs) var(--radius-xs) 0; background: var(--white); color: var(--muted); font-size: 12px; }
.initiative-note strong { color: var(--navy-900); }
.administration { padding: 64px 0px; background: var(--white); }
.administration-shell { display: grid; grid-template-columns: minmax(360px, 0.82fr) minmax(460px, 1.18fr); gap: 46px 65px; padding: clamp(35px, 5vw, 70px); overflow: hidden; border-radius: var(--radius-lg); background: radial-gradient(circle at 80% 12%, rgba(0, 164, 223, 0.16), transparent 26%),
    linear-gradient(148deg, var(--navy-850), var(--navy-950)); color: var(--white); box-shadow: var(--shadow-card); }
.administration-intro { align-self: center; }
.administration-intro .kicker { color: var(--blue-300); }
.administration-intro h2 { max-width: 600px; margin: 9px 0px 19px; color: var(--white); font-size: clamp(39px, 4.2vw, 59px); font-weight: 730; letter-spacing: -0.052em; line-height: 1.03; }
.administration-intro p { max-width: 560px; margin: 0px; color: rgb(174, 194, 207); font-size: 15px; line-height: 1.75; }
.administration-media .video-shell { border: 1px solid rgba(142, 221, 247, 0.2); border-radius: var(--radius-md); box-shadow: rgba(0, 0, 0, 0.28) 0px 24px 60px; }
.administration-media > p { margin: 10px 3px 0px; color: rgb(111, 137, 155); font-size: 9px; line-height: 1.5; }
.benefit-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.benefit-card { display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 20px; border: 1px solid rgba(137, 217, 246, 0.14); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.043); }
.benefit-card > b { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 9px; background: rgba(110, 218, 250, 0.1); color: var(--blue-300); font-size: 9px; }
.benefit-card h3 { margin: 0px 0px 6px; color: var(--white); font-size: 17px; font-weight: 700; }
.benefit-card p { margin: 0px; color: rgb(158, 179, 194); font-size: 11px; line-height: 1.62; }
.administration-action { grid-column: 1 / -1; display: grid; grid-template-columns: 0.78fr 1.2fr auto; align-items: center; gap: 30px; padding: 23px 25px; border: 1px solid rgba(134, 217, 247, 0.18); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.055); }
.status-pill { display: inline-flex; width: max-content; max-width: 100%; align-items: center; gap: 9px; color: rgb(190, 208, 219); font-size: 9px; font-weight: 780; letter-spacing: 0.04em; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: rgb(255, 211, 107); box-shadow: rgba(255, 211, 107, 0.38) 0px 0px 12px; }
.administration-action h3 { margin: 0px 0px 6px; color: var(--white); font-size: 20px; font-weight: 700; letter-spacing: -0.025em; }
.administration-action p { margin: 0px; color: rgb(157, 179, 193); font-size: 11px; line-height: 1.62; }
.administration-links { display: grid; min-width: 210px; gap: 10px; }
.administration-links > a:not(.button) { color: var(--blue-300); font-size: 9px; font-weight: 790; text-align: center; text-decoration: none; }
.citizen-workshop { background: linear-gradient(125deg, rgba(0, 164, 223, 0.04), transparent 42%),
    var(--off-white); }
.workshop-shell { display: grid; grid-template-columns: minmax(390px, 0.9fr) minmax(450px, 1.1fr); gap: clamp(45px, 7vw, 94px); align-items: start; }
.workshop-copy h2 { max-width: 640px; margin: 10px 0px 20px; color: var(--navy-900); font-size: clamp(42px, 4.7vw, 64px); font-weight: 750; letter-spacing: -0.055em; line-height: 1.01; }
.workshop-copy > p { max-width: 620px; margin: 0px; color: var(--muted); font-size: 15px; line-height: 1.78; }
.workshop-claim { margin: 27px 0px; padding: 18px 20px; border-left: 3px solid var(--blue-500); background: var(--white); box-shadow: rgba(7, 24, 43, 0.05) 0px 10px 30px; }
.workshop-claim span, .workshop-claim strong { display: block; }
.workshop-claim span { color: var(--blue-700); font-size: 9px; font-weight: 860; letter-spacing: 0.11em; text-transform: uppercase; }
.workshop-claim strong { margin-top: 2px; color: var(--navy-900); font-size: 21px; letter-spacing: -0.02em; }
.workshop-prompts { display: grid; gap: 8px; margin: 0px; padding: 0px; list-style: none; }
.workshop-prompts li { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: start; padding: 13px 14px; border: 1px solid var(--line); border-radius: var(--radius-xs); background: rgba(255, 255, 255, 0.72); color: var(--muted); font-size: 11px; line-height: 1.5; }
.workshop-prompts b { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 7px; background: var(--soft-blue); color: var(--blue-700); font-size: 8px; }
.workshop-prompts strong { display: block; color: var(--navy-900); font-size: 12px; }
.official-note { display: grid; gap: 2px; margin-top: 17px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.official-note strong { color: var(--navy-900); }
.official-note a { color: var(--blue-700); font-weight: 760; text-decoration: none; }
.idea-form { display: grid; gap: 17px; padding: clamp(27px, 4vw, 43px); border: 1px solid rgba(129, 215, 245, 0.18); border-radius: var(--radius-lg); background: radial-gradient(circle at 84% 12%, rgba(0, 164, 223, 0.13), transparent 28%),
    linear-gradient(150deg, var(--navy-850), var(--navy-950)); color: var(--white); box-shadow: var(--shadow-card); }
.form-heading { margin-bottom: 5px; }
.form-heading span { display: block; color: var(--white); font-size: 25px; font-weight: 710; letter-spacing: -0.03em; }
.form-heading p { margin: 5px 0px 0px; color: rgb(143, 168, 185); font-size: 10px; }
.idea-form label { display: grid; gap: 7px; color: rgb(185, 203, 214); font-size: 9px; font-weight: 820; letter-spacing: 0.06em; text-transform: uppercase; }
.idea-form input, .idea-form select, .idea-form textarea { width: 100%; border: 1px solid rgba(139, 216, 245, 0.18); border-radius: var(--radius-xs); outline: none; background: rgba(255, 255, 255, 0.067); color: var(--white); font-size: 13px; font-weight: 480; letter-spacing: 0px; text-transform: none; transition: border-color 0.2s, background 0.2s, box-shadow 0.2s; }
.idea-form input, .idea-form select { min-height: 48px; padding: 0px 13px; }
.idea-form textarea { min-height: 130px; padding: 12px 13px; line-height: 1.55; resize: vertical; }
.idea-form select { color-scheme: dark; }
.idea-form input::placeholder, .idea-form textarea::placeholder { color: rgb(110, 137, 156); }
.idea-form input:focus, .idea-form select:focus, .idea-form textarea:focus { border-color: rgba(114, 214, 245, 0.58); background: rgba(255, 255, 255, 0.09); box-shadow: rgba(0, 164, 223, 0.1) 0px 0px 0px 4px; }
.idea-form .button { width: 100%; margin-top: 3px; }
.idea-form > small { color: rgb(113, 138, 156); font-size: 9px; line-height: 1.5; }
.idea-form > small a { color: var(--blue-300); font-weight: 720; text-underline-offset: 3px; }
.local-section { background: var(--white); }
.local-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; align-items: start; gap: 22px; }
.local-card { position: relative; min-height: 580px; overflow: hidden; border-radius: var(--radius-md); background: var(--navy-900); box-shadow: var(--shadow-soft); }
.local-card-offset { min-height: 520px; margin-top: 62px; }
.local-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform 1s var(--ease-out); }
.local-card > .hover-video-layer { position: absolute; z-index: 1; inset: 0px; width: 100%; height: 100%; min-height: inherit; object-fit: cover; opacity: 0; }
.local-card.is-hover-playing > .hover-video-layer { opacity: 1; }
.local-card::after { content: ""; position: absolute; z-index: 1; inset: 0px; background: linear-gradient(to top, rgba(3, 16, 30, 0.88), rgba(3, 16, 30, 0.02) 62%); pointer-events: none; }
.local-card:hover img { transform: scale(1.035); }
.local-card .video-open-hitarea { z-index: 3; }
.local-card .hover-video-hint { z-index: 4; }
.local-card-copy { position: absolute; z-index: 2; right: 0px; bottom: 0px; left: 0px; padding: clamp(25px, 4vw, 42px); color: var(--white); }
.local-card-copy span { color: var(--blue-300); font-size: 9px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.local-card-copy h3 { margin: 8px 0px; color: var(--white); font-size: clamp(29px, 3vw, 43px); font-weight: 710; letter-spacing: -0.04em; line-height: 1.08; }
.local-card-copy p { max-width: 490px; margin: 0px; color: rgb(179, 197, 208); font-size: 13px; }
.team-section { background: var(--off-white); }
.team-film { display: grid; grid-template-columns: minmax(480px, 1.25fr) minmax(270px, 0.75fr); align-items: center; gap: 38px; margin-bottom: 19px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); }
.team-film .video-shell { border-radius: var(--radius-sm); }
.team-film > div:last-child { padding-right: 20px; }
.team-film > div:last-child span, .team-film > div:last-child strong, .team-film > div:last-child small { display: block; }
.team-film > div:last-child span { color: var(--blue-700); font-size: 9px; font-weight: 860; letter-spacing: 0.11em; text-transform: uppercase; }
.team-film > div:last-child strong { margin-top: 12px; color: var(--navy-900); font-size: 24px; line-height: 1.3; }
.team-film > div:last-child small { margin-top: 10px; color: var(--muted); font-size: 10px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.person-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); box-shadow: rgba(7, 24, 43, 0.043) 0px 11px 34px; cursor: pointer; transition: transform 0.24s var(--ease-out),
    box-shadow 0.24s ease,
    border-color 0.24s ease; }
.person-card:hover { border-color: rgb(185, 217, 231); box-shadow: rgba(7, 24, 43, 0.106) 0px 22px 55px; transform: translateY(-5px); }
.person-photo { position: relative; overflow: hidden; aspect-ratio: 4 / 4.75; background: rgb(220, 228, 233); }
.person-photo::after { content: ""; position: absolute; z-index: 1; inset: 0px; background: linear-gradient(to top, rgba(4, 18, 32, 0.23), transparent 38%); pointer-events: none; }
.person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.7s var(--ease-out); }
.person-photo > .hover-video-layer { position: absolute; z-index: 1; inset: 0px; width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.person-photo.is-hover-playing > .hover-video-layer { opacity: 1; }
.person-photo .video-open-hitarea { z-index: 3; }
.person-photo .hover-video-hint { z-index: 4; top: auto; right: 14px; bottom: 14px; left: 14px; width: max-content; max-width: calc(100% - 76px); }
.person-card:hover .person-photo img { transform: scale(1.025); }
.person-photo > .person-index { position: absolute; z-index: 5; top: 14px; right: 14px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 50%; background: rgba(3, 16, 30, 0.52); color: var(--white); font-size: 9px; font-weight: 850; backdrop-filter: blur(10px); }
.person-copy { padding: 24px 25px 27px; }
.person-copy h3 { margin: 0px; color: var(--navy-900); font-size: 24px; font-weight: 720; letter-spacing: -0.032em; line-height: 1.15; }
.role { margin-top: 7px; color: var(--blue-700); font-size: 10px; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; }
.person-copy p { min-height: 88px; margin: 17px 0px 20px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.person-copy button { display: inline-flex; align-items: center; gap: 10px; padding: 0px; border: 0px; background: transparent; color: var(--blue-700); font-size: 10px; font-weight: 830; cursor: pointer; }
.person-copy button span { font-size: 15px; transition: transform 0.2s; }
.person-card:hover .person-copy button span { transform: translateX(4px); }
.insights { position: relative; overflow: hidden; background: radial-gradient(circle at 10% 18%, rgba(0, 147, 205, 0.13), transparent 25%), linear-gradient(155deg, rgb(8, 28, 48), rgb(2, 11, 20)); color: var(--white); }
.insights::before { content: ""; position: absolute; inset: 0px; background-image: linear-gradient(rgba(109, 212, 248, 0.024) 1px, transparent 1px), linear-gradient(90deg, rgba(109, 212, 248, 0.024) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(rgb(0, 0, 0), transparent 82%); }
.insights > .container { position: relative; z-index: 1; }
.transfer-note { display: grid; grid-template-columns: auto 1fr; gap: 20px; margin-bottom: 24px; padding: 23px 26px; border: 1px solid rgba(131, 216, 247, 0.16); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.04); }
.transfer-mark { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(123, 220, 255, 0.22); border-radius: 50%; background: rgba(111, 218, 250, 0.07); color: var(--blue-300); font-size: 15px; font-weight: 900; }
.transfer-note span, .transfer-note strong { display: block; }
.transfer-note span { color: var(--blue-300); font-size: 9px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.transfer-note strong { margin-top: 5px; color: var(--white); font-size: 19px; }
.transfer-note p { max-width: 920px; margin: 7px 0px 0px; color: rgb(158, 180, 194); font-size: 12px; line-height: 1.66; }
.visit-grid { display: grid; gap: 20px; }
.visit-card { display: grid; grid-template-columns: 1.08fr 0.92fr; min-height: 455px; overflow: hidden; border: 1px solid rgba(132, 216, 247, 0.15); border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.04); }
.visit-card-reverse { grid-template-columns: 0.8fr 1.2fr; }
.visit-card-reverse .visit-image { order: 2; }
.visit-image { position: relative; min-height: 455px; overflow: hidden; padding: 0px; border: 0px; background: var(--navy-950); cursor: zoom-in; }
.visit-image::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(to top, rgba(2, 11, 20, 0.38), transparent 45%); }
.visit-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease-out); }
.visit-card-reverse .visit-image img { object-position: center 30%; }
.visit-image:hover img { transform: scale(1.025); }
.visit-image > span { position: absolute; z-index: 2; right: 17px; bottom: 17px; padding: 7px 10px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; background: rgba(3, 16, 30, 0.65); color: var(--white); font-size: 8px; font-weight: 820; letter-spacing: 0.06em; text-transform: uppercase; backdrop-filter: blur(10px); }
.visit-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(33px, 5vw, 62px); }
.visit-copy > span { color: var(--blue-300); font-size: 9px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.visit-copy h3 { margin: 10px 0px 16px; color: var(--white); font-size: clamp(31px, 3.2vw, 45px); font-weight: 710; letter-spacing: -0.042em; line-height: 1.07; }
.visit-copy p { margin: 0px; color: rgb(166, 186, 198); font-size: 13px; line-height: 1.72; }
.visit-copy ul { display: grid; gap: 7px; margin: 21px 0px 0px; padding: 0px; list-style: none; }
.visit-copy li { position: relative; padding-left: 15px; color: rgb(136, 163, 180); font-size: 10px; }
.visit-copy li::before { content: ""; position: absolute; top: 9px; left: 0px; width: 5px; height: 5px; border-radius: 50%; background: var(--blue-300); }
.contact-section { padding: 74px 0px; background: radial-gradient(circle at 85% 12%, rgba(0, 164, 223, 0.06), transparent 26%),
    var(--off-white); }
.contact-shell { display: grid; grid-template-columns: minmax(290px, 0.82fr) minmax(240px, 0.72fr) minmax(320px, 1fr); gap: 16px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); }
.contact-heading { padding: 10px 18px 10px 8px; }
.contact-heading h2 { margin: 5px 0px 10px; color: var(--navy-900); font-size: 36px; font-weight: 740; letter-spacing: -0.045em; line-height: 1.05; }
.contact-heading p { margin: 0px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.contact-item { display: flex; min-height: 154px; flex-direction: column; justify-content: center; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--off-white); }
.contact-item > span { margin-bottom: 7px; color: var(--blue-700); font-size: 8px; font-weight: 870; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-item strong, .contact-item a { color: var(--navy-900); font-size: 13px; font-weight: 700; line-height: 1.6; text-decoration: none; }
.contact-email a { color: var(--blue-700); overflow-wrap: anywhere; }
.contact-item a:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-item small { margin-top: 7px; color: var(--muted); font-size: 9px; }
.site-footer { padding: 70px 0px 0px; background: var(--navy-950); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 0.72fr); gap: 48px; padding-bottom: 52px; }
.footer-brand .brand { margin-bottom: 18px; }
.footer-brand p { max-width: 290px; margin: 0px; color: rgb(114, 139, 157); font-size: 11px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-column h3 { margin: 2px 0px 10px; color: var(--white); font-size: 10px; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0px; color: rgb(127, 152, 169); font-size: 10px; line-height: 1.65; text-decoration: none; overflow-wrap: anywhere; }
.footer-column a:hover { color: var(--blue-300); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0px 23px; border-top: 1px solid rgba(255, 255, 255, 0.09); color: rgb(95, 120, 138); font-size: 9px; letter-spacing: 0.04em; }
.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 1100; inset: 0px; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0px; background: rgba(2, 11, 20, 0.86); backdrop-filter: blur(10px); }
.modal-panel { position: relative; z-index: 2; width: min(930px, 100%); max-height: calc(-48px + 100svh); overflow: auto; border: 1px solid rgba(131, 216, 247, 0.2); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-dark); }
.modal-close { position: absolute; z-index: 5; top: 14px; right: 14px; display: grid; width: 41px; height: 41px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 50%; background: rgba(3, 16, 30, 0.72); color: var(--white); font-size: 25px; line-height: 1; cursor: pointer; backdrop-filter: blur(10px); }
.person-modal-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; min-height: 560px; }
.person-modal-image { min-height: 560px; background: rgb(220, 228, 233); }
.person-modal-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.person-modal-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 72px); }
.person-modal-copy h2 { margin: 9px 0px 7px; color: var(--navy-900); font-size: clamp(38px, 5vw, 59px); font-weight: 740; letter-spacing: -0.052em; line-height: 1; }
.person-modal-copy > strong { color: var(--blue-700); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.person-modal-copy p { margin: 22px 0px 0px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.video-modal-panel { width: min(1120px, 100%); overflow: hidden; background: var(--navy-950); }
.video-modal-stage { position: relative; aspect-ratio: 16 / 9; background: #000; }
.video-modal-stage video { width: 100%; height: 100%; object-fit: contain; background: #000; }
.video-modal-copy { padding: 24px 28px 28px; border-top: 1px solid rgba(130, 218, 247, 0.14); background: linear-gradient(135deg, rgba(8, 35, 58, 0.96), rgba(3, 16, 30, 0.98)); }
.video-modal-copy span { color: var(--blue-300); font-size: 8px; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.video-modal-copy h2 { margin: 6px 0px 5px; color: var(--white); font-size: clamp(27px, 3vw, 40px); font-weight: 720; letter-spacing: -0.038em; line-height: 1.1; }
.video-modal-copy p { margin: 0px; color: rgb(151, 174, 189); font-size: 11px; }
.gallery-modal-panel { width: min(1120px, 100%); overflow: hidden; background: var(--navy-950); }
.gallery-modal-panel figure { margin: 0px; }
.gallery-modal-panel img { width: 100%; max-height: calc(-130px + 100svh); object-fit: contain; }
.gallery-modal-panel figcaption { padding: 15px 20px 18px; color: rgb(169, 189, 202); font-size: 11px; }
.back-to-top { position: fixed; z-index: 700; right: 22px; bottom: 22px; display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(124, 216, 248, 0.2); border-radius: 50%; background: rgba(3, 16, 30, 0.88); color: var(--white); box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 30px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity 0.22s, transform 0.22s; cursor: pointer; backdrop-filter: blur(10px); }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover { border-color: rgba(124, 216, 248, 0.5); }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.75s var(--ease-out),
    transform 0.75s var(--ease-out); }
.js .reveal-delay { transition-delay: 0.12s; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.legal-page { background: var(--off-white); }
.legal-page .site-header { position: sticky; top: 0px; inset-inline: 0px; background: var(--navy-950); }
.legal-main { min-height: 70vh; }
.legal-hero { padding: 88px 0px 60px; background: radial-gradient(circle at 80% 20%, rgba(0, 164, 223, 0.13), transparent 28%),
    linear-gradient(150deg, var(--navy-850), var(--navy-950)); color: var(--white); }
.legal-hero h1 { margin: 10px 0px 11px; color: var(--white); font-size: clamp(48px, 6vw, 76px); font-weight: 750; letter-spacing: -0.055em; line-height: 0.98; }
.legal-hero p { max-width: 620px; margin: 0px; color: rgb(168, 191, 205); }
.legal-content { padding: 66px 0px 96px; }
.legal-card { width: min(850px, 100%); margin: auto; padding: clamp(30px, 5vw, 64px); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); }
.legal-card h2 { margin: 37px 0px 12px; color: var(--navy-900); font-size: 22px; letter-spacing: -0.025em; line-height: 1.28; }
.legal-card h2:first-child { margin-top: 0px; }
.legal-card p, .legal-card address { margin: 0px 0px 13px; color: var(--muted); font-size: 13px; font-style: normal; line-height: 1.75; }
.legal-card a { color: var(--blue-700); overflow-wrap: anywhere; text-underline-offset: 3px; }
.legal-meta { padding-top: 16px; border-top: 1px solid var(--line); margin-top: 37px !important; font-size: 10px !important; }
.legal-back { display: inline-flex; margin-top: 12px; font-size: 11px; font-weight: 810; text-decoration: none; }
.legal-page .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
@media (hover: none), (pointer: coarse) {
  .desktop-label { display: none; }
  .touch-label { display: inline; }
  .hover-video-hint { background: rgba(2, 13, 24, 0.78); }
  .video-open-hitarea { cursor: pointer; }
}
@media (max-width: 1160px) {
  .header-inner { min-height: 82px; }
  .menu-button { display: inline-flex; }
  .main-nav { position: absolute; top: 82px; right: 24px; left: 24px; display: none; align-items: stretch; padding: 18px; border: 1px solid rgba(129, 215, 245, 0.17); border-radius: var(--radius-sm); background: rgba(3, 16, 30, 0.98); box-shadow: rgba(0, 0, 0, 0.32) 0px 24px 60px; backdrop-filter: blur(18px); }
  .main-nav.open { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .main-nav a { padding: 11px 12px; border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 7px; background: rgba(255, 255, 255, 0.035); }
  .main-nav a::after { display: none; }
  .nav-contact { min-height: 42px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; padding-top: 140px; padding-bottom: 100px; }
  .hero-copy { max-width: 850px; }
  .hero h1 { font-size: clamp(67px, 10vw, 92px); }
  .hero-media { width: min(900px, 100%); margin: auto; }
  .hero-media-frame { transform: none; }
  .scroll-cue { display: none; }
  .principle-grid { grid-template-columns: repeat(2, 1fr); }
  .principle-card { min-height: 230px; }
  .initiative-grid { grid-template-columns: 1fr 1fr; }
  .initiative-card:last-child { grid-column: 1 / -1; min-height: 0px; }
  .administration-shell { grid-template-columns: 1fr; }
  .administration-media { width: min(850px, 100%); }
  .administration-action { grid-template-columns: 1fr 1.3fr; }
  .administration-links { grid-column: 1 / -1; grid-template-columns: auto auto; align-items: center; justify-content: start; }
  .workshop-shell { grid-template-columns: 1fr; }
  .workshop-copy { max-width: 790px; }
  .idea-form { width: min(820px, 100%); }
  .footer-grid { grid-template-columns: 1.25fr repeat(2, 0.75fr); }
  .footer-column:last-child { grid-column: 2 / -1; }
}
@media (max-width: 900px) {
  .section-heading { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .section-heading > p { max-width: 760px; }
  .quote-layout { grid-template-columns: auto 1fr; }
  .quote-note { grid-column: 2; margin-top: 0px; }
  .cinema-panel, .cinema-panel-reverse { grid-template-columns: 1fr; gap: 28px; }
  .cinema-panel-reverse .cinema-copy { order: 0; padding: 0px 8px; }
  .cinema-copy { padding: 0px 8px; }
  .focus-grid { grid-template-columns: 1fr 1fr; }
  .focus-card:last-child { grid-column: 1 / -1; min-height: 280px; }
  .film-card, .film-card-large { grid-column: span 6; }
  .film-card-landscape { grid-column: 2 / span 10; }
  .team-film { grid-template-columns: 1fr; }
  .team-film > div:last-child { padding: 0px 8px 10px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .person-card:last-child { grid-column: 1 / -1; width: calc(50% - 8px); }
  .visit-card, .visit-card-reverse { grid-template-columns: 1fr; }
  .visit-card-reverse .visit-image { order: 0; }
  .visit-image { min-height: 390px; }
  .contact-shell { grid-template-columns: 1fr 1fr; }
  .contact-heading { grid-column: 1 / -1; }
  .legal-page .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .container { width: min(calc(100% - 30px), var(--max-width)); }
  html { scroll-padding-top: 76px; }
  .site-header { inset-block-start: 3px; }
  .header-inner { min-height: 72px; }
  .brand img { width: 57px; }
  .brand-name { margin-left: 10px; padding-left: 10px; }
  .brand-name small { font-size: 8px; }
  .brand-name strong { font-size: 14px; }
  .menu-button { min-height: 39px; padding: 0px 11px; }
  .main-nav { top: 72px; right: 15px; left: 15px; }
  .main-nav.open { grid-template-columns: 1fr; }
  .hero-grid { gap: 30px; padding-top: 112px; padding-bottom: 63px; }
  .eyebrow { margin-bottom: 20px; font-size: 9px; letter-spacing: 0.11em; }
  .hero h1 { font-size: clamp(53px, 16vw, 68px); }
  .hero-slogan { margin: 22px 0px 16px; font-size: 10px; letter-spacing: 0.17em; }
  .hero-lead { font-size: 15px; line-height: 1.68; }
  .hero-topics { margin-top: 23px; }
  .hero-topics li { font-size: 9px; }
  .hero-actions { display: grid; margin-top: 26px; }
  .button { width: 100%; }
  .hero-trust { gap: 9px 15px; margin-top: 25px; }
  .hero-trust span { font-size: 8px; }
  .hero-media::before, .hero-media::after { display: none; }
  .hero-media-frame { border-radius: var(--radius-md); }
  .media-chrome { min-height: 54px; padding: 11px 13px; }
  .media-chrome strong { display: none; }
  .media-meta { display: grid; gap: 3px; padding: 12px 13px 14px; }
  .media-meta small { text-align: left; }
  .media-button b { display: none; }
  .media-button { min-width: 38px; justify-content: center; padding: 0px 9px; }
  .section { padding: 74px 0px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 39px; }
  .section-heading > p { font-size: 14px; }
  .quote-section { padding: 66px 0px; }
  .quote-layout { grid-template-columns: 1fr; gap: 13px; }
  .quote-mark { font-size: 60px; }
  .quote-layout blockquote { font-size: 33px; }
  .quote-note { grid-column: auto; margin-top: 12px; font-size: 13px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: 0px; padding: 23px; }
  .principle-card h3 { margin-top: 33px; }
  .cinema-panel { padding: 17px; border-radius: var(--radius-md); }
  .cinema-copy h3 { font-size: 31px; }
  .situation-toolbar { align-items: flex-start; flex-direction: column; margin-bottom: 41px; }
  .situation-toolbar > div { align-items: flex-start; flex-wrap: wrap; }
  .metric-grid, .focus-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: 150px; }
  .focus-card, .focus-card:last-child { grid-column: auto; min-height: 290px; }
  .situation-note, .initiative-note { grid-template-columns: 1fr; gap: 4px; }
  .film-grid { display: grid; grid-template-columns: 1fr; }
  .film-card, .film-card-large, .film-card-landscape, .film-model { grid-column: auto; }
  .film-card-copy { padding: 22px; }
  .initiative-grid { grid-template-columns: 1fr; }
  .initiative-card, .initiative-card:last-child { grid-column: auto; min-height: 0px; padding: 22px; }
  .initiative-top { align-items: flex-start; flex-direction: column; }
  .initiative-top em { padding-left: 38px; text-align: left; }
  .initiative-card details { margin-top: 26px; }
  .administration { padding: 28px 0px; }
  .administration-shell { gap: 31px; padding: 29px 19px; border-radius: var(--radius-md); }
  .administration-intro h2 { font-size: 40px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .administration-action { grid-template-columns: 1fr; padding: 20px; }
  .administration-links { grid-column: auto; grid-template-columns: 1fr; }
  .workshop-copy h2 { font-size: 43px; }
  .idea-form { padding: 24px 20px; border-radius: var(--radius-md); }
  .local-grid { grid-template-columns: 1fr; }
  .local-card, .local-card-offset { min-height: 440px; margin: 0px; }
  .team-film { padding: 14px; }
  .team-grid { grid-template-columns: 1fr; }
  .person-card:last-child { grid-column: auto; width: 100%; }
  .person-copy p { min-height: 0px; }
  .transfer-note { grid-template-columns: 1fr; padding: 20px; }
  .visit-image { min-height: 310px; }
  .visit-copy { padding: 28px 23px 33px; }
  .contact-shell { grid-template-columns: 1fr; padding: 18px; }
  .contact-heading { grid-column: auto; padding: 9px 5px 15px; }
  .contact-item { min-height: 0px; }
  .footer-grid, .legal-page .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 3px; }
  .person-modal-grid { grid-template-columns: 1fr; }
  .person-modal-image { min-height: 380px; max-height: 48svh; }
  .person-modal-copy { padding: 31px 24px 38px; }
  .modal { padding: 12px; }
  .modal-panel { max-height: calc(-24px + 100svh); border-radius: var(--radius-md); }
  .back-to-top { right: 15px; bottom: 15px; }
  .legal-hero { padding: 65px 0px 48px; }
  .legal-content { padding: 35px 0px 70px; }
  .legal-card { padding: 26px 21px; }
}
@media (max-width: 420px) {
  .hero h1 { font-size: 51px; }
  .hero-topics li { width: calc(50% - 4px); text-align: center; }
  .film-card-copy h3 { font-size: 25px; }
  .footer-grid, .legal-page .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-column:last-child { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .reading-progress i { will-change: auto; }
  [data-hover-video] video { transform: none !important; }
}
