:root {
  color-scheme: light;
  --ink: #171b18;
  --muted: #5f6661;
  --paper: #f5f6f2;
  --field: #a7ff10;
  --field-dark: #071006;
  --lime: #a7ff10;
  --aqua: #d8ff68;
  --clay: #00533d;
  --line: rgba(0, 83, 61, 0.18);
  --panel: #ffffff;
  --panel-2: #eef2ed;
  --shadow: 0 28px 90px rgba(11, 18, 14, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 0%, rgba(167, 255, 16, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(216, 255, 104, 0.16), transparent 30rem),
    linear-gradient(180deg, #fbfcf8 0%, var(--paper) 48%, #eef1ec 100%);
}

body.plato-page {
  --ink: #171b18;
  --muted: #5f6661;
  --paper: #f5f6f2;
  --field: #a7ff10;
  --field-dark: #071006;
  --lime: #a7ff10;
  --aqua: #d8ff68;
  --clay: #00533d;
  --line: rgba(0, 83, 61, 0.18);
  --shadow: 0 28px 90px rgba(11, 18, 14, 0.16);
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px clamp(20px, 5vw, 64px);
  color: var(--ink);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  color: var(--ink);
  background: rgba(245, 246, 242, 0.82);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(18px);
}

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

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0, 83, 61, 0.14);
}

nav {
  gap: clamp(14px, 3vw, 34px);
  font-size: 14px;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: center;
  padding: 118px clamp(20px, 6vw, 78px) 70px;
  overflow: hidden;
  color: #ffffff;
}

.plato-hero {
  background:
    radial-gradient(circle at 74% 32%, rgba(167, 255, 16, 0.4), transparent 18%),
    linear-gradient(135deg, #f8faf4 0%, #edf1ea 58%, #e6ebe4 100%);
  color: var(--ink);
}

#analysisCanvas,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#analysisCanvas {
  background: #080807;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(12, 11, 9, 0.64) 47%, rgba(246, 220, 137, 0.08)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.06) 55%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 790px;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lime);
}

.eyebrow.dark {
  color: var(--field);
}

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

h1 {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: clamp(72px, 13vw, 168px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(36px, 6vw, 76px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 34px;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 600;
  line-height: 1.35;
  color: rgba(23, 27, 24, 0.7);
}

.hero-actions {
  display: flex;
  align-items: center;
}

.hero-actions {
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid transparent;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

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

.button.primary {
  color: var(--field-dark);
  background: var(--lime);
  box-shadow: 0 16px 34px rgba(167, 255, 16, 0.28);
}

.button.secondary {
  color: var(--ink);
  border-color: rgba(0, 83, 61, 0.22);
  background: rgba(255, 255, 255, 0.58);
}

.intro-band {
  display: grid;
  min-height: 23svh;
  place-items: center;
  padding: 44px clamp(20px, 8vw, 120px);
  background: #f8faf4;
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.plato-band {
  background: #f8faf4;
  color: var(--ink);
}

.intro-band p {
  max-width: 1020px;
  margin: 0;
  font-size: clamp(24px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.06;
  text-align: center;
}

.product-section,
.apps-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
  padding: clamp(70px, 10vw, 132px) clamp(20px, 6vw, 78px);
}

.app-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 24px;
  align-items: end;
  min-height: 410px;
  padding: clamp(28px, 5vw, 54px);
  color: var(--ink);
  background:
    radial-gradient(circle at 24% 22%, rgba(167, 255, 16, 0.44), transparent 20%),
    linear-gradient(135deg, #ffffff, #f1f4ef 58%, #e8eee5);
  border: 1px solid var(--line);
}

.app-card img {
  width: 118px;
  height: 118px;
  border-radius: 26px;
  box-shadow: 0 22px 42px rgba(0, 35, 24, 0.34);
}

.app-card h3 {
  margin-bottom: 10px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.95;
}

.app-card p:not(.panel-kicker) {
  max-width: 440px;
  color: rgba(23, 27, 24, 0.68);
  font-size: 18px;
  line-height: 1.5;
}

.app-card span {
  color: var(--lime);
  font-size: 14px;
  font-weight: 900;
}

.section-copy p,
.studio-section p,
.contact-section p,
.feature-grid p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.section-copy > p:last-child {
  max-width: 620px;
  font-size: 20px;
}

.preview-stack {
  display: grid;
  gap: 18px;
}

.source-shot {
  display: grid;
  min-height: 610px;
  place-items: center;
  padding: clamp(28px, 4vw, 46px);
  background:
    radial-gradient(circle at 20% 0%, rgba(246, 220, 137, 0.24), transparent 24%),
    linear-gradient(135deg, #252115 0%, #090908 68%);
  border: 1px solid var(--line);
}

.source-shot img {
  width: min(430px, 92%);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.golfclaw-page .site-header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
}

.showcase-hero {
  min-height: 104svh;
  display: grid;
  grid-template-rows: auto minmax(430px, 1fr);
  align-items: start;
  justify-items: center;
  padding: 118px clamp(14px, 4vw, 52px) 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 38%, rgba(246, 220, 137, 0.12), transparent 24rem),
    linear-gradient(180deg, #0f0e0b 0%, #080807 56%, #000000 100%);
}

.showcase-hero #analysisCanvas {
  opacity: 0.38;
}

.showcase-hero .hero-shade {
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0.1), rgba(7, 7, 7, 0.32) 52%, #070707 96%);
}

.showcase-copy {
  max-width: 780px;
  display: grid;
  justify-items: center;
}

.showcase-copy h1 {
  margin-bottom: 20px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(70px, 10vw, 138px);
  font-weight: 850;
  line-height: 0.9;
}

.showcase-copy .hero-copy {
  max-width: 640px;
  margin-bottom: 26px;
  color: rgba(255, 248, 223, 0.72);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
}

.showcase-copy .hero-actions {
  justify-content: center;
}

.showcase-stage {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  min-height: 590px;
  margin-top: 16px;
  overflow: hidden;
}

.showcase-stage::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 0;
  height: 62%;
  border-radius: 999px 999px 0 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(246, 220, 137, 0.12), transparent 56%),
    linear-gradient(180deg, rgba(246, 220, 137, 0.045), rgba(7, 7, 7, 0));
  filter: blur(2px);
}

.showcase-phone {
  position: absolute;
  left: 50%;
  bottom: -238px;
  width: min(620px, 58vw);
  max-width: none;
  border-radius: 34px;
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.48);
  transform: translateX(-50%) rotate(-4deg);
}

.golfclaw-page .product-section {
  background:
    radial-gradient(circle at 78% 18%, rgba(246, 220, 137, 0.08), transparent 22rem),
    linear-gradient(180deg, #070707, #0d0c09 100%);
  border-top: 1px solid var(--line);
}

.golf-product .section-copy {
  align-self: start;
  position: sticky;
  top: 108px;
}

.golf-product .source-shot {
  overflow: hidden;
}

.golf-product .source-shot img {
  transform: translateY(24px);
}

.golf-features article {
  background:
    linear-gradient(180deg, rgba(246, 220, 137, 0.06), rgba(246, 220, 137, 0.015)),
    #090908;
}

.golf-features h3 {
  color: #fff8df;
}

.launch-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 520px;
  padding: clamp(28px, 5vw, 54px);
  color: #fff8df;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.88)),
    url("golfclaw-icon.png") center 23% / min(210px, 46%) no-repeat,
    radial-gradient(circle at 72% 24%, rgba(246, 220, 137, 0.3), transparent 15%),
    radial-gradient(circle at 28% 20%, rgba(255, 248, 223, 0.12), transparent 24%),
    linear-gradient(135deg, #1b1912, #0c0b09 48%, #000000 100%);
  border: 1px solid var(--line);
}

.launch-panel h3 {
  max-width: 420px;
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.launch-panel p {
  max-width: 470px;
  color: rgba(255, 248, 223, 0.72);
  font-size: 18px;
  line-height: 1.55;
}

.panel-kicker {
  margin-bottom: auto;
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panel-button {
  width: fit-content;
  margin-top: 10px;
  color: var(--field-dark);
  background: var(--lime);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 7, 0.42);
}

.feature-grid article {
  min-height: 280px;
  padding: clamp(28px, 5vw, 54px);
  border-right: 1px solid var(--line);
}

.feature-grid article:last-child {
  border-right: 0;
}

.feature-number {
  display: block;
  margin-bottom: 58px;
  color: var(--clay);
  font-weight: 800;
}

.studio-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 8vw, 110px);
  padding: clamp(70px, 10vw, 130px) clamp(20px, 6vw, 78px);
  background: #f8faf4;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.studio-section p {
  align-self: end;
  margin-bottom: 10px;
  font-size: 22px;
}

.contact-section {
  display: grid;
  justify-items: center;
  padding: clamp(70px, 11vw, 140px) clamp(20px, 6vw, 78px);
  text-align: center;
}

.contact-section h2 {
  max-width: 920px;
}

.contact-section p {
  max-width: 620px;
  margin-bottom: 28px;
  font-size: 20px;
}

.button.contact {
  color: var(--field-dark);
  background: var(--field-dark);
}

.button.contact,
.button.panel-button {
  background: var(--lime);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(20px, 6vw, 78px);
  color: var(--ink);
  background: #f8faf4;
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

.footer-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.policy-page {
  background: var(--paper);
}

.policy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px clamp(20px, 5vw, 64px);
  color: var(--ink);
  background: rgba(245, 246, 242, 0.92);
  border-bottom: 1px solid var(--line);
}

.policy-main {
  padding: clamp(40px, 6vw, 82px) clamp(20px, 6vw, 78px) clamp(70px, 10vw, 132px);
}

.policy-hero {
  position: relative;
  max-width: 980px;
  margin-bottom: 32px;
  padding-top: 54px;
}

.policy-hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  width: min(280px, 34vw);
  height: min(280px, 34vw);
  border: 1px solid rgba(246, 220, 137, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(246, 220, 137, 0.12), transparent 60%),
    linear-gradient(135deg, rgba(246, 220, 137, 0.08), transparent);
  opacity: 0.8;
  pointer-events: none;
}

.policy-hero h1 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(58px, 9vw, 126px);
}

.policy-hero p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
}

.policy-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 34px;
}

.policy-summary article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 100% 0%, rgba(167, 255, 16, 0.22), transparent 48%),
    var(--panel);
}

.policy-summary span {
  display: block;
  margin-bottom: 38px;
  color: var(--field);
  font-weight: 900;
}

.policy-summary strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 18px;
}

.policy-summary p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.policy-content {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--line);
}

.policy-content section {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: clamp(18px, 5vw, 72px);
  padding: clamp(24px, 4vw, 44px);
  background:
    linear-gradient(90deg, rgba(167, 255, 16, 0.12), transparent 38%),
    #ffffff;
}

.policy-content h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.06;
}

.policy-content p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.policy-content p:last-child {
  margin-bottom: 0;
}

.policy-content a {
  color: var(--field);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 880px) {
  .site-header {
    padding-block: 16px;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 88svh;
    align-items: end;
    padding-bottom: 58px;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.24) 74%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(246, 220, 137, 0.14));
  }

  .product-section,
  .apps-section,
  .studio-section,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .app-card {
    grid-template-columns: 1fr;
  }

  .launch-panel {
    min-height: 420px;
  }

  .source-shot {
    min-height: 560px;
  }

  .feature-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-grid article:last-child {
    border-bottom: 0;
  }

  .feature-number {
    margin-bottom: 26px;
  }

  .policy-header nav {
    display: none;
  }

  .policy-content section {
    grid-template-columns: 1fr;
  }

  .policy-summary {
    grid-template-columns: 1fr;
  }

  .golf-product .section-copy {
    position: static;
  }

  .showcase-hero {
    min-height: 96svh;
    grid-template-rows: auto minmax(360px, 1fr);
    padding-top: 104px;
  }

  .showcase-stage {
    min-height: 450px;
  }

  .showcase-phone {
    bottom: -142px;
    width: min(440px, 86vw);
  }

}

@media (max-width: 520px) {
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .intro-band p {
    text-align: left;
  }

  .source-shot img {
    width: min(360px, 94%);
  }

  footer {
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
    gap: 12px;
  }
}

/* Bright futuristic direction */
:root {
  color-scheme: light;
  --ink: #151815;
  --muted: #606861;
  --paper: #f6f7f3;
  --field: #a7ff10;
  --field-dark: #071006;
  --lime: #a7ff10;
  --aqua: #dbff6d;
  --clay: #0c5b3f;
  --line: rgba(11, 33, 20, 0.16);
  --panel: #ffffff;
  --panel-2: #eef2ed;
  --shadow: 0 34px 90px rgba(13, 25, 17, 0.16);
}

body,
body.plato-page,
.policy-page {
  color: var(--ink);
  background:
    radial-gradient(circle at 22% 2%, rgba(167, 255, 16, 0.16), transparent 28rem),
    radial-gradient(circle at 92% 16%, rgba(219, 255, 109, 0.14), transparent 30rem),
    linear-gradient(180deg, #fbfcf8 0%, var(--paper) 54%, #eef2ed 100%);
}

.site-header,
.policy-header,
.golfclaw-page .site-header {
  color: var(--ink);
  background: rgba(246, 247, 243, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(11, 33, 20, 0.08);
}

.site-header.scrolled {
  background: rgba(246, 247, 243, 0.9);
}

.brand-mark {
  box-shadow: 0 10px 28px rgba(167, 255, 16, 0.22);
}

.eyebrow,
.eyebrow.dark,
.feature-number,
.panel-kicker {
  color: var(--clay);
}

.button.primary,
.button.contact,
.button.panel-button {
  color: var(--field-dark);
  background: var(--lime);
  box-shadow: 0 16px 36px rgba(167, 255, 16, 0.34);
}

.button.secondary {
  color: var(--ink);
  border-color: rgba(7, 16, 6, 0.16);
  background: rgba(255, 255, 255, 0.78);
}

.plato-hero {
  min-height: 94svh;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(251, 252, 248, 0.88), rgba(246, 247, 243, 0.92)),
    radial-gradient(circle at 72% 36%, rgba(167, 255, 16, 0.42), transparent 22rem);
}

.plato-hero::after {
  content: "BUILD SMALL";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 120vw;
  color: rgba(167, 255, 16, 0.84);
  font-size: clamp(96px, 19vw, 292px);
  font-weight: 950;
  line-height: 0.76;
  text-align: center;
  letter-spacing: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.plato-hero .hero-content {
  z-index: 2;
}

.plato-hero .hero-copy,
.showcase-copy .hero-copy {
  color: rgba(21, 24, 21, 0.7);
}

.intro-band,
.plato-band,
.studio-section,
footer {
  color: var(--ink);
  background: rgba(251, 252, 248, 0.88);
  border-color: var(--line);
}

.app-card,
.feature-grid article,
.policy-summary article,
.policy-content section {
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 0%, rgba(167, 255, 16, 0.16), transparent 38%),
    rgba(255, 255, 255, 0.86);
  border-color: var(--line);
}

.feature-grid {
  background: rgba(255, 255, 255, 0.44);
  border-color: var(--line);
}

.feature-grid h3,
.golf-features h3,
.launch-panel h3 {
  color: var(--ink);
}

.product-section,
.apps-section,
.golfclaw-page .product-section {
  background:
    radial-gradient(circle at 78% 18%, rgba(167, 255, 16, 0.16), transparent 24rem),
    linear-gradient(180deg, #f8faf4 0%, #eef2ed 100%);
  border-top: 1px solid var(--line);
}

.showcase-hero {
  min-height: 106svh;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(251, 252, 248, 0.82), rgba(246, 247, 243, 0.95) 58%, #f6f7f3 100%),
    radial-gradient(circle at 50% 42%, rgba(167, 255, 16, 0.26), transparent 25rem);
}

.showcase-hero #analysisCanvas {
  display: none;
}

.showcase-hero::after {
  content: "ANALYZE YOUR SWING";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 142vw;
  color: rgba(167, 255, 16, 0.9);
  font-size: clamp(76px, 14.8vw, 236px);
  font-weight: 950;
  line-height: 0.78;
  text-align: center;
  letter-spacing: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.showcase-hero .hero-shade {
  background:
    linear-gradient(180deg, rgba(251, 252, 248, 0.74), rgba(246, 247, 243, 0.04) 38%, #f6f7f3 94%);
}

.showcase-copy {
  z-index: 3;
}

.showcase-copy h1 {
  color: var(--ink);
  font-size: clamp(76px, 10vw, 142px);
}

.showcase-stage {
  z-index: 2;
  min-height: 680px;
  overflow: visible;
}

.showcase-stage::before {
  left: 13%;
  right: 13%;
  bottom: 18px;
  height: 28%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(6, 16, 8, 0.2), transparent 62%);
  filter: blur(22px);
}

.phone-frame {
  position: absolute;
  overflow: hidden;
  background: #0a0d0b;
  border: 10px solid #0a0d0b;
  border-radius: 42px;
  box-shadow: 0 36px 90px rgba(13, 25, 17, 0.28);
}

.phone-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.hero-phone {
  left: 50%;
  bottom: -170px;
  width: min(382px, 47vw);
  aspect-ratio: 1320 / 2868;
  transform: translateX(-50%) rotate(-4deg);
  z-index: 4;
}

.floating-phone {
  width: min(236px, 24vw);
  aspect-ratio: 1320 / 2868;
  border-width: 8px;
  border-radius: 34px;
  opacity: 0.96;
  z-index: 3;
}

.floating-phone img {
  border-radius: 24px;
}

.floating-phone-left {
  left: 13%;
  bottom: 56px;
  transform: rotate(8deg);
}

.floating-phone-right {
  right: 12%;
  bottom: 102px;
  transform: rotate(-8deg);
}

.source-shot {
  min-height: 680px;
  background:
    radial-gradient(circle at 32% 0%, rgba(167, 255, 16, 0.2), transparent 28rem),
    linear-gradient(135deg, #ffffff 0%, #eef2ed 100%);
  border: 1px solid var(--line);
}

.source-shot img {
  width: min(410px, 92%);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.golf-product .source-shot img {
  transform: none;
}

.launch-panel {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(246, 247, 243, 0.94)),
    url("golfclaw-icon.png") center 24% / min(190px, 44%) no-repeat,
    radial-gradient(circle at 74% 22%, rgba(167, 255, 16, 0.22), transparent 20%),
    linear-gradient(135deg, #ffffff, #eef2ed);
  border-color: var(--line);
}

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

.policy-hero::after {
  border-color: rgba(167, 255, 16, 0.28);
  background: radial-gradient(circle, rgba(167, 255, 16, 0.2), transparent 62%);
}

@media (max-width: 880px) {
  .plato-hero::after {
    content: "BUILD";
    top: 40%;
    font-size: clamp(120px, 32vw, 210px);
  }

  .showcase-hero {
    min-height: 102svh;
    grid-template-rows: auto minmax(460px, 1fr);
  }

  .showcase-hero::after {
    content: "SWING";
    top: 48%;
    font-size: clamp(110px, 31vw, 220px);
  }

  .showcase-stage {
    min-height: 520px;
  }

  .hero-phone {
    width: min(340px, 76vw);
    bottom: -150px;
  }

  .floating-phone {
    display: none;
  }
}

/* once.film-inspired editorial rebuild */
:root {
  color-scheme: dark;
  --ink: #f7f4ec;
  --muted: #8f8b82;
  --paper: #080808;
  --field: #f7f4ec;
  --field-dark: #080808;
  --lime: #f7f4ec;
  --aqua: #d8d2c4;
  --clay: #c8b78c;
  --line: rgba(247, 244, 236, 0.12);
  --panel: #10100f;
  --panel-2: #171613;
  --shadow: 0 36px 110px rgba(0, 0, 0, 0.55);
}

body,
body.plato-page,
.policy-page {
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 244, 236, 0.08), transparent 34rem),
    linear-gradient(180deg, #0a0a09 0%, #060606 52%, #0a0908 100%);
}

.site-header,
.policy-header,
.golfclaw-page .site-header {
  color: var(--ink);
  background: rgba(8, 8, 8, 0.78);
  border-bottom: 0;
  backdrop-filter: blur(18px);
}

.site-header.scrolled {
  background: rgba(8, 8, 8, 0.9);
  box-shadow: 0 1px 0 var(--line);
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  box-shadow: none;
}

nav {
  gap: clamp(22px, 4vw, 52px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.hero,
.plato-hero,
.showcase-hero {
  min-height: 100svh;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 30%, rgba(247, 244, 236, 0.08), transparent 28rem),
    linear-gradient(180deg, #0a0a09 0%, #050505 100%);
}

.plato-hero,
.showcase-hero {
  display: grid;
  justify-items: center;
  align-items: start;
  grid-template-rows: auto minmax(420px, 1fr);
  padding: 132px clamp(20px, 5vw, 64px) 0;
  text-align: center;
}

.plato-hero::after,
.showcase-hero::after {
  display: none;
}

.hero-shade,
.showcase-hero .hero-shade {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.04), rgba(8, 8, 8, 0.56) 72%, #080808 100%);
}

.hero-content,
.showcase-copy {
  max-width: 1050px;
  display: grid;
  justify-items: center;
  z-index: 4;
}

.eyebrow,
.eyebrow.dark,
.panel-kicker {
  margin-bottom: 22px;
  color: rgba(247, 244, 236, 0.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.42em;
}

h1,
.showcase-copy h1 {
  max-width: 1040px;
  margin-bottom: 24px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 9vw, 126px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.015em;
}

h2 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6.5vw, 92px);
  font-weight: 400;
  line-height: 0.94;
}

.hero-copy,
.plato-hero .hero-copy,
.showcase-copy .hero-copy {
  max-width: 700px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.5;
}

.button,
.button.primary,
.button.secondary,
.button.contact,
.button.panel-button {
  min-height: 58px;
  padding: 0 28px;
  color: #080808;
  background: #f7f4ec;
  border-color: transparent;
  box-shadow: none;
}

.button.secondary {
  color: var(--ink);
  background: rgba(247, 244, 236, 0.1);
  border-color: rgba(247, 244, 236, 0.16);
}

.plato-hero-stage,
.showcase-stage {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  min-height: 560px;
  margin-top: 28px;
  overflow: hidden;
}

.plato-hero-stage::before,
.showcase-stage::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: -18px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(247, 244, 236, 0.16), transparent 64%);
  filter: blur(18px);
}

.phone-frame {
  background: #070707;
  border-color: #101010;
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.68);
}

.home-phone,
.hero-phone {
  left: 50%;
  bottom: -190px;
  width: min(372px, 42vw);
  aspect-ratio: 1320 / 2868;
  transform: translateX(-50%) rotate(-2deg);
  z-index: 4;
}

.hero-qr-card,
.film-card,
.floating-phone {
  position: absolute;
  border: 1px solid rgba(247, 244, 236, 0.1);
  background: rgba(247, 244, 236, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
}

.hero-qr-card {
  left: 0;
  top: 20px;
  width: 192px;
  min-height: 212px;
  padding: 18px;
  border-radius: 20px;
}

.hero-qr-card strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.32em;
}

.film-card {
  display: grid;
  gap: 8px;
  width: 270px;
  min-height: 112px;
  padding: 22px;
  border-radius: 24px;
  text-align: left;
}

.film-card span {
  color: var(--muted);
  font-size: 13px;
}

.film-card strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
}

.film-card-left {
  left: 10%;
  bottom: 92px;
  transform: rotate(-5deg);
}

.film-card-right {
  right: 7%;
  bottom: 138px;
  transform: rotate(4deg);
}

.floating-phone {
  background: #080808;
  border-color: #111;
}

.floating-phone-left {
  left: 6%;
  bottom: 76px;
}

.floating-phone-right {
  right: 5%;
  bottom: 118px;
}

.intro-band,
.plato-band,
.product-section,
.apps-section,
.golfclaw-page .product-section,
.studio-section,
.contact-section,
footer,
.policy-main {
  color: var(--ink);
  background: #080808;
  border-color: var(--line);
}

.intro-band p {
  max-width: 960px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.98;
}

.app-card,
.feature-grid article,
.policy-summary article,
.policy-content section,
.source-shot,
.launch-panel {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(247, 244, 236, 0.08), rgba(247, 244, 236, 0.03)),
    #10100f;
  border-color: rgba(247, 244, 236, 0.12);
}

.app-card {
  border-radius: 28px;
}

.feature-grid {
  background: #080808;
  border-color: var(--line);
}

.section-copy p,
.studio-section p,
.contact-section p,
.feature-grid p,
.policy-content p,
.policy-summary p,
.launch-panel p,
.app-card p:not(.panel-kicker) {
  color: var(--muted);
}

.source-shot {
  border-radius: 28px;
}

.source-shot img {
  border-radius: 34px;
}

.launch-panel {
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(8, 8, 8, 0.9)),
    url("golfclaw-icon.png") center 24% / min(190px, 44%) no-repeat,
    #10100f;
}

.policy-hero h1 {
  color: var(--ink);
}

.policy-header {
  background: rgba(8, 8, 8, 0.9);
}

.policy-content a {
  color: var(--ink);
}

footer {
  color: var(--muted);
}

@media (max-width: 880px) {
  .plato-hero,
  .showcase-hero {
    min-height: 100svh;
    grid-template-rows: auto minmax(390px, 1fr);
    padding-top: 112px;
  }

  h1,
  .showcase-copy h1 {
    font-size: clamp(52px, 16vw, 92px);
  }

  .plato-hero-stage,
  .showcase-stage {
    min-height: 430px;
  }

  .home-phone,
  .hero-phone {
    width: min(310px, 78vw);
    bottom: -152px;
  }

  .hero-qr-card,
  .film-card,
  .floating-phone {
    display: none;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 24px;
  }

  .plato-hero,
  .showcase-hero {
    padding-inline: 18px;
  }
}

/* Visibility and real QR refinements */
.plato-page .hero-content,
.golfclaw-page .showcase-copy {
  position: relative;
  isolation: isolate;
  color: #fffaf0;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.72);
}

.plato-page .hero-content h1,
.plato-page .hero-content p,
.plato-page .hero-content .eyebrow,
.golfclaw-page .showcase-copy h1,
.golfclaw-page .showcase-copy p,
.golfclaw-page .showcase-copy .eyebrow {
  color: #fffaf0;
}

.plato-page .hero-copy,
.golfclaw-page .showcase-copy .hero-copy {
  color: rgba(255, 250, 240, 0.74);
}

.plato-page .site-header,
.golfclaw-page .site-header,
.policy-header {
  color: #fffaf0;
}

.hero-qr-card {
  display: grid;
  gap: 13px;
  background: rgba(255, 250, 240, 0.1);
}

.hero-qr-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  background: #fff;
}

.hero-qr-card strong {
  margin: 0;
  width: 100%;
  border-radius: 999px;
  padding: 8px 10px;
  color: #080808;
  background: #fffaf0;
  line-height: 1.35;
  text-align: center;
  text-shadow: none;
}

/* Readability pass for the dark editorial theme */
:root {
  --muted: rgba(255, 250, 240, 0.76);
  --soft-text: rgba(255, 250, 240, 0.82);
  --dim-text: rgba(255, 250, 240, 0.66);
}

body,
body.plato-page,
body.golfclaw-page,
.policy-page {
  color: #fffaf0;
}

.section-copy p,
.studio-section p,
.contact-section p,
.feature-grid p,
.policy-content p,
.policy-summary p,
.launch-panel p,
.app-card p:not(.panel-kicker),
footer,
.footer-links,
.film-card span {
  color: var(--soft-text);
}

.section-copy h2,
.studio-section h2,
.contact-section h2,
.feature-grid h3,
.golf-features h3,
.launch-panel h3,
.app-card h3,
.policy-content h2,
.policy-summary strong,
.policy-hero h1 {
  color: #fffaf0;
}

.eyebrow,
.eyebrow.dark,
.panel-kicker,
.feature-number {
  color: rgba(255, 250, 240, 0.72);
}

.golfclaw-page .product-section,
.golfclaw-page .feature-grid,
.golfclaw-page .contact-section,
.golfclaw-page footer {
  background: #080808;
}

.golfclaw-page .section-copy > p:last-child,
.golfclaw-page .contact-section p,
.golfclaw-page .feature-grid p,
.golfclaw-page .launch-panel p {
  color: rgba(255, 250, 240, 0.82);
}

.golfclaw-page .source-shot,
.golfclaw-page .launch-panel,
.golfclaw-page .feature-grid article {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.1), rgba(255, 250, 240, 0.035)),
    #11100f;
}

/* Motion and realistic phone treatment */
.plato-hero-stage,
.showcase-stage {
  perspective: 1200px;
  overflow: visible;
}

.phone-frame {
  --phone-x: 0%;
  --phone-tilt: 0deg;
  --phone-depth: 28px;
  isolation: isolate;
  overflow: visible;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(115deg, #2e2f32 0%, #090909 34%, #252629 60%, #050505 100%);
  border-radius: 48px;
  box-shadow:
    0 56px 130px rgba(0, 0, 0, 0.72),
    -16px 18px 42px rgba(255, 250, 240, 0.07) inset,
    12px -18px 30px rgba(255, 255, 255, 0.08) inset;
  transform:
    translateX(var(--phone-x))
    rotateY(-18deg)
    rotateX(7deg)
    rotateZ(var(--phone-tilt));
  transform-style: preserve-3d;
}

.phone-frame::before {
  content: "";
  position: absolute;
  inset: 18px -17px 18px auto;
  width: var(--phone-depth);
  border-radius: 0 36px 36px 0;
  background:
    linear-gradient(90deg, #070707, #393a3d 48%, #111);
  transform: translateZ(-22px) skewY(-8deg);
  transform-origin: left center;
  z-index: -1;
  box-shadow: 16px 22px 48px rgba(0, 0, 0, 0.42);
}

.phone-frame::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 36px;
  pointer-events: none;
  z-index: 3;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.08) 18%, transparent 42%),
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.24), transparent 10%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 28%, rgba(0, 0, 0, 0.08));
  mix-blend-mode: screen;
}

.phone-frame img {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.8),
    0 16px 32px rgba(0, 0, 0, 0.42) inset;
}

.phone-sensor {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 4;
  width: 92px;
  height: 25px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 78% 50%, #10183f 0 4px, #050505 5px 8px, transparent 9px),
    linear-gradient(180deg, #050505, #000);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.14) inset,
    0 10px 18px rgba(0, 0, 0, 0.35);
  transform: translateX(-50%) translateZ(28px);
}

.home-phone,
.hero-phone {
  --phone-x: -50%;
  --phone-tilt: -4deg;
  bottom: -176px;
  animation: heroPhoneFloat 7s ease-in-out infinite;
}

.floating-phone-left {
  --phone-tilt: 8deg;
  animation: sidePhoneFloat 8s ease-in-out infinite;
}

.floating-phone-right {
  --phone-tilt: -9deg;
  animation: sidePhoneFloat 8.6s ease-in-out 900ms infinite;
}

.hero-qr-card {
  animation: cardDrift 7.5s ease-in-out 240ms infinite;
}

.film-card-left {
  animation: cardDrift 8.2s ease-in-out infinite;
}

.film-card-right {
  animation: cardDriftAlt 8.8s ease-in-out 500ms infinite;
}

.hero-content {
  animation: copyRise 760ms ease-out both;
}

.plato-hero-stage,
.showcase-stage {
  animation: stageRise 900ms ease-out 120ms both;
}

.button {
  position: relative;
  overflow: hidden;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.36) 42%, transparent 68%);
  transform: translateX(-120%);
  transition: transform 480ms ease;
}

.button:hover::after {
  transform: translateX(120%);
}

@keyframes heroPhoneFloat {
  0%,
  100% {
    transform: translateX(var(--phone-x)) translateY(0) rotateY(-18deg) rotateX(7deg) rotateZ(var(--phone-tilt));
  }

  50% {
    transform: translateX(var(--phone-x)) translateY(-18px) rotateY(-13deg) rotateX(5deg) rotateZ(calc(var(--phone-tilt) + 1.5deg));
  }
}

@keyframes sidePhoneFloat {
  0%,
  100% {
    transform: translateY(0) rotateY(-16deg) rotateX(6deg) rotateZ(var(--phone-tilt));
  }

  50% {
    transform: translateY(-14px) rotateY(-10deg) rotateX(4deg) rotateZ(calc(var(--phone-tilt) - 1deg));
  }
}

@keyframes cardDrift {
  0%,
  100% {
    transform: translateY(0) rotate(-5deg);
  }

  50% {
    transform: translateY(-12px) rotate(-2deg);
  }
}

@keyframes cardDriftAlt {
  0%,
  100% {
    transform: translateY(0) rotate(4deg);
  }

  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}

@keyframes copyRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@keyframes stageRise {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.98);
  }

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

@media (prefers-reduced-motion: reduce) {
  .phone-frame,
  .hero-qr-card,
  .film-card,
  .hero-content,
  .plato-hero-stage,
  .showcase-stage {
    animation: none;
  }

  .button::after {
    display: none;
  }
}

/* iPhone hero spacing and hardware polish */
.plato-hero,
.showcase-hero {
  min-height: 118svh;
  grid-template-rows: auto minmax(620px, 1fr);
  padding-bottom: clamp(72px, 10vw, 130px);
}

.plato-hero .hero-content,
.showcase-hero .hero-content {
  margin-bottom: clamp(28px, 5vw, 68px);
}

.plato-hero-stage,
.showcase-stage {
  min-height: 680px;
  margin-top: 0;
  padding-bottom: 110px;
}

.intro-band {
  position: relative;
  z-index: 6;
  padding-top: clamp(76px, 9vw, 126px);
  box-shadow: 0 -1px 0 rgba(255, 250, 240, 0.1);
}

.phone-frame {
  --phone-depth: 34px;
  padding: 13px;
  border-radius: 54px;
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(110deg, #bfc3c8 0%, #575b61 8%, #151517 18%, #050505 42%, #2a2c31 68%, #0c0c0d 100%);
  box-shadow:
    0 72px 150px rgba(0, 0, 0, 0.78),
    0 0 0 1px rgba(255, 255, 255, 0.11),
    -18px 24px 42px rgba(255, 255, 255, 0.09) inset,
    16px -18px 28px rgba(255, 255, 255, 0.08) inset,
    0 0 0 7px #050505 inset;
}

.phone-frame::before {
  inset: 22px -21px 22px auto;
  border-radius: 0 42px 42px 0;
  background:
    linear-gradient(90deg, #050505 0%, #23252a 32%, #a7adb5 50%, #1a1b1f 70%, #060606 100%);
  transform: translateZ(-28px) skewY(-9deg);
}

.phone-frame::after {
  inset: 13px;
  border-radius: 40px;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.13) 14%, transparent 38%),
    linear-gradient(252deg, rgba(255, 255, 255, 0.16) 0%, transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 25%, rgba(0, 0, 0, 0.12));
}

.phone-frame img {
  border-radius: 39px;
  filter: saturate(1.04) contrast(0.98);
}

.phone-sensor {
  top: 27px;
  width: 108px;
  height: 31px;
  background:
    radial-gradient(circle at 76% 50%, #18224c 0 5px, #070707 6px 10px, transparent 11px),
    radial-gradient(circle at 87% 50%, rgba(64, 88, 180, 0.44), transparent 7px),
    linear-gradient(180deg, #060606, #000);
}

.home-phone,
.hero-phone {
  width: min(346px, 37vw);
  bottom: 10px;
  --phone-tilt: -3deg;
}

.floating-phone {
  padding: 10px;
  border-radius: 42px;
}

.floating-phone .phone-sensor {
  top: 22px;
  width: 78px;
  height: 23px;
}

.film-card-left {
  bottom: 184px;
}

.film-card-right {
  bottom: 226px;
}

.hero-qr-card {
  top: 74px;
}

@media (max-width: 880px) {
  .plato-hero,
  .showcase-hero {
    min-height: auto;
    grid-template-rows: auto minmax(500px, 1fr);
    padding-bottom: 78px;
  }

  .plato-hero-stage,
  .showcase-stage {
    min-height: 520px;
    padding-bottom: 92px;
  }

  .home-phone,
  .hero-phone {
    width: min(286px, 70vw);
    bottom: 6px;
  }
}

/* Final hero collision and iPhone clarity pass */
.plato-page .plato-hero {
  min-height: 132svh;
  grid-template-rows: auto minmax(760px, 1fr);
  padding-bottom: clamp(150px, 16vw, 230px);
}

.plato-page .hero-content {
  position: relative;
  z-index: 30;
  margin-bottom: clamp(86px, 10vw, 150px);
}

.plato-page .plato-hero-stage {
  z-index: 2;
  min-height: 760px;
  margin-top: 0;
  padding-bottom: 190px;
}

.plato-page .home-phone {
  width: min(306px, 30vw);
  bottom: 78px;
  --phone-tilt: -2deg;
}

.phone-frame {
  padding: 9px;
  border-radius: 58px;
  border: 2px solid rgba(210, 216, 224, 0.46);
  background:
    linear-gradient(120deg, #f1f3f5 0%, #777d86 7%, #111214 16%, #050505 50%, #23262b 78%, #b7bec8 100%);
  box-shadow:
    0 66px 145px rgba(0, 0, 0, 0.78),
    0 0 0 8px #050505 inset,
    0 0 0 10px rgba(255, 255, 255, 0.06) inset,
    -12px 16px 28px rgba(255, 255, 255, 0.08) inset;
}

.phone-frame::before {
  width: 24px;
  inset: 30px -16px 34px auto;
  border-radius: 0 34px 34px 0;
  background:
    linear-gradient(90deg, #040404 0%, #1d2024 35%, #c9ced6 58%, #15171b 78%, #050505 100%);
  opacity: 0.9;
}

.phone-frame::after {
  inset: 9px;
  border-radius: 46px;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.09) 17%, transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%, rgba(0, 0, 0, 0.18));
}

.phone-frame img {
  border-radius: 46px;
}

.phone-sensor {
  top: 21px;
  width: 112px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at 75% 50%, #1a2c68 0 5px, #050505 6px 11px, transparent 12px),
    linear-gradient(180deg, #050505, #000);
}

.phone-sensor::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  width: 36px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-50%);
}

.film-card {
  background: rgba(15, 15, 14, 0.86);
  border-color: rgba(255, 250, 240, 0.22);
}

.film-card span,
.film-card strong {
  color: #fffaf0 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82);
}

.film-card span {
  color: rgba(255, 250, 240, 0.82) !important;
}

.plato-page .film-card-left {
  bottom: 270px;
  left: 8%;
}

.plato-page .film-card-right {
  bottom: 316px;
  right: 6%;
}

.plato-page .hero-qr-card {
  top: 128px;
}

@media (max-width: 880px) {
  .plato-page .plato-hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    padding-top: 92px;
    padding-bottom: 86px;
  }

  .plato-page .hero-content {
    margin-bottom: 34px;
  }

  .plato-page .plato-hero-stage {
    display: grid;
    min-height: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    place-items: center;
  }

  .plato-page .home-phone {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(238px, 62vw);
    margin-top: 22px;
    --phone-x: 0%;
    --phone-tilt: 0deg;
  }

  .plato-page .hero-qr-card {
    position: absolute;
    top: 235px;
    left: 50%;
    z-index: 12;
    width: min(190px, 52vw);
    min-height: 0;
    padding: 14px;
    animation: none;
    transform: translateX(-50%);
  }

  .plato-page .film-card {
    display: none;
  }

  .plato-page .hero-actions {
    width: min(360px, 100%);
    justify-content: center;
  }

  .plato-page .hero-actions .button {
    width: 100%;
  }

  .intro-band {
    padding-top: 64px;
  }
}

.hero-qr-card {
  z-index: 12;
}

.phone-frame {
  z-index: 5;
}

/* Editorial first-launch section */
.plato-page .apps-section {
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.74fr);
  align-items: end;
  padding-top: clamp(78px, 9vw, 122px);
  padding-bottom: clamp(78px, 9vw, 122px);
  background:
    radial-gradient(circle at 82% 50%, rgba(255, 250, 240, 0.08), transparent 22rem),
    #080808;
  border-top: 1px solid rgba(255, 250, 240, 0.1);
  border-bottom: 1px solid rgba(255, 250, 240, 0.1);
}

.plato-page .apps-section .section-copy h2 {
  max-width: 680px;
}

.plato-page .apps-section .section-copy p:last-child {
  max-width: 560px;
}

.plato-page .app-card {
  min-height: 0;
  grid-template-columns: 84px 1fr;
  align-items: center;
  gap: 22px;
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.08), rgba(255, 250, 240, 0.03)),
    rgba(255, 250, 240, 0.035);
  border: 1px solid rgba(255, 250, 240, 0.14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.plato-page .app-card img {
  width: 84px;
  height: 84px;
  border-radius: 21px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
}

.plato-page .app-card h3 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
}

.plato-page .app-card p:not(.panel-kicker) {
  margin-bottom: 16px;
  color: rgba(255, 250, 240, 0.72);
  font-size: 16px;
}

.plato-page .app-card span {
  color: #080808;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border-radius: 999px;
  padding: 0 16px;
  background: #fffaf0;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 880px) {
  .plato-page .apps-section {
    grid-template-columns: 1fr;
    padding-inline: 18px;
  }

  .plato-page .app-card {
    grid-template-columns: 72px 1fr;
    padding: 18px;
  }

  .plato-page .app-card img {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }
}

/* Editorial principles band */
.plato-page .studio-principles {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
  padding: clamp(76px, 10vw, 136px) clamp(20px, 6vw, 78px);
  background: #080808;
  border-top: 1px solid rgba(255, 250, 240, 0.1);
  border-bottom: 1px solid rgba(255, 250, 240, 0.1);
}

.plato-page .principles-copy h2 {
  max-width: 760px;
}

.plato-page .principles-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: 28px;
  background: rgba(255, 250, 240, 0.12);
}

.plato-page .studio-principles article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  min-height: 0;
  padding: 24px;
  border: 0;
  background: rgba(255, 250, 240, 0.045);
}

.plato-page .studio-principles .feature-number {
  margin: 4px 0 0;
  color: rgba(255, 250, 240, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.plato-page .studio-principles h3 {
  margin-bottom: 8px;
  color: #fffaf0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
}

.plato-page .studio-principles p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 880px) {
  .plato-page .studio-principles {
    grid-template-columns: 1fr;
    padding-inline: 18px;
  }

  .plato-page .studio-principles article {
    grid-template-columns: 42px 1fr;
    padding: 20px;
  }
}

/* CTA and intro contrast fixes */
.plato-page .button.primary {
  color: #080808;
  background: #fffaf0;
}

.plato-page .button.secondary {
  color: #fffaf0 !important;
  background: rgba(255, 250, 240, 0.14);
  border: 1px solid rgba(255, 250, 240, 0.34);
  text-shadow: none;
}

.intro-band,
.plato-band {
  background:
    linear-gradient(180deg, #10100f 0%, #080808 100%);
}

.intro-band p,
.plato-band p {
  color: #fffaf0 !important;
  opacity: 1;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.82);
}

/* Softer iPhone side rail */
.phone-frame {
  --phone-depth: 0px;
  transform:
    translateX(var(--phone-x))
    rotateY(0deg)
    rotateX(0deg)
    rotateZ(var(--phone-tilt));
}

.phone-frame::before {
  display: none;
}

.phone-frame {
  background:
    linear-gradient(145deg, #f4f1e8 0%, #6c6a64 4%, #10100f 12%, #050505 100%);
  border: 1px solid rgba(255, 250, 240, 0.36);
  box-shadow:
    0 58px 130px rgba(0, 0, 0, 0.76),
    0 0 0 6px #050505 inset,
    0 0 0 8px rgba(255, 250, 240, 0.08) inset;
}

.phone-frame::after {
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.08) 18%, transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 32%, rgba(0, 0, 0, 0.18));
  mix-blend-mode: screen;
}

@keyframes heroPhoneFloat {
  0%,
  100% {
    transform: translateX(var(--phone-x)) translateY(0) rotateY(0deg) rotateX(0deg) rotateZ(var(--phone-tilt));
  }

  50% {
    transform: translateX(var(--phone-x)) translateY(-14px) rotateY(0deg) rotateX(0deg) rotateZ(calc(var(--phone-tilt) + 0.7deg));
  }
}

@keyframes sidePhoneFloat {
  0%,
  100% {
    transform: translateY(0) rotateY(0deg) rotateX(0deg) rotateZ(var(--phone-tilt));
  }

  50% {
    transform: translateY(-10px) rotateY(0deg) rotateX(0deg) rotateZ(calc(var(--phone-tilt) - 0.7deg));
  }
}

/* Standalone principles polish */
.plato-page .studio-principles {
  color: #fffaf0;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 250, 240, 0.07), transparent 22rem),
    #080808;
}

.plato-page .principles-copy {
  position: sticky;
  top: 110px;
}

.plato-page .principles-copy h2 {
  color: #fffaf0 !important;
  text-shadow: 0 2px 32px rgba(0, 0, 0, 0.86);
}

.plato-page .principles-list {
  border-radius: 0;
  border-width: 1px 0;
  background: transparent;
}

.plato-page .studio-principles article {
  grid-template-columns: 64px 1fr;
  padding: 30px 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 250, 240, 0.12);
}

.plato-page .studio-principles article:last-child {
  border-bottom: 0;
}

.plato-page .studio-principles .feature-number {
  grid-column: 1;
  grid-row: 1 / span 2;
  color: rgba(255, 250, 240, 0.42);
}

.plato-page .studio-principles h3 {
  grid-column: 2;
  grid-row: 1;
  font-size: clamp(28px, 3.4vw, 42px);
}

.plato-page .studio-principles p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 2;
  max-width: 540px;
  color: rgba(255, 250, 240, 0.76);
}

@media (max-width: 880px) {
  .plato-page .principles-copy {
    position: static;
  }

  .plato-page .studio-principles article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .plato-page .studio-principles .feature-number,
  .plato-page .studio-principles h3,
  .plato-page .studio-principles p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }
}

/* Golf Claw page editorial pass */
.golfclaw-page .button.primary {
  color: #080808;
  background: #fffaf0;
}

.golfclaw-page .button.secondary {
  color: #fffaf0 !important;
  background: rgba(255, 250, 240, 0.14);
  border: 1px solid rgba(255, 250, 240, 0.34);
}

.golfclaw-page .showcase-hero {
  min-height: 118svh;
  padding-bottom: clamp(88px, 10vw, 140px);
}

.golfclaw-page .showcase-stage {
  min-height: 700px;
  padding-bottom: 120px;
}

.golfclaw-page .hero-phone {
  width: min(340px, 36vw);
  bottom: 16px;
}

.golfclaw-page .floating-phone {
  width: min(210px, 20vw);
}

.golfclaw-page .product-section {
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.9fr);
  align-items: start;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 250, 240, 0.08), transparent 24rem),
    #080808;
}

.golfclaw-page .preview-stack {
  gap: 22px;
}

.golfclaw-page .source-shot,
.golfclaw-page .launch-panel {
  border-radius: 30px;
  border: 1px solid rgba(255, 250, 240, 0.14);
}

.golfclaw-page .source-shot {
  min-height: 620px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 250, 240, 0.09), transparent 20rem),
    rgba(255, 250, 240, 0.04);
}

.golfclaw-page .source-shot img {
  width: min(350px, 88%);
  border-radius: 42px;
}

.golfclaw-page .launch-panel {
  min-height: 360px;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.08), rgba(255, 250, 240, 0.03)),
    #10100f;
}

.golfclaw-page .golf-features {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
  padding: clamp(76px, 10vw, 136px) clamp(20px, 6vw, 78px);
  color: #fffaf0;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 250, 240, 0.07), transparent 22rem),
    #080808;
  border-top: 1px solid rgba(255, 250, 240, 0.1);
  border-bottom: 1px solid rgba(255, 250, 240, 0.1);
}

.golfclaw-page .golf-features .principles-copy {
  position: sticky;
  top: 110px;
}

.golfclaw-page .golf-features .principles-copy h2 {
  color: #fffaf0 !important;
  text-shadow: 0 2px 32px rgba(0, 0, 0, 0.86);
}

.golfclaw-page .golf-features .principles-list {
  display: grid;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(255, 250, 240, 0.12);
}

.golfclaw-page .golf-features article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 30px 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 250, 240, 0.12);
}

.golfclaw-page .golf-features article:last-child {
  border-bottom: 0;
}

.golfclaw-page .golf-features .feature-number {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 4px 0 0;
  color: rgba(255, 250, 240, 0.42);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.golfclaw-page .golf-features h3 {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 8px;
  color: #fffaf0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 400;
}

.golfclaw-page .golf-features p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 2;
  max-width: 540px;
  margin: 0;
  color: rgba(255, 250, 240, 0.76);
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 880px) {
  .golfclaw-page .showcase-hero {
    min-height: auto;
    padding-bottom: 78px;
  }

  .golfclaw-page .showcase-stage {
    min-height: 520px;
    padding-bottom: 86px;
  }

  .golfclaw-page .hero-phone {
    width: min(270px, 68vw);
  }

  .golfclaw-page .product-section,
  .golfclaw-page .golf-features {
    grid-template-columns: 1fr;
    padding-inline: 18px;
  }

  .golfclaw-page .golf-features .principles-copy {
    position: static;
  }

  .golfclaw-page .golf-features article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .golfclaw-page .golf-features .feature-number,
  .golfclaw-page .golf-features h3,
  .golfclaw-page .golf-features p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }
}
