/* Core business methodology: editorial spatial system */
body.page-services{
  --method-bg:#f3f3f0;
  --method-surface:#fbfbf9;
  --method-ink:#1d1d1b;
  --method-muted:#6f6e69;
  --method-line:#d9d8d2;
  --method-red:#ef263f;
  --method-red-soft:#f9e6e9;
}

body.page-services .subhero--single h1{
  max-width:calc(100vw - 128px);
  font-size:42px;
  white-space:normal;
  text-wrap:balance;
}

@media(min-width:1440px){body.page-services .subhero--single h1{font-size:48px}}
@media(min-width:1700px){body.page-services .subhero--single h1{font-size:56px}}

.services-method{
  position:relative;
  padding:120px 0;
  overflow:hidden;
  background:var(--method-bg);
  color:var(--method-ink);
}
.services-method__inner{max-width:1380px}
.services-method__head{
  width:100%;
  max-width:none;
  margin:0 0 58px;
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);
  align-items:end;
  gap:72px;
  text-align:left;
}
.services-method__kicker{
  grid-column:1/-1;
  margin:0 0 -40px;
  color:var(--method-red);
  font-size:13px;
  font-weight:700;
}
.services-method__head h2{
  max-width:900px;
  font-family:var(--serif);
  font-size:46px;
  line-height:1.22;
  font-weight:700;
  letter-spacing:0;
  text-wrap:balance;
}
.services-method__head>p:not(.services-method__kicker){
  max-width:470px;
  margin:0;
  color:var(--method-muted);
  font-size:15px;
  line-height:1.85;
}

/* 01: dark editorial map, with data embedded into the composition */
.services-method--scenes{background:#eeeeea}
.services-method--scenes .services-method__head{
  grid-template-columns:1fr;
  gap:18px;
}
.services-method--scenes .services-method__kicker{margin:0 0 2px}
.services-method--scenes .services-method__head h2{white-space:nowrap}
.services-method--scenes .services-method__head>p:not(.services-method__kicker){max-width:720px}
.scene-map{
  display:grid;
  grid-template-columns:minmax(360px,.82fr) minmax(540px,1.18fr);
  grid-template-rows:auto auto;
  min-height:590px;
  overflow:hidden;
  border-radius:8px;
  background:var(--method-ink);
  box-shadow:0 28px 70px rgba(29,29,27,.12);
}
.scene-map__lead{
  padding:54px 52px 48px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:64px;
  color:#f7f7f4;
}
.scene-map__lead h3{
  max-width:9ch;
  font-family:var(--serif);
  font-size:40px;
  line-height:1.25;
}
.scene-map__lead p{
  max-width:380px;
  margin-top:22px;
  color:rgba(255,255,255,.62);
  font-size:14px;
  line-height:1.9;
}
.scene-map__scope{display:flex;align-items:flex-end;gap:42px}
.scene-map__scope>div{min-width:0}
.scene-map__scope strong{
  display:block;
  color:var(--method-red);
  font-family:var(--display);
  font-size:76px;
  line-height:.86;
  font-weight:700;
}
.scene-map__scope span{
  display:block;
  margin-top:13px;
  color:rgba(255,255,255,.58);
  font-size:12px;
}
.scene-map__categories{
  counter-reset:scene;
  list-style:none;
  padding:50px 46px 40px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-content:center;
  column-gap:42px;
  background:var(--method-surface);
}
.scene-map__categories li{
  counter-increment:scene;
  min-height:78px;
  display:grid;
  grid-template-columns:38px 1fr;
  align-items:center;
  gap:16px;
  border-top:1px solid var(--method-line);
  font-size:18px;
  font-weight:650;
  transition:color .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);
}
.scene-map__categories li::before{
  content:counter(scene,decimal-leading-zero);
  color:var(--method-red);
  font-family:var(--display);
  font-size:12px;
}
.scene-map__categories li:nth-child(1),
.scene-map__categories li:nth-child(2){border-top:0}
.scene-map__categories li:hover{color:var(--method-red);transform:translateX(5px)}
.scene-map__note{
  grid-column:1/-1;
  margin:0;
  padding:20px 52px;
  background:var(--method-red);
  color:#fff;
  font-size:14px;
  line-height:1.7;
  text-align:left;
}

/* 02: orbital IDEA engine, intentionally unlike the map section */
.services-method--idea{background:var(--method-surface)}
.services-method--idea .services-method__head h2{font-family:var(--display);font-weight:700}
.idea-system{
  position:relative;
  min-height:610px;
  padding:52px 60px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:8px;
  background:#ecece8;
}
.idea-system::before,
.idea-system::after{
  content:"";
  position:absolute;
  inset:50%;
  border:1px solid rgba(29,29,27,.14);
  border-radius:50%;
  transform:translate(-50%,-50%);
  pointer-events:none;
}
.idea-system::before{width:430px;height:430px}
.idea-system::after{width:300px;height:300px;border-color:rgba(239,38,63,.34)}
.idea-system__mark{
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  width:210px;
  aspect-ratio:1;
  padding:30px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
  border-radius:50%;
  background:var(--method-red);
  color:#fff;
  text-align:center;
  transform:translate(-50%,-50%);
  box-shadow:0 24px 55px rgba(239,38,63,.2);
}
.idea-system__mark span{font-family:var(--display);font-size:44px;font-weight:750;line-height:1}
.idea-system__mark p{color:rgba(255,255,255,.76);font-size:12px;line-height:1.7}
.idea-system__stages{
  position:relative;
  z-index:1;
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  column-gap:380px;
  row-gap:82px;
}
.idea-system__stages article{
  min-height:180px;
  padding:24px 8px 20px;
  display:grid;
  grid-template-columns:58px 1fr;
  gap:18px;
  border-top:2px solid var(--method-ink);
  transition:transform .32s cubic-bezier(.16,1,.3,1),border-color .32s ease;
}
.idea-system__stages article:hover{border-color:var(--method-red);transform:translateY(-5px)}
.idea-system__stages article>span{
  font-family:var(--display);
  font-size:52px;
  font-weight:700;
  line-height:.9;
  color:var(--method-red);
}
.idea-system__stages h3{font-family:var(--display);font-size:20px;line-height:1}
.idea-system__stages b{display:block;margin-top:7px;font-size:16px}
.idea-system__stages p{max-width:260px;margin-top:12px;color:var(--method-muted);font-size:13px;line-height:1.75}
.operation-chain{
  margin-top:18px;
  padding:38px 42px 34px;
  display:grid;
  grid-template-columns:280px 1fr;
  gap:42px;
  border-radius:8px;
  background:var(--method-ink);
  color:#fff;
}
.operation-chain__intro{display:block;margin:0}
.operation-chain__intro h3{font-family:var(--serif);font-size:27px;line-height:1.35}
.operation-chain__intro p{margin-top:13px;color:rgba(255,255,255,.55);font-size:13px;line-height:1.7;text-align:left}
.operation-chain ol{
  position:relative;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
}
.operation-chain ol::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:25px;
  height:1px;
  background:rgba(255,255,255,.22);
}
.operation-chain li{position:relative;min-height:100px;padding:0 12px 0 0;display:block}
.operation-chain li::before{
  content:"";
  position:absolute;
  top:21px;
  left:0;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--method-red);
  box-shadow:0 0 0 5px var(--method-ink);
}
.operation-chain span{display:block;color:rgba(255,255,255,.48);font-family:var(--display);font-size:11px}
.operation-chain b{display:block;margin-top:49px;font-size:13px;line-height:1.45}

/* 03: editorial growth field and a dominant validation funnel */
.services-method--content{background:#eeeeea}
.growth-triad{
  display:grid;
  grid-template-columns:1fr 1.1fr 1fr;
  align-items:stretch;
  overflow:hidden;
  border-radius:8px;
  background:var(--method-ink);
  color:#fff;
}
.growth-triad article{
  min-height:280px;
  padding:38px 36px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  transition:transform .32s cubic-bezier(.16,1,.3,1);
}
.growth-triad article+article{border-left:1px solid rgba(255,255,255,.16)}
.growth-triad article:nth-child(2){background:var(--method-red);transform:none}
.growth-triad article:hover{transform:translateY(-5px)}
.growth-triad article:nth-child(2):hover{transform:translateY(-5px)}
.growth-triad span{margin-bottom:auto;color:rgba(255,255,255,.48);font-family:var(--display);font-size:13px}
.growth-triad article:nth-child(2) span{color:rgba(255,255,255,.65)}
.growth-triad h3{margin-top:0;font-family:var(--serif);font-size:32px;line-height:1.25}
.growth-triad p{max-width:320px;margin-top:14px;color:rgba(255,255,255,.58);font-size:13px;line-height:1.8}
.growth-triad article:nth-child(2) p{color:rgba(255,255,255,.8)}
.content-quality{
  margin-top:54px;
  display:grid;
  grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);
  gap:64px;
  align-items:start;
  background:transparent;
  border:0;
  border-radius:0;
  overflow:visible;
}
.content-quality__intro{padding:8px 0;border:0}
.content-quality__intro h3{font-family:var(--serif);font-size:34px;line-height:1.35}
.content-quality__intro p{max-width:330px;margin-top:16px;color:var(--method-muted);font-size:14px;line-height:1.85}
.content-quality ul{
  counter-reset:quality;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.content-quality li{
  counter-increment:quality;
  min-height:148px;
  padding:24px;
  border:0;
  border-radius:8px;
  background:var(--method-surface);
  box-shadow:0 10px 30px rgba(29,29,27,.035);
  transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease;
}
.content-quality li:nth-child(2),.content-quality li:nth-child(5){transform:translateY(16px)}
.content-quality li:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(29,29,27,.08)}
.content-quality li:nth-child(2):hover,.content-quality li:nth-child(5):hover{transform:translateY(12px)}
.content-quality li::before{
  content:counter(quality,decimal-leading-zero);
  display:block;
  margin-bottom:24px;
  color:var(--method-red);
  font-family:var(--display);
  font-size:11px;
}
.content-quality b{display:block;font-size:17px}
.content-quality span{display:block;margin-top:7px;color:var(--method-muted);font-size:12px;line-height:1.65}
.validation-model{
  margin-top:72px;
  padding:52px 56px;
  display:grid;
  grid-template-columns:minmax(290px,.72fr) minmax(520px,1.28fr);
  gap:68px;
  align-items:center;
  border:0;
  border-radius:8px;
  background:var(--method-surface);
  box-shadow:0 22px 55px rgba(29,29,27,.07);
}
.validation-model__intro h3{font-family:var(--serif);font-size:34px;line-height:1.35}
.validation-model__intro p{max-width:380px;margin-top:16px;color:var(--method-muted);font-size:14px;line-height:1.85}
.validation-model__funnel{display:flex;flex-direction:column;align-items:center;gap:9px}
.validation-model__funnel>div{
  width:100%;
  min-height:82px;
  padding:18px 24px;
  display:grid;
  grid-template-columns:108px 150px 1fr;
  align-items:center;
  gap:18px;
  border-radius:6px;
  background:#e9e9e5;
}
.validation-model__funnel>div:nth-child(2){width:90%;background:var(--method-red-soft)}
.validation-model__funnel>div:nth-child(3){width:78%;background:var(--method-red);color:#fff}
.validation-model__funnel span{font-size:13px;font-weight:700}
.validation-model__funnel strong{color:var(--method-red);font-family:var(--display);font-size:17px}
.validation-model__funnel p{color:var(--method-muted);font-size:11px;line-height:1.55}
.validation-model__funnel>div:nth-child(3) strong,
.validation-model__funnel>div:nth-child(3) p{color:#fff}

/* 04: one continuous delivery track instead of six equal cards */
.services-method--delivery{background:var(--method-surface)}
.delivery-flow{
  position:relative;
  list-style:none;
  padding:24px 0 0;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:0;
  background:transparent;
  border:0;
  border-radius:0;
  overflow:visible;
}
.delivery-flow::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:74px;
  height:3px;
  background:linear-gradient(90deg,var(--method-red),#f3a3af);
}
.delivery-flow li{
  position:relative;
  min-height:290px;
  padding:0 28px 28px 0;
  border:0;
  display:block;
}
.delivery-flow li::after{
  content:"";
  position:absolute;
  z-index:2;
  top:43px;
  left:0;
  width:17px;
  height:17px;
  border:4px solid var(--method-surface);
  border-radius:50%;
  background:var(--method-red);
  box-shadow:0 0 0 1px var(--method-red);
}
.delivery-flow span{
  display:block;
  color:var(--method-red);
  font-family:var(--display);
  font-size:46px;
  font-weight:700;
  line-height:1;
  opacity:.2;
}
.delivery-flow h3{margin-top:76px;font-family:var(--serif);font-size:22px;line-height:1.35}
.delivery-flow p{max-width:180px;margin-top:13px;color:var(--method-muted);font-size:12px;line-height:1.8}
.delivery-flow li:nth-child(even) h3{margin-top:116px}
.delivery-flow li:nth-child(even)::after{top:83px}
.delivery-flow li:nth-child(even) span{transform:translateY(40px)}
.services-method__action{margin-top:0;text-align:left}
.services-method__action .btn{min-width:190px;white-space:nowrap}

@media(max-width:1180px){
  .services-method{padding:96px 0}
  .services-method__head{grid-template-columns:1fr;gap:18px}
  .services-method__kicker{margin:0 0 2px}
  .services-method__head>p:not(.services-method__kicker){max-width:680px}
  .scene-map{grid-template-columns:.9fr 1.1fr}
  .idea-system__stages{column-gap:290px}
  .operation-chain{grid-template-columns:230px 1fr;gap:28px}
  .operation-chain li{padding-right:8px}
  .content-quality{gap:42px}
  .validation-model{grid-template-columns:1fr;gap:36px}
  .validation-model__intro p{max-width:650px}
  .delivery-flow li{padding-right:18px}
}

@media(max-width:900px){
  .scene-map{grid-template-columns:1fr;grid-template-rows:auto auto auto}
  .scene-map__lead{gap:42px}
  .scene-map__lead h3{max-width:none}
  .scene-map__note{grid-column:1}
  .idea-system{min-height:auto;padding:36px}
  .idea-system::before,.idea-system::after{display:none}
  .idea-system__mark{position:static;width:180px;margin:0 auto 36px;transform:none}
  .idea-system__stages{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:36px;row-gap:28px}
  .operation-chain{grid-template-columns:1fr}
  .operation-chain ol{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:22px}
  .operation-chain ol::before{display:none}
  .operation-chain li{min-height:72px;border-top:1px solid rgba(255,255,255,.2);padding-top:13px}
  .operation-chain li::before{display:none}
  .operation-chain b{margin-top:18px}
  .growth-triad{grid-template-columns:1fr}
  .growth-triad article{min-height:220px}
  .growth-triad article+article{border-left:0;border-top:1px solid rgba(255,255,255,.16)}
  .content-quality{grid-template-columns:1fr}
  .content-quality ul{grid-template-columns:repeat(3,minmax(0,1fr))}
  .delivery-flow{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:28px}
  .delivery-flow::before{display:none}
  .delivery-flow li{min-height:230px;padding:24px;border-left:3px solid var(--method-red);background:#eeeeea}
  .delivery-flow li::after{display:none}
  .delivery-flow li:nth-child(even) h3,.delivery-flow h3{margin-top:48px}
  .delivery-flow li:nth-child(even) span{transform:none}
}

@media(max-width:680px){
  body.page-services .subhero--single h1{max-width:12ch;font-size:30px}
  .services-method{padding:72px 0}
  .services-method__head{margin-bottom:38px}
  .services-method__head h2{font-size:31px;line-height:1.3}
  .services-method--scenes .services-method__head h2{white-space:normal}
  .services-method__head>p:not(.services-method__kicker){font-size:14px;line-height:1.75}
  .scene-map__lead{padding:32px 26px 30px}
  .scene-map__lead h3{font-size:31px}
  .scene-map__scope{gap:28px}
  .scene-map__scope strong{font-size:58px}
  .scene-map__categories{padding:24px 26px;grid-template-columns:1fr;column-gap:0}
  .scene-map__categories li{min-height:58px;font-size:16px}
  .scene-map__categories li:nth-child(2){border-top:1px solid var(--method-line)}
  .scene-map__note{padding:18px 26px;font-size:12px}
  .idea-system{padding:28px 24px}
  .idea-system__mark{width:158px;padding:22px}
  .idea-system__mark span{font-size:36px}
  .idea-system__stages{grid-template-columns:1fr;gap:16px}
  .idea-system__stages article{min-height:0;padding:22px 0;grid-template-columns:48px 1fr}
  .idea-system__stages article>span{font-size:42px}
  .operation-chain{padding:30px 24px}
  .operation-chain ol{grid-template-columns:repeat(2,minmax(0,1fr))}
  .growth-triad article{min-height:210px;padding:30px 26px}
  .growth-triad h3{font-size:27px}
  .content-quality{margin-top:42px;gap:24px}
  .content-quality__intro h3,.validation-model__intro h3{font-size:29px}
  .content-quality ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .content-quality li{min-height:140px;padding:20px}
  .content-quality li:nth-child(2),.content-quality li:nth-child(5){transform:none}
  .validation-model{margin-top:42px;padding:30px 22px;gap:28px}
  .validation-model__funnel>div,
  .validation-model__funnel>div:nth-child(2),
  .validation-model__funnel>div:nth-child(3){width:100%;padding:18px;grid-template-columns:1fr;gap:6px}
  .validation-model__funnel>div:nth-child(2){width:88%}
  .validation-model__funnel>div:nth-child(3){width:74%}
  .delivery-flow{grid-template-columns:1fr;gap:10px;padding-top:0}
  .delivery-flow li{min-height:0;padding:24px 24px 26px}
  .delivery-flow span{font-size:36px}
  .delivery-flow li:nth-child(even) h3,.delivery-flow h3{margin-top:24px}
  .delivery-flow p{max-width:none}
  .services-method__action{margin-top:24px;text-align:center}
}

@media(hover:none){
  .scene-map__categories li:hover,
  .idea-system__stages article:hover,
  .growth-triad article:hover,
  .growth-triad article:nth-child(2):hover,
  .content-quality li:hover{transform:none}
}

@media(prefers-reduced-motion:reduce){
  .scene-map__categories li,
  .idea-system__stages article,
  .growth-triad article,
  .content-quality li{transition:none}
}
