:root {
  --brand: #1b824f;
  --brand-deep: #0d5738;
  --brand-ink: #073b28;
  --brand-bright: #35b86b;
  --lime: #b9ec2f;
  --orange: #f5a623;
  --canvas: #fbfcf8;
  --surface: #ffffff;
  --surface-soft: #e9f7ee;
  --text: #17231c;
  --text-secondary: #4f6659;
  --border: #dfe8e1;
  --shadow: 0 24px 70px rgba(7, 59, 40, 0.1);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shell: min(1180px, calc(100% - 48px));
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

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

button {
  font: inherit;
}

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

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

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(27, 130, 79, 0.08);
  background: rgba(251, 252, 248, 0.94);
  backdrop-filter: blur(18px);
}

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

.brand-link {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
}

.brand-logo {
  width: 126px;
  height: auto;
}

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

.site-nav a {
  position: relative;
  padding-block: 10px;
  color: #2e4739;
  font-size: 15px;
  font-weight: 600;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-bright);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--surface);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: var(--brand-ink);
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  min-height: 820px;
  padding: 168px 0 90px;
  overflow: hidden;
  background: var(--canvas);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  content: "";
}

.hero::before {
  top: 130px;
  right: -180px;
  width: 520px;
  height: 520px;
  background: #e8f6df;
}

.hero::after {
  bottom: 62px;
  left: -120px;
  width: 240px;
  height: 240px;
  background: #fff1d8;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(430px, 0.85fr);
  align-items: center;
  gap: 54px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.eyebrow > span {
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
}

.eyebrow-light {
  color: #d8f5e4;
}

.hero h1,
.section h2 {
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(42px, 4.5vw, 62px);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.hero-lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--text-secondary);
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.9;
}

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

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 750;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button svg,
.text-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button-primary {
  background: var(--brand);
  color: #fff;
}

.button-primary:hover {
  background: var(--brand-deep);
}

.button-secondary {
  border-color: #bbccbf;
  background: transparent;
  color: var(--brand-ink);
}

.button-secondary:hover {
  border-color: var(--brand);
  background: var(--surface-soft);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 34px 0 0;
  padding: 0;
  color: #53695d;
  font-size: 14px;
  list-style: none;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-points li > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-bright);
}

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

.visual-orbit {
  position: absolute;
  border-radius: 50%;
  background: var(--lime);
  opacity: 0.72;
}

.visual-orbit-a {
  top: 10px;
  right: 20px;
  width: 120px;
  height: 120px;
}

.visual-orbit-b {
  bottom: 16px;
  left: 24px;
  width: 76px;
  height: 76px;
  background: var(--orange);
}

.phone-frame {
  position: absolute;
  top: 12px;
  left: 50%;
  width: min(365px, 78vw);
  min-height: 570px;
  padding: 22px;
  border: 8px solid #f8fbf7;
  border-radius: 46px;
  background: var(--surface);
  box-shadow: var(--shadow);
  transform: translateX(-50%) rotate(2deg);
}

.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-bright);
  box-shadow: 0 0 0 5px var(--surface-soft);
}

.phone-greeting {
  margin-top: 28px;
}

.mini-label {
  color: var(--brand);
  font-size: 12px;
  font-weight: 750;
}

.phone-greeting strong {
  display: block;
  margin-top: 6px;
  color: var(--brand-ink);
  font-size: 25px;
  line-height: 1.35;
}

.phone-greeting p {
  margin: 8px 0 0;
  color: var(--text-secondary);
  font-size: 13px;
}

.nutrition-card {
  margin-top: 22px;
  padding: 20px;
  border-radius: var(--radius-md);
  background: var(--brand-ink);
  color: #fff;
}

.nutrition-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 750;
}

.nutrition-title small {
  color: #bbdfc8;
  font-size: 11px;
  font-weight: 600;
}

.nutrition-bars {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.nutrition-bars span {
  position: relative;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.nutrition-bars span::after {
  display: block;
  width: var(--bar);
  height: 100%;
  border-radius: inherit;
  background: var(--lime);
  content: "";
}

.nutrition-bars span:nth-child(2)::after {
  background: #7bd19d;
}

.nutrition-bars span:nth-child(3)::after {
  background: var(--orange);
}

.nutrition-legend {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  color: #c9dfd1;
  font-size: 10px;
}

.meal-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 17px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

.meal-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  background: var(--surface-soft);
  color: var(--brand);
}

.meal-icon svg,
.card-icon svg,
.floating-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.meal-row span,
.meal-row strong {
  display: block;
}

.meal-row span {
  color: var(--text-secondary);
  font-size: 11px;
}

.meal-row strong {
  margin-top: 2px;
  color: var(--text);
  font-size: 13px;
}

.meal-arrow {
  color: var(--brand) !important;
  font-size: 18px !important;
}

.phone-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}

.phone-tabs span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cdd7d0;
}

.phone-tabs span.active {
  width: 25px;
  border-radius: 999px;
  background: var(--brand);
}

.floating-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 178px;
  padding: 13px 16px;
  border: 1px solid rgba(223, 232, 225, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 45px rgba(7, 59, 40, 0.12);
}

.floating-card-top {
  top: 106px;
  right: -4px;
}

.floating-card-bottom {
  bottom: 80px;
  left: -18px;
}

.floating-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: none;
  place-items: center;
  border-radius: 14px;
  background: var(--surface-soft);
  color: var(--brand);
}

.floating-icon-orange {
  background: #fff4e2;
  color: #b76d00;
}

.floating-card small,
.floating-card strong {
  display: block;
  line-height: 1.45;
}

.floating-card small {
  color: var(--text-secondary);
  font-size: 11px;
}

.floating-card strong {
  color: var(--text);
  font-size: 13px;
}

.section {
  padding: 120px 0;
}

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

.section h2 {
  font-size: clamp(36px, 4vw, 58px);
}

.section-heading > p {
  max-width: 470px;
  margin: 0 0 4px;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.9;
}

.product-section {
  background: var(--surface);
}

.capability-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 18px;
}

.capability-card {
  position: relative;
  min-height: 350px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--canvas);
}

.capability-card-featured {
  background: var(--brand);
  color: #fff;
}

.card-index {
  color: #8da297;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.capability-card-featured .card-index {
  color: #bce0ca;
}

.card-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-top: 46px;
  place-items: center;
  border-radius: 19px;
  background: #fff;
  color: var(--brand);
}

.card-icon svg {
  width: 30px;
  height: 30px;
}

.card-icon-soft {
  background: var(--surface-soft);
}

.card-icon-orange {
  background: #fff0d7;
  color: #ad6600;
}

.capability-card h3 {
  margin: 24px 0 0;
  color: var(--brand-ink);
  font-size: 26px;
  letter-spacing: -0.02em;
}

.capability-card-featured h3 {
  color: #fff;
}

.capability-card p {
  margin: 12px 0 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.85;
}

.capability-card-featured p {
  color: #d7ecdf;
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.card-tags span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ecf8f0;
  font-size: 11px;
}

.capability-card-wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  min-height: 270px;
  background: #f1f7ed;
}

.wide-copy {
  max-width: 430px;
}

.wide-visual {
  display: grid;
  grid-template-columns: 1fr 0.75fr 0.48fr;
  align-items: end;
  gap: 12px;
  height: 168px;
  padding: 0 8% 0 12%;
}

.wide-visual span {
  display: block;
  border-radius: 20px 20px 8px 8px;
  background: var(--brand);
}

.wide-visual span:nth-child(1) {
  height: 70%;
}

.wide-visual span:nth-child(2) {
  height: 100%;
  background: var(--lime);
}

.wide-visual span:nth-child(3) {
  height: 48%;
  background: var(--orange);
}

.experience-section {
  background: var(--brand-ink);
  color: #fff;
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 110px;
  align-items: start;
}

.experience-copy {
  position: sticky;
  top: 140px;
}

.experience-copy h2 {
  color: #fff;
}

.experience-copy > p:not(.eyebrow) {
  max-width: 480px;
  margin: 26px 0 0;
  color: #bcd5c6;
  font-size: 17px;
  line-height: 1.9;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding-block: 8px;
  color: var(--lime);
  font-size: 15px;
  font-weight: 750;
}

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

.journey-list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

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

.journey-number {
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.journey-list strong {
  display: block;
  color: #fff;
  font-size: 24px;
}

.journey-list p {
  margin: 8px 0 0;
  color: #bcd5c6;
  font-size: 15px;
}

.collaboration-section {
  background: var(--canvas);
}

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

.role-card {
  min-height: 450px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.role-card-dark {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.role-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.role-card-dark .role-topline {
  color: #d9f1e2;
}

.role-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--lime);
}

.role-dot-orange {
  background: var(--orange);
}

.role-card h3 {
  margin: 34px 0 0;
  color: var(--brand-ink);
  font-size: 27px;
  letter-spacing: -0.02em;
}

.role-card-dark h3 {
  color: #fff;
}

.role-card p {
  margin: 12px 0 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.85;
}

.role-card-dark p {
  color: #d3e8da;
}

.role-window {
  margin-top: 34px;
  border-radius: 22px;
}

.role-window-user {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10px;
  height: 166px;
  padding: 16px;
  background: var(--surface-soft);
}

.role-window-user div {
  border-radius: 15px;
  background: var(--brand);
}

.role-window-user div:nth-child(2) {
  background: #c8ef4e;
}

.role-window-user div:nth-child(3) {
  grid-column: 1 / -1;
  height: 38px;
  background: #fff;
}

.role-window-kitchen {
  display: grid;
  gap: 9px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.1);
}

.role-window-kitchen > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 12px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.12);
}

.role-window-kitchen span:first-child {
  width: 48%;
  height: 7px;
  border-radius: 999px;
  background: #d8ecdf;
}

.role-window-kitchen span:last-child {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--lime);
}

.role-window-admin {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  height: 166px;
  padding: 15px;
  background: #f4f6f2;
}

.role-window-admin span {
  border-radius: 13px;
  border: 1px solid var(--border);
  background: #fff;
}

.role-window-admin span:nth-child(1) {
  grid-row: 1 / 3;
  background: var(--brand-ink);
}

.company-section {
  padding-top: 20px;
  background: var(--canvas);
}

.company-panel {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: stretch;
  min-height: 520px;
  overflow: hidden;
  border-radius: 42px;
  background: var(--brand-ink);
}

.company-mark {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--lime);
}

.company-mark img {
  width: min(320px, 78%);
  height: auto;
  transform: rotate(-5deg);
}

.company-copy {
  padding: 70px clamp(38px, 6vw, 84px);
}

.company-copy h2 {
  color: #fff;
}

.company-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: #bed8c8;
  font-size: 17px;
  line-height: 1.9;
}

.company-facts {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
}

.company-facts > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.company-facts dt {
  color: #8fb9a0;
  font-size: 13px;
}

.company-facts dd {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.site-footer {
  padding: 42px 0;
  border-top: 1px solid var(--border);
  background: var(--surface);
}

.footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.footer-brand img {
  width: 116px;
  height: auto;
}

.footer-brand p,
.footer-meta p {
  margin: 10px 0 0;
  color: var(--text-secondary);
  font-size: 13px;
}

.footer-meta {
  text-align: right;
}

.footer-meta a {
  display: inline-block;
  margin-top: 8px;
  border-bottom: 1px solid #b9c7bc;
  color: #53695d;
  font-size: 13px;
}

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

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
    gap: 28px;
  }

  .floating-card-top {
    right: -18px;
  }

  .floating-card-bottom {
    left: -8px;
  }

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

  .capability-card-featured {
    grid-row: span 1;
  }

  .capability-card-wide {
    grid-column: 1 / -1;
  }

  .experience-grid {
    gap: 60px;
  }
}

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

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

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 72px 0 auto;
    display: grid;
    gap: 0;
    padding: 12px 18px 22px;
    border-bottom: 1px solid var(--border);
    background: var(--canvas);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    visibility: hidden;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-nav a {
    min-height: 52px;
    padding: 13px 12px;
    border-bottom: 1px solid var(--border);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a::after {
    display: none;
  }

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

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

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

  .hero {
    min-height: auto;
    padding: 132px 0 80px;
  }

  .hero-grid,
  .experience-grid,
  .company-panel {
    grid-template-columns: 1fr;
  }

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

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

  .phone-frame {
    width: 360px;
  }

  .floating-card-top {
    right: 10%;
  }

  .floating-card-bottom {
    left: 10%;
  }

  .section {
    padding: 90px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 42px;
  }

  .section-heading > p {
    max-width: 620px;
  }

  .experience-copy {
    position: static;
  }

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

  .role-card:last-child {
    grid-column: 1 / -1;
  }

  .company-mark {
    min-height: 330px;
  }

  .company-copy {
    padding: 58px 46px;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 28px);
    --radius-lg: 26px;
  }

  .brand-logo {
    width: 110px;
  }

  .hero {
    padding-top: 118px;
  }

  .hero h1,
  .section h2 {
    letter-spacing: -0.035em;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .hero-lead {
    font-size: 17px;
    line-height: 1.8;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .button {
    padding-inline: 18px;
  }

  .hero-points {
    display: grid;
    gap: 8px;
  }

  .hero-visual {
    min-height: 540px;
    margin-inline: -4px;
  }

  .phone-frame {
    top: 26px;
    width: min(325px, 88vw);
    min-height: 510px;
    padding: 18px;
    border-width: 6px;
    border-radius: 38px;
  }

  .phone-greeting {
    margin-top: 20px;
  }

  .phone-greeting strong {
    font-size: 22px;
  }

  .floating-card {
    min-width: auto;
    padding: 10px;
  }

  .floating-card-top {
    top: 10px;
    right: -7px;
  }

  .floating-card-bottom {
    bottom: 4px;
    left: -7px;
  }

  .floating-card small,
  .floating-card strong {
    display: none;
  }

  .visual-orbit-a {
    right: -22px;
  }

  .section {
    padding: 76px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section h2 {
    font-size: clamp(34px, 9.5vw, 46px);
  }

  .capability-grid,
  .role-grid {
    grid-template-columns: 1fr;
  }

  .capability-card {
    min-height: 320px;
    padding: 25px;
  }

  .capability-card-wide {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .wide-visual {
    height: 130px;
    padding-inline: 0;
  }

  .experience-grid {
    gap: 46px;
  }

  .journey-list li {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 26px 0;
  }

  .journey-list strong {
    font-size: 21px;
  }

  .role-card,
  .role-card:last-child {
    grid-column: auto;
    min-height: 420px;
    padding: 25px;
  }

  .company-section {
    padding-top: 12px;
  }

  .company-panel {
    border-radius: 30px;
  }

  .company-mark {
    min-height: 260px;
  }

  .company-mark img {
    width: 230px;
  }

  .company-copy {
    padding: 46px 26px;
  }

  .company-facts > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-meta {
    text-align: left;
  }
}

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

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