:root {
  --ink: #14213d;
  --muted: #61708b;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --line: rgba(20, 33, 61, 0.10);
  --navy: #13233f;
  --blue: #2457d6;
  --blue-soft: #e8efff;
  --violet: #6d5bd0;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow: 0 20px 60px rgba(28, 45, 78, 0.10);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; transform: translateY(-160%); background: #fff; color: var(--ink); padding: 10px 14px; border-radius: 999px; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(20, 33, 61, 0.06); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -0.02em; }
.site-header .brand { flex: 0 0 auto; width: clamp(330px, 32vw, 470px); height: 68px; overflow: hidden; border-radius: 18px; box-shadow: 0 10px 30px rgba(20, 33, 61, 0.13); background: #071426; }
.site-header .brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: inherit; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, var(--blue), var(--violet)); border-radius: 10px; box-shadow: 0 8px 20px rgba(36, 87, 214, 0.25); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 0.95rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { color: #35435f; }
.site-nav > a:hover { color: var(--blue); }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--ink); color: white; }
.nav-cta:hover { color: white !important; background: #22375f; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); border-radius: 2px; }

.hero { position: relative; overflow: hidden; padding: 96px 0 88px; background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr); gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--blue); text-transform: uppercase; letter-spacing: 0.13em; font-size: 0.76rem; font-weight: 700; }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: "Playfair Display", Georgia, serif; letter-spacing: -0.035em; }
h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(3.25rem, 7vw, 6.25rem); line-height: 0.98; font-weight: 700; }
h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.05; }
h3 { margin-bottom: 10px; font-size: 1.28rem; }
.hero-lede { max-width: 720px; margin-bottom: 30px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 20px; border-radius: 999px; font-weight: 700; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 28px rgba(36, 87, 214, 0.24); }
.button-secondary { color: var(--ink); background: white; border: 1px solid var(--line); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.hero-proof span,.project-tags span { padding: 7px 10px; border-radius: 999px; color: #40506c; background: #f2f5fa; font-size: 0.78rem; font-weight: 600; }
.hero-panel { padding: 28px; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.78); backdrop-filter: blur(22px); box-shadow: var(--shadow); }
.panel-kicker { margin-bottom: 20px; color: var(--muted); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.panel-line { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid var(--line); }
.panel-line > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-size: 0.78rem; font-weight: 700; }
.panel-line strong,.panel-line small { display: block; }
.panel-line small { margin-top: 4px; color: var(--muted); font-size: 0.9rem; line-height: 1.45; }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(2px); opacity: 0.42; }
.hero-orb-one { width: 520px; height: 520px; right: -190px; top: -130px; background: radial-gradient(circle at 40% 40%, #cbd8ff, transparent 68%); }
.hero-orb-two { width: 420px; height: 420px; left: -180px; bottom: -190px; background: radial-gradient(circle at 50% 50%, #e7dcff, transparent 68%); }
.section { padding: 96px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 70px; align-items: end; }
.split-heading > p { margin-bottom: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 240px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: 0 10px 34px rgba(20, 33, 61, 0.05); }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 13px; color: var(--blue); background: var(--blue-soft); font-weight: 700; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: 0.95rem; }
.projects-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.project-card { grid-column: span 6; overflow: hidden; border: 1px solid rgba(20, 33, 61, 0.08); border-radius: 24px; background: white; box-shadow: 0 15px 42px rgba(20, 33, 61, 0.06); }
.project-featured { grid-column: span 12; display: grid; grid-template-columns: 0.95fr 1.05fr; }
.project-art { position: relative; min-height: 280px; display: grid; place-items: center; overflow: hidden; }
.project-featured .project-art { min-height: 390px; }
.project-art::before,.project-art::after { content: ""; position: absolute; border-radius: 999px; opacity: 0.48; }
.project-art::before { width: 240px; height: 240px; right: -60px; top: -70px; background: rgba(255, 255, 255, 0.38); }
.project-art::after { width: 190px; height: 190px; left: -50px; bottom: -80px; background: rgba(255, 255, 255, 0.3); }
.project-art-journeys { background: linear-gradient(145deg, #ef667a, #7b5bd6 55%, #2350a8); }
.project-art-sappho { background: linear-gradient(145deg, #ffa66b, #dc5e85 45%, #8748a9); }
.project-art-pride { background: linear-gradient(145deg, #5ba9e8, #645cc7 52%, #db5a91); }
.project-monogram { position: relative; z-index: 2; color: rgba(255,255,255,0.92); font-family: "Playfair Display", Georgia, serif; font-size: clamp(4.5rem, 10vw, 8rem); font-weight: 700; letter-spacing: -0.07em; }
.project-badge { position: absolute; z-index: 3; top: 18px; left: 18px; padding: 8px 12px; border-radius: 999px; color: white; background: rgba(15, 23, 42, 0.26); backdrop-filter: blur(10px); font-size: 0.76rem; font-weight: 700; }
.project-body { padding: 30px; }
.project-featured .project-body { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.project-type { margin-bottom: 9px; color: var(--blue); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; }
.project-body h3 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -0.03em; }
.project-body > p:not(.project-type) { color: var(--muted); }
.project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.project-note { margin: 26px 0 0; color: var(--muted); font-size: 0.85rem; }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 90px; align-items: start; }
.about-text { color: var(--muted); font-size: 1.08rem; }
.about-text p:last-child { margin-bottom: 0; }
.contact-section { padding-top: 40px; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 54px; border-radius: 30px; color: white; background: radial-gradient(circle at 80% 20%, rgba(109, 91, 208, 0.55), transparent 35%), linear-gradient(135deg, #12213c, #1b3260); box-shadow: var(--shadow); }
.contact-card .eyebrow { color: #aebfff; }
.contact-card h2 { max-width: 720px; margin-bottom: 14px; }
.contact-card p:last-child { max-width: 680px; margin-bottom: 0; color: rgba(255, 255, 255, 0.72); }
.button-light { flex: 0 0 auto; color: var(--ink); background: white; }
.site-footer { padding: 52px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px 50px; align-items: start; }
.footer-brand { margin-bottom: 12px; }
.footer-grid p { margin-bottom: 0; color: var(--muted); font-size: 0.9rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; font-size: 0.9rem; font-weight: 600; }
.copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); }
@media (max-width: 980px) { .hero { padding-top: 72px; } .hero-grid,.split-heading,.about-grid { grid-template-columns: 1fr; gap: 36px; } .service-grid { grid-template-columns: repeat(2, 1fr); } .project-featured { grid-template-columns: 1fr; } .project-featured .project-art { min-height: 300px; } .contact-card { align-items: flex-start; flex-direction: column; } .site-header .brand { width: clamp(280px, 38vw, 390px); height: 60px; } }
@media (max-width: 760px) { .shell { width: min(calc(100% - 28px), var(--shell)); } .nav-wrap { min-height: 78px; } .site-header .brand { width: min(72vw, 330px); height: 52px; border-radius: 14px; } .menu-button { display: block; } .site-nav { position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 5px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.98); box-shadow: var(--shadow); } .site-nav.open { display: flex; } .site-nav a { padding: 11px 12px; border-radius: 12px; } .nav-cta { text-align: center; } .hero { padding: 62px 0 64px; } h1 { font-size: clamp(3rem, 14vw, 4.7rem); } .section { padding: 72px 0; } .service-grid { grid-template-columns: 1fr; } .service-card { min-height: 0; } .project-card,.project-featured { grid-column: span 12; } .project-featured .project-body { padding: 30px; } .contact-card { padding: 34px 26px; } .button-light { width: 100%; } .footer-grid { grid-template-columns: 1fr; } .copyright { grid-column: auto; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; } }
