:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --paper: #ffffff;
  --soft: #f5f5f7;
  --line: rgba(0, 0, 0, 0.1);
  --blue: #0066cc;
  --blue-dark: #0a2a43;
  --dark: #111114;
  --dark-2: #1d1d1f;
  --ok: #198754;
  --warn: #b7791f;
  --bad: #c53030;
  --max: 1180px;
  --nav-h: 52px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow: visible;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.wrap {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px) saturate(1.35);
}

.nav {
  min-height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 168px;
  color: var(--ink);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: linear-gradient(145deg, #0c314d, #1d6078);
  border-radius: 7px;
  font-size: 0.95rem;
  font-weight: 800;
}

.brand-name {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.brand-name small {
  display: block;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 28px);
  flex: 1;
  color: rgba(29, 29, 31, 0.86);
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: var(--nav-h);
}

.nav-item > a {
  padding: 18px 0;
  transition: color 0.18s ease;
}

.nav-item:hover > a,
.nav-item:focus-within > a {
  color: var(--blue);
}

.mega-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 120;
  width: min(360px, calc(100vw - 36px));
  padding: 22px;
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(24px) saturate(1.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

.mega-menu::before {
  content: "";
  position: absolute;
  inset: -18px 0 auto;
  height: 20px;
}

.mega-menu a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.92rem;
  font-weight: 700;
}

.mega-menu a:last-child {
  border-bottom: 0;
}

.mega-menu a:hover {
  color: var(--blue);
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

body.nav-suppressed .nav-item:hover .mega-menu,
body.nav-suppressed .nav-item:focus-within .mega-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -8px);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.nav-veil {
  position: fixed;
  inset: var(--nav-h) 0 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(22px) saturate(1.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.34s ease;
}

body.nav-open .nav-veil {
  opacity: 1;
}

.section,
.case-section {
  padding: clamp(86px, 10vw, 140px) 0;
}

.muted {
  background: var(--soft);
}

.section-head,
.section-head.wide {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.eyebrow {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  color: var(--muted);
  background: none;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
}

.eyebrow.inverse {
  color: rgba(255, 255, 255, 0.72);
  background: none;
  border: 0;
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.01em;
}

h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(3.1rem, 6.2vw, 5.4rem);
  line-height: 0.98;
  text-align: center;
}

h2 {
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  line-height: 1.02;
  overflow-wrap: normal;
  word-break: keep-all;
}

h3 {
  font-size: 1.14rem;
  line-height: 1.38;
}

.h1-line,
.heading-line {
  display: block;
}

.keep {
  display: inline-block;
  white-space: nowrap;
}

.section-head p,
.lede,
.company-lede,
.contact-section p {
  color: var(--muted);
}

.hero {
  padding: clamp(78px, 9vw, 128px) 0 0;
  background: var(--soft);
  border-bottom: 0;
}

.hero-grid {
  display: flex;
  flex-direction: column;
}

.hero-copy {
  order: 1;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.hero-copy .eyebrow {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  color: var(--ink);
}

.hero-lede {
  max-width: 44rem;
  margin: 1.25rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  line-height: 1.9;
}

.business-partners {
  background:
    radial-gradient(circle at 92% 8%, rgba(66, 153, 225, 0.13), transparent 28rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.partner-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.partner-capability-grid article {
  padding: 1.75rem;
  border: 1px solid rgba(18, 59, 92, 0.12);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(18, 59, 92, 0.08);
}

.capability-number {
  display: block;
  margin-bottom: 1rem;
  color: var(--blue);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.partner-capability-grid h3 {
  margin: 0 0 0.75rem;
}

.partner-capability-grid p,
.partner-scope-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.partner-scope-note {
  display: grid;
  grid-template-columns: minmax(10rem, 0.4fr) minmax(0, 1.5fr) auto;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
  padding: 1.4rem 1.5rem;
  border-radius: 1.25rem;
  background: #102f49;
  color: #fff;
}

.partner-scope-note p {
  color: rgba(255, 255, 255, 0.78);
}

.partner-scope-note .btn {
  white-space: nowrap;
}

.service-area-section {
  background: #fff;
}

.service-area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.service-area-grid article {
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: var(--soft);
}

.service-area-grid span {
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.service-area-grid h3 {
  margin: 0.55rem 0 0.7rem;
}

.service-area-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.service-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 880px;
  margin: 32px auto 0;
}

.service-chips span {
  padding: 7px 13px;
  color: rgba(29, 29, 31, 0.75);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 700;
}

.btn-primary {
  color: #fff;
  background: var(--blue);
}

.btn-secondary {
  color: var(--blue);
  background: transparent;
  border-color: var(--blue);
}

.hero-media {
  order: 2;
  position: relative;
  overflow: visible;
  width: 100vw;
  margin: clamp(44px, 6vw, 72px) 0 0 50%;
  transform: translateX(-50%);
  background: #000;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-media img,
.case-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.case-label {
  position: absolute;
  top: 22px;
  left: max(22px, calc((100vw - var(--max)) / 2 + 22px));
  z-index: 1;
  padding: 7px 12px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(16px);
}

.hero-report-sample {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 36px));
  margin: clamp(-120px, -8vw, -64px) auto 0;
  padding: clamp(18px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.2);
}

.sample-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.78);
}

.sample-head span,
.sample-grid span,
.case-report span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.sample-head strong,
.sample-grid strong,
.case-report strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
}

.sample-grid,
.case-report,
.mini-meta,
.mini-kpis,
.mini-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.sample-grid {
  margin-top: 14px;
}

.sample-grid div,
.case-report div {
  padding: 12px;
  background: #f5f5f7;
  border-radius: 14px;
}

.hero-report-sample ul {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding-left: 19px;
  color: rgba(29, 29, 31, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

.case-section {
  background: var(--paper);
  border-bottom: 0;
}

.case-section.muted {
  color: #f5f5f7;
  background: var(--dark);
}

.case-layout,
.case-layout.reverse {
  display: flex;
  flex-direction: column-reverse;
  gap: clamp(34px, 5vw, 58px);
}

.case-copy {
  width: 100%;
  min-width: 0;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.case-section.muted h2,
.case-section.muted h3 {
  color: #f5f5f7;
}

.case-section.muted .eyebrow {
  color: rgba(255, 255, 255, 0.66);
}

.case-card {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: 50%;
  background: #000;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: translateX(-50%);
}

.case-label.small {
  top: 22px;
  left: max(22px, calc((100vw - var(--max)) / 2 + 22px));
  font-size: 0.8rem;
}

.case-report {
  position: absolute;
  right: max(22px, calc((100vw - var(--max)) / 2 + 22px));
  bottom: 22px;
  width: min(460px, calc(100% - 44px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.2);
}

.case-section.muted .case-report {
  background: rgba(20, 20, 24, 0.78);
  border-color: rgba(255, 255, 255, 0.16);
}

.case-section.muted .case-report div {
  background: rgba(255, 255, 255, 0.1);
}

.case-section.muted .case-report strong {
  color: #fff;
}

.case-sample {
  width: 100%;
  min-width: 0;
  max-width: 760px;
  margin: 30px auto 0;
  padding: 12px;
  border-radius: 26px;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.14);
}

.case-section.muted .case-sample {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.report-frame {
  min-width: 0;
  padding: clamp(14px, 3vw, 24px);
  background: #e8edf1;
  border-radius: 26px;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.12);
}

.mini-sheet {
  min-width: 0;
  padding: clamp(16px, 2.5vw, 24px);
  color: var(--ink);
  background: #fff;
  border-radius: 18px;
  font-size: 0.76rem;
  text-align: left;
}

.case-sample .mini-sheet {
  font-size: 0.7rem;
}

.m-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
}

.m-title {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
}

.m-title small {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
}

.m-logo {
  color: var(--blue);
  font-weight: 800;
  text-align: right;
}

.stamp {
  margin-top: 4px;
  color: var(--bad);
  border: 1px dashed var(--bad);
  border-radius: 999px;
  padding: 1px 7px;
  font-size: 0.62rem;
}

.mini-meta,
.mini-kpis,
.mini-photos {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.case-sample .mini-meta,
.case-sample .mini-photos {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mini-meta {
  margin: 14px 0;
}

.mini-meta div,
.mini-kpi,
.mini-photos div {
  padding: 9px;
  background: var(--soft);
  border-radius: 12px;
}

.mini-meta .k,
.mini-kpi .lab {
  display: block;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
}

.mini-meta .v,
.mini-kpi .num {
  display: block;
  color: var(--ink);
  font-weight: 800;
}

.mini-sheet h4 {
  margin: 16px 0 8px;
  color: var(--ink);
  font-size: 0.82rem;
}

.mini-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.68rem;
}

.mini-table th,
.mini-table td {
  padding: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
}

.mini-table th {
  color: var(--muted);
  background: transparent;
}

.mini-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
}

.mini-badge.ok { color: var(--ok); background: #e7f6ee; }
.mini-badge.warn { color: var(--warn); background: #fff4dd; }
.mini-badge.bad { color: var(--bad); background: #fdecec; }

.mini-photos div {
  min-height: 58px;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(135deg, #f0f2f5, #e4e8ee);
}

.mini-photos span,
.mini-photos small {
  display: block;
}

.mini-photos span {
  font-weight: 800;
}

.mini-photos small,
.mini-disc {
  color: var(--muted);
}

.mini-disc {
  margin: 14px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.66rem;
}

.proof-strip {
  padding: 44px 0;
  background: #fff;
}

.proof-grid,
.audience-grid,
.risk-grid,
.why-grid,
.partner-grid,
.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.audience-grid,
.why-grid,
.partner-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-item,
.audience-card,
.risk-grid article,
.why-grid article,
.partner-grid article,
.scope-card,
.company-panel,
.contact-form,
.faq-list details {
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
}

.proof-item,
.audience-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.proof-item:hover,
.audience-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 102, 204, 0.28);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
}

.proof-item:focus-visible,
.audience-card:focus-visible {
  outline: 3px solid rgba(0, 102, 204, 0.28);
  outline-offset: 4px;
}

.proof-item span,
.risk-grid span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
}

.proof-item strong {
  display: block;
  margin: 4px 0;
  font-weight: 800;
}

.proof-item p,
.audience-card p,
.risk-grid p,
.why-grid p,
.partner-grid p,
.faq-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.inspection-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.inspection-diagnostic {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: start;
  gap: 18px;
  margin-bottom: 18px;
}

.diagnostic-stack,
.diagnostic-panel {
  overflow: hidden;
  border-radius: 30px;
}

.diagnostic-stack {
  display: grid;
  grid-template-rows: repeat(4, minmax(128px, 1fr));
  gap: 12px;
  height: clamp(620px, 58vw, 760px);
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.diagnostic-stack figure {
  position: relative;
  min-height: 128px;
  overflow: hidden;
  margin: 0;
  background: #1d1d1f;
  border-radius: 20px;
}

.diagnostic-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.diagnostic-stack figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.08));
}

.diagnostic-stack figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
}

.diagnostic-stack span,
.diagnostic-stack strong {
  display: block;
}

.diagnostic-stack span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 900;
}

.diagnostic-stack strong {
  margin-top: 3px;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.diagnostic-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 54px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.diagnostic-panel h3 {
  max-width: 9em;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
}

.diagnostic-flow {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.diagnostic-flow a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  padding: 16px 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.diagnostic-flow a:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.diagnostic-flow span {
  grid-row: span 2;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
}

.diagnostic-flow strong {
  font-size: 1.02rem;
}

.diagnostic-flow em {
  color: var(--muted);
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.6;
}

.diagnostic-flow a:hover strong {
  color: var(--blue);
}

.inspection-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: #fff;
  text-decoration: none;
  background: #1d1d1f;
  border-radius: 28px;
  isolation: isolate;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.inspection-card.large {
  grid-column: span 2;
  min-height: 430px;
}

.inspection-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 74px rgba(0, 0, 0, 0.18);
}

.inspection-card:focus-visible {
  outline: 3px solid rgba(0, 102, 204, 0.34);
  outline-offset: 4px;
}

.inspection-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.inspection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72));
}

.inspection-card.dark::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.78));
}

.inspection-card.text-card {
  align-items: stretch;
  min-height: 250px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none;
}

.inspection-card.text-card::after {
  display: none;
}

.inspection-icon {
  position: absolute;
  top: 22px;
  left: 22px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 900;
}

.inspection-card-copy {
  width: 100%;
  padding: 26px;
}

.inspection-card.text-card .inspection-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding-top: 72px;
}

.inspection-card-copy span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.inspection-card.text-card .inspection-card-copy span {
  color: var(--muted);
}

.inspection-card-copy h3 {
  color: inherit;
  font-size: clamp(1.32rem, 2.4vw, 2.2rem);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: keep-all;
}

.inspection-card-copy h3 .heading-line {
  display: block;
}

.inspection-card-copy p {
  max-width: 34em;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
}

.inspection-card.text-card .inspection-card-copy p {
  color: var(--muted);
}

.inspection-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.inspection-tags b {
  padding: 6px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.76rem;
}

.report-layout,
.scope-grid,
.company-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}

.report-layout > *,
.scope-grid > *,
.company-grid > *,
.contact-grid > * {
  min-width: 0;
}

.check-list,
.scope-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.scope-card li {
  padding: 10px 0;
  color: rgba(29, 29, 31, 0.78);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.check-list li:first-child,
.scope-card li:first-child {
  border-top: 0;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  padding: 24px;
  background: #fff;
  border-radius: 24px;
}

.process-list span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  font-weight: 800;
}

.process-list strong {
  display: block;
  font-weight: 800;
}

.process-list p {
  margin: 8px 0 0;
  color: var(--muted);
}

.company-table {
  margin: 0;
}

.company-table div {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.company-table div:last-child {
  border-bottom: 0;
}

.company-table dt {
  color: var(--muted);
  font-weight: 700;
}

.company-table dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.qa-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.qa-lead {
  position: sticky;
  top: calc(var(--nav-h) + 28px);
  padding: 28px;
  color: #fff;
  background: var(--dark);
  border-radius: 28px;
}

.qa-lead span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.qa-lead strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.qa-lead p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.8;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: baseline;
  cursor: pointer;
  padding: 22px 24px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 24px 24px 62px;
  color: var(--muted);
  line-height: 1.8;
}

.contact-section {
  color: #fff;
  background: var(--dark);
}

.contact-section h2 {
  color: #fff;
}

.contact-section p {
  color: rgba(255, 255, 255, 0.68);
}

.contact-section .section-head {
  text-align: left;
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-cards div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
}

.contact-cards strong,
.contact-cards span {
  display: block;
}

.contact-cards span {
  color: rgba(255, 255, 255, 0.72);
}

.contact-form {
  display: grid;
  gap: 12px;
  color: var(--ink);
}

.contact-form label {
  color: rgba(29, 29, 31, 0.78);
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #f5f5f7;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-weight: 800;
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: var(--muted) !important;
  font-size: 0.82rem;
  text-align: center;
}

.site-footer {
  padding: 42px 0 28px;
  background: var(--soft);
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
}

.footer-grid strong {
  font-size: 1.05rem;
}

.footer-grid p,
.footer-legal {
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
  color: rgba(29, 29, 31, 0.72);
  font-size: 0.86rem;
  font-weight: 700;
}

.footer-legal {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy,
.section-head,
.case-copy,
.proof-item,
.audience-card,
.risk-grid article,
.why-grid article,
.partner-grid article,
.report-frame,
.scope-card,
.process-list li,
.company-panel,
.contact-form {
  animation: fade-up 0.7s ease both;
}

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

/* Chapter rhythm inspired by editorial craft sites: title first, content second. */
.has-chapter-stage {
  padding-top: 0;
}

.chapter-stage {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 145svh;
  margin-left: calc(50% - 50vw);
  background: inherit;
}

.chapter-heading {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: none;
  height: 100svh;
  margin: 0;
  padding: clamp(84px, 11vh, 140px) max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: inherit;
}

.chapter-heading .eyebrow {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 560ms ease, transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.chapter-heading h2 .heading-line {
  opacity: 0;
  transform: translate3d(-96px, 0, 0);
  transition: opacity 680ms ease, transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.chapter-heading h2 .heading-line:nth-child(2) {
  transition-delay: 120ms;
}

.chapter-heading h2 .heading-line:nth-child(3) {
  transition-delay: 220ms;
}

.chapter-heading > p {
  position: relative;
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 600ms ease 320ms, transform 720ms cubic-bezier(0.22, 1, 0.36, 1) 320ms;
}

.chapter-heading > p::after {
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1) 620ms;
}

.chapter-stage.is-active .chapter-heading .eyebrow,
.chapter-stage.is-active .chapter-heading h2 .heading-line,
.chapter-stage.is-active .chapter-heading > p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.chapter-stage.is-active .chapter-heading > p::after {
  transform: scaleX(1);
}

.chapter-content {
  position: relative;
  z-index: 3;
  opacity: 0;
  transform: translate3d(72px, 0, 0);
  transition: opacity 700ms ease, transform 860ms cubic-bezier(0.22, 1, 0.36, 1);
}

.chapter-content.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 720px) {
  .chapter-stage {
    height: 128svh;
  }

  .chapter-heading {
    padding-right: 20px;
    padding-left: 20px;
  }

  .chapter-heading h2 .heading-line {
    transform: translate3d(-44px, 0, 0);
  }

  .chapter-content {
    transform: translate3d(36px, 0, 0);
  }

  .chapter-content.is-visible {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .chapter-heading .eyebrow,
  .chapter-heading h2 .heading-line,
  .chapter-heading > p,
  .chapter-heading > p::after,
  .chapter-content {
    transition: none;
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

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

  .inspection-diagnostic {
    grid-template-columns: 1fr;
  }

  .diagnostic-stack {
    height: 560px;
  }

  .diagnostic-panel h3 {
    max-width: 12em;
  }

  .inspection-card.large {
    grid-column: span 2;
  }

  .brand {
    min-width: 0;
  }

  .proof-grid,
  .risk-grid,
  .process-list,
  .audience-grid,
  .why-grid,
  .partner-grid,
  .partner-capability-grid,
  .service-area-grid,
  .qa-layout,
  .report-layout,
  .scope-grid,
  .company-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-head,
  .contact-section .section-head {
    text-align: left;
  }

  .case-report {
    position: static;
    width: auto;
    border-radius: 0;
    box-shadow: none;
  }

  .qa-lead {
    position: static;
  }

  .partner-scope-note {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(calc(100vw - 32px), var(--max));
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 1.08;
    letter-spacing: 0;
  }

  h2 {
    font-size: clamp(2rem, 8.6vw, 2.65rem);
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: balance;
  }

  .h1-line {
    display: inline;
  }

  h2 .heading-line,
  .inspection-card-copy h3 .heading-line {
    display: inline;
    max-width: 100%;
  }

  h2 .heading-line::after,
  .inspection-card-copy h3 .heading-line::after {
    content: " ";
  }

  .h1-line .keep {
    white-space: normal;
  }

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

  .inspection-visual-grid {
    grid-template-columns: 1fr;
  }

  .diagnostic-stack {
    height: auto;
    grid-template-rows: repeat(4, 132px);
    padding: 10px;
    border-radius: 24px;
  }

  .diagnostic-panel {
    padding: 26px;
  }

  .diagnostic-panel h3 {
    font-size: clamp(2rem, 10vw, 3.05rem);
  }

  .diagnostic-flow a {
    grid-template-columns: 1fr;
  }

  .diagnostic-flow span {
    grid-row: auto;
  }

  .faq-list summary {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 20px;
  }

  .faq-list p {
    padding: 0 20px 22px;
  }

  .inspection-card,
  .inspection-card.large {
    grid-column: auto;
    min-height: 310px;
  }

  .inspection-card.text-card {
    min-height: 220px;
  }

  .hero-report-sample {
    margin-top: -36px;
  }

  .sample-head,
  .m-head {
    display: block;
  }

  .sample-head strong,
  .m-logo {
    margin-top: 6px;
    text-align: left;
  }

  .sample-grid,
  .case-report,
  .mini-meta,
  .mini-kpis,
  .mini-photos,
  .case-sample .mini-meta,
  .case-sample .mini-photos {
    grid-template-columns: 1fr;
  }

  .company-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .company-table dd {
    text-align: left;
  }

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

/* Scroll-directed field story: one full viewport per operational step. */
.story-stage {
  position: relative;
  z-index: 3;
  height: 320svh;
  color: #fff;
  background: #071016;
}

.story-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: #071016;
}

.story-scene {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 900ms step-end, opacity 900ms ease;
}

.story-scene.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: visibility 0s step-start, opacity 900ms ease;
}

.story-photo,
.story-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.story-photo {
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.065);
  filter: saturate(0.82) contrast(1.04);
  transition: opacity 950ms ease, transform 1600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.story-scene.is-active .story-photo {
  opacity: 1;
  transform: scale(1);
}

.story-shade {
  background:
    linear-gradient(90deg, rgba(4, 11, 16, 0.9) 0%, rgba(4, 11, 16, 0.55) 43%, rgba(4, 11, 16, 0.18) 73%),
    linear-gradient(180deg, rgba(4, 11, 16, 0.2), rgba(4, 11, 16, 0.78));
}

.story-copy {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 7vw, 118px);
  bottom: clamp(62px, 11vh, 128px);
  width: min(690px, 51vw);
  opacity: 0;
  transform: translate3d(-90px, 0, 0);
  transition: opacity 620ms ease 120ms, transform 820ms cubic-bezier(0.22, 1, 0.36, 1) 120ms;
}

.story-scene.is-active .story-copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.story-copy > span,
.story-report small,
.story-progress {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.16em;
}

.story-copy > span {
  color: #72d2ff;
  font-size: 0.68rem;
}

.story-copy h2 {
  margin-top: 18px;
  color: #fff;
  font-size: clamp(2.7rem, 5.8vw, 6.7rem);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.story-copy p {
  max-width: 43rem;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  line-height: 1.9;
}

.story-report {
  position: absolute;
  z-index: 3;
  top: clamp(112px, 17vh, 170px);
  right: clamp(28px, 6vw, 100px);
  width: min(390px, 31vw);
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translate3d(110px, 0, 0);
  transition: opacity 620ms ease 400ms, transform 880ms cubic-bezier(0.22, 1, 0.36, 1) 400ms;
}

.story-scene.is-active .story-report {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.story-scene:nth-of-type(even) .story-report,
.story-scene:nth-of-type(even).is-active .story-report {
  transform-origin: center;
}

.story-scene:nth-of-type(even).is-active .story-report {
  transform: translate3d(0, 0, 0);
}

.story-report small {
  color: var(--blue);
  font-size: 0.62rem;
}

.story-report > strong {
  display: block;
  margin-top: 8px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.story-report dl {
  margin: 10px 0 0;
}

.story-report dl div {
  display: grid;
  grid-template-columns: 4.7rem 1fr;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.story-report dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.story-report dd {
  margin: 0;
  font-size: 0.83rem;
  font-weight: 750;
}

.story-progress {
  position: absolute;
  z-index: 5;
  top: 78px;
  right: clamp(28px, 6vw, 100px);
  left: clamp(28px, 7vw, 118px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.6rem;
}

.story-progress div {
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.24);
}

.story-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: #72d2ff;
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.story-progress b {
  min-width: 46px;
  font-weight: 500;
  text-align: right;
}

@media (max-width: 900px) {
  .story-stage { height: 300svh; }
  .story-copy { width: min(620px, calc(100vw - 40px)); left: 20px; bottom: 44px; }
  .story-copy h2 { font-size: clamp(2.35rem, 9vw, 4.8rem); }
  .story-copy p { max-width: 37rem; }
  .story-report { top: 116px; right: 20px; width: min(320px, 42vw); padding: 18px; }
  .story-progress { right: 20px; left: 20px; }
}

@media (max-width: 640px) {
  .story-sticky { min-height: 600px; }
  .story-shade {
    background: linear-gradient(180deg, rgba(4, 11, 16, 0.15) 8%, rgba(4, 11, 16, 0.94) 67%);
  }
  .story-report { top: 105px; right: 16px; width: 225px; padding: 14px; }
  .story-report dl div { grid-template-columns: 3.5rem 1fr; gap: 8px; padding: 7px 0; }
  .story-report dt, .story-report dd { font-size: 0.64rem; }
  .story-copy { left: 18px; bottom: 30px; width: calc(100vw - 36px); }
  .story-copy h2 { margin-top: 10px; font-size: clamp(2rem, 10.2vw, 3.25rem); }
  .story-copy p { margin-top: 15px; font-size: 0.8rem; line-height: 1.7; }
  .story-progress { top: 68px; right: 16px; left: 16px; gap: 10px; }
  .story-progress > span { display: none; }
  .story-progress { grid-template-columns: 1fr auto; }
}

@media (prefers-reduced-motion: reduce) {
  .story-photo,
  .story-copy,
  .story-report,
  .story-scene { transition: none !important; }
}

/* 2026-08 editorial presentation: fixed opening frame + report slides */
body {
  background: #0a1117;
}

.site-header {
  position: fixed;
  color: #fff;
  background: linear-gradient(180deg, rgba(6, 14, 20, 0.68), transparent);
  border-bottom-color: transparent;
  transition: min-height 320ms ease, color 320ms ease, background 320ms ease, border-color 320ms ease;
}

.site-header .brand,
.site-header .nav-links {
  color: inherit;
}

.site-header .brand-name small {
  color: rgba(255, 255, 255, 0.62);
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.site-header.is-scrolled .brand-name small {
  color: var(--muted);
}

.hero {
  position: fixed;
  z-index: 0;
  inset: 0;
  min-height: 640px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #081119;
}

.hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 11, 16, 0.92) 0%, rgba(4, 11, 16, 0.64) 42%, rgba(4, 11, 16, 0.12) 78%),
    linear-gradient(180deg, rgba(4, 11, 16, 0.12), rgba(4, 11, 16, 0.72));
  content: "";
  pointer-events: none;
}

.hero .wrap {
  width: 100%;
  max-width: none;
}

.hero-grid {
  position: relative;
  min-height: 100svh;
  display: block;
}

.hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: none;
}

.hero-media > img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(0.78) contrast(1.06);
  animation: hero-breathe 14s ease-out both;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  left: clamp(28px, 6.5vw, 110px);
  bottom: clamp(46px, 7vh, 92px);
  width: min(680px, calc(100vw - 56px));
  margin: 0;
  color: #fff;
  text-align: left;
}

.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy .hero-lede {
  color: #fff;
  text-align: left;
}

.hero-copy .eyebrow {
  display: flex;
  gap: 0.38em;
  align-items: center;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: clamp(0.7rem, 0.9vw, 0.82rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy .eyebrow::before {
  width: 34px;
  height: 1px;
  background: #64c8ff;
  content: "";
}

.hero-copy h1 {
  max-width: 680px;
  margin: 20px 0 0;
  font-size: clamp(3.3rem, 6.8vw, 7rem);
  font-weight: 760;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.hero-lede {
  max-width: 42rem;
  margin: 24px 0 0;
  font-size: clamp(0.96rem, 1.25vw, 1.12rem);
  line-height: 1.85;
}

.hero .service-chips {
  justify-content: flex-start;
  max-width: 650px;
  margin: 22px 0 0;
}

.hero .service-chips span {
  padding: 6px 11px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(7, 17, 24, 0.36);
  border-color: rgba(255, 255, 255, 0.23);
  font-size: 0.72rem;
  backdrop-filter: blur(12px);
}

.hero .service-chips span:nth-child(n + 6) {
  display: none;
}

.hero-actions {
  justify-content: flex-start;
  margin-top: 24px;
}

.hero .btn-primary {
  color: #081119;
  background: #fff;
}

.hero .btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.62);
}

.hero-report-sample {
  position: absolute;
  z-index: 4;
  top: 17vh;
  right: clamp(32px, 5vw, 84px);
  width: min(390px, 30vw);
  margin: 0;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  transform: rotate(1.4deg);
}

.hero-report-sample ul {
  font-size: 0.76rem;
}

.hero .case-label {
  z-index: 4;
  top: 92px;
  right: clamp(32px, 5vw, 84px);
  left: auto;
  border-radius: 3px;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
}

.hero-note {
  position: absolute;
  z-index: 4;
  min-width: 170px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(5, 15, 22, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.23);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.hero-note span,
.hero-note small {
  display: block;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.hero-note span {
  color: #73d1ff;
  font-size: 0.6rem;
  letter-spacing: 0.17em;
}

.hero-note strong {
  display: block;
  margin-top: 5px;
  font-size: 0.94rem;
}

.hero-note small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.63rem;
}

.hero-note-area { top: 34%; right: 2.2%; transform: rotate(-2deg); }
.hero-note-response { top: 61%; right: 7%; transform: rotate(1.5deg); }
.hero-note-report { top: 73%; right: 25%; transform: rotate(-1deg); }

.hero-scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  opacity: 0.64;
}

.hero-scroll span {
  width: 42px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
}

.business-partners {
  position: relative;
  z-index: 2;
  margin-top: 100svh;
  border-radius: 34px 34px 0 0;
  box-shadow: 0 -28px 90px rgba(0, 0, 0, 0.28);
}

.business-partners,
.section,
.case-section,
.site-footer {
  position: relative;
  z-index: 2;
}

.case-section {
  min-height: 100svh;
  display: grid;
  align-items: center;
}

@media (min-width: 981px) {
  .case-layout,
  .case-layout.reverse {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(34px, 6vw, 88px);
    align-items: center;
  }

  .case-layout.reverse {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  }

  .case-copy {
    position: sticky;
    top: 108px;
    text-align: left;
  }

  .case-copy h2,
  .case-copy .eyebrow {
    text-align: left;
  }

  .case-card {
    width: 100%;
    margin: 0;
    border-radius: 6px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.16);
    transform: none;
  }

  .case-card img {
    aspect-ratio: 4 / 3;
  }

  .case-label.small {
    left: 20px;
  }
}

.section-head .eyebrow,
.case-copy .eyebrow {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.partner-capability-grid article,
.service-area-grid article,
.risk-grid article,
.why-grid article,
.partner-grid article,
.scope-card,
.company-panel,
.contact-form {
  border-radius: 5px;
}

.reveal-target {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-breathe {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

@media (max-width: 1180px) {
  .hero-note-report { display: none; }
  .hero-report-sample { width: min(340px, 32vw); }
}

@media (max-width: 980px) {
  .site-header { background: rgba(7, 16, 22, 0.46); }
  .site-header.is-scrolled { background: rgba(255, 255, 255, 0.92); }
  .nav-cta { font-size: 0.72rem; }

  .hero-copy {
    bottom: 40px;
    width: min(620px, calc(100vw - 40px));
  }

  .hero-report-sample,
  .hero-note {
    display: none;
  }

  .hero .case-label {
    top: 82px;
    right: 20px;
  }
}

@media (max-width: 720px) {
  .hero { min-height: 620px; }
  .hero-media > img { object-position: 61% center; }
  .hero::after {
    background: linear-gradient(180deg, rgba(4, 11, 16, 0.2) 12%, rgba(4, 11, 16, 0.92) 68%);
  }

  .hero-copy {
    left: 20px;
    bottom: 28px;
    width: calc(100vw - 40px);
  }

  .hero-copy h1 {
    margin-top: 12px;
    font-size: clamp(2.45rem, 12vw, 3.65rem);
    line-height: 0.98;
  }

  .hero-lede {
    margin-top: 15px;
    font-size: 0.84rem;
    line-height: 1.7;
  }

  .hero .service-chips { margin-top: 14px; }
  .hero .service-chips span:nth-child(n + 4) { display: none; }
  .hero-actions { margin-top: 17px; }
  .hero-actions .btn { width: auto; min-height: 40px; padding: 8px 13px; font-size: 0.76rem; }
  .hero-actions .btn:nth-child(3) { display: none; }
  .hero-scroll { display: none; }

  .business-partners {
    border-radius: 22px 22px 0 0;
  }

  .case-section { min-height: auto; }
}

/* 2026-08 clarity pass: animation is reserved for the four-step story. */
html,
body {
  overflow: visible;
}

main {
  overflow-x: clip;
  overflow-y: visible;
}

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

.hero-copy h1 {
  font-size: clamp(3.05rem, 6vw, 6.2rem);
}

.hero .service-chips {
  max-width: 560px;
}

.case-card .case-report {
  position: static;
  right: auto;
  bottom: auto;
  width: 100%;
  padding: 12px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.case-card .case-report div {
  padding: 10px 12px;
  border-radius: 4px;
}

.case-section.muted .case-card .case-report {
  background: #111a21;
  border: 0;
}

.case-copy {
  animation: none;
}

.case-copy > .eyebrow.reveal-target,
.case-copy > h2.reveal-target {
  opacity: 0;
  transform: translate3d(-88px, 0, 0);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.case-copy > h2.reveal-target {
  transition-delay: 110ms;
}

.case-copy > .eyebrow.reveal-target.is-visible,
.case-copy > h2.reveal-target.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.case-copy > .report-frame.reveal-target {
  transition-delay: 220ms;
}

.case-card.reveal-target {
  opacity: 0;
  transform: translate3d(78px, 0, 0);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1) 180ms,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1) 180ms;
}

.case-card.reveal-target.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 980px) {
  .hero-copy h1 {
    font-size: clamp(2.75rem, 8vw, 5rem);
  }
}

@media (max-width: 720px) {
  .hero-copy h1 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .case-card .case-report {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .case-card .case-report span {
    font-size: 0.66rem;
  }

  .case-card .case-report strong {
    font-size: 0.82rem;
  }

  .case-copy > .eyebrow.reveal-target,
  .case-copy > h2.reveal-target {
    transform: translate3d(-42px, 0, 0);
  }

  .case-card.reveal-target {
    transform: translate3d(42px, 0, 0);
  }

  .case-copy > .eyebrow.reveal-target.is-visible,
  .case-copy > h2.reveal-target.is-visible,
  .case-card.reveal-target.is-visible {
    transform: translate3d(0, 0, 0);
  }
}

/* Image captions are deliberately outside the image to prevent overlap. */
.case-meta-bar {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  background: rgba(0, 0, 0, 0.08);
  border: 0;
}

.case-meta-bar > div {
  min-width: 0;
  padding: 15px 16px 17px;
  background: #fff;
}

.case-meta-bar span,
.case-meta-bar strong {
  display: block;
  overflow-wrap: anywhere;
}

.case-meta-bar span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.case-meta-bar strong {
  margin-top: 4px;
  color: var(--ink);
  font-size: clamp(0.82rem, 1.15vw, 0.98rem);
  line-height: 1.35;
}

.case-section.muted .case-meta-bar {
  background: rgba(255, 255, 255, 0.12);
}

.case-section.muted .case-meta-bar > div {
  background: #172028;
}

.case-section.muted .case-meta-bar span {
  color: rgba(255, 255, 255, 0.55);
}

.case-section.muted .case-meta-bar strong {
  color: #fff;
}

@media (max-width: 560px) {
  .case-meta-bar > div {
    padding: 12px 9px 14px;
  }

  .case-meta-bar strong {
    font-size: 0.78rem;
  }
}

/* Every content scene owns an opaque canvas; the fixed hero must not bleed through. */
main > section:not(.hero) {
  isolation: isolate;
}

main > .section {
  background: #fff;
}

main > .section.muted {
  background: #f4f5f7;
}

main > .business-partners {
  background:
    radial-gradient(circle at 92% 8%, rgba(66, 153, 225, 0.13), transparent 28rem),
    linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

main > .story-stage {
  background: #071119;
}

main > .case-section:not(.muted) {
  background: #fff;
}

main > .case-section.muted {
  background: var(--dark);
}

main > .proof-strip {
  background: #fff;
}

/* Keep case headlines inside their own column. */
.case-copy,
.case-card {
  min-width: 0;
}

.case-copy h2 {
  position: relative;
  z-index: 1;
  max-width: 100%;
  font-size: clamp(2.4rem, 3.35vw, 4.35rem);
  overflow-wrap: anywhere;
  word-break: normal;
}

.case-copy h2 .heading-line {
  max-width: 100%;
}

.case-copy h2:has(.heading-line:only-child) {
  font-size: clamp(2.35rem, 3vw, 3.8rem);
}

.case-copy h2 .heading-line:only-child {
  white-space: nowrap;
}

/* One photo and one explanation per viewport. */
.inspection-diagnostic {
  position: relative;
  display: block;
  min-height: 900svh;
  margin: 0;
}

.inspection-diagnostic-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
  padding: 92px 0 34px;
  overflow: hidden;
}

.inspection-diagnostic .diagnostic-stack {
  position: relative;
  display: block;
  height: min(70svh, 700px);
  padding: 0;
  overflow: hidden;
  background: #111;
}

.inspection-diagnostic .diagnostic-stack figure {
  position: absolute;
  inset: 0;
  min-height: 0;
  border-radius: 0;
  opacity: 0;
  transform: scale(1.055);
  transition:
    opacity 850ms ease,
    transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.inspection-diagnostic .diagnostic-stack figure.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.inspection-diagnostic .diagnostic-panel {
  position: relative;
  min-height: min(70svh, 700px);
  justify-content: center;
}

.inspection-diagnostic .diagnostic-flow {
  position: relative;
  min-height: 180px;
  margin-top: 32px;
}

.inspection-diagnostic .diagnostic-flow a {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  grid-template-columns: auto 1fr;
  opacity: 0;
  transform: translate3d(-64px, 0, 0);
  transition: none;
  pointer-events: none;
}

.inspection-diagnostic .diagnostic-flow a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}

.inspection-diagnostic .diagnostic-flow a.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 620ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: auto;
}

.inspection-diagnostic .diagnostic-flow a.is-active::after {
  transform: scaleX(1);
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1) 420ms;
}

.inspection-diagnostic .diagnostic-flow em {
  opacity: 0;
  transform: translate3d(-22px, 0, 0);
  transition: none;
}

.inspection-diagnostic .diagnostic-flow a.is-active em {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 500ms ease 260ms, transform 620ms cubic-bezier(0.22, 1, 0.36, 1) 260ms;
}

.inspection-sequence-count {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 18px;
  color: var(--muted);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.inspection-sequence-count b {
  color: var(--blue);
  font-size: 1.3rem;
}

@media (max-width: 900px) {
  .inspection-diagnostic-sticky {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 48svh) minmax(0, 42svh);
    gap: 12px;
    padding: 72px 0 18px;
  }

  .inspection-diagnostic .diagnostic-stack,
  .inspection-diagnostic .diagnostic-panel {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 18px;
  }

  .inspection-diagnostic .diagnostic-panel {
    padding: 20px 22px;
  }

  .inspection-diagnostic .diagnostic-panel h3 {
    max-width: none;
    font-size: clamp(1.55rem, 6vw, 2.8rem);
  }

  .inspection-diagnostic .diagnostic-flow {
    min-height: 116px;
    margin-top: 8px;
  }

  .inspection-sequence-count {
    position: absolute;
    right: 22px;
    bottom: 14px;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .inspection-diagnostic .diagnostic-stack figure,
  .inspection-diagnostic .diagnostic-flow a,
  .inspection-diagnostic .diagnostic-flow em,
  .inspection-diagnostic .diagnostic-flow a::after {
    transition: none;
  }
}

/* 2026-08 scene direction: do not cross-fade two messages.  A scene starts
   on a clean canvas, then locks image, copy, rule, and report in that order. */
.story-scene {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 1s, opacity 0s linear 1s;
}

.story-scene.is-active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0s linear 0s;
}

.story-photo {
  opacity: 1;
  clip-path: inset(0 100% 0 0);
  transform: translate3d(7%, 0, 0) scale(1.04);
  transition:
    clip-path 920ms cubic-bezier(0.76, 0, 0.24, 1) 80ms,
    transform 1180ms cubic-bezier(0.22, 1, 0.36, 1) 80ms;
}

.story-scene.is-active .story-photo {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0) scale(1);
}

.story-shade {
  opacity: 0;
  transition: opacity 260ms ease 520ms;
}

.story-scene.is-active .story-shade {
  opacity: 1;
}

.story-copy {
  overflow: hidden;
  opacity: 0;
  transform: none;
  transition: opacity 80ms linear 690ms;
}

.story-scene.is-active .story-copy {
  opacity: 1;
  transform: none;
}

.story-copy > span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(-58px, 0, 0);
  transition: opacity 280ms ease 700ms, transform 520ms cubic-bezier(0.16, 1, 0.3, 1) 700ms;
}

.story-scene.is-active .story-copy > span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.story-copy h2 {
  position: relative;
  padding-bottom: 20px;
}

.story-copy h2::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #72d2ff;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 620ms cubic-bezier(0.76, 0, 0.24, 1) 1.34s;
}

.story-title-line {
  display: block;
  opacity: 0;
  transform: translate3d(-112px, 0, 0);
  transition: opacity 100ms linear 820ms, transform 620ms cubic-bezier(0.16, 1, 0.3, 1) 820ms;
}

.story-title-line + .story-title-line {
  transition-delay: 960ms, 960ms;
}

.story-scene.is-active .story-title-line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.story-scene.is-active .story-copy h2::after {
  transform: scaleX(1);
}

.story-copy p {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 430ms ease 1.62s, transform 520ms cubic-bezier(0.22, 1, 0.36, 1) 1.62s;
}

.story-scene.is-active .story-copy p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.story-report {
  opacity: 0;
  transform: translate3d(130px, 0, 0);
  transition:
    opacity 90ms linear 1.16s,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1) 1.16s;
}

.story-scene.is-active .story-report {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Chapter titles use the same editorial rhythm: blank page, title, blue rule,
   then the content itself enters from the opposite side. */
.chapter-heading h2 {
  position: relative;
  width: min(1080px, calc(100vw - 64px));
  max-width: 100%;
  padding-bottom: 0;
  font-size: clamp(2.35rem, 4.2vw, 4.8rem);
  text-align: center;
}

.chapter-heading h2::after {
  display: none;
}

.chapter-stage.is-active .chapter-heading h2::after {
  display: none;
}

.chapter-heading h2 .heading-line {
  transform: translate3d(-36px, 0, 0);
}

.chapter-content {
  transition:
    opacity 90ms linear 120ms,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1) 120ms;
}

@media (max-width: 720px) {
  .story-copy h2 { padding-bottom: 14px; }
  .story-copy h2::after { height: 2px; }
  .chapter-heading h2 {
    width: calc(100vw - 40px);
    padding-bottom: 0;
    font-size: clamp(2rem, 8.6vw, 2.65rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-scene,
  .story-photo,
  .story-shade,
  .story-copy,
  .story-copy > span,
  .story-title-line,
  .story-copy h2::after,
  .story-copy p,
  .story-report,
  .chapter-heading h2::after,
  .chapter-content {
    transition: none !important;
  }
}

/* A single motion language for the opening: identity, statement, rule, detail.
   This avoids the generic 'everything fades upward' feel. */
.hero-copy {
  animation: none;
}

.hero-copy .eyebrow {
  opacity: 0;
  transform: translate3d(-28px, 0, 0);
  animation: takt-rail-in 480ms cubic-bezier(0.16, 1, 0.3, 1) 180ms forwards;
}

.hero-copy h1 {
  position: relative;
  padding-bottom: 26px;
}

.hero-copy h1::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #72d2ff;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  animation: takt-rule-in 720ms cubic-bezier(0.76, 0, 0.24, 1) 940ms forwards;
}

.hero-copy .h1-line {
  opacity: 0;
  transform: translate3d(-86px, 0, 0);
  animation: takt-rail-in 670ms cubic-bezier(0.16, 1, 0.3, 1) 360ms forwards;
}

.hero-copy .h1-line + .h1-line {
  animation-delay: 510ms;
}

.hero-copy .hero-lede,
.hero-copy .service-chips,
.hero-copy .hero-actions,
.hero-copy .hero-scroll {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  animation: takt-rise-in 520ms cubic-bezier(0.22, 1, 0.36, 1) 1.08s forwards;
}

.hero-copy .service-chips { animation-delay: 1.2s; }
.hero-copy .hero-actions { animation-delay: 1.32s; }
.hero-copy .hero-scroll { animation-delay: 1.46s; }

@keyframes takt-rail-in {
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes takt-rule-in {
  to { transform: scaleX(1); }
}

@keyframes takt-rise-in {
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 720px) {
  .hero-copy h1 { padding-bottom: 18px; }
  .hero-copy h1::after { height: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy .eyebrow,
  .hero-copy h1::after,
  .hero-copy .h1-line,
  .hero-copy .hero-lede,
  .hero-copy .service-chips,
  .hero-copy .hero-actions,
  .hero-copy .hero-scroll {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .hero-copy h1::after { transform: scaleX(1); }
}

/* Mobile case studies are a single vertical reading path.  The full-bleed
   desktop card used a centering transform that fought the reveal transform,
   leaving a blank column on the left on iPhone. */
@media (max-width: 980px) {
  .case-layout,
  .case-layout.reverse {
    gap: 30px;
  }

  .case-card,
  .case-card.reveal-target {
    width: 100%;
    margin: 0;
    border-radius: 16px;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .case-card.reveal-target.is-visible {
    opacity: 1;
    transform: none;
  }

  .case-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .case-label.small {
    top: 14px;
    left: 14px;
    font-size: 0.72rem;
  }

  .case-meta-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .case-section {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .case-card,
  .case-card.reveal-target {
    border-radius: 14px;
  }
}
