/*
 * Hybrid direction preview.
 * Full-site local design layer: cinematic scale, owned work, restrained structure.
 */

:root {
  --hybrid-night: #17131d;
  --hybrid-night-soft: #211c29;
  --hybrid-aubergine: #2b2434;
  --hybrid-paper: #f0f2f5;
  --hybrid-paper-deep: #e2e5eb;
  --hybrid-white: #fff;
  --hybrid-ink: #1b1920;
  --hybrid-muted: #625e69;
  --hybrid-rule: #c9ccd3;
  --hybrid-periwinkle: #7182cb;
  --hybrid-periwinkle-light: #cbd2f8;
  --hybrid-violet: #9b23ea;
  --shell: min(1360px, calc(100vw - 64px));
  --frame: min(2360px, calc(100vw - clamp(48px, 7vw, 260px)));
  --reading: 760px;
}

body {
  background: var(--hybrid-white);
  color: var(--hybrid-ink);
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.58;
}

h1,
h2,
h3,
h4 {
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
  text-wrap: pretty;
}

h1,
h2 {
  font-weight: 675;
  letter-spacing: -0.03em;
  word-spacing: normal;
}

h3,
h4 {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  word-spacing: normal;
}

h1 {
  font-size: clamp(2.75rem, 4.7vw, 5.35rem);
  line-height: 0.99;
}

h2 {
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.04;
}

h3 {
  line-height: 1.16;
}

.utility-label,
.eyebrow,
.section-kicker,
.ticket-label,
.project-kind,
.service-row__number,
.process-step__number,
.case-study__number,
.evidence-ledger dt,
.work-item__availability {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.115em;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.site-header {
  border-color: rgba(255, 255, 255, 0.12);
  background: var(--hybrid-night);
}

.site-header__inner {
  min-height: 94px;
}

.brand {
  gap: 10px;
}

.brand__symbol {
  width: 44px;
}

.brand__wordmark {
  width: 220px;
}

.primary-menu {
  gap: clamp(18px, 1.8vw, 34px);
}

.primary-menu a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.91rem;
  font-weight: 560;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  color: var(--hybrid-white);
  text-decoration: none;
}

.primary-menu .current-menu-item > a::after {
  position: absolute;
  bottom: 3px;
  left: 50%;
  display: block;
  width: 22px;
  height: 2px;
  margin: 0;
  background: var(--hybrid-periwinkle);
  content: "";
  transform: translateX(-50%);
}

.primary-menu .current-menu-item > a {
  position: relative;
}

.button,
button.button,
input[type="submit"].button {
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid var(--hybrid-periwinkle);
  border-radius: 0;
  background: var(--hybrid-periwinkle);
  font-size: 0.96rem;
  font-weight: 650;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover,
button.button:hover,
input[type="submit"].button:hover {
  border-color: #6072bd;
  background: #6072bd;
  transform: translateY(-1px);
}

.button--secondary {
  background: transparent;
  color: #4658a2;
}

.button--text {
  padding-inline: 0;
  border: 0;
  background: transparent;
}

/* Home thesis */
.hero {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 32% 34%, rgba(113, 130, 203, 0.13), transparent 32%),
    var(--hybrid-night);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 100% 88px;
  content: "";
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  min-height: min(790px, calc(100vh - 94px));
  grid-template-columns: minmax(520px, 0.88fr) minmax(620px, 1.12fr);
  gap: clamp(44px, 4vw, 86px);
}

.hero__copy {
  z-index: 3;
  max-width: 720px;
  padding: clamp(92px, 8vw, 142px) 0 clamp(70px, 7vw, 112px);
}

.hero .eyebrow {
  margin-bottom: 30px;
  color: var(--hybrid-periwinkle-light);
  font-size: 0.72rem;
}

.hero .eyebrow::before {
  display: none;
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--hybrid-white);
  font-size: clamp(3.55rem, 5vw, 6.1rem);
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-weight: 680;
  line-height: 0.96;
  letter-spacing: -0.04em;
  word-spacing: normal;
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  max-width: none;
  margin-top: 0.06em;
  color: var(--hybrid-periwinkle-light);
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hero__copy .lead {
  max-width: 660px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.12rem, 1.35vw, 1.3rem);
  line-height: 1.52;
}

.hero .button-row {
  margin-top: 38px;
  align-items: center;
  gap: 24px;
}

.hero .hero__text-link {
  min-height: 52px;
  color: var(--hybrid-white);
  text-decoration-color: rgba(203, 210, 248, 0.48);
}

.hero .hero__text-link:hover {
  color: var(--hybrid-periwinkle-light);
}

.fact-strip {
  display: grid;
  margin-top: 52px;
  padding-top: 20px;
  border-color: rgba(255, 255, 255, 0.15);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.fact-strip li {
  display: grid;
  padding: 0 18px;
  gap: 3px;
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.64);
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.76rem;
  line-height: 1.4;
}

.fact-strip li:first-child {
  padding-left: 0;
}

.fact-strip strong {
  color: var(--hybrid-periwinkle-light);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-evidence {
  position: relative;
  min-width: 0;
  min-height: 100%;
  margin: 0 calc(clamp(48px, 7vw, 260px) * -0.5) 0 0;
  overflow: hidden;
  align-self: stretch;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  background: #11151e;
}

.hero-evidence::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 19, 29, 0.84), transparent 37%),
    linear-gradient(0deg, rgba(13, 11, 18, 0.54), transparent 45%);
  content: "";
}

.hero-evidence__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% center;
  filter: saturate(0.78) contrast(1.04) brightness(0.67);
}

.hero-evidence__signal {
  position: absolute;
  z-index: 2;
  inset: -18% -28% -22% 58%;
  background: linear-gradient(145deg, rgba(113, 130, 203, 0.82), rgba(155, 35, 234, 0.48));
  clip-path: polygon(35% 0, 100% 0, 64% 100%, 0 100%);
  mix-blend-mode: screen;
  opacity: 0.55;
}

.hero-evidence__mark {
  position: absolute;
  z-index: 3;
  right: 3%;
  bottom: 5%;
  width: clamp(190px, 17vw, 350px);
  opacity: 0.2;
}

.hero-evidence figcaption {
  position: absolute;
  z-index: 4;
  right: clamp(32px, 4vw, 72px);
  bottom: clamp(28px, 4vw, 60px);
  display: grid;
  max-width: 290px;
  padding-left: 17px;
  border-left: 2px solid var(--hybrid-periwinkle-light);
  gap: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.hero-evidence figcaption strong {
  color: var(--hybrid-white);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* Inner page thesis */
.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(88px, 8vw, 142px);
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 20% 15%, rgba(113, 130, 203, 0.12), transparent 34%),
    var(--hybrid-night-soft);
  color: var(--hybrid-white);
}

.page-hero::after {
  position: absolute;
  top: -55%;
  right: -9%;
  width: min(38vw, 720px);
  height: 210%;
  background: linear-gradient(165deg, rgba(113, 130, 203, 0.11), rgba(155, 35, 234, 0.035));
  clip-path: polygon(45% 0, 100% 0, 58% 100%, 0 100%);
  content: "";
  pointer-events: none;
}

.page-hero > .shell,
.page-hero__grid {
  position: relative;
  z-index: 1;
}

.page-hero__grid {
  width: var(--frame);
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.52fr);
  gap: clamp(64px, 9vw, 190px);
  align-items: end;
}

.page-hero h1 {
  max-width: 980px;
  margin-bottom: 0;
  color: var(--hybrid-white);
  font-size: clamp(3rem, 4.8vw, 5.4rem);
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-weight: 680;
  line-height: 0.99;
  letter-spacing: -0.038em;
  word-spacing: normal;
}

.page-hero .eyebrow {
  margin-bottom: 28px;
  color: var(--hybrid-periwinkle-light);
}

.page-hero__intro {
  max-width: 780px;
  margin-top: 29px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.12rem, 1.4vw, 1.3rem);
  line-height: 1.52;
}

.page-hero__note {
  max-width: 430px;
  padding: 26px 0 4px 28px;
  border: 0;
  border-left: 2px solid var(--hybrid-periwinkle);
  background: transparent;
  box-shadow: none;
}

.page-hero__note .utility-label {
  color: var(--hybrid-periwinkle-light);
}

.page-hero__note p:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.52;
}

.page-hero .reading-width {
  max-width: 920px;
}

.page-hero--work .page-hero__grid {
  grid-template-columns: minmax(0, 980px);
  justify-content: start;
}

/* Reading and index sections */
.section {
  padding-block: clamp(78px, 8vw, 124px);
}

.section--paper {
  border-color: var(--hybrid-rule);
  background: var(--hybrid-paper);
}

.section--ink {
  background: var(--hybrid-night-soft);
}

.section-heading {
  margin-bottom: clamp(42px, 5vw, 70px);
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
}

.section-heading h2 {
  max-width: 760px;
}

.section-heading > p:last-child {
  max-width: 650px;
  color: var(--hybrid-muted);
  font-size: 1.1rem;
  line-height: 1.55;
}

.section-kicker,
.utility-label,
.project-kind {
  color: #5365ad;
}

.section--ink .section-kicker,
.section--ink .utility-label,
.section--ink .project-kind {
  color: var(--hybrid-periwinkle-light);
}

.service-ledger,
.process-rail,
.check-list,
.deliverable-list,
.scope-grid,
.faq-list {
  border-top-width: 1px;
}

.service-row {
  padding: 31px 8px;
  grid-template-columns: 112px minmax(250px, 0.74fr) minmax(0, 1fr) 46px;
  gap: clamp(22px, 3vw, 48px);
}

.service-row h3 {
  font-size: clamp(1.28rem, 1.8vw, 1.65rem);
}

.service-row p {
  color: var(--hybrid-muted);
  font-size: 1rem;
}

.service-row__arrow {
  border: 0;
  font-family: "IBM Plex Sans", sans-serif;
}

.service-row:hover,
.service-row:focus-visible {
  background: rgba(113, 130, 203, 0.07);
}

.service-row:hover h3 {
  color: #4659a8;
}

.process-step {
  padding: 29px 8px;
  grid-template-columns: 90px minmax(240px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(24px, 3vw, 46px);
}

.process-step h3 {
  font-size: 1.3rem;
}

.scope-item {
  padding: 28px 8px;
  grid-template-columns: minmax(210px, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(30px, 4vw, 62px);
}

.scope-item h3 {
  font-size: 1.25rem;
}

.two-column {
  grid-template-columns: minmax(270px, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(58px, 9vw, 150px);
}

.article-body {
  max-width: 880px;
}

.article-body > p:not(.utility-label) {
  max-width: 76ch;
}

.check-list li,
.deliverable-list li {
  padding-block: 18px;
}

.check-list li::before,
.deliverable-list li::before {
  color: #5365ad;
  font-family: "IBM Plex Sans", sans-serif;
}

/* Security leadership gets one intentionally saturated band. */
.section--advisory {
  border: 0;
  background:
    linear-gradient(112deg, rgba(113, 130, 203, 0.1), transparent 43%),
    var(--hybrid-night);
}

.advisory-record {
  padding: clamp(38px, 5vw, 68px);
  border: 1px solid rgba(203, 210, 248, 0.26);
  border-top: 0;
  grid-template-columns: 130px minmax(320px, 1.25fr) minmax(290px, 0.75fr) auto;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: none;
}

.advisory-record__index {
  min-height: 150px;
  border-right: 1px solid rgba(203, 210, 248, 0.2);
}

.advisory-record__index strong {
  color: var(--hybrid-periwinkle-light);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.7rem;
}

.advisory-record__copy h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

/* Work remains image-led and less boxed. */
.project-showcase > .shell,
.home-evidence__shell {
  width: var(--frame);
}

.case-study {
  padding-block: clamp(76px, 8vw, 126px);
  border-top-width: 1px;
  grid-template-columns: minmax(380px, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(58px, 7vw, 132px);
}

.case-study h2,
.home-evidence__copy h3,
.home-project-record__header h3 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 675;
  letter-spacing: -0.03em;
  word-spacing: normal;
}

.case-study__number,
.case-study__visual figcaption,
.report-spread::before,
.switchyard-preview::before {
  font-family: "IBM Plex Sans", sans-serif;
}

.report-spread::before,
.leadscraper-preview::before,
.switchyard-preview::before {
  content: none;
}

.case-study__visual,
.home-evidence__artifact,
.home-project-record__preview,
.leadscraper-preview {
  border-radius: 0;
}

.case-study--lead {
  margin-inline: 0;
  padding-inline: clamp(30px, 4vw, 64px);
  border-top: 0;
  background:
    linear-gradient(135deg, rgba(113, 130, 203, 0.08), transparent 45%),
    var(--hybrid-night-soft);
}

.home-evidence__feature {
  border-top-width: 1px;
}

.home-evidence__copy h3 {
  font-size: clamp(2.25rem, 3.3vw, 3.7rem);
}

.home-project-record {
  border-color: rgba(255, 255, 255, 0.16);
}

.home-project-record__preview--jarvis {
  display: grid;
  padding: 16px;
  background: #0b1217;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-project-record__preview--jarvis img,
.home-project-record__preview--jarvis > img:last-child {
  position: static;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(203, 210, 248, 0.26);
  object-fit: contain;
  object-position: top center;
  box-shadow: none;
}

.jarvis-preview {
  display: grid;
  padding: 18px 18px 54px;
  border: 1px solid #313d47;
  background:
    linear-gradient(145deg, rgba(113, 130, 203, 0.16), transparent 46%),
    #0b1217;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
}

.jarvis-preview > div {
  overflow: hidden;
  border: 1px solid rgba(203, 210, 248, 0.28);
  background: #101b22;
}

.jarvis-preview img {
  display: block;
  width: 100%;
  height: auto;
}

/* Contact form becomes the light counterpart to the hero evidence plane. */
.intake-layout {
  grid-template-columns: minmax(250px, 0.52fr) minmax(0, 1.48fr);
  gap: clamp(55px, 9vw, 150px);
}

.intake-aside {
  top: 34px;
}

.intake-form {
  border: 1px solid #babdc7;
  border-top: 0;
  background: var(--hybrid-paper);
  box-shadow: 18px 18px 0 var(--hybrid-paper-deep);
}

.intake-form__head {
  border-top: 5px solid var(--hybrid-periwinkle);
  background: var(--hybrid-night-soft);
  color: var(--hybrid-white);
}

.intake-form__head p {
  color: rgba(255, 255, 255, 0.68);
}

.intake-form__body,
.intake-form .tgkc-intake-form {
  background: var(--hybrid-paper);
}

.intake-form .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.intake-form .wpcf7-form select,
.intake-form .wpcf7-form textarea {
  border-color: #aeb2bc;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.82);
}

.inquiry-use-note,
.notice,
.case-study__limit {
  border: 0;
  border-left: 3px solid var(--hybrid-periwinkle);
  background: #edf0f7;
}

/* FAQ reads like a conversation, not a card stack. */
.faq-item {
  padding: 30px 0;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(42px, 7vw, 110px);
}

.faq-item h2 {
  font-size: 1.25rem;
  line-height: 1.25;
}

.faq-item p {
  max-width: 76ch;
  color: var(--hybrid-muted);
}

/* Reusable final action */
.closing-section {
  position: relative;
  padding-block: clamp(72px, 8vw, 112px);
  background: var(--hybrid-night-soft);
  color: var(--hybrid-white);
}

.closing-section::before {
  position: absolute;
  top: 0;
  left: max(32px, calc((100vw - min(1360px, 100vw - 64px)) / 2));
  width: clamp(86px, 9vw, 150px);
  height: 4px;
  background: linear-gradient(90deg, var(--hybrid-periwinkle), var(--hybrid-violet));
  content: "";
}

.closing-panel {
  padding: 0;
  border: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  background: var(--hybrid-night-soft);
  color: var(--hybrid-white);
  gap: clamp(44px, 8vw, 140px);
}

.closing-panel::before {
  display: none;
}

.closing-panel h2 {
  max-width: 880px;
  margin-bottom: 0.42em;
  color: var(--hybrid-white);
}

.closing-panel p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.08rem;
}

.closing-panel .button {
  min-width: 230px;
  border-color: var(--hybrid-periwinkle);
  background: var(--hybrid-periwinkle);
  justify-self: end;
}

.site-footer {
  padding-top: 74px;
  border-color: rgba(255, 255, 255, 0.12);
  background: #131017;
}

.site-footer__grid {
  grid-template-columns: 1.4fr 0.7fr 0.9fr;
}

.site-footer__bottom {
  border-color: rgba(255, 255, 255, 0.11);
  font-size: 0.74rem;
}

@media (min-width: 1560px) {
  .hero__grid {
    grid-template-columns: minmax(660px, 0.86fr) minmax(760px, 1.14fr);
  }

  .page-hero__grid {
    grid-template-columns: minmax(720px, 1.25fr) minmax(360px, 0.48fr);
  }
}

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 48px, 1000px);
    --frame: min(100% - 48px, 1060px);
  }

  .hero__grid {
    display: flex;
    min-height: auto;
    flex-direction: column;
    gap: 0;
  }

  .hero__copy {
    width: 100%;
    max-width: 840px;
    padding-bottom: 76px;
  }

  .hero-evidence {
    width: calc(100% + 48px);
    min-height: 600px;
    margin: 0 -24px;
    clip-path: none;
  }

  .hero-evidence__image {
    object-position: 20% center;
  }

  .advisory-record {
    grid-template-columns: 110px minmax(0, 1fr) minmax(280px, 0.72fr);
  }

  .advisory-record .button {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .case-study {
    grid-template-columns: minmax(340px, 0.84fr) minmax(480px, 1.16fr);
  }
}

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 36px, 720px);
    --frame: var(--shell);
  }

  body {
    font-size: 17px;
  }

  .site-header__inner {
    min-height: 76px;
  }

  .primary-menu .current-menu-item > a::after {
    display: none;
  }

  .has-js .primary-navigation {
    background: var(--hybrid-night);
  }

  .hero__copy {
    padding: 72px 0 62px;
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(3.2rem, 10.4vw, 5rem);
  }

  .hero-evidence {
    width: calc(100% + 36px);
    min-height: 500px;
    margin-inline: -18px;
  }

  .page-hero__grid,
  .section-heading,
  .two-column,
  .intake-layout {
    grid-template-columns: 1fr;
  }

  .page-hero__grid {
    gap: 46px;
  }

  .page-hero__note {
    max-width: 680px;
  }

  .section-heading {
    gap: 25px;
  }

  .service-row {
    grid-template-columns: 88px minmax(0, 1fr) 40px;
  }

  .service-row p {
    grid-column: 2;
  }

  .case-study {
    grid-template-columns: 1fr;
  }

  .case-study--lead .case-study__copy,
  .case-study--lead .case-study__visual {
    grid-column: 1;
  }

  .intake-layout {
    grid-template-areas:
      "main"
      "aside";
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 590px) {
  :root {
    --shell: calc(100% - 28px);
    --frame: var(--shell);
  }

  .site-header__inner {
    min-height: 76px;
  }

  .brand__symbol {
    width: 30px;
  }

  .brand__wordmark {
    width: clamp(148px, 42vw, 178px);
  }

  h1,
  .page-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.25rem);
    line-height: 1;
    letter-spacing: -0.035em;
    word-spacing: normal;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.35rem);
  }

  .hero__copy {
    padding: 62px 0 52px;
  }

  .hero .eyebrow {
    margin-bottom: 23px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: clamp(2.9rem, 14vw, 3.5rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    word-spacing: normal;
  }

  .hero__copy .lead {
    margin-top: 27px;
    font-size: 1.05rem;
  }

  .hero .button-row {
    margin-top: 31px;
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .fact-strip {
    margin-top: 39px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fact-strip li {
    padding: 0 0 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .fact-strip li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .hero-evidence {
    width: calc(100% + 28px);
    min-height: 350px;
    margin-inline: -14px;
  }

  .hero-evidence__image {
    object-position: 18% center;
  }

  .hero-evidence__signal {
    inset: -18% -40% -22% 48%;
  }

  .hero-evidence__mark {
    right: -6%;
    width: 48vw;
  }

  .hero-evidence figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .page-hero {
    padding-block: 72px 76px;
  }

  .page-hero::after {
    right: -36%;
    width: 90vw;
  }

  .page-hero__note {
    padding: 20px 0 0 20px;
  }

  .section {
    padding-block: 70px;
  }

  .service-row {
    padding: 24px 2px;
    grid-template-columns: 72px minmax(0, 1fr) 30px;
    gap: 12px;
  }

  .process-step {
    padding-inline: 0;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .scope-item {
    padding-inline: 0;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .advisory-record {
    padding: 28px 22px;
    grid-template-columns: 1fr;
  }

  .advisory-record__index {
    min-height: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(203, 210, 248, 0.2);
  }

  .advisory-record__details,
  .advisory-record .button {
    grid-column: 1;
  }

  .faq-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .intake-form {
    box-shadow: 8px 8px 0 var(--hybrid-paper-deep);
  }

  .closing-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .closing-panel .button {
    min-width: 0;
    justify-self: start;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__grid > div:first-child {
    grid-column: 1 / -1;
  }

  .home-project-record__preview--jarvis,
  .jarvis-preview {
    grid-template-columns: 1fr;
  }

  .home-project-record__preview--jarvis {
    aspect-ratio: auto;
  }

  .home-project-record__preview--jarvis img,
  .home-project-record__preview--jarvis > img:last-child {
    height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}

@media print {
  .hero-evidence,
  .page-hero::after {
    display: none;
  }
}
