/* Figma 4336:20971 · AfterShip foundation replacement */
.as-foundation-showcase {
  width: min(1680px, calc(100% - 48px));
  margin-bottom: 112px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}

.as-foundation-showcase article,
.as-foundation-showcase figure { margin: 0; }

.as-foundation-overview {
  grid-column: 1 / -1;
  min-height: min(760px, 62vw);
  display: grid;
  grid-template-columns: 57.76% 42.24%;
  overflow: hidden;
  background: #050505;
  color: #fff;
}

.as-foundation-overview figure { min-width: 0; }
.as-foundation-overview figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.as-foundation-overview-copy {
  padding: clamp(44px, 7vw, 112px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.as-foundation-overview-copy h3,
.as-foundation-panel-head h3 {
  margin: 0;
  font-family: "TencentSans", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  letter-spacing: -.045em;
}

.as-foundation-overview-copy h3 { font-size: clamp(38px, 4vw, 68px); }
.as-foundation-overview-copy p {
  margin: 30px 0 0;
  font-size: clamp(15px, 1.5vw, 25px);
  line-height: 1.55;
  color: rgba(255,255,255,.58);
}

.as-derivation-board,
.as-all-in-one { background: #fff; color: #090909; }

.as-foundation-panel-head {
  display: grid;
  grid-template-columns: .42fr 1.58fr;
  gap: clamp(38px, 7vw, 110px);
  align-items: start;
}

.as-foundation-panel-head > span {
  padding-top: 9px;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .15em;
  color: #ff642f;
}

.as-foundation-panel-head h3 { font-size: clamp(36px, 3.4vw, 58px); }
.as-foundation-panel-head p {
  max-width: 760px;
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(9,9,9,.56);
}

.as-derivation-board,
.as-derivation-board figure { min-width: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #fff; }

.as-derivation-board figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.as-all-in-one-figma {
  overflow: hidden;
  background: #fff;
  aspect-ratio: 16 / 9;
}

.as-all-in-one-figma img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.as-all-in-one {
  min-height: min(760px, 62vw);
  padding: clamp(42px, 4.4vw, 68px);
  display: grid;
  grid-template-columns: minmax(270px, .76fr) minmax(0, 1.24fr);
  column-gap: clamp(48px, 6vw, 98px);
  row-gap: clamp(38px, 4vw, 62px);
}

.as-all-in-one-head {
  grid-column: 1 / -1;
}
.as-all-in-one-head h3 {
  margin: 0;
  font-family: "TencentSans", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(25px, 2vw, 34px);
  line-height: 1;
  font-weight: 720;
  letter-spacing: -.035em;
}
.as-all-in-one-head h3 em {
  font-family: "TencentSans", "Arial Narrow", sans-serif;
  font-style: italic;
  letter-spacing: -.02em;
}
.as-all-in-one-head p {
  margin: 28px 0 0;
  font-size: clamp(13px, 1.16vw, 18px);
  line-height: 1.55;
  color: rgba(9,9,9,.82);
}

.as-brand-merge {
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
}

.as-brand-before { display: grid; justify-items: center; }
.as-brand-circles { width: 214px; height: 146px; position: relative; }
.as-brand-circles i {
  position: absolute;
  top: 0;
  width: 146px;
  height: 146px;
  border-radius: 50%;
}
.as-brand-circles i:first-child { left: 0; background: #ff9600; }
.as-brand-circles i:last-child { right: 0; background: #eb0860; mix-blend-mode: multiply; }
.as-brand-before p {
  width: 300px;
  margin: -91px 0 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 72px;
  font-size: clamp(25px, 2.2vw, 38px);
  letter-spacing: -.05em;
}
.as-brand-before p strong { font-weight: 720; }
.as-brand-before > span,
.as-brand-after > span:last-child { margin-top: 54px; font-size: 15px; color: rgba(9,9,9,.26); }

.as-brand-merge-arrow {
  margin: 8px 0 4px;
  font-size: 66px;
  line-height: 1;
  color: rgba(255,100,47,.2);
}

.as-brand-after { display: grid; justify-items: center; }
.as-aftership-glyph {
  width: 94px;
  height: 94px;
  position: relative;
  display: block;
  border-radius: 50% 50% 50% 12%;
  background: #ff642f;
  transform: rotate(-45deg);
}
.as-aftership-glyph i {
  position: absolute;
  inset: 30px;
  border: 7px solid #fff;
  transform: rotate(45deg);
}
.as-brand-after strong {
  margin-top: 20px;
  font-size: clamp(42px, 4vw, 72px);
  line-height: .9;
  letter-spacing: -.075em;
}
.as-brand-after > span:last-child { margin-top: 24px; }

.as-product-lines {
  min-width: 0;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(36px, 5vw, 78px);
}
.as-product-lines section { min-width: 0; }
.as-product-lines h4 {
  margin: 0 0 22px;
  font-size: 19px;
  font-weight: 520;
  color: rgba(9,9,9,.3);
}
.as-product-lines ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.as-product-lines li {
  position: relative;
  padding: 5px 0 5px 27px;
  font-size: clamp(14px, 1.16vw, 20px);
  line-height: 1.28;
  letter-spacing: -.025em;
}
.as-product-lines li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50% 50% 50% 2px;
  background: #ff9600;
  transform: rotate(45deg);
}
.as-automizely-line li::before { background: #eb0860; }
.as-product-line-before li:nth-child(2)::before { background: #1fd695; }
.as-product-line-before li:nth-child(5)::before { background: #1767ed; }
.as-automizely-line li:nth-child(2)::before,
.as-automizely-line li:nth-child(5)::before { background: #eb0860; }
.as-product-line-after {
  margin-top: 20px !important;
  padding-top: 19px !important;
  border-top: 1px solid rgba(255,100,47,.45);
}
.as-product-line-after li::before { background: #ff642f; }

/* Remove embedded export-edge artifacts while keeping the supplied 2x artwork. */
.as-ds-clean-edge { overflow: hidden; }
.as-ds-figma-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-bottom: 92px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(10,10,10,.12);
  border-radius: 26px;
  background: #fff;
}
.as-ds-overview-visual {
  margin: 0;
  min-height: 100%;
  background: #050505;
}
.as-ds-overview-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
.as-ds-overview-copy {
  display: flex;
  min-width: 0;
  padding: clamp(42px, 5.2vw, 82px);
  flex-direction: column;
}
.as-ds-overview-kicker {
  color: #ff5b27;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .14em;
}
.as-ds-overview-copy h3 {
  margin: 26px 0 0;
  font-size: clamp(42px, 4.8vw, 76px);
  line-height: .98;
  letter-spacing: -.06em;
}
.as-ds-overview-copy > p {
  max-width: 560px;
  margin: 30px 0 0;
  color: rgba(10,10,10,.58);
  font-size: 15px;
  line-height: 1.8;
}
.as-ds-overview-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 30px 34px;
  margin-top: auto;
  padding-top: 46px;
  border-top: 1px solid rgba(10,10,10,.12);
}
.as-ds-overview-directory article { min-width: 0; }
.as-ds-overview-directory h4 {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: -.01em;
}
.as-ds-overview-directory p {
  margin: 0;
  color: rgba(10,10,10,.42);
  font-size: 11px;
  line-height: 1.75;
}

.as-ds-research-evidence {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(300px, .62fr);
  gap: 18px;
  margin-top: 18px;
}
.as-ds-evidence-figure,
.as-ds-build-flow-figure,
.as-ds-token-architecture figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(10,10,10,.1);
  border-radius: 16px;
  background: #fff;
}
.as-ds-evidence-figure img,
.as-ds-build-flow-figure img,
.as-ds-token-architecture figure img {
  display: block;
  width: 100%;
  height: auto;
}
.as-ds-evidence-figure figcaption,
.as-ds-build-flow-figure figcaption {
  padding: 14px 18px 16px;
  border-top: 1px solid rgba(10,10,10,.1);
  color: rgba(10,10,10,.44);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.as-ds-stakeholders { display: grid; gap: 12px; }
.as-ds-stakeholders article {
  display: flex;
  min-height: 0;
  padding: 26px;
  flex-direction: column;
  border-radius: 16px;
  background: #0a0a0a;
  color: #fff;
}
.as-ds-stakeholders span,
.as-ds-token-architecture article > div > span {
  color: #ff5b27;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .14em;
}
.as-ds-stakeholders h4 { margin: auto 0 8px; font-size: 22px; letter-spacing: -.03em; }
.as-ds-stakeholders p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.65; }
.as-ds-build-flow-figure { margin-top: 18px; }
.as-ds-token-architecture {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin-top: 56px;
}
.as-ds-token-architecture article {
  display: flex;
  min-width: 0;
  padding: 22px;
  flex-direction: column;
  border-radius: 18px;
  background: #fff;
}
.as-ds-token-architecture article > div { min-height: 132px; padding: 6px 4px 22px; }
.as-ds-token-architecture h4 { margin: 18px 0 10px; font-size: 24px; letter-spacing: -.035em; }
.as-ds-token-architecture article > div p { margin: 0; color: rgba(10,10,10,.52); font-size: 12px; line-height: 1.7; }
.as-ds-token-architecture figure { aspect-ratio: 4 / 5; border-radius: 12px; }
.as-ds-token-architecture figure img { height: 100%; object-fit: contain; object-position: top; }
.as-ds-clean-edge > img {
  width: calc(100% + 8px);
  max-width: none;
  border-radius: 0;
}

/* The delivery export contains a presentation heading above the actual library.
   Crop that strip and render the 3000px source as one continuous, sharper board. */
.as-ds-delivery {
  --as-ds-delivery-space: clamp(24px, 3vw, 48px);
  position: relative;
  box-sizing: border-box;
  padding: var(--as-ds-delivery-space);
}

.as-ds-delivery-crop {
  width: 100%;
  aspect-ratio: 3000 / 1568;
  overflow: hidden;
  background: #fff;
}
.as-ds-delivery-crop > img {
  width: calc(100% + 5px);
  max-width: none;
  height: auto;
  display: block;
  border-radius: 0;
  transform: translateY(-7.76%);
}

.as-ds-delivery figcaption {
  position: absolute;
  left: var(--as-ds-delivery-space);
  bottom: 9px;
  padding: 0;
}

/* Figma 4356:19746 — Web library composition map */
.as-ds-web-inventory {
  box-sizing: border-box;
  container-type: inline-size;
  min-height: 0;
  aspect-ratio: 16 / 9;
  padding: 3.75% 3.44% 3.2%;
  border-radius: 0;
}

.as-ds-web-inventory-title { gap: 9px; align-items: baseline; }
.as-ds-web-inventory-title span,
.as-ds-web-inventory-title h4 {
  color: #000;
  font-size: 2.013cqw;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.35;
}

.as-ds-web-progress {
  position: relative;
  display: block;
  height: 2.5cqw;
  margin: 2.04cqw 0 0;
}

.as-ds-web-progress::before,
.as-ds-web-progress::after,
.as-ds-web-progress span::before { content: none; }
.as-ds-web-arrow { position: absolute; left: .55%; top: 0; width: 100.45%; height: .969cqw; max-width: none; }
.as-ds-web-dot { position: absolute; top: 0; width: .951cqw; height: .951cqw; }
.as-ds-web-dot-one { left: 32.55%; }
.as-ds-web-dot-two { left: 65.05%; }
.as-ds-web-dot-three { left: 86.9%; }
.as-ds-web-label {
  position: absolute;
  top: 1.12cqw;
  padding: 0;
  color: #ff6b2b;
  font-size: 1.119cqw;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.55;
  text-align: center;
  transform: translateX(-50%);
}
.as-ds-web-label-one { left: 18.1%; }
.as-ds-web-label-two { left: 50.95%; }
.as-ds-web-label-three { left: 77.85%; }

.as-ds-web-columns {
  grid-template-columns: 32.55fr 32.5fr 21.85fr 13.1fr;
  gap: 0;
}
.as-ds-web-column > h4 {
  margin: -.15cqw 0 2.35cqw;
  font-size: 1.678cqw;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.as-ds-web-column-wide { padding-right: 12%; }
.as-ds-web-groups { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13%; }
.as-ds-web-column h5 { margin: 0 0 .67cqw; font-size: 1.007cqw; font-weight: 500; line-height: 1.65; }
.as-ds-web-column h5:not(:first-child) { margin-top: 1.04cqw; }
.as-ds-web-column ul { gap: .67cqw; }
.as-ds-web-column li { color: rgba(0,0,0,.6); font-size: .783cqw; line-height: 1.7; }
.as-ds-web-column:not(.as-ds-web-column-wide) ul { gap: 1.04cqw; }
.as-ds-web-column:not(.as-ds-web-column-wide) li { font-size: 1.007cqw; line-height: 1.6; }
.as-ds-web-column-wide:nth-child(2) .as-ds-web-groups { gap: 14%; }
.as-ds-web-column-wide:nth-child(2) li { font-size: 1.007cqw; line-height: 1.6; }

@media (max-width: 1100px) {
  .as-ds-web-inventory { aspect-ratio: auto; padding: 40px; border-radius: 16px; }
  .as-ds-web-inventory-title span,
  .as-ds-web-inventory-title h4 { font-size: 28px; }
  .as-ds-web-progress { display: none; }
  .as-ds-web-columns { margin-top: 48px; grid-template-columns: repeat(2, minmax(0,1fr)); row-gap: 56px; }
  .as-ds-web-column-wide { padding-right: 8%; }
  .as-ds-web-column > h4 { margin: 0 0 28px; font-size: 26px; }
  .as-ds-web-column h5 { margin-bottom: 10px; font-size: 15px; }
  .as-ds-web-column h5:not(:first-child) { margin-top: 24px; }
  .as-ds-web-column ul,
  .as-ds-web-column:not(.as-ds-web-column-wide) ul { gap: 10px; }
  .as-ds-web-column li,
  .as-ds-web-column-wide:nth-child(2) li,
  .as-ds-web-column:not(.as-ds-web-column-wide) li { font-size: 14px; line-height: 1.55; }
}

@media (max-width: 920px) {
  .as-foundation-showcase { width: calc(100% - 24px); grid-template-columns: 1fr; }
  .as-foundation-overview { grid-column: auto; }
  .as-foundation-overview {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .as-foundation-overview figure { aspect-ratio: 1.03 / 1; }
  .as-foundation-overview-copy { min-height: 330px; }
  .as-all-in-one { min-height: 0; grid-template-columns: 1fr; }
  .as-all-in-one-head { grid-column: auto; }
  .as-brand-merge { padding: 24px 0 36px; }
}

@media (max-width: 640px) {
  .as-foundation-showcase { margin-bottom: 72px; gap: 10px; }
  .as-foundation-overview-copy { min-height: 280px; padding: 34px 28px; }
  .as-foundation-overview-copy p { margin-top: 18px; }
  .as-all-in-one { padding: 34px 22px; }
  .as-foundation-panel-head { grid-template-columns: 1fr; gap: 20px; }
  .as-foundation-panel-head > span { padding-top: 0; }
  .as-foundation-panel-head p { margin-top: 18px; font-size: 14px; }
  .as-product-lines { grid-template-columns: 1fr; gap: 42px; }
  .as-brand-before p { width: 272px; gap: 56px; font-size: 27px; }
  .as-brand-circles { transform: scale(.88); }
  .as-product-lines li { font-size: 16px; }
}

/* Figma 4336:22099 — strategy research, brand house and delivery planning. */
.as-shift {
  padding: 150px 0 170px;
  background: #f2f0ea;
  color: #0b0b0b;
}

.as-shift .as-context-grid { margin-top: 0; }

.as-strategy-research {
  --as-orange: #ff642f;
  --as-ink: #050505;
  --as-panel: #111111;
  --as-line: rgba(255,255,255,.13);
  --as-muted: rgba(255,255,255,.54);
  overflow: clip;
  padding: 1px 0 clamp(90px, 9vw, 150px);
  background: var(--as-ink);
  color: #f7f6f2;
  font-family: "TencentSans", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.as-strategy-board {
  min-width: 0;
  padding: clamp(84px, 9vw, 148px) 0;
  border-bottom: 1px solid var(--as-line);
}

.as-strategy-board:last-child { border-bottom: 0; }

.as-strategy-board-head {
  max-width: 1040px;
  margin-bottom: clamp(58px, 7vw, 104px);
}

.as-strategy-board-head > span,
.as-strategy-board-head > div > span {
  display: block;
  margin-bottom: 21px;
  color: var(--as-orange);
  font-size: 11px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: .17em;
}

.as-strategy-board-head h3 {
  margin: 0;
  font-size: clamp(44px, 5.2vw, 82px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.055em;
}

.as-strategy-board-head > p,
.as-strategy-board-head > div + p {
  max-width: 780px;
  margin: 30px 0 0;
  color: var(--as-muted);
  font-size: clamp(15px, 1.3vw, 21px);
  line-height: 1.8;
}

.as-strategy-board-head-split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(320px, 1.18fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
}

.as-strategy-board-head-split > div + p { margin: 0 0 4px; }

/* Why AfterShip changed */
.as-change-flow {
  display: grid;
  grid-template-columns: minmax(220px, .56fr) minmax(0, 1.44fr);
  gap: clamp(54px, 7vw, 108px);
  align-items: stretch;
}

.as-change-brand {
  min-height: 285px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 20px;
  align-content: center;
  align-items: center;
  border-top: 1px solid var(--as-line);
  border-bottom: 1px solid var(--as-line);
}

.as-change-brand-logo {
  display: block;
  width: min(100%, 422px);
  height: auto;
  aspect-ratio: 422 / 102;
  object-fit: contain;
}

.as-change-arrow {
  padding-left: 4px;
  color: rgba(255,255,255,.32);
  font-size: clamp(38px, 4vw, 68px);
  line-height: 1;
}

.as-change-drivers {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid var(--as-line);
  border-bottom: 1px solid var(--as-line);
}

.as-change-drivers article {
  min-width: 0;
  min-height: 285px;
  padding: 35px clamp(24px, 3vw, 46px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-left: 1px solid var(--as-line);
}

.as-change-drivers article:first-child { border-left: 0; }
.as-change-drivers article > span {
  margin-bottom: 0;
  color: var(--as-orange);
  font: 700 11px/1 "TencentSans", sans-serif;
  letter-spacing: .12em;
}
.as-change-drivers h4 {
  margin: 72px 0 16px;
  font-size: clamp(21px, 1.8vw, 30px);
  line-height: 1.2;
}
.as-change-drivers p {
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: 15px;
  line-height: 1.72;
}
.as-change-drivers small {
  display: block;
  margin-top: 16px;
  color: var(--as-orange);
  font-size: 11px;
  line-height: 1.6;
}

/* Interview insight marquee */
.as-interview-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  display: grid;
  gap: 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.as-interview-track { display: flex; width: max-content; will-change: transform; }
.as-interview-track-forward { animation: as-interview-scroll 58s linear infinite; }
.as-interview-track-reverse { animation: as-interview-scroll 64s linear infinite reverse; }
.as-interview-set { display: flex; gap: 18px; padding-right: 18px; }

.as-interview-marquee:hover .as-interview-track,
.as-interview-marquee:focus-within .as-interview-track { animation-play-state: paused; }

.as-interview-card {
  width: clamp(420px, 43vw, 680px);
  min-height: 224px;
  box-sizing: border-box;
  margin: 0;
  padding: clamp(28px, 2.4vw, 36px);
  display: grid;
  grid-template-columns: 76px minmax(0,1fr);
  gap: clamp(20px, 2.5vw, 34px);
  align-items: start;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(9,9,9,.96);
}

.as-interview-avatar {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border: 1px solid rgba(255,100,47,.72);
  border-radius: 50%;
}

.as-interview-card p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(15px, 1.18vw, 19px);
  line-height: 1.72;
}

.as-interview-card mark { color: var(--as-orange); background: transparent; font-weight: 650; }

.as-interview-card cite {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,.42);
  font-size: 11px;
  font-style: normal;
  font-weight: 720;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@keyframes as-interview-scroll { to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
  .as-interview-marquee {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .as-interview-track { animation: none; }
  .as-interview-track-reverse { display: none; }
  .as-interview-card { scroll-snap-align: start; }
}

/* Brand house */
.as-brand-house-layout {
  display: grid;
  grid-template-columns: minmax(370px, .78fr) minmax(0, 1.22fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: center;
}

.as-house-rings {
  width: min(100%, 510px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.as-house-ring {
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,100,47,.5);
  border-radius: 50%;
}

.as-house-ring > span {
  position: absolute;
  top: 9%;
  color: rgba(255,255,255,.44);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .18em;
}

.as-house-what { width: 100%; height: 100%; background: rgba(255,100,47,.035); }
.as-house-how { width: 70%; height: 70%; background: rgba(255,100,47,.075); }
.as-house-why {
  width: 55%;
  height: 55%;
  align-content: center;
  background: var(--as-orange);
  color: #060606;
  text-align: center;
}
.as-house-why strong {
  display: block;
  font-size: clamp(30px, 3.7vw, 56px);
  line-height: .92;
  letter-spacing: -.06em;
}
.as-house-why small {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.25;
  text-transform: uppercase;
}

.as-brand-house-data { min-width: 0; margin: 0; }
.as-brand-house-data > div {
  min-width: 0;
  padding: clamp(24px, 3vw, 39px) 0;
  display: grid;
  grid-template-columns: minmax(130px, .38fr) minmax(0,1.62fr);
  gap: clamp(28px, 5vw, 76px);
  border-top: 1px solid var(--as-line);
}
.as-brand-house-data > div:last-child { border-bottom: 1px solid var(--as-line); }
.as-brand-house-data dt {
  color: var(--as-orange);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.as-brand-house-data dd {
  min-width: 0;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.as-house-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.as-house-tags span {
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1;
}
.as-house-tags-strong span { border-color: rgba(255,100,47,.42); color: #fff; }
.as-house-products-row dd {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 36px;
}
.as-house-products-row h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 15px;
}
.as-house-products-row p {
  margin: 0;
  color: rgba(255,255,255,.48);
  font-size: 13px;
  line-height: 1.75;
}

/* Project scope and timeline */
.as-plan-board-figma { padding: clamp(72px, 7vw, 120px) 0; }
.as-plan-figma-frame { margin: 0; overflow: hidden; background: #fff; }
.as-plan-figma-frame img { width: 100%; height: auto; display: block; }

.as-plan-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: start;
}

.as-plan-scope { min-width: 0; }
.as-plan-scope h4 {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -.035em;
}
.as-plan-scope-foundation > h4 { margin-bottom: 28px; }
.as-plan-scope-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  border-top: 1px solid var(--as-line);
  border-bottom: 1px solid var(--as-line);
}
.as-plan-scope-grid article {
  min-width: 0;
  min-height: 242px;
  padding: 26px 16px 28px;
  border-left: 1px solid var(--as-line);
}
.as-plan-scope-grid article:first-child { border-left: 0; }
.as-plan-scope-grid article > span {
  color: var(--as-orange);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
}
.as-plan-scope-grid h5 {
  margin: 53px 0 14px;
  font-size: 17px;
}
.as-plan-scope-grid p,
.as-plan-scope-secondary p {
  margin: 0;
  color: rgba(255,255,255,.48);
  font-size: 12px;
  line-height: 1.8;
}
.as-plan-scope-secondary {
  margin-top: 36px;
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(0,.55fr);
  border-top: 1px solid var(--as-line);
  border-bottom: 1px solid var(--as-line);
}
.as-plan-scope-secondary section {
  min-width: 0;
  min-height: 150px;
  padding: 28px 24px;
  border-left: 1px solid var(--as-line);
}
.as-plan-scope-secondary section:first-child { border-left: 0; }
.as-plan-scope-secondary h4 { margin-bottom: 22px; font-size: 20px; }

.as-plan-timeline {
  min-width: 0;
  margin: 0;
  padding: clamp(40px, 5vw, 68px);
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0 clamp(42px, 5vw, 76px);
  border-radius: 3px;
  background: #f4f2ed;
  color: #080808;
  list-style: none;
}
.as-plan-timeline::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 68px;
  bottom: 68px;
  left: 50%;
  background: rgba(255,100,47,.48);
}
.as-plan-timeline li {
  min-width: 0;
  min-height: 180px;
  padding: 0 0 34px 28px;
  position: relative;
  border-top: 1px solid rgba(8,8,8,.16);
}
.as-plan-timeline li::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 50%;
  background: var(--as-orange);
}
.as-plan-timeline li > span {
  display: block;
  padding-top: 23px;
  color: var(--as-orange);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .12em;
}
.as-plan-timeline h4 {
  margin: 12px 0 12px;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.1;
  letter-spacing: -.035em;
}
.as-plan-timeline p {
  margin: 0;
  color: rgba(8,8,8,.52);
  font-size: 12px;
  line-height: 1.72;
}

@media (max-width: 1120px) {
  .as-brand-house-layout,
  .as-plan-layout { grid-template-columns: 1fr; }
  .as-house-rings { width: min(74vw, 510px); margin-inline: auto; }
  .as-plan-layout { gap: 72px; }
  .as-plan-timeline { min-width: 0; }
}

@media (max-width: 920px) {
  .as-ds-research-evidence { grid-template-columns: 1fr; }
  .as-ds-stakeholders { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .as-ds-token-architecture { grid-template-columns: 1fr; }
  .as-ds-token-architecture article { display: grid; grid-template-columns: .48fr 1fr; gap: 24px; }
  .as-ds-token-architecture article > div { min-height: 0; }
  .as-ds-figma-overview { grid-template-columns: 1fr; }
  .as-ds-overview-visual { aspect-ratio: 16 / 10; }
  .as-ds-overview-copy { padding: 52px; }
  .as-ds-overview-directory { margin-top: 52px; }
  .as-shift { padding: 104px 0 122px; }
  .as-strategy-board-head-split { grid-template-columns: 1fr; gap: 26px; }
  .as-strategy-board-head-split > div + p { margin: 0; }
  .as-change-flow { grid-template-columns: 1fr; gap: 26px; }
  .as-change-brand { min-height: 190px; }
  .as-change-drivers article { min-height: 245px; }
}

@media (max-width: 720px) {
  .as-ds-stakeholders { grid-template-columns: 1fr; }
  .as-ds-stakeholders article { min-height: 180px; }
  .as-ds-token-architecture { margin-top: 38px; }
  .as-ds-token-architecture article { display: flex; padding: 16px; }
  .as-ds-token-architecture article > div { min-height: 126px; padding: 8px 8px 20px; }
  .as-ds-figma-overview {
    margin-bottom: 56px;
    border-radius: 16px;
  }
  .as-ds-overview-visual { aspect-ratio: 1 / 1; }
  .as-ds-overview-copy { padding: 34px 24px 38px; }
  .as-ds-overview-copy h3 { margin-top: 20px; font-size: 42px; }
  .as-ds-overview-copy > p { margin-top: 22px; font-size: 14px; }
  .as-ds-overview-directory { grid-template-columns: 1fr; gap: 24px; margin-top: 38px; padding-top: 30px; }
  .as-plan-board-figma { padding: 72px 0; }
  .as-plan-figma-frame { width: 100%; }
  .as-ds-delivery { --as-ds-delivery-space: 16px; }
  .as-ds-delivery figcaption { bottom: 3px; font-size: 8px; }
  .as-strategy-research { padding-bottom: 78px; }
  .as-strategy-board { padding: 72px 0; }
  .as-strategy-board-head { margin-bottom: 54px; }
  .as-strategy-board-head h3 { font-size: clamp(38px, 12vw, 58px); }
  .as-change-board .as-strategy-board-head h3 {
    font-size: clamp(31px, 9.6vw, 46px);
    white-space: nowrap;
  }
  .as-strategy-board-head > p,
  .as-strategy-board-head > div + p { margin-top: 22px; font-size: 15px; }
  .as-change-brand {
    min-height: 154px;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 15px;
  }
  .as-change-drivers { grid-template-columns: 1fr; }
  .as-change-drivers article {
    min-height: 0;
    padding: 30px 0;
    border-left: 0;
    border-top: 1px solid var(--as-line);
  }
  .as-change-drivers article:first-child { border-top: 0; }
  .as-change-drivers article > span { margin-bottom: 0; }
  .as-change-drivers h4 { margin-top: 38px; }
  .as-interview-marquee { gap: 16px; -webkit-mask-image: none; mask-image: none; }
  .as-interview-set { gap: 16px; padding-right: 16px; }
  .as-interview-card { width: 86vw; min-height: 230px; padding: 24px; grid-template-columns: 54px minmax(0,1fr); gap: 18px; border-radius: 14px; }
  .as-interview-avatar { width: 54px; height: 54px; }
  .as-interview-card p { font-size: 15px; }
  .as-interview-card cite { color: rgba(255,255,255,.5); font-size: 11px; }
  .as-house-rings { width: min(90vw, 420px); }
  .as-brand-house-data > div { grid-template-columns: 1fr; gap: 16px; }
  .as-house-products-row dd { grid-template-columns: 1fr; gap: 22px; }
  .as-plan-scope-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .as-plan-scope-grid article {
    min-height: 210px;
    border-top: 1px solid var(--as-line);
  }
  .as-plan-scope-grid article:nth-child(odd) { border-left: 0; }
  .as-plan-scope-grid article:nth-child(-n+2) { border-top: 0; }
  .as-plan-scope-grid article:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .as-plan-scope-secondary { grid-template-columns: 1fr; }
  .as-plan-scope-secondary section { min-height: 130px; border-left: 0; border-top: 1px solid var(--as-line); }
  .as-plan-scope-secondary section:first-child { border-top: 0; }
  .as-plan-timeline {
    grid-template-columns: 1fr;
    padding: 38px 26px;
  }
  .as-plan-timeline::before { display: none; }
  .as-plan-timeline li { min-height: 0; padding: 0 0 34px 24px; }
  .as-plan-timeline li:last-child { padding-bottom: 0; }
  .as-plan-timeline li > span { font-size: 10px; }
  .as-plan-timeline p { color: rgba(8,8,8,.6); font-size: 13px; }
}

@media (max-width: 420px) {
  .as-shift { padding: 82px 0 96px; }
  .as-strategy-board { padding: 62px 0; }
  .as-strategy-board-head { margin-bottom: 44px; }
  .as-house-rings { width: 100%; }
  .as-house-ring > span { top: 7%; font-size: 8px; }
  .as-house-why small { margin-top: 8px; font-size: 9px; }
  .as-plan-scope-grid h5 { margin-top: 38px; }
  .as-plan-scope-grid article { min-height: 190px; padding-inline: 12px; }
}
