@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&display=swap');

:root { font-family: 'Outfit', sans-serif; color: #f8fbff; background: #071b33; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; --white: #f8fbff; --muted: rgba(232,242,252,.72); --line: rgba(255,255,255,.2); --card: rgba(5, 27, 55, .28); --accent: #64c4ff; }
* { box-sizing: border-box; }
html, body { margin: 0; min-width: 320px; min-height: 100%; overflow: hidden; }
body { min-height: 100vh; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
#app { position: relative; min-height: 100vh; overflow: hidden; isolation: isolate; background: #071b33; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 60px; }
.scene, .scene__image, .scene__veil, .scene__grain { position: absolute; inset: 0; pointer-events: none; }
.scene { z-index: -1; overflow: hidden; }
.scene__image { background: url('../assets/ArkPlan.png') center center / cover no-repeat; transform: scale(1.03); animation: sceneIn 1.6s cubic-bezier(.2,.7,.2,1) both; }
.scene__veil { background: linear-gradient(180deg, rgba(2,12,28,.88) 0%, rgba(3,20,42,.62) 35%, rgba(3,20,42,.42) 55%, rgba(2,12,28,.82) 100%); }
.scene__grain { opacity: .09; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.wave { position: absolute; left: -10%; bottom: 14%; width: 120%; height: 20%; opacity: .15; border-top: 1px solid rgba(255,255,255,.75); border-radius: 50%; filter: blur(1px); animation: wave 6s ease-in-out infinite; }
.wave--two { bottom: 11%; opacity: .09; animation-delay: -2.4s; animation-duration: 8s; }
.gull { position: absolute; fill: rgba(255,255,255,.82); filter: drop-shadow(0 3px 4px rgba(0,0,0,.12)); animation: wings 2.8s ease-in-out infinite; transform-origin: 50% 50%; }
.gull--one { width: 42px; left: 11%; top: 22%; animation-delay: -.5s; }
.gull--two { width: 25px; left: 61%; top: 18%; animation-delay: -1.7s; opacity: .65; }
.gull--three { width: 32px; right: 13%; top: 29%; animation-delay: -2.3s; opacity: .8; }
.topbar { position: absolute; top: 0; left: 0; right: 0; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; padding: clamp(24px, 4vw, 52px) clamp(24px, 6vw, 92px); }
.brand { display: inline-flex; animation: enter .9s .15s both; }
.brand__logo { width: clamp(150px, 15vw, 220px); height: auto; display: block; transition: transform .4s ease, filter .4s ease; }
.brand:hover .brand__logo, .brand:focus-visible .brand__logo { transform: translateY(-5px) scale(1.08); filter: drop-shadow(0 12px 20px rgba(45,163,255,.4)); }
.theme-toggle { display: inline-flex; align-items: center; gap: 10px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: var(--white); background: rgba(7,29,57,.28); cursor: pointer; backdrop-filter: blur(10px); transition: background .3s, border-color .3s, transform .3s; animation: enter .9s .3s both; }
.theme-toggle:hover { transform: translateY(-2px); background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.65); }
.theme-toggle__icon { font-size: 18px; line-height: 1; }
.theme-toggle__label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.content { display: flex; flex-direction: column; align-items: center; text-align: center; animation: contentIn 1.2s .3s both; padding: 0 24px; }
.hero { max-width: 720px; }
.hero__eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; color: #dcefff; font-size: 12px; font-weight: 600; letter-spacing: .27em; text-transform: uppercase; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.hero__eyebrow span { width: 26px; height: 1px; background: #69c5ff; }
h1 { margin: 20px 0 18px; color: var(--white); font-family: 'Fraunces', Georgia, serif; font-size: clamp(48px, 7vw, 94px); font-weight: 600; letter-spacing: -.035em; line-height: 1.02; text-shadow: 0 2px 30px rgba(0,0,0,.55), 0 0 60px rgba(0,0,0,.25); }
h1 span { color: var(--accent); }
h1:hover { background: linear-gradient(90deg, #fff, #66c9ff, #fff); background-size: 200% auto; background-clip: text; -webkit-background-clip: text; color: transparent; animation: shine 2.2s linear infinite; }
h1::after { content: ''; display: block; width: 0; height: 2px; margin: 13px auto 0; background: #68c9ff; transition: width .5s ease; }
h1:hover::after { width: 72px; }
.hero__lead { margin: 0; color: var(--white); font-size: clamp(19px, 2.1vw, 27px); font-weight: 400; line-height: 1.35; text-shadow: 0 1px 18px rgba(0,0,0,.5); }
.hero__line { width: 94px; height: 1px; margin: 25px auto 17px; background: linear-gradient(90deg, transparent, #65c8ff, transparent); }
.hero__caption { margin: 0; max-width: 420px; color: #d8e8f5; font-size: 14px; font-weight: 400; line-height: 1.7; text-shadow: 0 1px 14px rgba(0,0,0,.5); }
.contact-grid { display: grid; grid-template-columns: 1.25fr .9fr 1fr; align-items: center; width: min(920px, calc(100vw - 96px)); margin-top: 44px; }
.contact-card { position: relative; display: flex; align-items: flex-start; gap: 13px; min-width: 0; padding: 4px 30px; border: 0; border-radius: 0; background: transparent; transition: transform .35s ease, filter .35s ease; }
.contact-card + .contact-card { border-left: 1px solid rgba(228,246,255,.55); }
.contact-card:hover, .contact-card:focus-visible { background: transparent; border-color: transparent; box-shadow: none; transform: translateY(-4px); filter: drop-shadow(0 8px 15px rgba(0,126,220,.25)); }
.contact-card__icon { display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #168ee5, #0963b8); box-shadow: 0 5px 14px rgba(0,91,170,.28); transition: transform .35s ease, box-shadow .35s ease; flex: 0 0 42px; }
.contact-card__icon svg { width: 20px; height: 20px; }
.contact-card:hover .contact-card__icon { transform: scale(1.08); box-shadow: 0 8px 18px rgba(0,126,220,.42); }
.contact-card__body { min-width: 0; padding-top: 1px; text-align: left; }
.contact-card__body small { display: block; margin-bottom: 5px; color: var(--white); font-size: 15px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.contact-card__body strong { display: block; color: var(--white); font-size: 12px; font-weight: 400; line-height: 1.45; }
.scroll-cue { position: absolute; bottom: 48px; left: 50%; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 5px; transform: translateX(-50%); color: rgba(240,249,255,.75); animation: enter 1s 1s both; }
.scroll-cue__line { width: 1px; height: 32px; background: linear-gradient(#7bd2ff, transparent); }
.scroll-cue__arrow { font-size: 20px; line-height: 1; animation: bob 1.8s ease-in-out infinite; }
.scroll-cue small { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
footer { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: rgba(237,247,255,.58); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
footer span { display: inline-block; width: 3px; height: 3px; margin: 0 9px 2px; border-radius: 50%; background: #78cef7; }

@keyframes sceneIn { from { opacity: 0; transform: scale(1.09); } to { opacity: 1; transform: scale(1.03); } }
@keyframes enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes contentIn { from { opacity: 0; transform: translateY(18px); filter: blur(8px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
@keyframes wave { 0%, 100% { transform: translateX(-2%) rotate(-1deg) scaleY(.9); } 50% { transform: translateX(2%) rotate(1deg) scaleY(1.2); } }
@keyframes wings { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(.45); } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(7px); } }
@keyframes shine { to { background-position: 200% center; } }
@media (max-width: 900px) { .contact-grid { width: min(760px, calc(100vw - 48px)); } .contact-card { padding: 4px 18px; } }
@media (max-width: 640px) { html, body, #app { overflow: hidden; } #app { padding-top: 30px; } .topbar { align-items: center; padding: 22px 20px; } .brand__logo { width: 132px; } .theme-toggle { padding: 8px 11px; } .content { width: 100%; padding: 0 20px; } .hero { max-width: 100%; } h1 { margin: 14px 0; font-size: clamp(40px, 13vw, 64px); } .hero__lead { font-size: 17px; } .hero__caption { font-size: 12px; } .contact-grid { grid-template-columns: 1fr; width: min(310px, 100%); margin-top: 30px; } .contact-card { align-items: center; padding: 7px 0; } .contact-card + .contact-card { border-top: 1px solid rgba(228,246,255,.45); border-left: 0; } .contact-card__body { text-align: left; } .contact-card__icon { width: 36px; height: 36px; flex-basis: 36px; } .contact-card__icon svg { width: 17px; height: 17px; } .contact-card__body strong { font-size: 11px; } .scroll-cue, footer { display: none; } .gull--one { left: 7%; top: 25%; } .gull--two { top: 20%; } .gull--three { right: 6%; top: 33%; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
