:root {
  --bg: #F5F5F3;
  --surface: #FFFFFF;
  --surface-soft: #F0F0EC;
  --text: #0B0B0B;
  --muted: #1A1A1A;
  --border: #EDEDED;
  --accent: #F25A1C;
  --accent-strong: #FF6A00;
  --accent-soft: rgba(242, 90, 28, 0.12);
  --shadow: 0 30px 70px rgba(11, 11, 11, 0.12);
  --shadow-soft: 0 18px 40px rgba(11, 11, 11, 0.07);
  --radius-xl: 2rem;
  --radius-lg: 1.5rem;
  --radius-md: 1rem;
  --container: min(1200px, calc(100% - 2rem));
  --transition: 250ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(242, 90, 28, 0.08), transparent 30%);
  pointer-events: none;
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--accent-soft); color: var(--text); }
.container { width: var(--container); margin: 0 auto; }

.topbar {
  background: var(--text);
  color: #fff;
  padding: 0.6rem 0;
}
.topbar-text, .topbar-links a {
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
}
.topbar { display: flex; justify-content: center; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.topbar-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.topbar-links a { color: rgba(255,255,255,0.84); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(245, 245, 243, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(11, 11, 11, 0.06);
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: 0.85rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.95rem; }
.brand-logo { height: 44px; width: auto; max-width: 180px; display: inline-block; object-fit: contain; border-radius: 10px; }
.nav-links { display: flex; align-items: center; gap: 0.7rem; flex-wrap: wrap; }
.nav-links a { color: var(--muted); font-size: 0.94rem; font-weight: 500; padding: 0.35rem 0.6rem; border-radius: 999px; transition: color var(--transition), background var(--transition); }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--text); background: var(--surface-soft); }
.nav-toggle { display: none; }

.hero-shell {
  padding: 5.2rem 0 4rem;
  background: linear-gradient(135deg, #0B0B0B 0%, #161616 35%, #1A1A1A 60%, #F5F5F3 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(242, 90, 28, 0.16), transparent 24%), radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.08), transparent 18%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 2.5rem; align-items: center; position: relative; z-index: 1; }
.hero-copy h1 { max-width: 760px; font-size: clamp(3rem, 6vw, 6rem); margin: 0 0 1rem; line-height: 0.95; letter-spacing: -0.05em; }
.hero-p { font-size: 1.12rem; max-width: 620px; color: rgba(255,255,255,0.78); margin-bottom: 1.7rem; }
.eyebrow { display: inline-block; margin-bottom: 1rem; color: var(--accent-strong); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.28em; }
.eyebrow-row { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1rem; }
.eyebrow-row::before { content: ''; width: 42px; height: 1px; background: var(--accent); }
h1, h2, h3 { line-height: 1.05; letter-spacing: -0.03em; margin: 0 0 0.8rem; }
h2 { font-size: clamp(2rem, 3vw, 2.8rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1.6rem 0 1.8rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; padding: 0.95rem 1.25rem; border-radius: 999px; border: 1px solid transparent; transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition); }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--accent-strong); }
.btn-secondary { background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.18); }
.hero-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.8rem; margin-top: 1.2rem; }
.meta-item { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); padding: 0.95rem 1rem; border-radius: 1rem; }
.meta-item strong { display: block; font-size: 0.9rem; color: var(--accent-strong); margin-bottom: 0.2rem; }
.meta-item span { color: rgba(255,255,255,0.82); font-size: 0.9rem; }

.hero-visual { display: flex; justify-content: center; }
.orbital-stack { position: relative; width: min(100%, 470px); aspect-ratio: 1 / 1; border-radius: 2rem; padding: 1rem; background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03)); border: 1px solid rgba(255,255,255,0.16); box-shadow: var(--shadow); overflow: hidden; }
.orbital-stack img { width: 100%; height: 100%; object-fit: cover; border-radius: 1.4rem; }
.float-tag { position: absolute; padding: 0.7rem 0.9rem; border-radius: 999px; background: rgba(255,255,255,0.92); color: var(--text); box-shadow: var(--shadow-soft); font-weight: 600; font-size: 0.9rem; animation: float 4.2s ease-in-out infinite; }
.float-a { top: 7%; right: -0.4rem; }
.float-b { bottom: 18%; left: -0.4rem; animation-delay: 0.8s; }
.float-c { bottom: 6%; right: 8%; animation-delay: 1.2s; }

.section { padding: 5rem 0; }
.section-surface { background: linear-gradient(180deg, #F5F5F3 0%, #F0F0EC 100%); }
.section-muted { background: linear-gradient(180deg, #F2F2EE 0%, #F5F5F3 100%); }
.section-white { background: #fff; }
.section-dark { background: #0B0B0B; color: #fff; }
.section-light { background: linear-gradient(180deg, #FAFAF8 0%, #F5F5F3 100%); }
.section-black { background: #0B0B0B; color: #fff; }
.section-intro { margin-bottom: 2rem; max-width: 760px; }
.section-intro p { max-width: 760px; color: var(--muted); }
.section-dark .section-intro p, .section-black .section-intro p { color: rgba(255,255,255,0.7); }

.shortcut-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.shortcut-card { padding: 1.25rem; border-radius: 1.5rem; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-soft); min-height: 220px; transition: transform var(--transition), box-shadow var(--transition); }
.shortcut-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.key-row { display: flex; gap: 0.45rem; margin-bottom: 1rem; flex-wrap: wrap; }
.keycap { display: inline-flex; align-items: center; justify-content: center; padding: 0.5rem 0.7rem; border-radius: 0.8rem; background: linear-gradient(145deg, #ffffff, #eeeeee); border: 1px solid #e2e2e2; box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 8px 18px rgba(11,11,11,0.06); font-size: 0.85rem; font-weight: 700; color: var(--text); }
.shortcut-card p { color: var(--muted); }

.bento-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1rem; }
.bento-card { background: #fff; border-radius: 1.6rem; padding: 1.2rem; border: 1px solid rgba(11,11,11,0.05); box-shadow: var(--shadow-soft); min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; transition: transform var(--transition), box-shadow var(--transition); }
.bento-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.bento-large { grid-column: span 7; }
.bento-tall { grid-column: span 5; }
.bento-mid { grid-column: span 4; }
.bento-visual { height: 110px; border-radius: 1.2rem; background: linear-gradient(135deg, #111111, #242424); position: relative; overflow: hidden; margin-bottom: 1rem; }
.bento-visual::before, .bento-visual::after { content: ''; position: absolute; border-radius: 999px; }
.visual-brand::before { inset: 14% 12% auto auto; width: 120px; height: 120px; background: rgba(242,90,28,0.22); }
.visual-brand::after { inset: auto auto 15% 12%; width: 86px; height: 86px; border: 2px solid rgba(255,255,255,0.18); }
.visual-architecture::before { inset: 20% 12% auto auto; width: 84px; height: 84px; border: 2px solid rgba(255,255,255,0.22); transform: rotate(20deg); }
.visual-architecture::after { inset: auto auto 16% 16%; width: 110px; height: 18px; background: rgba(242,90,28,0.25); }
.visual-tech::before { inset: 12% 18% auto auto; width: 92px; height: 62px; border: 2px solid rgba(255,255,255,0.2); border-radius: 1rem; }
.visual-tech::after { inset: auto 18% 18% auto; width: 72px; height: 12px; background: rgba(242,90,28,0.28); }
.visual-media::before { inset: 20% 24% auto auto; width: 76px; height: 76px; background: rgba(242,90,28,0.2); border-radius: 50%; }
.visual-media::after { inset: auto auto 16% 18%; width: 100px; height: 16px; background: rgba(255,255,255,0.18); }
.visual-market::before { inset: 16% 20% auto auto; width: 92px; height: 92px; border: 2px solid rgba(255,255,255,0.2); border-radius: 1.2rem; }
.visual-market::after { inset: auto auto 16% 18%; width: 78px; height: 78px; background: rgba(242,90,28,0.24); border-radius: 50%; }
.bento-copy p { color: var(--muted); }

.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.project-card { padding: 1.15rem; border-radius: 1.7rem; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-soft); display: flex; flex-direction: column; gap: 1rem; transition: transform var(--transition), box-shadow var(--transition); }
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.project-meta span { display: inline-block; margin-bottom: 0.45rem; color: var(--accent-strong); font-size: 0.83rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; }
.project-card p { color: var(--muted); }

.ecosystem-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: center; }
.ecosystem-map { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.8rem; margin-top: 1.3rem; }
.node { padding: 1rem; min-height: 86px; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 1rem; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.9); font-weight: 600; }
.panel-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 1.6rem; padding: 1.4rem; }
.panel-card strong { display: block; font-size: 1.15rem; margin-bottom: 0.7rem; }
.panel-card p { color: rgba(255,255,255,0.76); }

.ai-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.ai-card { padding: 1.2rem; border-radius: 1.4rem; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.ai-card p { color: var(--muted); }

.cta-shell { display: flex; justify-content: space-between; align-items: center; gap: 1.8rem; padding: 2rem; border-radius: 2rem; background: linear-gradient(135deg, #111111, #1A1A1A); border: 1px solid rgba(242,90,28,0.18); }
.cta-shell p { color: rgba(255,255,255,0.72); }

.site-footer { background: #0B0B0B; color: #fff; padding: 3rem 0 2rem; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr; gap: 1.2rem; }
.footer-grid a { color: rgba(255,255,255,0.74); display: inline-block; margin-bottom: 0.45rem; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: #fff; }
.copyright { margin-top: 1.4rem; color: rgba(255,255,255,0.72); font-size: 0.95rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: all 700ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

#hero-typing { display: inline-block; white-space: nowrap; border-right: 2px solid var(--accent); padding-right: 0.25rem; transition: border-color 220ms ease; }
@keyframes blink-caret { 0%,100% { border-color: transparent; } 50% { border-color: var(--accent); } }
#hero-typing.blink { animation: blink-caret 1s step-end infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.page-hero { padding-top: 4rem; }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2rem; align-items: center; }
.page-hero .hero-p { color: rgba(255,255,255,0.78); }
.page-hero-visual .orbital-canvas { position: relative; min-height: 400px; border-radius: 2rem; background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04)); border: 1px solid rgba(255,255,255,0.12); box-shadow: var(--shadow); overflow: hidden; }
.floating-orb { position: absolute; border-radius: 50%; animation: float 5s ease-in-out infinite; }
.orb-1 { width: 120px; height: 120px; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.95), rgba(242,90,28,0.42)); top: 10%; left: 8%; }
.orb-2 { width: 90px; height: 90px; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.76), rgba(242,90,28,0.28)); bottom: 16%; right: 18%; animation-delay: 0.8s; }
.orb-3 { width: 58px; height: 58px; background: rgba(255,255,255,0.16); top: 44%; right: 10%; animation-delay: 1.2s; }
.hero-device { position: absolute; inset: 17% 10%; background: linear-gradient(145deg, #ffffff, #ececec); border-radius: 1.8rem; box-shadow: 0 26px 60px rgba(11,11,11,0.25); padding: 0.95rem; }
.device-screen { height: 100%; border-radius: 1.2rem; background: linear-gradient(135deg, #121212, #202020); padding: 1rem; display: flex; flex-direction: column; gap: 0.8rem; }
.screen-bar { height: 12px; width: 64%; border-radius: 999px; background: rgba(255,255,255,0.2); }
.screen-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0.7rem; }
.screen-card { min-height: 72px; border-radius: 1rem; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); }
.screen-card.large { min-height: 110px; }
.screen-card.orange { background: linear-gradient(135deg, rgba(242,90,28,0.82), rgba(255,106,0,0.42)); }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.service-card { background: linear-gradient(145deg, #ffffff, #f7f6f2); border-radius: 1.7rem; border: 1px solid rgba(11,11,11,0.05); padding: 1.1rem; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; gap: 0.9rem; transition: transform var(--transition), box-shadow var(--transition); }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-visual { height: 160px; border-radius: 1.3rem; position: relative; overflow: hidden; background: linear-gradient(135deg, #111111, #242424); }
.service-visual::before, .service-visual::after { content: ''; position: absolute; border-radius: 999px; }
.visual-brand::before { inset: 18% 16% auto auto; width: 120px; height: 120px; background: rgba(242,90,28,0.22); }
.visual-brand::after { inset: auto auto 18% 16%; width: 94px; height: 94px; border: 2px solid rgba(255,255,255,0.18); }
.visual-architecture::before { inset: 19% 15% auto auto; width: 95px; height: 95px; border: 2px solid rgba(255,255,255,0.22); transform: rotate(20deg); }
.visual-architecture::after { inset: auto auto 18% 14%; width: 116px; height: 16px; background: rgba(242,90,28,0.24); }
.visual-engineering::before { inset: 18% 18% auto auto; width: 96px; height: 68px; border: 2px solid rgba(255,255,255,0.2); border-radius: 1rem; }
.visual-engineering::after { inset: auto auto 18% 16%; width: 92px; height: 18px; background: rgba(255,255,255,0.22); }
.visual-interior::before { inset: 16% 24% auto auto; width: 78px; height: 78px; background: rgba(242,90,28,0.2); border-radius: 50%; }
.visual-interior::after { inset: auto auto 18% 16%; width: 120px; height: 20px; background: rgba(255,255,255,0.14); }
.visual-web::before { inset: 18% 16% auto auto; width: 104px; height: 70px; border: 2px solid rgba(255,255,255,0.2); border-radius: 1rem; }
.visual-web::after { inset: auto auto 18% 16%; width: 70px; height: 44px; border: 2px solid rgba(255,255,255,0.16); border-radius: 0.7rem; }
.visual-marketing::before { inset: 20% 18% auto auto; width: 88px; height: 88px; background: rgba(242,90,28,0.22); border-radius: 50%; }
.visual-marketing::after { inset: auto auto 16% 16%; width: 104px; height: 16px; background: rgba(255,255,255,0.18); }
.visual-content::before { inset: 22% 20% auto auto; width: 76px; height: 76px; background: rgba(242,90,28,0.22); border-radius: 50%; }
.visual-content::after { inset: auto auto 18% 16%; width: 120px; height: 16px; background: rgba(255,255,255,0.16); }
.service-copy { display: flex; flex-direction: column; gap: 0.6rem; }
.service-pill { display: inline-flex; align-self: flex-start; padding: 0.4rem 0.7rem; border-radius: 999px; background: var(--accent-soft); color: var(--accent-strong); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; }
.service-meta { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.service-meta span { padding: 0.34rem 0.6rem; border-radius: 999px; background: var(--surface-soft); color: var(--muted); font-size: 0.82rem; }

.mission-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.value-card { padding: 1.2rem; border-radius: 1.7rem; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-soft); transition: transform var(--transition), box-shadow var(--transition); }
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.icon-chip { width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(145deg, var(--accent), var(--accent-strong)); margin-bottom: 0.8rem; position: relative; }
.icon-chip::before { content: ''; position: absolute; inset: 14px; border: 2px solid rgba(255,255,255,0.8); border-radius: 10px; }
.chip-two::before { border-radius: 50%; }
.chip-three::before { inset: 10px; border-radius: 14px; }
.timeline-board { display: grid; gap: 0.8rem; padding: 1.2rem; border-radius: 1.8rem; background: linear-gradient(145deg, #ffffff, #f5f3eb); border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.timeline-card { padding: 1rem 1rem 1rem 3rem; border-left: 1px solid rgba(242,90,28,0.22); position: relative; }
.timeline-card::before { content: ''; position: absolute; left: -0.42rem; top: 1.15rem; width: 0.82rem; height: 0.82rem; border-radius: 50%; background: var(--accent); }
.timeline-card strong { display: block; color: var(--accent-strong); margin-bottom: 0.3rem; }

.portfolio-shell { display: grid; gap: 1rem; }
.case-study-card { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 1rem; padding: 1.1rem; border-radius: 1.8rem; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.study-visual { min-height: 260px; border-radius: 1.4rem; position: relative; overflow: hidden; background: linear-gradient(135deg, #101010, #262626); }
.study-visual::before, .study-visual::after { content: ''; position: absolute; border-radius: 999px; }
.visual-case-a::before { inset: 16% 20% auto auto; width: 116px; height: 116px; background: rgba(242,90,28,0.24); }
.visual-case-a::after { inset: auto auto 20% 16%; width: 140px; height: 20px; background: rgba(255,255,255,0.16); }
.visual-case-b::before { inset: 18% 16% auto auto; width: 120px; height: 78px; border: 2px solid rgba(255,255,255,0.18); border-radius: 1rem; }
.visual-case-b::after { inset: auto auto 20% 16%; width: 102px; height: 92px; background: rgba(242,90,28,0.2); border-radius: 50%; }
.study-copy { display: flex; flex-direction: column; gap: 0.7rem; }
.study-label { color: var(--accent-strong); font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; }
.metric-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.7rem; margin-top: 0.4rem; }
.metric-card { padding: 0.8rem; border-radius: 1rem; background: var(--surface-soft); }
.metric-card strong { display: block; font-size: 1.1rem; color: var(--accent-strong); }
.metric-card span { color: var(--muted); font-size: 0.84rem; }

.ecosystem-shell { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.flow-canvas { position: relative; min-height: 360px; border-radius: 2rem; background: linear-gradient(135deg, #111111, #222222); overflow: hidden; box-shadow: var(--shadow); }
.flow-canvas::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0 50%, rgba(242,90,28,0.12) 50% 100%); background-size: 86px 100%; opacity: 0.5; }
.flow-node { position: absolute; padding: 0.7rem 0.95rem; border-radius: 999px; backdrop-filter: blur(10px); background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.16); color: #fff; font-weight: 600; }
.node-a { top: 18%; left: 8%; }
.node-b { top: 46%; right: 10%; }
.node-c { bottom: 18%; left: 24%; }
.node-d { top: 22%; right: 28%; }
.node-e { bottom: 20%; right: 18%; }
.node-f { top: 56%; left: 42%; }

.contact-shell { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 1rem; align-items: start; }
.contact-visual, .contact-card { padding: 1.2rem; border-radius: 1.8rem; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.contact-pulse { width: 100%; height: 180px; border-radius: 1.3rem; background: linear-gradient(135deg, #101010, #232323); position: relative; overflow: hidden; margin-bottom: 1rem; }
.contact-pulse::before { content: ''; position: absolute; inset: 16% 24%; border: 2px solid rgba(255,255,255,0.16); border-radius: 1rem; }
.contact-pulse::after { content: ''; position: absolute; inset: 28% 34%; background: rgba(242,90,28,0.24); border-radius: 50%; }
.contact-stack { display: flex; flex-direction: column; gap: 0.55rem; margin-top: 0.8rem; }
.contact-stack span { padding: 0.65rem 0.8rem; border-radius: 999px; background: var(--surface-soft); color: var(--muted); font-size: 0.9rem; }
.contact-card form { display: grid; gap: 0.8rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.form-block { display: grid; gap: 0.4rem; }
.contact-card label { font-size: 0.9rem; font-weight: 600; color: var(--muted); }
.contact-card input, .contact-card textarea, .contact-card select { width: 100%; border: 1px solid var(--border); border-radius: 0.9rem; padding: 0.8rem 0.95rem; background: var(--surface-soft); color: var(--text); }
.contact-card textarea { min-height: 120px; resize: vertical; }

@media (max-width: 980px) {
  .hero-grid, .ecosystem-grid, .shortcut-grid, .portfolio-grid, .ai-grid, .footer-grid, .page-hero-grid, .contact-shell { grid-template-columns: 1fr; }
  .bento-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bento-large, .bento-tall, .bento-mid { grid-column: span 1; }
  .cta-shell { flex-direction: column; align-items: flex-start; }
  .service-grid, .mission-grid, .ecosystem-shell { grid-template-columns: 1fr; }
  .case-study-card { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .topbar { padding: 0.7rem 0; }
  .nav-toggle { display: inline-flex; border: 0; background: transparent; padding: 0.35rem; }
  .nav-links { position: absolute; inset: 78px 1rem auto 1rem; display: none; flex-direction: column; align-items: flex-start; padding: 1rem; border: 1px solid var(--border); border-radius: 1rem; background: rgba(255,255,255,0.97); box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .hero-shell { padding-top: 3.5rem; }
  .hero-meta { grid-template-columns: 1fr; }
  .section { padding: 3.6rem 0; }
  .hero-copy h1 { font-size: clamp(2.4rem, 8vw, 3.3rem); }
  .button-row { flex-direction: column; align-items: flex-start; }
  .bento-grid { grid-template-columns: 1fr; }
  .ecosystem-map { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; } }
