/* ============================================
   Naprio Studios — Studio system (dark warm ink)
   Lane: domestic/notebook + warm futurist
   ============================================ */

:root {
  /* Warm cream surfaces — base */
  --ink-900: #F4ECDB;
  --ink-800: #F2E5C9;
  --ink-700: #ECDBB8;
  --ink-600: #DDC99B;
  --ink-500: #C9B384;

  /* Warm dark ink — type */
  --cream-50: #2A1F18;
  --cream-100: #34281F;
  --cream-200: #4A3B30;
  --cream-300: #6B5A4B;
  --cream-400: #8E7D6B;
  --cream-500: #A89784;

  /* Brighter, friendlier accents */
  --coral: #C85A3C;
  --coral-soft: #E89F86;
  --ochre: #E8A53A;
  --moss: #8FB05A;
  --sky: #5BB8E0;
  --rose: #E88AA8;
  --butter: #FFD86B;

  /* Bubbly radii */
  --r-sm: 14px;
  --r-md: 22px;
  --r-lg: 32px;
  --r-pill: 999px;

  /* Soft warm shadows */
  --shadow-bubble: 0 18px 40px rgba(242, 106, 75, 0.16), 0 4px 14px rgba(42, 31, 24, 0.08);
  --shadow-soft: 0 10px 28px rgba(42, 31, 24, 0.10);

  --c-line: rgba(42, 31, 24, 0.10);
  --c-line-strong: rgba(42, 31, 24, 0.18);

  /* Rhythm */
  --pad-section: 144px;
  --pad-section-mobile: 88px;
  --container: 1200px;
  --container-narrow: 820px;
}

* , *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--ink-900);
  color: var(--cream-100);
  font-family: 'Switzer', 'Söhne', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
}

/* Subtle film grain across everything */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.16  0 0 0 0 0.12  0 0 0 0 0.09  0 0 0 0.5 0'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
  opacity: 0.2;
  mix-blend-mode: multiply;
  z-index: 1000;
}

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

a {
  color: var(--cream-100);
  text-decoration: none;
  transition: color 180ms ease;
}
a:hover { color: var(--coral); }

button { font-family: inherit; cursor: pointer; }

::selection { background: var(--coral); color: var(--ink-900); }

/* ============================================
   Type
   ============================================ */

h1, h2, h3, h4, h5 {
  margin: 0;
  color: var(--cream-50);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

h1, .h1 {
  font-size: clamp(44px, 7vw, 96px);
  line-height: 1.0;
  font-weight: 600;
  letter-spacing: -0.035em;
}

h2, .h2 {
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

h3, .h3 {
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.015em;
  font-weight: 600;
}

h4, .h4 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
}

p { margin: 0; }

.lede {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: var(--cream-200);
  letter-spacing: -0.005em;
}

.body-lg {
  font-size: 18px;
  line-height: 1.6;
  color: var(--cream-200);
}

.muted { color: var(--cream-400); }

.mono {
  font-family: 'Switzer', 'Söhne', 'Inter', system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
}

.mono--lg {
  font-size: 13px;
}

.eyebrow {
  font-family: 'Switzer', 'Söhne', 'Inter', system-ui, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--coral);
  font-weight: 500;
}

.serif-num {
  font-family: 'Switzer', 'Söhne', 'Inter', system-ui, sans-serif;
  font-feature-settings: "tnum" 1;
}

/* ============================================
   Layout
   ============================================ */

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
}

.container--narrow {
  max-width: var(--container-narrow);
}

@media (max-width: 640px) {
  .container { padding: 0 24px; }
}

section {
  padding: var(--pad-section) 0;
  position: relative;
}

@media (max-width: 768px) {
  section { padding: var(--pad-section-mobile) 0; }
}

.hairline {
  height: 1px;
  background: var(--c-line);
  border: 0;
}

/* ============================================
   Header
   ============================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 241, 224, 0.78);
  backdrop-filter: saturate(140%) blur(18px);
  -webkit-backdrop-filter: saturate(140%) blur(18px);
  border-bottom: 1px solid var(--c-line);
  height: 72px;
  display: flex;
  align-items: center;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wordmark {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--cream-50);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.wordmark:hover { color: var(--cream-50); }

.wordmark__mark {
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--cream-100);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wordmark__mark::after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--coral);
  border-radius: 50%;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav__link {
  font-size: 14px;
  font-weight: 600;
  color: var(--cream-200);
  letter-spacing: -0.005em;
}

.site-nav__link.is-active {
  color: var(--cream-50);
  position: relative;
}
.site-nav__link.is-active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  background: var(--coral);
  border-radius: 1px;
}
.site-nav__link:hover { color: var(--coral); }

.nav-cluster {
  display: flex;
  align-items: center;
  gap: 28px;
}

@media (max-width: 768px) {
  .site-nav { display: none; }
}

/* ============================================
   Buttons
   ============================================ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.005em;
  border: 1px solid transparent;
  background: transparent;
  color: var(--cream-50);
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border 180ms ease;
  white-space: nowrap;
  font-family: inherit;
}

.btn--primary {
  background: var(--cream-50);
  color: var(--ink-900);
}
.btn--primary:hover {
  color: var(--ink-900);
  background: var(--coral-soft);
}

.btn--ghost {
  border-color: var(--c-line-strong);
  color: var(--cream-100);
}
.btn--ghost:hover {
  border-color: var(--cream-100);
  color: var(--cream-50);
}

.btn--sm {
  height: 38px;
  font-size: 13px;
  padding: 0 16px;
}

.btn__arrow {
  display: inline-block;
  transition: transform 180ms ease;
}
.btn:hover .btn__arrow { transform: translateX(3px); }

/* Text link */
.tlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--cream-50);
  font-size: 15px;
  border-bottom: 1px solid var(--c-line-strong);
  padding-bottom: 2px;
}
.tlink:hover { color: var(--coral); border-bottom-color: var(--coral); }
.tlink__arrow { transition: transform 200ms ease; }
.tlink:hover .tlink__arrow { transform: translateX(4px); }

/* ============================================
   Footer
   ============================================ */

.site-footer {
  padding: 96px 0 40px;
  border-top: 1px solid var(--c-line);
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 56px;
}

.footer-brand p {
  color: var(--cream-300);
  font-size: 15px;
  line-height: 1.55;
  max-width: 320px;
  margin-top: 20px;
}

.footer-col h4 {
  font-family: 'Switzer', 'Söhne', 'Inter', system-ui, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--cream-400);
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col a {
  color: var(--cream-200);
  font-size: 15px;
}
.footer-col a:hover { color: var(--coral); }

.footer-bottom {
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid var(--c-line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom span, .footer-bottom .mono {
  color: var(--cream-400);
  font-size: 12px;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .footer-brand { grid-column: 1 / -1; }
}

/* ============================================
   Section header (left-aligned editorial)
   ============================================ */

.sec-head {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 56px;
  margin-bottom: 80px;
  align-items: start;
}

.sec-head__mark {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec-head__mark .eyebrow { color: var(--cream-400); }
.sec-head__num {
  font-family: 'Switzer', 'Söhne', 'Inter', system-ui, sans-serif;
  font-size: 14px;
  color: var(--coral);
  letter-spacing: 0.1em;
}

.sec-head__body h2 { margin-bottom: 20px; }
.sec-head__body p {
  font-size: 19px;
  line-height: 1.55;
  color: var(--cream-200);
  max-width: 620px;
}

@media (max-width: 800px) {
  .sec-head { grid-template-columns: 1fr; gap: 16px; }
}

/* ============================================
   Annotations (hand-drawn cream ink overlay)
   Use as <span class="annot">word<svg class="annot__line"...></span>
   ============================================ */

.annot {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.annot__underline {
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -8px;
  width: calc(100% + 8px);
  height: 14px;
  pointer-events: none;
  stroke: var(--coral);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: draw-line 1.4s ease 0.6s forwards;
}

.annot__circle {
  position: absolute;
  inset: -10px -14px;
  width: calc(100% + 28px);
  height: calc(100% + 20px);
  pointer-events: none;
  stroke: var(--coral);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: draw-line 2s ease 0.8s forwards;
}

@keyframes draw-line {
  to { stroke-dashoffset: 0; }
}

.annot-arrow {
  position: absolute;
  pointer-events: none;
  stroke: var(--coral);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: draw-line 1.6s ease 0.4s forwards;
}

.annot-margin {
  position: absolute;
  font-family: 'Caveat', 'Kalam', 'Comic Sans MS', cursive;
  color: var(--coral);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0;
  animation: fade-in 1.2s ease 1.2s forwards;
  pointer-events: none;
}
@keyframes fade-in { to { opacity: 1; } }

/* ============================================
   Reveal
   ============================================ */

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 800ms cubic-bezier(.2,.7,.2,1), transform 800ms cubic-bezier(.2,.7,.2,1);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   Specs / data-rows (notebook feel)
   ============================================ */

.specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--c-line);
}
.spec-row {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--c-line);
  align-items: baseline;
}
.spec-row__label {
  font-family: 'Switzer', 'Söhne', 'Inter', system-ui, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--cream-400);
}
.spec-row__value {
  font-size: 17px;
  color: var(--cream-100);
  font-weight: 500;
}
.spec-row__tag {
  font-family: 'Switzer', 'Söhne', 'Inter', system-ui, sans-serif;
  font-size: 11px;
  color: var(--coral);
  letter-spacing: 0.1em;
}

@media (max-width: 700px) {
  .spec-row { grid-template-columns: 1fr; gap: 4px; padding: 14px 0; }
}

/* ============================================
   Big numeral (margin numbers for sections)
   ============================================ */
.numeral {
  font-family: 'Switzer', 'Söhne', 'Inter', system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--coral);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/* ============================================
   Now-ticker (live "currently shipping" line)
   ============================================ */
.now-ticker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid var(--c-line-strong);
  border-radius: 999px;
  font-family: 'Switzer', 'Söhne', 'Inter', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream-200);
}
.now-ticker__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

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


/* ============================================
   Bubbly system additions
   ============================================ */

/* Round everything */
.card, .price-card, .build-card, .contact-form, .feature, .belief,
.stamps-stat, .plan-item, .search-item, .stamp,
.profile-stat, .swipecard, .phone, .phone__screen,
.cta-banner, .legal__doc {
  border-radius: var(--r-lg) !important;
}

/* All buttons -> pill */
.btn, .pill, button.btn, a.btn, .app__chip, .swipe-btn {
  border-radius: var(--r-pill) !important;
}

/* Brighter button */
.btn--primary {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 8px 22px rgba(242, 106, 75, 0.32);
}
.btn--primary:hover {
  background: #FF7757;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 30px rgba(242, 106, 75, 0.42);
}

/* Bouncy hover for cards */
.card, .build-card, .feature, .belief {
  transition: transform 240ms cubic-bezier(.34,1.56,.64,1), box-shadow 240ms ease, border-radius 240ms ease !important;
}
.card:hover, .build-card:hover {
  transform: translateY(-4px) rotate(-0.4deg);
  box-shadow: var(--shadow-bubble) !important;
}

/* Drop editorial chrome */
.sec-head__num, .sec-head__rule, .hairline, .now-ticker { display: none !important; }
.eyebrow {
  display: inline-block;
  background: var(--coral-soft);
  color: var(--cream-50);
  padding: 6px 14px;
  border-radius: var(--r-pill);
  font-family: 'Switzer','Söhne','Inter',system-ui,sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

/* Blob backgrounds */
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
  animation: blob-drift 18s ease-in-out infinite;
}
.blob--coral { background: var(--coral); }
.blob--ochre { background: var(--ochre); }
.blob--moss  { background: var(--moss); }
.blob--rose  { background: var(--rose); }
.blob--sky   { background: var(--sky); }
.blob--butter{ background: var(--butter); }

@keyframes blob-drift {
  0%,100% { transform: translate(0,0) scale(1) rotate(0deg); }
  33%     { transform: translate(40px,-30px) scale(1.08) rotate(8deg); }
  66%     { transform: translate(-30px,40px) scale(0.94) rotate(-6deg); }
}

/* Hand-drawn squiggle divider */
.squiggle {
  display: block;
  width: 140px;
  height: 28px;
  margin: 56px auto;
  color: var(--coral);
  opacity: 0.85;
}
.squiggle svg { width: 100%; height: 100%; }

/* Sticker badge */
.sticker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 14px;
  color: var(--cream-50);
  background: var(--butter);
  box-shadow: 0 6px 16px rgba(42,31,24,0.12);
  transform: rotate(-2deg);
}
.sticker--coral { background: var(--coral-soft); }
.sticker--moss  { background: #BFD89A; }
.sticker--sky   { background: #A3DCEF; }

/* Make ALL section bodies relative so blobs anchor */
section { position: relative; overflow: hidden; }
section > .container { position: relative; z-index: 2; }


/* ============================================
   Bigger & friendlier — buttons, icons, type
   ============================================ */

.btn {
  height: 60px !important;
  padding: 0 32px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  gap: 10px !important;
  letter-spacing: -0.005em;
}
.btn--sm { height: 48px !important; padding: 0 22px !important; font-size: 15px !important; }
.btn--primary {
  box-shadow: 0 12px 28px rgba(242, 106, 75, 0.32), inset 0 -3px 0 rgba(0,0,0,0.08);
}
.btn--primary:hover { transform: translateY(-3px) scale(1.03); }

.btn svg, .text-link svg { width: 20px !important; height: 20px !important; }

/* Slightly softer than the bouncy default for cards — bigger pad */
.card { padding: 36px !important; }
.card__title { font-size: 22px !important; }
.card__body { font-size: 17px !important; line-height: 1.55 !important; }
.card__icon {
  width: 56px !important; height: 56px !important;
  border-radius: 18px !important;
  margin-bottom: 22px !important;
}
.card__icon svg { width: 26px !important; height: 26px !important; }

/* Eyebrows / pills — slightly bigger */
.eyebrow, .pill {
  font-size: 13px !important;
  padding: 8px 16px !important;
}

/* Beliefs */
.belief h3 { font-size: 26px !important; }
.belief p { font-size: 18px !important; }

/* Features (Venture) */
.feature h3 { font-size: 24px !important; }
.feature p { font-size: 17px !important; }

/* Checklist — bigger items */
.checklist li { font-size: 18px !important; gap: 14px !important; }
.checklist__icon {
  width: 28px !important; height: 28px !important;
}
.checklist__icon svg { width: 16px !important; height: 16px !important; }

/* Site header nav — friendlier */
.site-nav__link { font-size: 16px !important; }
.wordmark { font-size: 24px !important; }

/* Hero sub */
.hero-sub { font-size: clamp(20px, 1.8vw, 24px) !important; line-height: 1.5 !important; }

/* Section headers */
.sec-head p { font-size: 20px !important; }


/* ============================================
   Playful & unique — glass containers, tilt, doodles
   ============================================ */

/* Glass cards so the blobs glow through */
.card, .belief, .feature, .price-card:not(.price-card--pro),
.contact-form,
.plan-item, .search-item, .stamp, .profile-stat, .stamps-stat {
  background: rgba(255, 248, 232, 0.42) !important;
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.55) !important;
  box-shadow:
    0 24px 50px rgba(42, 31, 24, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}

/* Section soft fills become tinted glass so blobs show through too */
.section--soft, section.section--soft {
  background: transparent !important;
}

/* Asymmetric tilts — each card sits at its own angle */
.grid-3 > *:nth-child(1) { transform: rotate(-1.4deg) translateY(6px); }
.grid-3 > *:nth-child(2) { transform: rotate(0.6deg) translateY(-10px); }
.grid-3 > *:nth-child(3) { transform: rotate(1.2deg) translateY(2px); }
.grid-3 > *:hover { transform: rotate(0deg) translateY(-8px) !important; }

.grid-2 > *:nth-child(odd)  { transform: rotate(-0.8deg); }
.grid-2 > *:nth-child(even) { transform: rotate(0.7deg) translateY(8px); }
.grid-2 > *:hover { transform: rotate(0deg) translateY(-6px) !important; }

.beliefs .belief:nth-child(1) { transform: rotate(-1deg); }
.beliefs .belief:nth-child(2) { transform: rotate(0.8deg) translateY(-12px); }
.beliefs .belief:nth-child(3) { transform: rotate(1.1deg) translateY(8px); }
.beliefs .belief:nth-child(4) { transform: rotate(-0.6deg) translateY(-4px); }
.beliefs .belief { transition: transform 320ms cubic-bezier(.34,1.56,.64,1) !important; }
.beliefs .belief:hover { transform: rotate(0deg) translateY(-6px) !important; }

/* Phones tilt slightly */
.hero-phone .phone { transform: rotate(-2.5deg) !important; }
.hero-phone .phone:hover { transform: rotate(0deg) !important; transition: transform 600ms cubic-bezier(.34,1.56,.64,1); }

/* Floating doodles */
.doodle {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  color: var(--coral);
}
.doodle--scribble { color: var(--coral); }
.doodle--ochre    { color: var(--ochre); }
.doodle--moss     { color: var(--moss); }
.doodle--sky      { color: var(--sky); }
.doodle--rose     { color: var(--rose); }
.doodle--butter   { color: #C99A1F; }

.doodle svg { width: 100%; height: 100%; display: block; }

@keyframes doodle-wiggle {
  0%, 100% { transform: rotate(var(--rot, 0deg)) translateY(0); }
  50%      { transform: rotate(calc(var(--rot, 0deg) + 6deg)) translateY(-6px); }
}
.doodle { animation: doodle-wiggle 6s ease-in-out infinite; }
.doodle:nth-of-type(2n) { animation-delay: -2s; }
.doodle:nth-of-type(3n) { animation-delay: -4s; }

/* Sticker that overhangs a card */
.card-sticker {
  position: absolute;
  top: -16px;
  right: -14px;
  background: var(--butter);
  color: var(--cream-50);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transform: rotate(6deg);
  box-shadow: 0 6px 18px rgba(42,31,24,0.18);
  z-index: 3;
  border: 2px solid rgba(255,255,255,0.6);
}

/* Brighter blobs — turn opacity up */
.blob { opacity: 0.7 !important; filter: blur(60px) !important; }

/* Cards must allow overhang for stickers */
.card { overflow: visible !important; }

/* Increase blob count visually by adding section dots */
section::before {
  content: '';
  position: absolute;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--ochre);
  top: 80px; left: 8%;
  opacity: 0.4;
}
section:nth-of-type(2n)::before { background: var(--moss); left: auto; right: 8%; }
section:nth-of-type(3n)::before { background: var(--rose); top: 120px; left: 12%; }


/* Verifier fixes */
.word-block {
  background: rgba(255, 248, 232, 0.42) !important;
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: var(--r-lg) !important;
  box-shadow: 0 24px 50px rgba(42, 31, 24, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  padding: 44px 36px !important;
  transition: transform 320ms cubic-bezier(.34,1.56,.64,1) !important;
}
.three-words__grid {
  display: grid;
  gap: 28px !important;
  border: 0 !important;
}
.three-words__grid > .word-block:nth-child(1) { transform: rotate(-1.4deg) translateY(6px); }
.three-words__grid > .word-block:nth-child(2) { transform: rotate(0.6deg) translateY(-12px); }
.three-words__grid > .word-block:nth-child(3) { transform: rotate(1.2deg) translateY(2px); }
.three-words__grid > .word-block:hover { transform: rotate(0deg) translateY(-8px) !important; }
.numeral { display: none !important; }
