:root {
  --ink: #22222a;
  --muted: #6e6b76;
  --paper: #fffdf8;
  --cream: #fff8ea;
  --pink: #ef3f78;
  --blue: #15a9d4;
  --cyan: #20c4cf;
  --yellow: #ffc928;
  --green: #63d835;
  --purple: #8157cf;
  --orange: #ff7a20;
  --border: #e9e3d8;
  --shadow: 0 24px 60px rgba(59, 43, 23, 0.1);
  --radius: 28px;
  --page-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  color: inherit;
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 8px 16px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 6px 24px rgba(43, 34, 23, 0.06);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 48px), 1320px);
  height: 86px;
  margin: 0 auto;
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  width: 177px;
  height: 68px;
}

.brand img,
.footer-brand img {
  width: 158px;
  height: auto;
  max-width: 100%;
}

.navigation {
  display: flex;
  align-items: center;
  gap: 34px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.navigation a {
  transition: color 0.2s ease;
}

.navigation a:hover {
  color: var(--pink);
}

.navigation .nav-contact {
  padding: 10px 20px;
  border: 2px solid var(--ink);
  border-radius: 100px;
  box-shadow: 3px 3px 0 var(--yellow);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  background:
    linear-gradient(rgba(226, 217, 198, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226, 217, 198, 0.22) 1px, transparent 1px),
    var(--cream);
  background-size: 38px 38px;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  width: min(calc(100% - 48px), var(--page-width));
  margin: 86px auto 0;
}

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

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--pink);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.eyebrow span {
  width: 13px;
  height: 13px;
  background: var(--pink);
  box-shadow: 7px -7px 0 var(--yellow), 14px 0 0 var(--blue);
}

.hero h1,
.section h2,
.contact h2 {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.35;
}

.hero h1 {
  font-size: clamp(48px, 5.2vw, 74px);
}

.hero h1 em {
  position: relative;
  z-index: 1;
  color: var(--pink);
  font-style: normal;
}

.hero h1 em::after {
  position: absolute;
  z-index: -1;
  right: -5px;
  bottom: 3px;
  left: -4px;
  height: 14px;
  background: var(--yellow);
  content: "";
  opacity: 0.55;
  transform: skewX(-14deg);
}

.hero-description {
  margin: 28px 0 0;
  color: #55515c;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: 196px;
  padding: 15px 24px;
  border-radius: 100px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 5px 5px 0 var(--pink);
}

.button-primary:hover {
  box-shadow: 2px 2px 0 var(--pink);
  transform: translate(3px, 3px);
}

.button span {
  font-size: 19px;
}

.text-link {
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 590px;
}

.egg-stage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(42vw, 530px);
  height: min(42vw, 530px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 30px 80px rgba(255, 168, 30, 0.13);
  transform: translate(-50%, -50%);
}

.egg-stage::before {
  position: absolute;
  inset: 8%;
  border: 1px dashed rgba(34, 34, 42, 0.12);
  border-radius: 50%;
  content: "";
}

.orbit {
  position: absolute;
  border: 1px solid rgba(34, 34, 42, 0.08);
  border-radius: 50%;
}

.orbit-one {
  inset: -5%;
}

.orbit-two {
  inset: 18%;
}

.pixel-egg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 280px;
  background: #fffaf0;
  clip-path: polygon(35% 0, 65% 0, 65% 5%, 78% 5%, 78% 12%, 87% 12%, 87% 22%, 94% 22%, 94% 37%, 100% 37%, 100% 68%, 94% 68%, 94% 80%, 87% 80%, 87% 89%, 77% 89%, 77% 96%, 64% 96%, 64% 100%, 36% 100%, 36% 96%, 23% 96%, 23% 89%, 13% 89%, 13% 80%, 6% 80%, 6% 68%, 0 68%, 0 37%, 6% 37%, 6% 22%, 13% 22%, 13% 12%, 23% 12%, 23% 5%, 35% 5%);
  filter: drop-shadow(0 28px 28px rgba(59, 43, 23, 0.16));
  transform: translate(-50%, -49%);
}

.egg-pixel {
  position: absolute;
  width: 29px;
  height: 29px;
}

.ep-1 { top: 0; left: 72px; background: var(--orange); }
.ep-2 { top: 7px; left: 101px; background: var(--yellow); }
.ep-3 { top: 23px; left: 43px; background: var(--pink); }
.ep-4 { top: 33px; right: 30px; background: var(--purple); }
.ep-5 { top: 65px; left: 8px; background: var(--green); }
.ep-6 { top: 86px; right: 1px; background: var(--pink); }
.ep-7 { top: 121px; left: 0; background: var(--yellow); }
.ep-8 { top: 143px; left: 29px; background: var(--blue); }
.ep-9 { top: 119px; right: 0; background: var(--cyan); }
.ep-10 { top: 166px; right: 10px; background: var(--green); }
.ep-11 { bottom: 45px; left: 5px; background: var(--pink); }
.ep-12 { bottom: 17px; left: 32px; background: var(--purple); }
.ep-13 { bottom: 0; left: 72px; background: var(--blue); }
.ep-14 { bottom: 0; right: 72px; background: var(--yellow); }
.ep-15 { bottom: 22px; right: 31px; background: var(--orange); }

.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 5px 5px 0 rgba(34, 34, 42, 0.12);
}

.card-idea {
  top: 19%;
  right: -1%;
  transform: rotate(4deg);
}

.card-build {
  bottom: 17%;
  left: -7%;
  transform: rotate(-5deg);
}

.card-connect {
  top: 23%;
  left: -8%;
  transform: rotate(-4deg);
}

.card-delight {
  right: -4%;
  bottom: 20%;
  transform: rotate(5deg);
}

.card-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  font-size: 16px;
}

.idea-icon svg {
  width: 17px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.mini-pixels {
  display: flex;
  align-items: end;
  gap: 2px;
  height: 24px;
}

.mini-pixels i {
  display: block;
  width: 7px;
  background: var(--blue);
}

.mini-pixels i:nth-child(1) { height: 10px; }
.mini-pixels i:nth-child(2) { height: 18px; background: var(--purple); }
.mini-pixels i:nth-child(3) { height: 24px; background: var(--pink); }

.connect-icon {
  position: relative;
  display: block;
  width: 29px;
  height: 24px;
}

.connect-icon::before,
.connect-icon::after {
  position: absolute;
  z-index: 0;
  left: 7px;
  width: 16px;
  height: 2px;
  background: var(--blue);
  content: "";
  transform-origin: left center;
}

.connect-icon::before {
  top: 7px;
  transform: rotate(25deg);
}

.connect-icon::after {
  top: 17px;
  transform: rotate(-25deg);
}

.connect-icon i {
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--blue);
}

.connect-icon i:nth-child(1) { top: 8px; left: 0; }
.connect-icon i:nth-child(2) { top: 1px; right: 0; background: var(--pink); }
.connect-icon i:nth-child(3) { right: 0; bottom: 0; background: var(--green); }

.delight-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.spark {
  position: absolute;
  color: var(--yellow);
  font-size: 28px;
}

.spark-one { top: 11%; left: 15%; }
.spark-two { right: 9%; bottom: 12%; color: var(--pink); font-size: 19px; }

.pixel-cloud {
  position: absolute;
  width: 22px;
  height: 22px;
  opacity: 0.35;
}

.pixel-cloud-one {
  bottom: 12%;
  left: 3%;
  background: var(--blue);
  box-shadow: 22px 0 var(--blue), 44px -22px var(--blue), 44px 0 var(--blue), 66px 0 var(--blue);
}

.pixel-cloud-two {
  top: 20%;
  right: 3%;
  background: var(--pink);
  box-shadow: 22px 0 var(--pink), 22px 22px var(--pink), 44px 22px var(--pink);
}

.section {
  padding: 120px 0;
}

.section-inner {
  width: min(calc(100% - 48px), var(--page-width));
  margin: 0 auto;
}

.about {
  background: #fff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.section-kicker span {
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
  letter-spacing: 0;
}

.section h2,
.contact h2 {
  font-size: clamp(36px, 4vw, 52px);
}

.about-content {
  padding-top: 50px;
}

.about-content .lead {
  margin: 0 0 25px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.65;
}

.about-content > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 2.1;
}

.value-cycle {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  margin-top: 90px;
  padding: 72px;
  overflow: hidden;
  border-radius: 32px;
  background: var(--ink);
  color: #fff;
}

.value-cycle::before {
  position: absolute;
  top: -75px;
  left: -70px;
  width: 190px;
  height: 190px;
  border: 32px solid var(--pink);
  border-radius: 50%;
  content: "";
  opacity: 0.9;
}

.value-cycle::after {
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 105px;
  height: 105px;
  background:
    linear-gradient(90deg, var(--yellow) 50%, transparent 50%),
    linear-gradient(var(--green) 50%, var(--blue) 50%);
  background-size: 52px 52px;
  content: "";
  opacity: 0.8;
}

.cycle-intro {
  position: relative;
  z-index: 1;
  padding-top: 14px;
}

.cycle-intro > p:first-child,
.cycle-label {
  margin: 0;
  color: var(--yellow);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.cycle-intro h3 {
  margin: 18px 0 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.55;
}

.cycle-summary {
  margin: 0;
  color: #bcb9c3;
  font-size: 13px;
  line-height: 2;
}

.cycle-steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cycle-steps::before {
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 35px;
  width: 2px;
  background: linear-gradient(var(--pink), var(--blue), var(--green));
  content: "";
  opacity: 0.7;
}

.cycle-step {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 25px;
  padding: 25px 0;
}

.cycle-step + .cycle-step {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cycle-marker {
  position: relative;
  z-index: 1;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 24px;
  background: var(--ink);
  color: var(--pink);
  transform: rotate(-3deg);
}

.step-transform .cycle-marker {
  color: var(--blue);
  transform: rotate(3deg);
}

.step-circulate .cycle-marker {
  color: var(--green);
}

.cycle-marker span {
  position: absolute;
  top: -9px;
  right: -8px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: currentColor;
  color: var(--ink);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 9px;
  font-weight: 800;
}

.cycle-marker svg {
  width: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.cycle-copy {
  padding-top: 2px;
}

.cycle-copy h4 {
  margin: 5px 0 7px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
}

.cycle-copy > p:last-child {
  margin: 0;
  color: #bcb9c3;
  font-size: 13px;
  line-height: 1.85;
}

.step-transform .cycle-label {
  color: var(--blue);
}

.step-circulate .cycle-label {
  color: var(--green);
}

.service {
  position: relative;
  overflow: hidden;
  background: #f3fbfd;
}

.service .section-kicker {
  justify-content: center;
  color: var(--blue);
}

.centered {
  text-align: center;
}

.service-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  min-height: 590px;
  margin-top: 58px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.service-copy {
  padding: 65px 40px 65px 75px;
}

.service-labels {
  display: flex;
  align-items: center;
  gap: 12px;
}

.coming-soon,
.for-restaurants {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.coming-soon {
  background: var(--pink);
  color: #fff;
}

.for-restaurants {
  background: #e8f8fc;
  color: #078eb5;
}

.service-copy h3 {
  margin: 18px 0 4px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 59px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.1;
}

.service-copy h3 span {
  color: var(--pink);
}

.service-tagline {
  margin: 15px 0 22px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.65;
}

.service-description {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-list span {
  display: inline-grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: #e1f8ee;
  color: #16ad68;
  font-size: 12px;
}

.service-visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    var(--blue);
  background-size: 30px 30px;
}

.phone {
  position: absolute;
  z-index: 2;
  top: 75px;
  left: 50%;
  width: 235px;
  height: 475px;
  padding: 10px;
  border: 4px solid var(--ink);
  border-radius: 37px;
  background: var(--ink);
  box-shadow: 0 28px 44px rgba(0, 60, 85, 0.26);
  transform: translateX(-50%) rotate(3deg);
}

.phone-speaker {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 50%;
  width: 70px;
  height: 17px;
  border-radius: 0 0 10px 10px;
  background: var(--ink);
  transform: translateX(-50%);
}

.phone-screen {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 28px 17px 20px;
  border-radius: 25px;
  background: #fffaf4;
  text-align: center;
}

.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.app-header strong {
  font-size: 16px;
}

.app-header strong span {
  color: var(--pink);
}

.app-header i {
  width: 18px;
  height: 14px;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.thanks-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin-top: 56px;
  place-items: center;
  border-radius: 50%;
  background: #ffe3ed;
  color: var(--pink);
  font-size: 34px;
}

.phone-screen > p {
  margin: 15px 0 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.phone-screen > strong {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 39px;
  line-height: 1.3;
}

.app-button {
  width: 100%;
  margin-top: 23px;
  padding: 11px;
  border-radius: 100px;
  background: var(--pink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.phone-screen small {
  margin-top: 14px;
  color: #9b9597;
  font-size: 8px;
}

.comment-bubble {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 190px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 70, 98, 0.2);
}

.bubble-one {
  top: 115px;
  left: 24px;
  transform: rotate(-5deg);
}

.bubble-two {
  right: 19px;
  bottom: 105px;
  transform: rotate(4deg);
}

.avatar {
  display: grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
}

.avatar-yellow { background: #fff0b5; color: #c58900; }
.avatar-blue { background: #dff5fd; color: #078eb5; }

.comment-bubble div {
  display: flex;
  flex-direction: column;
}

.comment-bubble i {
  color: var(--yellow);
  font-size: 8px;
  font-style: normal;
  letter-spacing: 1px;
}

.comment-bubble strong {
  color: var(--ink);
  font-size: 10px;
  white-space: nowrap;
}

.service-pixel {
  position: absolute;
  width: 24px;
  height: 24px;
}

.sp-1 { top: 45px; right: 56px; background: var(--yellow); box-shadow: 24px 24px var(--yellow); }
.sp-2 { right: 25px; bottom: 38px; background: var(--pink); box-shadow: -24px 0 var(--pink); }
.sp-3 { bottom: 25px; left: 36px; background: var(--green); }
.sp-4 { top: 240px; left: 20px; background: var(--purple); }

.service-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.14;
}

.service-shape-one {
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  background: var(--yellow);
}

.service-shape-two {
  bottom: -120px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: var(--pink);
}

.company {
  background: #fff;
}

.company-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
}

.company .section-kicker {
  color: var(--purple);
}

.company-egg {
  position: relative;
  width: 125px;
  height: 145px;
  margin: 45px 0 0 55px;
  border: 2px dashed #d3c9e8;
  border-radius: 50% 50% 45% 45%;
}

.company-egg span {
  position: absolute;
  width: 18px;
  height: 18px;
}

.company-egg span:nth-child(1) { top: -6px; left: 45px; background: var(--orange); }
.company-egg span:nth-child(2) { top: 17px; right: -4px; background: var(--purple); }
.company-egg span:nth-child(3) { top: 65px; left: -6px; background: var(--blue); }
.company-egg span:nth-child(4) { right: -4px; bottom: 30px; background: var(--green); }
.company-egg span:nth-child(5) { bottom: -5px; left: 37px; background: var(--pink); }
.company-egg span:nth-child(6) { bottom: 5px; right: 24px; background: var(--yellow); }

.company-details {
  margin: 0;
  border-top: 1px solid var(--border);
}

.company-details > div {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 25px;
  padding: 26px 10px;
  border-bottom: 1px solid var(--border);
}

.company-details dt {
  font-size: 13px;
  font-weight: 700;
}

.company-details dd {
  margin: 0;
  font-size: 14px;
}

.company-details small {
  color: #96909b;
  font-size: 11px;
}

.company-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-details li + li {
  margin-top: 5px;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background: var(--ink);
  color: #fff;
  text-align: center;
}

.contact-inner {
  position: relative;
  z-index: 1;
}

.section-kicker.light {
  justify-content: center;
  color: var(--yellow);
}

.contact > .contact-inner > p:not(.section-kicker) {
  margin: 25px 0 35px;
  color: #bbb8c1;
  font-size: 14px;
  line-height: 2;
}

.contact-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid #5b5963;
  border-radius: 100px;
  color: #d0cdd6;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.contact-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255, 201, 40, 0.13);
}

.contact-pixels i {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.8;
}

.contact-pixels i:nth-child(1) { top: 0; left: 5%; background: var(--pink); }
.contact-pixels i:nth-child(2) { top: 30px; left: calc(5% + 30px); background: var(--yellow); }
.contact-pixels i:nth-child(3) { bottom: 0; left: 18%; background: var(--blue); }
.contact-pixels i:nth-child(4) { right: 10%; bottom: 30px; background: var(--green); }
.contact-pixels i:nth-child(5) { right: calc(10% + 30px); bottom: 0; background: var(--purple); }
.contact-pixels i:nth-child(6) { top: 50px; right: 2%; background: var(--orange); }
.contact-pixels i:nth-child(7) { top: 0; right: calc(2% + 30px); background: var(--blue); }
.contact-pixels i:nth-child(8) { bottom: 45px; left: 2%; background: var(--yellow); }

.site-footer {
  padding: 25px 0;
  background: #18181e;
  color: #8e8b96;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 48px), var(--page-width));
  margin: 0 auto;
}

.footer-brand {
  width: 142px;
  height: 51px;
}

.footer-brand img {
  width: 128px;
  height: auto;
}

.footer-links {
  display: flex;
  gap: 27px;
  font-size: 10px;
}

.footer-links a:hover {
  color: #fff;
}

.copyright {
  justify-self: end;
  margin: 0;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.mobile-only {
  display: none;
}

@media (max-width: 960px) {
  .navigation {
    gap: 18px;
  }

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

  .egg-stage {
    width: 430px;
    height: 430px;
  }

  .pixel-egg {
    width: 195px;
    height: 238px;
    transform: translate(-50%, -49%) scale(0.85);
  }

  .about-grid,
  .company-grid {
    gap: 55px;
  }

  .service-copy {
    padding-left: 48px;
  }

  .comment-bubble {
    transform: scale(0.85);
  }

  .bubble-one {
    left: -7px;
  }

  .bubble-two {
    right: -11px;
  }

  .value-cycle {
    gap: 42px;
    padding: 52px 44px;
  }

  .cycle-step {
    gap: 18px;
  }
}

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

  .site-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header:has(.navigation.open) {
    background: transparent;
    box-shadow: none;
  }

  .site-header:has(.navigation.open) .brand {
    position: relative;
    z-index: 102;
  }

  .header-inner {
    width: calc(100% - 32px);
    height: 70px;
  }

  .brand {
    width: 140px;
    height: 55px;
  }

  .brand img {
    width: 126px;
    height: auto;
  }

  .menu-button {
    position: relative;
    z-index: 102;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--ink);
  }

  .menu-button span {
    width: 18px;
    height: 2px;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .navigation {
    position: fixed;
    z-index: 101;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 28px;
    background: var(--cream);
    font-size: 18px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .navigation.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navigation .nav-contact {
    margin-top: 12px;
    padding: 12px 30px;
  }

  .hero {
    min-height: 850px;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    margin-top: 70px;
  }

  .hero-copy {
    width: 100%;
    padding: 58px 0 0;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1.38;
  }

  .hero h1 em::after {
    height: 10px;
  }

  .hero-description {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.9;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
    margin-top: 28px;
  }

  .button {
    min-width: 188px;
    padding: 13px 22px;
  }

  .hero-visual {
    width: 100%;
    min-height: 390px;
  }

  .egg-stage {
    width: 350px;
    height: 350px;
  }

  .pixel-egg {
    transform: translate(-50%, -49%) scale(0.72);
  }

  .floating-card {
    transform: scale(0.8);
  }

  .card-idea {
    top: 14%;
    right: -5%;
  }

  .card-build {
    bottom: 12%;
    left: -6%;
  }

  .card-connect {
    top: 22%;
    left: -8%;
  }

  .card-delight {
    right: -7%;
    bottom: 18%;
  }

  .section {
    padding: 82px 0;
  }

  .section-inner {
    width: calc(100% - 40px);
  }

  .section h2,
  .contact h2 {
    font-size: 35px;
  }

  .about-grid,
  .company-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-content {
    padding-top: 0;
  }

  .about-content .lead {
    font-size: 20px;
  }

  .value-cycle {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 55px;
    padding: 46px 25px 52px;
    border-radius: 25px;
  }

  .value-cycle::before {
    top: -100px;
    left: -105px;
  }

  .value-cycle::after {
    right: -40px;
    bottom: -40px;
  }

  .cycle-intro {
    padding: 0 3px;
  }

  .cycle-intro h3 {
    margin: 14px 0 20px;
    font-size: 27px;
    line-height: 1.55;
  }

  .cycle-summary {
    font-size: 13px;
  }

  .cycle-steps::before {
    top: 30px;
    bottom: 30px;
    left: 29px;
  }

  .cycle-step {
    grid-template-columns: 60px 1fr;
    gap: 17px;
    padding: 25px 0;
  }

  .cycle-marker {
    width: 60px;
    height: 60px;
    border-radius: 19px;
  }

  .cycle-marker svg {
    width: 31px;
  }

  .cycle-marker span {
    width: 22px;
    height: 22px;
  }

  .cycle-copy h4 {
    font-size: 17px;
    line-height: 1.55;
  }

  .cycle-copy > p:last-child {
    font-size: 12px;
    line-height: 1.85;
  }

  .service-card {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .service-copy {
    padding: 42px 27px 48px;
  }

  .service-copy h3 {
    font-size: 51px;
  }

  .service-tagline {
    font-size: 19px;
  }

  .service-visual {
    min-height: 530px;
  }

  .phone {
    top: 50px;
    transform: translateX(-50%) rotate(3deg) scale(0.91);
    transform-origin: top center;
  }

  .bubble-one {
    top: 75px;
  }

  .bubble-two {
    right: -12px;
    bottom: 75px;
  }

  .company-grid {
    gap: 50px;
  }

  .company-egg {
    display: none;
  }

  .company-details > div {
    grid-template-columns: 92px 1fr;
    gap: 16px;
    padding: 22px 0;
  }

  .contact {
    padding: 82px 0;
  }

  .contact-status {
    padding: 12px 16px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .footer-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    width: calc(100% - 40px);
    padding: 10px 0;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }

  .copyright {
    justify-self: auto;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: initial;
  }
}

@media (max-width: 390px) {
  .hero {
    min-height: 835px;
  }

  .hero-inner,
  .section-inner {
    width: calc(100% - 32px);
  }

  .hero h1 {
    font-size: 40px;
  }

  .egg-stage {
    width: 315px;
    height: 315px;
  }

  .service-labels {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .service-copy h3 {
    font-size: 46px;
  }

  .comment-bubble {
    transform: scale(0.72);
  }

  .bubble-one {
    left: -27px;
  }

  .bubble-two {
    right: -31px;
  }

  .company-details > div {
    grid-template-columns: 80px 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
