:root {
  --void: oklch(8% 0.045 285);
  --void-2: oklch(11% 0.06 285);
  --surface: oklch(14% 0.064 286 / 86%);
  --surface-2: oklch(18% 0.08 282 / 82%);
  --blue: oklch(62% 0.22 255);
  --blue-soft: oklch(76% 0.13 250);
  --purple: oklch(61% 0.24 305);
  --purple-soft: oklch(75% 0.16 302);
  --signal: oklch(86% 0.155 88);
  --title-yellow: oklch(88% 0.18 96);
  --text: oklch(96% 0.012 285);
  --muted: oklch(76% 0.04 280);
  --faint: oklch(62% 0.04 280);
  --line: oklch(88% 0.035 285 / 16%);
  --line-strong: oklch(88% 0.035 285 / 28%);
  --shadow: oklch(5% 0.035 285 / 54%);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    linear-gradient(120deg, oklch(13% 0.08 285 / 58%) 0 1px, transparent 1px 42px),
    linear-gradient(180deg, var(--void), oklch(10% 0.05 275) 46%, var(--void));
  font-family: "Sora", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: clip;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 38%, oklch(62% 0.22 255 / 9%) 38.2%, transparent 39.2% 100%),
    linear-gradient(290deg, transparent 0 55%, oklch(61% 0.24 305 / 8%) 55.2%, transparent 56.1% 100%);
}

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

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

.page-shell {
  min-height: 100svh;
}

.service-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(220px, 250px) 1fr auto;
  gap: clamp(14px, 3vw, 38px);
  align-items: center;
  padding: 14px clamp(18px, 5vw, 76px);
  background: oklch(8% 0.045 285 / 84%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: clamp(214px, 18vw, 250px);
  height: 54px;
}

.brand img {
  width: 100%;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}

.service-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 30px);
  color: oklch(87% 0.025 285 / 78%);
  font-size: 0.78rem;
  font-weight: 800;
}

.service-nav a,
.top-cta,
.button {
  transition: transform 180ms var(--ease), color 180ms var(--ease), background 180ms var(--ease), border-color 180ms var(--ease);
}

.service-nav a:hover {
  color: var(--blue-soft);
}

.top-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: var(--void);
  background: var(--blue-soft);
  border: 1px solid oklch(84% 0.1 270 / 64%);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.top-cta {
  color: var(--text);
  background: oklch(18% 0.085 276);
  border-color: oklch(26% 0.09 276 / 72%);
}

.hero,
.section,
.cta-section {
  padding: clamp(70px, 8vw, 120px) clamp(18px, 6vw, 92px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.52fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  min-height: calc(100svh - 83px);
}

.light-service-page .hero {
  position: relative;
  margin: clamp(26px, 4vw, 52px) clamp(18px, 5vw, 70px);
  min-height: calc(100svh - 168px);
  padding: clamp(72px, 7vw, 104px) clamp(22px, 5vw, 72px) clamp(46px, 6vw, 86px);
  color: oklch(17% 0.035 276);
  background:
    linear-gradient(120deg, oklch(90% 0.018 270 / 44%) 0 1px, transparent 1px 44px),
    linear-gradient(180deg, oklch(99% 0.004 270), oklch(94% 0.018 270));
  border: 1px solid oklch(30% 0.04 276 / 12%);
  border-radius: 8px;
  box-shadow: 0 30px 90px oklch(5% 0.035 285 / 28%);
}

.simple-back-link {
  position: absolute;
  top: clamp(16px, 2vw, 24px);
  left: clamp(16px, 2vw, 24px);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 13px;
  color: oklch(17% 0.035 276);
  background: oklch(100% 0.003 270 / 54%);
  border: 1px solid oklch(18% 0.035 276 / 16%);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease), background 180ms var(--ease);
}

.simple-back-link:hover {
  color: oklch(22% 0.09 260);
  background: oklch(100% 0.003 270 / 74%);
  border-color: oklch(22% 0.09 260 / 32%);
  transform: translateX(-2px);
}

.simple-back-link span[aria-hidden="true"] {
  font-size: 1.05rem;
  line-height: 1;
}

.light-service-page .hero h1,
.light-service-page .definition-grid h2 {
  color: oklch(17% 0.035 276);
}

.light-service-page .hero .lead,
.light-service-page .definition-grid p {
  color: oklch(42% 0.035 276);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--blue-soft);
  background: linear-gradient(
    180deg,
    oklch(86% 0.2 305) 0%,
    oklch(77% 0.25 285) 34%,
    oklch(70% 0.28 262) 68%,
    oklch(66% 0.25 238) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Archivo", "Sora", Arial, sans-serif;
  font-size: clamp(2.4rem, 5.2vw, 5.8rem);
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
  line-height: 0.95;
  -webkit-text-stroke: 0.34px oklch(0% 0 0 / 52%);
  text-transform: none;
  text-shadow: 0 8px 20px oklch(62% 0.24 265 / 10%);
}

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

h1,
h2,
h3 {
  color: var(--text);
  font-family: "Archivo", "Sora", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 930px;
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3.6vw, 4.1rem);
  font-weight: 800;
  line-height: 1.06;
}

h2 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(2rem, 4.8vw, 5.4rem);
  font-weight: 900;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.22rem, 1.8vw, 1.85rem);
  font-weight: 900;
}

.lead {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(0.86rem, 0.92vw, 1rem);
  line-height: 1.68;
  overflow-wrap: anywhere;
}

.definition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 34px;
}

.definition-grid article {
  min-height: 170px;
  padding: 22px;
  background: oklch(96% 0.012 285 / 6%);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.light-service-page .definition-grid article {
  background: oklch(100% 0.003 270 / 88%);
  border-color: oklch(31% 0.04 276 / 12%);
  box-shadow: 0 18px 45px oklch(32% 0.04 276 / 8%);
}

.definition-grid h2 {
  margin-bottom: 10px;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.08;
}

.definition-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.service-answer-copy {
  width: min(760px, 100%);
  max-width: 760px;
  margin: clamp(22px, 3vw, 34px) 0 0;
}

.service-answer-copy h2 {
  margin: 0 0 9px;
  color: oklch(17% 0.035 276);
  font-size: clamp(1.02rem, 1.35vw, 1.24rem);
  line-height: 1.1;
}

.service-answer-copy p {
  margin: 0;
  color: oklch(42% 0.035 276);
  font-size: clamp(0.9rem, 0.92vw, 0.98rem);
  line-height: 1.68;
}

.service-side {
  display: grid;
  gap: clamp(12px, 1.8vw, 22px);
  align-content: start;
  align-self: start;
  min-width: 0;
}

.light-service-page .service-side {
  margin-top: clamp(-64px, -4vw, -28px);
}

.light-service-page .service-side .service-answer-copy {
  width: 100%;
  max-width: none;
  margin: 0;
}

.light-service-page .service-side .service-answer-copy h2 {
  font-size: clamp(0.98rem, 1.18vw, 1.16rem);
}

.light-service-page .service-side .service-answer-copy p {
  font-size: clamp(0.86rem, 0.9vw, 0.96rem);
  line-height: 1.62;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 56px;
  padding: 0 24px;
  font-size: 0.9rem;
}

.button.secondary {
  color: var(--text);
  background: oklch(96% 0.012 285 / 7%);
  border-color: var(--line-strong);
}

.service-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    linear-gradient(145deg, oklch(18% 0.08 282 / 92%), oklch(10% 0.055 286 / 92%)),
    var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  box-shadow: 0 36px 110px var(--shadow);
}

.light-service-page .service-visual {
  background:
    linear-gradient(145deg, oklch(100% 0.003 270 / 96%), oklch(92% 0.018 275 / 94%)),
    oklch(97% 0.01 275);
  border-color: oklch(31% 0.04 276 / 13%);
  box-shadow: 0 28px 70px oklch(32% 0.04 276 / 12%);
}

.lottie-visual {
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 34px);
}

.lottie-visual dotlottie-player {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  height: min(68vh, 430px);
  min-height: 300px;
}

.service-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent, oklch(62% 0.22 255 / 14%), transparent),
    repeating-linear-gradient(180deg, oklch(96% 0.012 285 / 3%) 0 1px, transparent 1px 10px);
}

.light-service-page .service-visual::before {
  background:
    linear-gradient(90deg, transparent, oklch(62% 0.2 255 / 12%), transparent),
    repeating-linear-gradient(180deg, oklch(23% 0.035 276 / 4%) 0 1px, transparent 1px 10px);
}

.light-service-page .lottie-visual {
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  align-self: start;
  margin-top: clamp(-64px, -4vw, -28px);
}

.light-service-page .service-side .lottie-visual {
  margin-top: 0;
}

.light-service-page .lottie-visual::before {
  display: none;
}

.light-service-page .lottie-visual dotlottie-player {
  width: min(100%, 520px);
  height: min(64vh, 520px);
  min-height: 320px;
}

.light-service-page .service-side .lottie-visual dotlottie-player {
  width: min(100%, 500px);
  height: clamp(230px, 27vw, 330px);
  min-height: 230px;
}

.seo-geo-page .service-side {
  gap: clamp(8px, 1.2vw, 14px);
}

.seo-geo-page .service-side .lottie-visual dotlottie-player {
  height: clamp(220px, 24vw, 300px);
  min-height: 220px;
}

.seo-geo-page .service-side .service-answer-copy {
  padding-top: 2px;
}

.visual-node,
.visual-line {
  position: absolute;
  display: block;
}

.visual-node {
  width: 72px;
  height: 72px;
  background: oklch(96% 0.012 285 / 8%);
  border: 1px solid oklch(76% 0.13 250 / 34%);
  border-radius: 8px;
}

.visual-node:nth-child(1) { top: 70px; left: 54px; }
.visual-node:nth-child(2) { top: 150px; right: 70px; width: 118px; }
.visual-node:nth-child(3) { right: 120px; bottom: 72px; }
.visual-line {
  left: 24%;
  top: 50%;
  width: 55%;
  height: 1px;
  background: oklch(76% 0.13 250 / 38%);
  transform: rotate(18deg);
}

.web-showcase {
  display: grid;
  place-items: center;
  min-height: clamp(430px, 44vw, 560px);
  isolation: isolate;
  overflow: clip;
  perspective: 1200px;
}

.light-service-page .web-showcase {
  background:
    radial-gradient(circle at 72% 22%, oklch(88% 0.18 96 / 36%), transparent 24%),
    radial-gradient(circle at 18% 80%, oklch(62% 0.2 255 / 16%), transparent 30%),
    linear-gradient(145deg, oklch(100% 0.003 270 / 96%), oklch(92% 0.018 275 / 94%));
}

.web-showcase::before {
  background:
    linear-gradient(130deg, transparent 0 40%, oklch(88% 0.18 96 / 18%) 40.4%, transparent 41.2% 100%),
    repeating-linear-gradient(90deg, oklch(23% 0.035 276 / 5%) 0 1px, transparent 1px 18px);
}

.web-showcase::after {
  position: absolute;
  inset: auto 8% 9% 18%;
  z-index: 0;
  height: 26%;
  content: "";
  background: radial-gradient(ellipse, oklch(18% 0.04 276 / 18%), transparent 68%);
  filter: blur(18px);
  transform: rotate(-8deg);
}

.web-showcase-track {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  height: clamp(360px, 36vw, 470px);
  transform-style: preserve-3d;
}

.web-card {
  --x: 0px;
  --y: 0px;
  --z: 0px;
  --sx: 0px;
  --sy: 0px;
  --sz: 0px;
  --accent: var(--blue-soft);
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(174px, 17vw, 250px);
  aspect-ratio: 1;
  overflow: hidden;
  background:
    linear-gradient(145deg, oklch(100% 0.004 270), oklch(93% 0.018 274)),
    oklch(96% 0.01 274);
  border: 1px solid oklch(25% 0.04 276 / 14%);
  border-radius: 8px;
  box-shadow:
    0 28px 58px oklch(17% 0.04 276 / 18%),
    inset 0 0 0 1px oklch(100% 0.003 270 / 70%);
  transform:
    translate3d(calc(-50% + var(--x) + var(--sx)), calc(-50% + var(--y) + var(--sy)), calc(var(--z) + var(--sz)))
    rotateX(58deg)
    rotateZ(-36deg);
  transform-style: preserve-3d;
  transition: transform 420ms var(--ease), opacity 260ms var(--ease), filter 260ms var(--ease), box-shadow 260ms var(--ease);
  will-change: transform;
}

.web-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 24% 18%, color-mix(in oklch, var(--accent), transparent 54%), transparent 28%),
    linear-gradient(145deg, transparent 0 48%, color-mix(in oklch, var(--accent), transparent 78%) 48% 70%, transparent 70%);
}

.web-card-one {
  --x: -120px;
  --y: 110px;
  --z: 86px;
  --accent: oklch(62% 0.22 255);
  z-index: 4;
}

.web-card-two {
  --x: 10px;
  --y: 50px;
  --z: 56px;
  --accent: var(--title-yellow);
  z-index: 3;
}

.web-card-three {
  --x: 138px;
  --y: -16px;
  --z: 24px;
  --accent: oklch(61% 0.24 305);
  z-index: 2;
}

.web-card-four {
  --x: 242px;
  --y: -88px;
  --z: -12px;
  --accent: oklch(72% 0.16 168);
  z-index: 1;
  opacity: 0.72;
  filter: saturate(0.86) brightness(0.96);
}

.web-card-top,
.web-card-screen,
.web-card-split,
.web-card-grid,
.web-card-cta {
  position: absolute;
  z-index: 1;
  display: block;
}

.web-card-top {
  left: 14px;
  right: 14px;
  top: 14px;
  height: 12px;
  background:
    linear-gradient(90deg, color-mix(in oklch, var(--accent), transparent 8%) 0 18%, oklch(25% 0.04 276 / 12%) 18% 100%);
  border-radius: 999px;
}

.web-card-screen {
  inset: 48px 16px 24px;
  display: grid;
  gap: 10px;
  align-content: end;
  padding: 16px;
  background:
    linear-gradient(145deg, color-mix(in oklch, var(--accent), transparent 38%), transparent 62%),
    oklch(18% 0.05 276);
  border-radius: 7px;
}

.web-card-screen span {
  width: 72%;
  height: 11px;
  background: oklch(100% 0.003 270 / 68%);
  border-radius: 999px;
}

.web-card-screen span:nth-child(2) {
  width: 54%;
}

.web-card-screen span:nth-child(3) {
  width: 34%;
  background: var(--accent);
}

.web-card-screen.alt {
  background:
    linear-gradient(110deg, color-mix(in oklch, var(--accent), transparent 26%), transparent 48%),
    linear-gradient(180deg, oklch(98% 0.006 270), oklch(87% 0.016 274));
}

.web-card-screen.alt span {
  background: oklch(25% 0.04 276 / 24%);
}

.web-card-split {
  inset: 48px 16px 24px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10px;
}

.web-card-split span,
.web-card-grid span {
  min-width: 0;
  background:
    linear-gradient(145deg, color-mix(in oklch, var(--accent), transparent 18%), transparent),
    oklch(96% 0.012 274);
  border: 1px solid oklch(24% 0.04 276 / 10%);
  border-radius: 7px;
}

.web-card-grid {
  inset: 48px 16px 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.web-card-cta {
  left: 50%;
  bottom: 18px;
  padding: 8px 14px;
  color: oklch(13% 0.04 276);
  background: var(--title-yellow);
  border: 1px solid oklch(75% 0.14 94 / 54%);
  border-radius: 6px;
  box-shadow: 0 12px 28px oklch(12% 0.04 276 / 26%);
  font-size: 0.76rem;
  font-weight: 900;
  opacity: 0;
  transform: translate(-50%, 14px);
  transition: opacity 180ms var(--ease), transform 220ms var(--ease);
  white-space: nowrap;
}

.web-card:hover {
  z-index: 12;
  opacity: 1;
  filter: saturate(1.08) brightness(1.03);
  box-shadow:
    0 36px 76px oklch(17% 0.04 276 / 24%),
    inset 0 0 0 1px oklch(100% 0.003 270 / 80%);
  transform:
    translate3d(calc(-50% + var(--x) + var(--sx) - 18px), calc(-50% + var(--y) + var(--sy) - 26px), calc(var(--z) + var(--sz) + 118px))
    rotateX(52deg)
    rotateZ(-36deg)
    scale(1.04);
}

.web-card:hover .web-card-cta {
  opacity: 1;
  transform: translate(-50%, 0);
}

.web-design-page .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(24px, 4vw, 48px);
  overflow: clip;
}

.web-design-page .showroom-heading {
  width: min(980px, 100%);
  text-align: center;
}

.web-design-page .showroom-heading .eyebrow {
  margin-bottom: 14px;
}

.web-design-page .showroom-heading h1 {
  width: auto;
  max-width: none;
  margin: 0;
  color: oklch(17% 0.035 276);
  font-size: clamp(1.35rem, 2.2vw, 2.35rem);
  line-height: 1.08;
}

.showroom-marquee {
  --showroom-bleed: clamp(28px, 6vw, 92px);
  position: relative;
  width: calc(100% + (var(--showroom-bleed) * 2));
  margin-inline: calc(var(--showroom-bleed) * -1);
  padding: clamp(16px, 2.6vw, 30px) 0 clamp(26px, 4vw, 48px);
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
}

.showroom-marquee.is-dragging {
  cursor: grabbing;
}

.showroom-marquee::before,
.showroom-marquee::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: min(18vw, 160px);
  content: "";
  pointer-events: none;
}

.showroom-marquee::before {
  left: 0;
  background: linear-gradient(90deg, oklch(97% 0.01 270), transparent);
}

.showroom-marquee::after {
  right: 0;
  background: linear-gradient(270deg, oklch(97% 0.01 270), transparent);
}

.showroom-track {
  display: flex;
  width: max-content;
  gap: clamp(18px, 2.4vw, 34px);
  padding-inline: var(--showroom-bleed);
  will-change: transform;
}

.showroom-site {
  --accent: var(--blue-soft);
  position: relative;
  flex: 0 0 clamp(310px, 36vw, 540px);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  padding: 12px;
  background:
    linear-gradient(145deg, oklch(100% 0.003 270), oklch(91% 0.018 275)),
    oklch(96% 0.01 275);
  border: 1px solid oklch(30% 0.04 276 / 13%);
  border-radius: 8px;
  box-shadow: 0 24px 62px oklch(22% 0.04 276 / 13%);
  transform: translateZ(0);
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease), filter 260ms var(--ease);
}

.showroom-site *,
.showroom-site img {
  user-select: none;
  -webkit-user-drag: none;
}

.showroom-site:nth-child(even) {
  transform: translateZ(0);
}

.showroom-site:hover {
  z-index: 4;
  filter: saturate(1.04) contrast(1.02);
  box-shadow: 0 34px 78px oklch(22% 0.04 276 / 20%);
  transform: translateY(-8px) scale(1.015);
}

.showroom-site:nth-child(even):hover {
  transform: translateY(-8px) scale(1.015);
}

.browser-bar {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  z-index: 2;
  display: flex;
  gap: 6px;
  align-items: center;
  height: 30px;
  padding-inline: 12px;
  background: oklch(17% 0.035 276);
  border-radius: 6px 6px 0 0;
}

.browser-bar span {
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 999px;
}

.browser-bar span:nth-child(2) {
  opacity: 0.62;
}

.browser-bar span:nth-child(3) {
  opacity: 0.34;
}

.site-shot {
  position: absolute;
  inset: 42px 12px 12px;
  overflow: hidden;
  background:
    linear-gradient(135deg, color-mix(in oklch, var(--accent), transparent 58%), transparent 36%),
    linear-gradient(180deg, oklch(98% 0.006 270), oklch(88% 0.018 275));
  border-radius: 0 0 6px 6px;
}

.site-shot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.site-shot:has(img) > span {
  display: none;
}

.site-shot > span {
  position: absolute;
  display: block;
  background: color-mix(in oklch, var(--accent), oklch(100% 0.003 270) 70%);
  border-radius: 6px;
}

.shot-one span:nth-child(1),
.shot-three span:nth-child(1),
.shot-five span:nth-child(1) {
  left: 7%;
  top: 12%;
  width: 42%;
  height: 22%;
}

.shot-one span:nth-child(2),
.shot-three span:nth-child(2),
.shot-five span:nth-child(2) {
  right: 7%;
  top: 12%;
  width: 34%;
  height: 48%;
  background: oklch(19% 0.045 276);
}

.shot-one span:nth-child(3),
.shot-three span:nth-child(3),
.shot-five span:nth-child(3) {
  left: 7%;
  bottom: 18%;
  width: 58%;
  height: 10%;
  background: oklch(27% 0.04 276 / 18%);
}

.shot-one span:nth-child(4),
.shot-three span:nth-child(4),
.shot-five span:nth-child(4) {
  left: 7%;
  bottom: 8%;
  width: 28%;
  height: 8%;
}

.shot-two,
.shot-four {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
  padding: 24px;
}

.shot-two span,
.shot-four span {
  position: static;
  min-width: 0;
  min-height: 0;
}

.shot-two span:nth-child(1),
.shot-four span:nth-child(1) {
  grid-row: span 2;
  background: oklch(18% 0.045 276);
}

.shot-two span:nth-child(2),
.shot-four span:nth-child(2) {
  background: color-mix(in oklch, var(--accent), transparent 24%);
}

.shot-two span:nth-child(3),
.shot-four span:nth-child(3) {
  background: oklch(100% 0.003 270 / 72%);
}

.shot-two span:nth-child(4),
.shot-four span:nth-child(4) {
  display: none;
}

.showroom-action {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  color: oklch(13% 0.04 276);
  background: var(--title-yellow);
  border: 1px solid oklch(75% 0.14 94 / 58%);
  border-radius: 6px;
  box-shadow: 0 14px 28px oklch(12% 0.04 276 / 22%);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  opacity: 0;
  transform: translate(-50%, 12px);
  transition: opacity 180ms var(--ease), transform 220ms var(--ease);
}

.showroom-site:hover .showroom-action {
  opacity: 1;
  transform: translate(-50%, 0);
}

.showroom-title {
  position: absolute;
  left: 24px;
  top: 54px;
  z-index: 2;
  max-width: calc(100% - 48px);
  padding: 7px 11px;
  color: oklch(97% 0.006 270);
  background: oklch(13% 0.04 276 / 78%);
  border: 1px solid oklch(100% 0.003 270 / 16%);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.15;
  backdrop-filter: blur(12px);
}

.showroom-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: oklch(15% 0.035 276);
  background: oklch(99% 0.004 270 / 92%);
  border: 1px solid oklch(30% 0.04 276 / 13%);
  border-radius: 999px;
  box-shadow: 0 16px 38px oklch(22% 0.04 276 / 16%);
  cursor: pointer;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 180ms var(--ease), background 180ms var(--ease), box-shadow 180ms var(--ease);
}

.showroom-arrow-left {
  left: clamp(14px, 3vw, 36px);
}

.showroom-arrow-right {
  right: clamp(14px, 3vw, 36px);
}

.showroom-arrow:hover {
  background: var(--title-yellow);
  box-shadow: 0 18px 44px oklch(22% 0.04 276 / 22%);
  transform: translateY(-50%) scale(1.04);
}

.qr-menu-page .hero {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(26px, 4vw, 48px);
}

.qr-menu-page .menu-demo-heading {
  text-align: center;
}

.qr-menu-page .menu-demo-heading .eyebrow {
  margin-bottom: 0;
}

.web-design-page .service-answer-copy,
.qr-menu-page .service-answer-copy {
  margin-inline: auto;
}

.qr-menu-page .service-answer-copy {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  margin-top: clamp(10px, 1.6vw, 20px);
  text-align: left;
}

.menu-demo-grid {
  display: grid;
  grid-template-columns: minmax(170px, 0.24fr) minmax(0, 1fr);
  gap: clamp(18px, 3.4vw, 44px);
  align-items: stretch;
}

.menu-selector {
  display: grid;
  gap: 10px;
  align-content: center;
}

.menu-option {
  min-height: clamp(68px, 7.4vw, 96px);
  padding: 12px 18px;
  color: oklch(18% 0.04 276);
  background:
    linear-gradient(145deg, oklch(100% 0.003 270), oklch(92% 0.02 276)),
    oklch(96% 0.012 276);
  border: 1px solid oklch(30% 0.04 276 / 11%);
  border-radius: 8px;
  box-shadow: 0 12px 30px oklch(22% 0.04 276 / 8%);
  cursor: pointer;
  font-family: "Archivo", "Sora", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.45rem);
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 180ms var(--ease), border-color 180ms var(--ease), background 180ms var(--ease), box-shadow 180ms var(--ease);
}

.menu-option.is-active {
  background:
    linear-gradient(145deg, oklch(88% 0.18 96), oklch(84% 0.14 92)),
    var(--title-yellow);
  border-color: oklch(75% 0.14 94 / 42%);
  box-shadow: 0 14px 34px oklch(60% 0.12 90 / 16%);
}

.menu-option:hover {
  transform: translateY(-2px);
}

.menu-demo-panel {
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: clamp(16px, 2.5vw, 28px);
  background: oklch(100% 0.003 270 / 78%);
  border: 1px solid oklch(30% 0.04 276 / 12%);
  border-radius: 8px;
  box-shadow: 0 24px 58px oklch(22% 0.04 276 / 10%);
}

.menu-demo-panel h1 {
  width: auto;
  max-width: none;
  margin-bottom: 18px;
  justify-self: stretch;
  color: oklch(17% 0.035 276);
  font-size: clamp(1.7rem, 3.2vw, 3.8rem);
}

.menu-demo-panel video {
  width: min(100%, 560px);
  aspect-ratio: 9 / 16;
  max-height: min(46svh, 460px);
  object-fit: contain;
  background: oklch(12% 0.04 276);
  border: 1px solid oklch(30% 0.04 276 / 13%);
  border-radius: 8px;
  box-shadow: 0 18px 42px oklch(18% 0.04 276 / 16%);
}

.menu-demo-panel p {
  width: min(100%, 720px);
  margin: 18px 0 0;
  color: oklch(38% 0.035 276);
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  line-height: 1.68;
  text-align: center;
}

.velocity-showcase {
  --web-shift-a: 0px;
  --web-shift-b: 0px;
  --web-tilt: 0deg;
  --web-tilt-reverse: 0deg;
  --web-lift: 0px;
  --web-focus: 0.82;
  position: relative;
  overflow: clip;
  padding: clamp(76px, 8vw, 124px) 0 clamp(40px, 5vw, 70px);
  background:
    radial-gradient(circle at 18% 16%, oklch(62% 0.22 255 / 18%), transparent 28%),
    radial-gradient(circle at 84% 18%, oklch(75% 0.16 302 / 14%), transparent 26%),
    linear-gradient(180deg, oklch(9% 0.05 286), oklch(13% 0.065 284) 52%, oklch(9% 0.048 285));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.velocity-showcase::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, oklch(76% 0.13 250 / 5%) 1px, transparent 1px),
    linear-gradient(180deg, oklch(76% 0.13 250 / 4%) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(180deg, transparent, black 18%, black 72%, transparent);
}

.velocity-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.42fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  padding: 0 clamp(18px, 6vw, 92px);
}

.velocity-copy h2 {
  margin-bottom: 0;
}

.velocity-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
}

.velocity-stage {
  position: relative;
  height: min(104svh, 880px);
  min-height: 620px;
  margin-top: clamp(30px, 5vw, 66px);
  perspective: 1300px;
}

.velocity-viewport {
  position: sticky;
  top: 92px;
  display: grid;
  place-items: center;
  height: min(74svh, 680px);
  min-height: 500px;
  overflow: hidden;
  transform-style: preserve-3d;
}

.velocity-orbit {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  opacity: var(--web-focus);
}

.velocity-row {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  gap: clamp(18px, 2.4vw, 34px);
  width: max-content;
  transform-style: preserve-3d;
  will-change: transform;
}

.velocity-row-a {
  transform: translate3d(calc(-50% + var(--web-shift-a)), -54%, 120px) rotateY(var(--web-tilt));
}

.velocity-row-b {
  transform: translate3d(calc(-50% + var(--web-shift-b)), 18%, -150px) rotateY(var(--web-tilt-reverse));
  opacity: 0.72;
  filter: saturate(0.82) brightness(0.82);
}

.velocity-plane {
  position: relative;
  flex: 0 0 clamp(270px, 34vw, 470px);
  aspect-ratio: 16 / 10;
  padding: 10px;
  overflow: hidden;
  background:
    linear-gradient(145deg, oklch(96% 0.012 285 / 10%), oklch(96% 0.012 285 / 4%)),
    oklch(9% 0.05 285);
  border: 1px solid oklch(88% 0.035 285 / 18%);
  border-radius: 8px;
  box-shadow: 0 28px 90px oklch(5% 0.035 285 / 48%);
  transform: translateY(var(--web-lift)) rotateX(var(--web-tilt));
  transform-style: preserve-3d;
  will-change: transform;
}

.velocity-row-b .velocity-plane {
  flex-basis: clamp(250px, 30vw, 420px);
}

.mock-site {
  position: relative;
  height: 100%;
  overflow: hidden;
  background:
    linear-gradient(135deg, oklch(15% 0.07 285), oklch(9% 0.05 285)),
    var(--surface);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px oklch(88% 0.035 285 / 10%);
}

.mock-site::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 20% 18%, color-mix(in oklch, var(--accent), transparent 58%), transparent 24%),
    linear-gradient(90deg, transparent, color-mix(in oklch, var(--accent), transparent 86%), transparent);
  opacity: 0.86;
}

.mock-label,
.mock-bar,
.mock-hero,
.mock-line,
.mock-pill,
.mock-split,
.mock-card,
.mock-photo,
.mock-grid,
.mock-phone {
  position: absolute;
  display: block;
  border-radius: 6px;
}

.mock-label {
  left: 18px;
  top: 14px;
  z-index: 1;
  color: oklch(96% 0.012 285 / 82%);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mock-bar {
  left: 16px;
  right: 16px;
  top: 38px;
  height: 10px;
  background: oklch(96% 0.012 285 / 12%);
}

.mock-hero {
  left: 18px;
  top: 66px;
  width: 52%;
  height: 32%;
  background: linear-gradient(145deg, var(--accent), color-mix(in oklch, var(--accent), oklch(12% 0.06 285) 44%));
}

.mock-line {
  left: 18px;
  bottom: 50px;
  width: 44%;
  height: 10px;
  background: oklch(96% 0.012 285 / 16%);
}

.mock-line.wide {
  bottom: 70px;
  width: 64%;
}

.mock-pill {
  left: 18px;
  bottom: 22px;
  width: 28%;
  height: 18px;
  background: var(--accent);
  border-radius: 999px;
}

.mock-split {
  left: 18px;
  top: 70px;
  width: 38%;
  height: 42%;
  background: oklch(96% 0.012 285 / 13%);
}

.mock-split.small {
  left: auto;
  right: 18px;
  width: 43%;
  background: color-mix(in oklch, var(--accent), transparent 68%);
}

.mock-card {
  left: 18px;
  top: 70px;
  width: 30%;
  height: 42%;
  background: oklch(96% 0.012 285 / 12%);
  border: 1px solid color-mix(in oklch, var(--accent), transparent 50%);
}

.mock-card.two {
  left: 35%;
  top: 92px;
}

.mock-card.three {
  left: auto;
  right: 18px;
  top: 56px;
}

.mock-photo {
  inset: 62px 18px 58px;
  background:
    linear-gradient(135deg, color-mix(in oklch, var(--accent), transparent 35%), transparent),
    linear-gradient(30deg, oklch(96% 0.012 285 / 12%), oklch(96% 0.012 285 / 3%));
}

.mock-grid {
  left: 18px;
  top: 66px;
  width: 28%;
  height: 34%;
  background: color-mix(in oklch, var(--accent), transparent 46%);
}

.mock-grid.two {
  left: 36%;
  top: 92px;
}

.mock-grid.three {
  left: auto;
  right: 18px;
  top: 66px;
}

.mock-phone {
  right: 28px;
  top: 66px;
  width: 24%;
  height: 55%;
  border-radius: 14px;
  background:
    linear-gradient(180deg, oklch(96% 0.012 285 / 14%), transparent),
    oklch(10% 0.05 285);
  border: 1px solid color-mix(in oklch, var(--accent), transparent 56%);
}

.detail-grid,
.process-grid,
.related-grid {
  display: grid;
  gap: 1px;
  max-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

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

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.panel,
.process-step,
.related-link {
  min-height: 230px;
  padding: clamp(20px, 3vw, 34px);
  background: oklch(12% 0.058 285 / 94%);
}

.panel ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.panel li {
  color: var(--muted);
}

.process-step span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--blue-soft);
  font-weight: 900;
}

.related-link {
  display: grid;
  align-content: space-between;
  gap: 18px;
  transition: background 180ms var(--ease), transform 180ms var(--ease);
}

.related-link small {
  color: var(--faint);
  font-weight: 900;
}

.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  background:
    radial-gradient(circle at 15% 20%, oklch(62% 0.22 255 / 13%), transparent 30%),
    oklch(9% 0.048 285);
}

.cta-section p {
  max-width: 720px;
  color: var(--muted);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding: 28px clamp(18px, 6vw, 92px) 34px;
  color: var(--muted);
  background: oklch(7% 0.038 285);
  border-top: 1px solid var(--line);
}

.footer a {
  color: var(--blue-soft);
  font-weight: 900;
}

@media (hover: hover) {
  .button:hover,
  .top-cta:hover,
  .related-link:hover {
    transform: translateY(-2px);
  }

  .related-link:hover {
    background: oklch(17% 0.075 285 / 94%);
  }
}

@media (max-width: 980px) {
  .service-header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
  }

  .top-cta {
    display: none;
  }

  .hero,
  .cta-section {
    grid-template-columns: 1fr;
  }

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

  .light-service-page .lottie-visual {
    margin-top: 0;
  }

  .light-service-page .service-side {
    margin-top: 0;
  }

  .web-showcase-track {
    height: 390px;
  }

  .web-card {
    width: clamp(156px, 31vw, 230px);
  }

  .web-design-page .hero {
    gap: 26px;
  }

  .showroom-site {
    flex-basis: clamp(280px, 52vw, 430px);
  }

  .menu-demo-grid {
    grid-template-columns: 1fr;
  }

  .menu-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-option {
    min-height: 72px;
  }

  .definition-grid {
    grid-template-columns: 1fr;
  }

  .detail-grid,
  .process-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .velocity-copy {
    grid-template-columns: 1fr;
  }

  .velocity-stage {
    min-height: 560px;
  }
}

@media (max-width: 620px) {
  .service-header {
    padding: 10px 14px 12px;
  }

  .brand {
    justify-self: center;
    width: 176px;
    height: 48px;
  }

  .brand img {
    max-height: 48px;
    object-position: center;
  }

  .service-nav {
    width: 100%;
    justify-content: center;
    gap: 14px;
    font-size: 0.7rem;
  }

  .hero,
  .section,
  .cta-section {
    padding: 48px 16px;
  }

  .hero {
    min-height: auto;
    padding-top: 62px;
    max-width: 100vw;
  }

  .light-service-page .hero {
    margin: 18px 12px;
    padding: 40px 16px;
  }

  .hero > div:first-child {
    width: 100%;
    max-width: min(340px, 100%);
  }

  .web-design-page .hero > div:first-child {
    max-width: 100%;
  }

  .qr-menu-page .hero > div:first-child {
    max-width: 100%;
  }

  h1 {
    width: min(15ch, 100%);
    max-width: 100%;
    font-size: clamp(1.45rem, 7vw, 2.1rem);
    line-height: 1.08;
  }

  .eyebrow {
    font-size: clamp(2rem, 12vw, 3.4rem);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .lead {
    width: 100%;
    max-width: 100%;
    font-size: 0.96rem;
  }

  .web-design-page .showroom-heading h1 {
    width: auto;
    max-width: none;
    font-size: 1.2rem;
  }

  .showroom-marquee {
    --showroom-bleed: 16px;
    padding-top: 8px;
  }

  .showroom-track {
    gap: 14px;
  }

  .showroom-site {
    flex-basis: min(82vw, 330px);
    aspect-ratio: 15 / 10;
    padding: 10px;
  }

  .browser-bar {
    left: 10px;
    right: 10px;
    top: 10px;
    height: 26px;
  }

  .site-shot {
    inset: 36px 10px 10px;
  }

  .showroom-action {
    min-height: 34px;
    bottom: 20px;
  }

  .showroom-arrow {
    width: 38px;
    height: 38px;
    font-size: 1.7rem;
  }

  .menu-demo-grid {
    gap: 16px;
  }

  .menu-selector {
    gap: 12px;
  }

  .menu-option {
    min-height: 58px;
    padding: 10px 14px;
    font-size: 1rem;
  }

  .menu-demo-panel {
    padding: 14px;
  }

  .menu-demo-panel h1 {
    width: auto;
    max-width: none;
    margin-bottom: 12px;
    font-size: 1.45rem;
  }

  .menu-demo-panel video {
    width: min(100%, 300px);
    max-height: 420px;
  }

  .menu-demo-panel p {
    margin-top: 14px;
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .definition-grid {
    gap: 12px;
    margin-top: 24px;
  }

  .definition-grid article {
    min-height: auto;
    padding: 18px;
  }

  .lottie-visual dotlottie-player {
    height: 300px;
    min-height: 260px;
  }

  .web-showcase {
    min-height: 360px;
  }

  .web-showcase-track {
    height: 330px;
  }

  .web-card {
    width: clamp(136px, 40vw, 168px);
  }

  .web-card-one {
    --x: -78px;
    --y: 82px;
  }

  .web-card-two {
    --x: 8px;
    --y: 36px;
  }

  .web-card-three {
    --x: 86px;
    --y: -10px;
  }

  .web-card-four {
    --x: 148px;
    --y: -54px;
  }

  .web-card-cta {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .hero-actions,
  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .panel,
  .process-step,
  .related-link {
    min-height: auto;
  }

  .velocity-showcase {
    padding-top: 54px;
  }

  .velocity-copy {
    padding: 0 16px;
  }

  .velocity-copy p:not(.eyebrow) {
    font-size: 0.95rem;
  }

  .velocity-stage {
    height: 620px;
    min-height: 620px;
    margin-top: 18px;
  }

  .velocity-viewport {
    top: 104px;
    height: 480px;
    min-height: 480px;
  }

  .velocity-row {
    gap: 14px;
  }

  .velocity-plane,
  .velocity-row-b .velocity-plane {
    flex-basis: 258px;
  }
}

@media (hover: none) {
  .web-card-cta,
  .showroom-action {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .velocity-row-a,
  .velocity-row-b,
  .velocity-plane,
  .web-card,
  .web-card-cta,
  .showroom-site,
  .showroom-action {
    transition: none;
  }

  .velocity-row-a,
  .velocity-row-b,
  .velocity-plane {
    transform: none;
  }

  .velocity-row {
    position: static;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 16px;
  }

  .velocity-stage,
  .velocity-viewport {
    height: auto;
    min-height: 0;
  }
}
