/* CSS-only motion themes for combined projects 13–15. */

.motion-enter {
  animation: motion-enter 700ms ease-out both;
}

.motion-delay-one {
  animation-delay: 180ms;
}

.velocity a,
.velocity .shoe-card,
.graeon a,
.graeon .graeon-card,
.graeon .template-grid article,
.moselle a,
.moselle .image-reveal img,
.moselle .moselle-journal-grid article {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.velocity .site-footer nav,
.graeon .site-footer nav,
.moselle .site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.velocity .site-footer a,
.graeon .site-footer a,
.moselle .site-footer a {
  font-weight: 700;
  text-decoration: none;
}

@keyframes motion-enter {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Velocity */

.velocity {
  background: #f1f0ea;
  color: #171713;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.velocity h1,
.velocity h2,
.velocity h3,
.velocity .brand {
  font-family: "Archivo Black", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.velocity .landing-nav {
  background: rgba(241, 240, 234, 0.94);
  border-bottom: 1px solid #171713;
}

.velocity .brand span,
.velocity .eyebrow {
  color: #e44124;
}

.velocity .nav-links a:hover,
.velocity .nav-links a:focus-visible {
  color: #e44124;
  transform: translateY(-0.125rem);
}

.velocity .mobile-menu-panel {
  background: #f1f0ea;
}

.velocity .button-primary {
  background: #e44124;
  color: #ffffff;
}

.velocity .button-primary:hover,
.velocity .button-primary:focus-visible {
  background: #171713;
  transform: translateY(-0.2rem);
}

.velocity .button-secondary {
  border-color: #171713;
  color: #171713;
}

.velocity .button-secondary:hover,
.velocity .button-secondary:focus-visible {
  background: #171713;
  color: #ffffff;
  transform: translateY(-0.2rem);
}

.velocity-hero {
  min-height: 45rem;
  padding: 6rem 0 0;
  position: relative;
  overflow: hidden;
  background: #d8ff38;
}

.velocity-wordmark {
  position: absolute;
  top: 1rem;
  left: 50%;
  color: rgba(23, 23, 19, 0.08);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(8rem, 25vw, 23rem);
  line-height: 0.85;
  transform: translateX(-50%);
}

.velocity-hero-inner {
  min-height: 36rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
}

.velocity .hero-copy {
  flex: 1 1 25rem;
}

.velocity .hero-copy h1 {
  max-width: 9ch;
  font-size: clamp(3.4rem, 8vw, 6.8rem);
}

.velocity .hero-copy > p:not(.eyebrow) {
  max-width: 34rem;
  font-size: 1.1rem;
}

.velocity-product {
  flex: 1 1 28rem;
  margin: 0;
  position: relative;
}

.velocity-product img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 2px solid #171713;
  border-radius: 50%;
  box-shadow: 1.5rem 1.5rem 0 #e44124;
  transform: rotate(-8deg);
  animation: shoe-settle 900ms 260ms ease-out both;
}

.orbit-label {
  padding: 0.55rem 0.8rem;
  position: absolute;
  z-index: 3;
  background: #f1f0ea;
  border: 2px solid #171713;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.orbit-label-top {
  top: 5%;
  right: 4%;
}

.orbit-label-bottom {
  bottom: 2%;
  left: 2%;
}

.velocity-ticker {
  padding: 1rem 3%;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  overflow: hidden;
  background: #171713;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.velocity-ticker span::before {
  content: "●";
  margin-right: 1rem;
  color: #d8ff38;
}

@keyframes shoe-settle {
  from {
    opacity: 0;
    transform: translate(4rem, -2rem) rotate(12deg) scale(0.82);
  }

  to {
    opacity: 1;
    transform: translate(0, 0) rotate(-8deg) scale(1);
  }
}

.velocity-section {
  padding: 6rem 0;
}

.velocity-section h2,
.velocity-buy h2 {
  font-size: clamp(2.7rem, 6vw, 5.5rem);
}

.velocity-colour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 1rem;
}

.shoe-card {
  min-height: 27rem;
  padding: 1.25rem;
  position: relative;
  border: 2px solid #171713;
}

.shoe-card:hover,
.shoe-card:focus-within {
  box-shadow: 0.75rem 0.75rem 0 #171713;
  transform: translate(-0.35rem, -0.35rem);
}

.shoe-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.shoe-red {
  background: #ff6b4a;
}

.shoe-stone {
  background: #e5d5ba;
}

.shoe-night {
  background: #9a8cff;
}

.shoe-index {
  font-weight: 700;
}

.velocity-dark {
  background: #171713;
  color: #ffffff;
}

.velocity-tech {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 5rem;
}

.tech-stack article {
  padding: 1.4rem 0;
  display: grid;
  grid-template-columns: 3rem 1fr 1.4fr;
  gap: 1rem;
  border-top: 1px solid #5c5c55;
}

.tech-stack article:hover {
  color: #d8ff38;
}

.tech-stack h3,
.tech-stack p {
  margin: 0;
}

.velocity-story {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
}

.velocity-story > * {
  flex: 1 1 24rem;
}

.velocity-story figure {
  margin: 0;
  overflow: hidden;
  border-radius: 50% 50% 0 0;
}

.velocity-story img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.velocity blockquote {
  margin: 1.5rem 0;
  font-size: 1.35rem;
  font-weight: 600;
}

.velocity-buy {
  padding: 7rem 0;
  background: #e44124;
  color: #ffffff;
  text-align: center;
}

.velocity-buy .content-wrap {
  display: grid;
  justify-items: center;
}

.velocity-price {
  font-weight: 700;
}

.velocity .site-footer {
  padding: 2rem 0;
  background: #171713;
  color: #ffffff;
}

/* Graeon */

.graeon {
  background: #fff9ef;
  color: #1e1731;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

.graeon h1,
.graeon h2,
.graeon h3,
.graeon .brand {
  font-family: "Syne", Arial, Helvetica, sans-serif;
}

.graeon .landing-nav {
  background: rgba(255, 249, 239, 0.94);
  border-bottom: 1px solid #d9d0e4;
}

.graeon .brand > span {
  padding: 0.2rem 0.45rem;
  background: #6848e8;
  border-radius: 0.45rem;
  color: #ffffff;
}

.graeon .nav-links a:hover,
.graeon .nav-links a:focus-visible {
  color: #6848e8;
  transform: translateY(-0.125rem);
}

.graeon .mobile-menu-panel {
  background: #fff9ef;
}

.graeon .button-primary {
  background: #6848e8;
  color: #ffffff;
  box-shadow: 0 0.4rem 0 #39288c;
}

.graeon .button-primary:hover,
.graeon .button-primary:focus-visible {
  background: #ff5f54;
  box-shadow: 0 0.2rem 0 #a92e27;
  transform: translateY(0.2rem);
}

.graeon .button-secondary {
  background: #ffffff;
  border-color: #1e1731;
  color: #1e1731;
}

.graeon .button-secondary:hover,
.graeon .button-secondary:focus-visible {
  background: #ffdd57;
  transform: translateY(-0.2rem);
}

.graeon-hero {
  min-height: 47rem;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fff9ef 45%, #ddd6ff);
}

.graeon-blob {
  position: absolute;
  border-radius: 44% 56% 61% 39%;
  filter: blur(1px);
  animation: blob-drift 4s ease-in-out 2 alternate both;
}

.blob-one {
  width: 18rem;
  height: 18rem;
  top: -6rem;
  right: 8%;
  background: #ffdd57;
}

.blob-two {
  width: 14rem;
  height: 14rem;
  bottom: -5rem;
  left: 3%;
  background: #70d6ff;
  animation-delay: 300ms;
}

@keyframes blob-drift {
  from {
    transform: translate(0, 0) rotate(0);
  }

  to {
    transform: translate(1.5rem, 1rem) rotate(12deg);
  }
}

.graeon-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
}

.graeon .hero-copy {
  flex: 1 1 25rem;
}

.graeon .hero-copy h1 {
  max-width: 9ch;
  font-size: clamp(3.7rem, 8vw, 6.5rem);
}

.graeon .hero-copy h1 span,
.graeon .eyebrow {
  color: #6848e8;
}

.hero-note {
  margin-top: 1.3rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.builder-scene {
  flex: 1 1 29rem;
  min-height: 31rem;
  padding: 1rem;
  position: relative;
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  grid-template-rows: auto 1fr;
  gap: 0.8rem;
  background: #ffffff;
  border: 2px solid #1e1731;
  border-radius: 1.5rem;
  box-shadow: 1.2rem 1.2rem 0 #6848e8;
}

.builder-toolbar {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
}

.builder-toolbar strong {
  margin-left: 0.5rem;
}

.builder-dot {
  width: 0.6rem;
  height: 0.6rem;
  background: #ff5f54;
  border-radius: 50%;
}

.builder-dot:nth-child(2) {
  background: #ffdd57;
}

.builder-dot:nth-child(3) {
  background: #58c985;
}

.component-rail {
  padding: 0.7rem;
  display: grid;
  align-content: start;
  gap: 0.6rem;
  background: #eeeaff;
  border-radius: 0.8rem;
}

.component-rail span {
  padding: 0.55rem 0.25rem;
  background: #ffffff;
  border: 1px solid #d3cbea;
  border-radius: 0.4rem;
  font-size: 0.65rem;
  text-align: center;
}

.phone-preview {
  width: 13rem;
  min-height: 24rem;
  margin: auto;
  padding: 0.8rem;
  background: #fdf7ed;
  border: 0.45rem solid #1e1731;
  border-radius: 1.8rem;
}

.phone-preview-image {
  height: 10rem;
  margin-bottom: 1rem;
  background: linear-gradient(145deg, #ff9158, #ffdd57);
  border-radius: 1rem;
}

.phone-preview h2 {
  margin: 0.4rem 0 1rem;
}

.preview-button {
  padding: 0.5rem 0.7rem;
  display: inline-block;
  background: #6848e8;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.7rem;
}

.property-card {
  width: 9rem;
  padding: 0.8rem;
  position: absolute;
  right: -1.5rem;
  bottom: 2rem;
  display: grid;
  gap: 0.4rem;
  background: #ffffff;
  border: 2px solid #1e1731;
  border-radius: 0.8rem;
  font-size: 0.68rem;
  transform: rotate(4deg);
}

.property-line {
  height: 0.4rem;
  background: #d9d0e4;
  border-radius: 999px;
}

.property-swatch {
  width: 1.5rem;
  height: 1.5rem;
  background: #ff5f54;
  border-radius: 0.35rem;
}

.cursor-chip {
  padding: 0.5rem 0.7rem;
  position: absolute;
  top: 6rem;
  left: 2.5rem;
  background: #1e1731;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.68rem;
  animation: cursor-path 1.8s 500ms ease-in-out 2 alternate both;
}

@keyframes cursor-path {
  from {
    transform: translate(0, 0) rotate(-4deg);
  }

  to {
    transform: translate(8rem, 6rem) rotate(3deg);
  }
}

.graeon-proof {
  padding: 2rem 0;
  border-top: 1px solid #d9d0e4;
  border-bottom: 1px solid #d9d0e4;
}

.graeon .logo-strip {
  justify-content: space-between;
  color: #746b80;
}

.graeon-section {
  padding: 6rem 0;
}

.graeon-section h2 {
  font-size: clamp(2.7rem, 6vw, 5rem);
}

.graeon-feature-grid,
.template-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.graeon-card {
  min-height: 18rem;
  padding: 2rem;
  border: 2px solid #1e1731;
  border-radius: 1.5rem;
}

.graeon-card:hover,
.graeon-card:focus-within {
  box-shadow: 0.7rem 0.7rem 0 #1e1731;
  transform: translate(-0.35rem, -0.35rem) rotate(-1deg);
}

.graeon-card > span {
  font-size: 2.5rem;
}

.card-yellow {
  background: #ffdd57;
}

.card-purple {
  background: #b4a4ff;
}

.card-blue {
  background: #70d6ff;
}

.card-coral {
  background: #ff8b80;
}

.graeon-ink {
  background: #1e1731;
  color: #ffffff;
}

.graeon-ink .eyebrow {
  color: #ffdd57;
}

.graeon-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.graeon-steps li {
  padding: 1.5rem 0;
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  border-top: 1px solid #5b526b;
}

.graeon-steps li > span {
  color: #ffdd57;
  font-family: "Syne", Arial, sans-serif;
  font-size: 1.8rem;
}

.graeon-steps h3,
.graeon-steps p {
  margin: 0;
}

.template-grid {
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.template-grid article {
  padding: 1rem;
  border: 1px solid #d9d0e4;
  border-radius: 1.25rem;
}

.template-grid article:hover {
  border-color: #6848e8;
  box-shadow: 0 1rem 2rem rgba(55, 37, 112, 0.15);
  transform: translateY(-0.5rem);
}

.template-screen {
  height: 16rem;
  border-radius: 0.8rem;
}

.template-shop {
  background: linear-gradient(145deg, #ff8b80 45%, #fff0cd 46%);
}

.template-studio {
  background: linear-gradient(35deg, #1e1731 45%, #b4a4ff 46%);
}

.template-community {
  background: linear-gradient(145deg, #70d6ff 45%, #e8ffbc 46%);
}

.graeon-pricing {
  background: #ffdd57;
}

.graeon-price-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 4rem;
}

.graeon-price-panel strong {
  font-size: 3rem;
}

.graeon .site-footer {
  padding: 2rem 0;
  background: #1e1731;
  color: #ffffff;
}

/* Moselle */

.moselle {
  background: #f6f1e7;
  color: #18352d;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

.moselle h1,
.moselle h2 {
  font-family: "Playfair Display", Georgia, serif;
}

.moselle .landing-nav {
  background: rgba(246, 241, 231, 0.94);
  border-bottom: 1px solid #b8c7b5;
}

.moselle .brand span,
.moselle .eyebrow {
  color: #d24863;
}

.moselle .nav-links a:hover,
.moselle .nav-links a:focus-visible {
  color: #d24863;
  transform: translateY(-0.125rem);
}

.moselle .mobile-menu-panel {
  background: #f6f1e7;
}

.moselle .button-primary {
  background: #18352d;
  color: #ffffff;
}

.moselle .button-primary:hover,
.moselle .button-primary:focus-visible {
  background: #d24863;
  transform: translateY(-0.2rem);
}

.moselle .button-secondary {
  border-color: #18352d;
  color: #18352d;
}

.moselle .button-secondary:hover,
.moselle .button-secondary:focus-visible {
  background: #ffffff;
  transform: translateY(-0.2rem);
}

.moselle-hero {
  min-height: 50rem;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.colour-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  animation: orb-drift 5s ease-in-out 2 alternate both;
}

.orb-gold {
  width: 24rem;
  height: 24rem;
  top: -8rem;
  left: -8rem;
  background: rgba(240, 184, 62, 0.72);
}

.orb-blue {
  width: 17rem;
  height: 17rem;
  right: 38%;
  bottom: -6rem;
  background: rgba(78, 153, 192, 0.64);
  animation-delay: 240ms;
}

.orb-rose {
  width: 12rem;
  height: 12rem;
  top: 10%;
  right: -4rem;
  background: rgba(210, 72, 99, 0.62);
  animation-delay: 480ms;
}

@keyframes orb-drift {
  from {
    transform: translate(0, 0) scale(1);
  }

  to {
    transform: translate(1.5rem, 1rem) scale(1.08);
  }
}

.moselle-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5rem;
}

.moselle .hero-copy {
  flex: 1 1 25rem;
}

.moselle .hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(3.6rem, 8vw, 7rem);
}

.moselle .hero-copy h1 em {
  color: #d24863;
  font-weight: 600;
}

.moselle-hero-image {
  flex: 1 1 27rem;
  margin: 0;
  position: relative;
}

.moselle-hero-image .image-reveal {
  border-radius: 50% 50% 1.5rem 1.5rem;
}

.moselle-hero-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.moselle-hero-image figcaption {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.82rem;
}

.moselle-hero-image figcaption span {
  color: #d24863;
  font-weight: 700;
}

.image-reveal {
  position: relative;
  overflow: hidden;
}

.image-reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #d24863;
  transform: translateX(-101%);
  animation: image-curtain 1.1s 280ms ease-in-out both;
}

.image-reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: image-scale-in 1.1s 280ms ease-out both;
}

.image-reveal:hover img {
  transform: scale(1.04);
}

@keyframes image-curtain {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(101%);
  }
}

@keyframes image-scale-in {
  from {
    transform: scale(1.12);
  }

  to {
    transform: scale(1);
  }
}

.moselle-intro {
  padding: 6rem 0;
  background: #18352d;
  color: #ffffff;
  text-align: center;
}

.moselle-intro h2 {
  max-width: 15ch;
  margin: 0 auto;
  font-size: clamp(3rem, 7vw, 6rem);
}

.moselle-section {
  padding: 7rem 0;
}

.moselle-section h2,
.moselle-visit h2 {
  font-size: clamp(3rem, 6vw, 5.5rem);
}

.moselle-split,
.moselle-live {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 5rem;
}

.moselle-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 1rem;
}

.moselle-image-pair figure {
  height: 31rem;
  margin: 0;
}

.moselle-image-pair figure:last-child {
  height: 24rem;
}

.text-link {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 700;
}

.text-link:hover,
.text-link:focus-visible {
  color: #d24863;
  transform: translateX(0.35rem);
}

.taste-theme {
  background: #efb83e;
}

.taste-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1rem;
}

.taste-grid article {
  padding: 1.5rem;
  border-top: 2px solid #18352d;
}

.taste-grid article > span {
  color: #d24863;
  font-weight: 700;
}

.live-theme {
  background: #dce9ed;
}

.moselle-live {
  grid-template-columns: 1.1fr 0.9fr;
}

.moselle-live > figure {
  height: 34rem;
  margin: 0;
  border-radius: 50% 50% 0 0;
}

.moselle-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.moselle-facts div {
  flex: 1 1 7rem;
}

.moselle-facts dt {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.5rem;
}

.moselle-facts dd {
  margin: 0;
}

.journal-theme {
  background: #d24863;
  color: #ffffff;
}

.journal-theme .eyebrow {
  color: #18352d;
}

.moselle-journal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 1rem;
}

.moselle-journal-grid article {
  min-height: 19rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f6f1e7;
  border: 2px solid #18352d;
  color: #18352d;
}

.moselle-journal-grid article:hover,
.moselle-journal-grid article:focus-within {
  box-shadow: 0.7rem 0.7rem 0 #18352d;
  transform: translate(-0.35rem, -0.35rem);
}

.moselle-journal-grid h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
}

.moselle-visit {
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
  background: #f6f1e7;
  text-align: center;
}

.moselle-visit .content-wrap {
  position: relative;
  z-index: 2;
}

.moselle-visit .hero-actions {
  justify-content: center;
}

.orb-visit {
  width: 24rem;
  height: 24rem;
  right: -6rem;
  bottom: -12rem;
  background: rgba(239, 184, 62, 0.75);
}

.moselle .site-footer {
  padding: 2rem 0;
  background: #18352d;
  color: #ffffff;
}

@keyframes velocity-menu-open {
  from {
    opacity: 0;
    transform: translateY(-0.75rem) rotate(5deg) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotate(-1deg) scale(1);
  }
}

@keyframes velocity-menu-link {
  from {
    opacity: 0;
    transform: translateX(1rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes graeon-menu-open {
  0% {
    opacity: 0;
    transform: translateY(-1rem) scale(0.88);
  }

  70% {
    opacity: 1;
    transform: translateY(0.25rem) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes moselle-menu-open {
  from {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 52rem) {
  .velocity .mobile-menu-panel {
    width: 16rem;
    padding: 1rem;
    background: #d8ff38;
    border: 2px solid #171713;
    border-radius: 0;
    box-shadow: 0.65rem 0.65rem 0 #e44124;
    transform-origin: top right;
  }

  .velocity .mobile-menu[open] .mobile-menu-panel {
    animation: velocity-menu-open 280ms ease-out both;
  }

  .velocity .mobile-menu[open] .mobile-menu-panel a {
    animation: velocity-menu-link 260ms ease-out both;
  }

  .velocity .mobile-menu[open] .mobile-menu-panel a:nth-child(2) {
    animation-delay: 45ms;
  }

  .velocity .mobile-menu[open] .mobile-menu-panel a:nth-child(3) {
    animation-delay: 90ms;
  }

  .velocity .mobile-menu[open] .mobile-menu-panel a:nth-child(4) {
    animation-delay: 135ms;
  }

  .velocity .mobile-menu-panel a {
    border-bottom: 2px solid #171713;
    border-radius: 0;
    font-family: "Archivo Black", Impact, sans-serif;
    text-transform: uppercase;
  }

  .velocity .mobile-menu-panel a:hover,
  .velocity .mobile-menu-panel a:focus-visible {
    background: #171713;
    color: #ffffff;
    transform: translateX(0.25rem);
  }

  .graeon .mobile-menu-panel {
    width: min(22rem, 90vw);
    padding: 0.8rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    background: #fff9ef;
    border: 2px solid #1e1731;
    border-radius: 1.5rem;
    box-shadow: 0.7rem 0.7rem 0 #6848e8;
    transform-origin: top right;
  }

  .graeon .mobile-menu[open] .mobile-menu-panel {
    animation: graeon-menu-open 360ms ease-out both;
  }

  .graeon .mobile-menu-panel a {
    min-height: 5rem;
    display: grid;
    place-items: center;
    background: #ffdd57;
    border: 1px solid #1e1731;
    text-align: center;
  }

  .graeon .mobile-menu-panel a:nth-child(2) {
    background: #b4a4ff;
  }

  .graeon .mobile-menu-panel a:nth-child(3) {
    background: #70d6ff;
  }

  .graeon .mobile-menu-panel a:nth-child(4) {
    background: #ff8b80;
  }

  .graeon .mobile-menu-panel a:hover,
  .graeon .mobile-menu-panel a:focus-visible {
    box-shadow: 0.25rem 0.25rem 0 #1e1731;
    transform: translate(-0.125rem, -0.125rem);
  }

  .moselle .mobile-menu {
    position: static;
  }

  .moselle .mobile-menu-panel {
    width: 100%;
    padding: 1.2rem 5%;
    position: fixed;
    top: 4.75rem;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    background: #18352d;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    box-shadow: 0 1.25rem 2rem rgba(24, 53, 45, 0.25);
  }

  .moselle .mobile-menu[open] .mobile-menu-panel {
    animation: moselle-menu-open 320ms ease-out both;
  }

  .moselle .mobile-menu-panel a {
    padding: 1rem;
    border-bottom: 1px solid #61776f;
    border-radius: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.35rem;
  }

  .moselle .mobile-menu-panel a::before {
    margin-right: 0.6rem;
    color: #efb83e;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 0.7rem;
  }

  .moselle .mobile-menu-panel a:nth-child(1)::before {
    content: "01";
  }

  .moselle .mobile-menu-panel a:nth-child(2)::before {
    content: "02";
  }

  .moselle .mobile-menu-panel a:nth-child(3)::before {
    content: "03";
  }

  .moselle .mobile-menu-panel a:nth-child(4)::before {
    content: "04";
  }

  .moselle .mobile-menu-panel a:nth-child(5)::before {
    content: "05";
  }

  .moselle .mobile-menu-panel a:hover,
  .moselle .mobile-menu-panel a:focus-visible {
    background: #d24863;
    color: #ffffff;
    transform: translateX(0.25rem);
  }
}

@media (max-width: 56rem) {
  .velocity-tech,
  .graeon-price-panel,
  .moselle-split,
  .moselle-live {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .tech-stack article {
    grid-template-columns: 2.5rem 1fr;
  }

  .tech-stack article p {
    grid-column: 2;
  }

  .builder-scene {
    margin-right: 1.5rem;
  }

  .moselle-split .section-heading {
    order: 0;
  }
}

@media (max-width: 46rem) {
  .velocity-hero,
  .graeon-hero,
  .moselle-hero {
    padding-top: 4rem;
  }

  .velocity-wordmark {
    top: 5rem;
  }

  .velocity-product img {
    box-shadow: 0.75rem 0.75rem 0 #e44124;
  }

  .velocity-ticker {
    justify-content: flex-start;
  }

  .graeon-feature-grid,
  .template-grid {
    grid-template-columns: 1fr;
  }

  .builder-scene {
    min-height: 27rem;
    grid-template-columns: 4.5rem 1fr;
  }

  .phone-preview {
    width: 11rem;
    min-height: 21rem;
  }

  .property-card {
    right: -1rem;
  }

  .moselle-image-pair {
    grid-template-columns: 1fr;
  }

  .moselle-image-pair figure,
  .moselle-image-pair figure:last-child {
    height: 24rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-enter,
  .velocity-product img,
  .graeon-blob,
  .cursor-chip,
  .colour-orb,
  .image-reveal::after,
  .image-reveal img {
    animation: none;
  }

  .velocity .mobile-menu[open] .mobile-menu-panel,
  .velocity .mobile-menu[open] .mobile-menu-panel a,
  .graeon .mobile-menu[open] .mobile-menu-panel,
  .moselle .mobile-menu[open] .mobile-menu-panel {
    animation: none;
  }

  .velocity a,
  .velocity .shoe-card,
  .graeon a,
  .graeon .graeon-card,
  .graeon .template-grid article,
  .moselle a,
  .moselle .image-reveal img,
  .moselle .moselle-journal-grid article {
    transition-duration: 0.01ms;
  }

  .velocity .nav-links a:hover,
  .velocity .nav-links a:focus-visible,
  .velocity .button-primary:hover,
  .velocity .button-primary:focus-visible,
  .velocity .button-secondary:hover,
  .velocity .button-secondary:focus-visible,
  .velocity .shoe-card:hover,
  .velocity .shoe-card:focus-within,
  .graeon .nav-links a:hover,
  .graeon .nav-links a:focus-visible,
  .graeon .button-primary:hover,
  .graeon .button-primary:focus-visible,
  .graeon .button-secondary:hover,
  .graeon .button-secondary:focus-visible,
  .graeon .graeon-card:hover,
  .graeon .graeon-card:focus-within,
  .graeon .template-grid article:hover,
  .moselle .nav-links a:hover,
  .moselle .nav-links a:focus-visible,
  .moselle .button-primary:hover,
  .moselle .button-primary:focus-visible,
  .moselle .button-secondary:hover,
  .moselle .button-secondary:focus-visible,
  .moselle .text-link:hover,
  .moselle .text-link:focus-visible,
  .moselle .image-reveal:hover img,
  .moselle .moselle-journal-grid article:hover,
  .moselle .moselle-journal-grid article:focus-within {
    transform: none;
  }
}
