/* MySidekick Prompt C homepage — founder review iteration / human-first */

.ms-home-v2 {
  --ms-soft-coral: #ffd9cf;
  --ms-soft-mint: #d9eee8;
  --ms-soft-blue: #dce8ef;
  --ms-soft-sun: #f9dfaf;
  --ms-radius-xl: 56px;
  --ms-radius-lg: 36px;
  --ms-radius-md: 24px;
}

.ms-home-v2 .ms-home-header { background: rgba(247,245,241,.88); }
.ms-home-v2 .ms-button--large { min-height: 56px; padding: 15px 24px; font-size: 13px; }

.ms-home-eyebrow {
  margin: 0 0 18px;
  color: var(--ms-teal);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ms-home-hero {
  position: relative;
  overflow: hidden;
  min-height: min(900px, calc(100svh - 112px));
  background:
    radial-gradient(circle at 12% 15%, rgba(255,107,74,.12), transparent 28%),
    radial-gradient(circle at 88% 76%, rgba(69,194,185,.16), transparent 30%),
    var(--ms-canvas);
}
.ms-home-hero-grid {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
  gap: clamp(48px, 7vw, 118px);
  align-items: center;
  padding-block: clamp(72px, 8vw, 124px);
}
.ms-home-hero-copy { position: relative; z-index: 3; }
.ms-home-hero-copy h1 {
  max-width: 9ch;
  margin: 0;
  font-family: var(--ms-font-display);
  font-size: clamp(72px, 8.4vw, 136px);
  line-height: .84;
  font-weight: 400;
  letter-spacing: -.07em;
}
.ms-home-hero-copy h1 em { color: var(--ms-teal); font-style: normal; }
.ms-home-hero-lede {
  max-width: 680px;
  margin: 32px 0 0;
  color: #3c4b57;
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.48;
}
.ms-home-hero-lede strong { color: var(--ms-ink); font-weight: 750; }
.ms-home-hero-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 36px; }
.ms-home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ms-ink);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid rgba(19,34,56,.35);
  padding-bottom: 3px;
  transition: transform .25s var(--ms-ease), border-color .25s ease;
}
.ms-home-text-link:hover, .ms-home-text-link:focus-visible { transform: translateX(3px); border-color: var(--ms-teal); }
.ms-home-proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}
.ms-home-proof-pills li {
  padding: 8px 12px;
  border: 1px solid rgba(19,34,56,.15);
  border-radius: 999px;
  background: rgba(255,253,248,.68);
  color: #52606a;
  font-size: 10px;
}

.ms-home-blob {
  position: absolute;
  border-radius: 45% 55% 60% 40% / 58% 46% 54% 42%;
  pointer-events: none;
}
.ms-home-blob--one {
  width: 520px;
  height: 520px;
  right: -150px;
  top: -190px;
  background: rgba(69,194,185,.12);
  transform: rotate(18deg);
}
.ms-home-blob--two {
  width: 300px;
  height: 300px;
  left: 46%;
  bottom: -190px;
  background: rgba(255,107,74,.1);
  transform: rotate(-24deg);
}

.ms-home-hero-visual {
  position: relative;
  min-height: 650px;
  align-self: center;
}
.ms-orbit {
  position: absolute;
  width: min(42vw, 570px);
  height: min(42vw, 570px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(0,110,115,.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(0,110,115,.025),
    0 0 0 116px rgba(0,110,115,.018);
}
.ms-orbit::before,
.ms-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.ms-orbit::before { width: 18px; height: 18px; left: 10%; top: 18%; background: var(--ms-coral); }
.ms-orbit::after { width: 14px; height: 14px; right: 7%; bottom: 22%; background: var(--ms-teal); }

.ms-float-card {
  position: absolute;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(19,34,56,.1);
  border-radius: var(--ms-radius-lg);
  background: rgba(255,253,248,.95);
  box-shadow: 0 28px 70px rgba(19,34,56,.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.ms-float-card h2 {
  margin: 4px 0 8px;
  font-family: var(--ms-font-display);
  font-size: clamp(25px, 2.1vw, 34px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.035em;
}
.ms-float-card p { margin: 0; color: var(--ms-muted); font-size: 11px; }
.ms-float-kicker { color: var(--ms-teal); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.ms-float-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ms-ink);
  color: var(--ms-white);
  font-size: 18px;
}
.ms-float-status {
  position: absolute;
  right: 22px;
  top: -13px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--ms-coral);
  color: var(--ms-ink);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ms-float-card--lead { width: min(90%, 510px); left: 2%; top: 12%; transform: rotate(-2.5deg); }
.ms-float-card--projects { width: min(78%, 430px); right: -2%; top: 44%; background: rgba(224,241,236,.96); transform: rotate(2.6deg); }
.ms-float-card--brief { width: min(70%, 380px); left: 8%; bottom: 6%; background: rgba(255,222,182,.96); transform: rotate(-1.6deg); }
.ms-home-visual-note { position: absolute; right: 0; bottom: -28px; max-width: 360px; color: var(--ms-muted); font-size: 9px; line-height: 1.45; text-align: right; }

.ms-pain-ribbon {
  overflow: hidden;
  padding: 18px 0;
  background: var(--ms-coral);
  border-block: 1px solid rgba(19,34,56,.2);
}
.ms-pain-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  padding-left: 28px;
  font-family: var(--ms-font-display);
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1;
  letter-spacing: -.035em;
}
.ms-pain-track i { font-style: normal; opacity: .45; }

.ms-home-section { padding: clamp(92px, 10vw, 152px) 0; }
.ms-home-split {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(54px, 9vw, 150px);
  align-items: start;
}
.ms-home-split h2,
.ms-home-section-heading h2,
.ms-human-control h2,
.ms-stories-head h2,
.ms-home-close h2 {
  margin: 0;
  font-family: var(--ms-font-display);
  font-size: clamp(54px, 6vw, 94px);
  line-height: .91;
  font-weight: 400;
  letter-spacing: -.055em;
}
.ms-home-split h2 em,
.ms-home-section-heading h2 em,
.ms-human-control h2 em,
.ms-stories-head h2 em,
.ms-home-close h2 em { color: var(--ms-teal); font-style: normal; }
.ms-home-big-copy { max-width: 700px; padding-top: 44px; }
.ms-home-big-copy p {
  margin: 0 0 26px;
  color: #485863;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.55;
}
.ms-home-big-copy strong { color: var(--ms-ink); }
.ms-small-note { color: var(--ms-muted) !important; font-size: 11px !important; line-height: 1.5 !important; }

.ms-home-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 9vw, 138px) 0;
  background: var(--ms-ink);
  color: var(--ms-white);
}
.ms-home-showcase::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  right: -360px;
  top: -340px;
  border: 1px solid rgba(69,194,185,.2);
  border-radius: 50%;
}
.ms-showcase-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: end;
  margin-bottom: 48px;
}
.ms-showcase-head h2 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--ms-font-display);
  font-size: clamp(54px, 6.4vw, 96px);
  line-height: .9;
  font-weight: 400;
  letter-spacing: -.055em;
}
.ms-showcase-head h2 em { color: var(--ms-teal-bright); font-style: normal; }
.ms-home-showcase .ms-home-eyebrow { color: var(--ms-teal-bright); }
.ms-carousel-controls { display: flex; align-items: center; gap: 10px; }
.ms-carousel-controls button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: transparent;
  color: var(--ms-white);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.ms-carousel-controls button:hover, .ms-carousel-controls button:focus-visible { transform: scale(1.06); background: rgba(255,255,255,.08); }
.ms-carousel-controls span { min-width: 54px; text-align: center; color: rgba(255,255,255,.62); font-size: 11px; }
.ms-carousel { position: relative; overflow: hidden; border-radius: var(--ms-radius-xl); }
.ms-carousel-track { display: grid; gap: 16px; }
.ms-js .ms-carousel-track { display: flex; gap: 0; transition: transform .7s var(--ms-ease); will-change: transform; }
.ms-example-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--ms-radius-xl);
  background: var(--ms-paper);
  color: var(--ms-ink);
}
.ms-example-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 86px); }
.ms-example-copy > span { color: var(--ms-teal); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.ms-example-copy h3 {
  max-width: 9ch;
  margin: 18px 0 24px;
  font-family: var(--ms-font-display);
  font-size: clamp(46px, 5vw, 74px);
  line-height: .93;
  font-weight: 400;
  letter-spacing: -.05em;
}
.ms-example-copy p { max-width: 580px; margin: 0; color: var(--ms-muted); font-size: 16px; line-height: 1.55; }
.ms-example-copy strong { margin-top: 28px; font-size: 13px; }
.ms-example-art { min-height: 100%; display: grid; place-items: center; padding: clamp(24px, 4vw, 58px); overflow: hidden; }
.ms-example-art svg { width: 100%; filter: drop-shadow(0 25px 40px rgba(19,34,56,.08)); }
.ms-example-art--coral { background: linear-gradient(145deg, #ffd8ce, #f3bbac); color: var(--ms-coral); }
.ms-example-art--mint { background: linear-gradient(145deg, #d9eee8, #b8dace); }
.ms-example-art--sky { background: linear-gradient(145deg, #dce8ef, #c9d6e5); }
.ms-example-art--peach { background: linear-gradient(145deg, #f4d1bd, #e9b39d); }
.ms-example-art--sun { background: linear-gradient(145deg, #f8dfaf, #f1c77d); }
.ms-carousel-dots { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
.ms-carousel-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.28); cursor: pointer; }
.ms-carousel-dots button.is-active { width: 28px; border-radius: 999px; background: var(--ms-teal-bright); }
.ms-example-disclaimer { max-width: 760px; margin: 22px auto 0; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.5; text-align: center; }

.ms-home-how { background: var(--ms-canvas); }
.ms-home-section-heading { max-width: 900px; margin-bottom: 58px; }
.ms-simple-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ms-ink); }
.ms-simple-steps li {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 80px);
  padding: 32px 0;
  border-bottom: 1px solid var(--ms-line);
}
.ms-simple-steps li > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ms-coral);
  font-family: var(--ms-font-display);
  font-size: 25px;
}
.ms-simple-steps h3 { margin: 0 0 8px; font-family: var(--ms-font-display); font-size: clamp(32px, 3vw, 46px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.ms-simple-steps p { max-width: 740px; margin: 0; color: var(--ms-muted); font-size: 15px; }
.ms-behind-scenes { margin: 26px 0 0 170px; color: var(--ms-muted); font-size: 12px; }

.ms-human-control {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 10vw, 150px) 0;
  background: var(--ms-soft-mint);
}
.ms-human-control-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(52px, 9vw, 140px); align-items: center; }
.ms-human-control p { max-width: 610px; color: #52646c; font-size: 17px; }
.ms-human-visual { position: relative; min-height: 490px; }
.ms-human-path {
  position: absolute;
  width: 75%;
  height: 75%;
  left: 9%;
  top: 13%;
  border: 3px solid rgba(0,110,115,.22);
  border-radius: 48% 52% 44% 56% / 55% 39% 61% 45%;
  transform: rotate(-8deg);
}
.ms-human-bubble {
  position: absolute;
  width: 205px;
  min-height: 130px;
  display: grid;
  place-content: center;
  padding: 25px;
  border-radius: 44% 56% 50% 50% / 58% 42% 58% 42%;
  text-align: center;
  font-size: 12px;
  line-height: 1.35;
  box-shadow: 0 20px 55px rgba(19,34,56,.1);
}
.ms-human-bubble strong { display: block; margin-top: 5px; font-family: var(--ms-font-display); font-size: 24px; font-weight: 400; line-height: 1; }
.ms-human-bubble--routine { left: 0; top: 14%; background: var(--ms-paper); transform: rotate(-5deg); }
.ms-human-bubble--decision { right: 1%; top: 8%; background: var(--ms-coral); transform: rotate(4deg); }
.ms-human-bubble--done { left: 29%; bottom: 4%; background: var(--ms-ink); color: var(--ms-white); transform: rotate(2deg); }

.ms-ecosystem { background: var(--ms-paper); }
.ms-tool-cloud { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 70px; }
.ms-tool-cloud span {
  padding: clamp(14px, 2vw, 22px) clamp(20px, 3vw, 34px);
  border-radius: 999px;
  background: var(--ms-canvas);
  border: 1px solid var(--ms-line);
  font-family: var(--ms-font-display);
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1;
  letter-spacing: -.025em;
  transition: transform .25s var(--ms-ease), background .25s ease;
}
.ms-tool-cloud span:nth-child(3n+1) { background: var(--ms-soft-coral); }
.ms-tool-cloud span:nth-child(3n+2) { background: var(--ms-soft-mint); }
.ms-tool-cloud span:hover { transform: translateY(-4px) rotate(-1deg); }

.ms-home-stories { padding: clamp(92px, 10vw, 152px) 0; background: var(--ms-canvas); }
.ms-stories-head { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: end; margin-bottom: 50px; }
.ms-stories-head h2 { max-width: 10ch; }
.ms-story-row { display: grid; grid-template-columns: 1.15fr .9fr .75fr; gap: 16px; align-items: stretch; }
.ms-story-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 48px 48px 120px 48px;
  background: var(--ms-soft-coral);
  text-decoration: none;
  transition: transform .32s var(--ms-ease), box-shadow .32s var(--ms-ease);
}
.ms-story-card:nth-child(2) { margin-top: 58px; }
.ms-story-card:nth-child(3) { margin-top: 116px; }
.ms-story-card:hover, .ms-story-card:focus-visible { transform: translateY(-8px) rotate(-.5deg); box-shadow: var(--ms-shadow); }
.ms-story-card--mint { background: var(--ms-soft-mint); border-radius: 80px 48px 48px 48px; }
.ms-story-card--sun { background: var(--ms-soft-sun); border-radius: 48px 100px 48px 48px; }
.ms-story-card span { color: var(--ms-muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ms-story-card h3 { margin: 40px 0; font-family: var(--ms-font-display); font-size: clamp(34px, 3.5vw, 52px); line-height: .98; font-weight: 400; letter-spacing: -.04em; }
.ms-story-card b { font-size: 11px; }

.ms-home-close {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 11vw, 170px) 0;
  background: var(--ms-ink);
  color: var(--ms-white);
}
.ms-home-close-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(52px, 8vw, 130px); align-items: end; }
.ms-home-close h2 { max-width: 9ch; }
.ms-home-close h2 em { color: var(--ms-teal-bright); }
.ms-home-close p { max-width: 590px; color: rgba(255,255,255,.72); font-size: 18px; }
.ms-home-close .ms-home-eyebrow { color: var(--ms-teal-bright); }
.ms-home-close-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 32px; }
.ms-home-text-link--light { color: var(--ms-white); border-color: rgba(255,255,255,.35); }
.ms-small-note--light { color: rgba(255,255,255,.48) !important; margin-top: 20px; }
.ms-home-close-orb {
  position: absolute;
  width: 720px;
  height: 720px;
  right: -230px;
  top: -310px;
  border: 1px solid rgba(69,194,185,.22);
  border-radius: 46% 54% 39% 61% / 56% 42% 58% 44%;
  transform: rotate(16deg);
  box-shadow: 0 0 0 86px rgba(69,194,185,.035), 0 0 0 172px rgba(69,194,185,.018);
}

.ms-js [data-float-card] { animation: msFloat 7s ease-in-out infinite alternate; }
.ms-js .ms-float-card--projects { animation-delay: -2.3s; animation-duration: 8.5s; }
.ms-js .ms-float-card--brief { animation-delay: -4s; animation-duration: 9.5s; }
.ms-js .ms-orbit { animation: msOrbit 24s linear infinite; }
.ms-js [data-ticker] { animation: msTicker 32s linear infinite; }
.ms-js .ms-home-blob--one { animation: msBlobOne 13s ease-in-out infinite alternate; }
.ms-js .ms-home-blob--two { animation: msBlobTwo 16s ease-in-out infinite alternate; }

@keyframes msFloat {
  from { translate: 0 -4px; }
  to { translate: 0 12px; }
}
@keyframes msOrbit {
  to { rotate: 360deg; }
}
@keyframes msTicker {
  to { transform: translateX(-50%); }
}
@keyframes msBlobOne {
  to { transform: rotate(28deg) scale(1.06) translate(-20px, 22px); }
}
@keyframes msBlobTwo {
  to { transform: rotate(-12deg) scale(.92) translate(28px, -14px); }
}

@media (max-width: 1180px) {
  .ms-home-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); gap: 38px; }
  .ms-home-hero-copy h1 { font-size: clamp(68px, 8vw, 104px); }
  .ms-story-row { grid-template-columns: 1fr 1fr; }
  .ms-story-card:nth-child(3) { grid-column: 1 / -1; min-height: 300px; margin-top: 0; }
}

@media (max-width: 980px) {
  .ms-home-hero { min-height: 0; }
  .ms-home-hero-grid { grid-template-columns: 1fr; padding-top: 78px; }
  .ms-home-hero-copy h1 { max-width: 10ch; font-size: clamp(72px, 11vw, 108px); }
  .ms-home-hero-visual { min-height: 610px; }
  .ms-orbit { width: 520px; height: 520px; }
  .ms-home-split, .ms-human-control-grid, .ms-home-close-grid { grid-template-columns: 1fr; }
  .ms-home-big-copy { padding-top: 0; }
  .ms-example-slide { grid-template-columns: 1fr; }
  .ms-example-art { min-height: 430px; }
  .ms-human-control-grid { gap: 48px; }
  .ms-human-visual { order: 2; }
  .ms-stories-head { grid-template-columns: 1fr; }
  .ms-story-card:nth-child(2), .ms-story-card:nth-child(3) { margin-top: 0; }
  .ms-behind-scenes { margin-left: 0; }
}

@media (max-width: 700px) {
  .ms-home-hero-grid { width: min(100% - 36px, var(--ms-max)); padding-block: 58px 48px; }
  .ms-home-hero-copy h1 { font-size: clamp(58px, 16vw, 78px); line-height: .87; }
  .ms-home-hero-lede { font-size: 17px; }
  .ms-home-hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .ms-home-hero-actions .ms-button { width: 100%; }
  .ms-home-text-link { width: fit-content; }
  .ms-home-proof-pills { gap: 7px; }
  .ms-home-hero-visual { min-height: 540px; margin-top: 6px; }
  .ms-orbit { width: 420px; height: 420px; }
  .ms-float-card { padding: 18px; border-radius: 28px; }
  .ms-float-card--lead { width: 91%; left: 0; top: 7%; }
  .ms-float-card--projects { width: 86%; right: 0; top: 42%; }
  .ms-float-card--brief { width: 78%; left: 3%; bottom: 4%; }
  .ms-float-card h2 { font-size: 25px; }
  .ms-home-visual-note { display: none; }
  .ms-pain-track { font-size: 25px; }
  .ms-home-section, .ms-home-stories { padding-block: 88px; }
  .ms-home-split h2, .ms-home-section-heading h2, .ms-human-control h2, .ms-stories-head h2, .ms-home-close h2 { font-size: 54px; }
  .ms-showcase-head { grid-template-columns: 1fr; align-items: start; }
  .ms-showcase-head h2 { font-size: 56px; }
  .ms-carousel-controls { justify-self: start; }
  .ms-carousel { border-radius: 32px; }
  .ms-example-slide { border-radius: 32px; min-height: 0; }
  .ms-example-copy { padding: 38px 26px; }
  .ms-example-copy h3 { font-size: 46px; }
  .ms-example-art { min-height: 310px; padding: 16px; }
  .ms-simple-steps li { grid-template-columns: 58px 1fr; gap: 18px; }
  .ms-simple-steps li > span { width: 46px; height: 46px; }
  .ms-human-visual { min-height: 450px; }
  .ms-human-bubble { width: 175px; min-height: 118px; }
  .ms-human-bubble--decision { right: 0; }
  .ms-human-bubble--done { left: 20%; }
  .ms-tool-cloud { margin-top: 44px; }
  .ms-tool-cloud span { font-size: 24px; }
  .ms-story-row { grid-template-columns: 1fr; }
  .ms-story-card, .ms-story-card:nth-child(3) { min-height: 320px; border-radius: 34px 34px 90px 34px; }
  .ms-home-close-actions { align-items: stretch; flex-direction: column; }
  .ms-home-close-actions .ms-button { width: 100%; }
}

@media (max-width: 430px) {
  .ms-home-hero-visual { min-height: 510px; }
  .ms-orbit { width: 360px; height: 360px; }
  .ms-float-card--lead { width: 96%; }
  .ms-float-card--projects { width: 90%; top: 43%; }
  .ms-float-card--brief { width: 82%; bottom: 2%; }
  .ms-float-icon { width: 38px; height: 38px; }
  .ms-home-split h2, .ms-home-section-heading h2, .ms-human-control h2, .ms-stories-head h2, .ms-home-close h2 { font-size: 48px; }
  .ms-human-bubble { width: 160px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ms-js [data-float-card],
  .ms-js .ms-orbit,
  .ms-js [data-ticker],
  .ms-js .ms-home-blob--one,
  .ms-js .ms-home-blob--two { animation: none !important; }
  .ms-js .ms-carousel-track { transition: none !important; }
  .ms-story-card, .ms-tool-cloud span, .ms-home-text-link, .ms-carousel-controls button { transition: none !important; }
}
