/* pau. product page — warmer, calmer cousin of the Visoo landing
   Reuses Instrument Serif + Plus Jakarta from the parent /assets/fonts folder. */

/* ─── Fonts (latin only — trimmed subset of the parent stylesheet) ──────── */
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic; font-weight: 400; font-display: swap;
  src: url("../assets/fonts/876eea2c-bc87-4d06-b312-70fe48309340.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("../assets/fonts/32f9d34e-ae6b-4cde-a691-f9856e3a45f9.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 300; font-display: swap;
  src: url("../assets/fonts/274d5e50-9f57-43c8-8843-43ecae91ebab.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../assets/fonts/274d5e50-9f57-43c8-8843-43ecae91ebab.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../assets/fonts/274d5e50-9f57-43c8-8843-43ecae91ebab.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../assets/fonts/274d5e50-9f57-43c8-8843-43ecae91ebab.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 700; font-display: swap;
  src: url("../assets/fonts/274d5e50-9f57-43c8-8843-43ecae91ebab.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 800; font-display: swap;
  src: url("../assets/fonts/274d5e50-9f57-43c8-8843-43ecae91ebab.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ─── Tokens ────────────────────────────────────────────────────────────── */
:root {
  --pau-cream: #F5F0E6;          /* deeper paper */
  --pau-cream-soft: #FBF6EC;     /* lightest */
  --pau-cream-warm: #EFE6D4;     /* cards / alt rows */
  --pau-ink: #2a2622;            /* soft ink */
  --pau-ink-2: #55504a;          /* secondary */
  --pau-ink-3: #8a8378;          /* muted */
  --pau-hair: rgba(42, 38, 34, 0.12);
  --pau-hair-strong: rgba(42, 38, 34, 0.22);
  --pau-coral: #E8624A;          /* accent */
  --pau-coral-soft: #F1907C;
  --pau-sage: #CFE0B7;
  --pau-moss: #8FAE7E;
  --pau-sky: #8EAFC4;
  --pau-ochre: #E8D7B1;
  --pau-ochre-deep: #C9B79A;
  --pau-peach: #F4CFA0;
  --pau-rose: #F2B6AA;
}

/* ─── Base ──────────────────────────────────────────────────────────────── */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background: var(--pau-cream);
  color: var(--pau-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
}
main { min-height: 100vh; }
::selection { background: var(--pau-coral); color: var(--pau-cream); }
a { color: inherit; }

h1 .ital, h2 .ital, h3 .ital, h4 .ital,
.pau-hero__wordmark .ital {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal[data-stagger="1"] { transition-delay: 80ms; }
.reveal[data-stagger="2"] { transition-delay: 160ms; }
.reveal[data-stagger="3"] { transition-delay: 240ms; }
.reveal[data-stagger="4"] { transition-delay: 320ms; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Section container */
.pau-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Shared eyebrow */
.pau-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pau-ink-3);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.pau-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--pau-ink-3);
}
.pau-eyebrow--coral { color: var(--pau-coral); }
.pau-eyebrow--coral::before { background: var(--pau-coral); }

/* ─── Nav ───────────────────────────────────────────────────────────────── */
.pau-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}
.pau-nav--scrolled {
  background: rgba(245, 240, 230, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--pau-hair);
}
.pau-nav__inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
}
.pau-nav__brand {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  text-decoration: none;
  color: var(--pau-ink);
}
.pau-nav__wordmark {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--pau-ink);
}
.pau-nav__wordmark-dot { color: var(--pau-coral); }
.pau-nav__kicker {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pau-ink-3);
}
.pau-nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.pau-nav__link {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--pau-ink-2);
  cursor: pointer;
  text-decoration: none;
}
.pau-nav__link:hover { color: var(--pau-ink); }
.pau-nav__cta {
  background: var(--pau-ink);
  color: var(--pau-cream);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 10px 18px 10px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.pau-nav__cta-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--pau-coral);
}
.pau-nav__back {
  font-size: 0.8125rem;
  color: var(--pau-ink-3);
  text-decoration: none;
}
.pau-nav__back:hover { color: var(--pau-ink); }

/* ─── Hero ─────────────────────────────────────────────────────────────── */
.pau-hero {
  position: relative;
  padding: 140px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(1100px 600px at 15% 10%, rgba(143, 174, 126, 0.18), transparent 60%),
    radial-gradient(900px 500px at 95% 30%, rgba(232, 98, 74, 0.14), transparent 60%),
    var(--pau-cream);
}
.pau-hero__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.pau-hero__deco svg { position: absolute; }
.pau-hero__deco-leaf-1 { top: 10%; left: -60px; width: 220px; opacity: 0.55; transform: rotate(-18deg); }
.pau-hero__deco-leaf-2 { bottom: -40px; right: -40px; width: 260px; opacity: 0.55; transform: rotate(16deg); }
.pau-hero__deco-dot {
  position: absolute;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--pau-ink);
  opacity: 0.35;
}

.pau-hero__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 72px;
  align-items: center;
}
.pau-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  border-radius: 999px;
  background: rgba(42, 38, 34, 0.06);
  border: 1px solid var(--pau-hair);
  font-size: 0.8125rem;
  color: var(--pau-ink-2);
  font-weight: 500;
  margin-bottom: 28px;
}
.pau-hero__pill-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--pau-moss);
  box-shadow: 0 0 0 4px rgba(143, 174, 126, 0.2);
}
.pau-hero__wordmark {
  font-size: clamp(5rem, 14vw, 11rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  color: var(--pau-ink);
  font-weight: 600;
  margin-bottom: 8px;
}
.pau-hero__wordmark-dot { color: var(--pau-coral); }
.pau-hero__tagline {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--pau-ink-2);
  max-width: 22ch;
  margin-bottom: 24px;
}
.pau-hero__lede {
  font-size: 1.125rem;
  color: var(--pau-ink-2);
  line-height: 1.55;
  max-width: 46ch;
  margin-bottom: 36px;
}

.pau-hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.pau-app-store {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
.pau-app-store-small img {
  display: block;
  height: 41px;
  width: auto;
}
.pau-app-store img {
  display: block;
  height: 56px;
  width: auto;
}
.pau-app-store:hover img { opacity: 0.88; }
.pau-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px 12px 16px;
  border-radius: 14px;
  background: var(--pau-ink);
  color: var(--pau-cream-soft);
  text-decoration: none;
  min-width: 186px;
}
.pau-store-btn__icon {
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--pau-cream-soft);
}
.pau-store-btn__label {
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.75;
  line-height: 1;
  margin-bottom: 4px;
}
.pau-store-btn__name {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}
.pau-store-btn--ghost {
  background: transparent;
  color: var(--pau-ink);
  border: 1.5px solid var(--pau-ink);
}
.pau-store-btn--ghost .pau-store-btn__icon { color: var(--pau-ink); }
.pau-store-btn--ghost .pau-store-btn__label { opacity: 0.6; }

.pau-hero__meta {
  display: flex;
  gap: 28px;
  margin-top: 32px;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  color: var(--pau-ink-3);
}
.pau-hero__meta-item { display: inline-flex; align-items: center; gap: 8px; }
.pau-hero__meta-icon { color: var(--pau-coral); font-size: 1rem; }

/* Hero phone stage */
.pau-hero__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 640px;
}
.pau-hero__stage-bg {
  position: absolute;
  width: 440px; height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #F4CFA0 0%, #E8D7B1 55%, transparent 80%);
  filter: blur(4px);
  opacity: 0.9;
  z-index: 0;
}
.pau-hero__stage-leaf {
  position: absolute;
  z-index: 0;
  opacity: 0.85;
}
.pau-hero__stage-leaf--left { left: -20px; top: 60px; width: 140px; transform: rotate(-22deg); }
.pau-hero__stage-leaf--right { right: -10px; bottom: 40px; width: 160px; transform: rotate(18deg); }

/* ─── Phone device (shared) ─────────────────────────────────────────────── */
.pau-phone {
  position: relative;
  width: 280px;
  height: 580px;
  border-radius: 44px;
  background: #1b1814;
  padding: 10px;
  box-shadow:
    0 40px 80px rgba(42, 38, 34, 0.28),
    0 16px 32px rgba(42, 38, 34, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 2;
}
.pau-phone--sm { width: 240px; height: 500px; border-radius: 38px; }

/* iPad variant — wider device, uniform thin bezels, smaller corner radius */
.pau-phone--ipad {
  width: 400px;
  height: 520px;
  border-radius: 30px;
  padding: 14px;
}
.pau-phone--ipad .pau-phone__screen { border-radius: 18px; }
.pau-phone--ipad .pau-phone__status {
  padding: 10px 18px 6px;
}
.pau-phone--ipad .pau-phone__notch { display: none; }
.pau-phone__camera {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3a3530;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 3;
}

/* Slightly smaller iPad frame for feature columns (canvas, library) */
.pau-phone--ipad.pau-phone--feature {
  width: 360px;
  height: 468px;
  border-radius: 28px;
  padding: 12px;
}
.pau-phone--ipad.pau-phone--feature .pau-phone__screen { border-radius: 16px; }
.pau-phone--ipad.pau-phone--feature .pau-phone__camera { top: 5px; }

.pau-phone__screen {
  width: 100%; height: 100%;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  background: var(--pau-cream);
  display: flex;
  flex-direction: column;
}
.pau-phone--sm .pau-phone__screen { border-radius: 30px; }
.pau-phone__status {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 22px 6px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--pau-ink);
}
.pau-phone__notch {
  width: 96px; height: 24px;
  border-radius: 999px;
  background: #1b1814;
  margin-top: -6px;
}
.pau-phone__battery { letter-spacing: 0.06em; }

/* App screenshots inside device frames (hero + features) */
.pau-hero__app {
  display: block;
  width: 100%;
  flex: 1;
  min-height: 0;
  object-fit: cover;
  object-position: top center;
  background: var(--pau-cream);
}

/* Coloring mock (large, hero) */
.pau-mock {
  padding: 10px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pau-mock__top {
  display: flex; align-items: center; justify-content: space-between;
}
.pau-mock__brand {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1;
}
.pau-mock__brand-dot { color: var(--pau-coral); }
.pau-mock__icon-btn {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--pau-cream-warm);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  color: var(--pau-ink-2);
}
.pau-mock__label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pau-ink-3);
}
.pau-mock__canvas {
  background: #FFFBF3;
  border: 1px solid var(--pau-hair);
  border-radius: 20px;
  padding: 14px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.pau-mock__canvas svg { width: 100%; height: 100%; }
.pau-mock__palette {
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 8px 12px;
  background: #FFFBF3;
  border-radius: 999px;
  border: 1px solid var(--pau-hair);
}
.pau-mock__swatch {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(42, 38, 34, 0.25);
}
.pau-mock__swatch--active {
  border: 1.5px solid var(--pau-ink);
  box-shadow: 0 0 0 2px #FFFBF3, 0 0 0 3px var(--pau-ink);
}
.pau-mock__swatch--c1 { background: var(--pau-coral); }
.pau-mock__swatch--c2 { background: var(--pau-peach); }
.pau-mock__swatch--c3 { background: var(--pau-sage); }
.pau-mock__swatch--c4 { background: var(--pau-ochre); }
.pau-mock__swatch--c5 { background: var(--pau-ochre-deep); }
.pau-mock__swatch--c6 { background: var(--pau-sky); }
.pau-mock__swatch--c7 { background: var(--pau-ink); }

/* Library mock (grid of pages) */
.pau-mock--library { padding: 14px 16px 18px; }
.pau-mock__title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin-bottom: 2px;
}
.pau-mock__subtitle {
  font-size: 0.75rem;
  color: var(--pau-ink-3);
  margin-bottom: 14px;
}
.pau-mock__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  flex: 1;
}
.pau-mock__thumb {
  background: #FFFBF3;
  border: 1px solid var(--pau-hair);
  border-radius: 14px;
  padding: 10px;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pau-mock__thumb svg { width: 100%; height: 100%; }
.pau-mock__thumb--locked { position: relative; }
.pau-mock__thumb--locked::after {
  content: "✦";
  position: absolute;
  top: 8px; right: 10px;
  font-size: 0.75rem;
  color: var(--pau-coral);
}

/* Today mock (calendar / weekly) */
.pau-mock--today .pau-mock__date {
  font-size: 2.5rem;
  font-family: 'Instrument Serif', serif;
  line-height: 1;
  margin-bottom: 2px;
}
.pau-mock--today .pau-mock__dayname {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pau-ink-3);
  font-weight: 700;
  margin-bottom: 14px;
}
.pau-mock__week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 12px;
}
.pau-mock__wday {
  aspect-ratio: 1;
  border-radius: 8px;
  background: var(--pau-cream-warm);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 0.5625rem;
  font-weight: 600;
  color: var(--pau-ink-3);
}
.pau-mock__wday--on {
  background: var(--pau-ink);
  color: var(--pau-cream);
}
.pau-mock__wday-num { font-size: 0.75rem; margin-top: 1px; color: inherit; }

/* ─── Social proof strip ───────────────────────────────────────────────── */
.pau-proof {
  background: var(--pau-cream-warm);
  border-top: 1px solid var(--pau-hair);
  border-bottom: 1px solid var(--pau-hair);
  padding: 28px 0;
}
.pau-proof__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.pau-proof__rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9375rem;
  color: var(--pau-ink-2);
}
.pau-proof__stars {
  color: var(--pau-coral);
  letter-spacing: 3px;
  font-size: 1rem;
}
.pau-proof__score { color: var(--pau-ink); font-weight: 700; }
.pau-proof__logos {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  color: var(--pau-ink-3);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pau-proof__logo { opacity: 0.7; }
.pau-proof__divider {
  width: 1px; height: 14px;
  background: var(--pau-hair-strong);
}

/* ─── Pillars (what makes pau. different) ─────────────────────────────── */
.pau-pillars {
  background: var(--pau-cream);
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
}
.pau-pillars__head {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 64px;
}
.pau-pillars__intro {
  font-size: 0.9375rem;
  color: var(--pau-ink-3);
  line-height: 1.6;
  max-width: 30ch;
  margin-top: 16px;
}
.pau-pillars__title {
  font-size: clamp(2.5rem, 4.8vw, 4.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: var(--pau-ink);
}
.pau-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pau-pillar {
  background: var(--pau-cream-soft);
  border: 1px solid var(--pau-hair);
  border-radius: 24px;
  padding: 36px 32px 32px;
  position: relative;
  overflow: hidden;
  transition: transform 400ms ease, border-color 200ms ease;
}
.pau-pillar:hover { transform: translateY(-4px); border-color: var(--pau-hair-strong); }
.pau-pillar__icon {
  width: 56px; height: 56px;
  border-radius: 18px;
  background: var(--pau-coral);
  color: var(--pau-cream);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 28px;
}
.pau-pillar--sage .pau-pillar__icon { background: var(--pau-moss); color: #fff; }
.pau-pillar--sky .pau-pillar__icon { background: var(--pau-sky); color: #fff; }
.pau-pillar__kicker {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pau-ink-3);
  margin-bottom: 12px;
}
.pau-pillar__title {
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 14px;
  color: var(--pau-ink);
}
.pau-pillar__body {
  font-size: 0.9375rem;
  color: var(--pau-ink-2);
  line-height: 1.6;
}
.pau-pillar__ornament {
  position: absolute;
  right: -20px; bottom: -20px;
  width: 140px; height: 140px;
  opacity: 0.25;
  pointer-events: none;
}

/* ─── Feature showcase (alternating) ──────────────────────────────────── */
.pau-features {
  background: var(--pau-cream-warm);
  padding: 120px 0;
  border-top: 1px solid var(--pau-hair);
  border-bottom: 1px solid var(--pau-hair);
}
.pau-features__head {
  text-align: left;
  margin-bottom: 72px;
  max-width: 720px;
}
.pau-features__title {
  font-size: clamp(2.25rem, 4.4vw, 3.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-top: 16px;
}
.pau-features__list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.pau-feature {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: center;
}
.pau-feature--flip .pau-feature__copy { order: 2; }
.pau-feature--flip .pau-feature__visual { order: 1; }

.pau-feature__kicker {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pau-coral);
  margin-bottom: 16px;
}
.pau-feature__title {
  font-size: clamp(1.875rem, 3.2vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--pau-ink);
  margin-bottom: 20px;
}
.pau-feature__body {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--pau-ink-2);
  max-width: 44ch;
  margin-bottom: 24px;
}
.pau-feature__bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0; padding: 0;
}
.pau-feature__bullets li {
  font-size: 0.9375rem;
  color: var(--pau-ink-2);
  display: flex; align-items: flex-start; gap: 10px;
  line-height: 1.5;
}
.pau-feature__bullets li::before {
  content: "✦";
  color: var(--pau-coral);
  font-size: 0.8125rem;
  margin-top: 3px;
  flex-shrink: 0;
}
.pau-feature__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 520px;
}
.pau-feature__visual-bg {
  position: absolute;
  width: 380px; height: 380px;
  border-radius: 50%;
  z-index: 0;
}
.pau-feature__visual-bg--peach { background: radial-gradient(circle at 30% 30%, var(--pau-peach), transparent 70%); }
.pau-feature__visual-bg--sage { background: radial-gradient(circle at 30% 30%, var(--pau-sage), transparent 70%); }
.pau-feature__visual-bg--sky { background: radial-gradient(circle at 30% 30%, var(--pau-sky), transparent 70%); opacity: 0.6; }

/* ─── Weekly drops ────────────────────────────────────────────────────── */
.pau-drops {
  background: var(--pau-cream);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.pau-drops__bg-type {
  position: absolute;
  top: 12%;
  left: 0; right: 0;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(10rem, 28vw, 26rem);
  line-height: 0.85;
  color: rgba(42, 38, 34, 0.04);
  letter-spacing: -0.04em;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
}
.pau-drops__inner { position: relative; }
.pau-drops__grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 64px;
  align-items: center;
}
.pau-drops__title {
  font-size: clamp(2.25rem, 4.4vw, 3.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 16px 0 20px;
}
.pau-drops__body {
  font-size: 1.0625rem;
  color: var(--pau-ink-2);
  line-height: 1.6;
  max-width: 44ch;
  margin-bottom: 28px;
}
.pau-drops__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--pau-hair);
}
.pau-drops__stat-value {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 2rem;
  line-height: 1;
  color: var(--pau-ink);
  margin-bottom: 6px;
}
.pau-drops__stat-label {
  font-size: 0.8125rem;
  color: var(--pau-ink-3);
}

.pau-calendar {
  background: var(--pau-cream-soft);
  border: 1px solid var(--pau-hair);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 24px 48px rgba(42, 38, 34, 0.06);
}
.pau-calendar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pau-calendar__month {
  font-family: 'Instrument Serif', serif;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1;
}
.pau-calendar__chev {
  display: inline-flex; gap: 6px;
}
.pau-calendar__chev button {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--pau-cream-warm);
  border: 0;
  font-size: 0.9375rem;
  cursor: pointer;
  color: var(--pau-ink-2);
}
.pau-calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}
.pau-calendar__weekday {
  text-align: center;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pau-ink-3);
  font-weight: 700;
}
.pau-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.pau-calendar__cell {
  aspect-ratio: 1;
  border-radius: 14px;
  background: var(--pau-cream-warm);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--pau-ink-2);
  font-size: 0.8125rem;
  font-weight: 600;
  position: relative;
}
.pau-calendar__cell--muted { opacity: 0.4; }
.pau-calendar__cell--drop {
  background: var(--pau-cream-soft);
  border: 1px solid var(--pau-hair);
}
.pau-calendar__cell-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
}
.pau-calendar__cell--sage .pau-calendar__cell-dot { background: var(--pau-moss); }
.pau-calendar__cell--coral .pau-calendar__cell-dot { background: var(--pau-coral); }
.pau-calendar__cell--ochre .pau-calendar__cell-dot { background: var(--pau-ochre-deep); }
.pau-calendar__cell--sky .pau-calendar__cell-dot { background: var(--pau-sky); }
.pau-calendar__cell--today {
  background: var(--pau-ink);
  color: var(--pau-cream);
}
.pau-calendar__cell--today .pau-calendar__cell-dot { background: var(--pau-coral); }

/* ─── Testimonials ─────────────────────────────────────────────────────── */
.pau-quotes {
  background: var(--pau-cream-warm);
  padding: 120px 0;
  border-top: 1px solid var(--pau-hair);
  border-bottom: 1px solid var(--pau-hair);
}
.pau-quotes__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.pau-quotes__title {
  font-size: clamp(2.25rem, 4.4vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-top: 16px;
}
.pau-quotes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pau-quote {
  background: var(--pau-cream-soft);
  border: 1px solid var(--pau-hair);
  border-radius: 22px;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
}
.pau-quote--lift { transform: translateY(-12px); }
.pau-quote__mark {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 5rem;
  line-height: 0.7;
  color: var(--pau-coral);
  margin-bottom: -8px;
}
.pau-quote__body {
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--pau-ink);
  font-weight: 500;
  margin-bottom: 28px;
  flex: 1;
}
.pau-quote__foot {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--pau-hair);
  padding-top: 18px;
}
.pau-quote__avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--pau-ochre);
  color: var(--pau-ink);
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-flex; align-items: center; justify-content: center;
  letter-spacing: 0.02em;
}
.pau-quote__name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pau-ink);
  line-height: 1.2;
}
.pau-quote__meta {
  font-size: 0.75rem;
  color: var(--pau-ink-3);
}

/* ─── Pricing ──────────────────────────────────────────────────────────── */
.pau-pricing {
  background: var(--pau-cream);
  padding: 120px 0;
}
.pau-pricing__head {
  text-align: center;
  margin-bottom: 64px;
}
.pau-pricing__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
}
.pau-pricing__title {
  font-size: clamp(2.25rem, 4.4vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  max-width: 20ch;
  margin: 0 auto 16px;
}
.pau-pricing__sub {
  font-size: 1.0625rem;
  color: var(--pau-ink-2);
  max-width: 50ch;
  margin: 0 auto;
}
.pau-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.pau-plan {
  background: var(--pau-cream-soft);
  border: 1px solid var(--pau-hair);
  border-radius: 24px;
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.pau-plan--featured {
  background: var(--pau-ink);
  color: var(--pau-cream);
  border-color: var(--pau-ink);
  transform: translateY(-12px);
}
.pau-plan__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pau-coral);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
}
.pau-plan__name {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 8px;
}
.pau-plan__tag {
  font-size: 0.875rem;
  color: var(--pau-ink-3);
  margin-bottom: 24px;
}
.pau-plan--featured .pau-plan__tag { color: rgba(245, 240, 230, 0.6); }
.pau-plan__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 6px;
}
.pau-plan__price-amount {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
.pau-plan__price-unit {
  font-size: 0.9375rem;
  color: var(--pau-ink-3);
}
.pau-plan--featured .pau-plan__price-unit { color: rgba(245, 240, 230, 0.6); }
.pau-plan__price-note {
  font-size: 0.8125rem;
  color: var(--pau-ink-3);
  margin-bottom: 24px;
}
.pau-plan--featured .pau-plan__price-note { color: rgba(245, 240, 230, 0.6); }
.pau-plan__features {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  border-top: 1px solid var(--pau-hair);
  padding-top: 24px;
}
.pau-plan--featured .pau-plan__features {
  border-top-color: rgba(245, 240, 230, 0.15);
}
.pau-plan__features li {
  font-size: 0.9375rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--pau-ink-2);
  line-height: 1.5;
}
.pau-plan--featured .pau-plan__features li { color: rgba(245, 240, 230, 0.85); }
.pau-plan__features li::before {
  content: "✓";
  color: var(--pau-coral);
  font-weight: 700;
  margin-top: 1px;
  flex-shrink: 0;
}
.pau-plan__cta {
  background: var(--pau-ink);
  color: var(--pau-cream);
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 0.9375rem;
  display: block;
}
.pau-plan--featured .pau-plan__cta {
  background: var(--pau-coral);
  color: #fff;
}
.pau-plan__cta--ghost {
  background: transparent;
  color: var(--pau-ink);
  border: 1.5px solid var(--pau-ink);
}

/* ─── FAQ ──────────────────────────────────────────────────────────────── */
.pau-faq {
  background: var(--pau-cream-warm);
  padding: 120px 0;
  border-top: 1px solid var(--pau-hair);
}
.pau-faq__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}
.pau-faq__title {
  font-size: clamp(2.25rem, 4.4vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-top: 16px;
  margin-bottom: 16px;
}
.pau-faq__sub {
  font-size: 0.9375rem;
  color: var(--pau-ink-3);
  line-height: 1.6;
  max-width: 32ch;
}
.pau-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--pau-hair);
}
.pau-faq__item {
  border-bottom: 1px solid var(--pau-hair);
}
.pau-faq__q {
  width: 100%;
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--pau-ink);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: left;
}
.pau-faq__icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--pau-cream-soft);
  border: 1px solid var(--pau-hair);
  display: flex; align-items: center; justify-content: center;
  color: var(--pau-ink-2);
  font-weight: 700;
  transition: transform 300ms ease, background 200ms ease;
  font-size: 0.9375rem;
  line-height: 1;
}
.pau-faq__item--open .pau-faq__icon {
  background: var(--pau-coral);
  color: #fff;
  transform: rotate(45deg);
}
.pau-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease;
}
.pau-faq__item--open .pau-faq__a { max-height: 320px; }
.pau-faq__a-inner {
  padding: 0 0 24px;
  font-size: 0.9375rem;
  color: var(--pau-ink-2);
  line-height: 1.6;
  max-width: 60ch;
}

/* ─── Big CTA footer ──────────────────────────────────────────────────── */
.pau-cta {
  background: var(--pau-coral);
  color: #fff;
  padding: 140px 0 120px;
  position: relative;
  overflow: hidden;
}
.pau-cta__bg-type {
  position: absolute;
  bottom: -14%;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(12rem, 32vw, 32rem);
  line-height: 0.85;
  color: rgba(255, 255, 255, 0.16);
  letter-spacing: -0.05em;
  pointer-events: none;
  white-space: nowrap;
}
.pau-cta__inner {
  position: relative;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 32px;
}
.pau-cta__eyebrow {
  display: inline-flex;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.pau-cta__eyebrow::before { background: rgba(255, 255, 255, 0.6); }
.pau-cta__eyebrow .pau-eyebrow { color: #fff; }
.pau-cta__eyebrow .pau-eyebrow::before { background: rgba(255, 255, 255, 0.6); }
.pau-cta__title {
  font-size: clamp(2.75rem, 7vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-bottom: 28px;
}
.pau-cta__title .ital { color: #fff; }
.pau-cta__sub {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
  max-width: 46ch;
  margin: 0 auto 36px;
}
.pau-cta__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.pau-cta .pau-store-btn {
  background: var(--pau-ink);
  color: #fff;
}
.pau-cta .pau-store-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.pau-cta .pau-store-btn--ghost .pau-store-btn__icon { color: #fff; }

/* ─── Page footer ─────────────────────────────────────────────────────── */
.pau-footer {
  background: var(--pau-ink);
  color: var(--pau-cream);
  padding: 64px 0 32px;
}
.pau-footer__cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}
.pau-footer__brand-row {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
}
.pau-footer__wordmark {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 2rem;
  line-height: 1;
}
.pau-footer__wordmark-dot { color: var(--pau-coral); }
.pau-footer__tagline {
  font-size: 0.9375rem;
  color: rgba(245, 240, 230, 0.6);
  max-width: 36ch;
  line-height: 1.6;
}
.pau-footer__nav-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 240, 230, 0.45);
  margin-bottom: 20px;
}
.pau-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pau-footer__links a {
  font-size: 0.9375rem;
  color: var(--pau-cream);
  text-decoration: none;
  opacity: 0.85;
}
.pau-footer__links a:hover { opacity: 1; }
.pau-footer__wall {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(6rem, 18vw, 14rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  padding: 32px 0 16px;
  border-bottom: 1px solid rgba(245, 240, 230, 0.12);
  margin-bottom: 20px;
}
.pau-footer__wall-dot { color: var(--pau-coral); }
.pau-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8125rem;
  color: rgba(245, 240, 230, 0.45);
}
.pau-footer__meta {
  display: flex; gap: 16px; align-items: center;
}
.pau-footer__bottom a { text-decoration: none; color: inherit; }
.pau-footer__bottom a:hover { color: var(--pau-cream); }

/* ─── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .pau-hero { padding: 120px 0 64px; }
  .pau-hero__inner,
  .pau-pillars__head,
  .pau-drops__grid,
  .pau-faq__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .pau-hero__stage { min-height: 560px; }
  .pau-pillars__grid,
  .pau-quotes__grid,
  .pau-pricing__grid {
    grid-template-columns: 1fr;
  }
  .pau-quote--lift, .pau-plan--featured { transform: none; }
  .pau-feature,
  .pau-feature--flip {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pau-feature--flip .pau-feature__copy,
  .pau-feature--flip .pau-feature__visual { order: unset; }
  .pau-features__list { gap: 72px; }
  .pau-footer__cols { grid-template-columns: 1fr 1fr; }
  .pau-nav__links { gap: 16px; }
  .pau-nav__link--hide-md { display: none; }
}

@media (max-width: 640px) {
  .pau-wrap { padding: 0 20px; }
  .pau-nav__inner { padding: 0 20px; }
  .pau-hero { padding: 108px 0 48px; }
  .pau-hero__stage { min-height: 520px; }
  .pau-phone { width: 240px; height: 510px; }
  .pau-phone--ipad { width: 320px; height: 416px; border-radius: 24px; padding: 12px; }
  .pau-phone--ipad .pau-phone__screen { border-radius: 14px; }
  .pau-phone--ipad.pau-phone--feature {
    width: 280px;
    height: 364px;
    border-radius: 22px;
    padding: 10px;
  }
  .pau-phone--ipad.pau-phone--feature .pau-phone__screen { border-radius: 12px; }
  .pau-pillars,
  .pau-features,
  .pau-drops,
  .pau-quotes,
  .pau-pricing,
  .pau-faq { padding: 80px 0; }
  .pau-cta { padding: 100px 0 80px; }
  .pau-pillar { padding: 28px 24px; }
  .pau-plan { padding: 28px 24px; }
  .pau-nav__kicker { display: none; }
  .pau-footer__cols { grid-template-columns: 1fr; gap: 32px; }
  .pau-hero__ctas { flex-direction: column; align-items: stretch; }
  .pau-store-btn { justify-content: center; }
}
