:root {
  color-scheme: dark;
  --bg: #090d14;
  --bg-soft: #0d1420;
  --surface: #111a28;
  --surface-strong: #172235;
  --text: #f4f7fb;
  --muted: #a8b3c4;
  --subtle: #77859a;
  --line: rgba(255, 255, 255, 0.1);
  --accent: #6ee7d8;
  --accent-strong: #9af7ea;
  --accent-soft: rgba(110, 231, 216, 0.14);
  --violet: #b9a7ff;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
  --radius: 16px;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(110, 231, 216, 0.16), transparent 34rem),
    linear-gradient(180deg, #090d14 0%, #0b111b 46%, #090d14 100%);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

body::selection {
  background: var(--accent);
  color: #061018;
}

a {
  color: inherit;
  text-decoration: none;
}

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

code {
  color: var(--accent-strong);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.95em;
}

.site-header {
  position: sticky;
  top: 0.7rem;
  z-index: 10;
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 0;
}

.header-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.55rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(9, 13, 20, 0.74);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.site-footer div {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.65rem;
  padding-left: 0.15rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-picture {
  display: block;
  flex: 0 0 auto;
}

.brand-icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.68rem;
  box-shadow: 0 0 0 1px rgba(110, 231, 216, 0.24);
}

.site-nav {
  gap: 1.2rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--accent-strong);
}

.header-cta {
  padding: 0.56rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  font-weight: 700;
}

.mobile-nav {
  display: none;
}

.mobile-nav summary {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.23rem;
  width: 2.55rem;
  height: 2.55rem;
  padding: 0.62rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav summary span {
  display: block;
  width: 1.05rem;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.mobile-nav nav {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0.2rem;
  display: grid;
  min-width: 13rem;
  padding: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(9, 13, 20, 0.94);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.mobile-nav nav a {
  padding: 0.72rem 0.8rem;
  border-radius: 0.72rem;
  color: var(--muted);
  font-weight: 700;
}

.mobile-nav nav a:hover {
  background: var(--accent-soft);
  color: var(--accent-strong);
}

.section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(26rem, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 3.5rem);
  min-height: 0;
  padding: 4.3rem 0 2.4rem;
}

.hero-icon {
  position: absolute;
  top: -1.2rem;
  right: 1.2rem;
  z-index: 2;
  width: clamp(4rem, 7vw, 5.25rem);
  height: clamp(4rem, 7vw, 5.25rem);
  border-radius: 1.35rem;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(110, 231, 216, 0.22);
}

.hero-icon img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.eyebrow,
.section-kicker,
.feature-tag {
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  color: var(--text);
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 5.8vw, 5.8rem);
  line-height: 0.95;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.02;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-lede {
  max-width: 39rem;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
}

.hero-actions,
.contribute-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.65rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.78rem 1.05rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button.small {
  min-height: 2.45rem;
  padding: 0.55rem 0.82rem;
  font-size: 0.9rem;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--accent);
  color: #061018;
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--text);
}

.button.secondary:hover,
.header-cta:hover {
  border-color: rgba(110, 231, 216, 0.55);
  background: var(--accent-soft);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.55rem 0 0;
}

.hero-stats div {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
}

.hero-stats dt {
  font-size: 1.25rem;
  font-weight: 900;
}

.hero-stats dd {
  margin: 0.15rem 0 0;
  color: var(--subtle);
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 0.9rem;
  padding-top: 1.35rem;
}

.hero-media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: #070b11;
  box-shadow: var(--shadow);
}

.hero-media picture,
.hero-media img {
  display: block;
  width: 100%;
}

.hero-media img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.image-zoom-trigger {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
  font: inherit;
}

.image-zoom-trigger:focus-visible {
  outline: 3px solid rgba(110, 231, 216, 0.75);
  outline-offset: 4px;
}

.zoom-hint {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.38rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(5, 8, 13, 0.78);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(0.3rem);
  transition: opacity 160ms ease, transform 160ms ease;
}

.image-zoom-trigger:hover .zoom-hint,
.image-zoom-trigger:focus-visible .zoom-hint {
  opacity: 1;
  transform: translateY(0);
}

.interface-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.interface-strip span {
  padding: 0.38rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(9, 13, 20, 0.56);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding: 2.2rem 0 2rem;
}

.intro p:last-child {
  margin-bottom: 0;
}

.intro p:last-child,
.section-heading p,
.install-copy p,
.command-grid p,
.contribute p,
.feature-card p {
  color: var(--muted);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 4rem 0;
}

.feature-card {
  min-height: 15rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028));
}

.feature-tag {
  display: inline-flex;
  margin-bottom: 2.1rem;
  color: var(--violet);
}

.screenshots,
.web-showcase,
.install-panel,
.command-grid,
.release-card,
.contribute {
  padding: 4rem 0;
}

.whats-new {
  padding: 4rem 0;
}

.whats-new-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.whats-new-card {
  min-height: 13rem;
  padding: 1.25rem;
  border: 1px solid rgba(110, 231, 216, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top left, rgba(110, 231, 216, 0.13), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.028));
}

.whats-new-card p {
  color: var(--muted);
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 1.7rem;
}

.shot-grid {
  display: grid;
  gap: 1.25rem;
}

.shot-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.shot-grid--three .shot--portrait {
  grid-column: auto;
  justify-self: center;
  width: 100%;
  max-width: 18rem;
  margin: 0;
}

.shot {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #070b11;
}

.shot picture,
.shot img {
  display: block;
  width: 100%;
}

.shot img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.shot--portrait .image-zoom-trigger {
  display: flex;
  justify-content: center;
  background:
    radial-gradient(circle at top, rgba(110, 231, 216, 0.12), transparent 16rem),
    #070b11;
}

.shot--portrait img {
  width: 100%;
  aspect-ratio: auto;
  max-height: 30rem;
  object-fit: contain;
}

.shot--gui {
  min-width: 0;
}

.shot--gui img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.shot figcaption {
  padding: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
  text-align: center;
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(0.75rem, 3vw, 2rem);
}

.image-modal[hidden] {
  display: none;
}

.image-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 6, 12, 0.86);
  cursor: zoom-out;
}

.image-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: min(96vw, 1280px);
  max-height: 92vh;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: calc(var(--radius) + 0.2rem);
  background: #05080d;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.42);
}

.image-modal__dialog img {
  display: block;
  max-width: 100%;
  max-height: 92vh;
  border-radius: calc(var(--radius) + 0.2rem);
  object-fit: contain;
}

.image-modal__close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(5, 8, 13, 0.82);
  color: var(--text);
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
}

.image-modal__close:focus-visible {
  outline: 3px solid rgba(110, 231, 216, 0.75);
  outline-offset: 3px;
}

body.modal-open {
  overflow: hidden;
}

.web-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.web-copy {
  max-width: 48rem;
}

.web-copy p:not(.section-kicker),
.phone-note {
  color: var(--muted);
}

.web-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.65rem;
}

.web-media-grid {
  display: grid;
  justify-content: end;
}

.phone-demo {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
}

.phone-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 18rem);
  padding: 0.75rem 0.75rem 0.9rem;
  border: 1px solid rgba(110, 231, 216, 0.24);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    #05080d;
  box-shadow: var(--shadow);
}

.phone-top {
  width: 4.75rem;
  height: 0.3rem;
  margin: 0 auto 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.phone-video {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1.35rem;
  background: #07111f;
  aspect-ratio: 384 / 848;
  object-fit: contain;
}

.phone-note {
  max-width: 18rem;
  margin: 0;
  text-align: center;
  font-size: 0.95rem;
}

.install-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.terminal-card {
  overflow: hidden;
  border: 1px solid rgba(110, 231, 216, 0.22);
  border-radius: var(--radius);
  background: #05080d;
  box-shadow: var(--shadow);
}

.terminal-top {
  display: flex;
  gap: 0.45rem;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.terminal-top span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--subtle);
}

.terminal-top span:nth-child(1) {
  background: #ff6b6b;
}

.terminal-top span:nth-child(2) {
  background: #ffd166;
}

.terminal-top span:nth-child(3) {
  background: #6ee7a8;
}

pre {
  overflow-x: auto;
  margin: 0;
  padding: 1.25rem;
  color: #d9f8f3;
  font-size: 0.95rem;
  line-height: 1.7;
}

.command-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.command-list {
  display: grid;
  gap: 0.7rem;
}

.command-list code {
  display: block;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.045);
}

.release-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.release-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.release-list li::marker {
  color: var(--accent);
}

.contribute {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.contribute-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--line);
  color: var(--subtle);
  font-size: 0.94rem;
}

.site-footer p {
  margin: 0;
}

.site-footer-license {
  display: grid;
  gap: 0.3rem;
  max-width: 34rem;
}

.site-footer-license span {
  display: block;
}

.site-footer div {
  gap: 1rem;
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 20;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.cookie-banner[hidden],
.cookie-panel[hidden] {
  display: none;
}

.cookie-card {
  width: min(100%, 760px);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(9, 13, 20, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.cookie-copy {
  display: grid;
  gap: 0.35rem;
}

.cookie-copy h2 {
  margin-bottom: 0;
  font-size: 1.15rem;
  line-height: 1.2;
}

.cookie-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.cookie-copy a,
.policy-content a {
  color: var(--accent-strong);
  font-weight: 700;
}

.policy {
  max-width: 860px;
  padding: 5rem 0 4rem;
}

.policy-content {
  display: grid;
  gap: 1.5rem;
  color: var(--muted);
}

.policy-content section {
  display: grid;
  gap: 0.55rem;
}

.policy-content h2 {
  margin-bottom: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
}

.policy-content p,
.policy-content ul {
  margin: 0;
}

.policy-content ul {
  padding-left: 1.2rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.cookie-panel {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
}

.cookie-toggle {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: var(--text);
  cursor: pointer;
}

.cookie-toggle input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.16rem;
  accent-color: var(--accent);
}

.cookie-toggle span {
  display: grid;
  gap: 0.18rem;
}

.cookie-toggle small {
  color: var(--muted);
}

.panel-actions {
  justify-content: flex-start;
}

@media (max-width: 960px) {
  .site-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .hero,
  .intro,
  .install-panel,
  .command-grid,
  .release-card,
  .contribute,
  .web-showcase {
    grid-template-columns: 1fr;
  }

  .web-media-grid {
    justify-content: center;
  }

  .hero {
    min-height: auto;
    padding-top: 3.4rem;
  }

  .hero-visual {
    padding-top: 1rem;
  }

  .hero-icon {
    top: -0.75rem;
    right: 0.85rem;
    width: 4rem;
    height: 4rem;
    border-radius: 1.05rem;
  }

  h1 {
    max-width: 12ch;
  }

  .feature-grid,
  .whats-new-grid,
  .shot-grid--three {
    grid-template-columns: 1fr;
  }

  .shot-grid--three .shot--portrait {
    grid-column: auto;
    width: auto;
    max-width: 28rem;
    margin: 0 auto;
  }

  .shot--portrait img {
    width: min(100%, 23rem);
    max-height: 42rem;
  }

  .shot img {
    min-height: auto;
  }

  .contribute-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 0.45rem;
    width: min(var(--max), calc(100% - 1rem));
  }

  .header-shell {
    gap: 0.75rem;
    padding: 0.48rem;
    border-radius: 1.25rem;
  }

  .brand {
    min-width: 0;
  }

  .brand-icon {
    width: 2rem;
    height: 2rem;
  }

  .section,
  .site-footer {
    width: min(var(--max), calc(100% - 1rem));
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding: 2.5rem 0 3rem;
  }

  h1 {
    font-size: clamp(2.8rem, 16vw, 4.5rem);
  }

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

  .interface-strip {
    border-radius: 1.1rem;
  }

  .feature-card {
    min-height: auto;
  }

  .install-panel,
  .web-showcase,
  .whats-new,
  .screenshots,
  .command-grid,
  .release-card,
  .contribute {
    padding: 3rem 0;
  }

  .button {
    width: 100%;
  }

  .web-actions .button {
    width: 100%;
  }

  .phone-frame {
    width: min(100%, 16.5rem);
    border-radius: 1.6rem;
  }

  .cookie-banner {
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .cookie-actions {
    display: grid;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media (hover: none) {
  .zoom-hint {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 700px) {
  .image-modal {
    padding: 0.5rem;
  }

  .image-modal__dialog {
    display: block;
    width: calc(100vw - 1rem);
    max-width: calc(100vw - 1rem);
    max-height: calc(100dvh - 1rem);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .image-modal__dialog img {
    width: min(1120px, 260vw);
    max-width: none;
    max-height: none;
    height: auto;
  }

  .image-modal__close {
    position: fixed;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 2;
  }
}


/* FluxTuner 1.0.0 landing update */
.hero--product h1 {
  max-width: 11ch;
}

.hero-media--wide img {
  aspect-ratio: auto;
  object-fit: contain;
}

.whats-new-grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.whats-new-grid--six .whats-new-card {
  min-height: 14rem;
}

.site-footer {
  align-items: flex-start;
}

.site-footer p {
  max-width: 42rem;
}

@media (max-width: 960px) {
  .whats-new-grid--six {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .whats-new-grid--six {
    grid-template-columns: 1fr;
  }

  .hero--product h1 {
    max-width: 11ch;
  }

  .site-footer div {
    flex-wrap: wrap;
  }
}

.hero-media--promo img {
  border-radius: 1.6rem;
}

.hero-media--promo .zoom-hint {
  right: 1rem;
  bottom: 1rem;
}

@media (max-width: 620px) {
  .hero-media--promo img {
    border-radius: 1.1rem;
  }
}
