:root {
    --ink: #f2f0e9;
    --muted: #9d9b94;
    --paper: #0a0a0a;
    --panel: #111110;
    --line: rgba(242, 240, 233, .14);
    --lime: #c7ff2e;
    --orange: #ff5c35;
    --pad: clamp(1.25rem, 4vw, 4.75rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { color: #0a0a0a; background: var(--lime); }

.noise {
    position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035;
    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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.cursor { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 100; opacity: 0; }
.cursor--dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); margin: -3px 0 0 -3px; }
.cursor--ring { width: 42px; height: 42px; border: 1px solid rgba(199,255,46,.65); border-radius: 50%; margin: -21px 0 0 -21px; transition: width .25s, height .25s, margin .25s, background .25s; }
.cursor--ring.active { width: 68px; height: 68px; margin: -34px 0 0 -34px; background: rgba(199,255,46,.08); }
@media (pointer: fine) { body, a, button { cursor: none; } .cursor { opacity: 1; } }

.site-header {
    position: fixed; inset: 1rem var(--pad) auto; z-index: 30; display: grid; grid-template-columns: 1fr auto 1fr;
    align-items: center; min-height: 4.3rem; padding: .65rem 1rem .65rem 1.25rem;
    border: 1px solid rgba(242,240,233,.12); border-radius: 1rem;
    background: rgba(10,10,10,.72); box-shadow: 0 12px 40px rgba(0,0,0,.2);
    -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
}
.logo { font-size: 1.25rem; font-weight: 800; letter-spacing: -.08em; }
.logo span { color: var(--lime); }
.local-time { display: grid; grid-template-columns: auto auto; column-gap: .7rem; align-items: baseline; justify-self: center; font-variant-numeric: tabular-nums; }
.local-time .time-place { color: var(--muted); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.local-time .time-place i { display: inline-block; width: .4rem; height: .4rem; margin-right: .35rem; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); animation: timePulse 2s ease-in-out infinite; }
.local-time time { min-width: 4.4rem; font-size: .78rem; letter-spacing: .08em; }
.local-time small { grid-column: 1 / -1; margin-top: .2rem; color: #666; font-size: .48rem; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.main-nav { display: flex; justify-self: end; gap: clamp(1.5rem, 3vw, 3.5rem); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.main-nav a { position: relative; padding: .5rem 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: currentColor; transition: right .35s; }
.main-nav a:hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: none; padding: .5rem; }

.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: 10rem var(--pad) 3rem; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.9%, var(--line) 50%, transparent 50.1%); pointer-events: none; }
.eyebrow { margin: 0 0 2.5rem; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow::before { content: ""; display: inline-block; width: 2.5rem; height: 1px; margin: 0 .8rem .2rem 0; background: var(--lime); }
.hero-title { position: relative; z-index: 2; margin: 0; font-size: clamp(4.1rem, 11.8vw, 11.8rem); line-height: .78; letter-spacing: -.085em; font-weight: 700; }
.hero-title .line { display: block; overflow: hidden; }
.hero-title .line > span { display: block; animation: rise 1.15s cubic-bezier(.16,1,.3,1) both; }
.hero-title .line:nth-child(2) > span { animation-delay: .12s; }
.line--accent { padding: .08em 0 .12em clamp(0rem, 8vw, 9rem); }
.hero-title em, .contact h2 em { color: var(--lime); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-bottom { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; margin-top: clamp(2rem, 6vh, 5rem); padding-left: clamp(0rem, 35vw, 32rem); }
.hero-bottom > p { max-width: 34rem; margin: 0; color: #bebcb5; font-size: clamp(1rem, 1.4vw, 1.35rem); line-height: 1.55; }
.round-link { width: 7.5rem; height: 7.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; border: 1px solid var(--line); border-radius: 50%; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; transition: color .3s, background .3s; }
.round-link:hover { color: #0a0a0a; background: var(--lime); }
.round-link .arrow { font-size: 1.4rem; }
.scroll-note { position: absolute; left: var(--pad); bottom: 2rem; color: #777; font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-note span { display: inline-block; width: 1px; height: 2.5rem; margin-bottom: .8rem; background: #555; animation: pulse 1.8s infinite; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .8; pointer-events: none; animation: float 8s ease-in-out infinite; }
.orb--one { width: clamp(13rem, 25vw, 25rem); aspect-ratio: 1; right: 8%; top: 5%; background: radial-gradient(circle at 32% 28%, #eaffaa, var(--lime) 12%, #566f08 42%, transparent 70%); opacity: .15; filter: blur(15px); }
.orb--two { width: 6rem; height: 6rem; left: 12%; bottom: 8%; background: var(--orange); opacity: .13; filter: blur(20px); animation-delay: -3s; }

.section { padding: clamp(6rem, 12vw, 11rem) var(--pad); }
.section-label { display: flex; align-items: center; gap: .75rem; color: var(--muted); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
.section-label span { color: var(--lime); }
.about { padding-left: 0; padding-right: 0; border-top: 1px solid var(--line); }
.about > .section-label { margin: 0 var(--pad); }
.about-copy { display: grid; grid-template-columns: 1fr 2.3fr; gap: 3rem; margin: 5rem var(--pad) 9rem; }
.about-copy p { margin: .7rem 0 0; color: var(--muted); font-size: .85rem; }
.about-copy h2 { max-width: 70rem; margin: 0; font-size: clamp(2.2rem, 4.5vw, 5.1rem); line-height: 1.05; letter-spacing: -.055em; font-weight: 500; }
.about-copy h2 span { color: var(--muted); }
.ticker { overflow: hidden; padding: 1.4rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); transform: rotate(-2deg) scale(1.02); background: var(--lime); color: #0a0a0a; }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 2.2rem; animation: ticker 22s linear infinite; }
.ticker span { font-size: clamp(2.4rem, 5vw, 5.5rem); line-height: 1; letter-spacing: -.06em; font-weight: 800; }
.ticker i { font-style: normal; font-size: 1.3rem; }

.services { background: var(--panel); }
.section-head { display: flex; justify-content: space-between; align-items: start; margin-bottom: 5rem; }
.section-head > p { max-width: 25rem; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.service-card { position: relative; display: grid; grid-template-columns: .45fr 1.2fr 1.2fr auto; gap: 2rem; align-items: center; min-height: 11rem; border-top: 1px solid var(--line); transition: padding .35s, color .35s; }
.service-card:last-child { border-bottom: 1px solid var(--line); }
.service-card::before { content: ""; position: absolute; inset: 0; background: var(--lime); transform: scaleY(0); transform-origin: bottom; transition: transform .4s cubic-bezier(.16,1,.3,1); }
.service-card > * { position: relative; z-index: 1; }
.service-card:hover { color: #0a0a0a; padding: 0 1.4rem; }
.service-card:hover::before { transform: scaleY(1); }
.service-index { color: var(--muted); font-size: .7rem; }
.service-card h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 3.2rem); letter-spacing: -.05em; font-weight: 500; }
.service-card p { max-width: 31rem; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.service-card:hover p, .service-card:hover .service-index { color: #232323; }
.service-arrow { font-size: 2rem; transition: transform .35s; }
.service-card:hover .service-arrow { transform: rotate(45deg); }

.statement { padding: clamp(7rem, 13vw, 14rem) var(--pad) 4rem; overflow: hidden; }
.statement > p { margin: 0; font-size: clamp(5rem, 17vw, 18rem); line-height: .73; letter-spacing: -.09em; font-weight: 800; }
.statement .outline { padding-left: 11vw; color: transparent; -webkit-text-stroke: 1px rgba(242,240,233,.65); }
.statement-meta { display: flex; justify-content: space-between; margin-top: 7rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

.contact { position: relative; min-height: 90svh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; border-top: 1px solid var(--line); }
.contact-glow { position: absolute; width: 48vw; height: 48vw; right: -10vw; top: 5%; border-radius: 50%; background: var(--orange); filter: blur(130px); opacity: .13; }
.contact h2 { position: relative; margin: 0 0 4rem; font-size: clamp(3.8rem, 10vw, 10rem); line-height: .86; letter-spacing: -.075em; }
.contact-link { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid var(--ink); font-size: clamp(1.1rem, 2vw, 1.8rem); }
.contact-link::before { content: ""; position: absolute; inset: auto 0 0; height: 100%; background: var(--lime); transform: scaleY(0); transform-origin: bottom; z-index: -1; transition: transform .35s; }
.contact-link:hover { color: #0a0a0a; padding-left: 1rem; padding-right: 1rem; }
.contact-link:hover::before { transform: scaleY(1); }
.contact-link i { font-style: normal; }
footer { display: flex; justify-content: space-between; margin-top: 6rem; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .85s ease, transform .85s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes rise { from { transform: translateY(110%); } to { transform: translateY(0); } }
@keyframes pulse { 50% { opacity: .25; transform: scaleY(.5); } }
@keyframes float { 50% { transform: translate(2rem, -1.5rem); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes timePulse { 50% { opacity: .35; transform: scale(.75); } }

@media (max-width: 760px) {
    .site-header { inset: .75rem .75rem auto; grid-template-columns: auto 1fr auto; min-height: 4rem; padding: .55rem .7rem .55rem 1rem; }
    .local-time { transform: translateX(.3rem); }
    .local-time .time-place { display: none; }
    .local-time time { font-size: .68rem; text-align: center; }
    .local-time small { font-size: .42rem; }
    .menu-toggle { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1rem; align-items: center; gap: .25rem .7rem; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
    .menu-toggle i { display: block; grid-column: 2; width: 1rem; height: 1px; background: currentColor; transition: transform .3s; }
    .menu-toggle i:last-child { margin-top: -5px; }
    .menu-open .menu-toggle i { transform: translateY(2px) rotate(45deg); }
    .menu-open .menu-toggle i:last-child { transform: translateY(-2px) rotate(-45deg); }
    .main-nav { position: fixed; inset: -.75rem; flex-direction: column; justify-content: center; align-items: center; gap: 2rem; border-radius: 0; background: #111; font-size: 1.5rem; transform: translateY(-110%); transition: transform .5s cubic-bezier(.16,1,.3,1); }
    .menu-open .main-nav { transform: translateY(0); }
    .hero { min-height: 100svh; }
    .hero::before, .scroll-note { display: none; }
    .hero-title { font-size: clamp(4.1rem, 21vw, 7.8rem); line-height: .82; }
    .line--accent { padding-left: 0; }
    .hero-bottom { grid-template-columns: 1fr; padding-left: 0; }
    .round-link { width: 6.5rem; height: 6.5rem; justify-self: end; }
    .about-copy { grid-template-columns: 1fr; margin-top: 3.5rem; margin-bottom: 6rem; }
    .about-copy h2 { font-size: clamp(2.35rem, 10vw, 4rem); }
    .section-head { flex-direction: column; gap: 2rem; margin-bottom: 3rem; }
    .service-card { grid-template-columns: 2.5rem 1fr auto; gap: 1rem; min-height: auto; padding: 2.2rem 0; }
    .service-card p { grid-column: 2 / 4; }
    .service-card:hover { padding: 2.2rem 1rem; }
    .statement { padding-top: 8rem; }
    .statement > p { font-size: clamp(4.5rem, 23vw, 8rem); line-height: .78; }
    .statement .outline { padding-left: 0; }
    .statement-meta { margin-top: 5rem; }
    .contact { min-height: 80svh; }
    .contact h2 { font-size: clamp(3.8rem, 16vw, 7rem); }
    footer { gap: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
