:root {
  --signal-blue: #2563eb;
  --signal-blue-dark: #1d4ed8;
  --ink: #10151f;
  --slate: #445064;
  --legal-ink: #5f6b7d;
  --mist: #f6f8fb;
  --surface: #ffffff;
  --line: #dbe2ee;
  --contact-accent: #9db7ff;
  --contact-muted: #bfcae0;
  --soft-shadow: 0 18px 50px rgba(16, 21, 31, 0.08);
  --max-page: 1160px;
}

* {
  box-sizing: border-box;
}

html,
body,
body * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--signal-blue);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.32);
  outline-offset: 4px;
}

.site-header,
.site-footer {
  width: min(var(--max-page), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

.brand-mark,
.site-nav,
.site-footer nav,
.hero-actions {
  display: flex;
  align-items: center;
}

.brand-mark {
  gap: 12px;
  font-family: Sora, Manrope, sans-serif;
  font-weight: 720;
  letter-spacing: -0.02em;
}

.brand-symbol {
  display: block;
  width: 44px;
  height: 32px;
  object-fit: contain;
}

.site-nav {
  gap: 20px;
  color: var(--slate);
  font-size: 0.94rem;
  font-weight: 650;
}

.nav-action {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(36px, 6vw, 84px);
  width: min(var(--max-page), calc(100% - 40px));
  min-height: calc(100vh - 82px);
  margin: 0 auto;
  padding: clamp(54px, 8vw, 100px) 0 72px;
  align-items: center;
}

.hero-copy {
  max-width: 740px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--signal-blue);
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Sora, Manrope, sans-serif;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(2.45rem, 6.8vw, 4.9rem);
  font-weight: 520;
  line-height: 1.03;
  letter-spacing: -0.026em;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.4vw, 3.25rem);
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-lede,
.section-heading p,
.section-copy p,
.document-hero p,
.document-note p {
  color: var(--slate);
  text-wrap: pretty;
}

.hero-lede {
  max-width: 680px;
  margin-bottom: 32px;
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 720;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--signal-blue);
  color: var(--surface);
  padding: 12px 18px;
}

.button-primary:hover {
  background: var(--signal-blue-dark);
  color: var(--surface);
}

.button-secondary {
  border: 1px solid var(--line);
  padding: 12px 18px;
  color: var(--ink);
}

.signal-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #10151f;
}

.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signal-card {
  position: absolute;
  width: min(300px, calc(100% - 48px));
  border: 1px solid rgba(219, 226, 238, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 18px rgba(16, 21, 31, 0.12);
  padding: 22px;
  backdrop-filter: blur(12px);
}

.primary-card {
  right: 24px;
  bottom: 84px;
}

.market-card {
  left: 24px;
  top: 74px;
}

.card-label,
.number {
  display: block;
  color: var(--legal-ink);
  font-size: 0.76rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-card strong {
  display: block;
  margin: 8px 0;
  font-family: Sora, Manrope, sans-serif;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.signal-card p {
  margin-bottom: 0;
  color: var(--slate);
}

.section {
  padding: clamp(74px, 10vw, 120px) 0;
}

.section-tight {
  padding-top: 42px;
}

.section > *,
.document-main {
  width: min(var(--max-page), calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 84px);
}

.section-copy {
  max-width: 68ch;
}

.section-copy p:last-child,
.section-heading p:last-child {
  margin-bottom: 0;
}

.mist {
  background: var(--mist);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 36px;
}

.portfolio-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  margin-bottom: 34px;
}

.portfolio-intro .section-heading {
  margin-bottom: 0;
}

.portfolio-art {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.focus-card,
.legal-grid article,
.document-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.focus-card {
  min-height: 230px;
  padding: 28px;
}

.number {
  margin-bottom: 52px;
  color: var(--signal-blue);
}

.focus-card p {
  margin-bottom: 0;
  color: var(--slate);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.4fr);
  gap: 28px;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  padding: clamp(28px, 5vw, 48px);
  color: var(--surface);
}

.contact-panel .eyebrow {
  color: var(--contact-accent);
}

.contact-panel h2 {
  max-width: 780px;
}

.contact-block {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 20px;
}

.contact-block span {
  display: block;
  margin-bottom: 8px;
  color: var(--contact-muted);
  font-size: 0.82rem;
  font-weight: 720;
}

.contact-block a {
  font-size: 1.08rem;
  font-weight: 720;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding: 28px 0 36px;
  color: var(--legal-ink);
  font-size: 0.92rem;
}

.site-footer strong {
  display: block;
  color: var(--ink);
}

.site-footer p {
  margin: 4px 0 0;
}

.site-footer .legal-disclosure {
  max-width: 320px;
  color: #8a94a6;
  font-size: 0.68rem;
  line-height: 1.35;
}

.site-footer nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.document-main {
  padding: clamp(54px, 8vw, 100px) 0;
}

.document-hero {
  max-width: 760px;
  margin-bottom: 42px;
}

.document-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.legal-grid article,
.document-note {
  padding: 28px;
}

.legal-grid h2,
.document-note h2 {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.legal-grid p,
.document-note p {
  margin-bottom: 0;
}

.legal-grid a,
.document-note a {
  color: var(--signal-blue);
  font-weight: 650;
}

@media (max-width: 860px) {
  .site-header,
  .site-footer,
  .hero,
  .section > *,
  .document-main {
    width: min(100% - 28px, var(--max-page));
  }

  .site-header,
  .site-footer,
  .split,
  .contact-panel {
    align-items: flex-start;
  }

  .site-header,
  .site-footer {
    flex-direction: column;
  }

  .site-nav,
  .site-footer nav {
    justify-content: flex-start;
  }

  .hero,
  .split,
  .contact-panel,
  .legal-grid,
  .portfolio-intro {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 38px;
  }

  .signal-panel {
    min-height: 420px;
  }

  .focus-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav-action {
    padding: 6px 10px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .primary-card {
    right: 14px;
    bottom: 30px;
  }

  .market-card {
    left: 14px;
    top: 40px;
  }
}

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