:root {
  --page: #101010;
  --stage: #ddd6ff;
  --stage-deep: #b8a8ff;
  --ink: #050505;
  --muted: #474056;
  --soft: #f3f0ff;
  --black: #050505;
  --purple: #745cff;
  --pink: #cbbcff;
  --yellow: #ddff5d;
  --green: #33d27d;
  --blue: #4f7dff;
  --radius-xl: 42px;
  --radius-lg: 30px;
  --radius-md: 22px;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--page);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, #101010 0, #101010 calc((100vw - min(100vw, 1420px)) / 2 + 42px), #f4f2ff 0, #f4f2ff calc(100% - ((100vw - min(100vw, 1420px)) / 2 + 42px)), #101010 0),
    var(--page);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button,
input,
textarea {
  font: inherit;
}

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

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 100;
  width: auto;
  height: auto;
  clip: auto;
  top: 14px;
  left: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--black);
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 18px max(18px, env(safe-area-inset-left)) 0 max(18px, env(safe-area-inset-right));
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  color: var(--ink);
  width: min(var(--max), calc(100vw - 42px));
  min-height: 66px;
  margin: 0 auto;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(246, 243, 255, 0.72);
  box-shadow:
    0 22px 70px rgba(16, 16, 16, 0.16),
    inset 8px 8px 18px rgba(255, 255, 255, 0.56),
    inset -8px -8px 18px rgba(104, 82, 190, 0.2);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.brand,
.nav-links,
.contact-details {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--black);
  box-shadow: 8px 8px 0 #b7a8ff;
}

.nav-links {
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  font-weight: 850;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  border-radius: 999px;
  background: var(--black);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-cta,
.action-button,
.big-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 950;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nav-cta {
  padding: 0 22px;
  color: #fff;
  background: var(--black);
  box-shadow: 8px 8px 0 #b7a8ff;
}

.nav-cta:hover,
.action-button:hover,
.big-link:hover {
  transform: translateY(-3px);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--black);
  color: #fff;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: currentColor;
}

.hero-stage {
  width: min(1420px, 100vw);
  margin: -58px auto 0;
  padding: 96px clamp(18px, 4vw, 64px) 0;
}

#order,
#services,
#creative,
#growth,
#faq,
#contact {
  scroll-margin-top: 110px;
}

.hero-inner {
  position: relative;
  isolation: isolate;
  min-height: 980px;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.5), transparent 22rem),
    linear-gradient(180deg, #ddd6ff 0%, #d5ccff 64%, #ffffff 64.2%, #ffffff 100%);
  box-shadow:
    0 32px 120px rgba(0, 0, 0, 0.22),
    inset 18px 0 0 rgba(0, 0, 0, 0.93),
    inset -18px 0 0 rgba(0, 0, 0, 0.93);
}

.hero-inner::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, black, transparent 70%);
}

.hero-inner::after {
  position: absolute;
  left: 50%;
  bottom: 70px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
  background:
    radial-gradient(circle, #000 0 12px, transparent 13px),
    conic-gradient(from 20deg, #000 0 8%, transparent 8% 15%, #000 15% 23%, transparent 23% 33%, #000 33% 41%, transparent 41% 50%, #000 50% 58%, transparent 58% 67%, #000 67% 75%, transparent 75% 84%, #000 84% 92%, transparent 92% 100%);
  opacity: 0.92;
  animation: spinMark 18s linear infinite;
}

.hero-nav-fake {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 4vw, 58px);
  padding-top: 82px;
  font-weight: 850;
}

.venn-logo {
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: clamp(60px, 9vw, 130px);
  background:
    radial-gradient(circle at 34px 22px, transparent 0 16px, #000 17px 20px, transparent 21px),
    radial-gradient(circle at 22px 46px, transparent 0 16px, #000 17px 20px, transparent 21px),
    radial-gradient(circle at 47px 46px, transparent 0 16px, #000 17px 20px, transparent 21px);
}

.round-arrow {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-right: clamp(60px, 9vw, 130px);
  border-radius: 50%;
  color: #fff;
  background: var(--black);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 850px;
  margin: 56px auto 0;
  text-align: center;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(50px, 5.2vw, 76px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 620px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.35;
}

.neo-card {
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(247, 244, 255, 0.82);
  box-shadow:
    24px 24px 50px rgba(76, 59, 151, 0.25),
    -18px -18px 36px rgba(255, 255, 255, 0.72),
    inset 8px 8px 18px rgba(255, 255, 255, 0.42),
    inset -8px -8px 18px rgba(106, 86, 197, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.order-card {
  position: absolute;
  right: clamp(42px, 7vw, 118px);
  top: 500px;
  bottom: auto;
  z-index: 6;
  width: min(430px, 32vw);
  padding: 16px;
  border-radius: 34px;
  animation: floatA 5.5s ease-in-out infinite;
}

.order-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 8px;
}

.order-head span,
.field-group label,
.input-shell span,
.order-summary span {
  color: #655984;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.order-head strong {
  font-size: 24px;
  line-height: 1;
}

.field-group {
  margin-top: 9px;
}

.label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.swipe-hint {
  color: #655984;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
  animation: hintPulse 1.8s ease-in-out infinite;
}

.platform-row {
  position: relative;
  overflow: hidden;
}

.platform-row::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 8px;
  width: 54px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(247, 244, 255, 0), rgba(247, 244, 255, 0.92));
}

.platform-grid,
.service-options {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.platform-grid {
  display: flex;
  overflow-x: auto;
  padding: 4px 4px 10px 0;
  scrollbar-width: thin;
}

.chip-button,
.service-button {
  border: 0;
  cursor: pointer;
  color: var(--ink);
  background: #eee9ff;
  box-shadow:
    7px 7px 15px rgba(90, 70, 168, 0.22),
    -7px -7px 15px rgba(255, 255, 255, 0.72);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.chip-button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 17px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.service-button {
  min-height: 35px;
  border-radius: 16px;
  padding: 0 14px;
  text-align: left;
  font-size: 13px;
  font-weight: 900;
}

.service-options {
  max-height: 82px;
  overflow: auto;
  padding: 2px 5px 2px 0;
  scrollbar-width: thin;
}

.chip-button.is-selected,
.service-button.is-selected {
  color: #fff;
  background: #050505;
  box-shadow:
    inset 4px 4px 10px rgba(255, 255, 255, 0.08),
    8px 8px 0 #9484ff;
  transform: translateY(-2px);
}

.two-fields,
.one-field {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.two-fields {
  grid-template-columns: 1fr 1fr;
}

.one-field {
  grid-template-columns: 1fr;
}

.input-shell {
  display: grid;
  gap: 8px;
}

input,
textarea {
  min-width: 0;
  width: 100%;
  border: 0;
  border-radius: 16px;
  padding: 10px 14px;
  color: var(--ink);
  background: #eee9ff;
  box-shadow:
    inset 7px 7px 14px rgba(94, 72, 173, 0.18),
    inset -7px -7px 14px rgba(255, 255, 255, 0.7);
  outline: none;
}

input:focus,
textarea:focus {
  box-shadow:
    inset 7px 7px 14px rgba(94, 72, 173, 0.18),
    inset -7px -7px 14px rgba(255, 255, 255, 0.7),
    0 0 0 3px rgba(5, 5, 5, 0.18);
}

textarea {
  resize: vertical;
  min-height: 54px;
  max-height: 80px;
}

.trial-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 9px;
  color: #4e4663;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.trial-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--purple);
  box-shadow: none;
}

.custom-jump {
  display: block;
  margin-top: 9px;
  padding: 10px 14px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #050505, #392d86);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  box-shadow: 8px 8px 0 #a899ff;
}

.order-summary {
  margin-top: 10px;
  padding: 12px;
  border-radius: 20px;
  color: #fff;
  background: var(--black);
  box-shadow: 9px 9px 0 #a899ff;
}

.order-summary span {
  color: #c9bdff;
}

.order-summary strong {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.35;
}

.order-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.action-button {
  min-height: 44px;
  padding: 0 14px;
  text-align: center;
}

.action-button.primary {
  color: #050505;
  background: var(--yellow);
  box-shadow: 8px 8px 0 #050505;
}

.action-button.dark {
  color: #fff;
  background: var(--black);
  box-shadow: 8px 8px 0 #a899ff;
}

.profile-cutout {
  position: absolute;
  left: 41%;
  top: 510px;
  bottom: auto;
  z-index: 2;
  width: min(350px, 24vw);
  transform: translateX(-50%);
  filter: drop-shadow(0 42px 38px rgba(0, 0, 0, 0.38));
}

.profile-cutout img {
  width: 100%;
  height: auto;
  border-radius: 40px 40px 0 0;
  mask-image: linear-gradient(180deg, black 0 88%, transparent 100%);
}

.metric-card {
  position: absolute;
  z-index: 4;
  width: 300px;
  padding: 28px;
  border-radius: 28px;
  color: #fff;
  background: var(--black);
  box-shadow: 16px 16px 0 rgba(148, 132, 255, 0.7), 0 26px 60px rgba(0, 0, 0, 0.28);
}

.hero-inner .metric-card {
  display: none;
}

.metric-card strong {
  display: block;
  font-size: 52px;
  line-height: 1;
}

.metric-card span {
  display: block;
  margin-top: 10px;
  color: #ddd6ff;
  font-weight: 900;
}

.metric-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.45;
}

.metric-left {
  left: clamp(42px, 7vw, 120px);
  top: 560px;
  bottom: auto;
  animation: floatB 6s ease-in-out infinite;
}

.metric-right {
  left: clamp(42px, 7vw, 120px);
  right: auto;
  top: 395px;
  bottom: auto;
  transform: rotate(-7deg);
  animation: floatC 5.7s ease-in-out infinite;
}

.services-section,
.creative-strip,
.growth-section,
.faq-section,
.contact-section {
  width: min(var(--max), calc(100vw - 36px));
  margin: 0 auto;
}

.services-section {
  margin-top: 80px;
  padding: 104px 28px 32px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 78% 0%, rgba(116, 92, 255, 0.34), transparent 25rem),
    linear-gradient(180deg, #141318 0%, #09090b 100%);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.36),
    inset 1px 1px 0 rgba(255, 255, 255, 0.08);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 28px;
}

.section-heading h2,
.creative-strip h2,
.contact-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.98;
}

.section-heading p,
.creative-strip p,
.contact-panel p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.5;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-tile,
.creative-strip,
.contact-panel {
  border-radius: var(--radius-lg);
  background: #171717;
  box-shadow:
    16px 16px 32px rgba(0, 0, 0, 0.45),
    -10px -10px 24px rgba(255, 255, 255, 0.035),
    inset 1px 1px 0 rgba(255, 255, 255, 0.08);
}

.growth-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  margin-top: 78px;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 38px;
  color: #050505;
  background:
    radial-gradient(circle at 82% 20%, rgba(221, 255, 93, 0.42), transparent 16rem),
    linear-gradient(135deg, #f4f1ff, #dcd5ff);
  box-shadow:
    20px 24px 70px rgba(63, 48, 139, 0.22),
    inset 1px 1px 0 rgba(255, 255, 255, 0.78);
}

.growth-copy h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 0.98;
  letter-spacing: 0;
}

.growth-copy p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(5, 5, 5, 0.68);
  font-size: 17px;
  line-height: 1.58;
}

.growth-points {
  display: grid;
  gap: 12px;
}

.growth-points span {
  display: block;
  padding: 16px 18px;
  border-radius: 20px;
  color: #fff;
  background: #111;
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 9px 9px 0 #a899ff;
}

.faq-section {
  margin-top: 78px;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 8%, rgba(221, 214, 255, 0.16), transparent 20rem),
    linear-gradient(135deg, #111013, #211b44 64%, #0b0b0d);
  box-shadow:
    18px 24px 70px rgba(0, 0, 0, 0.36),
    inset 1px 1px 0 rgba(255, 255, 255, 0.08);
}

.faq-section .section-heading {
  max-width: 820px;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-list details {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow:
    10px 10px 28px rgba(0, 0, 0, 0.22),
    inset 1px 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  padding: 18px 20px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.16;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  flex: 0 0 auto;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #050505;
  background: #ddff5d;
  content: "+";
  font-weight: 950;
  box-shadow: 5px 5px 0 #050505;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: -4px 0 0;
  padding: 0 20px 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.service-tile {
  display: block;
  padding: 28px;
  color: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-tile:hover {
  transform: translateY(-8px);
  box-shadow: 18px 24px 48px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(221, 214, 255, 0.22);
}

.service-list span {
  color: #c7baff;
  font-weight: 950;
}

.service-list h3 {
  margin: 18px 0 0;
  font-size: 28px;
  line-height: 1.05;
}

.service-list p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.creative-strip,
.contact-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 78px;
  padding: clamp(28px, 5vw, 58px);
  color: #fff;
}

.big-link {
  min-height: 62px;
  padding: 0 28px;
  color: #050505;
  background: #ddd6ff;
  box-shadow: 10px 10px 0 #050505;
}

.contact-section {
  padding-bottom: 70px;
}

.contact-details {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 750;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: min(var(--max), calc(100vw - 36px));
  margin: 0 auto;
  padding: 26px 0 44px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.custom-page {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(116, 92, 255, 0.18), transparent 32%),
    linear-gradient(180deg, #101010 0%, #15131d 52%, #101010 100%);
}

.custom-main {
  width: min(1240px, calc(100vw - 36px));
  margin: -84px auto 0;
  padding: 128px 0 72px;
}

.custom-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: 720px;
  overflow: hidden;
  padding: clamp(28px, 6vw, 74px);
  border-radius: 0 0 46px 46px;
  background:
    linear-gradient(145deg, rgba(221, 214, 255, 0.96), rgba(139, 124, 255, 0.92) 44%, rgba(12, 12, 15, 0.96) 44.2%, rgba(12, 12, 15, 0.98)),
    #15131d;
  box-shadow:
    0 40px 110px rgba(0, 0, 0, 0.44),
    inset 18px 0 0 rgba(0, 0, 0, 0.92),
    inset -18px 0 0 rgba(0, 0, 0, 0.92);
}

.custom-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(135deg, black 0 48%, transparent 72%);
}

.custom-copy {
  min-width: 0;
  max-width: 560px;
  color: #050505;
}

.custom-copy h1 {
  margin: 0;
  font-size: clamp(58px, 8vw, 116px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: 0;
}

.custom-copy p {
  max-width: 540px;
  margin: 28px 0 0;
  color: rgba(5, 5, 5, 0.7);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.38;
}

.custom-request-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  color: var(--ink);
  padding: clamp(20px, 3vw, 30px);
  border-radius: 34px;
  transform: rotate(1.2deg);
}

.custom-request-panel .order-head strong {
  font-size: clamp(24px, 2.5vw, 34px);
}

.custom-service-grid {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  overflow-x: auto;
  padding: 4px 4px 10px 0;
  scrollbar-width: thin;
}

.custom-detail {
  margin-top: 14px;
}

.custom-detail textarea {
  min-height: 132px;
  max-height: 240px;
}

.custom-services-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  margin-top: 28px;
  padding: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 58px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.custom-services-strip a {
  flex: 0 0 auto;
  padding: 13px 18px;
  border-radius: 999px;
  color: #050505;
  background: #ddd6ff;
  font-weight: 950;
  box-shadow: 6px 6px 0 #050505;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .nav-shell {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-shell.is-open {
    border-radius: 30px;
  }

  .nav-shell.is-open .nav-links,
  .nav-shell.is-open .nav-cta {
    grid-column: 1 / -1;
    display: grid;
    width: 100%;
    margin-top: 12px;
  }

  .nav-shell.is-open .nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .nav-shell.is-open .nav-links a {
    padding: 13px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.06);
  }

  .hero-nav-fake {
    display: none;
  }

  .hero-inner {
    min-height: auto;
    padding: 92px 16px 0;
    background: linear-gradient(180deg, #ddd6ff 0%, #d9d2ff 70%, #fff 70.2%, #fff 100%);
  }

  .hero-inner::after {
    display: none;
  }

  .hero-copy {
    margin-top: 0;
  }

  .order-card,
  .profile-cutout,
  .metric-card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(560px, 100%);
    margin: 28px auto 0;
    transform: none;
    animation: none;
  }

  .profile-cutout {
    width: min(310px, 82vw);
  }

  .metric-card {
    display: none;
  }

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

  .custom-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .custom-request-panel {
    transform: none;
  }
}

@media (min-width: 1101px) and (max-height: 980px) {
  .hero-inner {
    min-height: 860px;
  }

  .hero-nav-fake {
    padding-top: 70px;
  }

  .hero-copy {
    max-width: 760px;
    margin-top: 38px;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 4.6vw, 58px);
  }

  .hero-copy p {
    display: none;
  }

  .order-card {
    top: 382px;
    right: clamp(34px, 5vw, 82px);
    width: min(390px, 30vw);
    padding: 14px;
    transform: scale(0.9);
    transform-origin: top right;
    animation: none;
  }

  .order-head strong {
    font-size: 22px;
  }

  .chip-button {
    min-height: 33px;
    padding: 0 14px;
    font-size: 11px;
  }

  .service-button {
    flex: 0 0 auto;
    min-height: 32px;
    min-width: 112px;
    text-align: center;
  }

  .service-options {
    display: flex;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
  }

  input,
  textarea {
    padding: 8px 12px;
  }

  .action-button {
    min-height: 40px;
    font-size: 13px;
  }

  .order-card .order-summary {
    margin-top: 8px;
    padding: 10px 12px;
  }

  .order-card .order-summary strong {
    font-size: 12px;
  }

  .order-card .custom-jump {
    margin-top: 8px;
    padding: 8px 12px;
    font-size: 11px;
    box-shadow: 6px 6px 0 #a899ff;
  }

  .profile-cutout {
    top: 500px;
    left: 41%;
    width: min(310px, 22vw);
  }
}

@media (max-width: 720px) {
  body {
    background: #101010;
  }

  .site-header {
    padding-top: max(12px, env(safe-area-inset-top));
  }

  .nav-shell {
    width: calc(100vw - 26px);
    min-height: 60px;
  }

  .brand {
    font-size: 14px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
    box-shadow: 6px 6px 0 #b7a8ff;
  }

  .hero-stage {
    width: 100vw;
    margin-top: -70px;
    padding: 88px 10px 0;
  }

  .hero-inner {
    padding: 74px 12px 0;
    border-radius: 0 0 24px 24px;
    box-shadow: inset 8px 0 0 #101010, inset -8px 0 0 #101010;
  }

  .hero-copy h1 {
    font-size: clamp(36px, 10vw, 46px);
    line-height: 1.04;
  }

  .hero-copy p {
    max-width: 310px;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.35;
  }

  .order-card {
    margin-top: 20px;
    padding: 15px;
    border-radius: 26px;
  }

  .platform-grid,
  .service-options {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    padding-right: 4px;
  }

  .chip-button,
  .service-button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 15px;
    font-size: 11px;
    text-align: center;
  }

  .service-button {
    min-width: 110px;
  }

  .one-field {
    margin-top: 10px;
  }

  input,
  textarea {
    padding: 9px 12px;
  }

  .trial-check {
    grid-template-columns: 16px 1fr;
    gap: 8px;
    margin-top: 9px;
    font-size: 11px;
  }

  .trial-check input {
    width: 16px;
    height: 16px;
  }

  .order-card .order-actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .order-card .action-button {
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .order-card .order-summary {
    margin-top: 9px;
    padding: 10px 12px;
  }

  .order-card .order-summary strong {
    font-size: 12px;
  }

  .order-card .custom-jump {
    margin-top: 9px;
    padding: 10px 12px;
    font-size: 12px;
  }

  .two-fields,
  .one-field,
  .order-actions,
  .service-list,
  .growth-section,
  .faq-list,
  .creative-strip,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .services-section {
    margin-top: 56px;
    padding: 96px 18px 22px;
    border-radius: 30px;
  }

  .section-heading h2,
  .creative-strip h2,
  .contact-panel h2 {
    font-size: clamp(38px, 11vw, 56px);
  }

  .creative-strip,
  .growth-section,
  .faq-section,
  .contact-panel {
    margin-top: 48px;
    padding: 24px;
  }

  .growth-copy h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .growth-copy p {
    font-size: 15px;
  }

  .growth-points span {
    padding: 14px;
    font-size: 13px;
  }

  .faq-list summary {
    min-height: 58px;
    padding: 16px;
    font-size: 16px;
  }

  .faq-list summary::after {
    width: 28px;
    height: 28px;
  }

  .faq-list p {
    padding: 0 16px 16px;
    font-size: 14px;
  }

  footer {
    flex-direction: column;
  }

  .swipe-hint {
    font-size: 11px;
  }

  .custom-main {
    width: 100vw;
    margin-top: -78px;
    padding: 100px 12px 54px;
  }

  .custom-hero {
    padding: 90px 16px 22px;
    border-radius: 0 0 28px 28px;
    background:
      linear-gradient(180deg, #ddd6ff 0%, #b8a8ff 42%, #101010 42.2%, #101010 100%);
    box-shadow: inset 8px 0 0 #101010, inset -8px 0 0 #101010;
  }

  .custom-copy h1 {
    font-size: clamp(42px, 11vw, 58px);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  .custom-copy p {
    font-size: 17px;
  }

  .custom-request-panel {
    margin-top: 8px;
    padding: 18px;
    border-radius: 26px;
  }

  .custom-services-strip {
    border-radius: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatA {
  0%, 100% { transform: translateY(0) rotate(-1.6deg); }
  50% { transform: translateY(-14px) rotate(1deg); }
}

@keyframes floatB {
  0%, 100% { transform: translateY(0) rotate(2deg); }
  50% { transform: translateY(-12px) rotate(-1deg); }
}

@keyframes floatC {
  0%, 100% { transform: translateY(0) rotate(-7deg); }
  50% { transform: translateY(-16px) rotate(-3deg); }
}

@keyframes spinMark {
  to { transform: translateX(-50%) rotate(360deg); }
}

@keyframes hintPulse {
  0%, 100% { transform: translateX(0); opacity: 0.7; }
  50% { transform: translateX(5px); opacity: 1; }
}
