/* =============================================================
   LAUNCH BABY — Site CSS (v2, proposal-fidelity)
   ============================================================= */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--lb-paper); color: var(--lb-ink); overflow-x: hidden; font-family: var(--font-sans); }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
::selection { background: var(--lb-pink); color: #fff; }

/* ------- LAYOUT ------- */
.lb-wrap { max-width: 1320px; margin: 0 auto; padding: 0 48px; }
@media (max-width: 720px) { .lb-wrap { padding: 0 22px; } }

.lb-section { padding: 64px 0; position: relative; overflow: hidden; }
.lb-section--lg { padding: 96px 0; }
.lb-section--sm { padding: 48px 0; }
.lb-section--ink { background: var(--lb-ink); color: var(--lb-white); }
.lb-section--ink h1, .lb-section--ink h2, .lb-section--ink h3 { color: var(--lb-white); }
.lb-section--ink p { color: rgba(255,255,255,0.7); }
.lb-section--paper-pink { background: var(--lb-paper-pink); }
.lb-section--paper { background: var(--lb-paper); }
.lb-section--space { background: radial-gradient(120% 80% at 70% 20%, #1a1d3a 0%, #0a0d1f 45%, #050610 100%); color: var(--lb-white); }
.lb-section--space h1, .lb-section--space h2, .lb-section--space h3 { color: var(--lb-white); }
.lb-section--space p { color: rgba(255,255,255,0.72); }
.lb-section > .lb-wrap { position: relative; z-index: 2; }

/* Twinkle for star decor */
@keyframes lb-twinkle {
  0%, 100% { opacity: var(--st-op, 0.9); transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.25; transform: translate(-50%, -50%) scale(0.55); }
}
@keyframes lb-twinkle-big {
  0%, 100% { transform: rotate(0deg) scale(1); opacity: 1; }
  50% { transform: rotate(45deg) scale(0.6); opacity: 0.35; }
}

/* Rocket blast — flame flicker + smoke puff growth */
@keyframes lb-flame {
  0%, 100% { transform: translate(-50%, 0) scaleY(1) scaleX(1); opacity: 1; }
  25%      { transform: translate(-50%, 0) scaleY(1.18) scaleX(0.88); opacity: 0.92; }
  50%      { transform: translate(-50%, 0) scaleY(0.86) scaleX(1.12); opacity: 1; }
  75%      { transform: translate(-50%, 0) scaleY(1.12) scaleX(0.94); opacity: 0.88; }
}
@keyframes lb-puff {
  0%   { transform: translate(-50%, 0) scale(0.85); opacity: 0.95; }
  100% { transform: translate(-50%, 60px) scale(1.35); opacity: 0; }
}
@keyframes lb-spark {
  0%   { transform: translate(0, 0) scale(1); opacity: 1; }
  100% { transform: translate(var(--sx, 30px), var(--sy, 80px)) scale(0); opacity: 0; }
}

/* Rush banner blink */
@keyframes lb-rush-blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.35; transform: scale(0.7); }
}

/* Lightbox in/out */
@keyframes lb-lightbox-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes lb-lightbox-img {
  from { opacity: 0; transform: scale(0.985); }
  to   { opacity: 1; transform: scale(1); }
}

/* ------- DISPLAY TYPE (Bowlby One) ------- */
/* Bowlby One — RESERVED for the wordmark and footer giant lockup ONLY.
   It's the signature voice; using it anywhere else makes the page fight
   itself. All headlines, item names, $ amounts, etc. use Playfair. */
.bowl  { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.005em; line-height: 1.05; text-wrap: balance; }
.bowl--mega    { font-size: clamp(56px, 8vw, 144px); line-height: 1; letter-spacing: -0.015em; }
.bowl--display { font-size: clamp(44px, 5.6vw, 96px); line-height: 1.04; }
.bowl--h1      { font-size: clamp(36px, 4.4vw, 64px); line-height: 1.06; }
.bowl--h2      { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.08; }
.bowl--h3      { font-size: clamp(22px, 2.2vw, 28px); line-height: 1.15; }

/* Playfair Display — EDITORIAL voice. Sentences, statements, headlines.
   Use bold (700) for headlines, medium italic for pull quotes. */
.serif { font-family: var(--font-serif); font-weight: 700; line-height: 1.05; letter-spacing: -0.015em; text-wrap: balance; color: var(--lb-ink); }
.serif--mega    { font-size: clamp(56px, 8vw, 124px); line-height: 1.02; letter-spacing: -0.02em; }
.serif--display { font-size: clamp(44px, 5.6vw, 88px); line-height: 1.05; }
.serif--h1      { font-size: clamp(36px, 4.4vw, 60px); line-height: 1.08; }
.serif--h2      { font-size: clamp(28px, 3.2vw, 42px); line-height: 1.12; }
.serif--h3      { font-size: clamp(22px, 2.4vw, 30px); line-height: 1.2; }
.serif--itl     { font-style: italic; font-weight: 500; }

/* Inter body sizes */
.body--lg   { font-family: var(--font-sans); font-size: 20px; line-height: 1.55; color: var(--fg2); font-weight: 400; }
.body--md   { font-family: var(--font-sans); font-size: 17px; line-height: 1.55; color: var(--fg2); font-weight: 400; }
.body--sm   { font-family: var(--font-sans); font-size: 14px; line-height: 1.5; color: var(--fg2); }

/* Mono labels */
.lbl    { font-family: var(--font-mono); font-weight: 500; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg3); }
.lbl--sm{ font-family: var(--font-mono); font-weight: 500; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--fg3); }
.lbl--bold { color: var(--lb-ink); font-weight: 600; }

/* Hairline rules */
.rule   { height: 1px; background: rgba(10,10,10,0.14); margin: 0; border: 0; }
.rule--thick { height: 2px; background: var(--lb-ink); }
.rule--white { background: rgba(255,255,255,0.16); }

/* ------- LOGO LOCKUP ------- */
.lb-lockup { display: inline-flex; align-items: center; gap: 10px; }
.lb-lockup__icon { width: 64px; height: 64px; flex-shrink: 0; }
.lb-lockup__icon img { width: 100%; height: 100%; object-fit: contain; }
.lb-lockup__text { display: flex; flex-direction: column; gap: 2px; line-height: 1; }
.lb-lockup__word { font-family: var(--font-display); font-weight: 400; font-size: 32px; letter-spacing: 0; line-height: 1; }
.lb-lockup__word .pk { color: var(--lb-pink); }
.lb-lockup__word .bl { color: var(--lb-blue); }
.lb-lockup__tag { font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.02em; color: var(--lb-ink); }
.lb-lockup--sm .lb-lockup__icon { width: 48px; height: 48px; }
.lb-lockup--sm .lb-lockup__word { font-size: 24px; }
.lb-lockup--sm .lb-lockup__tag { font-size: 10px; }
.lb-lockup--lg .lb-lockup__icon { width: 104px; height: 104px; }
.lb-lockup--lg .lb-lockup__word { font-size: 56px; }
.lb-lockup--lg .lb-lockup__tag { font-size: 16px; }
.lb-lockup--inv .lb-lockup__tag { color: var(--lb-white); }
.lb-lockup--inv .lb-lockup__word .pk { color: var(--lb-pink); }
.lb-lockup--inv .lb-lockup__word .bl { color: var(--lb-blue); }

/* ------- BUTTONS ------- */
.lb-btn { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-sans); font-weight: 600; font-size: 15px; letter-spacing: -0.005em; padding: 16px 28px; border-radius: 999px; border: 0; cursor: pointer; transition: transform .14s var(--ease-snap), background .14s, color .14s, box-shadow .24s; text-decoration: none; line-height: 1; }
.lb-btn__arrow { font-family: var(--font-mono); font-size: 16px; font-weight: 600; transition: transform .24s var(--ease-snap); }
.lb-btn:hover .lb-btn__arrow { transform: translate(3px, -3px); }
.lb-btn--primary { background: var(--lb-ink); color: #fff; }
.lb-btn--primary:hover { background: var(--lb-pink); }
.lb-btn--pink { background: var(--lb-pink); color: #fff; box-shadow: 0 14px 38px -12px rgba(236,0,140,.5); }
.lb-btn--pink:hover { background: #ff1a9f; transform: translateY(-1px); box-shadow: 0 22px 50px -12px rgba(236,0,140,.65); }
.lb-btn--blend {
  position: relative;
  background: linear-gradient(95deg, #FF3DAA 0%, #FF1A9F 28%, #E040FB 55%, #22D3FF 92%);
  color: #fff;
  box-shadow: 0 18px 40px -12px rgba(236,0,140,.45), 0 14px 32px -14px rgba(0,174,239,.35), inset 0 1px 0 rgba(255,255,255,0.25);
  text-shadow: 0 1px 2px rgba(0,0,0,0.22);
  background-size: 180% 100%;
  background-position: 0% 50%;
}
.lb-btn--blend:hover {
  transform: translateY(-1px);
  background-position: 100% 50%;
  box-shadow: 0 24px 50px -12px rgba(236,0,140,.6), 0 18px 40px -14px rgba(0,174,239,.5), inset 0 1px 0 rgba(255,255,255,0.32);
  filter: saturate(1.08) brightness(1.04);
}
.lb-btn--ghost { background: transparent; color: var(--lb-ink); box-shadow: inset 0 0 0 1.5px var(--lb-ink); }
.lb-btn--ghost:hover { background: var(--lb-ink); color: #fff; }
.lb-btn--ghost-light { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.5); }
.lb-btn--ghost-light:hover { background: #fff; color: var(--lb-ink); }
.lb-btn--lg { font-size: 16px; padding: 20px 34px; }

/* ------- COMMON SECTION HEAD ------- */
.section-head { display: grid; grid-template-columns: 200px 1fr; gap: 64px; margin-bottom: 28px; align-items: end; padding-top: 18px; border-top: 2px solid var(--lb-ink); }

@media (max-width: 720px) {
  .lb-section { padding: 48px 0; }
  .lb-section--lg { padding: 64px 0; }
  .lb-section--sm { padding: 32px 0; }
  .section-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 20px; padding-top: 14px; align-items: start; }
  .section-head__num { margin-top: 0; }

  /* Tame display type for mobile */
  .serif--mega    { font-size: clamp(40px, 12.5vw, 64px); line-height: 1.04; }
  .serif--display { font-size: clamp(34px, 11vw, 56px); line-height: 1.06; }
  .serif--h1      { font-size: clamp(28px, 9vw, 44px); line-height: 1.1; }
  .serif--h2      { font-size: clamp(24px, 7vw, 36px); }
  .serif--h3      { font-size: clamp(20px, 5.5vw, 26px); }

  /* Nav: shrink, drop section links, keep Book a call */
  .lb-nav-links { display: none !important; }
  .lb-lockup__icon { width: 44px; height: 44px; }
  .lb-lockup__word { font-size: 22px; }
  .lb-lockup__tag { font-size: 10px; }

  /* Shrink large buttons on mobile so two fit side-by-side */
  .lb-btn--lg { font-size: 13px; padding: 14px 18px; gap: 8px; }
  .lb-btn__arrow { font-size: 14px; }
}
.section-head__num { font-family: var(--font-mono); font-size: 14px; font-weight: 600; letter-spacing: 0.18em; color: var(--lb-pink); margin-top: 4px; }
.section-head__big { margin: 0; }
.lb-section--ink .section-head,
.lb-section--space .section-head { border-top-color: #fff; }
.lb-section--ink .section-head__num,
.lb-section--space .section-head__num { color: var(--lb-pink); }

/* ------- LUCIDE ------- */
.lb-icon { width: 18px; height: 18px; stroke-width: 1.75; }

/* ============================================================
   MOBILE NAV — hamburger + full-bleed editorial overlay
   ============================================================ */
.lb-burger {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 70;
  flex-shrink: 0;
}
.lb-burger__bar {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: var(--lb-ink);
  border-radius: 2px;
  transition: transform .32s var(--ease-snap), top .24s var(--ease-out), background .2s;
}
.lb-burger__bar--top { top: 17px; }
.lb-burger__bar--bot { top: 25px; }
.lb-burger[data-open="true"] .lb-burger__bar { background: #fff; }
.lb-burger[data-open="true"] .lb-burger__bar--top { top: 21px; transform: rotate(45deg); }
.lb-burger[data-open="true"] .lb-burger__bar--bot { top: 21px; transform: rotate(-45deg); }

/* Mobile overlay menu */
.lb-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 65;
  pointer-events: none;
  visibility: hidden;
}
.lb-mobile-overlay[data-open="true"] {
  pointer-events: auto;
  visibility: visible;
}
.lb-mobile-overlay__bg {
  position: absolute;
  inset: 0;
  background: var(--lb-ink);
  background-image:
    radial-gradient(60% 50% at 85% 12%, rgba(236, 0, 140, 0.35) 0%, transparent 65%),
    radial-gradient(55% 45% at 8% 92%, rgba(0, 174, 239, 0.30) 0%, transparent 65%);
  clip-path: circle(0% at calc(100% - 32px) 42px);
  transition: clip-path .55s var(--ease-out);
}
.lb-mobile-overlay[data-open="true"] .lb-mobile-overlay__bg {
  clip-path: circle(160% at calc(100% - 32px) 42px);
}
.lb-mobile-overlay__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px 28px 40px;
  color: #fff;
  opacity: 0;
  transition: opacity .28s var(--ease-out) .12s;
}
.lb-mobile-overlay[data-open="true"] .lb-mobile-overlay__inner { opacity: 1; }

.lb-mobile-overlay__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid rgba(255,255,255,0.14);
  padding-top: 18px;
}
.lb-mobile-overlay__item {
  border-bottom: 1px solid rgba(255,255,255,0.10);
  transform: translateY(18px);
  opacity: 0;
  transition: transform .5s var(--ease-out), opacity .4s var(--ease-out);
  transition-delay: calc(0.06s * var(--i, 0) + 0.18s);
}
.lb-mobile-overlay[data-open="true"] .lb-mobile-overlay__item {
  transform: translateY(0);
  opacity: 1;
}
.lb-mobile-overlay__link {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: baseline;
  gap: 14px;
  padding: 14px 4px;
  cursor: pointer;
  text-decoration: none;
}
.lb-mobile-overlay__num {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--lb-pink);
  align-self: center;
}
.lb-mobile-overlay__label {
  font-family: var(--font-serif);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(40px, 13vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
}
.lb-mobile-overlay__arrow {
  font-family: var(--font-mono);
  font-size: 18px;
  color: rgba(255,255,255,0.5);
  align-self: center;
  transition: transform .2s var(--ease-snap), color .2s;
}
.lb-mobile-overlay__link:active .lb-mobile-overlay__arrow,
.lb-mobile-overlay__link:hover .lb-mobile-overlay__arrow {
  color: var(--lb-pink);
  transform: translate(3px, -3px);
}

.lb-mobile-overlay__foot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid rgba(255,255,255,0.14);
  padding-top: 22px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .4s var(--ease-out) .5s, transform .5s var(--ease-out) .5s;
}
.lb-mobile-overlay[data-open="true"] .lb-mobile-overlay__foot {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 720px) {
  .lb-burger { display: block; }
  .lb-nav-cta { display: none !important; }
}
