:root {
  --ink: #071327;
  --ink-soft: #18243a;
  --muted: #5f6b7e;
  --blue: #4169ff;
  --blue-dark: #2449dc;
  --purple: #6d3dff;
  --cyan: #58c7e8;
  --green: #72c963;
  --orange: #ef7654;
  --yellow: #eebd36;
  --paper: #ffffff;
  --soft: #f5f8fd;
  --line: #dfe6f0;
  --max: 1180px;
  --shadow: 0 24px 60px rgba(32, 55, 96, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { background: var(--blue); color: #fff; }

.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--ink);
  color: #fff;
  font-weight: 750;
  transition: top .2s ease;
}
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 74px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid rgba(222, 230, 241, .8);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
}
.brand-lockup { min-width: max-content; display: inline-flex; align-items: center; gap: 12px; }
.brand-lockup > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand-lockup strong { font-size: .96rem; letter-spacing: -.02em; }
.brand-lockup small { margin-top: 4px; color: var(--muted); font-size: .69rem; }
.brand-lockup--pulse img { width: 44px; height: 44px; border-radius: 13px; box-shadow: 0 8px 20px rgba(77, 67, 200, .18); }
.studio-logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  box-shadow: 0 9px 22px rgba(65, 105, 255, .23);
  color: #fff;
  font-size: .83rem;
  font-weight: 900;
  letter-spacing: -.04em;
}
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 29px; color: #39445a; font-size: .83rem; font-weight: 550; }
.main-nav a { padding: 10px 0; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--blue); }
.header-action {
  min-width: max-content;
  padding: 12px 19px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  box-shadow: 0 11px 24px rgba(65, 105, 255, .22);
  color: #fff;
  font-size: .79rem;
  font-weight: 800;
}

.studio-hero, .pulse-hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 17%, rgba(116, 76, 255, .16), transparent 31%),
    radial-gradient(circle at 8% 73%, rgba(85, 194, 235, .14), transparent 28%),
    linear-gradient(135deg, #eef4ff 0%, #f8fbff 48%, #f5f1ff 100%);
}
.studio-hero::before, .pulse-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(74, 102, 157, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(74, 102, 157, .045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.65), transparent 78%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--max));
  min-height: 790px;
  margin: 0 auto;
  padding: 94px 0 78px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 70px;
}
.hero-copy { position: relative; z-index: 3; }
.eyebrow-pill {
  width: max-content;
  max-width: 100%;
  margin-bottom: 26px;
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(65, 105, 255, .17);
  border-radius: 999px;
  background: rgba(255, 255, 255, .83);
  box-shadow: 0 8px 24px rgba(40, 65, 110, .07);
  color: var(--blue-dark);
  font-size: .8rem;
  font-weight: 800;
}
.eyebrow-pill > i { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--purple)); box-shadow: 0 0 0 4px rgba(65, 105, 255, .09); }
.eyebrow-pill img { width: 24px; height: 24px; border-radius: 7px; }
.hero-copy h1 {
  max-width: 690px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(4.6rem, 7.1vw, 6.35rem);
  font-weight: 950;
  line-height: .89;
  letter-spacing: -.075em;
}
.hero-copy > p { max-width: 660px; margin: 29px 0 0; color: #566278; font-size: 1.05rem; line-height: 1.65; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: linear-gradient(135deg, var(--blue), var(--purple)); box-shadow: 0 13px 29px rgba(65, 105, 255, .25); color: #fff; }
.button--secondary { border-color: var(--line); background: rgba(255,255,255,.8); color: var(--ink); }
.button--secondary:hover { border-color: #b9c8df; box-shadow: 0 10px 25px rgba(32, 55, 96, .08); }
.button--light { background: #fff; color: var(--blue-dark); box-shadow: 0 14px 32px rgba(13, 24, 64, .2); }
.hero-badges { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 9px; }
.hero-badges span { padding: 8px 11px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(210, 220, 234, .9); border-radius: 999px; background: rgba(255,255,255,.68); color: #596478; font-size: .73rem; font-weight: 750; }
.hero-badges i { width: 7px; height: 7px; display: block; border-radius: 50%; background: var(--green); }

/* Image-free Inspired Beach hero artwork */
.game-concept { position: relative; min-height: 590px; }
.concept-orbit { position: absolute; border: 1px solid rgba(65, 105, 255, .18); border-radius: 50%; }
.concept-orbit--one { width: 420px; height: 420px; right: 0; top: 65px; }
.concept-orbit--two { width: 300px; height: 300px; right: 60px; top: 125px; border-style: dashed; }
.concept-panel {
  position: absolute;
  width: 300px;
  height: 410px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.concept-panel::after { content: ""; position: absolute; width: 210px; height: 210px; right: -70px; top: -65px; border: 44px solid rgba(255,255,255,.22); border-radius: 50%; }
.concept-panel b { position: relative; z-index: 1; color: #fff; font-size: 3.4rem; line-height: .9; letter-spacing: -.07em; }
.concept-panel > span { position: absolute; left: 24px; top: 20px; color: rgba(255,255,255,.72); font-size: .75rem; font-weight: 850; }
.concept-panel--back { right: 8px; top: 78px; transform: rotate(9deg); background: linear-gradient(150deg, #6d3dff, #ad62f1); }
.concept-panel--middle { right: 130px; top: 115px; transform: rotate(-8deg); background: linear-gradient(150deg, #37aee4, #4169ff); }
.concept-panel--front { right: 66px; top: 106px; height: 430px; justify-content: flex-end; background: linear-gradient(155deg, #12203c, #263c6c); transform: rotate(1deg); }
.concept-panel--front small { position: relative; z-index: 1; margin-top: 12px; color: rgba(255,255,255,.7); line-height: 1.45; }
.concept-bar { position: absolute; left: 22px; right: 22px; top: 58px; display: flex; gap: 7px; }
.concept-bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.55); }
.concept-bar::after { content: ""; position: absolute; top: 36px; left: 0; width: 100%; height: 94px; border-radius: 18px; background: linear-gradient(130deg, rgba(255,255,255,.13), rgba(255,255,255,.03)); }
.concept-number { top: 190px !important; }
.concept-note { position: absolute; right: -8px; bottom: 14px; z-index: 4; padding: 16px 20px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 18px 42px rgba(24, 41, 78, .14); color: #364258; font-size: .8rem; font-weight: 800; }
.concept-note i { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(114,201,99,.14); }

.section { padding: 96px 24px; }
.section-soft { background: var(--soft); }
.section-inner { width: min(100%, var(--max)); margin: 0 auto; }
.section-kicker { display: block; margin-bottom: 13px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .01em; text-transform: uppercase; }
.section h2, .studio-cta h2, .privacy-band h2, .simple-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.55rem, 4.2vw, 3.7rem);
  font-weight: 950;
  line-height: 1.01;
  letter-spacing: -.055em;
}
.section-lede { max-width: 780px; margin: 23px 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.68; }

.about-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 58px 90px; align-items: start; }
.section-heading { grid-column: 1; }
.about-copy { grid-column: 2; }
.about-copy p { margin: 0 0 22px; color: var(--muted); font-size: 1rem; line-height: 1.72; }
.value-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.value-grid article, .overview-grid article {
  min-height: 155px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(28, 50, 91, .06);
}
.value-grid article { border-top: 3px solid var(--blue); }
.value-grid article:nth-child(2) { border-top-color: var(--green); }
.value-grid article:nth-child(3) { border-top-color: var(--orange); }
.value-grid article:nth-child(4) { border-top-color: var(--purple); }
.value-grid span { color: var(--blue); font-size: .72rem; font-weight: 900; }
.value-grid h3 { margin: 42px 0 0; font-size: 1.12rem; letter-spacing: -.03em; }

.platform-section h2 { max-width: 760px; }
.platform-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.platform-grid article { position: relative; min-height: 245px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 16px; overflow: hidden; color: #fff; box-shadow: var(--shadow); }
.platform-grid article::after { content: ""; position: absolute; width: 190px; height: 190px; right: -54px; top: -65px; border: 34px solid rgba(255,255,255,.15); border-radius: 50%; }
.platform-grid article:nth-child(1) { background: linear-gradient(145deg, #17233c, #334a76); }
.platform-grid article:nth-child(2) { background: linear-gradient(145deg, #2ca56e, #67cf8c); }
.platform-grid article:nth-child(3) { background: linear-gradient(145deg, #ec744e, #f5ae47); }
.platform-grid span { position: absolute; left: 28px; top: 25px; color: rgba(255,255,255,.65); font-size: .74rem; font-weight: 900; }
.platform-grid strong { position: relative; z-index: 1; font-size: 2rem; letter-spacing: -.05em; }
.platform-grid small { position: relative; z-index: 1; margin-top: 4px; color: rgba(255,255,255,.75); }

.studio-cta, .privacy-band {
  width: min(calc(100% - 48px), var(--max));
  margin: 20px auto 96px;
  padding: 58px 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 5%, rgba(255,255,255,.24), transparent 24%),
    linear-gradient(135deg, #2f5bf2, #6938e8);
  box-shadow: 0 28px 65px rgba(65, 78, 176, .25);
  color: #fff;
}
.studio-cta .section-kicker, .privacy-band .section-kicker { color: #c8d7ff; }
.studio-cta h2, .privacy-band h2 { color: #fff; }
.studio-cta p, .privacy-band p { margin: 13px 0 0; color: rgba(255,255,255,.78); line-height: 1.55; }

/* Pulseora */
.pulse-hero { min-height: 830px; }
.pulse-hero-inner { min-height: 830px; grid-template-columns: 1.04fr .96fr; }
.pulse-hero .hero-copy h1 { max-width: 660px; font-size: clamp(3.8rem, 6.1vw, 5.55rem); line-height: .94; }
.phone-composition { position: relative; min-height: 650px; }
.phone-card { position: absolute; width: 242px; height: 524px; padding: 8px; border-radius: 34px; background: #111827; box-shadow: 0 28px 60px rgba(29, 42, 82, .25); overflow: hidden; }
.phone-card img { width: 100%; height: 100%; border-radius: 27px; object-fit: cover; }
.phone-card--back { right: 0; top: 72px; transform: rotate(7deg) scale(.9); opacity: .9; }
.phone-card--middle { left: 12px; top: 82px; transform: rotate(-7deg) scale(.93); }
.phone-card--front { left: 50%; top: 44px; z-index: 3; transform: translateX(-42%); }
.floating-insight { position: absolute; right: -18px; bottom: 36px; z-index: 5; width: 235px; padding: 18px 18px 15px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 20px 48px rgba(30, 48, 86, .17); }
.floating-insight strong { font-size: .87rem; }
.floating-insight span { margin-top: 5px; color: var(--muted); font-size: .75rem; line-height: 1.4; }
.floating-insight i { height: 5px; margin-top: 13px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--cyan), var(--green)); }
.overview-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.overview-grid article span { color: var(--blue); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.overview-grid h3 { margin: 34px 0 7px; font-size: 1.35rem; letter-spacing: -.035em; }
.overview-grid p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.5; }
.feature-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-grid article { min-height: 250px; padding: 27px; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 10px; background: #fff; box-shadow: 0 14px 36px rgba(28, 50, 91, .065); }
.feature-grid article:nth-child(2) { border-top-color: var(--green); }
.feature-grid article:nth-child(3) { border-top-color: var(--orange); }
.feature-grid article:nth-child(4) { border-top-color: var(--yellow); }
.feature-grid article:nth-child(5) { border-top-color: var(--purple); }
.feature-grid article:nth-child(6) { border-top-color: var(--cyan); }
.feature-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #eef3ff; color: var(--blue); font-size: .73rem; font-weight: 900; }
.feature-grid h3 { margin: 38px 0 10px; font-size: 1.26rem; letter-spacing: -.035em; }
.feature-grid p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.workflow-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 95px; }
.workflow-steps { margin: 38px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.workflow-steps li { padding: 18px; display: flex; align-items: flex-start; gap: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.workflow-steps li > span { flex: 0 0 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, var(--blue), var(--purple)); color: #fff; font-size: .8rem; font-weight: 900; }
.workflow-steps strong { font-size: .93rem; }
.workflow-steps p { margin: 4px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.workflow-visual { position: relative; min-height: 680px; }
.workflow-phone { position: absolute; left: 50%; top: 0; width: 286px; height: 620px; padding: 9px; transform: translateX(-50%); border-radius: 39px; background: #121826; box-shadow: 0 30px 66px rgba(28, 45, 84, .23); overflow: hidden; }
.workflow-phone img { width: 100%; height: 100%; border-radius: 31px; object-fit: cover; }
.workflow-callout { position: absolute; z-index: 3; width: 250px; padding: 16px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 18px 42px rgba(30, 48, 86, .14); }
.workflow-callout--one { right: 0; top: 170px; }
.workflow-callout--two { left: 0; bottom: 100px; }
.workflow-callout b { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 10px; background: #e9f8e7; color: #55ad48; }
.workflow-callout--two b { background: #edf2ff; color: var(--blue); }
.workflow-callout span { display: flex; flex-direction: column; }
.workflow-callout strong { font-size: .82rem; }
.workflow-callout small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.record-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.record-grid article > div { height: 520px; padding: 22px 26px 0; overflow: hidden; border-radius: 18px; background: linear-gradient(150deg, #edf3ff, #f8f4ff); }
.record-grid article:nth-child(2) > div { background: linear-gradient(150deg, #effaf2, #f8fbf7); }
.record-grid article:nth-child(3) > div { background: linear-gradient(150deg, #fff2ef, #fff9f5); }
.record-grid img { width: 100%; height: auto; border-radius: 25px 25px 0 0; box-shadow: 0 18px 45px rgba(33, 54, 90, .18); }
.record-grid h3 { margin: 24px 0 8px; font-size: 1.4rem; letter-spacing: -.04em; }
.record-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.screenshot-rail { margin-top: 48px; padding: 7px 4px 30px; display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: #b5c3da transparent; }
.screenshot-rail img { width: 248px; height: 536px; flex: 0 0 248px; object-fit: cover; border: 7px solid #111827; border-radius: 32px; box-shadow: 0 18px 40px rgba(29, 45, 80, .14); scroll-snap-align: start; }
.screenshot-rail:focus-visible { outline: 3px solid var(--blue); outline-offset: 9px; }
.privacy-band { margin-top: 0; }
.privacy-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 21px; color: rgba(255,255,255,.8); font-size: .82rem; font-weight: 750; }
.medical-disclaimer { width: min(calc(100% - 48px), 900px); margin: -45px auto 90px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.medical-disclaimer strong { font-size: .83rem; }
.medical-disclaimer p { margin: 8px 0 0; color: var(--muted); font-size: .77rem; line-height: 1.55; }

/* Contact and legal pages */
.simple-hero {
  padding: 105px 24px 92px;
  text-align: center;
  background:
    radial-gradient(circle at 50% -20%, rgba(65,105,255,.2), transparent 45%),
    linear-gradient(180deg, #f4f7ff, #fff);
}
.simple-hero--pulse { background: radial-gradient(circle at 50% -20%, rgba(109,61,255,.22), transparent 46%), linear-gradient(180deg, #f5f4ff, #fff); }
.simple-hero .pulse-brand { justify-content: center; margin-bottom: 28px; }
.simple-hero h1 { margin: 0 auto; }
.simple-hero > p { max-width: 690px; margin: 20px auto 0; color: var(--muted); font-size: 1.05rem; line-height: 1.6; }
.pulse-brand { display: flex; align-items: center; gap: 14px; }
.pulse-brand img { border-radius: 22px; box-shadow: 0 12px 28px rgba(72, 65, 170, .18); }
.pulse-brand > span { display: flex; flex-direction: column; text-align: left; }
.pulse-brand strong { font-size: 1.25rem; }
.pulse-brand small { margin-top: 5px; color: var(--muted); font-size: .75rem; }
.contact-simple { width: min(calc(100% - 48px), 780px); margin: 0 auto; padding: 90px 0 115px; }
.contact-simple h2 { margin: 0 0 28px; font-size: 2.4rem; letter-spacing: -.05em; }
.contact-simple h3 { margin: 42px 0 12px; font-size: 1.2rem; }
.contact-simple p { color: var(--muted); font-size: .98rem; line-height: 1.7; }
.contact-simple a, .legal-copy a { color: var(--blue-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-copy { width: min(calc(100% - 48px), 860px); margin: 0 auto; padding: 76px 0 120px; }
.legal-updated { margin: 0 0 44px; color: var(--blue) !important; font-size: .77rem !important; font-weight: 850; text-transform: uppercase; }
.legal-copy section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-copy section:first-of-type { border-top: 0; }
.legal-copy h2 { margin: 0 0 16px; font-size: 1.55rem; letter-spacing: -.035em; }
.legal-copy h3 { margin: 24px 0 10px; font-size: 1.03rem; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: .93rem; line-height: 1.75; }
.legal-copy ul { padding-left: 22px; }
.legal-highlight { margin: 0 0 25px; padding: 28px !important; border: 1px solid #cbd9ff !important; border-radius: 14px; background: #f3f6ff; }

.site-footer { padding: 55px max(24px, calc((100vw - var(--max)) / 2)) 34px; border-top: 1px solid var(--line); background: #fff; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.footer-inner > div { max-width: 330px; }
.footer-inner strong { font-size: .95rem; }
.footer-inner p { margin: 8px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; color: #4d596d; font-size: .77rem; }
.footer-inner nav a:hover { color: var(--blue); }
.copyright { margin: 42px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: #8993a3; font-size: .7rem; }

@media (max-width: 1000px) {
  .site-header { gap: 20px; }
  .main-nav { gap: 18px; }
  .header-action { display: none; }
  .hero-inner, .pulse-hero-inner { grid-template-columns: 1fr; padding-top: 75px; }
  .studio-hero, .hero-inner, .pulse-hero, .pulse-hero-inner { min-height: auto; }
  .hero-copy { max-width: 760px; }
  .game-concept { width: min(100%, 600px); min-height: 570px; margin: -30px auto 0; }
  .phone-composition { width: min(100%, 620px); min-height: 640px; margin: -15px auto 0; }
  .about-layout { grid-template-columns: 1fr; gap: 30px; }
  .section-heading, .about-copy { grid-column: 1; }
  .value-grid, .overview-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-layout { grid-template-columns: 1fr; gap: 55px; }
  .workflow-layout > div:first-child { max-width: 700px; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; padding: 0 18px; }
  .brand-lockup small { display: none; }
  .studio-logo, .brand-lockup--pulse img { width: 40px; height: 40px; }
  .main-nav a:nth-child(n+3) { display: none; }
  .main-nav { gap: 16px; font-size: .78rem; }
  .hero-inner { width: min(calc(100% - 36px), var(--max)); padding: 66px 0 58px; }
  .hero-copy h1 { font-size: clamp(4rem, 20vw, 5.3rem); }
  .pulse-hero .hero-copy h1 { font-size: clamp(3.2rem, 14vw, 4.5rem); }
  .hero-copy > p { font-size: .96rem; }
  .game-concept { min-height: 490px; transform: scale(.86); transform-origin: top center; margin-bottom: -70px; }
  .concept-panel--back { right: -4px; }
  .concept-panel--middle { right: 95px; }
  .concept-panel--front { right: 36px; }
  .concept-note { right: 0; }
  .section { padding: 74px 18px; }
  .section h2, .studio-cta h2, .privacy-band h2, .simple-hero h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .value-grid, .overview-grid, .platform-grid, .feature-grid, .record-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 125px; }
  .value-grid h3 { margin-top: 26px; }
  .platform-grid article { min-height: 200px; }
  .studio-cta, .privacy-band { width: calc(100% - 36px); padding: 42px 28px; flex-direction: column; align-items: flex-start; margin-bottom: 72px; }
  .phone-composition { min-height: 560px; transform: scale(.82); transform-origin: top center; margin-bottom: -95px; }
  .phone-card--back { right: -40px; }
  .phone-card--middle { left: -25px; }
  .floating-insight { right: -25px; }
  .workflow-visual { min-height: 610px; transform: scale(.9); transform-origin: top center; margin-bottom: -55px; }
  .workflow-callout--one { right: -30px; }
  .workflow-callout--two { left: -30px; }
  .record-grid article > div { height: 590px; }
  .privacy-actions { align-items: flex-start; }
  .medical-disclaimer { width: calc(100% - 36px); margin-top: -25px; }
  .simple-hero { padding: 78px 18px 72px; }
  .legal-copy, .contact-simple { width: calc(100% - 36px); padding: 62px 0 88px; }
  .footer-inner { flex-direction: column; }
  .footer-inner nav { justify-content: flex-start; }
}

@media (max-width: 440px) {
  .brand-lockup strong { font-size: .83rem; }
  .main-nav { gap: 12px; }
  .main-nav a:nth-child(2) { display: none; }
  .game-concept { left: 50%; width: 470px; transform: translateX(-50%) scale(.75); margin-bottom: -120px; }
  .phone-composition { left: 50%; width: 500px; transform: translateX(-50%) scale(.72); margin-bottom: -145px; }
  .workflow-visual { left: 50%; width: 480px; transform: translateX(-50%) scale(.72); margin-bottom: -155px; }
  .record-grid article > div { height: 500px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
