:root { --navy: #0f172a; --ink: #172033; --muted: #697386; --paper: #f4f6f8; --blue: #1a73e8; --cyan: #00b4d8; --red: #ff2222; --line: #d9dfe6; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
.page-shell { overflow: hidden; }
.construction-modal { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 24px; background: rgba(15, 23, 42, .78); backdrop-filter: blur(7px); animation: modal-in .35s ease-out both; }
.construction-modal.is-hidden { display: none; }
.modal-card { width: min(100%, 510px); background: var(--paper); padding: 46px 48px 38px; position: relative; box-shadow: 18px 18px 0 var(--cyan); }
.modal-close { position: absolute; top: 13px; right: 17px; border: 0; background: transparent; color: var(--muted); font-size: 30px; line-height: 1; cursor: pointer; padding: 5px; }.modal-close:hover { color: var(--red); }
.modal-topline { color: var(--red); display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 700; letter-spacing: .16em; }.modal-logo { width: 170px; margin: 38px 0 30px; display: block; }.modal-card h2 { font-size: clamp(34px, 5vw, 52px); color: var(--navy); max-width: 400px; }.modal-message { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 22px 0 30px; max-width: 400px; }.language-switcher { display: flex; gap: 7px; margin-bottom: 25px; }.language-button { border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .08em; padding: 9px 12px; }.language-button:hover, .language-button.is-active { background: var(--navy); border-color: var(--navy); color: white; }.modal-continue { border: 0; padding: 0; background: transparent; color: var(--navy); cursor: pointer; font-size: 13px; font-weight: 700; }.modal-continue span { color: var(--red); padding-left: 9px; }.modal-continue:hover { color: var(--blue); }
.site-header, main, .site-footer { width: min(1180px, calc(100% - 64px)); margin: auto; }
.site-header { height: 104px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 180px; height: auto; display: block; }
.header-status { color: var(--muted); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; display: flex; align-items: center; gap: 9px; }
.status-dot { width: 8px; height: 8px; background: var(--red); border-radius: 50%; animation: pulse 2.2s infinite; }
.hero { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding: 72px 0 90px; }
.eyebrow { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; margin: 0 0 28px; }
.eyebrow span { color: var(--red); margin-right: 14px; }
h1, h2 { font-family: "Space Grotesk", sans-serif; font-weight: 500; letter-spacing: -.04em; line-height: .98; margin: 0; }
h1 { font-size: clamp(54px, 7.2vw, 94px); color: var(--navy); }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-text { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 475px; margin: 32px 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; gap: 16px; padding: 15px 20px; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button-primary { color: white; background: var(--navy); }.button-primary:hover { transform: translateY(-3px); background: var(--blue); }
.text-link { color: var(--navy); font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--navy); padding-bottom: 5px; }.text-link span { color: var(--red); margin-left: 8px; }
.hero-mark { height: 420px; position: relative; display: grid; place-items: center; }
.hero-mark::before { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; background: var(--navy); box-shadow: 26px 28px 0 var(--cyan); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; z-index: 1; }.orbit-one { width: 305px; height: 305px; }.orbit-two { width: 380px; height: 170px; transform: rotate(-35deg); border-color: rgba(15,23,42,.2); }
.tooth-mark { color: white; font-family: "Space Grotesk", sans-serif; font-size: 68px; font-weight: 700; letter-spacing: -.1em; z-index: 2; transform: translateX(-9px); }.mark-caption { position: absolute; z-index: 2; bottom: 39px; color: white; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.mark-caption span { color: var(--red); margin: 0 8px; }
.cross { width: 15px; height: 15px; position: absolute; z-index: 3; }.cross::before, .cross::after { content: ""; background: var(--red); position: absolute; }.cross::before { width: 15px; height: 2px; top: 7px; }.cross::after { width: 2px; height: 15px; left: 7px; }.cross-one { right: 14%; top: 12%; }.cross-two { left: 9%; bottom: 15%; transform: scale(.6); }
.progress-panel { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; padding: 45px 0; }.progress-intro .eyebrow { margin-bottom: 18px; }.progress-number { font-family: "Space Grotesk"; font-size: 70px; letter-spacing: -.08em; margin: 0; color: var(--navy); }.progress-number span { color: var(--red); font-size: 28px; margin-left: 5px; }.progress-detail { align-self: end; }.progress-label { display: flex; justify-content: space-between; color: var(--navy); font-size: 12px; font-weight: 700; margin-bottom: 14px; }.progress-label span:last-child { color: var(--red); text-transform: uppercase; letter-spacing: .1em; }.progress-track { height: 6px; background: #dfe5eb; }.progress-value { width: 64%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); transform-origin: left; animation: grow 1.4s ease-out both; }.progress-detail p { color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 560px; margin: 18px 0 0; }
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 130px 0; }.story h2 { font-size: clamp(40px, 5vw, 68px); max-width: 430px; }.story-content > p { font-size: 18px; line-height: 1.65; margin: 0 0 44px; max-width: 510px; }.principles { border-top: 1px solid var(--line); }.principle { display: grid; grid-template-columns: 40px 1fr; column-gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }.principle-index { color: var(--red); font-size: 11px; grid-row: span 2; }.principle strong { font-family: "Space Grotesk"; font-size: 18px; font-weight: 500; }.principle span:last-child { color: var(--muted); font-size: 13px; margin-top: 5px; }
.notice { background: var(--navy); color: white; min-height: 250px; padding: 45px 55px; display: flex; align-items: center; gap: 28px; position: relative; }.notice-symbol { color: var(--cyan); font-family: "Space Grotesk"; font-size: 70px; font-weight: 300; line-height: 1; }.notice-label { color: #90a2ba; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; margin: 0 0 15px; }.notice h2 { font-size: clamp(34px, 4vw, 52px); }.notice h2 br + * { color: var(--cyan); }.round-link { margin-left: auto; border: 1px solid rgba(255,255,255,.35); color: white; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; text-decoration: none; font-size: 20px; transition: background .2s; }.round-link:hover { background: var(--red); border-color: var(--red); }.site-footer { display: flex; gap: 18px; justify-content: space-between; align-items: center; padding: 28px 0 35px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }.footer-line { height: 1px; background: var(--line); flex: 1; }
@keyframes grow { from { transform: scaleX(0); } to { transform: scaleX(1); } } @keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(255,34,34,.35); } 50% { box-shadow: 0 0 0 6px rgba(255,34,34,0); } } @keyframes modal-in { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 700px) { .site-header, main, .site-footer { width: min(100% - 40px, 560px); }.site-header { height: 84px; }.brand img { width: 150px; }.header-status { font-size: 9px; max-width: 120px; text-align: right; }.hero { display: flex; flex-direction: column; align-items: stretch; gap: 32px; padding: 65px 0 75px; }.hero-mark { height: 310px; }.hero-mark::before { width: 245px; height: 245px; box-shadow: 18px 20px 0 var(--cyan); }.orbit-one { width: 225px; height: 225px; }.orbit-two { width: 290px; height: 135px; }.tooth-mark { font-size: 50px; }.mark-caption { bottom: 22px; font-size: 8px; }.hero-text { font-size: 16px; }.progress-panel, .story { grid-template-columns: 1fr; gap: 40px; }.progress-panel { padding: 38px 0; }.story { padding: 90px 0; gap: 45px; }.notice { padding: 35px 25px; min-height: 220px; gap: 15px; }.notice-symbol { font-size: 48px; }.round-link { width: 44px; height: 44px; }.site-footer { font-size: 9px; gap: 10px; }.footer-line { min-width: 20px; }.modal-card { padding: 39px 27px 30px; box-shadow: 10px 10px 0 var(--cyan); }.modal-logo { margin: 28px 0 24px; width: 145px; }.modal-message { font-size: 14px; } }