:root {
  --mirror-focus: #c93415;
  --mirror-ink: #080909;
  --mirror-muted: #5f6265;
  --mirror-line: rgb(8 9 9 / 14%);
  --mirror-surface: #f4f5f4;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("/fonts/instrument-serif-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

html {
  color-scheme: light;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--mirror-focus) !important;
  outline-offset: 3px !important;
}

:where(a, button, .btn-primary, .btn-secondary, .mirror-service-link) {
  -webkit-tap-highlight-color: rgb(201 52 21 / 16%);
}

:where(a, button, .btn-primary, .btn-secondary, .mirror-service-link).is-pressing {
  transform: translateY(1px) scale(0.99);
}

.public-mobile-header button[aria-controls="mobile-public-navigation"],
.public-mobile-header a[aria-label^="Contact IKANISA"] {
  min-width: 44px;
  min-height: 44px;
}

header nav a[aria-current="page"] {
  color: var(--mirror-ink);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

nav[aria-label="Breadcrumb"] a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
}

.section-grid > *,
.governance-diagram {
  min-width: 0;
}

.governance-diagram {
  overflow-wrap: anywhere;
}

.minimal-section-soft .minimal-section-heading p {
  color: var(--mirror-muted);
}

body.mirror-home-option-three {
  background: #fff;
}

body.mirror-home-option-three .public-desktop-header,
body.mirror-home-option-three .public-mobile-header {
  border-color: rgb(255 255 255 / 14%);
  background: #080b0c;
  color: #fff;
  backdrop-filter: none;
}

body.mirror-home-option-three .public-desktop-header a,
body.mirror-home-option-three .public-mobile-header a,
body.mirror-home-option-three .public-mobile-header button {
  color: #fff;
}

body.mirror-home-option-three .public-desktop-header .public-brand-link span,
body.mirror-home-option-three .public-mobile-header .public-brand-link span {
  color: #fff;
}

body.mirror-home-option-three .public-desktop-header nav a {
  color: rgb(255 255 255 / 65%);
}

body.mirror-home-option-three .public-desktop-header nav a:hover,
body.mirror-home-option-three .public-desktop-header nav a[aria-current="page"] {
  color: #fff;
}

body.mirror-home-option-three .public-desktop-header > div > div:last-child a,
body.mirror-home-option-three .public-mobile-header a[aria-label="Book a Meeting with IKANISA"] {
  border: 1px solid rgb(255 255 255 / 58%);
  border-radius: 0;
  background: transparent;
  color: #fff;
}

body.mirror-home-option-three .public-mobile-header button {
  border-color: rgb(255 255 255 / 40%);
  background: transparent;
}

body.mirror-home-option-three .public-mobile-header nav {
  border-color: rgb(255 255 255 / 16%);
  background: #080b0c;
  box-shadow: none;
}

body.mirror-home-option-three .minimal-hero.is-option-three {
  background: #fff;
}

.option-three-hero-shell {
  background: #080b0c;
  color: #fcfcfa;
}

.option-three-hero {
  display: grid;
  width: min(1280px, 100%);
  min-height: 530px;
  grid-template-columns: minmax(0, 1.65fr) minmax(270px, 0.65fr);
  gap: clamp(56px, 7vw, 96px);
  align-items: stretch;
  margin: 0 auto;
  padding: clamp(58px, 6vw, 82px) clamp(28px, 5vw, 72px);
  padding-block-end: clamp(28px, 2.5vw, 34px);
}

.option-three-hero__copy {
  align-self: start;
}

.option-three-hero__copy h1 {
  max-width: 790px;
  margin: 0;
  color: #fcfcfa;
  font-family: "Instrument Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(92px, 8.9vw, 114px);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.025em;
}

.option-three-hero__copy h1 span {
  display: block;
}

.option-three-hero__rule {
  display: block;
  width: 54px;
  margin: 36px 0 24px;
  border-top: 1px solid rgb(255 255 255 / 60%);
}

.option-three-hero__copy p {
  max-width: 540px;
  margin: 0;
  color: rgb(255 255 255 / 70%);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.65;
}

.option-three-proof {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgb(255 255 255 / 25%);
  margin: -10px 0 15px;
  padding-left: clamp(30px, 4vw, 54px);
}

.option-three-proof ul {
  display: grid;
  gap: 16px;
  margin: 0 0 46px;
  padding: 0;
  list-style: none;
}

.option-three-proof li {
  color: #fcfcfa;
  font-size: 16px;
  line-height: 1.45;
}

.option-three-meeting {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 65%);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.option-three-meeting:hover {
  background: #fff;
  color: #080b0c;
}

.minimal-home .metric-strip:not(.is-pruned) article:nth-child(2),
.minimal-home .metric-strip:not(.is-pruned) article:nth-child(3) {
  visibility: hidden;
}

.minimal-home .metric-strip.is-pruned {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.option-three-firm-index {
  border-top: 1px solid var(--mirror-line);
  background: #fff;
}

.option-three-firm-grid {
  display: grid;
  width: min(1280px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  border-left: 1px solid var(--mirror-line);
}

.option-three-firm {
  display: grid;
  min-width: 0;
  min-height: 210px;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 26px;
  align-content: start;
  padding: 40px 34px 34px 44px;
  border-right: 1px solid var(--mirror-line);
  border-bottom: 1px solid var(--mirror-line);
  background: #fff;
}

.option-three-firm__number {
  color: #aaa9a4;
  font-family: "Instrument Serif", Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.035em;
}

.option-three-firm__content h2 {
  margin: 0;
  color: var(--mirror-ink);
  font-family: "Instrument Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.3vw, 32px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.015em;
}

.option-three-firm__content h2::after {
  display: block;
  width: 22px;
  margin-top: 22px;
  border-top: 1px solid var(--mirror-line);
  content: "";
}

.option-three-firm__workflow {
  margin: 24px 0 0;
  color: var(--mirror-muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 960px) {
  .option-three-hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
    gap: 44px;
  }

  .option-three-hero__copy h1 {
    font-size: clamp(58px, 8.6vw, 82px);
  }

  .option-three-firm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .option-three-hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
    padding: 50px 24px 44px;
  }

  .option-three-hero__copy h1 {
    font-size: clamp(51px, 15vw, 70px);
  }

  .option-three-hero__rule {
    margin: 30px 0 20px;
  }

  .option-three-proof {
    border-top: 1px solid rgb(255 255 255 / 25%);
    border-left: 0;
    margin: 0;
    padding-top: 36px;
    padding-left: 0;
  }

  .option-three-proof ul {
    margin: 26px 0 34px;
  }

  .option-three-firm-grid {
    grid-template-columns: minmax(0, 1fr);
    border-left: 0;
  }

  .option-three-firm {
    min-height: auto;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    padding: 36px 24px 32px;
  }

  .option-three-firm__number {
    font-size: 52px;
  }
}

.mirror-service-directory {
  border-top: 1px solid var(--mirror-line);
  background: #fff;
  padding: clamp(56px, 8vw, 112px) 24px;
}

.consolidated-work-intro {
  width: min(1180px, 100% - 48px);
  margin: 0 auto clamp(32px, 5vw, 56px);
}

.consolidated-work-intro .section-title {
  max-width: 760px;
  margin-top: 0;
}

.consolidated-work-intro p {
  max-width: 760px;
  margin-top: 18px;
  color: var(--mirror-muted);
  font-size: 17px;
  line-height: 1.65;
}

.mirror-service-directory__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.mirror-service-directory__eyebrow {
  margin: 0 0 12px;
  color: var(--mirror-muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mirror-service-directory h2 {
  max-width: 760px;
  margin: 0;
  color: var(--mirror-ink);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.035em;
}

.mirror-service-directory__intro {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--mirror-muted);
  font-size: 18px;
  line-height: 1.6;
}

.mirror-service-directory__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 40px;
}

.mirror-service-link {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--mirror-line);
  border-radius: 8px;
  background: var(--mirror-surface);
  padding: 24px;
  color: var(--mirror-ink);
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.mirror-service-link:hover {
  border-color: rgb(8 9 9 / 32%);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgb(8 9 9 / 8%);
}

.mirror-service-link strong {
  font-size: 22px;
  line-height: 1.15;
}

.mirror-service-link span {
  color: var(--mirror-muted);
  font-size: 14px;
  line-height: 1.5;
}

.mirror-service-link em {
  color: var(--mirror-ink);
  font-size: 14px;
  font-style: normal;
  font-weight: 650;
}

@media (max-width: 900px) {
  .mirror-service-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .consolidated-work-intro {
    width: min(100% - 32px, 1180px);
  }

  .mirror-service-directory {
    padding-inline: 16px;
  }

  .mirror-service-directory__grid {
    grid-template-columns: 1fr;
  }

  .mirror-service-link {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  :where(a, button, .btn-primary, .btn-secondary, .mirror-service-link, .option-three-meeting).is-pressing,
  .mirror-service-link:hover {
    transform: none;
  }
}

/* Authoritative static release shell */
.site-header {
  color: #111;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
}

.site-header__mobile,
.site-header__desktop {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__mobile {
  min-height: 64px;
  padding: 0 16px;
}

.site-header__desktop {
  min-height: 72px;
  padding: 0 48px;
}

.site-header .public-brand-link {
  color: inherit;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-decoration: none;
}

.site-header__desktop nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-header .public-nav-link,
.public-mobile-header nav a {
  color: inherit;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
}

.site-header .public-nav-link[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 8px;
}

.site-header__meeting {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  padding: 10px 18px;
  color: inherit;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.site-header__mobile-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-header__mobile .site-header__meeting {
  padding-inline: 12px;
  font-size: 12px;
}

.site-header__menu-button {
  min-width: 48px;
  min-height: 44px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font: inherit;
}

.public-mobile-header nav {
  margin: 0;
  padding: 12px 16px 20px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  background: #fff;
}

.public-mobile-header nav a {
  width: 100%;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  padding: 13px 4px;
}

.mirror-home-option-three .site-header {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: #080909;
  backdrop-filter: none;
}

.mirror-home-option-three .public-mobile-header nav {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: #080909;
}

.mirror-home-option-three .public-mobile-header nav a {
  border-color: rgba(255, 255, 255, 0.2);
}

.option-three-firm__number {
  color: #6f6e69;
}

.site-footer {
  color: #fff;
  background: #080909;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.site-footer__grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 72px 48px;
  display: grid;
  grid-template-columns: minmax(260px, 2fr) repeat(4, minmax(120px, 1fr));
  gap: 48px;
}

.site-footer__brand > a {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__brand p {
  max-width: 420px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.7;
}

.site-footer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .footer-title {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer .footer-link {
  min-height: 32px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  text-decoration: none;
}

.site-footer .footer-link:hover,
.site-footer .footer-link:focus-visible {
  color: #fff;
}

.site-footer .footer-meeting {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.site-footer__base {
  max-width: 1440px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 24px 48px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.agent-editorial-hero {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 128px) 48px clamp(64px, 8vw, 112px);
}

.agent-editorial-hero > div {
  max-width: 1040px;
}

.agent-editorial-hero h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.agent-editorial-hero p {
  max-width: 760px;
  margin-top: 36px;
  color: #555;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.agent-editorial-hero__meeting {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin-top: 36px;
  border: 1px solid #111;
  padding: 12px 24px;
  color: #111;
  font-weight: 650;
  text-decoration: none;
}

.mirror-service-link__number {
  color: #6f6e69;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 32px;
}

.section-page .page-hero {
  padding-top: clamp(88px, 10vw, 144px);
  padding-bottom: clamp(72px, 8vw, 112px);
  background: #f8f7f4;
}

.section-page .page-hero h1 {
  max-width: 980px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(56px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.section-page .page-hero > p,
.section-page .page-hero div > p:not(.eyebrow) {
  max-width: 760px;
  color: #555;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.section-page .section-title {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

:where(
  .governance-card,
  .service-card,
  .process-card,
  .proof-card,
  .workpack-card,
  .leadership-card
) {
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .site-footer__grid {
    padding: 56px 24px;
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .site-footer__base {
    padding: 22px 24px;
  }

  .agent-editorial-hero {
    padding: 72px 24px 64px;
  }

  .agent-editorial-hero h1 {
    font-size: clamp(48px, 14vw, 70px);
  }

  .section-page .page-hero h1 {
    font-size: clamp(48px, 14vw, 72px);
  }
}

@media (max-width: 420px) {
  .site-header__mobile .site-header__meeting {
    max-width: 126px;
    line-height: 1.1;
    text-align: center;
  }

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

  .site-footer__brand {
    grid-column: auto;
  }
}
