:root {
  --ink: #172329;
  --muted: #53646b;
  --paper: #f7f8fb;
  --surface: #ffffff;
  --surface-warm: #eef4fb;
  --line: #dce3ee;
  --navy: #071533;
  --navy-2: #0b1f49;
  --electric: #1683ff;
  --electric-2: #56b7ff;
  --teal: #30c5d2;
  --teal-dark: #117a8a;
  --gold: #8cbcff;
  --clay: #1683ff;
  --shadow: 0 18px 60px rgba(7, 21, 51, 0.18);
  --radius: 8px;
  --max-width: 1160px;
}

* {
  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.6;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(22, 131, 255, 0.75);
  outline-offset: 3px;
}

p,
h1,
h2,
h3,
h4 {
  margin-top: 0;
}

p {
  color: var(--muted);
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
}

.section {
  padding: 86px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 21, 51, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

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

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 44px;
  height: 44px;
}

.brand-wordmark {
  display: inline-block;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.05;
}

.brand-wordmark span,
.ai-emphasis {
  color: var(--electric);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a:hover,
.footer-grid a:hover,
.email-link:hover,
.text-link:hover {
  color: var(--electric-2);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.header-cta,
.button.primary {
  color: #fff;
  background: var(--electric);
  box-shadow: 0 10px 26px rgba(22, 131, 255, 0.28);
}

.button.secondary {
  color: var(--navy);
  background: #fff;
  border-color: var(--line);
}

.button.small {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 0.92rem;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.button.primary:hover,
.header-cta:hover {
  background: #0c69df;
}

.button.secondary:hover {
  border-color: rgba(22, 131, 255, 0.45);
  box-shadow: 0 12px 30px rgba(7, 21, 51, 0.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  transition: transform 180ms ease, opacity 180ms ease;
}

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

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

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

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 82px;
  background:
    radial-gradient(circle at 82% 20%, rgba(22, 131, 255, 0.28), transparent 26%),
    radial-gradient(circle at 12% 82%, rgba(86, 183, 255, 0.16), transparent 30%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -34% auto;
  width: 680px;
  height: 420px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 62%, var(--electric) 0 4px, transparent 5px),
    radial-gradient(circle at 44% 38%, var(--electric) 0 4px, transparent 5px),
    radial-gradient(circle at 72% 54%, var(--electric-2) 0 3px, transparent 4px),
    linear-gradient(24deg, transparent 0 48%, rgba(22, 131, 255, 0.22) 49% 50%, transparent 51%),
    linear-gradient(155deg, transparent 0 52%, rgba(86, 183, 255, 0.18) 53% 54%, transparent 55%);
  opacity: 0.65;
}

.hero::after {
  inset: -22% auto auto -12%;
  transform: rotate(180deg);
  opacity: 0.28;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 52px;
  align-items: center;
}

.hero-solo {
  grid-template-columns: minmax(0, 900px);
}

.hero-solo .hero-copy {
  max-width: 900px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--electric);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(2.55rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.22rem;
  line-height: 1.25;
}

h4 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-subhead {
  max-width: 720px;
  margin-bottom: 18px;
  color: #33464d;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero h1 {
  color: #fff;
}

.hero .eyebrow,
.hero .hero-subhead,
.hero .hero-support {
  color: rgba(255, 255, 255, 0.82);
}

.hero .button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-support {
  max-width: 680px;
  margin-bottom: 30px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 800;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.principle-map {
  position: relative;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.map-header img {
  width: 34px;
  height: 34px;
}

.principle-flow {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.principle-flow li {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  min-height: 66px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.principle-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 38px;
  bottom: -13px;
  width: 2px;
  height: 13px;
  background: var(--electric);
}

.principle-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--navy);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 900;
}

.principle-flow strong {
  color: var(--navy);
  font-size: 1.08rem;
}

.map-caption {
  margin-top: 18px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(22, 131, 255, 0.14);
  border: 1px solid rgba(86, 183, 255, 0.26);
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-weight: 800;
}

.section-intro {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-intro.narrow {
  max-width: 860px;
}

.section-intro p:last-child {
  margin-bottom: 0;
  font-size: 1.06rem;
}

.problem,
.process,
.book {
  background: var(--surface);
}

.fix-panel {
  padding: 26px;
  background: var(--surface-warm);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.fix-panel h3 {
  margin-bottom: 18px;
}

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

.fix-grid span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 11px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(220, 227, 238, 0.95);
  border-radius: var(--radius);
  font-size: 0.93rem;
  font-weight: 800;
}

.closing-line,
.partnership-line {
  margin: 28px 0 0;
  padding-left: 18px;
  color: var(--navy);
  border-left: 4px solid var(--electric);
  font-size: 1.08rem;
  font-weight: 800;
}

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

.method-brand-strip {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  padding: 10px 14px 10px 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(7, 21, 51, 0.06);
}

.method-brand-strip img {
  width: 42px;
  height: 42px;
}

.method-brand-strip p {
  margin: 0;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.method-card {
  grid-column: span 2;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 36px rgba(18, 51, 58, 0.06);
}

.method-card:nth-child(4),
.method-card:nth-child(5) {
  grid-column: span 3;
}

.card-number,
.service-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--electric);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-subtitle {
  margin-bottom: 12px;
  color: var(--navy);
  font-weight: 800;
}

.method-card ul,
.service-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.method-card li,
.service-card li {
  margin: 4px 0;
}

.services {
  background:
    linear-gradient(180deg, rgba(22, 131, 255, 0.07), rgba(247, 248, 251, 0) 26%),
    var(--paper);
}

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

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  min-height: 270px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.service-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  background: var(--navy);
  border-color: var(--navy);
}

.service-card.featured h3,
.service-card.featured h4,
.service-card.featured p,
.service-card.featured li,
.service-card.featured .service-label {
  color: #fff;
}

.service-card.featured p,
.service-card.featured li {
  color: rgba(255, 255, 255, 0.82);
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.best-for {
  margin-bottom: 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 0.94rem;
}

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

.compact-steps {
  margin-top: 24px;
}

.step {
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.step span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--clay);
  border-radius: var(--radius);
  font-weight: 900;
}

.about {
  background:
    linear-gradient(180deg, rgba(7, 21, 51, 0.03), rgba(247, 248, 251, 0) 22%),
    var(--paper);
}

.about-intro {
  max-width: 920px;
}

.founder-story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 18px;
}

.founder-story > div,
.founder-story > p {
  margin: 0;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(7, 21, 51, 0.06);
}

.founder-story > p {
  display: flex;
  align-items: center;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 800;
}

.story-kicker {
  margin-bottom: 12px;
  color: var(--electric);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.founder-grid-story {
  margin-bottom: 22px;
}

.founder-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 40px rgba(7, 21, 51, 0.06);
}

.founder-card-text {
  border-top: 4px solid var(--electric);
}

.founder-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.founder-copy {
  padding: 24px;
}

.founder-lane {
  color: var(--electric);
  font-weight: 800;
}

.about-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 18px;
  margin-top: 26px;
}

.about-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--navy);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(7, 21, 51, 0.14);
}

.about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-feature {
  min-height: 620px;
}

.gallery-feature img {
  aspect-ratio: 4 / 5;
  min-height: 620px;
}

.gallery-feature figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 13px 14px;
  color: #fff;
  background: rgba(7, 21, 51, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  font-weight: 900;
  backdrop-filter: blur(10px);
}

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

.gallery-grid figure {
  min-height: 300px;
}

.gallery-grid img {
  aspect-ratio: 1 / 1;
  min-height: 300px;
}

.about-close {
  margin-top: 26px;
}

.about-close > p:first-child {
  max-width: 920px;
  color: var(--navy);
  font-size: 1.14rem;
  font-weight: 800;
}

.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 24px;
  padding: 22px;
  color: #fff;
  background: var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.book-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 48px;
  align-items: center;
}

.book-cover-card {
  position: relative;
  margin: 0;
  padding: 16px;
  background: linear-gradient(145deg, rgba(22, 131, 255, 0.2), rgba(7, 21, 51, 0.96));
  border: 1px solid rgba(22, 131, 255, 0.24);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.book-cover-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.book-cover-card figcaption {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 800;
}

.final-cta {
  padding: 72px 0;
  color: #fff;
  background: var(--navy);
}

.final-cta h2,
.final-cta .eyebrow,
.final-cta p {
  color: #fff;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.8);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 40px;
  align-items: center;
}

.cta-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.cta-panel .button.primary {
  background: var(--electric);
  color: #fff;
  box-shadow: none;
}

.cta-panel .button.primary:hover {
  background: #0c69df;
}

.email-link {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.site-footer {
  padding: 42px 0;
  background: #030b1c;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr;
  gap: 34px;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-brand {
  margin-bottom: 10px;
  color: #fff;
}

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

.footer-grid nav {
  display: grid;
  gap: 8px;
}

.footer-email {
  display: inline-flex;
  margin-bottom: 10px;
  font-weight: 900;
}

.method-note {
  margin-bottom: 0;
  font-size: 0.93rem;
}

.bio-page {
  background: var(--paper);
}

.bio-hero {
  background:
    radial-gradient(circle at 90% 10%, rgba(22, 131, 255, 0.11), transparent 26%),
    var(--paper);
}

.bio-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.bio-main,
.bio-aside {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(7, 21, 51, 0.08);
}

.bio-main {
  padding: 34px;
}

.bio-main h1 {
  color: var(--navy);
  font-size: clamp(2.45rem, 5vw, 4.5rem);
}

.bio-main .hero-subhead {
  color: var(--navy);
  font-weight: 800;
}

.bio-section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.bio-section h2,
.bio-aside h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}

.bio-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.bio-list li {
  margin: 8px 0;
}

.bio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.bio-aside {
  position: sticky;
  top: 96px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(22, 131, 255, 0.2), rgba(255, 255, 255, 0)),
    var(--navy);
}

.bio-aside h2,
.bio-aside p {
  color: #fff;
}

.bio-aside p {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.bio-aside img {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
}

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

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 74px 16px auto 16px;
    display: grid;
    gap: 0;
    padding: 10px;
    background: var(--navy);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transform: translateY(-14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 14px;
    border-radius: var(--radius);
  }

  .site-nav a:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .hero-grid,
  .founder-story,
  .about-gallery,
  .bio-layout,
  .book-grid,
  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .principle-map {
    max-width: 620px;
  }

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

  .method-grid,
  .services-grid,
  .steps,
  .founder-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .method-card,
  .method-card:nth-child(4),
  .method-card:nth-child(5),
  .service-card.featured {
    grid-column: auto;
  }

  .service-card.featured {
    grid-template-columns: 1fr;
  }

  .gallery-feature {
    min-height: 520px;
  }

  .about-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .bio-aside {
    position: static;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 24px, var(--max-width));
  }

  .section {
    padding: 64px 0;
  }

  .hero {
    padding: 70px 0 62px;
  }

  .brand span:last-child {
    max-width: 190px;
    line-height: 1.1;
  }

  .button-row,
  .button {
    width: 100%;
  }

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

  .fix-panel,
  .founder-story > div,
  .founder-story > p,
  .bio-main,
  .bio-aside,
  .principle-map,
  .method-card,
  .service-card,
  .step,
  .founder-copy,
  .cta-panel {
    padding: 18px;
  }

  .map-caption {
    font-size: 0.88rem;
  }

  .method-brand-strip {
    width: 100%;
    align-items: flex-start;
  }

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

  .gallery-feature,
  .gallery-grid figure {
    min-height: 360px;
  }

  .gallery-feature img,
  .gallery-grid img {
    min-height: 360px;
  }

  .gallery-feature figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

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

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