.inside-page {
  --page-accent: var(--amber-500);
  --page-secondary: var(--teal-600);
  background: var(--cream-50);
}

.case-criccieth { --page-accent: #ef63a9; --page-secondary: #6a3293; }
.case-seren { --page-accent: #f08aba; --page-secondary: #a62965; }
.case-sublet { --page-accent: #f2c15c; --page-secondary: #3d7158; }
.case-getrevues { --page-accent: #38d784; --page-secondary: #168d5b; }
.case-criccieth .hero-proof { --page-accent: #ef63a9; --page-secondary: #6a3293; }
.case-seren .hero-proof { --page-accent: #f08aba; --page-secondary: #a62965; }
.case-sublet .hero-proof { --page-accent: #f2c15c; --page-secondary: #3d7158; }
.case-getrevues .hero-proof { --page-accent: #38d784; --page-secondary: #168d5b; }
.case-criccieth .page-closing { background: #592b7a; }
.case-seren .page-closing { background: #9f285f; }
.case-sublet .page-closing { background: #38634e; }
.case-getrevues .page-closing { background: #16704a; }
.case-criccieth .hero-visual-frame img,
.case-seren .hero-visual-frame img,
.case-sublet .hero-visual-frame img,
.case-getrevues .hero-visual-frame img { object-position: top center; }

.inside-page h1,
.inside-page h2,
.inside-page h3,
.inside-page p { text-wrap: pretty; }

.inside-hero {
  position: relative;
  overflow: hidden;
  padding: 130px 0 100px;
  background: var(--navy-950);
  color: var(--white);
}

.inside-hero::before {
  content: "";
  position: absolute;
  top: -250px;
  right: -170px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 95px rgba(255, 255, 255, .025), 0 0 0 190px rgba(255, 255, 255, .018);
}

.inside-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .23;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 50%, #000 100%);
}

.inside-hero .shell { position: relative; z-index: 1; }

.inside-breadcrumbs { margin-bottom: 52px; }
.inside-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; color: rgba(255, 255, 255, .56); font-size: .73rem; list-style: none; }
.inside-breadcrumbs li { display: flex; align-items: center; gap: 10px; }
.inside-breadcrumbs li + li::before { content: "/"; color: var(--page-accent); }
.inside-breadcrumbs a { display: inline-flex; min-height: 44px; align-items: center; text-underline-offset: 4px; }
.inside-breadcrumbs li[aria-current="page"] { color: rgba(255, 255, 255, .82); }

.inside-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .68fr);
  gap: clamp(58px, 8vw, 118px);
  align-items: center;
}

.inside-hero-copy { max-width: 800px; }
.inside-hero .eyebrow { color: var(--page-accent); }

.inside-hero h1 {
  margin: 0;
  font-size: clamp(4rem, 6.5vw, 6.6rem);
  font-weight: 850;
  letter-spacing: -.067em;
  line-height: .91;
}

.inside-hero h1 em {
  display: block;
  margin-top: 12px;
  color: var(--page-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .72em;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
}

.inside-hero-lead { max-width: 720px; margin: 32px 0 0; color: var(--white); font-size: clamp(1.08rem, 1.5vw, 1.3rem); font-weight: 720; line-height: 1.5; }
.inside-hero-detail { max-width: 700px; margin: 17px 0 0; color: rgba(255, 255, 255, .65); font-size: .93rem; }
.inside-actions { display: flex; flex-wrap: wrap; gap: 20px 28px; align-items: center; margin-top: 34px; }
.inside-actions form { margin: 0; }
.inside-actions form .text-link { min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--white); cursor: pointer; font: inherit; font-size: .76rem; font-weight: 850; }

.inside-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  margin: 40px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .58);
  font-size: .68rem;
  font-weight: 780;
  letter-spacing: .045em;
  list-style: none;
  text-transform: uppercase;
}

.inside-trust li { padding: 0 18px; border-left: 1px solid rgba(255, 255, 255, .18); }
.inside-trust li:first-child { padding-left: 0; border-left: 0; }

.page-board {
  position: relative;
  width: min(100%, 500px);
  justify-self: end;
  padding: 28px;
  border-top: 6px solid var(--page-accent);
  background: var(--cream-50);
  color: var(--ink);
  box-shadow: 20px 22px 0 var(--navy-800), var(--shadow);
  transform: rotate(1deg);
}

.page-board::before { content: ""; position: absolute; top: -15px; left: 42%; width: 86px; height: 25px; background: color-mix(in srgb, var(--page-accent) 82%, transparent); transform: rotate(-3deg); }
.page-board-head { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--page-secondary); font-size: .64rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.page-board > p { margin: 24px 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.3; }
.page-board ol,
.page-board ul { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.page-board li { display: grid; grid-template-columns: 32px 1fr auto; gap: 12px; min-height: 70px; align-items: center; border-bottom: 1px solid var(--line); }
.page-board li > span { color: var(--page-secondary); font-family: Georgia, "Times New Roman", serif; font-size: .78rem; }
.page-board li strong { display: block; font-size: .83rem; line-height: 1.25; }
.page-board li small { display: block; color: var(--muted); font-size: .65rem; }
.page-board li b { color: var(--navy-800); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.page-board-foot { margin: 24px -28px -28px; padding: 18px 28px; background: var(--page-accent); color: var(--navy-950); font-size: .72rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }

/* Page-specific hero compositions */
.hero-visual {
  position: relative;
  width: min(100%, 500px);
  min-height: 520px;
  justify-self: end;
}

.hero-visual img { width: 100%; height: 100%; object-fit: cover; }

.hero-visual-frame { padding: 18px 18px 0 0; }
.hero-visual-frame::before { content: ""; position: absolute; inset: 38px 0 0 36px; border: 1px solid rgba(255, 255, 255, .24); }
.hero-visual-frame::after { content: ""; position: absolute; top: 0; right: 52px; width: 96px; height: 18px; background: var(--page-accent); transform: rotate(-2deg); }
.hero-visual-frame picture { position: relative; z-index: 1; display: block; width: 100%; height: 100%; }
.hero-visual-frame img { position: relative; z-index: 1; aspect-ratio: 4 / 5; min-height: 520px; filter: saturate(.82) contrast(1.04); }

.hero-visual-caption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  max-width: 330px;
  padding: 19px 22px;
  border-left: 4px solid var(--page-accent);
  background: var(--cream-50);
  color: var(--navy-950);
  box-shadow: var(--shadow);
}
.hero-visual-caption strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; font-weight: 500; line-height: 1.3; }
.hero-visual-caption span { display: block; margin-top: 8px; color: var(--teal-600); font-size: .61rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }

.hero-visual-signal { display: grid; min-height: 500px; place-items: center; }
.hero-visual-signal::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; box-shadow: 0 0 0 62px rgba(255, 255, 255, .035), 0 0 0 124px rgba(255, 255, 255, .02); }
.hero-visual-signal img { position: relative; z-index: 1; width: 66%; height: 470px; border: 8px solid var(--cream-50); border-radius: 42px; box-shadow: 22px 24px 0 var(--navy-800), var(--shadow); object-position: center; transform: rotate(4deg); }
.hero-signal-label { position: absolute; z-index: 2; right: 0; bottom: 36px; max-width: 235px; padding: 16px 18px; background: var(--page-accent); color: var(--navy-950); font-size: .68rem; font-weight: 850; letter-spacing: .07em; line-height: 1.35; text-transform: uppercase; transform: rotate(-2deg); }

.hero-visual-workflow { display: flex; min-height: 460px; align-items: flex-end; padding: 38px; background: var(--cream-50); box-shadow: 22px 24px 0 var(--navy-800); transform: rotate(-1.2deg); }
.hero-visual-workflow img { position: absolute; inset: 0; filter: contrast(1.05); }
.hero-workflow-note { position: relative; z-index: 1; width: 82%; margin: 0 0 -66px -12px; padding: 24px; background: var(--page-accent); color: var(--navy-950); }
.hero-workflow-note strong { display: block; font-size: 1rem; line-height: 1.3; }
.hero-workflow-note span { display: block; margin-top: 9px; font-size: .63rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.hero-duo { position: relative; width: min(100%, 520px); min-height: 520px; justify-self: end; }
.hero-duo figure { position: absolute; margin: 0; background: var(--cream-50); box-shadow: var(--shadow); }
.hero-duo figure:first-child { top: 0; left: 0; width: 64%; transform: rotate(-3deg); }
.hero-duo figure:last-child { right: 0; bottom: 0; width: 61%; transform: rotate(3deg); }
.hero-duo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.82) contrast(1.03); }
.hero-duo figcaption { padding: 13px 15px; color: var(--navy-950); font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hero-duo::after { content: "+"; position: absolute; z-index: 3; top: 45%; left: 46%; display: grid; width: 68px; height: 68px; place-items: center; border-radius: 50%; background: var(--page-accent); color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-size: 2.4rem; box-shadow: var(--shadow); }

.hero-workshop { position: relative; width: min(100%, 540px); min-height: 500px; justify-self: end; padding: 15px; border: 1px solid rgba(255, 255, 255, .24); }
.hero-workshop > img { width: 100%; height: 470px; object-fit: cover; filter: saturate(.8) contrast(1.04); }
.hero-workshop-card { position: absolute; right: -12px; bottom: -28px; width: 285px; padding: 24px; background: var(--cream-50); color: var(--navy-950); box-shadow: var(--shadow); transform: rotate(-2deg); }
.hero-workshop-card > span { display: block; color: var(--teal-600); font-size: .61rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-workshop-card strong { display: block; margin-top: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 500; line-height: 1.3; }
.hero-workshop-card ul { margin: 16px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-workshop-card li { margin-top: 6px; font-size: .68rem; font-weight: 760; }

.hero-product-shelf { display: grid; width: min(100%, 520px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; justify-self: end; padding: 18px; border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .035); transform: rotate(1deg); }
.hero-product-shelf article { min-height: 170px; padding: 22px; background: var(--cream-50); color: var(--navy-950); box-shadow: 8px 9px 0 rgba(3, 14, 29, .28); }
.hero-product-shelf article:first-child { grid-column: 1 / 3; background: var(--page-accent); }
.hero-product-shelf span { display: block; color: var(--teal-600); font-size: .6rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.hero-product-shelf article:first-child span { color: var(--navy-800); }
.hero-product-shelf strong { display: block; margin-top: 30px; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 500; line-height: 1.24; }
.hero-product-shelf small { display: block; margin-top: 10px; color: var(--muted); font-size: .65rem; }

.hero-route-index { width: min(100%, 500px); justify-self: end; border-top: 5px solid var(--page-accent); color: var(--white); }
.hero-route-index > p { margin: 24px 0 28px; color: rgba(255, 255, 255, .64); font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; }
.hero-route-index ol { margin: 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .18); list-style: none; }
.hero-route-index li { display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; min-height: 78px; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.hero-route-index li > span { color: var(--page-accent); font-family: Georgia, "Times New Roman", serif; }
.hero-route-index strong { font-size: .86rem; }
.hero-route-index b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--page-accent); color: var(--navy-950); }

.hero-proof-stack { position: relative; width: min(100%, 520px); min-height: 500px; justify-self: end; }
.hero-proof-stack figure { position: absolute; width: 78%; margin: 0; border: 10px solid var(--cream-50); background: var(--cream-50); box-shadow: var(--shadow); }
.hero-proof-stack figure:first-child { top: 12px; right: 0; transform: rotate(4deg); }
.hero-proof-stack figure:last-child { bottom: 0; left: 0; transform: rotate(-5deg); }
.hero-proof-stack picture { display: block; width: 100%; }
.hero-proof-stack img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.hero-proof-stamp { position: absolute; z-index: 3; right: 8px; bottom: 22px; display: grid; width: 116px; height: 116px; place-items: center; border-radius: 50%; background: var(--page-accent); color: var(--navy-950); font-size: .69rem; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; transform: rotate(8deg); }

.hero-editorial-stack { display: grid; width: min(100%, 520px); min-height: 500px; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 12px; justify-self: end; transform: rotate(1deg); }
.hero-editorial-stack figure { position: relative; overflow: hidden; margin: 0; border: 7px solid var(--cream-50); background: var(--cream-50); }
.hero-editorial-stack figure:first-child { grid-row: 1 / 3; }
.hero-editorial-stack img { width: 100%; height: 100%; object-fit: cover; }
.hero-editorial-stack figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 12px; background: rgba(11, 27, 49, .88); color: var(--white); font-size: .58rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }

.hero-manifesto { width: min(100%, 490px); justify-self: end; padding: 42px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50% 50% 8px 8px; background: rgba(255, 255, 255, .04); text-align: center; }
.hero-manifesto > span { color: var(--page-accent); font-family: Georgia, "Times New Roman", serif; font-size: 4.3rem; line-height: 1; }
.hero-manifesto blockquote { margin: 24px 0 28px; font-family: Georgia, "Times New Roman", serif; font-size: 1.58rem; line-height: 1.28; }
.hero-manifesto p { margin: 0; color: rgba(255, 255, 255, .58); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.hero-marketing { --page-accent: #f6c85f; --page-secondary: #008a82; }
.hero-web { --page-accent: #f6c85f; --page-secondary: #008a82; }
.hero-automation { --page-accent: #f6c85f; --page-secondary: #2f5f90; }
.hero-hosting { --page-accent: #76e5dd; --page-secondary: #008a82; }
.hero-about { --page-accent: #f6c85f; --page-secondary: #008a82; }
.hero-proof { --page-accent: #f6c85f; --page-secondary: #008a82; }
.hero-insights { --page-accent: #76e5dd; --page-secondary: #008a82; }
.hero-training { --page-accent: #f6c85f; --page-secondary: #008a82; }
.hero-library { --page-accent: #f6c85f; --page-secondary: #008a82; }
.hero-trust { --page-accent: #f6c85f; --page-secondary: #008a82; }
.hero-contact { --page-accent: #f6c85f; --page-secondary: #008a82; }

.recognition-band {
  padding: clamp(72px, 8vw, 112px) 0;
  background: var(--page-band, var(--amber-500));
  color: var(--navy-950);
}

.recognition-band-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(52px, 8vw, 116px); }
.recognition-band h2 { max-width: 530px; margin: 0; font-size: clamp(2.7rem, 4.2vw, 4.6rem); letter-spacing: -.058em; line-height: .98; }
.recognition-band .section-kicker { color: var(--navy-800); }
.recognition-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.recognition-list li { padding: 4px 24px 0; border-left: 1px solid rgba(11, 27, 49, .24); }
.recognition-list span { display: block; margin-bottom: 28px; color: var(--navy-800); font-family: Georgia, "Times New Roman", serif; font-size: .78rem; }
.recognition-list strong { display: block; font-size: .98rem; line-height: 1.35; }
.recognition-list p { margin: 11px 0 0; color: rgba(11, 27, 49, .7); font-size: .79rem; }

.inside-section { padding: clamp(92px, 10vw, 154px) 0; }
.inside-section-cream { background: var(--cream-100); }
.inside-section-white { background: var(--cream-50); }
.inside-section-navy { background: var(--navy-900); color: var(--white); }
.inside-section-teal { background: var(--teal-600); color: var(--white); }

.page-section-head { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .58fr); gap: clamp(50px, 9vw, 130px); align-items: end; margin-bottom: clamp(52px, 7vw, 82px); }
.page-section-head h2,
.story-copy h2,
.page-closing h2,
.contact-heading h2 { margin: 0; font-size: clamp(3.1rem, 5.6vw, 5.8rem); letter-spacing: -.064em; line-height: .94; }
.page-section-head h2 em,
.story-copy h2 em,
.page-closing h2 em { display: block; color: var(--teal-600); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
.inside-section-navy .page-section-head h2 em,
.inside-section-teal .page-section-head h2 em,
.inside-section-teal .story-copy h2 em { color: var(--amber-400); }
.page-section-head > p { max-width: 500px; margin: 0; color: var(--muted); }
.inside-section-navy .page-section-head > p,
.inside-section-teal .page-section-head > p { color: rgba(255, 255, 255, .68); }

.story-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(400px, 1.18fr); gap: clamp(68px, 10vw, 150px); align-items: start; }
.story-copy > p:not(.eyebrow) { max-width: 660px; margin: 28px 0 0; color: var(--muted); font-size: 1rem; }
.inside-section-navy .story-copy > p:not(.eyebrow),
.inside-section-teal .story-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .68); }
.story-note { margin-top: 38px; padding: 24px 0 0 26px; border-top: 1px solid var(--line); border-left: 4px solid var(--amber-500); }
.story-note strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; font-weight: 500; line-height: 1.45; }
.story-note span { display: block; margin-top: 10px; color: var(--teal-600); font-size: .66rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }

.problem-rows { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.problem-rows li { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 22px; min-height: 138px; align-items: center; padding: 25px 28px; border-bottom: 1px solid var(--line); }
.problem-rows li > span { color: var(--teal-600); font-family: Georgia, "Times New Roman", serif; font-size: .82rem; }
.problem-rows h3 { margin: 0; font-size: clamp(1.35rem, 2.1vw, 2rem); letter-spacing: -.035em; line-height: 1.15; }
.problem-rows p { max-width: 590px; margin: 7px 0 0; color: var(--muted); font-size: .78rem; }
.inside-section-navy .problem-rows { border-color: rgba(255, 255, 255, .16); }
.inside-section-navy .problem-rows li { border-color: rgba(255, 255, 255, .16); }
.inside-section-navy .problem-rows li > span { color: var(--amber-400); }
.inside-section-navy .problem-rows p { color: rgba(255, 255, 255, .62); }

.outcome-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.outcome-grid article { min-height: 330px; padding: 32px; background: var(--cream-50); }
.inside-section-navy .outcome-grid { border-color: rgba(255, 255, 255, .13); background: rgba(255, 255, 255, .13); }
.inside-section-navy .outcome-grid article { background: var(--navy-950); }
.outcome-grid article > span { display: block; margin-bottom: 78px; color: var(--teal-600); font-family: Georgia, "Times New Roman", serif; }
.inside-section-navy .outcome-grid article > span { color: var(--amber-400); }
.outcome-grid h3 { margin: 0; font-size: 1.55rem; letter-spacing: -.035em; line-height: 1.12; }
.outcome-grid p { margin: 15px 0 0; color: var(--muted); font-size: .82rem; }
.inside-section-navy .outcome-grid p { color: rgba(255, 255, 255, .62); }
.outcome-grid .outcome-feature { background: var(--amber-500); color: var(--navy-950); }
.outcome-grid .outcome-feature > span { color: var(--navy-800); }
.outcome-grid .outcome-feature p { color: rgba(11, 27, 49, .72); }
.inside-section-navy .outcome-grid .outcome-feature { background: var(--amber-500); color: var(--navy-950); }
.inside-section-navy .outcome-grid .outcome-feature > span { color: var(--navy-800); }
.inside-section-navy .outcome-grid .outcome-feature p { color: rgba(11, 27, 49, .72); }

.scope-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.scope-grid article { min-height: 240px; padding: 32px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.scope-grid article:nth-child(2n) { border-right: 0; }
.scope-grid span { color: var(--teal-600); font-size: .63rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.scope-grid h3 { margin: 42px 0 0; font-size: 1.45rem; letter-spacing: -.03em; }
.scope-grid p { margin: 12px 0 0; color: var(--muted); font-size: .82rem; }

.process-track { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.process-track::before { content: ""; position: absolute; top: 38px; right: 11%; left: 11%; height: 1px; background: var(--line); }
.process-track li { position: relative; min-width: 0; padding: 0 24px; }
.process-track li:first-child { padding-left: 0; }
.process-track li:last-child { padding-right: 0; }
.process-track li > span { position: relative; z-index: 1; display: grid; width: 76px; height: 76px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--cream-50); color: var(--teal-600); font-family: Georgia, "Times New Roman", serif; font-size: .8rem; }
.process-track li:nth-child(3) > span { border-color: var(--teal-600); background: var(--teal-600); color: var(--white); }
.process-track p { margin: 26px 0 4px; color: var(--teal-600); font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.process-track h3 { margin: 0; font-size: 1.04rem; line-height: 1.3; }
.process-track small { display: block; margin-top: 9px; color: var(--muted); font-size: .72rem; }

.proof-feature { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); min-height: 560px; background: var(--navy-950); color: var(--white); }
.proof-image { min-height: 430px; overflow: hidden; }
.proof-image img { width: 100%; height: 100%; object-fit: cover; }
.proof-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 76px); }
.proof-copy > span { color: var(--amber-400); font-size: .66rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.proof-copy h3 { margin: 48px 0 0; font-size: clamp(2rem, 3.4vw, 3.6rem); letter-spacing: -.05em; line-height: .98; }
.proof-copy p { margin: 20px 0 26px; color: rgba(255, 255, 255, .65); }

.case-study-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.case-study-card { background: var(--white); box-shadow: 0 18px 50px rgba(9, 26, 47, .1); }
.case-study-card:nth-child(even) { margin-top: 70px; }
.case-study-card picture { display: block; width: 100%; }
.case-study-card img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; object-position: top center; }
.case-study-body { padding: 34px; }
.case-study-body > span { color: var(--teal-600); font-size: .64rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.case-study-body h2,
.case-study-body h3 { margin: 36px 0 0; font-size: clamp(1.7rem, 3vw, 2.7rem); letter-spacing: -.045em; line-height: 1.04; }
.case-study-body p { margin: 16px 0 24px; color: var(--muted); }

.operator-panel { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: clamp(70px, 10vw, 150px); align-items: center; }
.operator-panel-image { position: relative; width: min(100%, 500px); }
.operator-panel-image::before { content: ""; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--amber-500); }
.operator-panel-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 22%; }
.operator-panel-badge { position: absolute; z-index: 2; right: -32px; bottom: 22px; display: flex; align-items: center; gap: 14px; max-width: 280px; padding: 18px 20px; background: var(--navy-900); color: var(--white); box-shadow: var(--shadow); transform: rotate(-2deg); }
.operator-panel-badge strong { color: var(--amber-400); font-family: Georgia, "Times New Roman", serif; font-size: 2.8rem; font-weight: 400; line-height: 1; }
.operator-panel-badge span { font-size: .67rem; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.operator-panel-copy h2 { max-width: 840px; margin: 0; font-size: clamp(3.2rem, 5.6vw, 5.8rem); letter-spacing: -.064em; line-height: .94; }
.operator-panel-copy .operator-lead { max-width: 730px; margin: 28px 0 0; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; line-height: 1.5; }
.operator-panel-copy > p:not(.eyebrow):not(.operator-lead) { max-width: 740px; color: var(--muted); }
.operator-facts { display: grid; grid-template-columns: repeat(2, 1fr); margin: 32px 0 28px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.operator-facts li { padding: 14px 18px 14px 0; border-bottom: 1px solid var(--line); font-size: .77rem; font-weight: 780; }

.faq-simple { background: var(--navy-950); color: var(--white); }
.faq-simple-layout { display: grid; grid-template-columns: minmax(270px, .68fr) minmax(0, 1.32fr); gap: clamp(60px, 10vw, 140px); }
.faq-simple-heading { position: sticky; top: 126px; align-self: start; }
.faq-simple h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.2rem); letter-spacing: -.062em; line-height: .94; }
.faq-simple-heading > p:not(.eyebrow) { max-width: 480px; color: rgba(255, 255, 255, .6); }
.faq-simple-list { border-top: 1px solid rgba(255, 255, 255, .2); }
.faq-simple-list details { border-bottom: 1px solid rgba(255, 255, 255, .18); }
.faq-simple-list summary { position: relative; display: flex; min-height: 84px; align-items: center; padding: 22px 54px 22px 0; cursor: pointer; font-size: 1.03rem; font-weight: 800; list-style: none; }
.faq-simple-list summary::-webkit-details-marker { display: none; }
.faq-simple-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--amber-400); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 400; }
.faq-simple-list details[open] summary::after { content: "−"; }
.faq-simple-list details p { max-width: 780px; margin: -4px 54px 0 0; padding: 0 0 28px; color: rgba(255, 255, 255, .66); }

.page-closing { padding: clamp(88px, 9vw, 140px) 0; background: var(--teal-600); color: var(--white); }
.page-closing-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .58fr); gap: clamp(50px, 10vw, 145px); align-items: end; }
.page-closing h2 { max-width: 880px; }
.page-closing-copy > p { margin: 0 0 26px; color: rgba(255, 255, 255, .75); }
.page-closing-note { display: block; margin-top: 14px; color: rgba(255, 255, 255, .6); font-size: .7rem; }

.insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.insight-card { display: flex; min-height: 390px; flex-direction: column; padding: 32px; background: var(--white); text-decoration: none; }
.insight-card:nth-child(3n) { background: var(--navy-900); color: var(--white); }
.insight-card > span { color: var(--teal-600); font-size: .64rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.insight-card:nth-child(3n) > span { color: var(--amber-400); }
.insight-card h2,
.insight-card h3 { margin: 70px 0 0; font-size: 1.55rem; letter-spacing: -.035em; line-height: 1.12; }
.insight-card p { margin: 15px 0 24px; color: var(--muted); font-size: .81rem; }
.insight-card:nth-child(3n) p { color: rgba(255, 255, 255, .62); }
.insight-card b { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; margin-top: auto; font-size: .75rem; text-decoration: underline; text-underline-offset: 5px; }

.article-masthead { position: relative; overflow: hidden; padding: 130px 0 0; background: var(--navy-950); color: var(--white); }
.article-masthead::before { content: ""; position: absolute; top: -220px; right: -120px; width: 560px; height: 560px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255, 255, 255, .025), 0 0 0 160px rgba(255, 255, 255, .015); }
.article-masthead .inside-breadcrumbs { position: relative; z-index: 1; }
.article-masthead-copy { position: relative; z-index: 1; width: min(100%, 1040px); padding: 28px 0 70px; }
.article-masthead h1 { margin: 0; font-size: clamp(3.4rem, 7vw, 7.8rem); letter-spacing: -.067em; line-height: .91; }
.article-masthead h1 em { display: block; color: var(--amber-400); font-family: Georgia, "Times New Roman", serif; font-size: .72em; font-weight: 400; letter-spacing: -.04em; }
.article-deck { max-width: 780px; margin: 30px 0 0; color: rgba(255, 255, 255, .72); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.48; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 28px 0 0; padding: 0; color: rgba(255, 255, 255, .58); font-size: .66rem; font-weight: 850; letter-spacing: .08em; list-style: none; text-transform: uppercase; }
.article-image { position: relative; z-index: 1; width: min(100%, 1180px); margin: 0 auto -110px; padding: 12px; background: var(--cream-50); box-shadow: var(--shadow); transform: rotate(-.6deg); }
.article-image img { width: 100%; max-height: 590px; aspect-ratio: 16 / 8; object-fit: cover; }
.article-stage { padding: 210px 0 clamp(100px, 10vw, 154px); background: var(--cream-50); }
.article-layout { display: grid; grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr); gap: clamp(50px, 9vw, 135px); }
.article-aside { position: sticky; top: 126px; align-self: start; }
.article-aside > span { color: var(--teal-600); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-aside strong { display: block; margin-top: 18px; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; font-weight: 500; line-height: 1.35; }
.article-aside a { display: inline-flex; margin-top: 24px; font-size: .72rem; font-weight: 850; text-underline-offset: 5px; }
.article-body { width: min(100%, 790px); }
.article-body > p:first-child { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.5; }
.article-body h2 { margin: 68px 0 22px; font-size: clamp(2.1rem, 4vw, 3.5rem); letter-spacing: -.05em; line-height: 1; }
.article-body h3 { margin: 42px 0 14px; font-size: 1.35rem; letter-spacing: -.03em; }
.article-body p,
.article-body li { color: var(--muted); }
.article-body ul,
.article-body ol { padding-left: 24px; }
.article-body li { margin-top: 10px; }
.article-callout { margin: 52px 0; padding: 32px 34px; border-left: 5px solid var(--amber-500); background: var(--cream-100); }
.article-callout strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 500; line-height: 1.4; }
.article-callout p { margin-bottom: 0; }

.trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.trust-card { min-height: 330px; padding: 34px; background: var(--cream-50); }
.trust-card > span { color: var(--teal-600); font-family: Georgia, "Times New Roman", serif; }
.trust-card h2,
.trust-card h3 { margin: 64px 0 0; font-size: 1.55rem; letter-spacing: -.035em; }
.trust-card p { color: var(--muted); font-size: .82rem; }
.trust-card ul { margin: 18px 0 0; padding-left: 20px; color: var(--muted); font-size: .78rem; }
.trust-card-feature { background: var(--amber-500); color: var(--navy-950); }
.trust-card-feature p,
.trust-card-feature ul { color: rgba(11, 27, 49, .72); }

.contact-stage { padding: clamp(100px, 10vw, 160px) 0; background: var(--cream-100); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr); gap: clamp(68px, 10vw, 150px); }
.contact-heading h2 { max-width: 620px; }
.contact-heading > p:not(.eyebrow) { max-width: 570px; color: var(--muted); }
.contact-prep { margin-top: 38px; padding: 26px 0 0 26px; border-top: 1px solid var(--line); border-left: 4px solid var(--amber-500); }
.contact-prep strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; font-weight: 500; }
.contact-prep ul { margin: 18px 0 0; padding-left: 20px; color: var(--muted); font-size: .78rem; }
.contact-prep li { margin-top: 8px; }
.contact-direct { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.contact-direct > span { display: block; margin-bottom: 9px; color: var(--teal-600); font-size: .64rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-direct a { display: flex; min-height: 48px; align-items: center; width: fit-content; font-weight: 800; text-underline-offset: 5px; }
.contact-form-panel { padding: clamp(28px, 4.5vw, 56px); border-top: 7px solid var(--amber-500); background: var(--navy-950); color: var(--white); box-shadow: 18px 20px 0 var(--teal-600); }
.contact-form-intro { display: grid; grid-template-columns: 1fr auto; gap: 9px 24px; align-items: end; margin-bottom: 34px; padding-bottom: 26px; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.contact-form-intro > span { grid-column: 1 / 3; color: var(--amber-400); font-size: .63rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-form-intro strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; font-weight: 500; line-height: 1.25; }
.contact-form-intro p { margin: 0; color: rgba(255, 255, 255, .55); font-size: .68rem; }
.contact-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; }
.contact-field-wide { grid-column: 1 / 3; }
.contact-field label { display: flex; min-height: 24px; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 9px; font-size: .7rem; font-weight: 820; }
.contact-field label > span { color: var(--amber-400); }
.contact-field label small { color: rgba(255, 255, 255, .48); font-size: .61rem; font-weight: 700; }
.contact-field input,
.contact-field select,
.contact-field textarea { width: 100%; border: 1px solid rgba(255, 255, 255, .15); border-radius: 0; background: var(--cream-50); color: var(--navy-950); font: inherit; }
.contact-field input,
.contact-field select { min-height: 58px; padding: 0 16px; }
.contact-field textarea { min-height: 170px; padding: 16px; line-height: 1.5; resize: vertical; }
.contact-field textarea::placeholder { color: #697482; opacity: 1; }
.contact-field input:focus-visible,
.contact-field select:focus-visible,
.contact-field textarea:focus-visible { border-color: var(--amber-500); outline: 3px solid var(--amber-500); outline-offset: 2px; }
.contact-form-footer { display: grid; grid-template-columns: auto minmax(180px, 1fr); gap: 22px; align-items: center; margin-top: 28px; }
.contact-form-footer .button { border: 0; cursor: pointer; }
.contact-form-footer .button:disabled { cursor: wait; opacity: .68; }
.contact-form-footer p { margin: 0; color: rgba(255, 255, 255, .58); font-size: .64rem; line-height: 1.5; }
.contact-form-footer a { color: var(--white); text-underline-offset: 4px; }
.contact-form-status { min-height: 25px; margin: 18px 0 0; color: rgba(255, 255, 255, .72); font-size: .75rem; font-weight: 750; }
.contact-form-status.is-success { color: #76e5dd; }
.contact-form-status.is-error { color: #ffd27a; }
.contact-routes { display: grid; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.contact-route { display: grid; grid-template-columns: 52px 1fr auto; gap: 20px; min-height: 150px; align-items: center; padding: 26px 30px; background: var(--cream-50); text-decoration: none; }
.contact-route > span { color: var(--teal-600); font-family: Georgia, "Times New Roman", serif; }
.contact-route h3 { margin: 0; font-size: 1.25rem; }
.contact-route p { margin: 5px 0 0; color: var(--muted); font-size: .77rem; }
.contact-route b { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--amber-500); }
.contact-route:hover { background: var(--white); }

@media (max-width: 1100px) {
  .inside-hero-layout { grid-template-columns: minmax(0, 1.1fr) minmax(340px, .7fr); gap: 46px; }
  .inside-hero h1 { font-size: clamp(3.7rem, 7vw, 5.4rem); }
  .recognition-band-layout { grid-template-columns: 1fr; }
  .recognition-band h2 { max-width: 820px; }
  .story-layout { grid-template-columns: minmax(0, .8fr) minmax(370px, 1.2fr); gap: 58px; }
}

@media (max-width: 940px) {
  .inside-hero { padding: 120px 0 92px; }
  .inside-hero-layout,
  .story-layout,
  .operator-panel,
  .contact-layout { grid-template-columns: 1fr; }
  .page-board { width: min(100%, 650px); justify-self: start; }
  .hero-visual,
  .hero-duo,
  .hero-route-index,
  .hero-proof-stack,
  .hero-editorial-stack,
  .hero-manifesto,
  .hero-workshop,
  .hero-product-shelf { width: min(100%, 650px); justify-self: start; }
  .page-section-head { grid-template-columns: 1fr; gap: 30px; }
  .page-section-head > p { max-width: 720px; }
  .process-track { grid-template-columns: repeat(2, 1fr); gap: 48px 0; }
  .process-track::before { display: none; }
  .proof-feature { grid-template-columns: 1fr; }
  .proof-image { min-height: 480px; }
  .operator-panel-image { width: min(100% - 24px, 500px); }
  .faq-simple-layout { grid-template-columns: 1fr; }
  .faq-simple-heading { position: static; max-width: 720px; }
  .page-closing-layout { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insight-card:nth-child(3n) { background: var(--white); color: var(--ink); }
  .insight-card:nth-child(3n) > span { color: var(--teal-600); }
  .insight-card:nth-child(3n) p { color: var(--muted); }
  .insight-card:nth-child(4n) { background: var(--navy-900); color: var(--white); }
  .insight-card:nth-child(4n) > span { color: var(--amber-400); }
  .insight-card:nth-child(4n) p { color: rgba(255, 255, 255, .62); }
}

@media (max-width: 760px) {
  .inside-hero { padding: 102px 0 74px; }
  .inside-breadcrumbs { margin-bottom: 34px; }
  .inside-hero-layout { gap: 52px; }
  .inside-hero h1 { font-size: clamp(3rem, 13.8vw, 4.3rem); }
  .inside-hero h1 em { font-size: .7em; }
  .inside-hero-lead { font-size: 1.06rem; }
  .inside-actions { align-items: stretch; flex-direction: column; }
  .inside-actions .button { width: 100%; justify-content: space-between; }
  .inside-actions .text-link { width: fit-content; }
  .inside-trust { display: grid; grid-template-columns: 1fr; }
  .inside-trust li,
  .inside-trust li:first-child { padding: 9px 0; border-top: 1px solid rgba(255, 255, 255, .14); border-left: 0; }
  .page-board { width: calc(100% - 12px); padding: 24px 20px; box-shadow: 11px 13px 0 var(--navy-800); transform: none; }
  .page-board li { grid-template-columns: 28px 1fr; }
  .page-board li b { grid-column: 2; margin-top: -12px; padding-bottom: 8px; }
  .page-board-foot { margin: 22px -20px -24px; padding-inline: 20px; }
  .hero-visual { width: 100%; min-height: 430px; }
  .hero-visual-frame { padding: 12px 12px 0 0; }
  .hero-visual-frame img { min-height: 430px; }
  .case-study-visual { min-height: 0; aspect-ratio: 3 / 4; }
  .case-study-visual picture { height: 100%; }
  .case-study-visual img { height: 100%; min-height: 0; aspect-ratio: 3 / 4; object-position: top center; }
  .hero-visual-caption { max-width: calc(100% - 34px); }
  .hero-visual-signal { min-height: 470px; }
  .hero-visual-signal::before { width: 300px; height: 300px; }
  .hero-visual-signal img { width: 70%; height: 420px; border-width: 6px; }
  .hero-visual-workflow { min-height: 370px; padding: 22px; }
  .hero-workflow-note { width: 92%; margin-bottom: -52px; padding: 19px; }
  .hero-duo { min-height: 440px; }
  .hero-duo figure:first-child { width: 67%; }
  .hero-duo figure:last-child { width: 64%; }
  .hero-duo::after { width: 56px; height: 56px; font-size: 2rem; }
  .hero-route-index li { grid-template-columns: 32px 1fr auto; min-height: 72px; }
  .hero-proof-stack { min-height: 430px; }
  .hero-proof-stack figure { width: 64%; border-width: 6px; }
  .hero-proof-stack img { aspect-ratio: 3 / 4; object-position: top center; }
  .hero-proof-stamp { width: 92px; height: 92px; font-size: .57rem; }
  .hero-editorial-stack { min-height: 410px; gap: 7px; }
  .hero-editorial-stack figure { border-width: 4px; }
  .hero-manifesto { width: 100%; padding: 34px 24px; }
  .hero-manifesto blockquote { font-size: 1.35rem; }
  .hero-workshop { width: 100%; min-height: 450px; padding: 9px; }
  .hero-workshop > img { height: 400px; }
  .hero-workshop-card { right: 0; bottom: -34px; width: min(90%, 300px); padding: 20px; }
  .hero-product-shelf { width: 100%; padding: 10px; }
  .hero-product-shelf article { min-height: 150px; padding: 18px; }
  .recognition-band h2,
  .page-section-head h2,
  .story-copy h2,
  .page-closing h2,
  .contact-heading h2,
  .operator-panel-copy h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .recognition-list { grid-template-columns: 1fr; }
  .recognition-list li { padding: 26px 0; border-top: 1px solid rgba(11, 27, 49, .22); border-left: 0; }
  .recognition-list span { margin-bottom: 16px; }
  .problem-rows li { grid-template-columns: 38px 1fr; min-height: 0; padding: 26px 4px; }
  .outcome-grid,
  .scope-grid { grid-template-columns: 1fr; }
  .outcome-grid article { min-height: 0; padding: 28px 24px; }
  .outcome-grid article > span { margin-bottom: 48px; }
  .scope-grid article,
  .scope-grid article:nth-child(2n) { min-height: 0; padding: 28px 4px; border-right: 0; }
  .scope-grid h3 { margin-top: 28px; }
  .process-track { grid-template-columns: 1fr; gap: 0; }
  .process-track li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
  .process-track li > span { grid-row: 1 / 3; width: 58px; height: 58px; }
  .process-track li div { grid-column: 2; }
  .process-track p { margin-top: 0; }
  .proof-image { min-height: 280px; }
  .proof-copy { padding: 34px 24px 40px; }
  .proof-copy h3 { margin-top: 40px; }
  .case-study-grid { grid-template-columns: 1fr; }
  .case-study-card:nth-child(even) { margin-top: 0; }
  .case-study-card img { aspect-ratio: 3 / 4; object-position: top center; }
  .case-study-body { padding: 28px 24px; }
  .operator-panel-image { width: calc(100% - 20px); }
  .operator-panel-badge { right: -18px; bottom: 16px; max-width: 240px; }
  .operator-facts { grid-template-columns: 1fr; }
  .faq-simple-list summary { min-height: 80px; padding-right: 46px; }
  .faq-simple-list details p { margin-right: 38px; }
  .insight-grid,
  .trust-grid { grid-template-columns: 1fr; }
  .insight-card { min-height: 320px; padding: 28px 24px; }
  .insight-card:nth-child(4n) { background: var(--white); color: var(--ink); }
  .insight-card:nth-child(4n) > span { color: var(--teal-600); }
  .insight-card:nth-child(4n) p { color: var(--muted); }
  .insight-card:nth-child(3n) { background: var(--navy-900); color: var(--white); }
  .insight-card:nth-child(3n) > span { color: var(--amber-400); }
  .insight-card:nth-child(3n) p { color: rgba(255, 255, 255, .62); }
  .trust-card { min-height: 0; padding: 28px 24px; }
  .trust-card h2,
  .trust-card h3 { margin-top: 44px; }
  .contact-route { grid-template-columns: 38px 1fr; padding: 24px 20px; }
  .contact-route b { grid-column: 2; width: 38px; height: 38px; }
  .contact-form-panel { width: calc(100% - 12px); padding: 28px 20px; box-shadow: 12px 13px 0 var(--teal-600); }
  .contact-form-intro { grid-template-columns: 1fr; }
  .contact-form-intro > span { grid-column: auto; }
  .contact-field-grid { grid-template-columns: 1fr; }
  .contact-field-wide { grid-column: auto; }
  .contact-form-footer { grid-template-columns: 1fr; }
  .contact-form-footer .button { width: 100%; justify-content: space-between; }
  .article-masthead { padding-top: 102px; }
  .article-masthead-copy { padding: 16px 0 54px; }
  .article-masthead h1 { font-size: clamp(3rem, 13.5vw, 4.4rem); }
  .article-image { width: calc(100% - 28px); margin-bottom: -62px; padding: 6px; }
  .article-image img { min-height: 260px; aspect-ratio: 4 / 3; }
  .article-stage { padding-top: 132px; }
}

@media (max-width: 390px) {
  .inside-hero h1 { font-size: clamp(2.85rem, 13.4vw, 3.4rem); }
  .operator-panel-badge strong { font-size: 2.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Internal-page type hierarchy aligned with the site-wide readability pass. */
.inside-breadcrumbs ol,
.inside-trust,
.page-board li > span,
.page-board li small,
.recognition-list span,
.problem-rows li > span,
.process-track li > span,
.article-meta {
  font-size: var(--type-supporting);
}

.page-board-head,
.page-board li b,
.page-board-foot,
.hero-visual-caption span,
.hero-signal-label,
.hero-workflow-note span,
.hero-duo figcaption,
.hero-workshop-card > span,
.hero-product-shelf span,
.hero-proof-stamp,
.hero-editorial-stack figcaption,
.hero-manifesto p,
.scope-grid span,
.process-track p,
.proof-copy > span,
.case-study-body > span,
.operator-panel-badge span,
.insight-card > span,
.article-aside > span,
.story-note span,
.contact-direct > span,
.contact-form-intro > span {
  font-size: var(--type-label);
}

.inside-hero-detail,
.inside-actions form .text-link,
.page-board li strong,
.hero-workshop-card li,
.hero-product-shelf small,
.hero-route-index strong,
.recognition-list p,
.problem-rows p,
.outcome-grid p,
.scope-grid p,
.process-track small,
.operator-facts li,
.insight-card p,
.insight-card b,
.article-aside a,
.trust-card p,
.trust-card ul,
.contact-prep ul,
.contact-form-status,
.contact-field label,
.contact-route p {
  font-size: var(--type-copy);
  line-height: 1.6;
}

.page-closing-note,
.contact-form-intro p,
.contact-form-footer p {
  font-size: var(--type-supporting);
  line-height: 1.55;
}

.contact-field label small {
  font-size: var(--type-label);
}

/* Evidence, authorship and legal pages. */
.article-meta a { color: inherit; text-underline-offset: 4px; }
.article-meta a:hover { color: var(--amber-400); }
.article-body a { color: var(--navy-900); font-weight: 750; text-underline-offset: 4px; }
.article-sources { margin-top: 68px; padding-top: 34px; border-top: 1px solid var(--line); }
.article-sources h2 { margin-top: 0; font-size: clamp(1.9rem, 3vw, 2.65rem); }
.article-sources ul { padding-left: 20px; }
.article-sources li { margin-top: 14px; }
.article-sources p { margin-top: 24px; font-size: var(--type-supporting); }

.legal-masthead { padding: 146px 0 86px; background: var(--navy-950); color: var(--white); }
.legal-masthead .inside-breadcrumbs { margin-bottom: 46px; }
.legal-masthead h1 { max-width: 900px; margin: 0; font-size: clamp(4rem, 8vw, 8rem); letter-spacing: -.065em; line-height: .9; }
.legal-masthead > .shell > p:not(.eyebrow) { max-width: 720px; margin: 28px 0 0; color: rgba(255, 255, 255, .72); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 2vw, 1.5rem); line-height: 1.5; }
.legal-stage { padding: clamp(88px, 10vw, 150px) 0; background: var(--cream-50); }
.legal-layout { display: grid; grid-template-columns: minmax(210px, .35fr) minmax(0, 1fr); gap: clamp(50px, 9vw, 135px); }
.legal-aside { position: sticky; top: 126px; align-self: start; padding-top: 8px; }
.legal-aside strong { display: block; font-size: 1rem; }
.legal-aside a { display: inline-flex; min-height: 44px; align-items: center; font-size: var(--type-copy); text-underline-offset: 4px; }
.legal-aside p { color: var(--muted); font-size: var(--type-copy); line-height: 1.7; }
.legal-aside button { margin-top: 16px; border: 0; background: transparent; color: var(--navy-900); cursor: pointer; font: inherit; font-weight: 800; }
.legal-body { width: min(100%, 820px); }
.legal-body h2 { margin: 58px 0 18px; font-size: clamp(1.75rem, 3vw, 2.5rem); letter-spacing: -.04em; line-height: 1.05; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p,
.legal-body li { color: var(--muted); font-size: var(--type-copy); line-height: 1.72; }
.legal-body ul { padding-left: 22px; }
.legal-body li { margin-top: 10px; }
.legal-body a { color: var(--navy-900); font-weight: 750; text-underline-offset: 4px; }

.not-found { min-height: 76vh; display: grid; place-items: center; padding: 160px 0 110px; background: var(--navy-950); color: var(--white); }
.not-found h1 { max-width: 920px; margin: 22px 0 0; font-size: clamp(4rem, 10vw, 9rem); letter-spacing: -.07em; line-height: .88; }
.not-found > .shell > p:not(.eyebrow) { max-width: 660px; margin: 32px 0 0; color: rgba(255, 255, 255, .7); font-size: 1.15rem; }

@media (max-width: 820px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
}

@media (max-width: 620px) {
  .legal-masthead { padding: 112px 0 64px; }
  .legal-masthead .inside-breadcrumbs { margin-bottom: 30px; }
  .legal-masthead h1 { font-size: clamp(3.3rem, 17vw, 5.2rem); }
  .legal-stage { padding: 72px 0; }
  .not-found { padding-top: 126px; }
}
