:root {
  --ink: #171426;
  --ink-soft: #625e70;
  --paper: #ffffff;
  --paper-soft: #f7f5fc;
  --line: #e6e1f0;
  --primary: #5b43f5;
  --primary-dark: #4329dc;
  --accent: #e747d6;
  --night: #171328;
  --night-soft: #231d3b;
  --success: #50d5a7;
  --shadow-soft: 0 24px 70px rgba(45, 30, 99, 0.13);
  --shadow-card: 0 16px 44px rgba(36, 26, 72, 0.08);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(91, 67, 245, 0.4);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 10px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(230, 225, 240, 0.85);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  filter: drop-shadow(0 9px 20px rgba(27, 20, 55, 0.2));
}

.brand-copy {
  display: inline-flex;
  align-items: baseline;
  gap: 0.26em;
  line-height: 1;
  white-space: nowrap;
}

.brand-copy strong {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.brand-consulting {
  color: var(--primary-dark);
  font-size: 19px;
  font-weight: 560;
  letter-spacing: -0.03em;
}

.brand-llc {
  position: relative;
  top: -0.45em;
  margin-left: 0.08em;
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.primary-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: #4c4758;
  font-size: 14px;
  font-weight: 650;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.primary-nav a:hover {
  color: var(--primary);
  background: #f2efff;
}

.primary-nav .nav-cta {
  margin-left: 8px;
  padding: 11px 18px;
  color: var(--paper);
  background: linear-gradient(135deg, var(--primary), #7a43f5 60%, var(--accent));
  box-shadow: 0 10px 24px rgba(91, 67, 245, 0.24);
}

.primary-nav .nav-cta:hover {
  color: var(--paper);
  background: linear-gradient(135deg, var(--primary-dark), #6934e5 60%, #d636c5);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  padding: 84px 0 96px;
  color: var(--paper);
  background:
    radial-gradient(circle at 8% 92%, rgba(231, 71, 214, 0.28), transparent 31%),
    radial-gradient(circle at 88% 8%, rgba(80, 213, 167, 0.14), transparent 28%),
    linear-gradient(135deg, #201747 0%, #39237c 40%, #5b43f5 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-orb {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  pointer-events: none;
}

.hero-orb-one {
  width: 620px;
  height: 620px;
  top: -360px;
  right: -110px;
}

.hero-orb-two {
  width: 360px;
  height: 360px;
  bottom: -210px;
  left: 22%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: 76px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #dcd5ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--primary);
}

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

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.08;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(46px, 6vw, 78px);
  letter-spacing: -0.056em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4.2vw, 56px);
  letter-spacing: -0.048em;
}

h3 {
  margin-bottom: 12px;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.hero-lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--primary-dark);
  background: var(--paper);
  box-shadow: 0 14px 34px rgba(18, 9, 55, 0.26);
}

.button-primary:hover {
  box-shadow: 0 18px 38px rgba(18, 9, 55, 0.34);
}

.button-secondary {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
}

.capability-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.capability-pills li {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 580px;
}

.image-frame {
  position: absolute;
  inset: 30px 0 30px 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  background: #d8d3eb;
  box-shadow: 0 38px 90px rgba(13, 7, 42, 0.4);
  transform: rotate(2.5deg);
}

.image-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(31, 19, 78, 0.4), transparent 55%);
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.insight-card {
  position: absolute;
  z-index: 2;
  min-width: 250px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.insight-card-top {
  top: 7px;
  right: -18px;
}

.insight-card-bottom {
  bottom: 0;
  left: 0;
}

.insight-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  color: var(--paper);
  background: linear-gradient(135deg, var(--primary), var(--accent));
  font-size: 12px;
  font-weight: 900;
}

.insight-card div {
  display: grid;
}

.insight-card strong {
  font-size: 14px;
}

.insight-card div span {
  color: var(--ink-soft);
  font-size: 11px;
}

.outcome-strip {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 -18px 50px rgba(15, 9, 40, 0.08);
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.outcome-grid > div {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 30px 38px;
  border-right: 1px solid var(--line);
}

.outcome-grid > div:first-child {
  padding-left: 0;
}

.outcome-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.outcome-grid strong {
  font-size: 17px;
}

.outcome-grid span {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.section {
  padding: 120px 0;
}

.section-about {
  background: var(--paper-soft);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 100px;
}

.split-layout h2 {
  max-width: 560px;
}

.prose {
  padding-top: 38px;
}

.prose p {
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.8;
}

.section-services {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 54px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  margin: 0 0 6px;
  color: var(--ink-soft);
  font-size: 17px;
}

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

.service-card {
  position: relative;
  min-height: 310px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow-card);
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.service-card::after {
  position: absolute;
  right: -48px;
  bottom: -62px;
  width: 150px;
  height: 150px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(91, 67, 245, 0.09), rgba(231, 71, 214, 0.08));
}

.service-card:hover {
  color: var(--paper);
  border-color: transparent;
  background: linear-gradient(145deg, var(--primary-dark), var(--primary) 65%, #774ee8);
  box-shadow: 0 24px 60px rgba(46, 31, 94, 0.13);
  transform: translateY(-5px);
}

.service-card:hover .service-number {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.14);
}

.service-card:hover p {
  color: rgba(255, 255, 255, 0.76);
}

.service-number {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 48px;
  border-radius: 14px;
  color: var(--primary);
  background: #f0edff;
  font-size: 12px;
  font-weight: 900;
}

.service-card h3,
.service-card p {
  position: relative;
  z-index: 1;
}

.service-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.section-industries {
  background: var(--paper-soft);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.industry-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 10px 30px rgba(46, 31, 94, 0.05);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.industry-card:hover {
  border-color: rgba(91, 67, 245, 0.28);
  box-shadow: 0 20px 44px rgba(46, 31, 94, 0.1);
  transform: translateY(-4px);
}

.industry-media {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.industry-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.industry-number {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--primary);
  background: #f8f6ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.industry-card h3 {
  min-height: 2.16em;
  margin: 0 0 12px;
  font-size: 19px;
}

.industry-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.section-why {
  background: var(--paper);
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 100px;
  align-items: start;
}

.why-intro h2 {
  max-width: 560px;
}

.why-intro > p:not(.eyebrow) {
  max-width: 540px;
  margin: 0 0 30px;
  color: var(--ink-soft);
  font-size: 17px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.why-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(155deg, #fff, #faf9ff);
}

.why-card > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  border-radius: 12px;
  color: var(--primary);
  background: #f0edff;
  font-size: 11px;
  font-weight: 900;
}

.why-card h3 {
  margin-bottom: 10px;
}

.why-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.section-approach {
  color: var(--paper);
  background:
    radial-gradient(circle at 90% 10%, rgba(231, 71, 214, 0.18), transparent 28%),
    var(--night);
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 110px;
}

.approach-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.approach-intro h2 {
  max-width: 520px;
}

.approach-intro > p:last-child {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
}

.approach-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: approach;
}

.approach-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 24px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.approach-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.approach-list li > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #cfc7ff;
  font-size: 11px;
  font-weight: 900;
}

.approach-list h3 {
  margin-bottom: 7px;
  font-size: 23px;
}

.approach-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.section-expertise {
  background: var(--paper-soft);
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.expertise-grid div {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  font-size: 17px;
  font-weight: 750;
  box-shadow: 0 8px 24px rgba(46, 31, 94, 0.05);
}

.expertise-grid span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: var(--paper);
  background: var(--primary);
}

.section-testimonials {
  background: var(--paper);
}

.testimonials-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 90px;
  align-items: center;
}

.testimonials-layout h2 {
  margin-bottom: 0;
}

.testimonial-notice {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  padding: 44px;
  border: 1px solid rgba(91, 67, 245, 0.16);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 100% 0, rgba(231, 71, 214, 0.1), transparent 32%),
    linear-gradient(145deg, #f7f5ff, #fff);
  box-shadow: var(--shadow-card);
}

.testimonial-mark {
  color: var(--primary);
  font-family: Georgia, serif;
  font-size: 88px;
  line-height: 0.9;
}

.testimonial-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.testimonial-status > span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(231, 71, 214, 0.1);
}

.testimonial-notice h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.testimonial-notice p {
  margin: 0;
  color: var(--ink-soft);
}

.section-contact {
  padding: 80px 0;
  background: var(--paper);
}

.contact-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 70px;
  padding: 76px;
  border-radius: var(--radius-lg);
  color: var(--paper);
  background:
    radial-gradient(circle at 95% 10%, rgba(231, 71, 214, 0.35), transparent 30%),
    linear-gradient(135deg, #282050, #5137db 70%, #6e42f0);
  box-shadow: var(--shadow-soft);
}

.contact-panel::before {
  position: absolute;
  right: -90px;
  bottom: -210px;
  width: 430px;
  height: 430px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.contact-panel h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.contact-copy {
  position: relative;
  z-index: 1;
  align-self: end;
}

.contact-copy p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
  font-style: normal;
}

.contact-detail {
  display: block;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

a.contact-detail:hover {
  border-color: rgba(255, 255, 255, 0.36);
  color: var(--paper);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.contact-detail-address {
  grid-column: 1 / -1;
}

.contact-label {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-detail strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 15px;
  line-height: 1.55;
}

.button-light {
  color: var(--primary-dark);
  background: var(--paper);
}

.site-footer {
  padding: 64px 0 36px;
  color: rgba(255, 255, 255, 0.7);
  background: #100d1a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px 90px;
  align-items: start;
}

.brand-footer {
  color: var(--paper);
}

.brand-footer .brand-copy strong {
  color: var(--paper);
}

.brand-footer .brand-consulting {
  color: #cfc7ff;
}

.brand-footer .brand-llc {
  color: rgba(255, 255, 255, 0.52);
}

.footer-grid > p {
  max-width: 560px;
  margin: 4px 0 0 auto;
  text-align: right;
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

.footer-meta a:hover {
  color: var(--paper);
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    gap: 44px;
  }

  .hero-visual {
    min-height: 510px;
  }

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

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

  .approach-grid {
    gap: 70px;
  }

  .contact-panel {
    padding: 58px;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 30px, 720px);
  }

  .nav-toggle {
    display: block;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 15px;
    right: 15px;
    display: none;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper);
    box-shadow: var(--shadow-soft);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a {
    padding: 12px 14px;
  }

  .primary-nav .nav-cta {
    margin: 6px 0 0;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 70px 0 90px;
  }

  .hero-grid,
  .split-layout,
  .section-heading,
  .why-layout,
  .approach-grid,
  .testimonials-layout,
  .contact-panel {
    grid-template-columns: 1fr;
  }

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

  .hero-grid {
    gap: 70px;
  }

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

  .outcome-grid {
    grid-template-columns: 1fr;
    padding: 24px 0;
  }

  .outcome-grid > div,
  .outcome-grid > div:first-child,
  .outcome-grid > div:last-child {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .outcome-grid > div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 90px 0;
  }

  .split-layout,
  .section-heading {
    gap: 28px;
  }

  .prose {
    padding-top: 0;
  }

  .section-heading {
    align-items: start;
  }

  .approach-grid {
    gap: 44px;
  }

  .why-layout,
  .testimonials-layout {
    gap: 44px;
  }

  .approach-intro {
    position: static;
  }

  .contact-panel {
    gap: 30px;
  }

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

  .footer-grid > p {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: min(100% - 24px, 560px);
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .brand-consulting {
    font-size: 17px;
  }

  .brand-llc {
    font-size: 7px;
  }

  .hero {
    padding: 58px 0 74px;
  }

  h1 {
    font-size: clamp(40px, 12.5vw, 58px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

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

  .hero-visual {
    min-height: 430px;
  }

  .image-frame {
    inset: 20px 0 20px 8px;
  }

  .insight-card {
    min-width: 220px;
    padding: 12px 14px;
  }

  .insight-card-top {
    right: 0;
  }

  .service-grid,
  .industry-grid,
  .why-grid,
  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-notice {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 32px 26px;
  }

  .testimonial-mark {
    font-size: 64px;
  }

  .service-card {
    min-height: 280px;
  }

  .section {
    padding: 74px 0;
  }

  .contact-panel {
    padding: 38px 26px;
    border-radius: 24px;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

  .contact-detail-address {
    grid-column: auto;
  }

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

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

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