:root {
  color-scheme: light;
  --ink: #0a2944;
  --ink-soft: #24445b;
  --studio-green: #183f37;
  --studio-green-light: #2b5b4f;
  --paper: #fffdf7;
  --paper-warm: #f8f1e5;
  --canvas: #eaf3f1;
  --terracotta: #b85f43;
  --ochre: #cf9638;
  --blue: #2166bf;
  --muted: #5d7180;
  --line: rgba(20, 57, 70, 0.14);
  --shadow: 0 16px 36px rgba(43, 76, 80, 0.12), 0 3px 9px rgba(43, 76, 80, 0.06);
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Avenir, "Avenir Next", Montserrat, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--canvas);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(207, 150, 56, 0.86);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  border: 1px solid rgba(10, 41, 68, 0.18);
  border-radius: 10px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 150ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  height: 104px;
  padding: 0 clamp(28px, 3.5vw, 58px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(18, 48, 60, 0.22);
  background:
    radial-gradient(circle at 50% -120%, rgba(255, 255, 255, 0.88), transparent 62%),
    linear-gradient(110deg, #d5c097 0%, #f4eee1 30%, #fffaf0 50%, #f4eee1 70%, #d5c097 100%);
  box-shadow: 0 3px 18px rgba(7, 31, 38, 0.16);
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 3%, #d7b66e 18%, #a9563f 50%, #d7b66e 82%, transparent 97%);
  content: "";
  opacity: 0.62;
}

.brand {
  width: 98px;
  height: 98px;
  flex: 0 0 auto;
  display: block;
  border: 0;
  background: transparent;
  text-decoration: none;
}

.brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 5px 7px rgba(5, 24, 25, 0.2));
}

.brand-wordmark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(300px, 32vw, 460px);
  height: 78px;
  display: block;
  object-fit: contain;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(26px, 3vw, 50px);
  margin-left: auto;
}

.site-nav a {
  min-width: 48px;
  min-height: 48px;
  padding: 0 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
  color: #173b3c;
  font-size: 15px;
  font-weight: 760;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: border-color 150ms ease, color 150ms ease;
}

.site-nav a:hover {
  border-bottom-color: #a9563f;
  color: #0c2c32;
}

.showcase-shell {
  height: calc(100vh - 104px);
  padding: 30px clamp(28px, 3.5vw, 58px) 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "apps";
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px),
    radial-gradient(circle at 9% 28%, rgba(255, 255, 255, 0.96), transparent 27%),
    radial-gradient(circle at 86% 4%, rgba(234, 209, 164, 0.28), transparent 29%),
    linear-gradient(124deg, #edf7f5 0%, #e9f3f1 50%, #f3f6ed 100%);
  background-size: 100% 28px, auto, auto, auto;
}

.studio-intro {
  grid-area: intro;
  position: relative;
  min-height: 0;
  padding: 18px 0 10px;
  display: flex;
  flex-direction: column;
}

.scribble-top {
  width: 88px;
  height: 25px;
  margin-bottom: 13px;
  transform: rotate(-2deg);
}

.scribble-top i {
  width: 86px;
  height: 2px;
  display: block;
  border-radius: 50%;
  background: var(--ink);
  transform: rotate(-2deg);
}

.scribble-top i + i {
  width: 65px;
  margin-top: 7px;
  transform: translateX(5px) rotate(2deg);
}

.spark {
  position: absolute;
  top: 39px;
  right: 11%;
  color: var(--terracotta);
  font-family: var(--display);
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.studio-kicker {
  margin: 0 0 13px;
  color: var(--terracotta);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.studio-intro h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(48px, 3.8vw, 61px);
  font-weight: 800;
  letter-spacing: -0.058em;
  line-height: 0.99;
}

.scribble-underline {
  width: 208px;
  height: 24px;
  margin: 22px 0 19px;
  overflow: visible;
  fill: none;
  stroke: var(--terracotta);
  stroke-width: 2.8;
  stroke-linecap: round;
}

.intro-copy {
  max-width: 310px;
  margin: 0;
  color: #314b5f;
  font-size: clamp(14px, 1.03vw, 16px);
  line-height: 1.62;
}

.release-card {
  width: min(100%, 332px);
  min-height: 102px;
  margin-top: auto;
  padding: 15px 17px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(24, 63, 55, 0.13);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 251, 241, 0.94)),
    var(--paper);
  box-shadow: var(--shadow);
}

.release-card > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: white;
  background: linear-gradient(145deg, #c87353, #974833);
  box-shadow: 0 7px 14px rgba(124, 59, 43, 0.18);
}

.release-card svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.release-card p {
  margin: 0;
  color: #49606d;
  font-size: 10.5px;
  line-height: 1.42;
}

.release-card p > small {
  margin-bottom: 4px;
  display: block;
  color: var(--terracotta);
  font-size: 7.5px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.release-card strong {
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-size: 14px;
  line-height: 1.18;
}

.release-card em {
  display: block;
  margin-top: 3px;
  color: #7a878c;
  font-size: 7.8px;
  font-style: normal;
}

.apps-showcase {
  grid-area: apps;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.apps-heading {
  min-height: 63px;
  margin: 0 5px 14px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
}

.apps-heading > div > p {
  margin: 0 0 3px;
  color: var(--terracotta);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.apps-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(30px, 2.5vw, 39px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.apps-count {
  margin: 0 0 2px;
  color: #637680;
  font-size: 8px;
  font-weight: 720;
  letter-spacing: 0.055em;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
}

.apps-count strong {
  color: var(--ink);
}

.release-snapshot {
  display: block;
  margin-top: 3px;
  color: #7b8b91;
  font-size: 7px;
  letter-spacing: 0.025em;
  text-transform: none;
}

.app-grid {
  min-height: 0;
  flex: 1;
  padding: 12px 3px 14px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 280px;
  gap: 28px 24px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(24, 63, 55, 0.34) transparent;
}

.app-grid::-webkit-scrollbar {
  width: 5px;
}

.app-grid::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: rgba(24, 63, 55, 0.34);
}

.app-panel,
.support-panel {
  position: relative;
  min-width: 0;
  min-height: 224px;
  overflow: hidden;
  border: 1px solid rgba(24, 59, 68, 0.13);
  border-radius: 17px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.app-panel::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent) 0 68px, rgba(255, 255, 255, 0) 68px);
  content: "";
  opacity: 0.86;
}

.app-panel::after {
  position: absolute;
  z-index: 0;
  top: -90px;
  left: -118px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: var(--accent-soft);
  content: "";
  opacity: 0.9;
}

.app-summary {
  position: relative;
  z-index: 2;
  width: calc(100% - 171px);
  min-width: 0;
  padding: clamp(24px, 2.15vw, 33px) 8px 63px 17px;
  display: grid;
  grid-template-columns: clamp(70px, 5.6vw, 86px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(12px, 1.05vw, 16px);
}

.app-icon {
  width: clamp(70px, 5.6vw, 86px);
  height: clamp(70px, 5.6vw, 86px);
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(12, 38, 62, 0.08);
  border-radius: 24%;
  box-shadow: 0 10px 20px rgba(29, 48, 78, 0.15), 0 1px 2px rgba(29, 48, 78, 0.15);
}

.app-copy {
  min-width: 0;
  padding-top: 1px;
}

.app-category {
  margin-bottom: 4px;
  display: block;
  overflow: hidden;
  color: var(--accent);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.app-copy h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(15px, 1.18vw, 19px);
  font-weight: 800;
  letter-spacing: -0.038em;
  line-height: 1.03;
  overflow-wrap: normal;
}

.app-copy p {
  margin: 8px 0 0;
  display: -webkit-box;
  overflow: hidden;
  color: #3d5567;
  font-size: clamp(9px, 0.78vw, 11.5px);
  line-height: 1.43;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.app-copy small {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  overflow: hidden;
  color: #78858d;
  font-size: 6.8px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-transform: uppercase;
}

.app-copy small i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--accent);
}

.card-arrow {
  position: absolute;
  z-index: 5;
  bottom: 16px;
  left: 17px;
  width: 46px;
  height: 46px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 12px rgba(42, 68, 75, 0.08);
  font-size: 27px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}

.card-arrow:hover {
  color: white;
  background: var(--accent);
  transform: translateX(3px);
}

.phone-preview {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 9px;
  width: 162px;
  height: 334px;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  border: 2px solid #151a1d;
  border-radius: 28px;
  background: #090b0d;
  box-shadow: 0 9px 19px rgba(20, 33, 50, 0.22), inset 0 0 0 1px #61666a;
}

.app-screenshot {
  width: 100%;
  height: 100%;
  border-radius: 21px;
  object-fit: contain;
  object-position: top center;
}

.phone-preview-landscape {
  top: auto;
  right: -22px;
  bottom: 16px;
  width: 258px;
  height: 125px;
  border-radius: 20px;
}

.phone-preview-landscape .app-screenshot {
  border-radius: 13px;
}

.has-landscape-preview .app-summary {
  width: 100%;
  padding-right: 22px;
}

.support-panel {
  grid-column: 1 / -1;
  padding: 16px clamp(23px, 3vw, 43px);
  display: grid;
  grid-template-columns: minmax(210px, 0.94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(25px, 3vw, 48px);
  color: #fffaf0;
  background:
    radial-gradient(circle at 6% 120%, rgba(192, 103, 73, 0.34), transparent 46%),
    linear-gradient(138deg, #20483f, #10332f);
}

.support-panel::after {
  position: absolute;
  top: 18px;
  right: 24px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(230, 190, 112, 0.2);
  border-radius: 50%;
  content: "";
}

.support-panel > img {
  width: min(100%, 270px);
  height: auto;
  aspect-ratio: 900 / 681;
  align-self: center;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 9px 12px rgba(2, 20, 21, 0.25));
}

.support-panel > div {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.support-panel h3 {
  margin: 0;
  color: #fff7e7;
  font-family: var(--display);
  font-size: clamp(27px, 2.2vw, 36px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.support-panel > div > p:last-of-type {
  max-width: 390px;
  margin: 9px 0 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: 11px;
  line-height: 1.48;
}

.support-panel a {
  min-height: 44px;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff7e7;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.support-panel a:hover {
  text-decoration: underline;
}

.accent-clay { --accent: #ba6754; --accent-soft: #fff0e8; }
.accent-indigo { --accent: #5d64c9; --accent-soft: #edeeff; }
.accent-olive { --accent: #777d50; --accent-soft: #f1f3e6; }
.accent-forest { --accent: #477456; --accent-soft: #e9f4ed; }
.accent-lilac { --accent: #84669e; --accent-soft: #f2ecf7; }
.accent-sky { --accent: #4f8dbd; --accent-soft: #eaf5fb; }
.accent-coral { --accent: #b76054; --accent-soft: #faece9; }
.accent-violet { --accent: #755392; --accent-soft: #f2ecf7; }
.accent-teal { --accent: #407f7a; --accent-soft: #e7f3f2; }
.accent-blue { --accent: #4a74a2; --accent-soft: #eaf0f6; }
.accent-rose { --accent: #9e526a; --accent-soft: #f7ebef; }
.accent-amber { --accent: #9c7625; --accent-soft: #faf3e3; }
.accent-purple { --accent: #655c91; --accent-soft: #efedf6; }
.accent-steel { --accent: #606e79; --accent-soft: #ebeff1; }
.accent-arcade { --accent: #3158a5; --accent-soft: #e8efff; }
.accent-lime { --accent: #4d9200; --accent-soft: #efffdc; }
.accent-red { --accent: #d94742; --accent-soft: #fdeae8; }

.app-dialog {
  width: min(440px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 34px;
  overflow-y: auto;
  border: 1px solid rgba(19, 54, 66, 0.14);
  border-radius: 22px;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fffefb, #fffaf0);
  box-shadow: 0 24px 80px rgba(7, 28, 50, 0.29);
}

.app-dialog::backdrop {
  background: rgba(7, 31, 50, 0.55);
  backdrop-filter: blur(5px);
}

.dialog-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(24, 63, 55, 0.1);
  border-radius: 50%;
  color: var(--ink);
  background: #edf4ef;
  font-size: 25px;
  cursor: pointer;
}

.app-dialog > img {
  width: 92px;
  height: 92px;
  border-radius: 22px;
  box-shadow: 0 12px 24px rgba(28, 47, 75, 0.15);
}

.app-dialog > p:first-of-type {
  margin: 22px 0 7px;
  color: var(--terracotta);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.app-dialog h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 32px;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

#dialog-description {
  margin: 15px 0 0;
  color: #526579;
  font-size: 15px;
  line-height: 1.58;
}

.dialog-status {
  margin-top: 21px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(24, 63, 55, 0.08);
  border-radius: 12px;
  color: #526579;
  background: #edf4ef;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.dialog-status i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--terracotta);
}

.dialog-done {
  width: 100%;
  min-height: 50px;
  margin-top: 18px;
  border: 0;
  border-radius: 12px;
  color: white;
  background: var(--studio-green);
  font-weight: 780;
  cursor: pointer;
}

.noscript-note {
  padding: 20px;
  border-radius: 14px;
  background: white;
}

@media (max-width: 1250px) {
  .showcase-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 280px;
  }

  .app-summary {
    width: calc(100% - 178px);
  }

  .phone-preview {
    width: 166px;
    height: 350px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 94px;
  }

  body {
    overflow: auto;
  }

  .site-header {
    position: sticky;
    top: 0;
    height: 84px;
    padding: 0 14px;
  }

  .brand {
    width: 80px;
    height: 80px;
  }

  .brand-wordmark {
    width: clamp(150px, 34vw, 240px);
    height: 60px;
  }

  .site-nav {
    gap: 16px;
  }

  .site-nav a {
    min-width: 44px;
    min-height: 44px;
    padding: 0 2px;
    font-size: 13px;
  }

  .showcase-shell {
    height: auto;
    min-height: calc(100vh - 84px);
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
    background-size: 100% 26px, auto, auto, auto;
  }

  .studio-intro {
    min-height: 548px;
    padding: 43px 24px 28px;
  }

  .scribble-top {
    margin-bottom: 11px;
  }

  .spark {
    top: 62px;
    right: 10%;
  }

  .studio-kicker {
    font-size: 8px;
  }

  .studio-intro h1 {
    max-width: 520px;
    font-size: clamp(46px, 13.7vw, 60px);
  }

  .scribble-underline {
    margin: 17px 0 17px;
  }

  .intro-copy {
    max-width: 430px;
    font-size: 15px;
  }

  .release-card {
    margin-top: 28px;
  }

  .apps-showcase {
    padding: 38px 18px 58px;
    background:
      linear-gradient(rgba(255, 255, 255, 0.26) 1px, transparent 1px),
      #e5f0ed;
    background-size: 100% 27px, auto;
  }

  .apps-heading {
    min-height: 0;
    margin: 0 4px 22px;
  }

  .apps-heading > div > p {
    font-size: 8px;
  }

  .apps-heading h2 {
    font-size: 35px;
  }

  .apps-count {
    max-width: 142px;
    font-size: 7.5px;
  }

  .app-grid {
    height: auto;
    padding: 0;
    grid-template-columns: 1fr;
    grid-auto-rows: 310px;
    gap: 20px;
    overflow: visible;
  }

  .app-panel,
  .support-panel {
    min-height: 310px;
  }

  .app-summary {
    width: calc(100% - 156px);
    padding: 25px 7px 64px 14px;
    grid-template-columns: clamp(62px, 18vw, 72px) minmax(0, 1fr);
    gap: 11px;
  }

  .app-icon {
    width: clamp(62px, 18vw, 72px);
    height: clamp(62px, 18vw, 72px);
  }

  .app-copy h3 {
    font-size: 14px;
  }

  .app-copy p {
    margin-top: 7px;
    font-size: 10px;
    -webkit-line-clamp: 4;
  }

  .app-copy small {
    font-size: 6.5px;
  }

  .phone-preview {
    top: 10px;
    right: 8px;
    width: 148px;
    height: 304px;
  }

  .phone-preview-landscape {
    top: auto;
    right: -19px;
    bottom: 22px;
    width: 222px;
    height: 108px;
  }

  .has-landscape-preview .app-summary {
    width: 100%;
  }

  .support-panel {
    padding: 20px;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 16px;
  }

  .support-panel > img {
    width: 100%;
    height: auto;
  }

  .support-panel h3 {
    font-size: 28px;
  }
}

@media (max-width: 380px) {
  .site-header {
    padding: 0 13px;
  }

  .brand {
    width: 74px;
    height: 74px;
  }

  .brand-wordmark {
    width: 142px;
    height: 52px;
  }

  .site-nav a[href="#about"] {
    display: none;
  }

  .studio-intro {
    min-height: 530px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .studio-kicker {
    max-width: 220px;
    line-height: 1.55;
  }

  .studio-intro h1 {
    font-size: clamp(42px, 13.8vw, 49px);
  }

  .apps-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .apps-count {
    max-width: none;
    text-align: left;
  }

  .app-grid {
    grid-auto-rows: 286px;
  }

  .app-panel,
  .support-panel {
    min-height: 286px;
  }

  .app-summary {
    width: calc(100% - 144px);
    padding: 21px 6px 60px 11px;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 8px;
  }

  .app-icon {
    width: 56px;
    height: 56px;
  }

  .app-category {
    font-size: 6.2px;
  }

  .app-copy h3 {
    font-size: 12.5px;
  }

  .app-copy p {
    font-size: 9px;
    -webkit-line-clamp: 3;
  }

  .app-copy small {
    font-size: 5.8px;
  }

  .phone-preview {
    width: 136px;
    height: 278px;
  }

  .phone-preview-landscape {
    right: -24px;
    bottom: 20px;
    width: 200px;
    height: 98px;
  }

  .card-arrow {
    width: 44px;
    height: 44px;
    font-size: 25px;
  }

  .support-panel {
    padding: 16px;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
  }

  .support-panel h3 {
    font-size: 23px;
  }

  .support-panel > div > p:last-of-type {
    font-size: 9.8px;
  }

  .support-panel a {
    font-size: 11px;
  }

  .app-dialog {
    padding: 28px 22px 22px;
  }
}

@media (max-width: 560px) {
  .site-nav a[href="#about"] {
    display: none;
  }
}

@media (max-height: 790px) and (min-width: 821px) {
  .showcase-shell {
    padding-top: 19px;
    padding-bottom: 18px;
  }

  .studio-intro {
    padding-top: 3px;
  }

  .scribble-top {
    margin-bottom: 7px;
  }

  .studio-kicker {
    margin-bottom: 8px;
  }

  .studio-intro h1 {
    font-size: 44px;
  }

  .scribble-underline {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .intro-copy {
    font-size: 13px;
  }

  .release-card {
    min-height: 78px;
    padding: 9px 13px;
  }

  .apps-heading {
    min-height: 51px;
    margin-bottom: 10px;
  }

  .apps-heading h2 {
    font-size: 30px;
  }

  .app-grid {
    grid-auto-rows: 252px;
    gap: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
