@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ip-ink: #10101b;
  --ip-paper: #f7f7fb;
  --ip-white: #fff;
  --ip-blue: #9ed8ff;
  --ip-purple: #7657e8;
  --ip-lilac: #a78bfa;
  --ip-yellow: #f2ff9f;
  --ip-muted: #6f6d7d;
  --ip-line: rgba(28, 26, 47, 0.13);
  --ip-radius: 22px;
}

body.inner-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--ip-paper);
  color: var(--ip-ink);
  font-family: "Manrope", sans-serif;
}

.inner-page *,
.inner-page *::before,
.inner-page *::after {
  box-sizing: border-box;
}

.inner-page a {
  color: inherit;
  text-decoration: none;
}

.inner-page p {
  line-height: 1.65;
}

.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page p {
  margin-top: 0;
}

.inner-page .header-shell {
  position: fixed;
  z-index: 2000;
}

.inner-page .main-nav {
  box-shadow: 0 20px 55px rgba(3, 4, 12, 0.22);
}

.page-progress {
  height: 3px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2500;
  background: linear-gradient(90deg, var(--ip-blue), var(--ip-purple), var(--ip-yellow));
  transform: scaleX(0);
  transform-origin: left;
}

.inner-hero {
  min-height: 820px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 190px 0 92px;
  background:
    radial-gradient(circle at 76% 25%, rgba(118, 87, 232, 0.34), transparent 30%),
    radial-gradient(circle at 18% 72%, rgba(158, 216, 255, 0.14), transparent 30%),
    #0d0d17;
  color: #f7f6f1;
  isolation: isolate;
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(158, 216, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(158, 216, 255, 0.055) 1px, transparent 1px);
  background-size: 58px 58px;
  transform: translate3d(0, var(--hero-grid-y, 0), 0);
}

.inner-hero::after {
  content: "";
  width: clamp(320px, 42vw, 680px);
  aspect-ratio: 1;
  position: absolute;
  top: 10%;
  right: -12%;
  z-index: -1;
  border: 1px solid rgba(158, 216, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(118, 87, 232, 0.035),
    0 0 0 160px rgba(158, 216, 255, 0.025);
}

.inner-hero-shell,
.ip-section,
.mini-footer-inner {
  width: min(1280px, calc(100% - 72px));
  margin: 0 auto;
}

.inner-hero-shell {
  position: relative;
  z-index: 1;
}

.inner-kicker,
.ip-label {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inner-kicker {
  margin-bottom: 30px;
  color: rgba(247, 246, 241, 0.58);
}

.inner-kicker::before,
.ip-label::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--ip-yellow);
}

.inner-hero h1 {
  max-width: 1120px;
  margin-bottom: 38px;
  font-size: clamp(70px, 10vw, 150px);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.075em;
}

.inner-hero h1 em {
  color: var(--ip-blue);
  font-style: italic;
  font-weight: 600;
}

.inner-hero-bottom {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.45fr);
  align-items: end;
  gap: 70px;
}

.inner-hero-bottom > p {
  max-width: 680px;
  margin: 0;
  color: rgba(247, 246, 241, 0.66);
  font-size: clamp(17px, 1.6vw, 22px);
}

.hero-code-card {
  padding: 19px 21px;
  border: 1px solid rgba(158, 216, 255, 0.2);
  border-radius: 12px;
  background: rgba(14, 14, 26, 0.65);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.2);
  font-family: "DM Sans", monospace;
  backdrop-filter: blur(15px);
}

.hero-code-card span {
  display: block;
  color: rgba(247, 246, 241, 0.5);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-code-card code {
  display: block;
  margin-top: 13px;
  color: var(--ip-blue);
  font-size: 12px;
  line-height: 1.8;
}

.hero-code-card b {
  color: var(--ip-yellow);
}

.ip-section {
  position: relative;
  padding: clamp(105px, 11vw, 170px) 0;
}

.ip-section.full-bleed {
  width: 100%;
  max-width: none;
  padding-right: max(36px, calc((100vw - 1280px) / 2));
  padding-left: max(36px, calc((100vw - 1280px) / 2));
}

.ip-section.dark {
  width: 100%;
  max-width: none;
  padding-right: max(36px, calc((100vw - 1280px) / 2));
  padding-left: max(36px, calc((100vw - 1280px) / 2));
  background:
    radial-gradient(circle at 90% 10%, rgba(118, 87, 232, 0.22), transparent 28%),
    #10101b;
  color: #f7f6f1;
}

.ip-section.tint {
  width: 100%;
  max-width: none;
  padding-right: max(36px, calc((100vw - 1280px) / 2));
  padding-left: max(36px, calc((100vw - 1280px) / 2));
  background:
    radial-gradient(circle at 85% 5%, rgba(242, 255, 159, 0.52), transparent 23%),
    linear-gradient(145deg, #a8dcff, #c8baff);
}

.ip-heading {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(45px, 8vw, 130px);
  margin-bottom: clamp(60px, 8vw, 105px);
}

.ip-label {
  align-self: start;
  color: var(--ip-muted);
}

.ip-label::before {
  background: var(--ip-purple);
}

.dark .ip-label {
  color: rgba(247, 246, 241, 0.5);
}

.dark .ip-label::before {
  background: var(--ip-yellow);
}

.ip-heading h2,
.split-copy h2,
.article-body h2 {
  max-width: 940px;
  margin-bottom: 0;
  font-size: clamp(46px, 6vw, 86px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.ip-heading h2 em,
.split-copy h2 em {
  color: var(--ip-purple);
  font-style: italic;
  font-weight: 600;
}

.dark .ip-heading h2 em {
  color: var(--ip-blue);
}

.ip-heading-copy > p {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--ip-muted);
  font-size: 16px;
}

.dark .ip-heading-copy > p {
  color: rgba(247, 246, 241, 0.58);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-detail-card {
  min-height: 430px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius);
  background: #fff;
  transition: box-shadow 240ms ease, border-color 240ms ease;
}

.service-detail-card:nth-child(1) {
  background:
    linear-gradient(rgba(17, 17, 29, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 29, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, var(--ip-blue), #c5bdff);
  background-size: 32px 32px, 32px 32px, auto;
}

.service-detail-card:nth-child(4) {
  background: linear-gradient(145deg, #fff, #f1eeff);
}

.service-detail-card:hover {
  border-color: rgba(118, 87, 232, 0.32);
  box-shadow: 0 30px 75px rgba(41, 34, 78, 0.11);
}

.pixel-glyph {
  width: 66px;
  height: 66px;
  position: relative;
  color: var(--ip-purple);
}

.pixel-glyph::before,
.pixel-glyph::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.pixel-glyph::before {
  width: 14px;
  height: 42px;
  left: 8px;
  top: 10px;
  box-shadow:
    16px 12px 0 currentColor,
    32px -4px 0 currentColor;
}

.pixel-glyph::after {
  width: 9px;
  height: 9px;
  right: 0;
  bottom: 2px;
  background: var(--ip-yellow);
}

.service-detail-card small,
.case-card small,
.insight-card small {
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-detail-card h3 {
  max-width: 500px;
  margin-bottom: 14px;
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.service-detail-card p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--ip-muted);
  font-size: 14px;
}

.service-detail-card:nth-child(1) p {
  color: rgba(16, 16, 27, 0.65);
}

.platform-rows {
  border-top: 1px solid rgba(247, 246, 241, 0.16);
}

.platform-row {
  display: grid;
  grid-template-columns: 90px minmax(260px, 0.65fr) minmax(300px, 1fr) auto;
  align-items: center;
  gap: 35px;
  padding: 38px 0;
  border-bottom: 1px solid rgba(247, 246, 241, 0.14);
}

.platform-row > span {
  color: var(--ip-yellow);
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
}

.platform-row h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 40px);
  letter-spacing: -0.045em;
}

.platform-row p {
  margin: 0;
  color: rgba(247, 246, 241, 0.55);
  font-size: 14px;
}

.platform-row a,
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-row a::after,
.arrow-link::after {
  content: "↗";
  color: var(--ip-yellow);
  font-size: 15px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.case-card {
  min-height: 620px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(38, 31, 77, 0.09);
}

.case-visual {
  min-height: 380px;
  position: relative;
  overflow: hidden;
  padding: 48px;
  background: linear-gradient(145deg, #6e50df, #302662);
}

.case-card:nth-child(2) .case-visual {
  background: linear-gradient(145deg, #9ed8ff, #4a79c2);
}

.case-card:nth-child(3) .case-visual {
  background: linear-gradient(145deg, #f2ff9f, #9ed8ff);
}

.case-card:nth-child(4) .case-visual {
  background: linear-gradient(145deg, #171726, #7657e8);
}

.case-window {
  width: 88%;
  height: 78%;
  position: absolute;
  right: -7%;
  bottom: -7%;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.85);
  border-radius: 18px 18px 0 0;
  background: #f8f7fb;
  box-shadow: 0 30px 70px rgba(18, 13, 46, 0.25);
  transform: rotate(-4deg);
}

.case-window::before {
  content: "";
  height: 28px;
  display: block;
  border-bottom: 1px solid #e2e0e8;
  background:
    radial-gradient(circle at 14px 50%, #7657e8 0 3px, transparent 4px),
    radial-gradient(circle at 27px 50%, #9ed8ff 0 3px, transparent 4px),
    radial-gradient(circle at 40px 50%, #f2ff9f 0 3px, transparent 4px);
}

.case-window::after {
  content: "";
  width: 72%;
  height: 52%;
  position: absolute;
  top: 23%;
  left: 14%;
  background:
    linear-gradient(#171726 0 0) 0 0 / 72% 12% no-repeat,
    linear-gradient(#7657e8 0 0) 0 28% / 100% 8% no-repeat,
    linear-gradient(#dcd9e9 0 0) 0 48% / 86% 6% no-repeat,
    linear-gradient(#dcd9e9 0 0) 0 66% / 65% 6% no-repeat,
    linear-gradient(90deg, #9ed8ff, #c8baff) 0 100% / 100% 22% no-repeat;
}

.case-content {
  flex: 1;
  padding: 30px 34px 35px;
}

.case-content-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 46px;
  color: var(--ip-muted);
}

.case-content h3 {
  margin-bottom: 12px;
  font-size: clamp(31px, 3.5vw, 49px);
  letter-spacing: -0.055em;
}

.case-result {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.case-result span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #f0eef8;
  font-size: 10px;
  font-weight: 700;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 45px;
}

.filter-row button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--ip-line);
  border-radius: 999px;
  background: #fff;
  color: var(--ip-ink);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.filter-row button.is-active {
  border-color: var(--ip-purple);
  background: var(--ip-purple);
  color: #fff;
}

.studio-frame {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #11111d;
  box-shadow: 0 35px 90px rgba(23, 18, 48, 0.18);
}

.studio-frame img {
  width: 100%;
  min-height: 460px;
  display: block;
  object-fit: cover;
}

.studio-frame figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  padding: 9px 12px;
  border-radius: 4px;
  background: rgba(13, 13, 24, 0.7);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  letter-spacing: 0.1em;
  backdrop-filter: blur(12px);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(380px, 1.15fr);
  align-items: start;
  gap: clamp(70px, 10vw, 150px);
}

.split-copy > p {
  max-width: 600px;
  color: var(--ip-muted);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(247, 246, 241, 0.17);
}

.value-card {
  min-height: 280px;
  padding: 35px;
  background: #151522;
}

.value-card span {
  color: var(--ip-yellow);
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
}

.value-card h3 {
  margin: 75px 0 13px;
  font-size: 27px;
}

.value-card p {
  margin: 0;
  color: rgba(247, 246, 241, 0.55);
  font-size: 14px;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ip-line);
  border-bottom: 1px solid var(--ip-line);
}

.stat {
  padding: 34px;
  border-right: 1px solid var(--ip-line);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ip-purple);
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.06em;
}

.stat span {
  color: var(--ip-muted);
  font-size: 11px;
}

.insight-feature {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  overflow: hidden;
  border-radius: 28px;
  background: var(--ip-ink);
  color: #fff;
}

.insight-feature-visual {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background:
    repeating-radial-gradient(circle at 50% 50%, transparent 0 27px, rgba(158, 216, 255, 0.18) 28px 29px),
    radial-gradient(circle at 50% 50%, var(--ip-purple), #19182a 58%);
}

.insight-feature-visual::after {
  content: "31.8";
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--ip-yellow);
  font-size: clamp(90px, 15vw, 220px);
  font-weight: 800;
  letter-spacing: -0.09em;
  transform: translate(-50%, -50%);
}

.insight-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(35px, 5vw, 65px);
}

.insight-feature-copy h2 {
  margin: 50px 0 20px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.insight-feature-copy p {
  color: rgba(255, 255, 255, 0.58);
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.insight-card {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--ip-line);
  border-radius: 18px;
  background: #fff;
}

.insight-card:nth-child(2),
.insight-card:nth-child(5) {
  background: linear-gradient(145deg, #a8dcff, #d6d0ff);
}

.insight-card h3 {
  margin: 100px 0 18px;
  font-size: clamp(25px, 2.5vw, 35px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.insight-card p {
  color: var(--ip-muted);
  font-size: 13px;
}

.case-hero {
  min-height: 920px;
}

.case-hero h1 {
  max-width: 1000px;
}

.case-study-stage {
  margin-top: 70px;
  padding: 22px;
  border: 1px solid rgba(158, 216, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.case-study-screen {
  min-height: 480px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #7657e8, #292451);
  background-size: 42px 42px, 42px 42px, auto;
}

.case-study-screen::before {
  content: "NORTHSTAR";
  position: absolute;
  left: 7%;
  top: 13%;
  color: #fff;
  font-size: clamp(60px, 12vw, 180px);
  font-weight: 800;
  letter-spacing: -0.08em;
}

.case-study-screen::after {
  content: "+42% CONVERSION";
  position: absolute;
  right: 5%;
  bottom: 7%;
  padding: 15px 18px;
  border-radius: 999px;
  background: var(--ip-yellow);
  color: var(--ip-ink);
  font-size: 11px;
  font-weight: 800;
}

.article-shell {
  width: min(900px, calc(100% - 72px));
  margin: 0 auto;
  padding: 120px 0;
}

.article-body {
  color: #302e3d;
  font-size: 18px;
}

.article-body h2 {
  margin: 85px 0 25px;
  color: var(--ip-ink);
  font-size: clamp(36px, 5vw, 58px);
}

.article-body blockquote {
  margin: 70px 0;
  padding: 38px;
  border-left: 5px solid var(--ip-purple);
  background: #eeebff;
  color: var(--ip-ink);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 650;
  line-height: 1.25;
}

.ip-cta {
  min-height: 600px;
  display: grid;
  place-items: center;
  padding: 100px 36px;
  text-align: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, var(--ip-purple), #34226d);
  background-size: 42px 42px, 42px 42px, auto;
  color: #fff;
}

.ip-cta h2 {
  max-width: 1050px;
  margin-bottom: 35px;
  font-size: clamp(58px, 9vw, 132px);
  line-height: 0.84;
  letter-spacing: -0.075em;
}

.ip-cta h2 span {
  color: var(--ip-yellow);
}

.button-primary {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--ip-yellow);
  color: var(--ip-ink);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-primary::after {
  content: "↗";
  font-size: 16px;
}

.mini-footer {
  padding: 75px 0 32px;
  background: #0b0b12;
  color: #fff;
}

.mini-footer-main {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.55fr);
  gap: 55px;
  padding-bottom: 70px;
}

.mini-footer-brand {
  max-width: 380px;
}

.mini-footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  font-size: 25px;
  font-weight: 800;
}

.mini-footer-logo img {
  width: 40px;
  filter: grayscale(1) brightness(3);
}

.mini-footer-brand p,
.mini-footer-col a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.mini-footer-col {
  display: grid;
  align-content: start;
  gap: 13px;
}

.mini-footer-col h3 {
  margin-bottom: 9px;
  color: var(--ip-blue);
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mini-footer-col a:hover {
  color: var(--ip-yellow);
}

.mini-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
}

.ip-reveal {
  opacity: 0;
  transform: translate3d(0, 54px, 0);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ip-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-parallax] {
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}

@media (max-width: 980px) {
  .inner-hero-shell,
  .ip-section,
  .mini-footer-inner {
    width: min(900px, calc(100% - 48px));
  }

  .inner-hero-bottom,
  .split-layout,
  .insight-feature {
    grid-template-columns: 1fr;
  }

  .hero-code-card {
    max-width: 420px;
  }

  .platform-row {
    grid-template-columns: 60px minmax(230px, 0.75fr) 1fr;
  }

  .platform-row a {
    grid-column: 2;
  }

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

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

  .stat:nth-child(2) {
    border-right: 0;
  }

  .stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ip-line);
  }

  .mini-footer-main {
    grid-template-columns: 1.2fr repeat(2, 0.7fr);
  }

  .mini-footer-col:last-child {
    display: none;
  }
}

@media (max-width: 720px) {
  .inner-hero {
    min-height: 760px;
    padding: 145px 0 70px;
  }

  .inner-hero-shell,
  .ip-section,
  .mini-footer-inner {
    width: calc(100% - 32px);
  }

  .inner-hero h1 {
    font-size: clamp(58px, 17vw, 88px);
  }

  .ip-section,
  .ip-section.full-bleed,
  .ip-section.dark,
  .ip-section.tint {
    padding: 92px 16px;
  }

  .ip-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ip-heading h2,
  .split-copy h2 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .service-detail-grid,
  .case-grid,
  .value-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-card {
    min-height: 390px;
  }

  .platform-row {
    grid-template-columns: 42px 1fr;
    gap: 18px;
  }

  .platform-row p,
  .platform-row a {
    grid-column: 2;
  }

  .case-card {
    min-height: 560px;
  }

  .case-visual {
    min-height: 320px;
  }

  .studio-frame img {
    min-height: 380px;
  }

  .insight-feature-visual {
    min-height: 400px;
  }

  .mini-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .mini-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .inner-hero-bottom {
    gap: 42px;
  }

  .case-visual {
    min-height: 270px;
    padding: 25px;
  }

  .case-content {
    padding: 25px;
  }

  .stats-row {
    grid-template-columns: 1fr;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--ip-line);
  }

  .mini-footer-main {
    grid-template-columns: 1fr;
  }

  .mini-footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ip-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  [data-parallax] {
    transform: none;
  }
}
