:root {
  color-scheme: dark;
  --ink: #080c17;
  --paper: #f3f5f8;
  --white: #fff;
  --cobalt: #2459f5;
  --cyan: #32d1ff;
  --muted: #adb6c8;
  --body-font: "Familjen Grotesk", sans-serif;
  --display-font: "Sora", sans-serif;
  --gutter: clamp(24px, 5vw, 88px);
  --ease: cubic-bezier(0.2, 0.75, 0.2, 1);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
  font: inherit;
  border: 0;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
img {
  display: block;
  max-width: 100%;
}
figure,
p,
h1,
h2,
h3 {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display-font);
  font-weight: 500;
  text-wrap: balance;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 5px;
}
.catalog :focus-visible,
.about :focus-visible {
  outline-color: #1240c0;
}
::selection {
  background: #4cb3ff;
  color: var(--ink);
}
svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}
[hidden] {
  display: none !important;
}
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  color: var(--ink);
  background: white;
  padding: 16px 24px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 112px;
  padding: 0 var(--gutter);
  transition:
    background 0.25s,
    height 0.25s;
}
.site-header.is-scrolled {
  height: 80px;
  background: #080c17ed;
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 #ffffff1c;
}
.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  min-height: 44px;
}
.brand img {
  border-radius: 29%;
  width: 42px;
  height: 42px;
}
.brand span {
  font-family: var(--display-font);
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -1.3px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
}
.site-header nav > a {
  display: inline-flex;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  font-size: 15px;
  transition: color 0.2s;
}
.site-header nav > a:hover {
  color: var(--cyan);
}
.site-header .nav-contact {
  gap: 25px;
  margin-left: 36px;
  padding: 8px 9px 8px 22px;
  border: 1px solid #ffffff40;
  border-radius: 32px;
}
.nav-contact svg {
  background: var(--white);
  color: var(--ink);
  border-radius: 50%;
  padding: 9px;
  width: 36px;
  height: 36px;
}
.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 800px;
  height: min(930px, 100svh);
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 140px var(--gutter) 150px;
}
.hero-art {
  position: absolute;
  z-index: -2;
  inset: 38px 0 18px 0;
  perspective: 1400px;
  overflow: hidden;
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--ink) 0%, #080c179e 15%, transparent 43%),
    linear-gradient(
      0deg,
      var(--ink) 0%,
      transparent 18%,
      transparent 85%,
      #080c1799
    );
  pointer-events: none;
}
.hero-art picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-sculpture {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  transform: translate3d(var(--scene-x, 0px), var(--scene-y, 0px), 0);
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 18%,
    black 97%,
    transparent
  );
}
.hero-content {
  width: 620px;
  max-width: 62%;
  position: relative;
  padding-top: 26px;
}
.studio-label {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c7d5e5;
  margin-bottom: 30px;
}
.studio-label > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 15px #32d1ff88;
}
.hero h1 {
  font-size: clamp(48px, 5.45vw, 84px);
  letter-spacing: -0.068em;
  line-height: 1.12;
}
.hero-description {
  margin: 26px 0 32px;
  font-size: 19px;
  line-height: 1.6;
  color: #b7c1d3;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 40px;
  padding: 8px 8px 8px 25px;
  min-height: 58px;
  font-size: 16px;
  font-weight: 500;
  transition:
    box-shadow 0.25s,
    transform 0.25s var(--ease);
}
.button > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: transform 0.25s var(--ease);
}
.button-light {
  background: var(--white);
  color: var(--ink);
}
.button-light > span {
  background: #edf0f6;
}
.button-dark {
  background: var(--ink);
  color: var(--white);
}
.button-dark > span {
  background: #ffffff17;
}
.button:hover {
  box-shadow: 0 8px 32px #0002;
  transform: translateY(-2px);
}
.button:hover > span {
  transform: rotate(-8deg);
}
.hero-bottom {
  position: absolute;
  bottom: 30px;
  left: var(--gutter);
  right: var(--gutter);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid #b9d5ff26;
}
.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.quick-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  min-height: 48px;
}
.quick-links img {
  border-radius: 10px;
  width: 36px;
  height: 36px;
}
.quick-links svg {
  width: 16px;
  height: 16px;
  margin-left: 9px;
  color: #a0aec4;
  transition: transform 0.25s;
}
.quick-links a:hover svg {
  transform: translate(2px, -2px);
}
.motion-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  font-size: 13px;
  color: #b7c1d3;
  min-height: 44px;
  padding: 8px 0 8px 16px;
}
.motion-icon {
  display: flex;
  align-items: center;
  height: 18px;
  gap: 3px;
}
.motion-icon i {
  display: block;
  height: 8px;
  width: 2px;
  background: #c7dcff;
}
.motion-icon i:nth-child(2) {
  height: 16px;
}
.motion-icon i:nth-child(3) {
  height: 12px;
}
.motion-toggle[aria-pressed="true"] .motion-icon i {
  height: 3px;
}
@keyframes enter-hero {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  html.nav-enhanced .hero-content {
    animation: enter-hero 0.7s var(--ease) both;
  }
}

.catalog {
  background: var(--paper);
  color: var(--ink);
  padding: 102px var(--gutter) 54px;
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 1;
}
.catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  padding-bottom: 52px;
}
.section-label {
  font-size: 15px;
  margin-bottom: 22px;
}
.catalog .section-label {
  color: #526172;
}
.catalog h2 {
  font-size: clamp(36px, 4.1vw, 60px);
  line-height: 1.15;
  letter-spacing: -0.06em;
}
.catalog-tools {
  padding-bottom: 5px;
}
.catalog-tools > p {
  font-size: 18px;
  color: #526172;
  margin-bottom: 22px;
}
.filters {
  display: flex;
  gap: 4px;
  background: #e5e9ef;
  border-radius: 40px;
  padding: 5px;
}
.filters button {
  padding: 11px 22px;
  background: transparent;
  border-radius: 28px;
  min-height: 44px;
  font-size: 15px;
  transition:
    background 0.2s,
    color 0.2s;
}
.filters button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--white);
}
.filters button:hover:not([aria-pressed="true"]) {
  background: #d8dde5;
}
.product-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}
.product {
  position: relative;
  min-height: 660px;
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: stretch;
}
.product-copy {
  position: relative;
  z-index: 4;
  flex: 0 0 43%;
  padding: 54px 0 50px 54px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-identity {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 48px;
}
.product-identity img {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  box-shadow: 0 4px 10px #0002;
}
.product-identity span {
  font-size: 14px;
}
.product h3 {
  font-size: clamp(44px, 4.8vw, 70px);
  line-height: 1.07;
  letter-spacing: -0.055em;
}
.product-copy > p {
  font-size: 19px;
  line-height: 1.55;
  margin: 22px 0 30px;
}
.product-platforms {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 35px;
  font-size: 13px;
}
.product-platforms span + span {
  border-left: 1px solid currentColor;
  padding-left: 18px;
}
.product-suru {
  background: #0c2630;
  color: white;
}
.field-background {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.product-suru::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, #071f28f5, #071f28c7 40%, #0c2a3445 100%),
    linear-gradient(0deg, #051823cf, transparent 70%);
}
.product-suru .product-copy > p,
.product-suru .product-platforms,
.product-suru .product-identity span {
  color: #c6d7db;
}
.product-visual {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
.phone {
  position: absolute;
  background: #102331;
  border: 6px solid #122735;
  border-radius: 35px;
  box-shadow:
    0 0 0 1px #b4ced466,
    2px 3px 0 3px #06121c,
    24px 32px 40px #04182166;
  overflow: hidden;
  transform-origin: center;
}
.phone img {
  width: 100%;
  height: auto;
  border-radius: 27px;
}
.phone-primary {
  width: 260px;
  top: 82px;
  left: 10%;
  z-index: 2;
  transform: rotate(-8deg) translateY(var(--product-lift, 0px));
}
.phone-secondary {
  width: 231px;
  top: 138px;
  right: 5%;
  transform: rotate(10deg) translateY(calc(var(--product-lift, 0px) * -0.45));
  opacity: 0.92;
}
.screen-selector {
  position: absolute;
  z-index: 7;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 3px;
  width: max-content;
  max-width: 100%;
  padding: 4px;
  border-radius: 32px;
  background: #071722ed;
  border: 1px solid #a0b8ce35;
  box-shadow: 0 8px 20px #0002;
}
.screen-selector button {
  background: transparent;
  color: #c3d0e0;
  padding: 10px 18px;
  border-radius: 26px;
  font-size: 13px;
  min-height: 44px;
  white-space: nowrap;
}
.screen-selector button[aria-pressed="true"] {
  background: white;
  color: var(--ink);
}
.screen-selector button:hover:not([aria-pressed="true"]) {
  background: #ffffff15;
}
.screen-selector[aria-busy="true"] {
  box-shadow: 0 0 0 2px #32d1ff88;
}
.screen-status {
  color: inherit;
  font-size: 12px;
}

.product-furmy {
  background: #dce5ff;
  color: #142048;
}
.product-furmy .product-copy {
  padding-bottom: 50px;
}
.product-furmy .product-copy > p {
  max-width: 330px;
  color: #3b496d;
}
.product-furmy .product-identity span,
.product-furmy .product-platforms {
  color: #465478;
}
.furmy-stage {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  background: radial-gradient(ellipse at 77% 70%, #bca0e780, transparent 54%);
}
.stage-ring {
  width: 720px;
  height: 720px;
  position: absolute;
  border-radius: 50%;
  border: 80px solid #eef2ff;
  right: -144px;
  top: 32px;
  box-shadow:
    inset 0 0 48px #abaee333,
    0 40px 48px #9da3d733;
  transform: rotateX(28deg) rotateZ(-20deg);
}
.stage-word {
  position: absolute;
  right: -18px;
  top: 5px;
  font-family: var(--display-font);
  font-size: clamp(160px, 20vw, 290px);
  letter-spacing: -0.09em;
  font-weight: 700;
  line-height: 1;
  color: #a4b5eb45;
  user-select: none;
}
.phone-game {
  width: 260px;
  left: 27%;
  top: 72px;
  z-index: 2;
  border-color: #253054;
  box-shadow:
    0 0 0 1px #ffffffaf,
    2px 3px 0 3px #7e8eb4,
    20px 40px 45px #3445784d;
  transform: rotate(8deg) translateY(var(--product-lift, 0px));
}
.portrait {
  position: absolute;
  z-index: 3;
  width: 220px;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 26px 13px #17254b2c);
}
.portrait-fox {
  width: 295px;
  bottom: 66px;
  left: -14%;
  transform: rotate(-9deg);
}
.portrait-cat {
  width: 220px;
  right: -38px;
  top: 86px;
  transform: rotate(10deg);
}
.portrait-husky {
  width: 230px;
  right: -20px;
  bottom: 83px;
  transform: rotate(8deg);
}
.all-products {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: fit-content;
  margin: 34px auto 0;
  min-height: 48px;
  font-size: 16px;
}
.all-products:hover svg {
  transform: translateX(5px);
}
.all-products svg {
  transition: transform 0.2s;
}

.about {
  padding: 112px var(--gutter);
  display: grid;
  grid-template-columns: minmax(200px, 0.8fr) minmax(0, 1.2fr);
  gap: 8%;
  align-items: center;
  background: #eef1f6;
  color: var(--ink);
  overflow: clip;
}
.about-mark {
  position: relative;
  display: grid;
  place-items: center;
  height: 380px;
  isolation: isolate;
  perspective: 1200px;
}
.about-mark img {
  width: 218px;
  height: 218px;
  border-radius: 30%;
  transform: rotate(-12deg) rotateY(-16deg);
  box-shadow:
    -6px 7px 0 #143b71,
    -8px 10px 0 #0d2553,
    0 45px 48px #2153a332;
}
.orbit {
  position: absolute;
  z-index: -1;
  inset: 14% 6%;
  border: 1px solid #becbdc;
  border-radius: 50%;
  transform: rotate(-28deg);
}
.orbit-two {
  transform: rotate(28deg);
  inset: 7% 14%;
}
.about .section-label {
  color: #526172;
}
.about h2 {
  font-size: clamp(32px, 3.1vw, 48px);
  line-height: 1.24;
  letter-spacing: -0.05em;
}
.about-copy > p:not(.section-label) {
  max-width: 515px;
  font-size: 18px;
  color: #526172;
  line-height: 1.7;
  margin: 24px 0;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 44px;
  font-size: 16px;
  border-bottom: 1px solid #c3cbd7;
  padding-bottom: 5px;
}
.text-link:hover {
  border-color: var(--ink);
}
.contact {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  padding: 96px var(--gutter) 110px;
  background: #1d49da;
  overflow: hidden;
  isolation: isolate;
}
.contact::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 500px;
  border: 1px solid #ffffff15;
  border-radius: 50%;
  top: -265px;
  right: -75px;
  box-shadow:
    0 0 0 65px #ffffff04,
    0 0 0 130px #ffffff03;
}
.contact .section-label {
  color: #d0dcff;
}
.contact h2 {
  font-size: clamp(40px, 4.7vw, 68px);
  line-height: 1.15;
  letter-spacing: -0.05em;
}
.contact-link {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 4px;
  font-size: 19px;
}
.contact-arrow {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff75;
  border-radius: 50%;
  transition:
    color 0.25s,
    background 0.25s,
    transform 0.3s;
}
.contact-arrow svg {
  width: 38px;
  height: 38px;
  stroke-width: 1.25;
}
.contact-link:hover .contact-arrow {
  background: white;
  color: #1d49da;
  transform: rotate(7deg);
}
.site-footer {
  padding: 62px var(--gutter) 28px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 48px;
}
.footer-top > p {
  font-size: 16px;
  color: #a5afc2;
}
.back-top {
  display: flex;
  gap: 15px;
  align-items: center;
  min-height: 44px;
  margin-left: auto;
  font-size: 14px;
}
.back-top svg {
  transform: rotate(180deg);
  width: 19px;
  height: 19px;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding-top: 25px;
  border-top: 1px solid #ffffff20;
  font-size: 13px;
  color: #a5afc2;
}
.footer-bottom nav {
  display: flex;
  gap: 24px;
  margin-left: 38px;
}
.footer-bottom nav a {
  display: flex;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
}
.footer-bottom nav a:hover {
  color: white;
}
.preview-tag {
  margin-left: auto;
  font-size: 12px;
  border: 1px solid #ffffff20;
  padding: 5px 12px;
  border-radius: 20px;
}

@media (min-width: 1650px) {
  .hero-art {
    left: 8%;
    right: 1%;
  }
  .product-copy {
    flex-basis: 45%;
  }
  .phone-primary {
    width: 288px;
  }
  .phone-secondary {
    width: 255px;
  }
  .phone-game {
    width: 285px;
  }
}
@media (max-width: 1150px) {
  .site-header nav {
    gap: 24px;
  }
  .site-header .nav-contact {
    margin-left: 0;
  }
  .hero {
    min-height: 740px;
  }
  .hero-content {
    max-width: 64%;
  }
  .hero-art {
    left: 0;
    right: -5%;
  }
  .product {
    min-height: 610px;
  }
  .product-copy {
    padding: 40px 0 38px 36px;
    flex-basis: 45%;
  }
  .product-copy > p {
    font-size: 18px;
  }
  .product-identity {
    margin-bottom: 42px;
  }
  .phone-primary {
    width: 227px;
    left: 0;
    top: 83px;
  }
  .phone-secondary {
    width: 206px;
    right: -20px;
    top: 127px;
  }
  .phone-game {
    width: 235px;
    left: 15%;
    top: 65px;
  }
  .portrait-fox {
    width: 240px;
    left: -23%;
    bottom: 98px;
  }
  .portrait-husky {
    width: 185px;
    right: -29px;
    bottom: 108px;
  }
  .portrait-cat {
    width: 170px;
    right: -42px;
    top: 81px;
  }
  .screen-selector {
    left: 46%;
  }
  .about {
    gap: 5%;
  }
  .contact-link {
    gap: 20px;
    font-size: 17px;
  }
  .contact-arrow {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 850px) {
  .site-header {
    height: 88px;
  }
  .brand span {
    font-size: 25px;
  }
  .brand img {
    width: 38px;
    height: 38px;
  }
  .site-header nav {
    gap: 18px;
  }
  .site-header nav > a {
    font-size: 14px;
  }
  .site-header .nav-contact {
    padding-left: 16px;
    gap: 8px;
  }
  .hero {
    min-height: 720px;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero-description {
    font-size: 18px;
  }
  .hero-content {
    max-width: 73%;
  }
  .hero-art {
    left: 10%;
    right: -22%;
    opacity: 0.8;
  }
  .hero-art::after {
    background:
      linear-gradient(90deg, var(--ink), #080c1780 18%, transparent 55%),
      linear-gradient(0deg, var(--ink), transparent 22%);
  }
  .catalog {
    padding-top: 72px;
  }
  .catalog-header {
    gap: 24px;
  }
  .catalog h2 {
    font-size: 39px;
  }
  .catalog-tools > p {
    font-size: 16px;
  }
  .filters button {
    padding-inline: 16px;
    font-size: 14px;
  }
  .product-copy {
    flex-basis: 47%;
    padding-left: 28px;
  }
  .product h3 {
    font-size: 49px;
  }
  .product-copy > p {
    max-width: 240px;
  }
  .desktop-break {
    display: none;
  }
  .product-copy .button {
    padding-left: 18px;
    gap: 16px;
    font-size: 14px;
  }
  .phone-primary {
    width: 208px;
    left: -8%;
  }
  .phone-secondary {
    width: 185px;
    right: -55px;
  }
  .phone-game {
    width: 218px;
    left: 1%;
  }
  .portrait-fox {
    left: -30%;
    width: 210px;
    bottom: 119px;
  }
  .portrait-husky {
    right: -52px;
    width: 180px;
    bottom: 95px;
  }
  .portrait-cat {
    right: -52px;
  }
  .screen-selector {
    left: 42%;
  }
  .screen-selector button {
    padding-inline: 13px;
  }
  .about {
    padding-block: 72px;
    grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
  }
  .about-mark img {
    width: 160px;
    height: 160px;
  }
  .about-mark {
    height: 300px;
  }
  .orbit {
    inset: 15% -12%;
  }
  .contact {
    gap: 30px;
    padding-block: 72px;
  }
  .contact-link {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 20px;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  .hero {
    display: block;
    height: auto;
    min-height: 1080px;
    padding-top: 150px;
  }
  .hero-content {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .hero h1 {
    font-size: clamp(55px, 7.1vw, 69px);
  }
  .hero-description {
    max-width: 430px;
  }
  .hero-art {
    inset: auto;
    top: 438px;
    left: 50%;
    width: 765px;
    height: 510px;
    transform: translateX(-68%);
    opacity: 1;
  }
  .hero-art::after {
    background: linear-gradient(
      0deg,
      var(--ink),
      transparent 15%,
      transparent 85%,
      var(--ink)
    );
  }
  .hero-sculpture {
    object-position: center;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 22px;
  }
  .site-header {
    align-items: center;
    height: 84px;
  }
  .nav-toggle:not([hidden]) {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff0d;
    border: 1px solid #ffffff2b;
    border-radius: 28px;
    padding: 10px 16px;
    min-height: 44px;
    font-size: 14px;
    z-index: 22;
  }
  .menu-lines {
    width: 18px;
    height: 10px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    transition: transform 0.2s;
  }
  .nav-toggle[aria-expanded="true"] .menu-lines {
    transform: rotate(-45deg);
  }
  .nav-enhanced .site-header nav {
    display: none;
    position: absolute;
    inset: 0 0 auto;
    padding: 110px var(--gutter) 32px;
    background: #0d1529;
    box-shadow: 0 40px 60px #0008;
  }
  .nav-enhanced .site-header nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .site-header nav > a {
    font-size: 17px;
    min-height: 52px;
  }
  .site-header .nav-contact {
    margin-top: 12px;
    justify-content: space-between;
  }
  html:not(.nav-enhanced) .site-header {
    position: relative;
    height: auto;
    padding-block: 20px;
    flex-wrap: wrap;
    background: var(--ink);
  }
  html:not(.nav-enhanced) .site-header nav {
    flex-wrap: wrap;
    gap: 8px 20px;
  }
  html:not(.nav-enhanced) .site-header nav > a {
    min-height: 44px;
    font-size: 14px;
  }
  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    min-height: 0;
    padding: 137px var(--gutter) 0;
  }
  .hero-content {
    grid-row: 1;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .studio-label {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(39px, 9.9vw, 63px);
    letter-spacing: -0.065em;
    line-height: 1.16;
  }
  .hero-description {
    font-size: 17px;
    line-height: 1.55;
    max-width: 345px;
    margin: 20px 0 26px;
  }
  .button {
    min-height: 56px;
    font-size: 15px;
    padding-left: 22px;
    gap: 25px;
  }
  .hero-art {
    position: relative;
    grid-row: 2;
    inset: auto;
    left: 50%;
    width: clamp(510px, 141vw, 675px);
    height: clamp(340px, 94vw, 450px);
    margin-top: 12px;
    transform: translateX(-68%);
    opacity: 1;
  }
  .hero-sculpture {
    object-fit: contain;
    object-position: center;
    mask-image: none;
  }
  .hero-art::after {
    background:
      linear-gradient(
        180deg,
        var(--ink),
        transparent 20%,
        transparent 70%,
        var(--ink)
      ),
      linear-gradient(90deg, #080c174d, transparent 35%);
  }
  .hero-bottom {
    position: relative;
    grid-row: 3;
    inset: auto;
    padding-top: 18px;
    gap: 13px;
    margin-bottom: 20px;
  }
  .quick-links {
    width: 100%;
    gap: 16px 26px;
  }
  .quick-links a {
    font-size: 13px;
    gap: 9px;
  }
  .quick-links svg {
    margin-left: 0;
  }
  .quick-links img {
    width: 30px;
    height: 30px;
  }
  .motion-toggle {
    min-height: 44px;
    margin-left: auto;
    padding: 0;
    font-size: 12px;
  }
  .catalog {
    padding-top: 58px;
    border-radius: 24px 24px 0 0;
  }
  .catalog-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    padding-bottom: 30px;
  }
  .catalog h2 {
    font-size: 39px;
    line-height: 1.17;
  }
  .section-label {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .catalog-tools {
    width: 100%;
    padding: 0;
  }
  .catalog-tools > p {
    margin-bottom: 16px;
  }
  .filters {
    width: fit-content;
    max-width: 100%;
  }
  .filters button {
    padding: 10px 20px;
  }
  .product-list {
    gap: 24px;
  }
  .product {
    min-height: 870px;
    flex-direction: column;
    border-radius: 20px;
  }
  .product-copy {
    flex: 0 0 auto;
    padding: 30px 26px 0;
    width: 100%;
  }
  .product-identity {
    margin-bottom: 30px;
    gap: 12px;
  }
  .product-identity img {
    width: 45px;
    height: 45px;
    border-radius: 13px;
  }
  .product h3 {
    font-size: 45px;
  }
  .product-suru h3 br {
    display: none;
  }
  .product-copy > p {
    max-width: 300px;
    margin: 18px 0 24px;
    font-size: 17px;
  }
  .product-copy .button {
    font-size: 14px;
    min-height: 52px;
  }
  .product-copy .button > span {
    width: 36px;
    height: 36px;
  }
  .product-platforms {
    font-size: 12px;
    padding-top: 21px;
    gap: 12px;
  }
  .product-platforms span + span {
    padding-left: 12px;
  }
  .product-visual {
    min-height: 460px;
    margin-top: 15px;
  }
  .phone {
    border-width: 5px;
    border-radius: 29px;
  }
  .phone img {
    border-radius: 23px;
  }
  .phone-primary {
    width: 194px;
    left: 16%;
    top: 36px;
    transform: rotate(-8deg);
  }
  .phone-secondary {
    width: 172px;
    right: 5%;
    top: 66px;
  }
  .screen-selector {
    left: 50%;
    bottom: 24px;
  }
  .product-suru::after {
    background: linear-gradient(180deg, #071f28f7, #071f28d9 46%, #0c2a3455);
  }
  .field-background {
    object-position: 60% bottom;
  }
  .product-furmy {
    min-height: 870px;
  }
  .product-furmy .product-copy {
    padding-bottom: 0;
  }
  .phone-game {
    width: 218px;
    top: 38px;
    left: 28%;
    transform: rotate(8deg);
  }
  .portrait-fox {
    width: 230px;
    left: -15%;
    bottom: 78px;
  }
  .portrait-cat {
    width: 154px;
    right: -37px;
    top: 26px;
  }
  .portrait-husky {
    width: 166px;
    right: -31px;
    bottom: 110px;
  }
  .stage-word {
    top: auto;
    bottom: 160px;
    font-size: 190px;
    right: -5px;
  }
  .stage-ring {
    width: 550px;
    height: 550px;
    right: -132px;
    top: auto;
    bottom: -15px;
    border-width: 65px;
  }
  .all-products {
    font-size: 15px;
    margin-top: 25px;
  }
  .about {
    padding-block: 30px 65px;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
  .about-mark {
    width: 280px;
    max-width: 100%;
    height: 285px;
    margin: 0 auto;
  }
  .about-mark img {
    width: 157px;
    height: 157px;
  }
  .orbit {
    inset: 17% 0;
  }
  .orbit-two {
    inset: 5% 17%;
  }
  .about h2 {
    font-size: 33px;
  }
  .about-copy > p:not(.section-label) {
    font-size: 17px;
  }
  .contact {
    flex-direction: column;
    align-items: stretch;
    gap: 35px;
    padding-block: 59px;
  }
  .contact h2 {
    font-size: 45px;
  }
  .contact-link {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 17px;
  }
  .contact-arrow {
    width: 65px;
    height: 65px;
  }
  .site-footer {
    padding-top: 42px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 18px;
    padding-bottom: 30px;
  }
  .footer-top > p {
    width: 100%;
    order: 3;
    font-size: 15px;
  }
  .footer-bottom {
    gap: 10px 24px;
  }
  .footer-bottom nav {
    margin: 0;
    flex-wrap: wrap;
    gap: 10px 23px;
    width: 100%;
    order: -1;
  }
  .preview-tag {
    margin-left: auto;
  }
}
@media (max-width: 390px) {
  .hero h1 {
    font-size: clamp(30px, 9.5vw, 37px);
  }
  .catalog h2 {
    font-size: 35px;
  }
  .product-copy {
    padding-inline: 22px;
  }
  .product h3 {
    font-size: 39px;
  }
  .filters button {
    padding-inline: 16px;
  }
  .phone-primary {
    left: 8%;
  }
  .phone-secondary {
    right: -7%;
  }
  .phone-game {
    left: 22%;
  }
  .about h2 {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .hero-sculpture {
    transform: none;
  }
}
html.motion-paused {
  scroll-behavior: auto;
}
html.motion-paused .hero-content {
  animation: none;
}
html.motion-paused .hero-sculpture {
  transform: none;
}
@supports (padding: env(safe-area-inset-bottom)) {
  .site-footer {
    padding-bottom: max(28px, env(safe-area-inset-bottom));
  }
  .site-header {
    padding-left: max(var(--gutter), env(safe-area-inset-left));
    padding-right: max(var(--gutter), env(safe-area-inset-right));
  }
}
