:root { --bg-color: #ffffff; --text-color: #000000; --font-stack: "Helvetica Neue", Helvetica, Arial, sans-serif; --padding-x: 40px; --padding-y: 30px; --align-guide: clamp(50%, calc(136.5vw - 886px), 75%); }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: var(--bg-color); color: var(--text-color); font-family: var(--font-stack); -webkit-font-smoothing: antialiased; min-height: 100vh; overflow-x: hidden; line-height: 1.4; padding-bottom: 80px; }
a { text-decoration: none; color: inherit; }
header { padding: var(--padding-y) var(--padding-x); position: relative; height: 120px; margin-bottom: 0px; display: flex; justify-content: space-between; align-items: flex-start; }
.logo { display: block; cursor: pointer; position: relative; z-index: 10; }
.logo img { height: clamp(30px, 3.8vw, 55px); width: auto; display: block; }
.nav-group-right { position: absolute; left: var(--align-guide); top: var(--padding-y); z-index: 10; display: flex; gap: 40px; }
.nav-btn { font-size: clamp(1.9rem, 3.3vw, 4rem); font-weight: 400; line-height: 1; cursor: pointer; }
.nav-btn:hover { opacity: 0.6; }
.nav-btn.active { opacity: 0.3; }
main { display: grid; grid-template-columns: 30% 1fr 1fr; gap: 60px; padding: 60px var(--padding-x); margin-top: 0; }
.col-sidebar { grid-column: 1 / 2; }
.col-sidebar p { margin-bottom: 20px; text-transform: uppercase; font-size: 0.75rem; font-weight: 600; line-height: 1.6; }
.intro-text { font-size: 1.05rem; margin-bottom: 40px; max-width: 95%; text-align: left; hyphens: auto; -webkit-hyphens: auto; }
.intro-text p { margin-bottom: 20px; }
.link-list { list-style: none; margin-bottom: 40px; font-size: 0.95rem; }
.link-list li { margin-bottom: 8px; }
.social-icons { display: flex; gap: 20px; margin-bottom: 100px; align-items: center; }
.col-main { grid-column: 2 / 3; }
.col-right { grid-column: 3 / 4; display: flex; align-items: center; justify-content: center; }
.liquid-stage { width: 100%; max-width: 600px; }
.liquid-svg { width: 100%; height: auto; display: block; overflow: visible; }
.liquid-l { font-family: var(--font-stack); font-weight: 800; font-size: 240px; fill: #000; }
footer { position: fixed; bottom: 0; left: 0; width: 100%; padding: 20px var(--padding-x); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; z-index: 999; pointer-events: none; display: flex; justify-content: space-between; align-items: baseline; }
footer div { pointer-events: auto; }
.icp a { color: #333333; }
@media (max-width: 1024px) { main { grid-template-columns: 1fr 1fr; } .col-sidebar { grid-column: 1 / -1; margin-bottom: 20px; } .col-main { grid-column: 1 / 2; } .col-right { grid-column: 2 / 3; } }
@media (max-width: 768px) { :root { --padding-x: 15px; } header { justify-content: space-between; height: auto; padding-top: 25px; } .nav-group-right { position: static; gap: 20px; } .nav-btn { font-size: 2rem; } main { grid-template-columns: 1fr; gap: 30px; margin-top: 0; } .col-main, .col-right { grid-column: 1 / -1; } .liquid-l { font-size: 180px; } footer { position: static; margin-top: 60px; display: flex; flex-direction: column; gap: 5px; padding-bottom: 40px; } }
