/* Product-page extensions. Loaded after inner-pages.css by the
   /tabla-mridang-sagar/ pages only. Everything else is inherited. */

.subnav-4 {
  grid-template-columns: repeat(4, 1fr);
}
.app-lockup {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: clamp(26px, 4vw, 48px);
  align-items: start;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 8%, rgba(126, 150, 194, 0.18), transparent 40%),
    rgba(244, 243, 240, 0.025);
}
.app-lockup img {
  width: 136px;
  height: 136px;
  border-radius: 30px;
  display: block;
}
.app-lockup h2 {
  margin: 14px 0 0;
  font:
    400 clamp(34px, 4.6vw, 58px) / 1 "Newsreader",
    Georgia,
    serif;
  letter-spacing: -0.03em;
}
.app-lockup .app-sub {
  max-width: 46ch;
  margin: 16px 0 0;
  color: #c9c5ba;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
}
.app-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.app-meta li {
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font:
    11px "IBM Plex Mono",
    monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.app-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.pill-ghost {
  background: transparent;
  border: 1px solid rgba(126, 150, 194, 0.5);
  color: var(--blue);
}
.pill-ghost:hover {
  background: rgba(126, 150, 194, 0.12);
  color: var(--paper);
  transform: none;
}
.app-note {
  margin: 22px 0 0;
  color: #77746c;
  font-size: 13px;
  line-height: 1.6;
}
.shots {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(224px, 262px);
  gap: 20px;
  margin-top: clamp(46px, 7vh, 76px);
  padding-bottom: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.shots::-webkit-scrollbar {
  display: none;
}
.shot {
  margin: 0;
  scroll-snap-align: start;
}
.shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1242 / 2688;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f7f2e9;
}
.shot figcaption {
  margin-top: 15px;
  color: var(--muted);
  font:
    11px "IBM Plex Mono",
    monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.shot figcaption strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-weight: 400;
}
.rail-hint {
  margin: 14px 0 0;
  color: #6e6b62;
  font:
    11px "IBM Plex Mono",
    monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.spec-list {
  margin: clamp(40px, 6vh, 60px) 0 0;
  border-top: 1px solid var(--line);
}
.spec-row {
  display: grid;
  grid-template-columns: minmax(150px, 240px) minmax(0, 1fr);
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.spec-row dt {
  padding-top: 3px;
  color: var(--blue);
  font:
    11px "IBM Plex Mono",
    monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.spec-row dd {
  margin: 0;
  color: #c9c5ba;
  line-height: 1.65;
}
/* The support address is longer than the studio's own, so it needs a
   slightly smaller display size to stay on one line in this column. */
.contact-direct-email {
  font-size: clamp(24px, 3.1vw, 40px);
}
.support-note {
  margin-top: clamp(40px, 6vh, 60px);
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(126, 150, 194, 0.45);
  border-radius: 16px;
  background: rgba(126, 150, 194, 0.08);
  color: #c9c5ba;
  line-height: 1.7;
}
.support-note strong {
  color: var(--paper);
  font-weight: 500;
}
.support-note a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.step-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  counter-reset: step;
}
.step-list li {
  position: relative;
  padding: 20px 0 20px 52px;
  border-bottom: 1px solid var(--line);
  color: #c9c5ba;
  line-height: 1.65;
  counter-increment: step;
}
.step-list li:before {
  content: "0" counter(step);
  position: absolute;
  left: 0;
  top: 25px;
  color: var(--blue);
  font:
    11px "IBM Plex Mono",
    monospace;
  letter-spacing: 0.1em;
}
.step-list strong {
  color: var(--paper);
  font-weight: 500;
}
@media (max-width: 900px) {
  .app-lockup {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 760px) {
  .subnav-4 {
    grid-template-columns: repeat(4, max-content);
  }
  .shots {
    grid-auto-columns: minmax(200px, 74vw);
  }
  .spec-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .app-lockup img {
    width: 104px;
    height: 104px;
    border-radius: 23px;
  }
}
