/* =========================================================
   ACRUX ANALOG — FOUNDATIONAL HOMEPAGE STORY
   The tangible-IP positioning is the primary site narrative.
   ========================================================= */

.hero {
  min-height: 700px;
}

.hero-copy {
  width: min(1080px, 88vw);
  padding-top: 70px;
  padding-bottom: 64px;
}

.hero h1 {
  max-width: 1080px;
  font-size: clamp(46px, 4vw, 68px);
  line-height: .98;
  letter-spacing: .055em;
}

.hero h1 .hero-line {
  display: block;
  color: #f3f1ed;
  white-space: nowrap;
}

.hero h1 .hero-line-accent {
  color: var(--red);
}

.hero .subhead {
  max-width: 680px;
  text-transform: none;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.42;
}

.hero-quote {
  width: 410px;
  font-size: 18px;
}

.hero-access-callout {
  color: #f3f1ed;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease;
}

.hero-access-callout strong,
.hero-access-callout span {
  display: block;
}

.hero-access-callout strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}

.hero-access-callout .hero-access-copy {
  margin-top: 9px;
  color: #d1d2d4;
  font-size: 15px;
  letter-spacing: .025em;
  line-height: 1.45;
  text-transform: none;
}

.hero-access-link {
  margin-top: 14px;
  color: var(--red2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.hero-access-callout:hover,
.hero-access-callout:focus-visible {
  border-left-color: var(--red2);
  background: rgba(8, 10, 12, .42);
}

.hero-access-callout:focus-visible {
  outline: 2px solid var(--red2);
  outline-offset: 5px;
}

.hero-contact {
  display: inline-flex;
  align-items: stretch;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #ff3344;
  background: linear-gradient(135deg, var(--red2), #b30916);
  box-shadow: 0 0 34px rgba(226, 18, 37, .16);
}

.hero-contact .primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-right: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-contact .primary-btn span {
  flex: 0 0 auto;
}

.hero-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px 15px 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease;
}

.hero-phone:hover,
.hero-phone:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}


.ip-foundation {
  position: relative;
  overflow: hidden;
  padding: 96px clamp(28px, 7vw, 108px) 88px;
  border-bottom: 1px solid #25292e;
  background:
    radial-gradient(circle at 12% 12%, rgba(226, 18, 37, .12), transparent 30%),
    linear-gradient(145deg, #0d1013, #050607 70%);
}

.ip-foundation::after {
  content: "IP";
  position: absolute;
  right: -2vw;
  top: -52px;
  color: rgba(255, 255, 255, .018);
  font-size: clamp(220px, 35vw, 520px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.1em;
  pointer-events: none;
}

.foundation-label,
.origin-marker {
  position: relative;
  z-index: 1;
  color: #a9abb0;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 12px;
  margin-bottom: 50px;
}

.foundation-label span {
  color: var(--red2);
  margin-right: 16px;
}

.foundation-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 120px);
  max-width: 1240px;
  margin: 0 auto 76px;
}

.foundation-heading h2,
.origin-content h2 {
  margin: 14px 0 0;
  text-transform: uppercase;
  letter-spacing: .035em;
  line-height: 1.02;
}

.foundation-heading h2 {
  font-size: clamp(42px, 4.6vw, 64px);
  white-space: nowrap;
}

.foundation-copy {
  padding-top: 10px;
  color: #c9cacc;
  font-size: 19px;
  line-height: 1.68;
}

.foundation-copy p {
  margin: 0 0 24px;
}

.foundation-copy .foundation-lead {
  color: #f0f0ef;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.48;
}

.foundation-copy .foundation-promise {
  margin-top: 34px;
  padding: 27px 0 2px 28px;
  border-left: 3px solid var(--red);
  color: var(--red2);
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: bold;
  line-height: 1.35;
}

.value-path {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  max-width: 1240px;
  margin: 0 auto 56px;
  border-top: 1px solid #30343a;
  border-bottom: 1px solid #30343a;
}

.path-step {
  padding: 38px 28px 34px;
}

.path-step span {
  color: var(--red2);
  font-size: 12px;
  letter-spacing: .2em;
}

.path-step h3 {
  margin: 12px 0;
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.path-step p {
  margin: 0;
  color: #aeb0b4;
  font-size: 16px;
  line-height: 1.5;
}

.path-arrow {
  display: flex;
  align-items: center;
  color: var(--red2);
  font-size: 28px;
}

.ip-outcomes {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.outcomes-label {
  margin: 0 0 20px;
  color: #85898e;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
}

.ip-outcomes ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: #2a2e33;
}

.ip-outcomes li {
  padding: 21px 24px;
  background: #090b0d;
  color: #d8d8d8;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 14px;
}

.ip-outcomes li::before {
  content: "✦";
  margin-right: 12px;
  color: var(--red2);
}

.origin-story {
  display: grid;
  grid-template-columns: minmax(170px, .35fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 100px);
  padding: 100px clamp(28px, 8vw, 130px);
  border-bottom: 1px solid #202328;
  background:
    linear-gradient(90deg, rgba(226, 18, 37, .05), transparent 35%),
    #080a0c;
}

.origin-marker {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  justify-self: center;
  margin: 0;
  color: var(--red2);
  font-size: 14px;
}

.origin-content {
  max-width: 980px;
}

.origin-content h2 {
  max-width: 930px;
  font-size: clamp(37px, 5vw, 66px);
  margin-bottom: 40px;
}

.origin-content > p:not(.eyebrow) {
  max-width: 850px;
  color: #c5c6c8;
  font-size: 19px;
  line-height: 1.7;
}

.origin-content blockquote {
  max-width: 880px;
  margin: 45px 0;
  padding: 30px 0 30px 34px;
  border-left: 2px solid var(--red);
  color: #f4f1ec;
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.systems-intro {
  max-width: 760px;
  margin: -12px auto 38px;
  color: #aeb0b4;
  text-align: center;
  font-size: 18px;
  line-height: 1.55;
}

@media (max-width: 850px) {
  .hero {
    min-height: 760px;
  }

  .hero-copy {
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .hero h1 {
    font-size: clamp(43px, 14vw, 66px);
  }

  .hero-line {
    white-space: normal;
  }

  .hero .subhead {
    font-size: clamp(18px, 5.4vw, 21px);
  }

  .hero-contact {
    display: flex;
    width: fit-content;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-contact .primary-btn,
  .hero-phone {
    width: 100%;
    justify-content: center;
  }

  .hero-phone {
    font-size: 15px;
  }

  .ip-foundation,
  .origin-story {
    padding: 68px 28px;
  }

  .foundation-grid,
  .origin-story {
    grid-template-columns: 1fr;
  }

  .foundation-grid {
    gap: 34px;
    margin-bottom: 54px;
  }

  .foundation-heading h2,
  .origin-content h2 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .value-path {
    grid-template-columns: 1fr;
  }

  .path-step {
    padding: 30px 20px;
    border-bottom: 1px solid #30343a;
  }

  .path-step:last-child {
    border-bottom: 0;
  }

  .path-arrow {
    display: none;
  }

  .ip-outcomes ul {
    grid-template-columns: 1fr;
  }

  .origin-marker {
    writing-mode: initial;
    transform: none;
    justify-self: start;
  }

  .origin-content blockquote {
    padding-left: 24px;
  }
}


/* =========================================================
   ORIGIN STORY — OPEN EDITORIAL TYPOGRAPHY
   ========================================================= */

.origin-content {
  display: flow-root;
}

.origin-content > p:not(.eyebrow) {
  margin: 0 0 30px;
}

.origin-content .origin-lead {
  max-width: 900px;
  color: #f0f0ef;
  font-size: clamp(21px, 2.1vw, 27px);
  line-height: 1.55;
}

.origin-question {
  max-width: 900px !important;
  margin: 54px 0 !important;
  padding: 8px 0 8px 34px;
  border-left: 4px solid var(--red);
  color: #f7f4ef !important;
  font-size: clamp(25px, 3vw, 38px) !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: .02em;
}

.origin-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 56px;
  row-gap: 0;
  max-width: 900px;
  margin: 20px 0 48px;
  padding: 0;
  list-style: none;
}

.origin-list li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid #2a2e33;
  color: #d8d9da;
  font-size: 16px;
  line-height: 1.45;
}

.origin-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--red2);
}

.asset-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 38px;
}

.origin-closing {
  max-width: 930px !important;
  margin-top: 56px !important;
  padding: 8px 0 8px 34px;
  border-left: 4px solid var(--red);
  color: #f3f0ea !important;
  font-size: clamp(22px, 2.4vw, 31px) !important;
  line-height: 1.48 !important;
}

@media (max-width: 850px) {
  .origin-content > p:not(.eyebrow) {
    font-size: 18px;
  }

  .origin-question,
  .origin-closing {
    padding-left: 22px;
  }

  .origin-list,
  .asset-list {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   SERVICES + TECHNOLOGY OWNERSHIP
   ========================================================= */

.services-ownership {
  display: grid;
  grid-template-columns: minmax(170px, .35fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 100px);
  padding: 104px clamp(28px, 8vw, 130px);
  border-bottom: 1px solid #202328;
  background:
    radial-gradient(circle at 88% 12%, rgba(226, 18, 37, .09), transparent 30%),
    #07090b;
}

.services-marker {
  justify-self: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--red2);
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 14px;
}

.services-content {
  width: 100%;
  max-width: 1080px;
}

.services-intro h2 {
  max-width: 980px;
  margin: 14px 0 42px;
  font-size: clamp(42px, 5.8vw, 78px);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.services-intro > p:not(.eyebrow),
.services-build > p:not(.services-label),
.ownership-copy p,
.services-outcome > p:not(.eyebrow),
.services-ai > p:not(.eyebrow) {
  max-width: 900px;
  color: #c5c6c8;
  font-size: 19px;
  line-height: 1.7;
}

.services-intro .services-lead {
  color: #f0f0ef;
  font-size: clamp(21px, 2.1vw, 27px);
  line-height: 1.55;
}

.services-position {
  margin: 50px 0 0;
  padding: 8px 0 8px 34px;
  border-left: 4px solid var(--red);
  color: #f4f1ec !important;
  font-size: clamp(23px, 2.7vw, 34px) !important;
  font-weight: 700;
  line-height: 1.42 !important;
}

.services-build {
  margin-top: 84px;
}

.services-label {
  margin: 0 0 14px;
  color: var(--red2);
  text-transform: uppercase;
  letter-spacing: .26em;
  font-size: 13px;
  font-weight: 700;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  padding: 1px;
  background: #2a2e33;
}

.service-item {
  min-height: 280px;
  padding: 36px 34px 34px;
  background: #090b0d;
}

.service-item span {
  color: var(--red2);
  font-size: 12px;
  letter-spacing: .2em;
}

.service-item h3 {
  max-width: 420px;
  margin: 16px 0 18px;
  color: #f3f1ed;
  font-size: clamp(23px, 2.4vw, 32px);
  line-height: 1.13;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.service-item p {
  margin: 0;
  color: #aeb0b4;
  font-size: 16px;
  line-height: 1.55;
}

.ownership-model,
.services-ai,
.services-outcome {
  margin-top: 88px;
  padding-top: 62px;
  border-top: 1px solid #30343a;
}

.ownership-model {
  display: grid;
  grid-template-columns: minmax(230px, .75fr) minmax(0, 1.25fr);
  gap: clamp(40px, 7vw, 90px);
}

.ownership-model > .eyebrow {
  margin: 5px 0 0;
  line-height: 1.6;
}

.ownership-model > h3 {
  grid-column: 1;
  max-width: 390px;
  margin: 14px 0 0;
  color: #f3f1ed;
  font-size: clamp(31px, 4vw, 50px);
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.ownership-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.ownership-copy p {
  margin: 0 0 28px;
}

.ownership-copy .recipe-note {
  margin-top: 38px;
  padding: 24px 0 4px 28px;
  border-left: 3px solid var(--red);
  color: #f1efeb;
  font-size: 20px;
}

.services-ai h3,
.services-outcome h3 {
  max-width: 900px;
  margin: 14px 0 34px;
  color: #f1efeb;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.18;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.services-ai ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 56px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #2a2e33;
}

.services-ai li {
  position: relative;
  padding: 15px 0 15px 28px;
  border-bottom: 1px solid #2a2e33;
  color: #d8d9da;
  font-size: 16px;
  line-height: 1.45;
}

.services-ai li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--red2);
}

.services-ai .ai-conclusion {
  max-width: 920px !important;
  margin: 52px 0 0 !important;
  padding: 8px 0 8px 34px;
  border-left: 4px solid var(--red);
  color: #f4f1ec !important;
  font-size: clamp(22px, 2.5vw, 32px) !important;
  line-height: 1.48 !important;
}

.services-outcome > p:not(.eyebrow) {
  margin: 0 0 24px;
}

.ownership-question {
  max-width: 980px;
  margin-top: 82px;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(226, 18, 37, .55);
  background:
    linear-gradient(135deg, rgba(226, 18, 37, .12), rgba(226, 18, 37, .02)),
    #090b0d;
}

.ownership-question p {
  margin: 0 0 20px;
  color: #bfc0c2;
  font-size: 18px;
  line-height: 1.55;
}

.ownership-question h3 {
  margin: 0;
  color: #f4f1ec;
  font-size: clamp(30px, 4.5vw, 58px);
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: .035em;
}

@media (max-width: 850px) {
  .services-ownership {
    grid-template-columns: 1fr;
    padding: 72px 28px;
  }

  .services-marker {
    justify-self: start;
    writing-mode: initial;
    transform: none;
  }

  .services-intro h2 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .services-intro > p:not(.eyebrow),
  .services-build > p:not(.services-label),
  .ownership-copy p,
  .services-outcome > p:not(.eyebrow),
  .services-ai > p:not(.eyebrow) {
    font-size: 18px;
  }

  .services-position,
  .services-ai .ai-conclusion {
    padding-left: 22px;
  }

  .service-grid,
  .services-ai ul {
    grid-template-columns: 1fr;
  }

  .service-item {
    min-height: 0;
    padding: 30px 24px;
  }

  .ownership-model {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ownership-model > h3,
  .ownership-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .ownership-copy .recipe-note {
    padding-left: 22px;
  }

  .ownership-question {
    padding: 30px 24px;
  }
}


/* =========================================================
   CLIENT IP IN DEVELOPMENT — UNIFIED EDITORIAL HEADER
   ========================================================= */

.clients-development {
  padding-top: clamp(70px, 8vw, 108px);
  padding-bottom: 92px;
}

.clients-header {
  max-width: 1240px;
  margin: 0 auto 56px;
  padding: 6px 0 8px 34px;
  border-left: 4px solid var(--red);
}

.client-principle {
  margin: 0 0 20px;
  color: #bfc0c2;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 13px;
  line-height: 1.6;
}

.client-principle span {
  color: var(--red2);
}

.clients-header h2 {
  max-width: 900px;
  margin: 0 0 16px;
  color: var(--red2);
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.clients-header .systems-intro {
  max-width: 720px;
  margin: 0;
  color: #aeb0b4;
  text-align: left;
  font-size: 18px;
  line-height: 1.55;
}

.client-development {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.35fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 70px 0;
  border-bottom: 1px solid #30343a;
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  padding: clamp(20px, 4vw, 58px);
  background: transparent;
}

.client-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
}

.client-content {
  max-width: 720px;
}

.client-content h3 {
  max-width: 680px;
  margin: 14px 0 24px;
  color: #f3f1ed;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.06;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.client-overview {
  max-width: 680px;
  margin: 0 0 42px;
  color: #c5c6c8;
  font-size: 19px;
  line-height: 1.7;
}

.development-label {
  margin: 0 0 12px;
  color: #85898e;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 12px;
}

.client-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #30343a;
}

.client-content li {
  position: relative;
  padding: 17px 0 17px 30px;
  border-bottom: 1px solid #2a2e33;
  color: #dedfe0;
  font-size: 17px;
  line-height: 1.45;
}

.client-content li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--red2);
}

@media (max-width: 850px) {
  .clients-development {
    padding-top: 64px;
  }

  .clients-header {
    margin-bottom: 38px;
    padding-left: 22px;
  }

  .client-principle {
    font-size: 12px;
    letter-spacing: .16em;
  }

  .clients-header h2 {
    font-size: clamp(30px, 9.5vw, 46px);
    letter-spacing: .08em;
  }

  .clients-header .systems-intro {
    font-size: 17px;
  }

  .client-development {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 48px 0;
  }

  .client-logo {
    min-height: 240px;
    padding: 32px;
  }

  .client-content h3 {
    font-size: clamp(32px, 10vw, 48px);
  }

  .client-overview {
    font-size: 18px;
  }
}


/* =========================================================
   PRIMARY NAVIGATION — SECTION LINKS + TEAM DROPDOWN
   ========================================================= */

#what-we-do,
#origin,
#services,
#systems {
  scroll-margin-top: 88px;
}

.nav-dropdown,
.mobile-team {
  position: relative;
}

.nav-dropdown summary,
.mobile-team summary {
  list-style: none;
  cursor: pointer;
}

.nav-dropdown summary::-webkit-details-marker,
.mobile-team summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-dropdown[open] summary,
.nav-dropdown summary:hover,
.nav-dropdown summary:focus-visible {
  color: var(--red2);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  display: grid;
  min-width: 150px;
  padding: 8px;
  background: rgba(8, 10, 12, .98);
  border: 1px solid #2b2f34;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .38);
  transform: translateX(-50%);
}

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

.nav-dropdown-menu a {
  padding: 13px 16px;
  white-space: nowrap;
}

.nav-dropdown-menu a + a {
  border-top: 1px solid #25292e;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  background: rgba(226, 18, 37, .08);
  color: var(--red2);
}

@media (min-width: 851px) {
  .nav-dropdown:hover .nav-dropdown-menu {
    display: grid;
  }

  .nav-dropdown:not([open]) .nav-dropdown-menu {
    display: none;
  }

  .nav-dropdown:hover .nav-dropdown-menu {
    display: grid;
  }
}

@media (max-width: 850px) {
  .mobile-team {
    width: 100%;
  }

  .mobile-team summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-team summary::after {
    content: "+";
    color: var(--red2);
    font-size: 20px;
  }

  .mobile-team[open] summary::after {
    content: "−";
  }

  .mobile-team-links {
    display: grid;
    gap: 0;
    margin: 12px 0 0 16px;
    padding-left: 16px;
    border-left: 2px solid var(--red);
  }

  .mobile-team-links a {
    padding: 10px 0;
    color: #c9cacc;
  }
}


/* =========================================================
   STORY PROGRESSION LINKS
   ========================================================= */

.story-next {
  display: flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  max-width: 1240px;
  margin: 58px 0 0 auto;
  padding: 16px 0 8px;
  border-bottom: 1px solid #4a4f55;
  color: #d8d9da;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, border-color .2s ease;
}

.ip-foundation > .story-next,
.clients-development > .story-next {
  margin-right: auto;
  margin-left: auto;
  transform: translateX(calc(50vw - min(620px, 43vw)));
}

.story-next span {
  color: var(--red2);
  font-size: 9px;
  letter-spacing: .22em;
}

.story-next b {
  color: var(--red2);
  font-size: 16px;
  transition: transform .2s ease;
}

.story-next:hover,
.story-next:focus-visible {
  border-color: var(--red2);
  color: #fff;
}

.story-next:hover b,
.story-next:focus-visible b {
  transform: translateY(4px);
}

.story-next:focus-visible {
  outline: 2px solid var(--red2);
  outline-offset: 5px;
}

@media (max-width: 1179px) {
  .ip-foundation > .story-next,
  .clients-development > .story-next {
    margin-right: 0;
    transform: none;
  }
}

@media (max-width: 850px) {
  .story-next {
    margin-top: 42px;
    line-height: 1.45;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-next,
  .story-next b {
    transition: none;
  }
}
