@import url("pages.css");
@import url("content.css");
@import url("nav.css");

/* A single, deliberate type scale across the site. */
html { font-size: 16px; }

body {
  font-size: 1rem;
  line-height: 1.72;
  letter-spacing: 0.01em;
}

.site-nav a { font-size: 0.875rem; letter-spacing: 0.02em; }
.brand { font-size: 1.32rem; white-space: nowrap; }
.company-name { line-height: 1.2; }
.eyebrow { font-size: 0.88rem; line-height: 1.4; letter-spacing: 0.12em; }

.hero h1 {
  font-size: clamp(3.05rem, 4.2vw, 4.25rem);
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin-bottom: 26px;
}

.lead { font-size: clamp(1.1rem, 1.45vw, 1.24rem); line-height: 1.75; }
.button { font-size: 1rem; line-height: 1.25; }
.text-link { font-size: 1rem; }
.metrics strong { font-size: 1.85rem; line-height: 1.15; }
.metrics span { font-size: 0.9rem; line-height: 1.45; margin-top: 7px; }

.loop h2,
.section h2,
.about h2,
.contact h2 {
  font-size: clamp(2rem, 2.7vw, 2.65rem);
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.section-intro,
.section-head > p { font-size: 1rem; line-height: 1.75; }
.loop-steps span { font-size: 1rem; line-height: 1.45; }
.loop-steps small { font-size: 0.75rem; line-height: 1.5; }
.solution-card h3 { font-size: 1.38rem; line-height: 1.3; }
.solution-card p:not(.card-index),
.solution-card li,
.solution-card span { font-size: 0.9rem; line-height: 1.65; }
.card-index,
.case-card > p:first-child { font-size: 0.7rem; letter-spacing: 0.12em; }
.capability-grid h3 { font-size: 1.12rem; line-height: 1.35; }
.capability-grid p,
.case-card > p:last-child { font-size: 0.9rem; line-height: 1.72; }
.case-card h3 { font-size: 1.23rem; line-height: 1.35; }
.flow { font-size: 0.8rem; line-height: 1.9; }
.about p:not(.eyebrow),
.contact > div > div > p:not(.eyebrow) { font-size: 1rem; line-height: 1.8; }
.contact dt { font-size: 0.7rem; }
.contact dd { font-size: 0.95rem; line-height: 1.55; }
.contact-form label { font-size: 0.8rem; }
.contact-form input,
.contact-form textarea { font-size: 0.96rem; line-height: 1.5; }
.form-note { font-size: 0.74rem; line-height: 1.55; }
.art-note strong { font-size: 1.12rem; line-height: 1.25; }
.art-note span,
.system-tag { font-size: 0.62rem; letter-spacing: 0.12em; }

@media (max-width: 850px) {
  .hero h1 { font-size: clamp(2.65rem, 7.4vw, 3.7rem); }
  .loop h2,
  .section h2,
  .about h2,
  .contact h2 { font-size: clamp(2rem, 6vw, 2.75rem); }
}

@media (max-width: 500px) {
  body { font-size: 0.97rem; }
  .hero h1 { font-size: 2.55rem; line-height: 1.22; }
  .lead { font-size: 1rem; }
  .loop h2,
  .section h2,
  .about h2,
  .contact h2 { font-size: 2rem; }
  .solution-card h3 { font-size: 1.3rem; }
  .brand { font-size: 1.12rem; }
  .brand small { font-size: 0.62rem; }
}

/* Strict type scale: only 16 / 18 / 24 / 40 / 56 px on desktop. */
body { font-size: 18px; }
.site-nav a { font-size: 16px; }
.brand { font-size: 21px; }
.eyebrow,
.card-index,
.case-card > p:first-child,
.contact dt,
.art-note span,
.system-tag { font-size: 16px; letter-spacing: 0.06em; }

.hero h1 { font-size: 56px; line-height: 1.22; letter-spacing: -0.025em; }
.loop h2,
.section h2,
.about h2,
.contact h2 { font-size: 40px; line-height: 1.3; letter-spacing: -0.02em; }
.solution-card h3,
.capability-grid h3,
.case-card h3 { font-size: 24px; line-height: 1.35; }

.lead,
.section-intro,
.section-head > p,
.about p:not(.eyebrow),
.contact > div > div > p:not(.eyebrow),
.solution-card p:not(.card-index),
.solution-card li,
.solution-card span,
.capability-grid p,
.case-card > p:last-child,
.contact dd,
.contact-form input,
.contact-form textarea,
.button,
.text-link,
.loop-steps span { font-size: 18px; line-height: 1.7; }

.metrics strong { font-size: 40px; }
.metrics span,
.loop-steps small,
.flow,
.contact-form label,
.form-note,
.art-note i { font-size: 16px; }

@media (max-width: 850px) {
  .hero h1 { font-size: 48px; }
  .loop h2,
  .section h2,
  .about h2,
  .contact h2 { font-size: 36px; }
}

@media (max-width: 500px) {
  body { font-size: 16px; }
  .brand { font-size: 17px; }
  .hero h1 { font-size: 40px; }
  .loop h2,
  .section h2,
  .about h2,
  .contact h2 { font-size: 32px; }
  .solution-card h3,
  .capability-grid h3,
  .case-card h3 { font-size: 22px; }
  .lead,
  .section-intro,
  .section-head > p,
  .about p:not(.eyebrow),
  .contact > div > div > p:not(.eyebrow),
  .solution-card p:not(.card-index),
  .solution-card li,
  .solution-card span,
  .capability-grid p,
  .case-card > p:last-child,
  .contact dd,
  .contact-form input,
  .contact-form textarea,
  .button,
  .text-link,
  .loop-steps span { font-size: 16px; }
  .metrics strong { font-size: 32px; }
  .eyebrow,
  .card-index,
  .case-card > p:first-child,
  .contact dt,
  .art-note span,
  .system-tag,
  .metrics span,
  .loop-steps small,
  .flow,
  .contact-form label,
  .form-note,
  .art-note i { font-size: 14px; }
}

/* Hero copy is treated as one aligned content block. */
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; }
.hero h1 { font-size: 52px; line-height: 1.18; margin: 18px 0 28px; }
.hero h1 span { display: block; white-space: nowrap; }
.hero h1 span:last-child {
  background: linear-gradient(100deg, #5df0dc, #7390ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .lead { max-width: 570px; margin: 0; font-size: 20px; line-height: 1.72; }
.hero .actions { margin: 30px 0 38px; }

@media (max-width: 850px) {
  .hero h1 { font-size: 46px; }
}

@media (max-width: 500px) {
  .hero h1 { font-size: 39px; line-height: 1.2; }
  .hero .lead { font-size: 17px; }
}

/* Simplified visual panel: remove the competing decorative frames. */
.hero-art {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(104, 200, 255, 0.34);
  background: #0b1c35;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}
.hero-art::before,
.hero-art::after { display: none; }
.hero-art img {
  min-height: 480px;
  clip-path: none;
  filter: saturate(0.72) contrast(1.05) brightness(0.74);
}
.system-tag { top: 20px; right: 20px; }
.art-note {
  left: 20px;
  bottom: 20px;
  padding: 16px 18px;
  border-color: rgba(105, 229, 217, 0.3);
}
.signal-one { right: 22px; bottom: 22px; }
.signal-two { left: 22px; top: 22px; }

@media (max-width: 500px) {
  .hero-art img { min-height: 370px; }
  .system-tag { top: 14px; right: 14px; }
  .art-note { left: 14px; bottom: 14px; }
}
