:root {
  --black: #050505;
  --off-black: #0d0a0a;
  --ink: #161111;
  --white: #ffffff;
  --off-white: #f4f1ee;
  --coral: #ff3f4e;
  --orange: #ff7a59;
  --red: #d71932;
  --muted: #9b9b9b;
  --dark-muted: #625d5a;
  --line: rgba(255, 255, 255, 0.12);
  --dark-line: rgba(5, 5, 5, 0.14);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  --display: Impact, "Arial Narrow", "Franklin Gothic Condensed", "Haettenschweiler", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

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

.skip-link {
  background: var(--white);
  color: var(--black);
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: 0.75rem;
  transform: translateY(-140%);
  z-index: 1000;
}

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

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

.site-header {
  backdrop-filter: blur(18px);
  background: rgba(5, 5, 5, 0.82);
  border-bottom: 1px solid var(--line);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 100;
}

.nav-shell,
.section-inner,
.page-grid,
.footer-grid {
  margin-inline: auto;
  max-width: var(--max);
  width: min(calc(100% - 40px), var(--max));
}

.nav-shell {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  min-height: 78px;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(1rem, 2.4vw, 2.5rem);
}

.nav-links a:not(.nav-cta) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: var(--white);
}

.menu-toggle {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--white);
  display: none;
  height: 46px;
  place-items: center;
  width: 50px;
}

.menu-toggle span:not(.sr-only) {
  background: currentColor;
  display: block;
  height: 2px;
  margin: 4px auto;
  transition: transform 180ms ease, opacity 180ms ease;
  width: 22px;
}

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

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

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

.section-black {
  background: var(--black);
  color: var(--white);
}

.section-white {
  background: var(--white);
  color: var(--black);
}

.section-gradient {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.28), transparent 34%),
    linear-gradient(105deg, var(--orange), var(--coral) 48%, var(--red));
  color: var(--white);
}

.hero {
  min-height: calc(100vh - 78px);
  overflow: hidden;
  padding: clamp(2.8rem, 5.5vw, 4.6rem) 0 clamp(3rem, 5vw, 4.2rem);
  position: relative;
}

.hero::before,
.services::before,
.founder::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  position: absolute;
}

.hero-grid,
.split-section,
.contact-grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  position: relative;
}

.hero-copy {
  align-self: center;
  max-width: 590px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0 0 1.15rem;
  text-transform: uppercase;
}

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

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

h1,
h2 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(4.15rem, 6.55vw, 7.35rem);
  margin-bottom: 1.2rem;
  max-width: 620px;
}

h1 span {
  color: var(--coral);
}

h2 {
  font-size: clamp(3rem, 6vw, 6.7rem);
  margin-bottom: 1.25rem;
}

h3 {
  font-size: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-subhead,
.section-lead,
.founder p,
.contact p,
.contact-form p {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  max-width: 720px;
}

.section-white .section-lead,
.offer-card p {
  color: var(--dark-muted);
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  justify-content: center;
  letter-spacing: 0.11em;
  min-height: 54px;
  min-width: 170px;
  padding: 0.95rem 1.35rem;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button::after,
.nav-cta::after {
  content: "→";
  margin-left: 0.7rem;
}

.button-primary,
.nav-cta {
  background: linear-gradient(135deg, var(--coral), var(--orange));
  color: var(--white);
}

.nav-cta {
  align-items: center;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  min-height: 48px;
  padding: 0.7rem 1.15rem;
  text-transform: uppercase;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.button-outline {
  border-color: var(--dark-line);
  color: var(--black);
}

.button-dark {
  background: var(--black);
  color: var(--white);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.58);
  color: var(--white);
}

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

.signal-list {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
}

.signal-list li {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signal-list li::before {
  color: var(--orange);
  content: "/";
  margin-right: 0.55rem;
}

.proof-strip {
  max-width: 760px;
}

.hero-visual {
  aspect-ratio: 1.08;
  isolation: isolate;
  justify-self: end;
  min-height: 510px;
  overflow: visible;
  position: relative;
  width: min(100%, 590px);
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.hero-visual::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 44px 44px;
  bottom: 7%;
  filter: drop-shadow(0 0 20px rgba(255, 63, 78, 0.18));
  height: 56%;
  left: 1%;
  opacity: 0.42;
  right: 1%;
  transform: perspective(720px) rotateX(64deg) translateY(22px);
  transform-origin: bottom center;
  z-index: 0;
}

.hero-visual::after {
  background:
    radial-gradient(circle at center, transparent 0 27%, rgba(255, 122, 89, 0.28) 28%, transparent 30%),
    conic-gradient(from 18deg, transparent 0 9deg, rgba(255, 122, 89, 0.7) 10deg 12deg, transparent 13deg 26deg, rgba(255, 63, 78, 0.55) 27deg 29deg, transparent 30deg 45deg);
  border-radius: 50%;
  filter: blur(0.2px) drop-shadow(0 0 24px rgba(255, 63, 78, 0.5));
  height: 74%;
  left: 50%;
  opacity: 0.45;
  top: 43%;
  transform: translate(-50%, -50%);
  width: 74%;
  z-index: 1;
}

.speed-lines {
  animation: rush 5.8s linear infinite;
  background:
    repeating-linear-gradient(160deg, transparent 0 18px, rgba(255, 63, 78, 0.42) 19px 21px, transparent 22px 46px),
    repeating-linear-gradient(20deg, transparent 0 30px, rgba(255, 122, 89, 0.28) 31px 33px, transparent 34px 68px);
  clip-path: polygon(0 16%, 100% 0, 100% 82%, 0 100%);
  filter: drop-shadow(0 0 12px rgba(255, 63, 78, 0.42));
  inset: 4% -4% 8%;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.crack-grid {
  background:
    linear-gradient(28deg, transparent 47%, rgba(255, 122, 89, 0.58) 48%, transparent 49%),
    linear-gradient(132deg, transparent 44%, rgba(255, 63, 78, 0.64) 45%, transparent 46%),
    linear-gradient(76deg, transparent 53%, rgba(255, 122, 89, 0.4) 54%, transparent 55%),
    radial-gradient(circle at 50% 43%, transparent 0 20%, rgba(255, 122, 89, 0.18) 21%, transparent 51%),
    repeating-conic-gradient(from 8deg at 50% 43%, rgba(255, 122, 89, 0.36) 0 2deg, transparent 2.6deg 15deg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 100px rgba(255, 63, 78, 0.2), 0 0 60px rgba(255, 63, 78, 0.1);
  clip-path: polygon(6% 18%, 48% 5%, 94% 16%, 86% 82%, 52% 95%, 7% 78%);
  inset: 3% 1% 12%;
  opacity: 0.86;
  position: absolute;
  transform: perspective(860px) rotateX(58deg) rotateZ(-2deg);
  z-index: 2;
}

.energy-ring {
  animation: ringSpin 9s linear infinite;
  background:
    conic-gradient(from 0deg, rgba(255, 245, 211, 0.95), var(--orange), var(--coral), transparent 42%, var(--red), var(--orange), rgba(255, 245, 211, 0.95)),
    radial-gradient(circle, transparent 0 54%, rgba(255, 63, 78, 0.9) 55% 58%, transparent 60%);
  border-radius: 50%;
  box-shadow: 0 0 36px rgba(255, 122, 89, 0.92), 0 0 110px rgba(255, 63, 78, 0.62);
  height: clamp(180px, 20vw, 252px);
  left: 50%;
  mask: radial-gradient(circle, transparent 0 48%, #000 49% 61%, transparent 62%);
  opacity: 0.96;
  position: absolute;
  top: 43%;
  transform: translate(-50%, -50%);
  width: clamp(180px, 20vw, 252px);
  z-index: 4;
}

.orb {
  animation: pulse 3.4s ease-in-out infinite;
  background:
    radial-gradient(circle at 38% 34%, #fff8dc 0 6%, #ffb06d 8%, var(--orange) 17%, var(--coral) 33%, rgba(215, 25, 50, 0.72) 52%, rgba(255, 63, 78, 0.2) 68%, transparent 75%);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(255, 63, 78, 0.9), 0 0 160px rgba(255, 122, 89, 0.48), inset -28px -34px 54px rgba(0, 0, 0, 0.45);
  height: clamp(154px, 18vw, 218px);
  left: 50%;
  position: absolute;
  top: 43%;
  transform: translate(-50%, -50%);
  width: clamp(154px, 18vw, 218px);
  z-index: 5;
}

.float-card,
.code-card {
  backdrop-filter: blur(16px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(255, 63, 78, 0.07), rgba(0, 0, 0, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: var(--white);
  position: absolute;
  z-index: 8;
}

.float-card {
  border-radius: 7px;
  max-width: 172px;
  min-height: 124px;
  padding: 0.95rem;
}

.float-card strong {
  color: var(--white);
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.float-card span,
.code-card {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
}

.float-card ul {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.float-card li {
  align-items: center;
  display: flex;
  gap: 0.45rem;
  margin: 0.28rem 0;
}

.float-card li::before {
  background: linear-gradient(135deg, var(--orange), var(--coral));
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(255, 63, 78, 0.6);
  content: "";
  height: 0.55rem;
  width: 0.55rem;
}

.card-icon.bulb {
  border: 2px solid var(--orange);
  border-radius: 50% 50% 44% 44%;
  box-shadow: 0 0 18px rgba(255, 122, 89, 0.7);
  display: block;
  height: 34px;
  margin: -0.25rem auto 0.8rem;
  position: relative;
  width: 25px;
}

.card-icon.bulb::before {
  background: var(--orange);
  bottom: -8px;
  box-shadow: 0 5px 0 rgba(255, 122, 89, 0.6);
  content: "";
  height: 4px;
  left: 6px;
  position: absolute;
  width: 13px;
}

.page-module {
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: block;
  height: 38px;
  margin-top: 0.65rem;
  position: relative;
  width: 56px;
}

.page-module::before {
  background: linear-gradient(135deg, var(--orange), var(--coral));
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(255, 63, 78, 0.7);
  content: "";
  height: 14px;
  left: 9px;
  position: absolute;
  top: 9px;
  width: 14px;
}

.page-module::after {
  background: rgba(255, 122, 89, 0.8);
  content: "";
  height: 3px;
  position: absolute;
  right: 8px;
  top: 15px;
  width: 18px;
}

.launch-graph {
  display: block;
  height: 38px;
  margin: -0.2rem 0 0.65rem;
  width: 86px;
}

.launch-graph path {
  fill: none;
  stroke: var(--orange);
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 4;
  filter: drop-shadow(0 0 8px rgba(255, 122, 89, 0.64));
}

.idea-card {
  animation: driftA 6.5s ease-in-out infinite;
  left: 9%;
  top: 5%;
  transform: rotate(-7deg) perspective(600px) rotateY(12deg);
}

.plan-card {
  animation: driftB 7.5s ease-in-out infinite;
  right: 3%;
  top: 3%;
  transform: rotate(5deg) perspective(600px) rotateY(-10deg);
}

.page-card {
  animation: driftB 6.8s ease-in-out infinite reverse;
  bottom: 23%;
  left: 1%;
  transform: rotate(-5deg) perspective(600px) rotateY(10deg);
}

.launch-card {
  animation: driftA 7.2s ease-in-out infinite reverse;
  bottom: 25%;
  right: 0;
  transform: rotate(9deg) perspective(600px) rotateY(-12deg);
}

.code-card {
  border-radius: 8px;
  bottom: 2%;
  font-family: "SFMono-Regular", Consolas, monospace;
  left: 28%;
  line-height: 1.65;
  margin: 0;
  padding: 1.35rem 1rem 1rem;
  width: min(340px, 62%);
}

.code-card::before {
  color: rgba(255, 255, 255, 0.72);
  content: "PROJECT    MVP";
  font-family: var(--body);
  font-size: 0.62rem;
  font-weight: 950;
  left: 1rem;
  letter-spacing: 0.13em;
  position: absolute;
  top: 0.45rem;
}

.code-card code {
  display: block;
  padding-top: 0.6rem;
}

.problem,
.process,
.offers {
  padding: clamp(4rem, 7vw, 6.75rem) 0;
}

.section-inner {
  position: relative;
}

.section-heading-row {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.question-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.25rem;
}

.question-card {
  background: var(--off-white);
  border: 1px solid var(--dark-line);
  color: var(--black);
  min-height: 230px;
  padding: clamp(1.25rem, 2.4vw, 1.8rem);
  transition: transform 180ms ease, border-color 180ms ease;
}

.question-card span,
.service-card span {
  color: var(--red);
  display: block;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.question-card h3 {
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.8vw, 3.1rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 1rem;
}

.question-card p {
  color: var(--dark-muted);
  font-weight: 650;
  margin: 0;
}

.question-card:hover {
  border-color: var(--red);
  transform: translateY(-5px);
}

.services,
.founder,
.contact {
  overflow: hidden;
  padding: clamp(4.75rem, 7vw, 7rem) 0;
  position: relative;
}

.split-section {
  align-items: center;
}

.service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.25rem;
}

.service-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  min-height: 330px;
  padding: clamp(1.25rem, 2.4vw, 1.7rem);
  transition: background 180ms ease, transform 180ms ease;
}

.service-card:hover {
  background: rgba(255, 63, 78, 0.13);
  transform: translateY(-4px);
}

.service-card h3 {
  font-family: var(--display);
  font-size: clamp(2rem, 2.8vw, 3.25rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 1.1rem;
}

.service-card p {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 650;
  margin: 0;
}

.timeline {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.5rem;
  position: relative;
}

.timeline::before {
  background: linear-gradient(90deg, var(--coral), var(--orange));
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 28px;
}

.timeline-step {
  background: var(--white);
  min-height: 230px;
  padding-top: 5rem;
  position: relative;
}

.timeline-step span {
  align-items: center;
  background: linear-gradient(135deg, var(--coral), var(--orange));
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-weight: 950;
  height: 56px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 56px;
  z-index: 2;
}

.timeline-step p {
  color: var(--dark-muted);
}

.offer-grid {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
}

.offer-card {
  border: 1px solid var(--dark-line);
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: 1.5rem;
  position: relative;
}

.offer-card.featured {
  background: linear-gradient(150deg, var(--orange), var(--coral) 48%, var(--red));
  border-color: transparent;
  color: var(--white);
  transform: translateY(-1rem);
}

.feature-strip {
  background: rgba(255, 255, 255, 0.92);
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  margin: -1.5rem -1.5rem 1.5rem;
  padding: 0.65rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.offer-card h3 {
  font-family: var(--display);
  font-size: clamp(2.25rem, 3vw, 3.55rem);
  line-height: 0.95;
  margin-bottom: 0.9rem;
}

.offer-card p strong {
  color: var(--black);
}

.featured p strong {
  color: var(--white);
}

.offer-card small {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  margin-top: 1rem;
  text-transform: uppercase;
}

.featured small {
  color: var(--white);
}

.offer-card ul {
  list-style: none;
  margin: 0.85rem 0 1.6rem;
  padding: 0;
}

.offer-card li {
  margin: 0.42rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.offer-card li::before {
  color: var(--coral);
  content: "/";
  font-weight: 950;
  left: 0;
  position: absolute;
}

.featured li::before {
  color: var(--white);
}

.offer-card .button {
  margin-top: auto;
}

.founder {
  padding: clamp(3rem, 5.5vw, 5rem) 0;
}

.founder-panel {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: clamp(1.8rem, 4vw, 3.6rem);
  grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1.6fr);
  padding-top: clamp(1.5rem, 3vw, 2.2rem);
}

.founder-portrait {
  align-self: end;
  margin-bottom: -5rem;
  max-width: 320px;
  min-width: 190px;
  position: relative;
}

.founder-portrait::after {
  background: linear-gradient(180deg, transparent, var(--black) 86%);
  bottom: 0;
  content: "";
  height: 42%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.founder-portrait img {
  filter: grayscale(1) contrast(1.08);
  width: 100%;
}

.founder-copy {
  max-width: 820px;
}

.founder-copy .eyebrow {
  margin-bottom: 0.7rem;
}

.founder-copy h2 {
  font-size: clamp(2.45rem, 4.8vw, 5.25rem);
  line-height: 0.9;
  margin-bottom: 0.75rem;
  max-width: 760px;
}

.founder-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  font-weight: 650;
  line-height: 1.32;
  margin-bottom: 1.8rem;
}

.cred-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cred-chips span {
  border: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  padding: 0.72rem 0.9rem;
  text-transform: uppercase;
}

.contact-grid {
  align-items: start;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
}

.contact-link {
  color: var(--orange);
  display: inline-block;
  font-weight: 900;
  margin-top: 1rem;
}

.contact-form {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.contact-form h3 {
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.4rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 1.5rem;
}

.field-row {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.field-row label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.field-row input,
.field-row textarea,
.field-row select {
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid var(--line);
  color: var(--white);
  min-height: 50px;
  padding: 0.85rem 0.95rem;
  width: 100%;
}

.field-row textarea {
  resize: vertical;
}

.form-honeypot {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.form-success,
.form-error {
  background: rgba(255, 63, 78, 0.16);
  border: 1px solid rgba(255, 63, 78, 0.44);
  color: var(--white);
  font-weight: 800;
  margin: 1rem 0 0;
  padding: 1rem;
}

.form-error {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.site-footer {
  background: var(--black);
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 2rem 0;
}

.footer-grid {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr auto;
}

.footer-grid p,
.footer-grid small {
  margin: 0;
}

.footer-grid nav,
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-contact {
  display: grid;
  gap: 0.75rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.96);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes ringSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rush {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 170px -90px, -140px 80px;
  }
}

@keyframes driftA {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

@keyframes driftB {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 9px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .hero-grid,
  .split-section,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 460px;
  }

  .question-grid,
  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .founder-panel {
    grid-template-columns: minmax(170px, 0.7fr) 1.3fr;
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 760px) {
  .nav-shell,
  .section-inner,
  .page-grid,
  .footer-grid {
    width: min(calc(100% - 28px), var(--max));
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    align-items: stretch;
    background: rgba(5, 5, 5, 0.98);
    border-top: 1px solid var(--line);
    display: grid;
    gap: 0;
    left: 0;
    padding: 1rem 14px 1.4rem;
    position: fixed;
    right: 0;
    top: 78px;
    transform: translateY(calc(-100% - 80px));
    transition: transform 220ms ease;
    z-index: 99;
  }

  .nav-links.is-open {
    transform: translateY(0);
  }

  .nav-links a {
    border-bottom: 1px solid var(--line);
    padding: 1rem 0;
  }

  .nav-cta {
    margin-top: 0.9rem;
    justify-content: center;
  }

  h1 {
    font-size: clamp(3.6rem, 18vw, 5.4rem);
  }

  h2 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  .hero {
    min-height: auto;
    padding-top: 3.5rem;
  }

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

  .hero-visual {
    min-height: 380px;
  }

  .float-card {
    max-width: 140px;
    min-height: 96px;
    padding: 0.8rem;
  }

  .float-card ul {
    font-size: 0.66rem;
  }

  .card-icon.bulb,
  .page-module,
  .launch-graph {
    transform: scale(0.82);
    transform-origin: left top;
  }

  .code-card {
    left: 16%;
    width: 78%;
  }

  .question-grid,
  .service-grid,
  .timeline,
  .offer-grid,
  .founder-panel {
    grid-template-columns: 1fr;
  }

  .founder {
    padding-top: 3.5rem;
  }

  .founder-portrait {
    margin: 0 auto -1rem;
    max-width: 245px;
  }

  .founder-copy h2 {
    font-size: clamp(2.55rem, 13vw, 4.3rem);
  }

  .timeline::before {
    bottom: 12%;
    height: auto;
    left: 28px;
    right: auto;
    top: 0;
    width: 2px;
  }

  .timeline-step {
    min-height: 0;
    padding-left: 5rem;
    padding-top: 0;
  }

  .offer-card.featured {
    transform: none;
  }

  .service-card,
  .question-card {
    min-height: 120px;
  }

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

@media (max-width: 430px) {
  .brand img {
    width: 132px;
  }

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

  .plan-card,
  .launch-card {
    right: -2%;
  }

  .idea-card,
  .page-card {
    left: -2%;
  }
}

/* Premium product-page refresh */
.site-header {
  background: rgba(5, 5, 5, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-shell {
  min-height: 74px;
}

.nav-links a:not(.nav-cta),
.nav-cta,
.button,
.eyebrow,
.section-kicker,
.field-row label {
  font-family: var(--body);
}

.nav-cta,
.button {
  border-radius: 999px;
  letter-spacing: 0.06em;
  min-height: 50px;
}

.button-primary,
.nav-cta {
  box-shadow: 0 18px 48px rgba(255, 63, 78, 0.28);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

.saas-hero {
  background:
    radial-gradient(circle at 66% 33%, rgba(255, 63, 78, 0.18), transparent 28%),
    linear-gradient(180deg, var(--black), #090606 58%, var(--black));
  color: var(--white);
  overflow: hidden;
  padding: clamp(3.2rem, 5vw, 5rem) 0 clamp(3.5rem, 5.5vw, 5rem);
  position: relative;
}

.saas-hero::before,
.compare-section::before,
.proof-section::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  position: absolute;
}

.saas-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  position: relative;
}

.saas-hero h1 {
  font-size: clamp(3.7rem, 5.9vw, 6.65rem);
}

.saas-hero .hero-subhead {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.48;
  max-width: 610px;
}

.hatch-dashboard {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 50% 0, rgba(255, 63, 78, 0.22), transparent 42%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: clamp(1rem, 2vw, 1.35rem);
  position: relative;
}

.hatch-dashboard::after {
  background: linear-gradient(135deg, rgba(255, 63, 78, 0.18), rgba(255, 122, 89, 0.06));
  border-radius: 28px;
  content: "";
  inset: 8%;
  position: absolute;
  transform: rotate(-5deg);
  z-index: -1;
}

.dashboard-topbar {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.35rem 1rem;
}

.dashboard-topbar span {
  font-weight: 850;
}

.dashboard-topbar strong {
  background: rgba(255, 63, 78, 0.16);
  border: 1px solid rgba(255, 63, 78, 0.3);
  border-radius: 999px;
  color: #ffb5ad;
  font-size: 0.76rem;
  padding: 0.45rem 0.7rem;
}

.dashboard-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 1rem;
}

.dash-card {
  background: rgba(6, 6, 8, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  min-height: 112px;
  padding: 1rem;
}

.dash-card span,
.hatch-card span,
.proof-card span,
.compare-panel span {
  color: var(--orange);
  display: block;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.dash-card p,
.workflow-card p,
.hatch-card p,
.proof-card p,
.sprint-card p,
.sprint-card dd {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
  margin: 0;
}

.section-white .workflow-card p,
.section-white .hatch-card p,
.section-white .proof-card p {
  color: #5f5958;
}

.summary-card,
.launch-steps {
  grid-column: span 2;
  min-height: 104px;
}

.progress {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  height: 8px;
  margin: 0.8rem 0;
  overflow: hidden;
}

.progress i {
  background: linear-gradient(90deg, var(--coral), var(--orange));
  display: block;
  height: 100%;
}

.stack-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.stack-card b {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.42rem 0.62rem;
}

.launch-steps ol {
  color: rgba(255, 255, 255, 0.72);
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding-left: 1.2rem;
}

.system-section,
.services,
.offers,
.proof-section,
.contact {
  padding: clamp(4.5rem, 7vw, 7rem) 0;
}

.section-heading {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  max-width: 760px;
}

.section-heading h2 {
  font-size: clamp(3rem, 5vw, 5.8rem);
}

.workflow-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.workflow-card,
.hatch-card,
.proof-card,
.sprint-card,
.compare-panel {
  border-radius: 22px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.workflow-card {
  background: #fff;
  border: 1px solid rgba(5, 5, 5, 0.1);
  box-shadow: 0 20px 60px rgba(5, 5, 5, 0.06);
  min-height: 245px;
  padding: 1.25rem;
}

.workflow-card:hover,
.hatch-card:hover,
.proof-card:hover,
.sprint-card:hover,
.compare-panel:hover {
  transform: translateY(-5px);
}

.workflow-card span {
  align-items: center;
  background: linear-gradient(135deg, var(--coral), var(--orange));
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 42px;
}

.workflow-card h3,
.hatch-card h3,
.proof-card h3,
.sprint-card h3 {
  font-family: var(--body);
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 0.65rem;
  text-transform: none;
}

.compare-section {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 63, 78, 0.18), transparent 30%),
    var(--black);
  position: relative;
}

.compare-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.compare-panel {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: clamp(1.25rem, 2.4vw, 2rem);
}

.compare-panel.after {
  background: linear-gradient(145deg, rgba(255, 63, 78, 0.15), rgba(255, 255, 255, 0.06));
}

.compare-panel ul {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.compare-panel li {
  color: rgba(255, 255, 255, 0.78);
  padding-left: 1.6rem;
  position: relative;
}

.compare-panel li::before {
  background: var(--coral);
  border-radius: 50%;
  content: "";
  height: 0.55rem;
  left: 0;
  position: absolute;
  top: 0.48rem;
  width: 0.55rem;
}

.hatch-grid,
.proof-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.hatch-card,
.proof-card {
  background: #fff;
  border: 1px solid rgba(5, 5, 5, 0.1);
  box-shadow: 0 18px 54px rgba(5, 5, 5, 0.06);
  min-height: 245px;
  padding: 1.25rem;
}

.hatch-card i,
.mini-ui {
  background:
    linear-gradient(135deg, rgba(255, 63, 78, 0.16), rgba(255, 122, 89, 0.08)),
    linear-gradient(90deg, rgba(5, 5, 5, 0.1) 20%, transparent 20% 32%, rgba(5, 5, 5, 0.08) 32% 72%, transparent 72%);
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 16px;
  display: block;
  height: 74px;
  margin-bottom: 1rem;
}

.hatch-card span {
  background: rgba(255, 63, 78, 0.08);
  border-radius: 999px;
  color: var(--red);
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.42rem 0.65rem;
}

.offers {
  background: #070606;
}

.offers .section-heading {
  max-width: 100%;
}

.offers .section-heading h2 {
  white-space: nowrap;
}

.sprint-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.sprint-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 410px;
  padding: 1.5rem;
}

.featured-sprint {
  background:
    linear-gradient(#100d0d, #100d0d) padding-box,
    linear-gradient(135deg, var(--coral), var(--orange)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 26px 80px rgba(255, 63, 78, 0.16);
  transform: translateY(-0.8rem);
}

.feature-strip {
  align-self: flex-start;
  border-radius: 999px;
  margin: 0 0 1rem;
  padding: 0.44rem 0.68rem;
}

.sprint-card dl {
  margin: 1.2rem 0 1.6rem;
}

.sprint-card dt {
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.sprint-card .button {
  margin-top: auto;
}

.proof-section {
  position: relative;
}

.proof-card .mini-ui {
  height: 112px;
}

.proof-shot {
  background: #080808;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(5, 5, 5, 0.08);
  display: block;
  height: 132px;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}

.proof-shot img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 220ms ease;
  width: 100%;
}

.proof-card:hover .proof-shot img {
  transform: scale(1.035);
}

.founder-panel {
  grid-template-columns: 1fr;
}

.founder-copy {
  max-width: 920px;
}

.cred-chips span {
  border-radius: 999px;
}

.contact {
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 63, 78, 0.16), transparent 28%),
    var(--black);
}

.contact-form {
  border-radius: 24px;
}

@media (max-width: 1040px) {
  .saas-hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .workflow-grid,
  .hatch-grid,
  .proof-grid,
  .sprint-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .saas-hero {
    padding-top: 3rem;
  }

  .saas-hero h1 {
    font-size: clamp(3.4rem, 17vw, 5.4rem);
  }

  .hatch-dashboard {
    border-radius: 20px;
  }

  .dashboard-grid,
  .launch-steps ol,
  .workflow-grid,
  .compare-grid,
  .hatch-grid,
  .proof-grid,
  .sprint-grid {
    grid-template-columns: 1fr;
  }

  .summary-card,
  .launch-steps {
    grid-column: auto;
  }

  .featured-sprint {
    transform: none;
  }
}

/* Latest design review refinements */
.saas-hero {
  background:
    radial-gradient(circle at 73% 38%, rgba(255, 63, 78, 0.2), transparent 25%),
    radial-gradient(circle at 90% 8%, rgba(255, 122, 89, 0.11), transparent 28%),
    linear-gradient(180deg, #050505, #090606 58%, #050505);
  padding: clamp(4.2rem, 6.5vw, 7.4rem) 0 clamp(4.3rem, 6.8vw, 7rem);
}

.saas-hero::before {
  opacity: 0.18;
}

.saas-hero-grid {
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
}

.saas-hero h1 {
  font-size: clamp(4.1rem, 6.4vw, 7.3rem);
  max-width: 650px;
}

.saas-hero .hero-subhead {
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  max-width: 560px;
}

.hatch-dashboard.hatch-plan-preview {
  justify-self: end;
  max-width: 500px;
  min-height: 460px;
  overflow: hidden;
  padding: clamp(1.05rem, 2.2vw, 1.55rem);
  width: 100%;
}

.hatch-dashboard.hatch-plan-preview::before {
  background:
    radial-gradient(circle at center, rgba(255, 122, 89, 0.86) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 50%, rgba(255, 63, 78, 0.28), transparent 42%);
  border: 1px solid rgba(255, 122, 89, 0.26);
  border-radius: 50%;
  box-shadow: 0 0 46px rgba(255, 63, 78, 0.35), inset 0 0 42px rgba(255, 122, 89, 0.12);
  content: "";
  height: 184px;
  left: 50%;
  opacity: 0.72;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 184px;
  z-index: 0;
}

.hatch-dashboard.hatch-plan-preview::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 38px 38px;
  inset: 0;
  opacity: 0.3;
  transform: none;
  z-index: 0;
}

.hatch-plan-preview .dashboard-topbar,
.hatch-plan-card {
  position: relative;
  z-index: 1;
}

.hatch-plan-preview .dashboard-topbar {
  border-bottom-color: rgba(255, 255, 255, 0.09);
  padding: 0.35rem 0.25rem 1.15rem;
}

.hatch-plan-preview .dashboard-topbar span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hatch-plan-preview .dashboard-topbar strong {
  box-shadow: 0 0 24px rgba(255, 63, 78, 0.16);
}

.hatch-plan-card {
  backdrop-filter: blur(20px);
  background:
    linear-gradient(145deg, rgba(12, 10, 10, 0.86), rgba(8, 8, 10, 0.76)),
    radial-gradient(circle at 50% 0, rgba(255, 63, 78, 0.18), transparent 48%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  margin-top: clamp(2.2rem, 4vw, 3.4rem);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.hatch-plan-card p {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: clamp(1.3rem, 3vw, 2rem);
  max-width: 360px;
  text-transform: uppercase;
}

.hatch-plan-card p span {
  color: var(--orange);
}

.hatch-plan-card ol {
  display: grid;
  gap: 0.78rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hatch-plan-card li {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.84);
  display: flex;
  font-size: 0.94rem;
  font-weight: 800;
  gap: 0.8rem;
  min-height: 54px;
  padding: 0.78rem 0.9rem;
}

.hatch-plan-card li span {
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.hatch-progress {
  align-items: center;
  color: rgba(255, 255, 255, 0.58);
  display: grid;
  font-size: 0.72rem;
  font-weight: 950;
  gap: 0.7rem;
  grid-template-columns: auto 1fr auto 1fr auto;
  letter-spacing: 0.12em;
  margin-top: 1.45rem;
  text-transform: uppercase;
}

.hatch-progress i {
  background: linear-gradient(90deg, var(--coral), rgba(255, 122, 89, 0.24));
  border-radius: 999px;
  display: block;
  height: 2px;
}

.hatch-visual-card {
  min-height: 360px;
  position: relative;
  z-index: 1;
}

.hatch-visual-card::before {
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255, 63, 78, 0.18) 39% 48%, transparent 49%),
    radial-gradient(circle at 50% 52%, rgba(255, 122, 89, 0.16), transparent 42%);
  border-radius: 24px;
  content: "";
  inset: 1rem 0.4rem 0.2rem;
  opacity: 0.9;
  position: absolute;
}

.idea-fragments,
.hatch-orb,
.launch-asset,
.compact-progress {
  position: absolute;
  z-index: 1;
}

.idea-fragments {
  inset: 0;
  pointer-events: none;
}

.fragment {
  backdrop-filter: blur(18px);
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  font-size: 0.72rem;
  font-weight: 950;
  height: 64px;
  letter-spacing: 0.12em;
  place-items: center;
  position: absolute;
  text-transform: uppercase;
  width: 112px;
}

.fragment::before {
  background: linear-gradient(90deg, var(--coral), var(--orange));
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 18px;
  opacity: 0.9;
  position: absolute;
  right: 18px;
  top: 14px;
}

.fragment-one {
  left: 18px;
  top: 54px;
  transform: rotate(-8deg);
}

.fragment-two {
  left: 64px;
  top: 184px;
  transform: rotate(5deg);
}

.fragment-three {
  left: 176px;
  top: 34px;
  transform: rotate(7deg);
}

.hatch-orb {
  background:
    conic-gradient(from 24deg, rgba(255, 255, 255, 0.7), var(--orange), var(--coral), rgba(255, 63, 78, 0.28), var(--orange), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle, transparent 0 52%, rgba(255, 122, 89, 0.82) 53% 58%, transparent 60%);
  border-radius: 50%;
  box-shadow: 0 0 58px rgba(255, 63, 78, 0.62), 0 0 110px rgba(255, 122, 89, 0.26);
  height: 154px;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 154px;
}

.hatch-orb::before,
.hatch-orb::after {
  border: 1px solid rgba(255, 122, 89, 0.28);
  border-radius: 50%;
  content: "";
  inset: -26px;
  position: absolute;
}

.hatch-orb::after {
  inset: -54px;
  opacity: 0.44;
}

.hatch-orb i {
  background:
    radial-gradient(circle at 36% 32%, #fff8dd 0 6%, #ffb071 8% 20%, var(--orange) 28%, var(--coral) 52%, rgba(215, 25, 50, 0.52) 72%, transparent 78%);
  border-radius: 50%;
  box-shadow: inset -20px -26px 40px rgba(0, 0, 0, 0.42);
  display: block;
  height: 100%;
  width: 100%;
}

.launch-asset {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(255, 63, 78, 0.08), rgba(0, 0, 0, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  min-height: 260px;
  padding: 1rem;
  right: 20px;
  top: 76px;
  transform: rotate(3deg);
  width: 238px;
}

.asset-bar {
  display: flex;
  gap: 0.38rem;
  margin-bottom: 0.95rem;
}

.asset-bar span {
  background: rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.asset-hero-block {
  background:
    radial-gradient(circle at 74% 35%, rgba(255, 122, 89, 0.64) 0 14%, transparent 15%),
    linear-gradient(135deg, rgba(255, 63, 78, 0.36), rgba(255, 122, 89, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  height: 86px;
  margin-bottom: 1rem;
}

.asset-lines {
  display: grid;
  gap: 0.52rem;
  margin-bottom: 1rem;
}

.asset-lines i {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  display: block;
  height: 8px;
}

.asset-lines i:nth-child(1) {
  width: 84%;
}

.asset-lines i:nth-child(2) {
  width: 66%;
}

.asset-lines i:nth-child(3) {
  width: 44%;
}

.asset-row {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1rem;
}

.asset-row b {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  height: 46px;
}

.asset-cta {
  background: linear-gradient(135deg, var(--coral), var(--orange));
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(255, 63, 78, 0.32);
  height: 34px;
  width: 62%;
}

.compact-progress {
  bottom: 4px;
  left: 22px;
  right: 34px;
  grid-template-columns: auto 1fr auto;
  margin: 0;
}

.compact-progress span:last-child {
  justify-self: end;
  text-align: right;
}

.system-section {
  padding: clamp(5.5rem, 8vw, 8rem) 0;
}

.system-section .section-heading {
  margin-bottom: clamp(2.8rem, 5vw, 4.4rem);
  max-width: 880px;
}

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

.workflow-grid::before {
  background: linear-gradient(90deg, rgba(255, 63, 78, 0.1), rgba(255, 63, 78, 0.42), rgba(255, 122, 89, 0.1));
  content: "";
  height: 2px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 31px;
  z-index: 0;
}

.workflow-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: auto;
  padding: 0 1.15rem;
  position: relative;
  z-index: 1;
}

.workflow-card:hover {
  transform: translateY(-3px);
}

.workflow-card span {
  box-shadow: 0 0 0 9px #fff, 0 14px 34px rgba(255, 63, 78, 0.22);
  margin-bottom: 1.35rem;
}

.workflow-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.45rem;
}

.compare-section {
  padding: 120px 0;
}

.compare-section .eyebrow {
  margin-bottom: 1.35rem;
}

.compare-section h2 {
  margin-bottom: clamp(2.4rem, 4vw, 3.5rem);
}

.founder {
  overflow: hidden;
  padding: clamp(5.2rem, 8vw, 8rem) 0;
  position: relative;
}

.founder::after {
  background: radial-gradient(circle at 24% 50%, rgba(255, 63, 78, 0.24), transparent 34%);
  content: "";
  inset: 0;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
}

.founder-panel {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: clamp(2.4rem, 6vw, 5.4rem);
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  padding-top: clamp(2rem, 4vw, 3.3rem);
  position: relative;
  z-index: 1;
}

.founder-visual-card {
  aspect-ratio: 0.92;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 122, 89, 0.35), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: grid;
  max-width: 410px;
  overflow: hidden;
  padding: clamp(1.1rem, 2vw, 1.5rem);
  position: relative;
}

.founder-visual-card::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
  inset: 0;
  opacity: 0.34;
  position: absolute;
}

.founder-visual-card > span {
  align-self: start;
  background: rgba(255, 63, 78, 0.14);
  border: 1px solid rgba(255, 63, 78, 0.28);
  border-radius: 999px;
  color: #ffb5ad;
  font-size: 0.75rem;
  font-weight: 950;
  justify-self: start;
  letter-spacing: 0.1em;
  padding: 0.52rem 0.75rem;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.founder-mark {
  align-self: center;
  background:
    radial-gradient(circle at 35% 30%, #fff4da 0 6%, var(--orange) 8% 22%, var(--coral) 42%, rgba(215, 25, 50, 0.56) 64%, rgba(255, 63, 78, 0.08) 76%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 52px rgba(255, 63, 78, 0.58), inset -24px -30px 42px rgba(0, 0, 0, 0.38);
  color: #140909;
  display: grid;
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 6.5rem);
  height: clamp(170px, 23vw, 238px);
  justify-self: center;
  line-height: 1;
  place-items: center;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
  width: clamp(170px, 23vw, 238px);
  z-index: 1;
}

.founder-stat-grid {
  align-self: end;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 1;
}

.founder-stat-grid b {
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0.8rem 0.45rem;
  text-align: center;
  text-transform: uppercase;
}

.founder-copy {
  max-width: 760px;
}

.founder-copy h2 {
  font-size: clamp(2.8rem, 5vw, 5.65rem);
  max-width: 790px;
}

.founder-copy p {
  max-width: 680px;
}

.founder-link {
  color: var(--orange);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
  text-transform: uppercase;
}

.founder-link::after {
  content: "→";
  margin-left: 0.6rem;
}

.contact {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 63, 78, 0.18), transparent 28%),
    radial-gradient(circle at 85% 58%, rgba(255, 122, 89, 0.08), transparent 30%),
    #050505;
  padding: clamp(5.4rem, 8vw, 8.4rem) 0;
}

.contact-grid {
  align-items: stretch;
  gap: clamp(2.2rem, 5vw, 4.8rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
}

.contact-copy-panel {
  align-content: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 15% 20%, rgba(255, 63, 78, 0.2), transparent 38%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  display: grid;
  min-height: 520px;
  padding: clamp(1.6rem, 4vw, 3rem);
}

.contact-copy-panel h2 {
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  max-width: 620px;
}

.contact-copy-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  max-width: 460px;
}

.contact-form {
  align-self: stretch;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 50% 0, rgba(255, 63, 78, 0.15), transparent 42%);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: clamp(1.4rem, 3vw, 2.3rem);
}

.contact-form h3 {
  font-size: clamp(2.2rem, 3.4vw, 3.8rem);
  margin-bottom: 1.7rem;
}

.field-row {
  gap: 0.62rem;
  margin-bottom: 1.05rem;
}

.field-row input,
.field-row textarea,
.field-row select {
  background: rgba(0, 0, 0, 0.42);
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  min-height: 58px;
  padding: 0.98rem 1rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.field-row textarea {
  min-height: 136px;
}

.field-row select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--orange) 50%),
    linear-gradient(135deg, var(--orange) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 2.6rem;
}

.field-row input:focus,
.field-row textarea:focus,
.field-row select:focus {
  background: rgba(0, 0, 0, 0.58);
  border-color: rgba(255, 122, 89, 0.75);
  box-shadow: 0 0 0 4px rgba(255, 63, 78, 0.14);
  outline: none;
}

.contact-form .button {
  width: 100%;
}

@media (max-width: 1040px) {
  .saas-hero-grid,
  .founder-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hatch-dashboard.hatch-plan-preview,
  .founder-visual-card {
    justify-self: start;
  }

  .compare-section {
    padding: 90px 0;
  }

  .workflow-grid {
    gap: 1.35rem 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-grid::before {
    display: none;
  }

  .workflow-card {
    padding: 0 1rem 0 0;
  }

  .contact-copy-panel {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .saas-hero {
    padding: 3.6rem 0 4.6rem;
  }

  .saas-hero h1 {
    font-size: clamp(3.45rem, 16vw, 5.1rem);
  }

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

  .hatch-dashboard.hatch-plan-preview {
    min-height: auto;
  }

  .hatch-dashboard.hatch-plan-preview::before {
    height: 142px;
    width: 142px;
  }

  .hatch-plan-card {
    margin-top: 1.6rem;
  }

  .hatch-visual-card {
    min-height: 430px;
  }

  .hatch-visual-card::before {
    inset: 0.75rem 0 0.2rem;
  }

  .fragment {
    height: 54px;
    width: 92px;
  }

  .fragment-one {
    left: 8px;
    top: 44px;
  }

  .fragment-two {
    left: 24px;
    top: 206px;
  }

  .fragment-three {
    left: 116px;
    top: 22px;
  }

  .hatch-orb {
    height: 128px;
    left: 46%;
    top: 42%;
    width: 128px;
  }

  .launch-asset {
    min-height: 236px;
    right: 2px;
    top: 128px;
    width: min(218px, 64vw);
  }

  .compact-progress {
    bottom: 2px;
    left: 10px;
    right: 10px;
  }

  .hatch-plan-card p {
    font-size: clamp(1.85rem, 10vw, 2.55rem);
    max-width: 100%;
  }

  .hatch-plan-card p span {
    display: block;
    line-height: 0.8;
    margin: 0.15rem 0;
  }

  .hatch-progress {
    gap: 0.45rem;
  }

  .system-section,
  .compare-section,
  .founder,
  .contact {
    padding: 72px 0;
  }

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

  .workflow-card {
    background: #fff;
    border-bottom: 1px solid rgba(5, 5, 5, 0.09);
    padding: 0 0 1.55rem;
  }

  .workflow-card span {
    box-shadow: 0 0 0 7px #fff, 0 12px 26px rgba(255, 63, 78, 0.18);
  }

  .founder-visual-card {
    aspect-ratio: 1;
    max-width: none;
  }

  .founder-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    gap: 1.4rem;
  }

  .contact-copy-panel,
  .contact-form {
    border-radius: 20px;
  }
}

/* Screenshot-aligned hero visual refinements */
.button::after,
.nav-cta::after,
.founder-link::after {
  content: "→";
}

.saas-hero .eyebrow {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.saas-hero .eyebrow::before {
  background: linear-gradient(90deg, var(--coral), var(--orange));
  content: "";
  display: inline-block;
  height: 2px;
  width: 42px;
}

.hatch-dashboard.hatch-plan-preview {
  max-width: 620px;
  min-height: 560px;
  padding: clamp(1.4rem, 2.8vw, 2.15rem);
}

.hatch-plan-preview .dashboard-topbar {
  padding: 0.2rem 0 1.6rem;
}

.hatch-plan-preview .dashboard-topbar span {
  font-size: clamp(0.9rem, 1.25vw, 1.08rem);
}

.hatch-plan-preview .dashboard-topbar strong {
  align-items: center;
  display: inline-flex;
  font-size: 0.82rem;
  gap: 0.45rem;
  padding: 0.58rem 0.9rem;
}

.hatch-plan-preview .dashboard-topbar strong::before {
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(255, 63, 78, 0.7);
  content: "";
  height: 0.55rem;
  width: 0.55rem;
}

.hatch-visual-card {
  min-height: 450px;
}

.hatch-visual-card::before {
  background:
    radial-gradient(circle at 50% 47%, rgba(255, 63, 78, 0.28), transparent 30%),
    radial-gradient(circle at 50% 47%, transparent 0 27%, rgba(255, 122, 89, 0.24) 28% 28.6%, transparent 29% 40%, rgba(255, 63, 78, 0.16) 40.5% 41%, transparent 42%),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: auto, auto, 54px 54px, 54px 54px;
  inset: 0.6rem 0 0.8rem;
}

.hatch-visual-card::after {
  background-image:
    radial-gradient(circle, rgba(255, 122, 89, 0.38) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.14) 0 1px, transparent 1.5px);
  background-position: 20px 35px, 0 0;
  background-size: 64px 64px, 92px 92px;
  content: "";
  inset: 0;
  opacity: 0.5;
  position: absolute;
  z-index: 0;
}

.fragment {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(9, 8, 8, 0.78);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 0.4rem 0.85rem;
  grid-template-columns: 34px 1fr;
  height: 104px;
  padding: 1rem;
  place-items: initial;
  width: 210px;
  z-index: 4;
}

.fragment::before {
  display: none;
}

.fragment b {
  border: 2px solid var(--orange);
  border-radius: 7px;
  display: block;
  grid-row: span 2;
  height: 32px;
  position: relative;
  width: 26px;
}

.fragment b::before,
.fragment b::after {
  background: var(--orange);
  border-radius: 999px;
  content: "";
  height: 2px;
  left: 6px;
  position: absolute;
  right: 6px;
}

.fragment b::before {
  top: 9px;
}

.fragment b::after {
  top: 16px;
}

.fragment em {
  color: rgba(255, 255, 255, 0.86);
  font-style: normal;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.fragment i {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  display: block;
  grid-column: 2;
  height: 4px;
}

.fragment i:nth-of-type(1) {
  width: 76%;
}

.fragment i:nth-of-type(2) {
  width: 58%;
}

.fragment i:nth-of-type(3) {
  width: 42%;
}

.fragment-one {
  left: 42px;
  top: 84px;
  transform: rotate(-7deg);
}

.fragment-two {
  left: auto;
  right: 30px;
  top: 108px;
  transform: rotate(7deg);
}

.fragment-three {
  left: 50%;
  top: 306px;
  transform: translateX(-50%) rotate(2deg);
}

.fragment-two b {
  border-radius: 50%;
}

.fragment-two b::before {
  left: 9px;
  right: auto;
  top: 7px;
  transform: rotate(-40deg);
  width: 18px;
}

.fragment-two b::after {
  left: 6px;
  right: auto;
  top: 19px;
  transform: rotate(-40deg);
  width: 18px;
}

.fragment-three b {
  border-radius: 4px;
  height: 30px;
  transform: rotate(45deg);
  width: 12px;
}

.fragment-three b::before,
.fragment-three b::after {
  display: none;
}

.hatch-orb {
  height: clamp(180px, 17vw, 230px);
  top: 48%;
  width: clamp(180px, 17vw, 230px);
  z-index: 3;
}

.hatch-orb::before {
  inset: -54px;
}

.hatch-orb::after {
  border-style: dashed;
  inset: -92px;
}

.compact-progress {
  bottom: 16px;
  left: 36px;
  right: 36px;
  z-index: 5;
}

.compact-progress i {
  background:
    radial-gradient(circle at 82% 50%, #fff8dd 0 4px, var(--coral) 5px 8px, transparent 9px),
    linear-gradient(90deg, var(--coral), rgba(255, 122, 89, 0.9), rgba(255, 63, 78, 0.26));
  box-shadow: 0 0 18px rgba(255, 63, 78, 0.55);
  height: 3px;
}

@media (max-width: 1040px) {
  .hatch-dashboard.hatch-plan-preview {
    max-width: 640px;
  }
}

@media (max-width: 760px) {
  .button::after,
  .nav-cta::after {
    margin-left: 0.55rem;
  }

  .saas-hero .eyebrow::before {
    width: 30px;
  }

  .hatch-dashboard.hatch-plan-preview {
    min-height: 480px;
    padding: 1.1rem;
  }

  .hatch-visual-card {
    min-height: 385px;
  }

  .fragment {
    border-radius: 14px;
    gap: 0.25rem 0.55rem;
    grid-template-columns: 24px 1fr;
    height: 78px;
    padding: 0.72rem;
    width: 148px;
  }

  .fragment b {
    height: 24px;
    width: 20px;
  }

  .fragment em {
    font-size: 0.68rem;
  }

  .fragment i {
    height: 3px;
  }

  .fragment-one {
    left: 8px;
    top: 78px;
  }

  .fragment-two {
    right: 4px;
    top: 98px;
  }

  .fragment-three {
    top: 252px;
  }

  .hatch-orb {
    height: 150px;
    top: 48%;
    width: 150px;
  }

  .hatch-orb::before {
    inset: -36px;
  }

  .hatch-orb::after {
    inset: -62px;
  }

  .compact-progress {
    bottom: 10px;
    left: 14px;
    right: 14px;
  }
}

/* New logo and final hero polish */
.brand {
  gap: 0.65rem;
}

.brand .brand-mark {
  filter: drop-shadow(0 0 16px rgba(255, 63, 78, 0.2));
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.brand span {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.7rem, 2vw, 2.05rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
  transform: skewX(-7deg);
}

.footer-brand span {
  font-size: 1.65rem;
}

.saas-hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
}

.hatch-dashboard.hatch-plan-preview {
  background:
    radial-gradient(circle at 64% 18%, rgba(255, 63, 78, 0.24), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.032)),
    rgba(8, 8, 8, 0.72);
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.09);
  max-width: 660px;
  min-height: 590px;
  padding: clamp(1.55rem, 2.8vw, 2.25rem);
}

.hatch-dashboard.hatch-plan-preview::before {
  display: none;
}

.hatch-dashboard.hatch-plan-preview::after {
  background:
    radial-gradient(circle at 50% 47%, rgba(255, 63, 78, 0.22), transparent 35%),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px);
  background-size: auto, 58px 58px, 58px 58px;
  opacity: 0.75;
}

.hatch-plan-preview .dashboard-topbar {
  border-bottom: 0;
  padding: 0.2rem 0 0;
  position: relative;
  z-index: 6;
}

.hatch-visual-card {
  min-height: 505px;
  margin-top: -0.2rem;
}

.hatch-visual-card::before {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 122, 89, 0.22), transparent 30%),
    radial-gradient(circle at 50% 48%, transparent 0 29%, rgba(255, 122, 89, 0.26) 29.3% 29.8%, transparent 30.2% 42%, rgba(255, 63, 78, 0.15) 42.3% 42.8%, transparent 43.2%),
    radial-gradient(circle at 50% 48%, transparent 0 22%, rgba(255, 63, 78, 0.24) 22.2% 22.6%, transparent 23%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: auto, auto, auto, 54px 54px, 54px 54px;
  inset: 1.2rem 0 1.9rem;
}

.fragment {
  width: 230px;
}

.fragment-one {
  left: 28px;
  top: 105px;
  transform: rotate(-7deg);
}

.fragment-two {
  right: 24px;
  top: 118px;
  transform: rotate(7deg);
}

.fragment-three {
  top: 358px;
}

.hatch-orb {
  height: clamp(210px, 18vw, 255px);
  top: 50%;
  width: clamp(210px, 18vw, 255px);
}

.hatch-orb i {
  background:
    radial-gradient(circle at 36% 32%, #fff4d2 0 7%, #ffb06d 9% 19%, var(--orange) 27%, var(--coral) 52%, rgba(215, 25, 50, 0.72) 72%, rgba(215, 25, 50, 0.22) 80%);
}

.compact-progress {
  bottom: 24px;
  left: 42px;
  right: 42px;
}

.compact-progress i {
  background:
    radial-gradient(circle at 84% 50%, #fff8dd 0 4px, var(--coral) 5px 8px, transparent 9px),
    linear-gradient(90deg, var(--coral), var(--orange) 76%, rgba(255, 63, 78, 0.18));
}

@media (max-width: 1040px) {
  .saas-hero-grid {
    grid-template-columns: 1fr;
  }

  .hatch-dashboard.hatch-plan-preview {
    justify-self: center;
    max-width: 660px;
  }
}

@media (max-width: 760px) {
  .brand .brand-mark {
    height: 34px;
    width: 34px;
  }

  .brand span {
    font-size: 1.45rem;
  }

  .hatch-dashboard.hatch-plan-preview {
    border-radius: 24px;
    max-width: 100%;
    min-height: 500px;
    padding: 1.05rem;
  }

  .hatch-plan-preview .dashboard-topbar {
    align-items: flex-start;
    gap: 0.8rem;
  }

  .hatch-plan-preview .dashboard-topbar strong {
    font-size: 0.72rem;
    padding: 0.5rem 0.65rem;
  }

  .hatch-visual-card {
    min-height: 405px;
  }

  .fragment {
    width: 150px;
  }

  .fragment-one {
    left: 0;
    top: 80px;
  }

  .fragment-two {
    right: 0;
    top: 106px;
  }

  .fragment-three {
    top: 286px;
  }

  .hatch-orb {
    height: 158px;
    width: 158px;
  }

  .compact-progress {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
}

@media (max-width: 760px) {
  .offers .section-heading h2 {
    white-space: normal;
  }
}

/* Full-width contact CTA with side drawer form */
body.drawer-open {
  overflow: hidden;
}

.contact {
  padding: clamp(5rem, 8vw, 8rem) 0;
}

.contact-band {
  align-items: center;
  background:
    radial-gradient(circle at 18% 35%, rgba(255, 63, 78, 0.22), transparent 34%),
    radial-gradient(circle at 85% 42%, rgba(255, 122, 89, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  min-height: 420px;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  position: relative;
  text-align: center;
}

.contact-band::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  inset: 0;
  opacity: 0.32;
  pointer-events: none;
  position: absolute;
}

.contact-band .contact-copy-panel {
  display: grid;
  justify-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  min-height: auto;
  padding: 0;
  position: relative;
  z-index: 1;
}

.contact-band .contact-copy-panel h2 {
  font-size: clamp(3.5rem, 7vw, 7.4rem);
  max-width: 820px;
}

.contact-band .contact-copy-panel p:not(.eyebrow) {
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  max-width: 560px;
}

.contact-band .contact-link {
  margin-top: 0.35rem;
}

.contact-open-button {
  min-width: 220px;
  position: relative;
  z-index: 1;
}

.drawer-backdrop {
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(8px);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 220ms ease;
  z-index: 190;
}

.drawer-backdrop.is-open {
  opacity: 1;
}

.contact-drawer {
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 63, 78, 0.18), transparent 32%),
    linear-gradient(180deg, #111, #070606);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: -34px 0 100px rgba(0, 0, 0, 0.55);
  color: var(--white);
  height: 100dvh;
  max-width: min(92vw, 560px);
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(104%);
  transition: transform 260ms ease;
  width: 560px;
  z-index: 200;
}

.contact-drawer.is-open {
  transform: translateX(0);
}

.drawer-shell {
  min-height: 100%;
  padding: clamp(1.25rem, 3vw, 2rem);
  position: relative;
}

.drawer-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  height: 44px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: clamp(1.25rem, 3vw, 2rem);
  top: clamp(1.25rem, 3vw, 2rem);
  width: 44px;
  z-index: 2;
}

.drawer-close:hover {
  border-color: rgba(255, 122, 89, 0.65);
}

.contact-drawer .contact-form {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 50% 0, rgba(255, 63, 78, 0.14), transparent 42%);
  border-radius: 24px;
  margin-top: 4rem;
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.contact-drawer .contact-form h3 {
  padding-right: 2.8rem;
}

@media (max-width: 760px) {
  .contact-band {
    border-radius: 24px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 2rem 1.25rem;
  }

  .contact-open-button {
    width: min(100%, 320px);
  }

  .contact-drawer {
    max-width: 100vw;
    width: 100vw;
  }

  .drawer-shell {
    padding: 1rem;
  }

  .contact-drawer .contact-form {
    border-radius: 20px;
    margin-top: 3.75rem;
  }
}

/* Minimal coded hero preview */
.saas-hero-grid {
  gap: max(5rem, 7vw);
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.84fr);
}

.hatch-preview {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 70% 20%, rgba(255, 80, 80, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  background-size: 44px 44px, 44px 44px, auto, auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  justify-self: end;
  max-width: min(100%, 560px);
  min-height: 440px;
  overflow: hidden;
  padding: 32px;
  position: relative;
  width: min(100%, 560px);
}

.hatch-preview__glow {
  background: radial-gradient(circle, rgba(255, 75, 80, 0.42), transparent 68%);
  filter: blur(24px);
  height: 180px;
  inset: auto 40px -90px;
  pointer-events: none;
  position: absolute;
}

.hatch-preview__top {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}

.hatch-preview__title {
  color: #fff;
  font-family: var(--body);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.hatch-preview__status {
  align-items: center;
  background: rgba(255, 83, 89, 0.08);
  border: 1px solid rgba(255, 83, 89, 0.38);
  border-radius: 999px;
  color: #ffd0d0;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  padding: 10px 14px;
  white-space: nowrap;
}

.hatch-preview__status span {
  background: #ff4d55;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 77, 85, 0.8);
  height: 8px;
  width: 8px;
}

.hatch-preview__stage {
  height: 250px;
  margin-top: 28px;
  position: relative;
  z-index: 2;
}

.hatch-preview__stage::before,
.hatch-preview__stage::after {
  border-radius: 50%;
  content: "";
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
}

.hatch-preview__stage::before {
  border: 1px solid rgba(255, 83, 89, 0.18);
  height: 240px;
  width: 240px;
}

.hatch-preview__stage::after {
  border: 1px dashed rgba(255, 255, 255, 0.1);
  height: 170px;
  width: 170px;
}

.hatch-node {
  background:
    radial-gradient(circle at 32% 26%, #fff7c7 0 9%, #ffb064 20%, #ff4d55 58%, #d92438 100%);
  border-radius: 50%;
  box-shadow:
    0 0 34px rgba(255, 77, 85, 0.65),
    0 0 90px rgba(255, 77, 85, 0.28);
  height: 118px;
  left: 50%;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 118px;
  z-index: 2;
}

.hatch-node span {
  border: 1px solid rgba(255, 83, 89, 0.14);
  border-radius: 50%;
  inset: -18px;
  position: absolute;
}

.hatch-mini-card {
  align-items: flex-start;
  backdrop-filter: blur(18px);
  background: rgba(10, 10, 10, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
  display: flex;
  gap: 12px;
  padding: 16px;
  position: absolute;
  width: 190px;
  z-index: 3;
}

.hatch-mini-card--notes {
  left: 0;
  top: 26px;
}

.hatch-mini-card--tools {
  right: 0;
  top: 26px;
}

.hatch-mini-card--sketch {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.hatch-mini-card__icon {
  background: rgba(255, 90, 95, 0.12);
  border-radius: 10px;
  color: #ff5a5f;
  display: grid;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  height: 30px;
  place-items: center;
  width: 30px;
}

.hatch-mini-card strong {
  color: #fff;
  display: block;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.hatch-mini-card p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
}

.hatch-preview__progress {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.hatch-preview__progress-line {
  background: linear-gradient(90deg, #ff4d55, rgba(255, 77, 85, 0.25));
  height: 2px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.hatch-preview__step {
  align-items: center;
  color: rgba(255, 255, 255, 0.48);
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
}

.hatch-preview__step span {
  background: #111;
  border: 2px solid rgba(255, 77, 85, 0.45);
  border-radius: 50%;
  height: 18px;
  width: 18px;
}

.hatch-preview__step.is-complete span,
.hatch-preview__step.is-active span {
  background: #ff4d55;
  box-shadow: 0 0 18px rgba(255, 77, 85, 0.65);
}

.hatch-preview__step p {
  margin: 0;
}

@media (max-width: 1040px) {
  .saas-hero-grid {
    grid-template-columns: 1fr;
  }

  .hatch-preview {
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .hatch-preview {
    border-radius: 26px;
    min-height: 390px;
    padding: 24px;
  }

  .hatch-preview__stage {
    height: 220px;
  }

  .hatch-mini-card {
    padding: 13px;
    width: 160px;
  }

  .hatch-node {
    height: 92px;
    width: 92px;
  }
}

@media (max-width: 600px) {
  .hatch-preview {
    min-height: auto;
  }

  .hatch-preview__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .hatch-preview__stage {
    display: grid;
    gap: 12px;
    height: auto;
    margin-top: 24px;
  }

  .hatch-preview__stage::before,
  .hatch-preview__stage::after,
  .hatch-node {
    display: none;
  }

  .hatch-mini-card,
  .hatch-mini-card--notes,
  .hatch-mini-card--tools,
  .hatch-mini-card--sketch {
    position: static;
    transform: none;
    width: 100%;
  }

  .hatch-preview__progress {
    margin-top: 24px;
  }
}

/* Service-specific mini UI previews */
.service-preview {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 63, 78, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 63, 78, 0.1), rgba(255, 122, 89, 0.035)),
    #fff7f5;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 16px;
  display: block;
  height: 104px;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 0.8rem;
  position: relative;
}

.service-preview::before {
  background-image:
    linear-gradient(rgba(5, 5, 5, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 5, 5, 0.03) 1px, transparent 1px);
  background-size: 22px 22px;
  content: "";
  inset: 0;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
}

.service-preview > * {
  position: relative;
  z-index: 1;
}

.service-preview span,
.service-preview i,
.service-preview b {
  margin: 0;
  padding: 0;
}

.service-preview span {
  display: initial;
  letter-spacing: 0;
  text-transform: none;
}

.preview-window-bar {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.46rem;
}

.preview-window-bar span {
  background: rgba(5, 5, 5, 0.18);
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.landing-hero {
  background: linear-gradient(135deg, rgba(255, 63, 78, 0.25), rgba(255, 122, 89, 0.12));
  border: 1px solid rgba(255, 63, 78, 0.16);
  border-radius: 9px;
  height: 32px;
  margin-bottom: 0.44rem;
}

.landing-row {
  align-items: center;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: 1fr 44px;
  margin-bottom: 0.42rem;
}

.landing-row i,
.landing-row b,
.landing-form,
.product-copy i {
  background: rgba(5, 5, 5, 0.14);
  border-radius: 999px;
  display: block;
  height: 6px;
}

.landing-row b,
.product-button {
  background: linear-gradient(90deg, var(--coral), var(--orange));
}

.landing-form {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(5, 5, 5, 0.08);
  height: 18px;
}

.service-preview--website {
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 63, 78, 0.12), transparent 34%),
    #fff9f7;
}

.site-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(5, 5, 5, 0.06);
  height: 34px;
  position: absolute;
  width: 48px;
}

.site-card::after {
  background: rgba(255, 63, 78, 0.18);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 9px;
  position: absolute;
  right: 9px;
  top: 14px;
}

.site-card--home {
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
}

.site-card--about {
  left: 18px;
  top: 56px;
}

.site-card--work {
  left: 50%;
  top: 56px;
  transform: translateX(-50%);
}

.site-card--contact {
  right: 18px;
  top: 56px;
}

.service-preview--website::after,
.service-preview--ai::after {
  background: rgba(5, 5, 5, 0.14);
  content: "";
  height: 1px;
  left: 38px;
  position: absolute;
  right: 38px;
  top: 51px;
  z-index: 0;
}

.service-preview--mvp {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(3, 1fr);
}

.mvp-col {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 12px;
  display: grid;
  gap: 0.4rem;
  padding: 0.55rem;
}

.mvp-col strong {
  color: var(--red);
  font-size: 0.48rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mvp-col i {
  background: rgba(5, 5, 5, 0.13);
  border-radius: 6px;
  display: block;
  height: 14px;
}

.mvp-col:nth-child(3) i:first-of-type {
  background: linear-gradient(90deg, rgba(255, 63, 78, 0.7), rgba(255, 122, 89, 0.35));
}

.service-preview--brand {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 56px 1fr;
}

.brand-mark-preview {
  background: radial-gradient(circle at 35% 28%, #fff3cf 0 9%, var(--orange) 12% 26%, var(--coral) 48%, var(--red) 100%);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(255, 63, 78, 0.24);
  height: 56px;
  width: 56px;
}

.brand-lines {
  display: grid;
  gap: 0.42rem;
  padding-top: 0.25rem;
}

.brand-lines i {
  background: rgba(5, 5, 5, 0.14);
  border-radius: 999px;
  display: block;
  height: 7px;
}

.brand-lines i:nth-child(1) {
  width: 78%;
}

.brand-lines i:nth-child(2) {
  width: 56%;
}

.brand-lines i:nth-child(3) {
  width: 68%;
}

.brand-chips {
  display: flex;
  gap: 0.35rem;
  grid-column: 1 / -1;
}

.brand-chips span {
  border-radius: 999px;
  height: 14px;
  margin: 0;
  padding: 0;
  width: 30px;
}

.brand-chips span:nth-child(1) {
  background: var(--coral);
}

.brand-chips span:nth-child(2) {
  background: var(--orange);
}

.brand-chips span:nth-child(3) {
  background: var(--black);
}

.service-preview--ai {
  align-items: center;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
}

.service-preview--ai span {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 999px;
  color: #3c3331;
  display: inline-flex;
  font-size: 0.58rem;
  font-weight: 850;
  height: 30px;
  justify-content: center;
  letter-spacing: 0.04em;
  margin: 0;
  min-width: 38px;
  padding: 0 0.48rem;
  text-transform: uppercase;
}

.service-preview--ai span:last-child {
  background: linear-gradient(135deg, var(--coral), var(--orange));
  color: white;
}

.service-preview--ai i {
  background: linear-gradient(90deg, rgba(255, 63, 78, 0.25), var(--coral));
  border-radius: 999px;
  display: block;
  height: 2px;
}

.service-preview--product {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 58px 1fr;
}

.product-cover {
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.8) 0 8%, transparent 9%),
    linear-gradient(135deg, var(--coral), var(--orange));
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(255, 63, 78, 0.22);
  height: 66px;
}

.product-copy {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.35rem;
}

.product-copy i:nth-child(1) {
  width: 86%;
}

.product-copy i:nth-child(2) {
  width: 66%;
}

.product-copy i:nth-child(3) {
  width: 48%;
}

.product-button {
  border-radius: 999px;
  grid-column: 2;
  height: 18px;
  width: 74px;
}

/* Founder spotlight section */
.founder-section {
  background:
    radial-gradient(circle at 18% 48%, rgba(255, 63, 78, 0.16), transparent 30%),
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    #050505;
  background-size: auto, 52px 52px, 52px 52px, auto;
  overflow: hidden;
  padding: clamp(3.8rem, 6.5vw, 6.2rem) 0;
  position: relative;
}

.founder-section::before {
  display: none;
}

.founder-section::after {
  background: linear-gradient(90deg, transparent, rgba(255, 63, 78, 0.24), transparent);
  bottom: auto;
  content: "";
  height: 1px;
  inset: auto;
  left: 5vw;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 5vw;
  top: clamp(1.4rem, 2vw, 2rem);
}

.founder-section__inner {
  align-items: center;
  display: grid;
  gap: clamp(1.75rem, 3.4vw, 3.2rem);
  grid-template-columns: minmax(190px, 0.72fr) minmax(420px, 1.5fr) minmax(285px, 0.9fr);
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  position: relative;
  z-index: 1;
}

.founder-section__media {
  align-self: stretch;
  border-radius: 26px;
  min-height: 325px;
  overflow: hidden;
  position: relative;
}

.founder-section__media::before {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.82)),
    radial-gradient(circle at 52% 28%, transparent 0 28%, rgba(255, 63, 78, 0.18) 62%, rgba(5, 5, 5, 0.75) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.founder-section__media::after {
  background: linear-gradient(90deg, var(--coral), var(--orange));
  bottom: 1.25rem;
  content: "";
  height: 2px;
  left: 1.2rem;
  position: absolute;
  width: 86px;
  z-index: 2;
}

.founder-section__media img {
  filter: grayscale(0.9) contrast(1.08) brightness(0.9);
  height: 100%;
  min-height: 325px;
  object-fit: cover;
  object-position: 52% 24%;
  transform: scale(1.05);
  width: 100%;
}

.founder-section__signature {
  bottom: 1.7rem;
  color: rgba(255, 98, 89, 0.92);
  font-family: var(--body);
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 850;
  left: 1.25rem;
  letter-spacing: 0.08em;
  position: absolute;
  text-transform: uppercase;
  transform: rotate(-5deg);
  z-index: 2;
}

.founder-section__content {
  min-width: 0;
}

.founder-section__eyebrow {
  color: var(--coral);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.22em;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}

.founder-section__role {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--body);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.founder-section__title {
  color: var(--white);
  font-size: clamp(3.05rem, 5.4vw, 5.7rem);
  letter-spacing: 0;
  line-height: 0.86;
  margin: 0 0 0.9rem;
  max-width: 760px;
  text-transform: uppercase;
}

.founder-section__copy {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--body);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  font-weight: 650;
  line-height: 1.42;
  margin: 0;
  max-width: 760px;
}

.founder-section__stats {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(1.4rem, 2.4vw, 2rem);
  max-width: 760px;
}

.founder-section__stats .stat {
  padding: 0 1.35rem;
  position: relative;
}

.founder-section__stats .stat:first-child {
  padding-left: 0;
}

.founder-section__stats .stat + .stat::before {
  background: rgba(255, 255, 255, 0.28);
  content: "";
  height: 54px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.founder-section__stats strong {
  color: var(--white);
  display: block;
  font-family: var(--body);
  font-size: clamp(2.05rem, 3.1vw, 3rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 0.92;
}

.founder-section__stats span {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  margin-top: 0.42rem;
  text-transform: uppercase;
}

.founder-section__quote {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 63, 78, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: clamp(1.35rem, 2.4vw, 2rem);
}

.quote-mark {
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: clamp(4rem, 6vw, 5.8rem);
  font-weight: 900;
  line-height: 0.62;
  margin-bottom: 0.35rem;
}

.founder-section__quote p {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--body);
  font-size: clamp(0.98rem, 1.12vw, 1.08rem);
  font-weight: 700;
  line-height: 1.48;
  margin: 0 0 1.55rem;
}

.quote-attribution {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}

.quote-attribution strong {
  color: var(--coral);
  display: block;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-attribution strong::before {
  content: "— ";
}

.quote-attribution span {
  color: rgba(255, 255, 255, 0.66);
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-top: 0.35rem;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .founder-section__inner {
    grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  }

  .founder-section__quote {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
}

@media (max-width: 760px) {
  .founder-section {
    padding: 72px 0;
  }

  .founder-section__inner {
    gap: 1.4rem;
    grid-template-columns: 1fr;
    padding: 0 1.05rem;
  }

  .founder-section__media {
    min-height: 360px;
  }

  .founder-section__media img {
    min-height: 360px;
    object-position: 52% 18%;
  }

  .founder-section__title {
    font-size: clamp(3rem, 14vw, 4.5rem);
    margin-bottom: 0.75rem;
  }

  .founder-section__stats {
    grid-template-columns: 1fr;
    margin-top: 1.45rem;
  }

  .founder-section__stats .stat,
  .founder-section__stats .stat:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding: 1rem 0;
  }

  .founder-section__stats .stat + .stat::before {
    display: none;
  }

  .founder-section__quote {
    border-radius: 18px;
    margin-top: 0.45rem;
  }
}

/* Grant-ready launch polish */
.hero-grant-proof {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  font-weight: 700;
  line-height: 1.42;
  margin: -0.65rem 0 1.55rem;
  max-width: 660px;
}

.founder-section__stats {
  max-width: 700px;
}

.founder-section__stats .stat {
  padding-inline: 1.05rem;
}

.founder-section__stats span {
  font-size: 0.68rem;
  letter-spacing: 0.075em;
  max-width: 150px;
}

.contact-drawer :is(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .hero-grant-proof {
    margin: -0.2rem 0 1.45rem;
  }

  .founder-section__media {
    min-height: 300px;
  }

  .founder-section__media img {
    min-height: 300px;
  }

  .founder-section__title {
    font-size: clamp(2.65rem, 12.2vw, 4rem);
    line-height: 0.88;
  }

  .founder-section__stats span {
    max-width: none;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 760px) {
  .site-footer {
    text-align: center;
  }

  .footer-grid {
    justify-items: center;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }
}
