:root {
  --navy: #0a1c35;
  --ink: #102039;
  --muted: #607087;
  --line: #dce4ed;
  --paper: #f5f7fa;
  --blue: #2569d8;
  --cyan: #55d2d3;
}

body {
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
}

.site-header {
  padding: 17px max(32px, calc((100vw - 1240px) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: #e5ebf1;
}

.brand {
  letter-spacing: 0.09em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 5px;
}

.main-nav {
  gap: clamp(15px, 2.2vw, 29px);
  font-size: 12px;
}

.nav-button {
  border-radius: 3px;
}

.section-wrap {
  width: min(1180px, calc(100% - 64px));
}

.hero {
  min-height: 670px;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr);
  gap: clamp(42px, 7vw, 96px);
  padding-top: 76px;
  padding-bottom: 84px;
}

.hero-copy {
  padding: 18px 0;
}

.hero .eyebrow,
.section-heading .eyebrow,
.contact-section .eyebrow {
  letter-spacing: 0.18em;
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(54px, 6vw, 76px);
  line-height: 0.99;
  letter-spacing: -0.065em;
}

.hero h1 span {
  display: block;
}

.hero h1 span + span {
  margin-top: 8px;
  color: var(--blue);
}

.hero-lead {
  max-width: 540px;
  margin: 25px 0 27px;
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  gap: 11px;
}

.button {
  min-height: 46px;
  padding: 12px 17px;
  border-radius: 4px;
  font-size: 13px;
}

.button-primary {
  background: var(--blue);
}

.button-primary:hover {
  background: var(--navy);
}

.button-quiet {
  background: #fff;
}

.hero-meta {
  gap: 20px;
  margin-top: 34px;
  font-size: 11px;
}

.hero-capabilities {
  padding: 29px 32px 20px;
  border: 1px solid #dbe5ef;
  border-radius: 6px;
  box-shadow: 0 22px 55px rgba(16, 32, 57, 0.08);
}

.hero-capabilities::after {
  right: -19px;
  bottom: -64px;
  color: rgba(37, 105, 216, 0.035);
  font-size: 145px;
}

.capability-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 3px;
}

.capability-heading > span {
  display: none;
}

.capability-heading .eyebrow {
  margin: 0;
}

.capability-heading > span,
.capability-footer {
  color: #8290a2;
  font: 600 9px "Space Grotesk", sans-serif;
  letter-spacing: 0.13em;
}

.hero-capabilities article {
  grid-template-columns: 37px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top-color: #e8edf3;
}

.hero-capabilities article > span {
  width: 31px;
  height: 31px;
  background: #f2f7fd;
  border-color: #dbe8f8;
}

.hero-capabilities article b {
  font-size: 14px;
}

.hero-capabilities article small {
  font-size: 11px;
}

.capability-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4px;
  padding-top: 15px;
  border-top: 1px solid #e8edf3;
  font-size: 8px;
}

.proof-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-color: #e3e9ef;
}

.proof-strip div {
  gap: 11px;
}

.proof-strip strong {
  white-space: nowrap;
  font-size: 21px;
}

.proof-strip span {
  max-width: 220px;
  font-size: 11px;
  line-height: 1.45;
}

.section-block {
  padding-top: 105px;
  padding-bottom: 105px;
}

.section-heading {
  margin-bottom: 38px;
}

.section-heading h2,
.contact-section h2 {
  max-width: 750px;
  font-size: clamp(34px, 4.2vw, 51px);
  line-height: 1.12;
}

.section-heading > p:last-child {
  max-width: 650px;
  font-size: 15px;
}

.focus-grid {
  gap: 14px;
}

.focus-grid article {
  min-height: 240px;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 8px 28px rgba(16, 32, 57, 0.025);
}

.focus-grid h3 {
  margin: 40px 0 11px;
  font-size: 20px;
  line-height: 1.23;
}

.focus-grid p,
.work-card p {
  font-size: 13px;
  line-height: 1.7;
}

.work-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 42px;
}

.work-heading > div {
  max-width: 670px;
}

.work-heading > p {
  max-width: 345px;
  margin: 0 0 19px;
  color: var(--muted);
  font-size: 13px;
}

.work-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.work-card {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px 15px;
  min-width: 0;
  padding: 16px 18px 21px;
  border: 1px solid #dfe6ee;
  border-radius: 5px;
  box-shadow: 0 8px 26px rgba(16, 32, 57, 0.035);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.work-card:hover {
  transform: translateY(-3px);
  border-color: #bfd4ee;
  box-shadow: 0 16px 36px rgba(16, 32, 57, 0.09);
}

.project-art {
  position: relative;
  grid-column: 1 / -1;
  display: flex;
  aspect-ratio: 16 / 9;
  min-height: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 9px;
  border-radius: 3px;
}

.project-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-evidence {
  background: linear-gradient(120deg, #e9f1fb, #dce9f7 58%, #edf3fa);
}

.art-top {
  position: absolute;
  top: 12px;
  right: 14px;
  left: 14px;
  display: flex;
  justify-content: space-between;
  color: #5f7490;
  font: 600 8px "Space Grotesk", sans-serif;
  letter-spacing: 0.12em;
}

.art-doc {
  position: relative;
  display: grid;
  width: 188px;
  gap: 9px;
  padding: 20px 18px 19px;
  background: #fff;
  border: 1px solid rgba(65, 95, 135, 0.15);
  box-shadow: 0 14px 28px rgba(27, 52, 86, 0.12);
  transform: rotate(-3deg);
}

.art-doc b {
  margin-bottom: 3px;
  color: #2b4569;
  font: 700 8px "Space Grotesk", sans-serif;
  letter-spacing: 0.08em;
}

.art-doc i,
.mini-table i,
.risk-lines i {
  display: block;
  height: 4px;
  background: #dce5ef;
  border-radius: 4px;
}

.art-doc i.short {
  width: 62%;
}

.art-highlight {
  position: absolute;
  right: 18px;
  bottom: 31px;
  width: 42px;
  height: 18px;
  border-radius: 2px;
  background: rgba(81, 202, 191, 0.35);
}

.art-note {
  position: absolute;
  right: calc(50% - 138px);
  bottom: 24px;
  padding: 9px 11px;
  background: var(--navy);
  color: #fff;
  font: 600 7px "Space Grotesk", sans-serif;
  letter-spacing: 0.1em;
}

.art-note span {
  margin-left: 8px;
  color: var(--cyan);
}

.art-note span:first-child {
  margin-left: 0;
  color: #fff;
}

.art-automation {
  flex-direction: column;
  gap: 7px;
  background: linear-gradient(135deg, #eef1fb, #e4e9f8 60%, #eef2fa);
}

.flow-node {
  display: flex;
  width: 200px;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #ccd6e8;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  color: #40526f;
  font: 600 8px "Space Grotesk", sans-serif;
  letter-spacing: 0.06em;
}

.flow-node b {
  color: #8d9bb0;
}

.flow-node.active {
  border-color: #9eb9ec;
  color: #1f5fbc;
  box-shadow: 0 5px 15px rgba(47, 104, 205, 0.12);
}

.flow-line {
  width: 1px;
  height: 11px;
  background: #9fb4d4;
}

.art-status {
  position: absolute;
  right: 13px;
  bottom: 12px;
  color: #78889e;
  font: 600 7px "Space Grotesk", sans-serif;
  letter-spacing: 0.1em;
}

.art-status span {
  margin-left: 5px;
  color: #239779;
}

.art-status span:first-child {
  margin-left: 0;
  color: #78889e;
}

.art-operations {
  gap: 13px;
  padding: 22px;
  background: linear-gradient(135deg, #172b48, #10213a);
}

.mini-sidebar {
  width: 26px;
  height: 103px;
  border-radius: 2px;
  background: linear-gradient(#5178a9 0 9px, transparent 9px 19px, #263f60 19px 27px, transparent 27px 37px, #263f60 37px 45px, transparent 45px 55px, #263f60 55px 63px, transparent 63px 73px, #263f60 73px 81px, transparent 81px);
}

.mini-dashboard {
  width: min(250px, 74%);
  padding: 13px 14px;
  background: #f7f9fc;
  border-radius: 3px;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.17);
}

.mini-dashboard > span {
  color: #586980;
  font: 700 7px "Space Grotesk", sans-serif;
  letter-spacing: 0.1em;
}

.mini-metrics {
  display: flex;
  gap: 7px;
  margin: 10px 0;
}

.mini-metrics i {
  width: 33%;
  height: 20px;
  border: 1px solid #e0e6ed;
  border-radius: 2px;
  background: linear-gradient(90deg, #dceafb 38%, #fff 38%);
}

.mini-chart {
  display: flex;
  height: 39px;
  align-items: end;
  gap: 8px;
  padding: 0 8px 5px;
  border-bottom: 1px solid #cbd5e1;
}

.mini-chart b {
  flex: 1;
  height: 42%;
  background: #67b9c5;
  border-radius: 2px 2px 0 0;
}

.mini-chart b:nth-child(2n) { height: 70%; background: #5786d5; }
.mini-chart b:nth-child(3n) { height: 54%; }
.mini-chart b:nth-child(5) { height: 88%; }

.mini-table {
  display: grid;
  gap: 5px;
  margin-top: 8px;
}

.mini-table i {
  height: 3px;
}

.mini-table i:nth-child(2) { width: 77%; }
.mini-table i:nth-child(3) { width: 89%; }

.art-risk {
  gap: 24px;
  background: linear-gradient(135deg, #eef3fa, #e4eaf5 65%, #eaf2f7);
}

.risk-shield {
  display: grid;
  width: 69px;
  height: 78px;
  place-items: center;
  clip-path: polygon(50% 0, 92% 16%, 87% 65%, 50% 100%, 13% 65%, 8% 16%);
  background: linear-gradient(145deg, #5b8ce0, #2554a0);
  color: #fff;
  font: 500 28px "DM Sans", sans-serif;
  box-shadow: 0 8px 20px rgba(37, 84, 160, 0.2);
}

.risk-lines {
  display: grid;
  width: 143px;
  gap: 9px;
}

.risk-lines b {
  margin-bottom: 3px;
  color: #526780;
  font: 700 8px "Space Grotesk", sans-serif;
  letter-spacing: 0.12em;
}

.risk-lines i:nth-of-type(2) { width: 72%; }
.risk-lines i:nth-of-type(4) { width: 82%; }

.risk-score {
  position: absolute;
  right: 15px;
  bottom: 13px;
  display: grid;
  gap: 2px;
  color: #8190a3;
  font: 600 7px "Space Grotesk", sans-serif;
  letter-spacing: 0.08em;
}

.risk-score b {
  color: #21856f;
  font-size: 8px;
}

.work-index {
  padding-top: 5px;
  font-size: 11px;
}

.work-content {
  min-width: 0;
}

.work-card h3 {
  margin: 7px 0 10px;
  font-size: 22px;
  line-height: 1.18;
}

.work-card p {
  margin: 0;
}

.work-card .tag {
  font-size: 8px !important;
}

.chips {
  gap: 6px;
  margin-top: 15px;
}

.chips span {
  padding: 4px 7px;
  border: 1px solid #e0e9f3;
  border-radius: 3px;
  background: #f4f8fc;
  font-size: 9px;
}

.evidence-section {
  padding: 88px 0;
  background: #0c1c33;
}

.evidence-layout {
  gap: 56px;
}

.evidence-section h2 {
  font-size: clamp(33px, 4vw, 48px);
}

.evidence-card {
  border-radius: 4px;
  overflow: hidden;
}

.metric {
  padding: 24px 17px;
}

.metric strong {
  font-size: 27px;
}

.timeline {
  gap: 0 34px;
}

.timeline > div {
  padding: 24px 20px 25px 0;
}

.timeline > div:nth-child(even) {
  padding-left: 24px;
}

.timeline h3 {
  font-size: 18px;
}

.timeline p {
  font-size: 13px;
  line-height: 1.65;
}

.contact-section {
  padding: 88px 0;
  background: #eaf0f7;
}

.contact-layout {
  gap: 60px;
}

.contact-card {
  gap: 13px;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 14px 38px rgba(24, 52, 87, 0.07);
}

.site-footer {
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 10px;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(335px, 0.95fr);
    gap: 34px;
  }

  .hero h1 {
    font-size: clamp(48px, 6.6vw, 62px);
  }

  .hero-capabilities {
    padding-right: 23px;
    padding-left: 23px;
  }

  .work-list {
    gap: 13px;
  }
}

@media (max-width: 800px) {
  .site-header {
    padding: 15px 24px;
  }

  .section-wrap {
    width: min(100% - 40px, 620px);
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 62px;
    padding-bottom: 55px;
  }

  .hero h1 {
    max-width: 580px;
    font-size: clamp(48px, 10vw, 68px);
  }

  .hero-meta {
    margin-top: 25px;
  }

  .hero-capabilities {
    width: min(100%, 540px);
  }

  .proof-strip {
    gap: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .proof-strip div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .section-block {
    padding-top: 76px;
    padding-bottom: 76px;
  }

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

  .focus-grid article {
    min-height: 0;
  }

  .focus-grid h3 {
    margin-top: 25px;
  }

  .work-heading {
    display: block;
  }

  .work-heading > p {
    margin: 14px 0 0;
  }

  .work-list {
    grid-template-columns: 1fr;
  }

  .work-card {
    padding: 14px 16px 19px;
  }

  .project-art {
    min-height: 160px;
  }

  .evidence-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .evidence-card {
    margin-top: 10px;
  }

  .contact-section {
    padding: 72px 0;
  }
}

@media (max-width: 520px) {
  .section-wrap {
    width: calc(100% - 36px);
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-lead {
    font-size: 15px;
  }

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

  .hero-meta {
    flex-direction: column;
    gap: 6px;
  }

  .hero-capabilities {
    padding: 22px 19px 16px;
  }

  .hero-capabilities article {
    padding: 15px 0;
  }

  .hero-capabilities article b {
    font-size: 13px;
  }

  .hero-capabilities article small {
    font-size: 10px;
  }

  .capability-footer {
    flex-direction: column;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 21px 18px;
  }

  .proof-strip div {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
  }

  .proof-strip span {
    text-align: right;
  }

  .section-heading h2,
  .contact-section h2 {
    font-size: 35px;
  }

  .focus-grid article {
    padding: 22px;
  }

  .work-card h3 {
    font-size: 20px;
  }

  .work-card .tag {
    line-height: 1.5;
  }

  .evidence-card {
    grid-template-columns: 1fr;
  }

  .metric {
    grid-template-columns: 115px 1fr;
    align-items: center;
    padding: 16px;
  }

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

  .timeline > div:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

.site-footer {
  padding-right: 20px;
  padding-left: 20px;
}
}

/* Bright executive hero treatment with a real photographic setting. */
.hero-capabilities {
  min-height: 490px;
  padding: clamp(24px, 3vw, 38px);
  background-color: #f4f7fa;
  background-image:
    linear-gradient(90deg, rgba(250, 252, 255, 0.96) 0%, rgba(250, 252, 255, 0.88) 45%, rgba(250, 252, 255, 0.28) 100%),
    url("images/hero-higgsfield-portrait.jpg");
  background-position: center, center right;
  background-size: cover;
  border-color: rgba(209, 220, 232, 0.9);
  border-radius: 10px;
  box-shadow: 0 22px 58px rgba(24, 52, 87, 0.12);
}

.hero-capabilities::after {
  content: none;
}

.hero-capabilities > *,
.hero-capabilities article {
  position: relative;
  z-index: 1;
}

.hero-capabilities article {
  padding: 13px 12px;
  margin: 6px 0;
  border: 1px solid rgba(214, 225, 237, 0.86);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 5px 16px rgba(28, 55, 84, 0.045);
  backdrop-filter: blur(8px);
}

.hero-capabilities article > span {
  background: rgba(255, 255, 255, 0.9);
}

.capability-footer {
  padding: 12px 10px 0;
  border-top-color: rgba(214, 225, 237, 0.86);
}

@media (max-width: 800px) {
  .hero-capabilities {
    min-height: 450px;
    background-image:
      linear-gradient(90deg, rgba(250, 252, 255, 0.95) 0%, rgba(250, 252, 255, 0.86) 56%, rgba(250, 252, 255, 0.48) 100%),
      url("images/hero-higgsfield-portrait.jpg");
    background-position: center, 62% center;
  }
}

@media (max-width: 480px) {
  .hero-capabilities {
    min-height: 0;
    background-image:
      linear-gradient(90deg, rgba(250, 252, 255, 0.95), rgba(250, 252, 255, 0.8)),
      url("images/hero-higgsfield-portrait.jpg");
  }
}

/* Executive, enterprise-facing direction: lead with the founder and real work. */
.hero {
  position: relative;
  isolation: isolate;
  width: min(1360px, calc(100% - 56px));
  min-height: min(720px, calc(100svh - 86px));
  margin: 28px auto 0;
  padding: clamp(48px, 7vw, 92px);
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid #e3e8ee;
  border-radius: 7px;
  background-color: #f8fafc;
  background-image:
    linear-gradient(90deg, rgba(248, 250, 252, 0.99) 0%, rgba(248, 250, 252, 0.97) 35%, rgba(248, 250, 252, 0.76) 54%, rgba(248, 250, 252, 0.02) 77%),
    url("images/hero-higgsfield-portrait.jpg");
  background-position: center, center 44%;
  background-size: cover;
  box-shadow: 0 24px 64px rgba(16, 32, 57, 0.08);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 660px;
  padding: 0;
}

.hero .eyebrow {
  color: #375e91;
  font-size: 10px;
  letter-spacing: 0.19em;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(54px, 6.5vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.065em;
}

.hero h1 span + span {
  color: #315f9b;
}

.hero-lead {
  max-width: 540px;
  color: #47566c;
  font-size: 17px;
  line-height: 1.75;
}

.hero-capabilities {
  display: none;
}

.hero-actions .button-primary {
  background: #153b70;
}

.hero-actions .button-primary:hover {
  background: #2569d8;
}

.proof-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1360px;
  margin: 0 auto;
  padding-right: 28px;
  padding-left: 28px;
  border: 1px solid #e5eaf0;
  border-top: 0;
  background: #fff;
}

.proof-strip strong {
  color: #173b68;
}

.section-block {
  padding-top: clamp(76px, 8vw, 112px);
  padding-bottom: clamp(76px, 8vw, 112px);
}

.section-heading h2,
.contact-section h2 {
  color: #102039;
}

.focus-grid article,
.work-card,
.contact-card {
  border-color: #e1e7ee;
  border-radius: 5px;
  box-shadow: 0 10px 32px rgba(16, 32, 57, 0.045);
}

.focus-grid article {
  min-height: 250px;
}

.project-art {
  border-radius: 3px;
}

.work-card:hover {
  box-shadow: 0 20px 45px rgba(16, 32, 57, 0.11);
}

.evidence-section {
  background: #112c4f;
}

.contact-section {
  background: #edf2f7;
}

.site-footer {
  background: #0c1b31;
}

@media (max-width: 800px) {
  .hero {
    width: min(100% - 32px, 680px);
    min-height: 620px;
    margin-top: 16px;
    padding: 40px 32px;
    grid-template-columns: 1fr;
    background-image:
      linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(248, 250, 252, 0.94) 45%, rgba(248, 250, 252, 0.3) 100%),
      url("images/hero-higgsfield-portrait.jpg");
    background-position: center, 64% center;
  }

  .hero-copy {
    align-self: start;
  }

  .hero h1 {
    font-size: clamp(50px, 10vw, 68px);
  }

  .proof-strip {
    width: min(100% - 32px, 680px);
    grid-template-columns: 1fr;
    gap: 12px;
    border-top: 1px solid #e5eaf0;
  }

  .proof-strip div {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 600px;
    padding: 35px 24px;
    background-image:
      linear-gradient(180deg, rgba(248, 250, 252, 0.99) 0%, rgba(248, 250, 252, 0.93) 48%, rgba(248, 250, 252, 0.18) 100%),
      url("images/hero-higgsfield-portrait.jpg");
    background-position: center, 63% center;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-lead {
    font-size: 15px;
  }
}

/* Hero composition based on the supplied Isuri Lab reference. */
.hero {
  width: 100%;
  min-height: min(700px, calc(100svh - 78px));
  margin: 0;
  padding: clamp(48px, 5.2vw, 84px) max(36px, calc((100vw - 1440px) / 2));
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.88fr);
  gap: clamp(26px, 3.3vw, 54px);
  border: 0;
  border-radius: 0;
  background-color: #0b192b;
  background-image:
    linear-gradient(90deg, rgba(7, 20, 38, 0.99) 0%, rgba(7, 20, 38, 0.96) 31%, rgba(7, 20, 38, 0.78) 48%, rgba(7, 20, 38, 0.28) 72%, rgba(7, 20, 38, 0.08) 100%),
    url("images/hero-higgsfield-portrait.jpg");
  background-position: center, 59% 43%;
  background-size: cover;
  box-shadow: none;
}
.hero .eyebrow { color: #b9d2f6; letter-spacing: 0.23em; }
.hero h1 { max-width: 610px; color: #fff; font-size: clamp(54px, 5.8vw, 82px); line-height: 0.99; letter-spacing: -0.06em; }
.hero h1 span + span { color: #8ebaff; }
.hero-lead { max-width: 510px; color: #d2dceb; font-size: 16px; line-height: 1.7; }
.hero-meta { color: #c9d7e9; }
.hero-meta span::before { color: #8ebaff; }
.hero-actions .button-primary { background: #2869e8; }
.hero-actions .button-primary:hover { background: #174baf; }
.hero-actions .button-quiet { border-color: rgba(211, 228, 248, 0.58); background: rgba(8, 25, 46, 0.28); color: #fff; }

.hero-capabilities {
  display: grid;
  align-content: center;
  gap: 10px;
  width: min(100%, 430px);
  justify-self: center;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero-capabilities::after { content: none; }
.capability-heading { display: flex; align-items: center; justify-content: space-between; margin: 0 0 4px; padding: 0 2px; }
.capability-heading .eyebrow { margin: 0; color: #d9e6f7; }
.capability-heading > span { color: #c1d1e5; }
.hero-capabilities article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 76px;
  margin: 0;
  padding: 12px 17px;
  border: 1px solid rgba(209, 226, 247, 0.22);
  border-radius: 8px;
  background: rgba(14, 35, 60, 0.84);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}
.hero-capabilities article > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(111, 164, 243, 0.42);
  border-radius: 8px;
  background: rgba(49, 105, 183, 0.22);
  color: #8ebaff;
  font: 700 12px "Space Grotesk", sans-serif;
}
.hero-capabilities article b { color: #fff; font-size: 14px; }
.hero-capabilities article small { color: #d0dced; font-size: 11px; }
.capability-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2px;
  padding: 12px 15px 0;
  border-top: 1px solid rgba(220, 233, 248, 0.35);
  color: #e0e9f5;
  font-size: 9px;
}
.capability-footer span:last-child::after { content: "  →"; color: #8ebaff; font-size: 15px; }

.proof-strip {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 22px max(36px, calc((100vw - 1440px) / 2));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 0;
  border-top: 1px solid rgba(204, 221, 242, 0.14);
  background: #0b192b;
}
.proof-strip strong { color: #fff; font-size: 20px; }
.proof-strip span { color: #b7c7dc; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr); padding-right: 30px; padding-left: 30px; }
  .hero h1 { font-size: clamp(48px, 6vw, 64px); }
}
@media (max-width: 800px) {
  .hero {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 52px 28px 42px;
    grid-template-columns: 1fr;
    gap: 34px;
    background-image:
      linear-gradient(180deg, rgba(7, 20, 38, 0.97) 0%, rgba(7, 20, 38, 0.90) 48%, rgba(7, 20, 38, 0.68) 100%),
      url("images/hero-higgsfield-portrait.jpg");
    background-position: center, 64% 40%;
  }
  .hero-capabilities { justify-self: stretch; width: 100%; max-width: 560px; margin-left: auto; }
  .proof-strip { grid-template-columns: 1fr; gap: 12px; padding: 18px 28px; }
  .proof-strip div { flex-direction: row; align-items: baseline; justify-content: space-between; }
}
@media (max-width: 480px) {
  .hero {
    min-height: 0;
    padding: 44px 20px 32px;
    background-image:
      linear-gradient(180deg, rgba(7, 20, 38, 0.97) 0%, rgba(7, 20, 38, 0.93) 42%, rgba(7, 20, 38, 0.7) 100%),
      url("images/hero-higgsfield-portrait.jpg");
    background-position: center, 63% 35%;
  }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 15px; }
  .hero-actions .button { width: auto; flex: 1 1 auto; }
  .hero-capabilities article { min-height: 70px; padding: 10px 12px; }
  .capability-footer { padding-right: 4px; padding-left: 4px; font-size: 8px; }
}

/* Keep the founder's face clear at tablet widths and when users zoom in. */
@media (max-width: 1000px) {
  .hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    grid-template-columns: 1fr;
    gap: 34px;
    background-color: #0b192b;
    background-image: none;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: -1;
    height: clamp(440px, 78svh, 640px);
    background-image:
      linear-gradient(180deg, rgba(7, 20, 38, 0.88) 0%, rgba(7, 20, 38, 0.74) 72%, #0b192b 100%),
      url("images/hero-higgsfield-portrait.jpg");
    background-position: center, 70% top;
    background-size: cover, auto 100%;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .hero > * {
    position: relative;
    z-index: 1;
  }

  .hero-capabilities {
    justify-self: stretch;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (min-width: 1001px) {
  .hero-capabilities {
    justify-self: start;
    align-self: start;
    width: min(100%, 320px);
    margin-top: clamp(104px, 12vh, 144px);
    transform: translateX(-24px);
  }
}
