:root {
  color-scheme: light;
  --paper: #f6f6f3;
  --ink: #171815;
  --muted: #676a62;
  --green: #08734b;
  --line: #dedfd8;
  --font: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased
}

* {
  box-sizing: border-box
}

body {
  margin: 0
}

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

button {
  font: inherit
}

svg {
  display: block
}

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

a:focus-visible,button:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 6px;
  border-radius: 5px
}

::selection {
  background: #d6ebdf
}

.symbol-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden
}

.page {
  width: min(1504px,100%);
  min-height: 100svh;
  min-height: 100dvh;
  margin: auto;
  padding: 0 clamp(24px,5.2vw,88px);
  display: grid;
  grid-template-rows: 88px minmax(420px,1fr) auto 54px
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.wordmark {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -1px;
  white-space: nowrap
}

.wordmark svg {
  width: 29px;
  height: 29px
}

.navigation {
  display: flex;
  align-items: center;
  gap: 36px
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
  min-height: 44px
}

.nav-link svg {
  width: 16px;
  height: 16px
}

.nav-link:hover,.seller-action:hover {
  color: var(--green)
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--muted)
}

.language-switch a {
  border: 0;
  background: none;
  padding: 0;
  width: 30px;
  min-height: 44px;
  color: var(--muted);
  cursor: pointer;
  font-size: 11px
}

.language-switch a[aria-current=page] {
  color: var(--ink);
  font-weight: 700
}

.language-switch>span {
  opacity: .4
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  min-width: 0;
  padding: 10px 0 22px
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 10px 0 20px
}

.eyebrow {
  font-size: 10px;
  letter-spacing: 1.9px;
  font-weight: 600;
  margin: 0 0 25px;
  color: #5b6057
}

h1 {
  font-size: clamp(60px,6.8vw,105px);
  font-weight: 600;
  line-height: .99;
  letter-spacing: -.064em;
  margin: 0
}

h1 span {
  display: block;
  white-space: nowrap
}

h1 .quiet {
  color: #72776d
}

.intro {
  font-size: clamp(15px,1.37vw,19px);
  line-height: 1.65;
  letter-spacing: -.3px;
  color: #555a50;
  margin: 26px 0 25px;
  max-width: 410px
}

.actions {
  display: flex;
  align-items: center;
  gap: 17px
}

.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 30px;
  background: var(--ink);
  color: white;
  font-size: 14px;
  font-weight: 500;
  transition: background .2s,transform .2s
}

.primary-action svg {
  width: 19px;
  height: 19px;
  transition: transform .2s
}

.primary-action:hover {
  background: #333a31;
  transform: translateY(-1px)
}

.primary-action:hover svg {
  transform: translateX(3px)
}

.free-note {
  font-size: 11px;
  color: var(--muted)
}

.seller-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #4c5348;
  min-height: 44px;
  margin-top: 14px;
  transition: color .2s
}

.seller-action svg {
  width: 15px;
  height: 15px
}

.product-scene {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  align-self: center;
  min-width: 0
}

.scene-meta {
  position: absolute;
  top: 1%;
  left: 11%;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 1.3px;
  color: #666b61;
  font-weight: 500
}

.example {
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 400
}

.product-stage {
  position: relative;
  height: min(54vh,550px);
  min-height: 365px
}

.product-image {
  position: absolute;
  left: 4%;
  top: -4%;
  width: 104%;
  height: 109%;
  object-fit: contain;
  mix-blend-mode: multiply
}

.price-slip {
  position: absolute;
  top: 22%;
  left: 2%;
  width: 125px;
  padding: 18px 18px 13px;
  background: linear-gradient(120deg,#fff,#fafaf7);
  border: 1px solid #e8e8e1;
  box-shadow: 0 15px 24px -18px #3b403b45;
  border-radius: 3px;
  transform: rotate(-7deg);
  color: #262b23
}

.slip-label {
  font-size: 8px;
  letter-spacing: 1.4px;
  font-weight: 600;
  display: block
}

.slip-price {
  font-size: 37px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -2px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.price-dot {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 100%;
  background: var(--green)
}

.slip-rule {
  height: 1px;
  background: #e5e7df;
  display: block;
  margin: 1px 0 10px
}

.slip-foot {
  display: block;
  font-size: 7px;
  color: var(--muted);
  white-space: nowrap
}

.price-notification {
  position: absolute;
  bottom: 9%;
  left: 13%;
  right: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 17px 19px;
  border-radius: 18px;
  border: 1px solid #ffffffed;
  background: #ffffffdc;
  box-shadow: 0 14px 38px -18px #26331e44,0 2px 8px #35432c06;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  max-width: 360px;
  margin: auto;
  transform: rotate(-2deg)
}

.notification-mark {
  flex: none;
  width: 40px;
  height: 40px;
  background: #f1f4ee;
  border: 1px solid #e3e8df;
  border-radius: 12px;
  display: grid;
  place-items: center
}

.notification-mark svg {
  width: 25px;
  height: 25px
}

.price-notification>div {
  flex: 1;
  min-width: 0
}

.notification-app {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #60675b;
  margin-bottom: 4px
}

.notification-app>span {
  font-size: 8px;
  color: #72776d
}

.price-notification strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.25px
}

.notification-detail {
  font-size: 10px;
  color: #646a5e;
  display: block;
  margin-top: 3px
}

.met-check {
  height: 21px;
  width: 21px;
  display: grid;
  place-items: center;
  background: #e6f3e9;
  border-radius: 50%;
  color: var(--green);
  flex: none
}

.met-check svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round
}

.product-scene figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding-left: 10%;
  font-size: 10px;
  color: #666c60;
  letter-spacing: .1px;
  margin-top: -6px
}

.caption-line {
  width: 20px;
  height: 1px;
  background: #c9cec2
}

.platforms {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 25px;
  align-items: center;
  padding: 25px 0 21px
}

.platform-intro h2 {
  font-size: 20px;
  letter-spacing: -.6px;
  line-height: 1.18;
  font-weight: 500;
  margin: 0 0 7px
}

.platform-intro p {
  font-size: 10px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5
}

.platform-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px
}

.platform-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 42px
}

.platform-list svg {
  height: 23px;
  width: 23px;
  flex: none;
  color: #5e6559
}

.platform-list strong {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  display: block
}

.platform-list small {
  font-size: 10px;
  display: block;
  color: #74796e;
  margin-top: 5px
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #6c7166;
  font-size: 10px
}

.footer>div {
  display: flex;
  gap: 24px
}

.footer a {
  display: inline-flex;
  align-items: center;
  min-height: 40px
}

.footer a:hover {
  color: var(--ink)
}

.footer .mobile-plugin {
  display: none
}

@media(min-width:1550px) {
  .page {
    grid-template-rows: 100px minmax(420px,1fr) auto 64px
  }

  .platforms {
    padding: 30px 0
  }

  .hero {
    gap: 28px
  }

  .product-stage {
    height: min(58vh,590px)
  }

}

@media(max-width:1150px) and (min-width:761px) {
  .page {
    padding: 0 40px;
    grid-template-rows: 78px minmax(390px,1fr) auto 44px
  }

  .eyebrow {
    letter-spacing: 1.5px;
    font-size: 9px
  }

  h1 {
    font-size: 7vw
  }

  .intro {
    font-size: 15px
  }

  .platforms {
    grid-template-columns: 175px 1fr;
    gap: 18px
  }

  .platform-list {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-start
  }

  .platform-list li {
    width: calc((100% - 28px)/3)
  }

  .platform-intro h2 {
    font-size: 19px
  }

  .platform-intro p {
    max-width: 130px
  }

  .price-notification {
    left: 4%;
    padding: 14px;
    gap: 9px
  }

  .price-slip {
    width: 109px;
    padding: 13px
  }

  .slip-price {
    font-size: 32px
  }

  .free-note {
    font-size: 10px
  }

  .actions {
    gap: 12px
  }

  .primary-action {
    padding: 0 20px;
    gap: 18px
  }

}

@media(max-height:760px) and (min-width:761px) {
  .page {
    grid-template-rows: 72px minmax(370px,1fr) auto 42px
  }

  .hero {
    padding: 0 0 18px
  }

  .hero-copy {
    padding: 0
  }

  .eyebrow {
    margin-bottom: 20px
  }

  .intro {
    margin: 22px 0
  }

  .seller-action {
    margin-top: 8px
  }

  .platforms {
    padding: 20px 0 14px
  }

  .product-stage {
    height: 390px;
    min-height: 340px
  }

  .scene-meta {
    top: 0
  }

  h1 {
    font-size: clamp(60px,6.5vw,100px)
  }

}

@media(max-width:760px) {
  .page {
    padding: 0 26px;
    grid-template-rows: 64px minmax(0,1fr) auto 46px;
    min-height: 100svh;
    min-height: 100dvh
  }

  .wordmark {
    font-size: 22px;
    gap: 8px
  }

  .wordmark svg {
    width: 25px;
    height: 25px
  }

  .navigation {
    gap: 17px
  }

  .nav-link {
    font-size: 11px
  }

  .nav-link svg {
    width: 14px;
    height: 14px
  }

  .navigation .plugin-link {
    display: none
  }

  .language-switch {
    gap: 0
  }

  .language-switch a {
    width: 26px;
    font-size: 10px
  }

  .hero {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 12px 0 17px;
    justify-content: center
  }

  .hero-copy {
    text-align: center;
    width: 100%;
    padding: 0;
    flex: none
  }

  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.55px;
    margin: 0 0 16px
  }

  h1 {
    font-size: clamp(44px,11.6vw,73px);
    line-height: 1;
    letter-spacing: -.06em
  }

  h1 span {
    display: inline
  }

  h1 span+span:before {
    content: " ";
    white-space: pre
  }

  h1 {
    max-width: 620px
  }

  .intro {
    font-size: 14px;
    line-height: 1.55;
    margin: 16px auto 17px;
    max-width: 350px;
    letter-spacing: -.2px
  }

  .actions {
    justify-content: center;
    gap: 12px
  }

  .primary-action {
    min-height: 46px;
    padding: 0 21px;
    font-size: 12px;
    gap: 22px
  }

  .free-note {
    font-size: 10px
  }

  .seller-action {
    margin: 6px 0 0;
    min-height: 34px;
    font-size: 10px;
    gap: 5px
  }

  .hero-copy {
    z-index: 1
  }

  .product-scene {
    max-width: 370px;
    flex: 1;
    min-height: 220px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .product-stage {
    height: clamp(220px,31svh,310px);
    min-height: 0;
    max-height: 340px
  }

  .product-image {
    width: 100%;
    height: 124%;
    left: 4%;
    top: -13%;
    object-fit: contain
  }

  .scene-meta {
    top: 6%;
    left: 0;
    right: 0;
    font-size: 7px;
    letter-spacing: 1px
  }

  .scene-meta>span:first-child {
    display: none
  }

  .scene-meta .example {
    margin-left: auto;
    font-size: 8px
  }

  .price-slip {
    width: 99px;
    top: 24%;
    left: 0;
    padding: 13px 12px 10px;
    transform: rotate(-8deg)
  }

  .slip-label {
    font-size: 6px;
    letter-spacing: 1.2px
  }

  .slip-price {
    font-size: 29px
  }

  .slip-foot {
    font-size: 5.8px
  }

  .slip-rule {
    margin: 0 0 7px
  }

  .price-notification {
    bottom: 5%;
    left: 16%;
    right: -1%;
    gap: 8px;
    padding: 12px 13px;
    border-radius: 15px;
    max-width: 270px
  }

  .notification-mark {
    width: 33px;
    height: 33px;
    border-radius: 10px
  }

  .notification-mark svg {
    width: 22px;
    height: 22px
  }

  .notification-app {
    font-size: 7px;
    margin-bottom: 3px
  }

  .notification-app>span {
    font-size: 7px
  }

  .price-notification strong {
    font-size: 12px
  }

  .notification-detail {
    font-size: 8px;
    margin-top: 2px
  }

  .met-check {
    width: 18px;
    height: 18px
  }

  .product-scene figcaption {
    margin: 7px 0 0;
    padding: 0;
    font-size: 8px;
    gap: 10px
  }

  .caption-line {
    width: 16px
  }

  .platforms {
    display: block;
    padding: 16px 0 10px
  }

  .platform-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 14px
  }

  .platform-intro h2 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -.3px;
    margin: 0;
    white-space: nowrap
  }

  .platform-intro h2 br {
    display: none
  }

  .platform-intro h2 br:after {
    content: " "
  }

  .platform-intro p {
    font-size: 8px;
    text-align: right;
    max-width: 137px
  }

  .platform-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px 8px
  }

  .platform-list li {
    gap: 7px;
    min-height: 28px
  }

  .platform-list svg {
    width: 17px;
    height: 17px
  }

  .platform-list strong {
    font-size: 9px
  }

  .platform-list small {
    font-size: 8px;
    margin-top: 3px
  }

  .footer {
    font-size: 8px;
    gap: 8px
  }

  .footer>div {
    gap: 12px
  }

  .footer .mobile-plugin {
    display: inline-flex;
    gap: 3px
  }

  .footer a {
    min-height: 40px
  }

  .footer>div a:last-child {
    display: none
  }

}

@media(max-width:400px) {
  .page {
    padding: 0 21px
  }

  .hero {
    padding-top: 8px;
    padding-bottom: 12px
  }

  .eyebrow {
    margin-bottom: 12px
  }

  h1 {
    font-size: 11.5vw
  }

  .intro {
    font-size: 13px;
    margin: 13px auto 15px
  }

  .nav-link {
    font-size: 10px
  }

  .navigation {
    gap: 11px
  }

  .platform-intro h2 {
    font-size: 13px
  }

  .platform-intro p {
    font-size: 7px;
    max-width: 118px
  }

  .product-scene {
    min-height: 192px
  }

  .product-stage {
    height: clamp(190px,30svh,260px)
  }

  .platform-list {
    gap: 9px 5px
  }

  .platform-list li {
    gap: 5px
  }

  .platform-list svg {
    width: 16px;
    height: 16px
  }

  .platform-list strong {
    font-size: 8px
  }

  .platform-list small {
    font-size: 7px
  }

  .notification-detail {
    font-size: 7.5px
  }

}

@media(max-height:740px) and (max-width:760px) {
  .page {
    grid-template-rows: 56px minmax(0,1fr) auto 40px
  }

  .hero {
    padding: 4px 0 9px
  }

  .eyebrow {
    margin-bottom: 10px
  }

  h1 {
    font-size: clamp(38px,10.9vw,62px)
  }

  .intro {
    font-size: 12px;
    margin: 10px auto 13px;
    line-height: 1.5
  }

  .primary-action {
    min-height: 42px
  }

  .seller-action {
    min-height: 30px;
    margin-top: 4px
  }

  .product-scene {
    margin-top: 0;
    min-height: 175px
  }

  .product-stage {
    height: 190px
  }

  .product-image {
    height: 125%;
    top: -12%
  }

  .price-slip {
    top: 20%;
    left: 3%;
    width: 90px;
    padding: 11px
  }

  .slip-price {
    font-size: 27px
  }

  .slip-foot {
    font-size: 5.2px
  }

  .price-notification {
    max-width: 245px;
    left: 20%;
    bottom: 0;
    padding: 10px 12px
  }

  .product-scene figcaption {
    font-size: 7px;
    margin-top: 9px
  }

  .platforms {
    padding: 12px 0 5px
  }

  .platform-intro {
    margin-bottom: 10px
  }

  .platform-list {
    gap: 8px
  }

  .platform-list li {
    min-height: 26px
  }

}

@media(max-width:760px) and (min-height:900px) {
  .hero {
    padding-top: 26px
  }

  .hero-copy {
    margin-bottom: 16px
  }

  .product-stage {
    height: 330px
  }

  .platforms {
    padding: 23px 0 14px
  }

  .platform-list {
    gap: 15px
  }

  .platform-intro {
    margin-bottom: 20px
  }

}

.product-image {
  mix-blend-mode: darken;
  mask-image: linear-gradient(to right,transparent,#000 10%,#000 90%,transparent),linear-gradient(to bottom,transparent,#000 8%,#000 86%,transparent);
  mask-composite: intersect
}

.platform-list small {
  color: var(--muted)
}

@media(min-width:761px) and (max-width:900px) {
  .actions {
    flex-wrap: wrap;
    gap: 10px
  }

  .free-note {
    flex-basis: 100%;
    padding-left: 2px
  }

  .product-stage {
    max-height: 480px
  }

}

@media(max-width:760px) {
  h1 span {
    display: block
  }

  h1 span+span:before {
    content: none
  }

  .platform-intro h2 br {
    display: initial
  }

  .platform-intro h2 {
    line-height: 1.13
  }

  .platform-list strong {
    font-size: 10px
  }

  .platform-list small {
    font-size: 9px
  }

  .footer {
    font-size: 10px
  }

  .footer>div {
    gap: 10px
  }

  .platform-intro p {
    font-size: 9px
  }

  .product-scene figcaption {
    font-size: 9px
  }

  .seller-action {
    font-size: 11px;
    min-height: 36px
  }

  .scene-meta .example {
    font-size: 9px
  }

}

@media(max-width:360px) {
  .platform-list {
    grid-template-columns: repeat(3,1fr);
    gap: 10px 5px
  }

  .platform-list li {
    display: block
  }

  .platform-list svg {
    display: none
  }

  .platform-list strong {
    font-size: 9px
  }

  .platform-list small {
    font-size: 8px
  }

  .footer {
    font-size: 9px
  }

  .free-note {
    font-size: 9px
  }

  .primary-action {
    padding: 0 18px;
    gap: 16px
  }

  .navigation {
    gap: 6px
  }

  .wordmark {
    font-size: 20px
  }

  .nav-link {
    font-size: 9px
  }

  .language-switch a {
    width: 23px
  }

}

@media(max-width:760px) and (max-height:660px) {
  .page {
    grid-template-rows: 52px minmax(0,1fr) auto 38px
  }

  .hero {
    padding: 1px 0 8px
  }

  .eyebrow {
    font-size: 7px;
    margin-bottom: 8px
  }

  h1 {
    font-size: clamp(36px,10.5vw,44px)
  }

  .intro {
    font-size: 11px;
    margin: 9px auto 11px
  }

  .primary-action {
    min-height: 40px
  }

  .seller-action {
    font-size: 10px;
    min-height: 32px;
    margin: 2px 0 0
  }

  .product-scene {
    min-height: 132px;
    margin-top: 0;
    max-width: 280px
  }

  .product-stage {
    height: 136px
  }

  .product-image {
    height: 132%;
    top: -16%
  }

  .price-slip {
    width: 75px;
    left: 8%;
    padding: 8px;
    top: 13%
  }

  .slip-label {
    font-size: 5px
  }

  .slip-price {
    font-size: 23px
  }

  .slip-foot,.slip-rule {
    display: none
  }

  .price-notification {
    left: 25%;
    bottom: 1%;
    max-width: 210px;
    padding: 8px 10px;
    gap: 7px;
    border-radius: 12px
  }

  .notification-detail {
    display: none
  }

  .notification-mark {
    width: 27px;
    height: 27px;
    border-radius: 8px
  }

  .notification-mark svg {
    width: 19px;
    height: 19px
  }

  .price-notification strong {
    font-size: 10px
  }

  .met-check {
    width: 16px;
    height: 16px
  }

  .product-scene figcaption {
    font-size: 8px;
    margin-top: 9px
  }

  .platforms {
    padding: 10px 0 5px
  }

  .platform-intro {
    margin-bottom: 9px
  }

  .platform-intro h2 {
    font-size: 12px
  }

  .platform-intro p {
    font-size: 8px
  }

  .platform-list li {
    min-height: 25px
  }

  .platform-list {
    gap: 7px
  }

  .platform-list strong {
    font-size: 9px
  }

  .platform-list small {
    font-size: 8px
  }

}

@media(min-width:761px) and (max-height:570px) {
  .page {
    grid-template-rows: 54px minmax(250px,1fr) auto 38px;
    padding: 0 34px
  }

  .hero {
    padding: 0 0 10px;
    grid-template-columns: 1.15fr 1fr
  }

  .eyebrow {
    font-size: 8px;
    margin-bottom: 13px
  }

  h1 {
    font-size: clamp(46px,5.9vw,70px)
  }

  .intro {
    font-size: 12px;
    margin: 14px 0 16px
  }

  .primary-action {
    min-height: 42px;
    font-size: 12px
  }

  .seller-action {
    font-size: 10px;
    min-height: 30px;
    margin-top: 4px
  }

  .product-stage {
    height: 245px;
    min-height: 0
  }

  .product-scene {
    max-width: 370px
  }

  .scene-meta {
    font-size: 7px
  }

  .price-slip {
    top: 16%;
    width: 90px;
    padding: 10px
  }

  .slip-price {
    font-size: 26px
  }

  .slip-label {
    font-size: 6px
  }

  .slip-foot {
    font-size: 5px
  }

  .price-notification {
    max-width: 265px;
    left: 8%;
    padding: 10px 12px;
    bottom: 3%
  }

  .notification-mark {
    width: 31px;
    height: 31px
  }

  .price-notification strong {
    font-size: 12px
  }

  .notification-detail {
    font-size: 8px
  }

  .product-scene figcaption {
    font-size: 8px
  }

  .platforms {
    padding: 12px 0 8px;
    grid-template-columns: 145px 1fr;
    gap: 15px
  }

  .platform-intro h2 {
    font-size: 15px
  }

  .platform-intro p {
    font-size: 8px
  }

  .platform-list {
    flex-wrap: nowrap;
    gap: 12px
  }

  .platform-list li {
    width: auto;
    display: block;
    min-height: 28px
  }

  .platform-list svg {
    display: none
  }

  .platform-list strong {
    font-size: 10px
  }

  .platform-list small {
    font-size: 9px
  }

  .footer {
    font-size: 9px
  }

}

@media(min-width:600px) and (max-height:430px) {
  .page {
    grid-template-rows: 48px minmax(195px,1fr) auto 34px;
    padding: 0 26px
  }

  .header {
    gap: 12px
  }

  .wordmark {
    font-size: 21px
  }

  .wordmark svg {
    width: 24px;
    height: 24px
  }

  .navigation {
    gap: 24px
  }

  .hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    padding: 0 0 8px;
    gap: 12px
  }

  .hero-copy {
    text-align: left;
    margin: 0
  }

  .eyebrow {
    font-size: 7px;
    margin-bottom: 9px
  }

  h1 {
    font-size: clamp(35px,5.4vw,52px)
  }

  h1 span {
    display: block
  }

  .intro {
    font-size: 11px;
    line-height: 1.5;
    margin: 11px 0 12px;
    max-width: none
  }

  .actions {
    justify-content: flex-start
  }

  .primary-action {
    min-height: 38px;
    font-size: 11px;
    padding: 0 18px;
    gap: 20px
  }

  .free-note {
    font-size: 9px
  }

  .seller-action {
    font-size: 9px;
    min-height: 28px;
    margin: 1px 0 0
  }

  .product-scene {
    max-width: 320px;
    min-height: 0;
    margin: 0 auto
  }

  .product-stage {
    height: 190px;
    min-height: 0
  }

  .product-image {
    height: 120%;
    top: -9%
  }

  .scene-meta {
    display: none
  }

  .price-slip {
    width: 75px;
    padding: 8px;
    top: 13%;
    left: 2%
  }

  .slip-price {
    font-size: 22px
  }

  .slip-rule,.slip-foot {
    display: none
  }

  .price-notification {
    max-width: 235px;
    left: 7%;
    padding: 9px 11px;
    bottom: 0;
    gap: 8px
  }

  .notification-mark {
    width: 28px;
    height: 28px;
    border-radius: 8px
  }

  .notification-mark svg {
    width: 19px;
    height: 19px
  }

  .price-notification strong {
    font-size: 11px
  }

  .notification-detail {
    display: none
  }

  .product-scene figcaption {
    display: none
  }

  .platforms {
    padding: 8px 0 4px;
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px
  }

  .platform-intro {
    display: block;
    margin: 0
  }

  .platform-intro h2 {
    font-size: 13px
  }

  .platform-intro p {
    display: none
  }

  .platform-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between
  }

  .platform-list li {
    display: block;
    min-height: 27px
  }

  .platform-list svg {
    display: none
  }

  .platform-list strong {
    font-size: 9px
  }

  .platform-list small {
    font-size: 8px
  }

  .footer {
    font-size: 8px
  }

  .footer .mobile-plugin {
    display: none
  }

  .navigation .plugin-link {
    display: flex
  }

}

@media(max-width:760px) and (max-height:740px) and (min-height:661px) {
  .product-stage {
    height: 164px
  }

  .product-scene {
    min-height: 156px
  }

}

@media(max-width:760px) and (max-height:660px) {
  .product-stage {
    height: 118px
  }

  .product-scene {
    min-height: 118px
  }

  .footer a {
    min-height: 36px
  }

}

@media(min-width:600px) and (max-height:430px) {
  .actions {
    flex-wrap: nowrap
  }

  .free-note {
    flex-basis: auto;
    padding-left: 0
  }

  .footer a {
    min-height: 32px
  }

  .product-stage {
    height: 190px
  }

}

@media(prefers-reduced-motion:no-preference) {
  .hero-copy {
    animation: arrive .65s ease-out both
  }

  .product-image {
    animation: arrive .9s ease-out both
  }

  .price-slip {
    animation: slip-in .9s ease-out both
  }

  .price-notification {
    animation: notice-in 1.2s cubic-bezier(.2,.7,.2,1) both
  }

  @keyframes arrive {
    from {
      opacity: 0;
      translate: 0 12px
    }

    to {
      opacity: 1;
      translate: 0 0
    }

  }

  @keyframes slip-in {
    from {
      opacity: 0;
      translate: 0 16px
    }

    35% {
      opacity: 0
    }

    to {
      opacity: 1;
      translate: 0 0
    }

  }

  @keyframes notice-in {
    from {
      opacity: 0;
      translate: 0 18px
    }

    45% {
      opacity: 0;
      translate: 0 18px
    }

    to {
      opacity: 1;
      translate: 0 0
    }

  }

}

.primary-action {
  flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 360px) {
  .header {
    gap: 8px;
  }

  .nav-link {
    white-space: nowrap;
  }
}

.language-switch a { display: inline-flex; align-items: center; justify-content: center; }
.skip-link { position: absolute; left: 20px; top: -80px; padding: 12px 18px; background: var(--ink); color: white; z-index: 10; }
.skip-link:focus { top: 12px; }
