/* -------------------------------------------------------------------------- */
/* Kothay case study                                                          */
/* -------------------------------------------------------------------------- */

body.kothay-case-page {
  min-width: 320px;
  color: #f7f7f4;
  background: #07070d;
}

.kothay-case-page a:focus-visible {
  outline: 2px solid #ff4b59;
  outline-offset: 5px;
}

.kothay-shell {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.kothay-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 7, 13, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.kothay-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
}

.kothay-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f7f7f4;
  font-family: var(--font-ui);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.09em;
}

.kothay-brand img {
  width: 25px;
  height: 25px;
}

.kothay-brand span span {
  color: var(--lime);
}

.kothay-back {
  color: #f7f7f4;
  font-size: 12px;
  font-weight: 600;
}

.kothay-back:hover,
.kothay-back:focus-visible {
  color: #ff5965;
}

.kothay-case h1,
.kothay-case h2,
.kothay-case p,
.kothay-case figure {
  margin: 0;
}

.kothay-hero {
  position: relative;
  min-height: 870px;
  padding: clamp(156px, 16vw, 230px) 0 clamp(60px, 8vw, 120px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 30%, rgba(242, 57, 72, 0.26), transparent 25rem),
    radial-gradient(circle at 9% 88%, rgba(255, 68, 83, 0.13), transparent 28rem),
    #07070d;
}

.kothay-hero-grid,
.kothay-workflow-grid,
.kothay-principle-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(40px, 8vw, 126px);
}

.kothay-hero-grid {
  min-height: 610px;
}

.kothay-hero-copy {
  align-self: center;
  position: relative;
  z-index: 1;
}

.kothay-eyebrow {
  color: #ff5965;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.kothay-eyebrow span {
  opacity: 0.58;
}

.kothay-hero h1,
.kothay-case h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.08em;
}

.kothay-hero h1 {
  margin-top: 22px;
  font-size: clamp(62px, 8.2vw, 132px);
  line-height: 0.88;
}

.kothay-hero h1 span,
.kothay-case h2 span {
  color: #ff5965;
}

.kothay-hero-copy > p:not(.kothay-eyebrow) {
  max-width: 540px;
  margin-top: 36px;
  color: rgba(247, 247, 244, 0.75);
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.72;
}

.kothay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.kothay-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(247, 247, 244, 0.26);
  border-radius: 999px;
  color: #f7f7f4;
  font-size: 13px;
  font-weight: 600;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.kothay-button:hover,
.kothay-button:focus-visible {
  border-color: #ff5965;
  background: #ff5965;
  color: #07070d;
  transform: translateY(-2px);
}

.kothay-button-primary {
  border-color: #ff3c4d;
  background: #ff3c4d;
  color: #fff;
}

.kothay-button-primary:hover,
.kothay-button-primary:focus-visible {
  border-color: #ff6c76;
  background: #ff6c76;
  color: #fff;
}

.kothay-hero-art {
  position: absolute;
  right: clamp(-320px, -17vw, -120px);
  bottom: 0;
  z-index: 0;
  width: min(94vw, 1500px);
  height: auto;
  margin: 0;
  overflow: visible;
  background: transparent;
  filter: drop-shadow(0 32px 45px rgba(0, 0, 0, 0.48));
}

.kothay-hero-art::before {
  position: absolute;
  inset: 20% 2% -10%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 73, 86, 0.22), transparent 65%);
  content: "";
}

.kothay-hero-art img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.kothay-overview,
.kothay-workflow,
.kothay-principle,
.kothay-outcome {
  padding: clamp(100px, 14vw, 190px) 0;
}

.kothay-overview {
  background: #f4f2f0;
  color: #16141a;
}

.kothay-overview .kothay-eyebrow {
  color: #e83949;
}

.kothay-overview-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: clamp(44px, 10vw, 180px);
  align-items: end;
  margin-top: 42px;
}

.kothay-overview h2 {
  font-size: clamp(54px, 7vw, 112px);
  line-height: 0.9;
}

.kothay-overview-grid p {
  padding-bottom: 6px;
  color: rgba(22, 20, 26, 0.72);
  font-size: clamp(17px, 1.45vw, 22px);
  letter-spacing: -0.04em;
  line-height: 1.52;
}

.kothay-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(78px, 11vw, 150px);
  border-top: 1px solid rgba(22, 20, 26, 0.2);
}

.kothay-facts div {
  min-height: 124px;
  padding: 20px 22px 10px 0;
  border-right: 1px solid rgba(22, 20, 26, 0.2);
}

.kothay-facts div + div {
  padding-left: 22px;
}

.kothay-facts div:last-child {
  border-right: 0;
}

.kothay-facts dt {
  color: rgba(22, 20, 26, 0.5);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kothay-facts dd {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 600;
}

.kothay-workflow {
  background: #0b0a10;
}

.kothay-workflow-grid {
  align-items: stretch;
}

.kothay-workflow h2,
.kothay-principle h2,
.kothay-outcome h2 {
  margin-top: 22px;
  font-size: clamp(52px, 6.2vw, 100px);
  line-height: 0.9;
}

.kothay-workflow-grid > div > p:not(.kothay-eyebrow),
.kothay-principle-grid > div > p:not(.kothay-eyebrow),
.kothay-outcome > div > p:not(.kothay-eyebrow) {
  max-width: 560px;
  margin-top: 32px;
  color: rgba(247, 247, 244, 0.7);
  font-size: 17px;
  line-height: 1.7;
}

.kothay-feature-list {
  display: grid;
  gap: 14px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.kothay-feature-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(247, 247, 244, 0.9);
  font-size: 15px;
}

.kothay-feature-list li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5965;
  content: "";
}

.kothay-dashboard-shot {
  min-height: 620px;
  aspect-ratio: auto;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #ecebea;
}

.kothay-dashboard-shot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin-left: 0;
  object-fit: cover;
  object-position: center;
}

.kothay-principle {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 72%, rgba(236, 52, 69, 0.24), transparent 23rem),
    #151017;
}

.kothay-principle-grid {
  grid-template-columns: 1.14fr 0.86fr;
  align-items: stretch;
}

.kothay-field-shot {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #e9e7e5;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}

.kothay-field-shot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.kothay-outcome {
  background: #ff3c4d;
  color: #fff;
}

.kothay-outcome .kothay-eyebrow {
  color: #6b0f1a;
}

.kothay-outcome h2 span {
  color: #63111b;
}

.kothay-outcome > div > p:not(.kothay-eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.kothay-outcome .kothay-button {
  margin-top: 38px;
  border-color: #fff;
  background: #fff;
  color: #151017;
}

.kothay-outcome .kothay-button:hover,
.kothay-outcome .kothay-button:focus-visible {
  border-color: #151017;
  background: #151017;
  color: #fff;
}

/* Kothay case-study narrative modules */
.kothay-problem,
.kothay-audit,
.kothay-operations {
  padding: clamp(100px, 14vw, 190px) 0;
}

.kothay-problem {
  color: #16141a;
  background: #ff3c4d;
}

.kothay-problem .kothay-eyebrow {
  color: rgba(22, 20, 26, 0.62);
}

.kothay-problem h2,
.kothay-audit h2,
.kothay-operations h2 {
  margin-top: 24px;
  font-size: clamp(52px, 7.6vw, 122px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.88;
}

.kothay-problem h2 span {
  color: rgba(22, 20, 26, 0.46);
}

.kothay-problem-grid,
.kothay-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(60px, 9vw, 126px);
  border-top: 1px solid rgba(22, 20, 26, 0.22);
}

.kothay-problem-grid article,
.kothay-outcome-grid article {
  min-height: 200px;
  padding: 23px 22px 0 0;
  border-right: 1px solid rgba(22, 20, 26, 0.22);
}

.kothay-problem-grid article + article,
.kothay-outcome-grid article + article {
  padding-left: 22px;
}

.kothay-problem-grid article:last-child,
.kothay-outcome-grid article:last-child {
  border-right: 0;
}

.kothay-problem-grid strong,
.kothay-outcome-grid strong {
  display: block;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

.kothay-problem-grid p,
.kothay-outcome-grid p {
  margin-top: 54px;
  font-size: 14px;
  line-height: 1.55;
}

.kothay-audit {
  background: #f4f2f0;
  color: #16141a;
}

.kothay-audit .kothay-eyebrow {
  color: #e83949;
}

.kothay-section-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(22, 20, 26, 0.18);
}

.kothay-section-topline > p:last-child {
  max-width: 420px;
  color: rgba(22, 20, 26, 0.62);
  font-size: 13px;
  line-height: 1.58;
}

.kothay-audit h2 span {
  color: #e83949;
}

.kothay-audit-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(340px, 0.8fr);
  justify-content: space-between;
  gap: clamp(54px, 13vw, 240px);
  margin-top: clamp(52px, 8vw, 112px);
}

.kothay-audit-grid > p {
  max-width: 620px;
  font-size: clamp(20px, 2.3vw, 32px);
  letter-spacing: -0.05em;
  line-height: 1.34;
}

.kothay-audit-grid ol {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(22, 20, 26, 0.18);
  list-style: none;
}

.kothay-audit-grid li {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(22, 20, 26, 0.18);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.kothay-audit-grid li span {
  color: #e83949;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kothay-operations {
  background: #151017;
}

.kothay-operations h2 span {
  color: #ff5965;
}

.kothay-operations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(58px, 9vw, 128px);
}

.kothay-operations-grid article {
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(247, 247, 244, 0.16);
  border-radius: 18px;
  background: rgba(247, 247, 244, 0.04);
}

.kothay-card-label {
  color: #ff5965;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.kothay-operations-grid h3 {
  margin: 78px 0 16px;
  color: #f7f7f4;
  font-size: clamp(27px, 3vw, 43px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.kothay-operations-grid article > p:last-child {
  max-width: 510px;
  color: rgba(247, 247, 244, 0.67);
  font-size: 15px;
  line-height: 1.62;
}

.kothay-outcome-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-color: rgba(255, 255, 255, 0.28);
}

.kothay-outcome-grid article {
  border-color: rgba(255, 255, 255, 0.28);
}

.kothay-outcome-grid p {
  color: rgba(255, 255, 255, 0.82);
}

.kothay-closing {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: clamp(72px, 11vw, 150px);
}

.kothay-closing p {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(22px, 3vw, 40px);
  letter-spacing: -0.055em;
  line-height: 1.15;
}

.kothay-closing .kothay-button {
  flex: 0 0 auto;
  margin: 0;
}

@media (max-width: 850px) {
  .kothay-shell {
    width: min(100% - 36px, 1280px);
  }

  .kothay-hero {
    min-height: auto;
    padding-top: 140px;
  }

  .kothay-hero-grid,
  .kothay-workflow-grid,
  .kothay-principle-grid,
  .kothay-overview-grid,
  .kothay-audit-grid {
    grid-template-columns: 1fr;
  }

  .kothay-problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kothay-hero-art {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 680px);
    height: auto;
    margin-inline: auto;
  }

  .kothay-hero-art img {
    width: 100%;
    height: auto;
  }

  .kothay-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .kothay-facts div:nth-child(2) {
    border-right: 0;
  }

  .kothay-facts div:nth-child(n + 3) {
    border-top: 1px solid rgba(22, 20, 26, 0.2);
  }

  .kothay-principle-grid > div {
    order: -1;
  }

  .kothay-dashboard-shot {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .kothay-field-shot {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .kothay-closing {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .kothay-brand {
    font-size: 22px;
  }

  .kothay-back {
    font-size: 10px;
  }

  .kothay-hero h1 {
    font-size: clamp(56px, 16vw, 78px);
  }

  .kothay-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .kothay-button {
    justify-content: space-between;
  }

  .kothay-facts div {
    min-height: 108px;
  }

  .kothay-dashboard-shot {
    min-height: 0;
  }

  .kothay-dashboard-shot img {
    min-height: 0;
  }

  .kothay-field-shot img {
    min-height: 0;
  }

  .kothay-section-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .kothay-problem-grid,
  .kothay-outcome-grid,
  .kothay-operations-grid {
    grid-template-columns: 1fr;
  }

  .kothay-problem-grid article,
  .kothay-problem-grid article + article,
  .kothay-outcome-grid article,
  .kothay-outcome-grid article + article {
    min-height: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(22, 20, 26, 0.22);
    border-right: 0;
  }

  .kothay-outcome-grid article,
  .kothay-outcome-grid article + article {
    border-color: rgba(255, 255, 255, 0.28);
  }

  .kothay-problem-grid article:first-child,
  .kothay-outcome-grid article:first-child {
    border-top: 0;
  }

  .kothay-problem-grid p,
  .kothay-outcome-grid p {
    margin-top: 22px;
  }

  .kothay-operations-grid article {
    min-height: 0;
    padding: 24px;
  }

  .kothay-operations-grid h3 {
    margin-top: 48px;
  }
}

/* -------------------------------------------------------------------------- */
/* TimoDesk case study                                                        */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* BuildeCom case study                                                       */
/* -------------------------------------------------------------------------- */

body.buildecom-case-page {
  min-width: 320px;
  color: #f5f8ff;
  background: #070a16;
}

.buildecom-case-page a:focus-visible {
  outline: 2px solid #5d87ff;
  outline-offset: 5px;
}

.buildecom-shell {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.buildecom-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 10, 22, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.buildecom-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
}

.buildecom-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f5f8ff;
  font-family: var(--font-ui);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.09em;
}

.buildecom-brand img { width: 25px; height: 25px; }
.buildecom-brand span span { color: var(--lime); }

.buildecom-back {
  color: #f5f8ff;
  font-size: 12px;
  font-weight: 600;
}

.buildecom-back:hover { color: #7297ff; }

.buildecom-case h1,
.buildecom-case h2,
.buildecom-case p,
.buildecom-case figure { margin: 0; }

.buildecom-hero {
  position: relative;
  overflow: hidden;
  min-height: 850px;
  padding: clamp(150px, 15vw, 220px) 0 clamp(72px, 9vw, 140px);
  background:
    radial-gradient(circle at 88% 35%, rgba(53, 104, 244, 0.22), transparent 26rem),
    radial-gradient(circle at 9% 88%, rgba(91, 135, 255, 0.13), transparent 28rem),
    #070a16;
}

.buildecom-hero-grid,
.buildecom-workflow-grid,
.buildecom-principle-grid,
.buildecom-brand-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(40px, 8vw, 126px);
}

.buildecom-hero-grid { min-height: 560px; }
.buildecom-hero-copy { position: relative; z-index: 1; }

.buildecom-eyebrow {
  color: #7194ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.buildecom-eyebrow span { opacity: 0.58; }

.buildecom-hero h1,
.buildecom-case h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.08em;
}

.buildecom-hero h1 {
  margin-top: 22px;
  font-size: clamp(62px, 8vw, 128px);
  line-height: 0.88;
}

.buildecom-hero h1 span,
.buildecom-case h2 span { color: #5f86ff; }

.buildecom-hero-copy > p:not(.buildecom-eyebrow) {
  max-width: 535px;
  margin-top: 36px;
  color: rgba(245, 248, 255, 0.74);
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.72;
}

.buildecom-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.buildecom-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(245, 248, 255, 0.28);
  border-radius: 999px;
  color: #f5f8ff;
  font-size: 13px;
  font-weight: 600;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.buildecom-button:hover { border-color: #5f86ff; background: #5f86ff; color: #fff; transform: translateY(-2px); }
.buildecom-button-primary { border-color: #5f86ff; background: #5f86ff; color: #fff; }
.buildecom-button-primary:hover { border-color: #83a2ff; background: #83a2ff; }

.buildecom-hero-art {
  position: absolute;
  right: clamp(-180px, -6vw, -72px);
  bottom: -110px;
  z-index: 0;
  width: min(74vw, 1280px);
  min-height: 0;
  overflow: visible;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.buildecom-hero-art img,
.buildecom-builder-shot img,
.buildecom-device-shot img,
.buildecom-brand-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buildecom-hero-art img {
  height: auto;
  object-position: center;
}

.buildecom-overview,
.buildecom-workflow,
.buildecom-principle,
.buildecom-brand-section,
.buildecom-outcome { padding: clamp(100px, 14vw, 190px) 0; }

.buildecom-overview { color: #111827; background: #f1f4f8; }
.buildecom-overview .buildecom-eyebrow { color: #3568e6; }

.buildecom-overview-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  align-items: end;
  gap: clamp(44px, 10vw, 180px);
  margin-top: 42px;
}

.buildecom-overview h2 { font-size: clamp(54px, 7vw, 112px); line-height: 0.9; }

.buildecom-overview-grid p {
  padding-bottom: 6px;
  color: rgba(17, 24, 39, 0.7);
  font-size: clamp(17px, 1.45vw, 22px);
  letter-spacing: -0.04em;
  line-height: 1.52;
}

.buildecom-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(78px, 11vw, 150px);
  border-top: 1px solid rgba(17, 24, 39, 0.2);
}

.buildecom-facts div { min-height: 124px; padding: 20px 22px 10px 0; border-right: 1px solid rgba(17, 24, 39, 0.2); }
.buildecom-facts div + div { padding-left: 22px; }
.buildecom-facts div:last-child { border-right: 0; }
.buildecom-facts dt { color: rgba(17, 24, 39, 0.5); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.buildecom-facts dd { margin: 12px 0 0; font-size: 15px; font-weight: 600; }

.buildecom-workflow {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  padding: 54px 0 0;
  background: #070d20;
}

.buildecom-workflow-grid {
  display: block;
  min-height: 646px;
}

.buildecom-workflow-grid > div {
  position: relative;
  z-index: 1;
  width: min(31%, 360px);
}
.buildecom-workflow h2,
.buildecom-principle h2,
.buildecom-brand-section h2,
.buildecom-outcome h2 { margin-top: 22px; font-size: clamp(52px, 6.2vw, 100px); line-height: 0.9; }

.buildecom-workflow h2 {
  font-size: clamp(52px, 5vw, 82px);
  line-height: 0.88;
}

.buildecom-workflow-grid > div > p:not(.buildecom-eyebrow),
.buildecom-principle-grid > div > p:not(.buildecom-eyebrow),
.buildecom-brand-grid > div > p:not(.buildecom-eyebrow),
.buildecom-outcome > div > p:not(.buildecom-eyebrow) {
  max-width: 560px;
  margin-top: 32px;
  color: rgba(245, 248, 255, 0.7);
  font-size: 17px;
  line-height: 1.7;
}

.buildecom-feature-list { display: grid; gap: 14px; margin: 38px 0 0; padding: 0; list-style: none; }
.buildecom-feature-list li { display: flex; align-items: center; gap: 12px; color: rgba(245, 248, 255, 0.9); font-size: 15px; }
.buildecom-feature-list li::before { width: 8px; height: 8px; border-radius: 50%; background: #5f86ff; content: ""; }

.buildecom-builder-shot,
.buildecom-device-shot {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #eef2f7;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.buildecom-builder-shot {
  position: absolute;
  top: -12px;
  left: 45.5vw;
  z-index: 0;
  width: min(86vw, 1360px);
  height: auto;
  min-height: 0;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.buildecom-builder-shot img {
  height: auto;
  object-position: left center;
}

.buildecom-principle { background: #0e1428; }
.buildecom-principle-grid { grid-template-columns: 1.08fr 0.92fr; align-items: stretch; }

.buildecom-brand-section { background: #f0f3f8; color: #111827; }
.buildecom-brand-section .buildecom-eyebrow { color: #3568e6; }
.buildecom-brand-grid { grid-template-columns: 0.78fr 1.22fr; align-items: center; }
.buildecom-brand-grid > div > p:not(.buildecom-eyebrow) { color: rgba(17, 24, 39, 0.68); }

.buildecom-brand-shot {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #070a16;
  box-shadow: 0 30px 80px rgba(31, 52, 92, 0.2);
}

.buildecom-outcome { background: #5f86ff; color: #fff; }
.buildecom-outcome .buildecom-eyebrow { color: #152d72; }
.buildecom-outcome h2 span { color: #182d6e; }
.buildecom-outcome > div > p:not(.buildecom-eyebrow) { color: rgba(255, 255, 255, 0.8); }
.buildecom-outcome .buildecom-button { margin-top: 38px; border-color: #fff; background: #fff; color: #1d3f9c; }
.buildecom-outcome .buildecom-button:hover { border-color: #182d6e; background: #182d6e; color: #fff; }

/* BuildeCom case-study narrative modules */
.buildecom-complexity,
.buildecom-journey,
.buildecom-exploration,
.buildecom-guardrails {
  padding: clamp(100px, 14vw, 190px) 0;
}

.buildecom-complexity {
  background: #5f86ff;
  color: #07101f;
}

.buildecom-complexity .buildecom-eyebrow {
  color: rgba(7, 16, 31, 0.62);
}

.buildecom-complexity h2,
.buildecom-journey h2,
.buildecom-exploration h2,
.buildecom-guardrails h2 {
  margin-top: 24px;
  font-size: clamp(52px, 7.5vw, 122px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.88;
}

.buildecom-complexity h2 span {
  color: rgba(7, 16, 31, 0.46);
}

.buildecom-complexity-grid,
.buildecom-guardrails-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(58px, 9vw, 128px);
}

.buildecom-complexity-grid article {
  min-height: 306px;
  padding: 28px;
  border: 1px solid rgba(7, 16, 31, 0.22);
  border-radius: 18px;
  background: rgba(245, 248, 255, 0.22);
}

.buildecom-card-label {
  color: #7194ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.buildecom-complexity .buildecom-card-label {
  color: rgba(7, 16, 31, 0.62);
}

.buildecom-complexity-grid strong {
  display: block;
  max-width: 540px;
  margin-top: 78px;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.buildecom-journey {
  background: #f0f3f8;
  color: #111827;
}

.buildecom-journey .buildecom-eyebrow {
  color: #3568e6;
}

.buildecom-section-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.18);
}

.buildecom-section-topline > p:last-child {
  max-width: 440px;
  color: rgba(17, 24, 39, 0.62);
  font-size: 13px;
  line-height: 1.58;
}

.buildecom-journey h2 span {
  color: #3568e6;
}

.buildecom-journey-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: clamp(60px, 9vw, 126px) 0 0;
  padding: 0;
  border-top: 1px solid rgba(17, 24, 39, 0.2);
  list-style: none;
}

.buildecom-journey-list li {
  display: grid;
  gap: 46px;
  min-height: 160px;
  padding: 20px 20px 0 0;
  border-right: 1px solid rgba(17, 24, 39, 0.2);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.buildecom-journey-list li + li { padding-left: 20px; }
.buildecom-journey-list li:last-child { border-right: 0; }
.buildecom-journey-list span { color: #3568e6; font-size: 11px; letter-spacing: 0.12em; }

.buildecom-exploration { background: #070a16; }
.buildecom-exploration h2 span { color: #7194ff; }

.buildecom-exploration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(58px, 9vw, 128px);
}

.buildecom-exploration-grid article {
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 26px;
  border: 1px solid rgba(245, 248, 255, 0.15);
  border-radius: 16px;
  background: rgba(15, 25, 48, 0.72);
}

.buildecom-exploration-grid .is-selected {
  border-color: rgba(113, 148, 255, 0.72);
  background: #16244b;
}

.buildecom-exploration-grid span,
.buildecom-exploration-grid em {
  color: #7194ff;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.buildecom-exploration-grid h3 {
  margin: 66px 0 14px;
  color: #f5f8ff;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1;
}

.buildecom-exploration-grid p {
  color: rgba(245, 248, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

.buildecom-exploration-grid em { margin-top: auto; padding-top: 28px; }

.buildecom-guardrails {
  background: #0e1428;
}

.buildecom-guardrails h2 span { color: #7194ff; }

.buildecom-guardrails-grid article {
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(245, 248, 255, 0.15);
  border-radius: 18px;
  background: rgba(245, 248, 255, 0.04);
}

.buildecom-guardrails-grid h3 {
  max-width: 510px;
  margin: 78px 0 16px;
  color: #f5f8ff;
  font-size: clamp(27px, 3vw, 43px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.buildecom-guardrails-grid article > p:last-child {
  max-width: 510px;
  color: rgba(245, 248, 255, 0.67);
  font-size: 15px;
  line-height: 1.62;
}

.buildecom-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(62px, 9vw, 120px);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.buildecom-outcome-grid article {
  min-height: 195px;
  padding: 24px 22px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.buildecom-outcome-grid article + article { padding-left: 22px; }
.buildecom-outcome-grid article:last-child { border-right: 0; }
.buildecom-outcome-grid strong { display: block; font-size: clamp(22px, 2.2vw, 32px); font-weight: 500; letter-spacing: -0.055em; }
.buildecom-outcome-grid p { margin-top: 52px; color: rgba(255, 255, 255, 0.82); font-size: 14px; line-height: 1.55; }

.buildecom-closing {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: clamp(72px, 11vw, 150px);
}

.buildecom-closing p {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(22px, 3vw, 40px);
  letter-spacing: -0.055em;
  line-height: 1.15;
}

.buildecom-closing .buildecom-button { flex: 0 0 auto; margin: 0; }

@media (max-width: 850px) {
  .buildecom-shell { width: min(100% - 36px, 1280px); }
  .buildecom-hero { min-height: auto; padding-top: 140px; }
  .buildecom-hero-grid,
  .buildecom-workflow-grid,
  .buildecom-principle-grid,
  .buildecom-brand-grid,
  .buildecom-overview-grid { grid-template-columns: 1fr; }
  .buildecom-complexity-grid,
  .buildecom-guardrails-grid { grid-template-columns: 1fr; }
  .buildecom-journey-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .buildecom-workflow { min-height: 0; padding: clamp(90px, 12vw, 130px) 0; }
  .buildecom-workflow-grid { display: grid; min-height: 0; grid-template-columns: 1fr; }
  .buildecom-workflow-grid > div { width: auto; }
  .buildecom-hero-art {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(110%, 680px);
    min-height: 0;
    margin: 16px -5% 0 auto;
  }
  .buildecom-principle-grid > div { order: -1; }
  .buildecom-facts { grid-template-columns: repeat(2, 1fr); }
  .buildecom-facts div:nth-child(2) { border-right: 0; }
  .buildecom-facts div:nth-child(n + 3) { border-top: 1px solid rgba(17, 24, 39, 0.2); }
  .buildecom-builder-shot,
  .buildecom-device-shot { min-height: 0; aspect-ratio: 4 / 3; }
  .buildecom-builder-shot {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-right: 0;
    overflow: hidden;
    border-radius: 16px;
  }

  .buildecom-closing { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .buildecom-brand { font-size: 22px; }
  .buildecom-back { font-size: 10px; }
  .buildecom-hero h1 { font-size: clamp(56px, 16vw, 78px); }
  .buildecom-actions { align-items: stretch; flex-direction: column; }
  .buildecom-button { justify-content: space-between; }
  .buildecom-facts div { min-height: 108px; }
  .buildecom-section-topline { align-items: flex-start; flex-direction: column; gap: 14px; }
  .buildecom-journey-list,
  .buildecom-exploration-grid,
  .buildecom-outcome-grid { grid-template-columns: 1fr; }
  .buildecom-journey-list li,
  .buildecom-journey-list li + li,
  .buildecom-outcome-grid article,
  .buildecom-outcome-grid article + article { min-height: 0; padding: 20px 0; border-top: 1px solid rgba(245, 248, 255, 0.2); border-right: 0; }
  .buildecom-journey-list li { border-color: rgba(17, 24, 39, 0.2); }
  .buildecom-outcome-grid article { border-color: rgba(255, 255, 255, 0.28); }
  .buildecom-journey-list li:first-child,
  .buildecom-outcome-grid article:first-child { border-top: 0; }
  .buildecom-journey-list li { gap: 18px; }
  .buildecom-outcome-grid p { margin-top: 22px; }
  .buildecom-exploration-grid article,
  .buildecom-guardrails-grid article { min-height: 0; padding: 24px; }
  .buildecom-exploration-grid h3,
  .buildecom-guardrails-grid h3 { margin-top: 48px; }
}

body.case-study-page {
  min-width: 320px;
  color: #f7f8f1;
  background: #030712;
}

.case-study-page .case-study-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(3, 7, 18, 0.76);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.case-study-page .case-study-nav-inner,
.timodesk-shell {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.case-study-page .case-study-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
}

.case-study-page .case-study-brand,
.case-study-page .case-study-back {
  color: #f7f8f1;
}

.case-study-page .case-study-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-ui);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 1;
  white-space: nowrap;
}

.case-study-page .case-study-brand img {
  width: 25px;
  height: 25px;
}

.case-study-page .case-study-brand span span {
  color: var(--lime);
}

.case-study-page .case-study-back {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 180ms ease;
}

.case-study-page .case-study-back:hover,
.case-study-page .case-study-back:focus-visible {
  color: var(--lime);
}

.timodesk-case {
  overflow: clip;
  background:
    radial-gradient(circle at 86% 8%, rgba(187, 244, 81, 0.1), transparent 26rem),
    #030712;
}

.timodesk-case h1,
.timodesk-case h2,
.timodesk-case p,
.timodesk-case figure,
.timodesk-case blockquote {
  margin: 0;
}

.timodesk-case h1,
.timodesk-case h2 {
  font-family: var(--font-ui);
  font-weight: 400;
  letter-spacing: -0.075em;
}

.timodesk-hero {
  position: relative;
  min-height: max(760px, 100svh);
  padding: clamp(150px, 17vw, 220px) 0 0;
  background:
    linear-gradient(180deg, rgba(3, 7, 18, 0) 46%, #030712 94%),
    radial-gradient(circle at 78% 16%, rgba(187, 244, 81, 0.13), transparent 31rem);
}

.timodesk-hero-copy {
  position: relative;
  z-index: 2;
}

.timodesk-hero-actions {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - 1280px) / 2));
  bottom: clamp(54px, 8vw, 112px);
  display: flex;
  justify-content: flex-end;
}

.timodesk-eyebrow,
.timodesk-card-label {
  color: var(--lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.timodesk-eyebrow span {
  opacity: 0.52;
}

.timodesk-hero h1 {
  max-width: 920px;
  margin-top: 24px;
  font-size: clamp(54px, 8.8vw, 142px);
  line-height: 0.89;
}

.timodesk-hero h1 span,
.timodesk-outcome h2 span {
  color: var(--lime);
}

.timodesk-intro {
  position: absolute;
  top: calc(100% + 24px);
  left: 55%;
  max-width: 580px;
  margin: 0 !important;
  color: rgba(247, 248, 241, 0.74);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.72;
}

.timodesk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.timodesk-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid rgba(247, 248, 241, 0.24);
  border-radius: 999px;
  color: #f7f8f1;
  font-size: 13px;
  font-weight: 600;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.timodesk-button:hover,
.timodesk-button:focus-visible {
  color: #030712;
  border-color: var(--lime);
  background: var(--lime);
  transform: translateY(-2px);
}

.timodesk-button-primary {
  color: #030712;
  border-color: var(--lime);
  background: var(--lime);
}

.timodesk-button-primary:hover,
.timodesk-button-primary:focus-visible {
  color: #030712;
  background: #e3ff9b;
}

.timodesk-hero-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: clamp(64px, 8vw, 114px) auto 0;
  overflow: visible;
  background: transparent;
}

.timodesk-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.timodesk-overview,
.timodesk-research,
.timodesk-brand,
.timodesk-outcome {
  padding: clamp(92px, 13vw, 180px) 0;
}

.timodesk-overview {
  background: #07101c;
}

.timodesk-display-heading p {
  color: rgba(247, 248, 241, 0.25);
  font-size: clamp(50px, 10vw, 156px);
  font-weight: 600;
  letter-spacing: -0.09em;
  line-height: 0.72;
}

.timodesk-display-heading h2 {
  margin-left: clamp(22px, 12vw, 175px);
  color: #f7f8f1;
  font-size: clamp(52px, 10vw, 158px);
  line-height: 0.95;
}

.timodesk-overview-copy {
  max-width: 860px;
  margin: clamp(56px, 8vw, 110px) 0 0 auto !important;
  font-size: clamp(21px, 3vw, 43px);
  letter-spacing: -0.05em;
  line-height: 1.22;
}

.timodesk-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: clamp(64px, 9vw, 122px);
  border-top: 1px solid rgba(247, 248, 241, 0.18);
}

.timodesk-facts div {
  min-height: 160px;
  padding: 21px 22px 20px 0;
  border-right: 1px solid rgba(247, 248, 241, 0.18);
}

.timodesk-facts div + div {
  padding-left: 22px;
}

.timodesk-facts div:last-child {
  border-right: 0;
}

.timodesk-facts dt {
  color: var(--lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.timodesk-facts dd {
  margin: 48px 0 0;
  color: rgba(247, 248, 241, 0.86);
  font-size: 15px;
  line-height: 1.45;
}

.timodesk-human {
  padding: clamp(92px, 13vw, 180px) 0;
  background: var(--lime);
  color: #030712;
}

.timodesk-human .timodesk-eyebrow,
.timodesk-human .timodesk-card-label {
  color: rgba(3, 7, 18, 0.58);
}

.timodesk-human h2 {
  margin-top: 26px;
  font-size: clamp(54px, 9vw, 144px);
  line-height: 0.86;
}

.timodesk-human h2 span {
  color: rgba(3, 7, 18, 0.42);
}

.timodesk-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: clamp(60px, 9vw, 120px);
}

.timodesk-problem-grid article {
  min-height: 340px;
  padding: 28px;
  border: 1px solid rgba(3, 7, 18, 0.19);
  border-radius: 16px;
  background: rgba(247, 248, 241, 0.3);
}

.timodesk-problem-grid .timodesk-solution-card {
  color: #f7f8f1;
  border-color: #030712;
  background: #030712;
}

.timodesk-problem-grid .timodesk-solution-card .timodesk-card-label {
  color: var(--lime);
}

.timodesk-problem-grid ul {
  display: grid;
  gap: 14px;
  margin: 78px 0 0;
  padding: 0;
  font-size: clamp(18px, 2.1vw, 28px);
  letter-spacing: -0.05em;
  list-style: none;
}

.timodesk-problem-grid li::before {
  content: "—";
  display: inline-block;
  width: 28px;
  opacity: 0.58;
}

.timodesk-research {
  background: #030712;
}

.timodesk-section-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(247, 248, 241, 0.16);
}

.timodesk-section-topline > p:last-child {
  max-width: 430px;
  color: rgba(247, 248, 241, 0.62);
  font-size: 13px;
  line-height: 1.58;
}

.timodesk-research h2,
.timodesk-brand h2,
.timodesk-challenge h2,
.timodesk-outcome h2 {
  margin-top: clamp(34px, 5vw, 66px);
  font-size: clamp(54px, 9.4vw, 148px);
  line-height: 0.86;
}

.timodesk-research-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(32px, 8vw, 130px);
  margin-top: clamp(42px, 5vw, 72px);
}

.timodesk-research-lede,
.timodesk-insight > p:last-child,
.timodesk-research-solution > p:last-child {
  font-size: clamp(19px, 2.15vw, 30px);
  letter-spacing: -0.048em;
  line-height: 1.38;
}

.timodesk-insight {
  padding: 26px;
  border: 1px solid rgba(187, 244, 81, 0.32);
  border-radius: 16px;
  background: rgba(187, 244, 81, 0.07);
}

.timodesk-insight > p:last-child {
  margin-top: 76px;
  color: rgba(247, 248, 241, 0.84);
  font-size: clamp(16px, 1.5vw, 20px);
}

.timodesk-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: clamp(42px, 5vw, 68px);
}

.timodesk-quote-grid blockquote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  padding: 26px;
  border-radius: 16px;
  background: #0b1421;
  color: rgba(247, 248, 241, 0.91);
  font-size: clamp(17px, 1.6vw, 22px);
  letter-spacing: -0.04em;
  line-height: 1.35;
}

.timodesk-quote-grid cite {
  color: var(--lime);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.timodesk-research-solution {
  max-width: 890px;
  margin: clamp(64px, 9vw, 128px) 0 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(247, 248, 241, 0.16);
}

.timodesk-research-solution > p:last-child {
  margin-top: 22px;
  color: rgba(247, 248, 241, 0.84);
}

.timodesk-brand {
  background: #091427;
}

.timodesk-brand-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(40px, 8vw, 130px);
}

.timodesk-brand h2 {
  margin-top: 24px;
  font-size: clamp(43px, 6vw, 92px);
}

.timodesk-brand-layout > div > p:last-child,
.timodesk-challenge > div > p:last-child {
  max-width: 570px;
  margin-top: 34px;
  color: rgba(247, 248, 241, 0.68);
  font-size: 17px;
  line-height: 1.7;
}

.timodesk-product-shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 520px;
  border-radius: 18px 0 0 18px;
  background: #101824;
  box-shadow: -24px 28px 80px rgba(0, 0, 0, 0.28);
}

.timodesk-product-shot img {
  display: block;
  width: 142%;
  max-width: none;
  min-height: 520px;
  margin-left: -30%;
  object-fit: cover;
  object-position: right center;
}

@media (min-width: 851px) {
  .timodesk-product-shot {
    width: calc(100% + max(24px, (100vw - 1280px) / 2));
  }
}

.timodesk-challenge {
  padding: clamp(100px, 16vw, 220px) 0;
  background:
    radial-gradient(circle at 8% 72%, rgba(187, 244, 81, 0.16), transparent 25rem),
    #030712;
}

.timodesk-challenge h2 {
  max-width: 1110px;
  font-size: clamp(48px, 8.4vw, 130px);
}

.timodesk-outcome {
  background: var(--lime);
  color: #030712;
}

.timodesk-outcome .timodesk-eyebrow {
  color: rgba(3, 7, 18, 0.58);
}

.timodesk-outcome .timodesk-section-topline {
  border-color: rgba(3, 7, 18, 0.18);
}

.timodesk-outcome .timodesk-section-topline > p:last-child {
  color: rgba(3, 7, 18, 0.68);
}

.timodesk-outcome h2 {
  margin-top: clamp(42px, 7vw, 88px);
}

.timodesk-outcome h2 span {
  color: rgba(3, 7, 18, 0.45);
}

.timodesk-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(62px, 9vw, 120px);
  border-top: 1px solid rgba(3, 7, 18, 0.2);
}

.timodesk-metrics article {
  display: grid;
  gap: 24px;
  min-height: 190px;
  padding: 24px 22px 20px 0;
  border-right: 1px solid rgba(3, 7, 18, 0.2);
}

.timodesk-metrics article + article {
  padding-left: 22px;
}

.timodesk-metrics article:last-child {
  border-right: 0;
}

.timodesk-metrics strong {
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.timodesk-metrics span {
  max-width: 110px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.timodesk-closing {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: clamp(72px, 11vw, 150px);
}

.timodesk-closing p {
  max-width: 560px;
  font-size: clamp(22px, 3vw, 40px);
  letter-spacing: -0.055em;
  line-height: 1.15;
}

.timodesk-outcome .timodesk-button-primary {
  color: #f7f8f1;
  border-color: #030712;
  background: #030712;
}

.timodesk-outcome .timodesk-button-primary:hover,
.timodesk-outcome .timodesk-button-primary:focus-visible {
  color: #030712;
  background: #f7f8f1;
}

/* TimoDesk case-study narrative modules */
.timodesk-research h2 span,
.timodesk-principles h2 span,
.timodesk-dashboard h2 span,
.timodesk-transparency h2 span,
.timodesk-brand h2 span {
  color: var(--lime);
}

.timodesk-theme-grid,
.timodesk-principle-grid,
.timodesk-outcome-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(48px, 7vw, 88px);
}

.timodesk-theme-grid article,
.timodesk-principle-grid article {
  min-height: 252px;
  padding: 25px;
  border: 1px solid rgba(247, 248, 241, 0.15);
  border-radius: 16px;
  background: rgba(11, 20, 33, 0.8);
}

.timodesk-theme-grid span,
.timodesk-principle-grid strong {
  color: var(--lime);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.timodesk-theme-grid h3,
.timodesk-principle-grid h3 {
  margin: 62px 0 14px;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.timodesk-theme-grid p,
.timodesk-principle-grid p {
  color: rgba(247, 248, 241, 0.68);
  font-size: 14px;
  line-height: 1.58;
}

.timodesk-principles {
  padding: clamp(92px, 13vw, 180px) 0;
  color: #030712;
  background: var(--lime);
}

.timodesk-principles .timodesk-eyebrow {
  color: rgba(3, 7, 18, 0.6);
}

.timodesk-principles h2 {
  margin-top: clamp(34px, 5vw, 66px);
  font-size: clamp(54px, 9.4vw, 148px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.timodesk-principles h2 span {
  color: rgba(3, 7, 18, 0.42);
}

.timodesk-principle-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timodesk-principle-grid article {
  min-height: 294px;
  border-color: rgba(3, 7, 18, 0.18);
  background: rgba(247, 248, 241, 0.3);
}

.timodesk-principle-grid strong {
  color: rgba(3, 7, 18, 0.58);
}

.timodesk-principle-grid h3 {
  margin-top: 82px;
}

.timodesk-principle-grid p {
  color: rgba(3, 7, 18, 0.68);
}

.timodesk-dashboard {
  padding: clamp(100px, 14vw, 200px) 0;
  overflow: hidden;
  background: #07101c;
}

.timodesk-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  align-items: center;
  gap: clamp(40px, 8vw, 130px);
}

.timodesk-dashboard h2,
.timodesk-transparency h2 {
  margin-top: 24px;
  font-size: clamp(46px, 6.4vw, 104px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.timodesk-dashboard-grid > div > p:last-of-type {
  max-width: 530px;
  margin-top: 34px;
  color: rgba(247, 248, 241, 0.7);
  font-size: 17px;
  line-height: 1.7;
}

.timodesk-dashboard ol {
  display: grid;
  gap: 13px;
  margin: 42px 0 0;
  padding: 0;
  color: rgba(247, 248, 241, 0.92);
  font-size: 15px;
  font-weight: 600;
  list-style-position: inside;
}

.timodesk-dashboard .timodesk-product-shot {
  min-height: 590px;
}

.timodesk-dashboard .timodesk-product-shot img {
  width: 132%;
  min-height: 590px;
  margin-left: -22%;
}

.timodesk-transparency {
  padding: clamp(100px, 15vw, 210px) 0;
  background:
    radial-gradient(circle at 83% 28%, rgba(187, 244, 81, 0.17), transparent 22rem),
    #030712;
}

.timodesk-transparency-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(320px, 0.76fr);
  justify-content: space-between;
  gap: clamp(48px, 14vw, 240px);
  margin-top: clamp(54px, 9vw, 120px);
}

.timodesk-transparency-grid > p {
  max-width: 620px;
  color: rgba(247, 248, 241, 0.82);
  font-size: clamp(20px, 2.3vw, 32px);
  letter-spacing: -0.05em;
  line-height: 1.34;
}

.timodesk-transparency-grid > div {
  display: grid;
  align-content: start;
  border-top: 1px solid rgba(247, 248, 241, 0.17);
}

.timodesk-transparency-grid span {
  padding: 18px 0;
  border-bottom: 1px solid rgba(247, 248, 241, 0.17);
  color: var(--lime);
  font-size: clamp(18px, 1.8vw, 26px);
  letter-spacing: -0.04em;
}

.timodesk-brand-shot {
  display: grid;
  place-items: center;
  background: #0d1728;
}

.timodesk-brand-shot img {
  width: 100%;
  min-height: 0;
  margin: 0;
  object-fit: contain;
}

.timodesk-outcome-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(3, 7, 18, 0.2);
}

.timodesk-outcome-list article {
  min-height: 210px;
  padding: 24px 22px 0 0;
  border-right: 1px solid rgba(3, 7, 18, 0.2);
}

.timodesk-outcome-list article + article {
  padding-left: 22px;
}

.timodesk-outcome-list article:last-child {
  border-right: 0;
}

.timodesk-outcome-list strong {
  display: block;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 500;
  letter-spacing: -0.055em;
}

.timodesk-outcome-list p {
  margin-top: 54px;
  color: rgba(3, 7, 18, 0.7);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 850px) {
  .case-study-page .case-study-nav {
    padding-inline: 18px;
  }

  .case-study-page .case-study-nav-inner,
  .timodesk-shell {
    width: min(100% - 36px, 1280px);
  }

  .timodesk-hero {
    min-height: auto;
    padding-top: 138px;
  }

  .timodesk-hero-actions {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100% - 36px, 1280px);
    margin-top: 34px;
    margin-inline: auto;
  }

  .timodesk-hero h1 {
    font-size: clamp(51px, 14.4vw, 94px);
  }

  .timodesk-intro {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 28px !important;
  }

  .timodesk-facts,
  .timodesk-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .timodesk-facts div:nth-child(2),
  .timodesk-metrics article:nth-child(2) {
    border-right: 0;
  }

  .timodesk-facts div:nth-child(n + 3),
  .timodesk-metrics article:nth-child(n + 3) {
    border-top: 1px solid rgba(247, 248, 241, 0.18);
  }

  .timodesk-metrics article:nth-child(n + 3) {
    border-color: rgba(3, 7, 18, 0.2);
  }

  .timodesk-problem-grid,
  .timodesk-research-grid,
  .timodesk-brand-layout,
  .timodesk-dashboard-grid,
  .timodesk-transparency-grid {
    grid-template-columns: 1fr;
  }

  .timodesk-principle-grid,
  .timodesk-outcome-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .timodesk-quote-grid {
    grid-template-columns: 1fr;
  }

  .timodesk-quote-grid blockquote {
    min-height: 175px;
  }

  .timodesk-product-shot img {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    aspect-ratio: 1 / 0.8;
    object-position: right center;
  }

  .timodesk-dashboard .timodesk-product-shot img {
    width: 100%;
    min-height: 0;
    margin-left: 0;
  }

}

@media (max-width: 560px) {
  .case-study-page .case-study-brand {
    font-size: 22px;
  }

  .case-study-page .case-study-back {
    font-size: 10px;
  }

  .timodesk-hero h1,
  .timodesk-human h2,
  .timodesk-research h2,
  .timodesk-challenge h2,
  .timodesk-outcome h2 {
    letter-spacing: -0.08em;
  }

  .timodesk-intro {
    font-size: 14px;
  }

  .timodesk-actions,
  .timodesk-closing {
    align-items: flex-start;
    flex-direction: column;
  }

  .timodesk-button {
    width: 100%;
    justify-content: space-between;
  }

  .timodesk-hero-visual {
    margin-top: 52px;
  }

  .timodesk-display-heading p {
    font-size: 21vw;
  }

  .timodesk-display-heading h2 {
    margin-left: 18px;
    font-size: 21vw;
  }

  .timodesk-overview-copy {
    margin-top: 54px !important;
    font-size: 22px;
  }


  .timodesk-facts,
  .timodesk-metrics,
  .timodesk-principle-grid,
  .timodesk-outcome-list {
    grid-template-columns: 1fr;
  }

  .timodesk-facts div,
  .timodesk-facts div + div,
  .timodesk-metrics article,
  .timodesk-metrics article + article {
    min-height: auto;
    padding: 20px 0;
    border-right: 0;
    border-top: 1px solid rgba(247, 248, 241, 0.18);
  }

  .timodesk-facts div:first-child,
  .timodesk-metrics article:first-child {
    border-top: 0;
  }

  .timodesk-facts dd {
    margin-top: 24px;
  }

  .timodesk-problem-grid article {
    min-height: 0;
    padding: 22px;
  }

  .timodesk-problem-grid ul {
    gap: 10px;
    margin-top: 48px;
    font-size: 18px;
  }

  .timodesk-section-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .timodesk-section-topline > p:last-child {
    font-size: 12px;
  }

  .timodesk-research-grid {
    gap: 26px;
  }

  .timodesk-research-lede,
  .timodesk-research-solution > p:last-child {
    font-size: 19px;
  }

  .timodesk-insight > p:last-child {
    margin-top: 48px;
  }

  .timodesk-quote-grid blockquote {
    min-height: 165px;
    padding: 22px;
    font-size: 18px;
  }

  .timodesk-metrics article,
  .timodesk-metrics article + article {
    gap: 12px;
    border-color: rgba(3, 7, 18, 0.2);
  }

  .timodesk-metrics span {
    max-width: none;
  }

  .timodesk-theme-grid {
    grid-template-columns: 1fr;
  }

  .timodesk-theme-grid article,
  .timodesk-principle-grid article {
    min-height: 0;
  }

  .timodesk-principle-grid h3,
  .timodesk-theme-grid h3 {
    margin-top: 48px;
  }

  .timodesk-dashboard .timodesk-product-shot {
    min-height: 0;
  }

  .timodesk-outcome-list article,
  .timodesk-outcome-list article + article {
    min-height: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(3, 7, 18, 0.2);
    border-right: 0;
  }

  .timodesk-outcome-list article:first-child {
    border-top: 0;
  }

  .timodesk-outcome-list p {
    margin-top: 22px;
  }
}
