:root { --anchor-offset: 148px; }

.im-page {
  --im-navy: #101a2d;
  --im-navy-2: #17243b;
  --im-blue: #1c63e9;
  --im-orange: #ff6f48;
  --im-cream: #f3ead6;
  --im-sand: #e4d4b7;
  --im-cloud: #edf1f5;
  --im-line: rgba(16, 26, 45, .14);
  overflow-x: clip;
}

.im-page .button-coral {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--ink);
}

.im-subnav {
  position: sticky;
  top: 68px;
  z-index: 24;
  border-bottom: 1px solid rgba(5, 5, 5, .09);
  background: rgba(255, 255, 255, .91);
  backdrop-filter: blur(16px);
}

.im-subnav-inner {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.im-brand {
  font-size: 28px;
  font-weight: 720;
  letter-spacing: -.04em;
  text-decoration: none;
}

.im-subnav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 580;
}

.im-subnav-links a {
  text-decoration: none;
}

.im-mini-cta {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
}

.im-plan-badge {
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  white-space: nowrap;
}

.im-hero {
  padding: clamp(58px, 6vw, 82px) 0 clamp(72px, 7vw, 96px);
  background:
    radial-gradient(circle at 4% 15%, rgba(255, 111, 72, .14), transparent 26%),
    linear-gradient(128deg, #fff 0 50%, #f4ecdc 50%);
}

.im-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(500px, .92fr);
  align-items: start;
  gap: var(--editorial-gap);
}

.im-hero-copy h1 {
  max-width: 12.5ch;
  margin: 12px 0 28px;
  font-size: clamp(58px, 6.2vw, 90px);
  line-height: .91;
  letter-spacing: -.067em;
}

.im-hero-copy > p:not(.im-hero-note) {
  max-width: 57ch;
  color: #565b64;
  font-size: clamp(18px, 1.7vw, 22px);
}

.im-hero-copy .im-hero-definition {
  max-width: 24ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.im-hero-copy .im-hero-mechanism {
  max-width: 54ch;
  margin: 24px 0 0;
  color: #4f545c;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.5;
}

.im-hero-note {
  margin: 21px 0 0;
  color: #74777d;
  font-size: 13px;
}

.im-hero-board {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 26, 45, .18);
  border-radius: 28px;
  background: var(--im-navy);
  box-shadow: 0 38px 90px rgba(16, 26, 45, .24);
  transform: rotate(1deg);
  margin-top: var(--editorial-visual-offset);
}

.im-hero-board img {
  width: 100%;
  aspect-ratio: 4 / 4.35;
  object-fit: cover;
  object-position: top center;
}

.im-hero-label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 16px;
  background: rgba(10, 18, 32, .89);
  color: #fff;
  backdrop-filter: blur(12px);
}

.im-hero-label span,
.im-tool-grid small,
.im-tool-grid article > span,
.im-model-board small,
.im-model-grid span,
.im-preset-groups small,
.im-preset-groups span,
.im-finish-grid small,
.im-gallery-tabs,
.im-gallery-cards small {
  font: 650 9px/1.25 "Geist Mono", monospace;
  letter-spacing: .1em;
}

.im-hero-label span {
  color: #9eb6dc;
  white-space: nowrap;
}

.im-hero-label strong {
  max-width: 31ch;
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
}

.im-old-way {
  background: #fff;
}

.im-old-way-panel {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 7vw, 90px);
  padding: clamp(38px, 6vw, 76px);
  border-radius: 32px;
  background: var(--lilac);
}

.im-old-way-panel h2,
.im-mechanism h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.06em;
}

.im-old-way-panel h2 {
  max-width: 12ch;
}

.im-old-way-panel p {
  max-width: 48ch;
  margin: 28px 0 0;
  font-size: 19px;
  line-height: 1.55;
}

.im-old-way-contrast {
  display: grid;
  gap: 12px;
}

.im-old-way-contrast article {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border: 1px solid rgba(5, 5, 5, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .55);
}

.im-old-way-contrast article:last-child {
  background: var(--im-navy);
  color: #fff;
}

.im-old-way-contrast small,
.im-mechanism-grid small {
  color: var(--im-orange);
  font: 650 11px/1.25 "Geist Mono", monospace;
  letter-spacing: .1em;
}

.im-old-way-contrast strong {
  display: block;
  margin: 20px 0 10px;
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.im-old-way-contrast span {
  color: #55505e;
  font-size: 16px;
  line-height: 1.45;
}

.im-old-way-contrast article:last-child span {
  color: #bbc6d6;
}

.im-mechanism {
  background: #fff;
}

.im-mechanism-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--im-line);
  border-radius: 26px;
  background: var(--im-line);
}

.im-mechanism-grid article {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 28px;
  background: #fff;
}

.im-mechanism-grid article:nth-child(2) { background: var(--im-cream); }
.im-mechanism-grid article:nth-child(3) { background: #d8e7f6; }
.im-mechanism-grid article:nth-child(4) { background: var(--im-navy); color: #fff; }

.im-mechanism-grid article > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--coral);
  color: var(--ink);
  font: 700 12px/1 "Geist Mono", monospace;
}

.im-mechanism-grid h3 {
  margin: auto 0 12px;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.im-mechanism-grid p {
  margin: 0;
  color: #5d6269;
  font-size: 16px;
  line-height: 1.5;
}

.im-mechanism-grid article:nth-child(4) p { color: #bdc7d5; }

.im-proof {
  padding: 30px 0;
  background: var(--im-navy);
  color: #fff;
}

.im-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.im-proof-grid div {
  padding: 10px 28px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.im-proof-grid div:first-child {
  border-left: 0;
}

.im-proof-grid strong {
  display: block;
  color: var(--coral);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.055em;
}

.im-proof-grid span {
  display: block;
  margin-top: 7px;
  color: #b8c0cc;
  font-size: 13px;
}

.im-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  align-items: start;
  gap: var(--editorial-gap);
  margin-bottom: 58px;
}

.im-section-head > p { margin-top: var(--editorial-visual-offset); }

.im-section-head h2,
.im-compare-copy h2,
.im-split-copy h2,
.im-style-grid h2,
.im-gallery-panel h2,
.im-close h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
}

.im-section-head h2 {
  max-width: 16ch;
}

.im-section-head > p,
.im-compare-copy > p,
.im-split-copy > p,
.im-style-grid > div > p,
.im-gallery-panel > div > p,
.im-close p {
  margin: 0;
  color: #62666d;
  font-size: 19px;
  line-height: 1.55;
}

.im-desk-section {
  background: #fff;
}

.im-tool-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--im-line);
  border-radius: 25px;
  background: var(--im-line);
}

.im-tool-grid article {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 26px;
  background: #fff;
}

.im-tool-grid article.featured {
  grid-column: span 2;
  background: var(--im-navy);
  color: #fff;
}

.im-tool-grid article:nth-child(3),
.im-tool-grid article:nth-child(8) {
  background: var(--im-cream);
}

.im-tool-grid article:nth-child(5),
.im-tool-grid article:nth-child(10) {
  background: #d8e7f6;
}

.im-tool-grid small {
  color: var(--im-orange);
}

.im-tool-grid h3 {
  margin: auto 0 12px;
  font-size: 25px;
}

.im-tool-grid p {
  margin: 0 0 22px;
  color: #666b72;
  font-size: 14px;
}

.im-tool-grid .featured p {
  color: #bdc7d5;
}

.im-tool-grid article > span {
  color: #898d93;
}

.im-tool-grid .featured > span {
  color: #8eabd7;
}

.im-compare-section {
  background: var(--im-cream);
}

.im-compare-grid {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  align-items: start;
  gap: var(--editorial-gap);
}

.im-compare-copy h2 {
  max-width: 10ch;
  margin-bottom: 25px;
}

.im-checks {
  display: grid;
  gap: 11px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.im-checks li {
  position: relative;
  padding-left: 29px;
  font-size: 15px;
}

.im-checks li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--coral);
  content: "✓";
  font-size: 11px;
  font-weight: 800;
}

.im-model-board {
  padding: 18px;
  border: 1px solid rgba(16, 26, 45, .2);
  border-radius: 27px;
  background: var(--im-navy);
  color: #fff;
  box-shadow: 0 30px 70px rgba(16, 26, 45, .22);
  transform: rotate(-1deg);
}

.im-prompt {
  display: grid;
  grid-template-columns: 135px 1fr;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  background: var(--im-navy-2);
}

.im-prompt small {
  color: #8ca9d2;
}

.im-prompt strong {
  font-size: 12px;
  font-weight: 510;
}

.im-model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 10px;
}

.im-model-grid article {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 13px;
  background: #0c1526;
}

.im-model-grid span {
  display: block;
  min-height: 24px;
  color: #92a5c1;
}

.im-model-grid article > div {
  min-height: 310px;
  margin: 9px 0 13px;
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(11, 31, 67, .05), rgba(8, 17, 31, .42)),
    linear-gradient(142deg, #f0c083 0 26%, #edf4f4 26% 55%, #9fbad3 55% 69%, #ff6f48 69%);
}

.im-model-grid article:nth-child(2) > div {
  background:
    linear-gradient(155deg, rgba(7, 17, 34, .08), rgba(7, 17, 34, .33)),
    linear-gradient(125deg, #f4ead1 0 28%, #e2743f 28% 49%, #bcd4e7 49% 73%, #17243b 73%);
}

.im-model-grid article:nth-child(3) > div {
  background:
    linear-gradient(165deg, rgba(7, 17, 34, .05), rgba(7, 17, 34, .4)),
    linear-gradient(148deg, #8eb3d5 0 32%, #f2e1b8 32% 61%, #f66f45 61% 78%, #10213a 78%);
}

.im-model-grid article:nth-child(4) > div {
  background:
    linear-gradient(145deg, rgba(7, 17, 34, .04), rgba(7, 17, 34, .34)),
    linear-gradient(135deg, #f56e42 0 23%, #172a46 23% 47%, #e8c490 47% 70%, #c6dae7 70%);
}

.im-model-grid b {
  display: block;
  font-size: 11px;
  font-weight: 570;
}

.im-reference-section {
  background: #fff;
}

.im-split {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: start;
  gap: var(--editorial-gap);
}

.im-split-media {
  overflow: hidden;
  border-radius: 28px;
  background: var(--im-navy);
  box-shadow: var(--shadow);
}

.im-split-media img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
  object-position: center 42%;
}

.im-split-copy h2 {
  max-width: 12ch;
  margin-bottom: 26px;
}

.im-reference-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 29px;
}

.im-reference-list span {
  padding: 8px 13px;
  border: 1px solid var(--im-line);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 620;
}

.im-campaign-section {
  background: var(--im-navy);
  color: #fff;
}

.im-campaign-section .im-section-head > p {
  color: #b9c3d1;
}

.im-campaign-panel {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 12px;
}

.im-campaign-image {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 23px;
  background: #0b1425;
}

.im-campaign-image img {
  width: 100%;
  height: 100%;
  max-height: 690px;
  object-fit: cover;
  object-position: center;
}

.im-preset-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.im-preset-groups article {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: var(--im-navy-2);
}

.im-preset-groups article:nth-child(2) {
  background: #263754;
}

.im-preset-groups article:nth-child(3) {
  background: var(--coral);
  color: var(--ink);
}

.im-preset-groups article:nth-child(4) {
  background: #2b4050;
}

.im-preset-groups small {
  color: #9bb4d5;
}

.im-preset-groups article:nth-child(3) small {
  color: #703229;
}

.im-preset-groups h3 {
  margin: auto 0 20px;
  font-size: 22px;
  line-height: 1.08;
}

.im-preset-groups span {
  color: #aebbd0;
}

.im-preset-groups article:nth-child(3) span {
  color: #62312b;
}

.im-finish-section {
  background: #f7f7f3;
}

.im-finish-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.im-finish-grid article {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  overflow: hidden;
  min-height: 470px;
  border: 1px solid var(--im-line);
  border-radius: 25px;
  background: #fff;
}

.im-finish-grid img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center;
}

.im-finish-grid article > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

.im-finish-grid small {
  margin-bottom: auto;
  color: var(--im-orange);
}

.im-finish-grid h3 {
  margin-bottom: 15px;
  font-size: 28px;
}

.im-finish-grid p {
  margin: 0;
  color: #696d73;
  font-size: 14px;
}

.im-style-section {
  background: var(--im-cream);
}

.im-style-grid {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  align-items: start;
  gap: var(--editorial-gap);
}

.im-style-grid h2 {
  max-width: 10ch;
  margin-bottom: 25px;
}

.im-style-ui {
  overflow: hidden;
  border: 1px solid var(--im-line);
  border-radius: 25px;
  background: var(--im-navy);
  box-shadow: var(--shadow);
}

.im-style-ui img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center 44%;
}

.im-style-ui > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 17px;
}

.im-style-ui span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: var(--im-navy-2);
  color: #d7dfeb;
  font-size: 10px;
}

.im-gallery-section {
  background: #fff;
}

.im-gallery-panel {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  align-items: start;
  gap: var(--editorial-gap);
  padding: clamp(34px, 5vw, 70px);
  border-radius: 30px;
  background: #cbdff0;
}

.im-gallery-panel h2 {
  max-width: 11ch;
  margin-bottom: 25px;
}

.im-gallery-panel .button {
  background: var(--im-navy);
  color: #fff;
}

.im-gallery-ui {
  overflow: hidden;
  border: 1px solid rgba(16, 26, 45, .18);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 26px 65px rgba(16, 26, 45, .15);
}

.im-gallery-tabs {
  display: flex;
  gap: 10px;
  padding: 16px;
  border-bottom: 1px solid var(--im-line);
  color: #757b83;
  white-space: nowrap;
}

.im-gallery-tabs span {
  padding: 8px 10px;
  border-radius: 999px;
}

.im-gallery-tabs span.active {
  background: var(--im-navy);
  color: #fff;
}

.im-gallery-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px;
}

.im-gallery-cards article {
  padding: 8px;
  border: 1px solid var(--im-line);
  border-radius: 13px;
}

.im-gallery-cards article > div {
  min-height: 180px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f6e3bd, #ef6d45 47%, #13243f 47% 75%, #9dbdd7 75%);
}

.im-gallery-cards article:nth-child(2) > div {
  background: linear-gradient(145deg, #182a45, #d9e5ec 39%, #ef7a49 39% 63%, #e7c993 63%);
}

.im-gallery-cards article:nth-child(3) > div {
  background: linear-gradient(125deg, #f66e44, #f6eedb 40%, #12223c 40% 71%, #97bad5 71%);
}

.im-gallery-cards article:nth-child(4) > div {
  background: linear-gradient(155deg, #d9e8f0, #ebbd80 38%, #192c47 38% 68%, #f36f45 68%);
}

.im-gallery-cards small {
  color: #71777e;
}

.im-close {
  padding: clamp(92px, 12vw, 160px) 0;
  background: var(--coral);
}

.im-close-inner {
  text-align: center;
}

.im-close h2 {
  max-width: 13ch;
  margin: 0 auto 24px;
}

.im-close p {
  max-width: 61ch;
  margin: 0 auto;
  color: #67332c;
}

.im-close .button-row {
  justify-content: center;
}

.im-close .button-secondary {
  border-color: rgba(5, 5, 5, .25);
  background: rgba(255, 255, 255, .38);
}

@media (max-width: 1120px) {
  .im-subnav-links { gap: 14px; font-size: 12px; }

  .im-hero-grid,
  .im-compare-grid,
  .im-split,
  .im-style-grid,
  .im-gallery-panel {
    grid-template-columns: 1fr;
  }

  .im-old-way-panel { grid-template-columns: 1fr; }

  .im-mechanism-grid { grid-template-columns: 1fr 1fr; }

  .im-hero-copy {
    max-width: 830px;
  }

  .im-hero-board,
  .im-model-board,
  .im-split-media,
  .im-style-ui {
    max-width: 850px;
  }

  .im-hero-board { margin-top: 0; }

  .im-tool-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .im-tool-grid article.featured {
    grid-column: span 1;
  }

  .im-campaign-panel {
    grid-template-columns: 1fr;
  }

  .im-campaign-image img {
    max-height: 720px;
  }

  .im-gallery-panel {
    align-items: stretch;
  }
}

@media (max-width: 820px) {
  .im-subnav {
    top: 60px;
  }

  .im-subnav-links a:not(.im-mini-cta) {
    display: none;
  }

  .im-hero {
    background: linear-gradient(180deg, #fff 0 45%, #f4ecdc 45%);
  }

  .im-hero-copy h1 {
    font-size: clamp(52px, 11vw, 76px);
  }

  .im-plan-badge { display: none; }

  .im-proof-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
  }

  .im-proof-grid div:nth-child(3) {
    border-left: 0;
  }

  .im-section-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .im-section-head > p { margin-top: 0; }

  .im-tool-grid {
    grid-template-columns: 1fr 1fr;
  }

  .im-model-grid {
    grid-template-columns: 1fr 1fr;
  }

  .im-model-grid article > div {
    min-height: 260px;
  }

  .im-finish-grid {
    grid-template-columns: 1fr;
  }

  .im-gallery-ui {
    max-width: 720px;
  }
}

@media (max-width: 600px) {
  .im-page .site-wrap {
    width: min(var(--wrap), calc(100% - 28px));
  }

  .im-subnav-inner {
    min-height: 56px;
  }

  .im-mini-cta {
    padding: 7px 10px;
    font-size: 11px;
  }

  .im-brand { font-size: 24px; }
  .im-subnav-inner { gap: 10px; }

  .im-hero {
    padding-top: 58px;
  }

  .im-hero-copy h1 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .im-hero-copy .im-hero-definition { font-size: 25px; }

  .im-old-way-panel { padding: 34px 22px; border-radius: 24px; }

  .im-old-way-contrast article { min-height: 200px; padding: 22px; }

  .im-mechanism-grid { grid-template-columns: 1fr; }

  .im-mechanism-grid article { min-height: 265px; padding: 24px; }

  .im-hero-board,
  .im-model-board {
    transform: none;
  }

  .im-hero-board img {
    aspect-ratio: 1 / 1.14;
  }

  .im-hero-label {
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    padding: 13px;
  }

  .im-hero-label strong {
    display: block;
    margin-top: 7px;
    text-align: left;
  }

  .im-proof-grid div {
    padding: 8px 14px;
  }

  .im-tool-grid {
    grid-template-columns: 1fr;
  }

  .im-tool-grid article {
    min-height: 225px;
    padding: 22px;
  }

  .im-prompt {
    grid-template-columns: 1fr;
  }

  .im-model-grid {
    grid-template-columns: 1fr;
  }

  .im-model-grid article > div {
    min-height: 240px;
  }

  .im-split-media img {
    aspect-ratio: .92 / 1;
  }

  .im-preset-groups {
    grid-template-columns: 1fr;
  }

  .im-preset-groups article {
    min-height: 220px;
  }

  .im-finish-grid article {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .im-finish-grid img {
    min-height: 0;
    max-height: 470px;
    aspect-ratio: 1 / 1.05;
  }

  .im-finish-grid article > div {
    min-height: 250px;
    padding: 24px;
  }

  .im-gallery-panel {
    gap: 42px;
    padding: 30px 18px;
    border-radius: 24px;
  }

  .im-gallery-tabs {
    overflow-x: auto;
  }

  .im-gallery-cards {
    grid-template-columns: 1fr;
  }

  .im-gallery-cards article > div {
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .im-hero-board,
  .im-model-board {
    transform: none;
  }
}

@media (max-width: 600px) {
  .im-mini-cta { min-height: 44px; padding: 11px 14px; }
  .im-brand { display: inline-flex; min-height: 44px; align-items: center; }
  .im-hero-note { font-size: 16px; line-height: 1.55; }
  .im-proof-grid span { font-size: 14px; line-height: 1.45; }
  .im-tool-grid p,
  .im-finish-grid p { font-size: 16px; line-height: 1.55; }
}
