:root { --ink: #eaf7f4; --blue: #309bc2; --green: #4ed2a8; --cream: #081519; --surface: #10252b; --surface-soft: #0c2025; --line: #21434b; --muted: #a9c6ca; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: radial-gradient(circle at 88% 5%, rgba(32,117,142,.16), transparent 23rem), var(--cream); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-underline-offset: 4px; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 10; padding: .75rem 1rem; color: #061a19; background: var(--green); border-radius: 10px; }.skip-link:focus { top: 1rem; }
.site-header { padding: 20px 0; }.nav, .footer-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; gap: .65rem; align-items: center; color: var(--ink); font: 700 1.08rem "Outfit", sans-serif; text-decoration: none; }.brand-logo { width: 34px; height: 34px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; font-size: .92rem; font-weight: 600; }.nav-links > a:not(.nav-button) { text-decoration: none; color: var(--muted); }.nav-links > a:not(.nav-button):hover { color: var(--green); }.nav-button { padding: .72rem 1rem; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--surface); font: inherit; cursor: pointer; }.nav-button:hover { border-color: var(--green); }
.nav-contact { padding: .72rem 1rem; border-radius: 12px; font-size: .92rem; cursor: pointer; }
.hero { min-height: 640px; padding: 90px 0; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; }.eyebrow { margin: 0 0 1.15rem; color: #a9ded0; font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.eyebrow span { display: inline-block; width: 8px; height: 8px; margin-right: .55rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(78,210,168,.1); }.eyebrow-dark { color: var(--green); }
h1, h2, h3 { font-family: "Outfit", sans-serif; letter-spacing: -.045em; }h1 { margin: 0; font-size: clamp(4rem, 8vw, 6.8rem); line-height: .91; }h1 em { color: var(--green); font-style: normal; }.hero-text { max-width: 520px; margin: 1.8rem 0; color: var(--muted); font-size: 1.15rem; line-height: 1.7; }.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; gap: .7rem; align-items: center; padding: .9rem 1.15rem; border-radius: 14px; font-weight: 700; text-decoration: none; }.button-primary { color: #062723; background: var(--green); box-shadow: 0 10px 25px rgba(78,210,168,.18); }.button-quiet { color: var(--ink); background: var(--surface); border: 1px solid var(--line); }.button-light { background: white; color: #0c756a; }
.hero-art { min-height: 430px; position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; border: 1px solid #24515a; border-radius: 38px; background: linear-gradient(145deg, #0e3439, #0c222c); }
.hero-art::before { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; opacity: .28; background-image: linear-gradient(#326168 1px, transparent 1px), linear-gradient(90deg, #326168 1px, transparent 1px); background-size: 28px 28px; }
.side-note, .side-footer, .hero-list { position: relative; z-index: 1; }.side-note { max-width: 190px; margin: 0; color: #a8c7c5; font-size: .88rem; line-height: 1.55; }.hero-list { display: grid; grid-template-columns: 16px 1fr; gap: 1rem 1.15rem; align-items: center; padding: 1.5rem; border: 1px solid rgba(173,240,219,.18); border-radius: 22px; background: rgba(5,22,27,.42); }.hero-list i { width: 8px; height: 8px; border: 2px solid var(--green); border-radius: 50%; }.hero-list p { margin: 0; color: #edf9f5; font: 600 1.25rem "Outfit", sans-serif; }.side-footer { margin: 0; color: #78ada7; font-size: .78rem; letter-spacing: .11em; text-transform: uppercase; }
.trust-strip { padding: 1.1rem 0; color: var(--muted); background: var(--surface-soft); border-block: 1px solid var(--line); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }.trust-strip p { margin: 0; }.trust-strip span { margin: 0 .9rem; color: var(--green); }
.section { padding: 110px 0; }.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.8rem; }.section-intro h2, .about-grid h2, .cta-card h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 4.5rem); line-height: .96; }.section-intro > p { max-width: 350px; margin: 0; color: var(--muted); line-height: 1.7; }
.projects-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }.project-card { min-height: 360px; padding: clamp(1.7rem, 4vw, 3rem); position: relative; overflow: hidden; border: 1px solid rgba(166,234,213,.18); border-radius: 32px; color: white; text-decoration: none; background: linear-gradient(130deg, var(--card-start), var(--card-end)); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }.project-card::after { content: ""; position: absolute; right: -45px; bottom: -80px; width: 210px; height: 210px; border: 1px solid rgba(207,248,235,.28); border-radius: 32px; transform: rotate(24deg); }.project-card:first-child { grid-column: 1 / -1; min-height: 390px; }.project-card:hover { color: white; transform: translateY(-5px); border-color: rgba(157,242,216,.62); box-shadow: 0 22px 40px rgba(0,0,0,.32); }.project-label { color: #b4f0da; font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }.project-copy { position: relative; z-index: 1; }.project-copy h3 { margin: 1.2rem 0; font-size: clamp(2.65rem,5vw,4.8rem); line-height: .86; }.project-copy p { max-width: 430px; color: #d3eeeb; line-height: 1.7; }.project-link { display: inline-block; margin-top: 1.2rem; font-weight: 700; }.project-link b { margin-left: .4rem; }
.section-tint { background: #0c2025; border-block: 1px solid var(--line); }.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; }.about-copy { max-width: 460px; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }.about-copy a { color: #a9e8d5; font-weight: 700; }.service-list article { display: flex; gap: 1.5rem; padding: 1.55rem 0; border-top: 1px solid var(--line); }.service-list article:last-child { border-bottom: 1px solid var(--line); }.service-list h3 { margin: 0; font-size: 1.45rem; }.service-list p { margin: .35rem 0 0; color: var(--muted); line-height: 1.6; }
.text-link { display: inline-block; margin-top: 2rem; color: var(--green); font-weight: 700; text-decoration: none; }.text-link:hover { color: #a6f0db; }.cta-card { padding: clamp(2rem, 5vw, 4rem); display: flex; justify-content: space-between; align-items: end; gap: 2rem; border: 1px solid rgba(148,239,213,.3); border-radius: 32px; color: white; background: linear-gradient(135deg, #0c756a, #165d7b); }.cta-card h2 { max-width: 570px; }.cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; }.button-outline { color: white; border: 1px solid rgba(255,255,255,.44); background: rgba(6,33,41,.2); }.footer { padding: 32px 0; border-top: 1px solid var(--line); color: #89a6ab; font-size: .88rem; }.footer p { margin: 0; }.footer-links { display: flex; gap: 1.25rem; }.footer-links a { color: var(--green); font-weight: 700; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 1.5rem; }.not-found-card { max-width: 560px; padding: clamp(2rem,8vw,4rem); border: 1px solid var(--line); border-radius: 30px; text-align: center; background: var(--surface); }.not-found-logo { width: 64px; height: 64px; object-fit: contain; }.not-found-card h1 { margin: .4rem 0 1rem; font-size: clamp(2.8rem,8vw,4.8rem); }.not-found-card p:not(.eyebrow) { margin-bottom: 2rem; color: var(--muted); }
.contact-toggle { width: 1px; height: 1px; position: fixed; opacity: 0; }.contact-dialog { position: fixed; inset: 0; z-index: 20; display: none; place-items: center; padding: 1.25rem; }.contact-toggle:checked ~ .contact-dialog, .contact-dialog:target { display: grid; }.contact-backdrop { position: absolute; inset: 0; background: rgba(1, 11, 15, .77); backdrop-filter: blur(6px); cursor: pointer; }.contact-panel { width: min(100%, 550px); position: relative; z-index: 1; padding: clamp(1.7rem, 5vw, 2.7rem); border: 1px solid #2b6069; border-radius: 28px; background: #10272d; box-shadow: 0 24px 80px rgba(0,0,0,.48); }.contact-panel h2 { margin: 0; font-size: clamp(2.15rem, 6vw, 3.35rem); line-height: .95; }.contact-panel > p:not(.eyebrow) { max-width: 410px; color: var(--muted); line-height: 1.65; }.dialog-close { width: 38px; height: 38px; position: absolute; top: 1rem; right: 1rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--surface-soft); font-size: 1.5rem; line-height: 1; cursor: pointer; }.mail-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin-top: 1.5rem; }.mail-options a { padding: .9rem 1rem; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #0b1f24; font-weight: 700; text-decoration: none; }.mail-options a:hover, .mail-options a:focus-visible { border-color: var(--green); color: var(--green); }.mail-options a:first-child { grid-column: 1 / -1; color: #073832; background: var(--green); border-color: var(--green); }.mail-note { margin: 1.1rem 0 0; color: #81a8ad; font-size: .8rem; line-height: 1.55; }
@media (max-width: 800px) { .nav-links > a:not(.nav-button) { display: none; }.hero, .about-grid, .projects-grid { grid-template-columns: 1fr; }.hero { padding: 60px 0; }.hero-art { min-height: 330px; }.section { padding: 75px 0; }.section-intro, .cta-card { align-items: start; flex-direction: column; }.project-card:first-child { grid-column: auto; }.footer-row { flex-direction: column; }.footer-row > * { text-align: center; } }
@media (max-width: 480px) { .container { width: min(100% - 28px, 1120px); }.nav-button { padding: .65rem .8rem; }.brand { font-size: 1rem; }.hero-art { border-radius: 25px; }.project-card, .cta-card { border-radius: 24px; }.window-card { width: 78%; left: 11%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.project-card { transition: none; } }
