.shine-product-hero {
  display: grid;
  width: min(1480px, calc(100% - 48px));
  min-height: auto;
  grid-template-columns: minmax(460px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(36px, 4vw, 64px);
  overflow: hidden;
  margin: 24px auto 0;
  padding: clamp(42px, 5vw, 68px);
  border: 1px solid #dbe2dd;
  border-radius: 32px;
  background: linear-gradient(135deg, #f8f7f2 0%, #f2f4ef 100%);
}

.shine-product-hero-copy {
  width: auto;
  max-width: 610px;
  align-self: center;
  margin: 0;
  padding: 0;
  text-align: left;
}

.shine-product-lockup {
  display: flex;
  justify-content: flex-start;
}

.shine-product-lockup h1 {
  display: flex;
  align-items: baseline;
  gap: .36em;
  margin: 0;
  color: #17221d;
  font-size: clamp(1.65rem, 2.7vw, 2.45rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.shine-product-lockup h1 small {
  font: inherit;
  font-size: .56em;
  font-weight: 780;
  letter-spacing: .16em;
}

.shine-product-eyebrow {
  margin-top: 20px;
  color: #08785c;
}

.shine-product-promise {
  max-width: 590px;
  margin: 14px 0 0;
  color: #17221d;
  font: 720 clamp(2.6rem, 3.45vw, 4rem)/1.02 Arial, Helvetica, sans-serif;
  letter-spacing: -.048em;
}

.shine-product-hero-copy > p.shine-product-intro {
  max-width: 610px;
  margin: 18px 0 0;
  color: #34463d;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.62;
}

.shine-free-promise {
  display: grid;
  width: 100%;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin: 20px 0 0;
  padding: 14px 16px;
  border: 1px solid #c7d9cf;
  border-left: 3px solid #08785c;
  border-radius: 12px;
  background: rgba(255, 255, 255, .78);
  color: #264137;
  text-align: left;
}

.shine-free-promise > span {
  color: #08785c;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.shine-free-promise strong { color: #17221d; font-size: .95rem; }
.shine-free-promise p { margin: 4px 0 0; color: #64746c; font-size: .81rem; line-height: 1.5; }

.shine-guide-cta {
  display: grid;
  width: 100%;
  min-height: 62px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin: 16px 0 0;
  padding: 9px 13px;
  border: 1px solid #cbdad3;
  border-radius: 16px;
  background: rgba(255, 255, 255, .74);
  color: #173b61;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(27, 52, 41, .07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.shine-guide-cta:hover {
  border-color: #77aa96;
  box-shadow: 0 16px 34px rgba(27, 52, 41, .11);
  transform: translateY(-2px);
}

.shine-guide-cta:focus-visible {
  outline: 3px solid rgba(23, 59, 97, .26);
  outline-offset: 4px;
}

.shine-guide-cta > span:not(.shine-guide-icon) {
  display: grid;
  gap: 3px;
}

.shine-guide-cta small {
  color: #668075;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.shine-guide-cta strong {
  font-size: .98rem;
  line-height: 1.3;
}

.shine-guide-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  background: #173b61;
  color: #fff;
}

.shine-guide-icon svg,
.shine-guide-cta > svg {
  width: 20px;
  height: 20px;
}

.shine-download-heading {
  margin-top: 24px;
  text-align: left;
}

.shine-platform-downloads {
  max-width: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 13px;
}

.shine-platform-download {
  min-height: 88px;
  grid-template-columns: 42px minmax(0, 1fr) 34px;
  border-radius: 15px;
  gap: 11px;
  padding: 12px;
}

.shine-platform-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.shine-platform-action {
  width: 34px;
  height: 34px;
  border-radius: 11px;
}

.shine-platform-copy strong {
  font-size: 1rem;
}

.shine-product-hero-links {
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  margin-top: 13px;
}

.shine-product-hero-visual {
  position: relative;
  display: grid;
  width: auto;
  min-width: 0;
  min-height: 560px;
  align-content: center;
  margin: 0;
  padding: clamp(28px, 3vw, 48px);
  overflow: hidden;
  border-radius: 26px;
  background: radial-gradient(circle at 50% 40%, #1d4638 0%, #102820 72%);
}

.shine-product-hero-visual img {
  width: 100%;
  max-width: 920px;
  justify-self: center;
  filter: drop-shadow(0 32px 48px rgba(0, 0, 0, .34));
}

.shine-product-hero-visual figcaption {
  position: absolute;
  bottom: 22px;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.shine-product-hero-visual figcaption span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(5, 14, 11, .76);
  color: #fff;
  font-size: .72rem;
  font-weight: 780;
  backdrop-filter: blur(10px);
}

.shine-product-hero-visual figcaption svg {
  width: 15px;
  height: 15px;
  color: #74d1aa;
}

.shine-feature-nav {
  position: sticky;
  z-index: 8;
  top: 68px;
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  gap: 20px;
  padding: 9px max(20px, calc((100vw - 1380px) / 2));
  border-block: 1px solid #d5ddd8;
  background: rgba(250, 250, 247, .94);
  box-shadow: 0 8px 24px rgba(18, 35, 27, .05);
  backdrop-filter: blur(14px);
}

.shine-feature-nav > strong {
  flex: 0 0 auto;
  color: #17221d;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.shine-feature-nav > div {
  display: flex;
  min-width: 0;
  flex: 1;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.shine-feature-nav > div::-webkit-scrollbar { display: none; }

.shine-feature-nav a {
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border-radius: 10px;
  color: #4f6258;
  font-size: .78rem;
  font-weight: 760;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.shine-feature-nav a:hover,
.shine-feature-nav a:focus-visible { background: #e7f2ed; color: #08785c; transform: translateY(-1px); }
.shine-feature-nav svg { width: 17px; height: 17px; }

#compatibility,
#workflow,
#bible,
#tools,
#showcase,
#mobile { scroll-margin-top: 150px; }

.shine-product-main .shine-system-support { padding-block: clamp(48px, 5.5vw, 74px); }
.shine-purpose-workflow { padding-block: clamp(62px, 7vw, 94px); }

.shine-purpose-workflow {
  display: block;
  width: min(1380px, calc(100% - 40px));
}

.shine-purpose-workflow .shine-purpose-copy h2 {
  max-width: 900px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.5rem, 4.3vw, 4.5rem);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: .98;
}

.shine-purpose-workflow .shine-purpose-copy > p:not(.bible-kicker) {
  max-width: 780px;
  margin: 24px 0 0;
  color: #56675e;
  font-size: 1.04rem;
  line-height: 1.72;
}

.shine-purpose-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
  border-block: 1px solid #d9e0dc;
}

.shine-purpose-points article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 0;
}

.shine-purpose-points article + article {
  border-left: 1px solid #d9e0dc;
}

.shine-purpose-points article:not(:first-child) { padding-left: 22px; }
.shine-purpose-points article:not(:last-child) { padding-right: 22px; }

.shine-purpose-points article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #eaf3ee;
  color: #08785c;
}

.shine-purpose-points article:last-child > span {
  background: #173b61;
  color: #fff;
}

.shine-purpose-points svg {
  width: 20px;
  height: 20px;
}

.shine-purpose-points strong {
  color: #17221d;
  font-size: .98rem;
}

.shine-purpose-points article p {
  margin: 5px 0 0;
  color: #64746c;
  font-size: .9rem;
  line-height: 1.58;
}

.shine-purpose-guide {
  display: inline-grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 12px 15px;
  border: 1px solid #cad8d1;
  border-radius: 13px;
  background: #fff;
  color: #173b61;
  font-size: .88rem;
  font-weight: 780;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.shine-purpose-guide:hover {
  border-color: #78a995;
  box-shadow: 0 12px 28px rgba(23, 59, 97, .09);
  transform: translateY(-2px);
}

.shine-purpose-guide:focus-visible {
  outline: 3px solid rgba(23, 59, 97, .25);
  outline-offset: 3px;
}

.shine-purpose-guide svg {
  width: 18px;
  height: 18px;
}

.shine-purpose-demo {
  position: static;
  min-width: 0;
  margin-top: 44px;
}

.shine-bible-depth {
  width: min(1380px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 8vw, 108px) 0;
  border-top: 1px solid #d9e0dc;
}

.shine-bible-depth > header { max-width: 920px; }
.shine-bible-depth h2 {
  max-width: 840px;
  margin: 0;
  color: #17221d;
  font: 720 clamp(2.45rem, 4.5vw, 4.8rem)/1 Arial, Helvetica, sans-serif;
  letter-spacing: -.052em;
}
.shine-bible-depth > header > p:last-child { max-width: 820px; margin: 22px 0 0; color: #5b6d63; font-size: 1.02rem; line-height: 1.7; }

.shine-bible-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr);
  align-items: stretch;
  gap: 0;
  margin-top: 38px;
  border-block: 1px solid #d8dfda;
}

.shine-bible-main-visual { margin: 0; padding: 24px 30px 24px 0; border-right: 1px solid #d8dfda; }
.shine-bible-main-visual img { display: block; width: 100%; border: 1px solid #d8dfda; box-shadow: 0 18px 44px rgba(23, 40, 31, .09); }
.shine-bible-main-visual figcaption { margin-top: 10px; color: #6b7971; font-size: .77rem; }

.shine-bible-methods { display: grid; align-content: center; }
.shine-bible-methods article { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 11px; padding: 16px 0 16px 24px; }
.shine-bible-methods article + article { border-top: 1px solid #e0e5e2; }
.shine-bible-methods svg { width: 20px; color: #08785c; }
.shine-bible-methods div { display: grid; gap: 4px; }
.shine-bible-methods strong { color: #17221d; font-size: .9rem; }
.shine-bible-methods span { color: #68776f; font-size: .8rem; line-height: 1.48; }

.shine-bible-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 22px; }
.shine-bible-proof figure { margin: 0; overflow: hidden; border: 1px solid #d8dfda; background: #fff; }
.shine-bible-proof img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
.shine-bible-proof figcaption { display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 13px 15px; color: #68776f; font-size: .78rem; }
.shine-bible-proof figcaption strong { color: #173b61; }

.shine-feature-story article { gap: clamp(34px, 5vw, 72px); padding: clamp(54px, 6vw, 82px) 0; }
.shine-feature-story h2 { font-family: Arial, Helvetica, sans-serif; font-size: clamp(2rem, 3.3vw, 3.45rem); font-weight: 720; letter-spacing: -.045em; }
.shine-feature-story article p:not(.bible-kicker) { margin-top: 15px; font-size: .98rem; line-height: 1.66; }

.shine-system-depth { padding: clamp(64px, 7vw, 96px) 0; }
.shine-system-depth > header { margin-bottom: 34px; }
.shine-system-depth h2 { max-width: 900px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(2.35rem, 4vw, 4.2rem); font-weight: 720; letter-spacing: -.05em; }
.shine-system-depth-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.shine-system-depth-list > div { grid-template-columns: 34px minmax(0, 1fr); padding: 22px 20px; }
.shine-system-depth-list > div + div { border-left: 0; }
.shine-system-depth-list > div:nth-child(even) { border-left: 1px solid #d9e0dc; }
.shine-system-depth-list > div:nth-child(n + 3) { border-top: 1px solid #d9e0dc; }
.shine-system-depth-list > div:last-child:nth-child(odd) { grid-column: 1 / -1; border-left: 0; }

.shine-product-showcase {
  width: min(1180px, calc(100% - 40px));
  padding: clamp(64px, 7vw, 96px) 0;
}

.shine-product-showcase > header {
  max-width: 760px;
  margin-bottom: 28px;
}

.shine-product-showcase h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.35rem, 3.7vw, 3.8rem);
  font-weight: 720;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.shine-product-showcase > header > p:not(.bible-kicker) {
  max-width: 650px;
  margin-top: 16px;
  font-size: 1.04rem;
  line-height: 1.6;
}

.shine-product-gallery {
  padding: 12px;
  border: 1px solid #d7dfda;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(23, 40, 31, .1);
}

.shine-product-gallery-nav {
  gap: 8px;
  margin: 0 0 12px;
}

.shine-product-gallery-nav button {
  min-height: 44px;
  border-radius: 999px;
  padding-inline: 16px;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.shine-product-gallery-nav button[aria-pressed="true"] {
  box-shadow: 0 7px 18px rgba(18, 107, 76, .18);
}

.shine-product-gallery-nav button:focus-visible {
  outline: 3px solid rgba(23, 59, 97, .28);
  outline-offset: 3px;
}

.shine-product-slides {
  height: clamp(470px, 36vw, 560px);
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 17px;
  background: #edf2ee;
}

.shine-product-slide {
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr);
  grid-template-rows: 1fr;
  background: #edf2ee;
}

.shine-product-slide img {
  width: 100%;
  height: 100%;
  padding: 24px;
  object-fit: contain;
  background: linear-gradient(145deg, #eef3ef, #e6ece8);
}

.shine-product-slide figcaption {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 16px;
  padding: clamp(28px, 3vw, 44px);
  background: #102820;
}

.shine-product-slide figcaption strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.65rem, 2.3vw, 2.3rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.shine-product-slide figcaption span {
  font-size: .98rem;
  line-height: 1.65;
}

.shine-product-progress { padding-top: 12px; }
.shine-product-progress i { border-radius: 999px; }
.shine-product-final { grid-template-columns: minmax(250px, .48fr) minmax(0, 1fr); padding-block: clamp(56px, 7vw, 86px); }
.shine-product-final > img { width: min(100%, 340px); max-height: 610px; justify-self: center; object-fit: cover; object-position: top; }
.shine-product-final h2 { max-width: 760px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(2.4rem, 4vw, 4.25rem); font-weight: 720; letter-spacing: -.05em; }

.shine-purpose-demo figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d7dfda;
  border-radius: 20px 20px 0 0;
  background: #fff;
  box-shadow: 0 30px 70px rgba(23, 40, 31, .12);
}

.shine-purpose-demo img {
  display: block;
  width: 100%;
  height: auto;
}

.shine-purpose-demo figcaption {
  padding: 13px 17px;
  color: #51655b;
  background: #fff;
  font-size: .8rem;
  line-height: 1.45;
}

.shine-purpose-action-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #d7dfda;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: #f5f7f5;
}

.shine-purpose-action-rail span {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #617168;
}

.shine-purpose-action-rail span + span {
  border-left: 1px solid #d7dfda;
}

.shine-purpose-action-rail svg {
  width: 18px;
  height: 18px;
}

.shine-purpose-action-rail small {
  font-size: .73rem;
  font-weight: 820;
}

.shine-purpose-action-rail .is-send {
  color: #fff;
  background: #173b61;
}

@media (prefers-reduced-motion: no-preference) {
  .shine-product-lockup,
  .shine-product-promise,
  .shine-product-intro,
  .shine-product-remote-intro,
  .shine-guide-cta,
  .shine-platform-downloads {
    animation: shine-download-rise .48s both;
  }

  .shine-free-promise { animation: shine-download-rise .48s 130ms both; }

  .shine-product-intro { animation-delay: 70ms; }
  .shine-product-promise { animation-delay: 45ms; }
  .shine-product-remote-intro { animation-delay: 110ms; }
  .shine-guide-cta { animation-delay: 150ms; }
  .shine-platform-downloads { animation-delay: 190ms; }
  .shine-product-hero-visual { animation: shine-product-arrive .65s .16s both; }
  .shine-purpose-action-rail span { animation: shine-workflow-step 6.3s infinite; }
  .shine-purpose-action-rail span:nth-child(2) { animation-delay: 2.1s; }
  .shine-purpose-action-rail span:nth-child(3) { animation-delay: 4.2s; }
  .shine-purpose-demo figure { animation: shine-purpose-settle .65s both; animation-timeline: view(); animation-range: entry 15% cover 34%; }
  .shine-bible-main-visual,
  .shine-bible-proof figure { animation: shine-purpose-settle .65s both; animation-timeline: view(); animation-range: entry 12% cover 32%; }

  @keyframes shine-download-rise {
    from { opacity: 0; transform: translateY(10px); }
  }

  @keyframes shine-product-arrive {
    from { opacity: 0; transform: translateY(18px) scale(.985); }
  }

  @keyframes shine-workflow-step {
    0%, 27% { box-shadow: inset 0 -4px 0 #3d93d3; filter: brightness(1.06); }
    34%, 100% { box-shadow: none; filter: none; }
  }

  @keyframes shine-purpose-settle {
    from { opacity: .45; transform: translateY(18px) scale(.985); }
  }
}

@media (max-width: 1100px) {
  .shine-product-hero {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 48px;
  }

  .shine-product-hero-copy {
    width: 100%;
    max-width: 760px;
    justify-self: center;
  }

  .shine-product-hero-visual {
    width: 100%;
    min-height: 500px;
  }
}

@media (max-width: 820px) {
  .shine-product-hero { width: calc(100% - 28px); min-height: auto; grid-template-columns: 1fr; gap: 0; margin-top: 14px; padding: 0; border-radius: 24px; }
  .shine-product-hero-copy { width: calc(100% - 28px); max-width: none; margin: 0 auto; padding: 40px 0 34px; }
  .shine-product-lockup h1 { font-size: clamp(1.45rem, 7vw, 2.25rem); }
  .shine-product-promise { font-size: clamp(2.5rem, 11vw, 4rem); }
  .shine-product-hero-copy > p.shine-product-intro { font-size: 1.04rem; }
  .shine-platform-downloads { grid-template-columns: 1fr; margin-top: 18px; }
  .shine-product-hero-visual { width: 100%; min-height: 390px; margin: 0; padding: 32px 0 54px 14px; border-radius: 24px 24px 0 0; }
  .shine-product-hero-visual img { width: 100%; }
  .shine-product-showcase { width: calc(100% - 28px); }
  .shine-product-gallery { padding: 8px; border-radius: 20px; }
  .shine-product-slides { height: min(150vw, 680px); border-radius: 14px; }
  .shine-product-slide { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) auto; }
  .shine-product-slide img { padding: 16px; }
  .shine-product-slide figcaption { gap: 9px; padding: 22px 20px; }
  .shine-product-slide figcaption strong { font-size: clamp(1.35rem, 6vw, 1.8rem); }
  .shine-product-slide figcaption span { font-size: .94rem; line-height: 1.5; }
  .shine-purpose-workflow { width: calc(100% - 28px); }
  .shine-purpose-points { grid-template-columns: 1fr; }
  .shine-purpose-points article:not(:first-child) { padding-left: 0; }
  .shine-purpose-points article:not(:last-child) { padding-right: 0; }
  .shine-purpose-points article + article { border-top: 1px solid #d9e0dc; border-left: 0; }
  .shine-feature-nav { top: 60px; padding-inline: 14px; }
  .shine-feature-nav > strong { display: none; }
  .shine-bible-depth { width: calc(100% - 28px); }
  .shine-bible-workspace { grid-template-columns: 1fr; }
  .shine-bible-main-visual { padding: 18px 0; border-right: 0; border-bottom: 1px solid #d8dfda; }
  .shine-bible-methods article { padding-left: 0; }
  .shine-bible-proof { grid-template-columns: 1fr; }
  .shine-system-depth-list { grid-template-columns: 1fr; }
  .shine-system-depth-list > div:nth-child(even) { border-left: 0; }
  .shine-system-depth-list > div:nth-child(n + 2) { border-top: 1px solid #d9e0dc; }
  .shine-system-depth-list > div:last-child:nth-child(odd) { grid-column: auto; }
  .shine-product-final { grid-template-columns: 1fr; }
  .shine-product-final > img { max-height: 520px; }
}

@media (max-width: 480px) {
  .shine-product-hero-copy { width: calc(100% - 28px); }
  .shine-free-promise { grid-template-columns: 1fr; gap: 7px; padding: 13px 14px; }
  .shine-feature-nav a { min-height: 40px; padding-inline: 9px; }
  .shine-product-lockup h1 { align-items: center; gap: .24em; letter-spacing: .08em; }
  .shine-product-lockup h1 small { letter-spacing: .1em; }
  .shine-guide-cta { grid-template-columns: 42px minmax(0, 1fr) auto; padding-inline: 12px; }
  .shine-guide-icon { width: 42px; height: 42px; }
  .shine-platform-download { grid-template-columns: 48px minmax(0, 1fr) 38px; padding-inline: 13px; }
  .shine-platform-icon { width: 48px; height: 48px; }
  .shine-platform-action { width: 38px; height: 38px; }
  .shine-product-hero-links { gap: 14px; }
  .shine-product-hero-visual { min-height: 310px; padding-bottom: 58px; }
  .shine-product-hero-visual figcaption { width: calc(100% - 24px); justify-content: center; white-space: normal; }
  .shine-product-gallery-nav button { min-height: 46px; padding-inline: 8px; font-size: .75rem; }
  .shine-product-gallery-nav svg { width: 17px; height: 17px; }
  .shine-product-slides { height: min(176vw, 690px); }
  .shine-purpose-workflow .shine-purpose-copy h2 { font-size: clamp(2.5rem, 13vw, 3.75rem); }
  .shine-purpose-action-rail span { min-height: 54px; gap: 6px; }
  .shine-purpose-action-rail small { font-size: .66rem; }
}
