:root { --ink:#15233d; --muted:#65718a; --paper:#f4f6fb; --white:#fff; --line:#dfe5ef; --blue:#2454d9; --blue-soft:#eaf0ff; --navy:#101a2c; --green:#19805c; --coral:#cc6847; --serif:Georgia, 'Times New Roman', serif; --sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; color:var(--ink); background:var(--paper); font-family:var(--sans); } a { color:inherit; text-decoration:none; } button, input { font:inherit; } .wrap { width:min(1120px, calc(100% - 40px)); margin:auto; }
.site-header { position:sticky; z-index:5; top:0; background:rgba(255,255,255,.9); backdrop-filter:blur(12px); border-bottom:1px solid var(--line); } .nav { height:74px; display:flex; align-items:center; justify-content:space-between; gap:20px; }.brand { display:flex; align-items:center; gap:10px; font-weight:750; letter-spacing:-.03em; }.brand-mark { display:grid; place-items:center; width:31px; height:31px; color:white; background:var(--blue); border-radius:10px; }.menu { display:flex; align-items:center; gap:25px; color:var(--muted); font-size:14px; }.menu a:hover,.menu a.active { color:var(--blue); }.portal-link { padding:9px 12px; color:white!important; background:var(--blue); border-radius:8px; font-weight:650; }
.eyebrow { margin:0 0 14px; color:var(--blue); font-size:12px; font-weight:750; letter-spacing:.11em; text-transform:uppercase; }.hero { padding:105px 0 74px; background:linear-gradient(120deg,#f9fbff 0%,#eaf0ff 54%,#e6eefa 100%); }.hero-grid { display:grid; grid-template-columns:1.08fr .92fr; align-items:center; gap:50px; }.hero h1 { max-width:670px; margin:0; font-family:var(--serif); font-size:clamp(48px,6vw,75px); line-height:.99; letter-spacing:-.065em; }.hero .lead { max-width:530px; margin:27px 0 0; color:var(--muted); font-size:18px; line-height:1.65; }.actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:31px; }.btn { display:inline-flex; align-items:center; justify-content:center; min-height:45px; padding:0 17px; border:1px solid var(--line); border-radius:9px; background:white; color:var(--ink); font-size:14px; font-weight:700; cursor:pointer; }.btn.primary { color:white; background:var(--blue); border-color:var(--blue); }.btn:hover { transform:translateY(-1px); }.hero-art { min-height:395px; padding:24px; display:flex; align-items:flex-end; background:#1a2b4b; border-radius:20px; box-shadow:0 27px 55px rgba(24,42,77,.18); overflow:hidden; position:relative; }.hero-art:before,.hero-art:after { content:''; position:absolute; border-radius:50%; }.hero-art:before { width:285px; height:285px; top:35px; right:38px; background:#f8c86a; }.hero-art:after { width:440px; height:440px; right:-145px; bottom:-205px; background:#4574df; }.art-card { position:relative; z-index:1; width:78%; padding:25px; color:#fff; background:rgba(16,27,46,.85); border:1px solid rgba(255,255,255,.18); border-radius:13px; box-shadow:0 16px 30px rgba(0,0,0,.18); }.art-card small { color:#b9caef; text-transform:uppercase; letter-spacing:.1em; font-weight:750; }.art-card strong { display:block; margin:14px 0 5px; font-family:var(--serif); font-size:34px; line-height:1.05; }.art-card span { color:#d5deef; font-size:13px; }.section { padding:85px 0; }.section-heading { max-width:580px; margin-bottom:32px; }.section-heading h2 { margin:0; font-family:var(--serif); font-size:44px; letter-spacing:-.055em; }.section-heading p { color:var(--muted); line-height:1.6; }.services,.projects { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }.service,.project { padding:23px; background:var(--white); border:1px solid var(--line); border-radius:13px; }.number { color:var(--blue); font-size:13px; font-weight:800; }.service h3 { margin:25px 0 9px; font-size:17px; }.service p,.project p { margin:0; color:var(--muted); font-size:14px; line-height:1.55; }.band { padding:72px 0; color:white; background:var(--navy); }.band-grid { display:grid; grid-template-columns:1fr auto; align-items:center; gap:30px; }.band h2 { max-width:640px; margin:0; font-family:var(--serif); font-size:42px; letter-spacing:-.055em; }.band p { color:#b8c5df; }.footer { padding:32px 0; border-top:1px solid var(--line); color:var(--muted); font-size:13px; }.footer .wrap { display:flex; justify-content:space-between; gap:15px; }
.page-intro { padding:76px 0 49px; background:white; border-bottom:1px solid var(--line); }.page-intro h1 { max-width:680px; margin:0; font-family:var(--serif); font-size:clamp(46px,6vw,68px); line-height:1; letter-spacing:-.06em; }.page-intro p { max-width:600px; color:var(--muted); font-size:17px; line-height:1.65; }.project-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:25px; }.project { padding:0; overflow:hidden; }.project-image { height:255px; position:relative; overflow:hidden; }.project-image:after { content:''; position:absolute; width:220px; height:220px; right:-35px; bottom:-68px; border:22px solid rgba(255,255,255,.35); border-radius:50%; }.project-image.one { background:linear-gradient(135deg,#dd8e71,#493763); }.project-image.two { background:linear-gradient(135deg,#f3ca78,#367473); }.project-image.three { background:linear-gradient(135deg,#2b4c90,#9baedf); }.project-image.four { background:linear-gradient(135deg,#9870b9,#e7b792); }.project-tag { position:absolute; z-index:1; top:20px; left:20px; padding:7px 10px; color:white; background:rgba(17,30,53,.72); border-radius:20px; font-size:12px; font-weight:700; }.project-body { padding:22px; }.project h2 { margin:0 0 8px; font-family:var(--serif); font-size:27px; letter-spacing:-.04em; }.project-meta { margin-top:19px!important; color:var(--blue)!important; font-weight:700; }.about-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:68px; }.portrait { min-height:440px; padding:25px; display:flex; align-items:flex-end; background:linear-gradient(140deg,#d88e75,#38446f); border-radius:18px; }.portrait b { padding:16px; color:white; background:rgba(18,28,53,.7); border-radius:10px; font-family:var(--serif); font-size:25px; }.about-copy h2 { margin:0 0 18px; font-family:var(--serif); font-size:45px; line-height:1.03; letter-spacing:-.055em; }.about-copy p { color:var(--muted); line-height:1.73; }.values { display:grid; gap:12px; margin-top:31px; }.value { padding:17px; background:white; border:1px solid var(--line); border-radius:11px; }.value b { display:block; margin-bottom:4px; }.value span { color:var(--muted); font-size:14px; }
.gate-page { min-height:calc(100vh - 74px); display:grid; place-items:center; padding:50px 20px; background:radial-gradient(circle at 50% 5%,#dce8ff 0, #f5f7fb 44%); }.gate { width:min(460px,100%); padding:39px; background:white; border:1px solid var(--line); border-radius:17px; box-shadow:0 23px 48px rgba(34,57,99,.12); text-align:center; }.lock { width:50px; height:50px; display:grid; place-items:center; margin:0 auto 20px; color:var(--blue); background:var(--blue-soft); border-radius:14px; font-size:23px; }.gate h1 { margin:0; font-family:var(--serif); font-size:38px; letter-spacing:-.05em; }.gate p { color:var(--muted); line-height:1.6; }.gate form { display:grid; gap:11px; margin-top:25px; text-align:left; }.gate label { font-size:13px; font-weight:700; }.gate input { width:100%; min-height:45px; padding:0 12px; border:1px solid var(--line); border-radius:8px; outline-color:var(--blue); }.gate .btn { width:100%; }.gate .help { margin:18px 0 0; font-size:12px; }.error { display:none; margin-top:12px; color:#b13732!important; font-size:13px; }.demo-note { margin-top:21px!important; padding:10px; color:#856006!important; background:#fff7dc; border-radius:8px; font-size:12px; }.portal { display:none; min-height:calc(100vh - 74px); }.portal-show { display:block; }.portal-bar { padding:20px 0; background:white; border-bottom:1px solid var(--line); }.portal-bar .wrap { display:flex; justify-content:space-between; align-items:center; }.portal-bar h1 { margin:0; font-size:21px; letter-spacing:-.04em; }.portal-bar p { margin:4px 0 0; color:var(--muted); font-size:13px; }.secure { display:inline-flex; gap:7px; align-items:center; color:var(--green); font-size:13px; font-weight:700; }.secure:before { content:'●'; font-size:10px; }.portal-content { padding:36px 0 70px; }.portal-banner { padding:16px 18px; margin-bottom:22px; color:#2249ad; background:var(--blue-soft); border:1px solid #cbdafe; border-radius:11px; font-size:14px; }.folder-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; margin-bottom:32px; }.folder { padding:21px; background:white; border:1px solid var(--line); border-radius:12px; }.folder .icon { color:var(--blue); font-size:22px; }.folder b { display:block; margin:22px 0 6px; }.folder span { color:var(--muted); font-size:13px; }.file-list { background:white; border:1px solid var(--line); border-radius:13px; overflow:hidden; }.file-row { display:grid; grid-template-columns:1fr 190px 120px; gap:18px; align-items:center; padding:16px 19px; border-bottom:1px solid var(--line); font-size:14px; }.file-row:last-child { border:0; }.file { font-weight:700; }.file small,.file-row>span { color:var(--muted); }.available { color:var(--green)!important; font-weight:700; }.available:before { content:'●'; margin-right:6px; font-size:10px; }
@media(max-width:760px) { .menu { gap:13px; }.menu a:not(.portal-link) { display:none; }.hero { padding-top:72px; }.hero-grid,.about-grid,.band-grid { grid-template-columns:1fr; }.hero-art { min-height:300px; }.services,.projects,.folder-grid { grid-template-columns:1fr; }.project-grid { grid-template-columns:1fr; }.band h2 { font-size:35px; }.file-row { grid-template-columns:1fr 92px; }.file-row>span:nth-child(2) { display:none; }.footer .wrap { flex-direction:column; } }
