:root {
  --pp-color-brand: #B3262D;
  --pp-color-brand-strong: #7A1219;
  --pp-color-ink: #11100F;
  --pp-color-text-muted: #5F5750;
  --pp-color-stone: #EDE6DC;
  --pp-color-ivory: #F7F3EC;
  --pp-color-surface: #FFFFFF;
  --pp-color-border: rgba(17, 16, 15, 0.12);
  --pp-color-border-strong: rgba(17, 16, 15, 0.20);
  --pp-color-focus: rgba(179, 38, 45, 0.22);
  --pp-color-brand-soft: rgba(179, 38, 45, 0.08);
  --pp-color-backdrop: rgba(17, 16, 15, 0.48);

  --pp-color-success: #2D7A4F;
  --pp-color-success-soft: #E8F5ED;
  --pp-color-warning: #8A6200;
  --pp-color-warning-soft: #FFF4D6;
  --pp-color-danger: var(--pp-color-brand);
  --pp-color-danger-soft: #FFF0F1;
  --pp-color-info: #4E5D6C;
  --pp-color-info-soft: #EEF2F5;

  --pp-font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --pp-font-ui: Satoshi, Inter, system-ui, -apple-system, "Segoe UI", sans-serif;

  --pp-text-display-size: 54px;
  --pp-text-display-line: 62px;
  --pp-text-display-weight: 600;
  --pp-text-display-tracking: -0.3px;
  --pp-text-h2-size: 34px;
  --pp-text-h2-line: 42px;
  --pp-text-h2-weight: 600;
  --pp-text-h2-tracking: -0.2px;
  --pp-text-h3-size: 22px;
  --pp-text-h3-line: 30px;
  --pp-text-h3-weight: 600;
  --pp-text-h3-tracking: -0.1px;
  --pp-text-body-lg-size: 16px;
  --pp-text-body-lg-line: 26px;
  --pp-text-body-size: 15px;
  --pp-text-body-line: 24px;
  --pp-text-small-size: 13px;
  --pp-text-small-line: 20px;
  --pp-text-label-size: 12px;
  --pp-text-label-line: 16px;
  --pp-text-label-tracking: 1.5px;

  --pp-radius-xs: 4px;
  --pp-radius-sm: 6px;
  --pp-radius-md: 8px;
  --pp-radius-round: 999px;
  --pp-border-width: 1px;
  --pp-border: var(--pp-border-width) solid var(--pp-color-border);
  --pp-border-strong: var(--pp-border-width) solid var(--pp-color-border-strong);
  --pp-shadow-subtle: 0 2px 8px rgba(0, 0, 0, 0.06);
  --pp-shadow-overlay: 0 16px 48px rgba(17, 16, 15, 0.16);
  --pp-shadow-none: none;
  --pp-focus-ring: 0 0 0 3px var(--pp-color-focus);

  --pp-space-1: 4px;
  --pp-space-2: 8px;
  --pp-space-3: 16px;
  --pp-space-4: 24px;
  --pp-space-5: 32px;
  --pp-space-6: 40px;
  --pp-space-7: 64px;
  --pp-space-8: 80px;
  --pp-space-9: 120px;

  --pp-container-max: 1320px;
  --pp-gutter-desktop: 32px;
  --pp-gutter-tablet: 24px;
  --pp-gutter-mobile: 20px;
  --pp-gutter-mobile-compact: 16px;
  --pp-grid-gap: 28px;
  --pp-header-height-desktop: 80px;
  --pp-header-height-tablet: 68px;
  --pp-header-height-mobile: 60px;
  --pp-hero-min-desktop: 640px;

  --pp-control-height-sm: 40px;
  --pp-control-height: 44px;
  --pp-control-height-lg: 48px;
  --pp-touch-min: 44px;

  --pp-motion-fast: 120ms;
  --pp-motion-base: 180ms;
  --pp-motion-slow: 260ms;
  --pp-ease-standard: cubic-bezier(0.2, 0, 0, 1);

  --pp-z-base: 0;
  --pp-z-sticky: 20;
  --pp-z-dropdown: 40;
  --pp-z-drawer: 60;
  --pp-z-modal: 80;
  --pp-z-toast: 100;

  --pp-safe-top: env(safe-area-inset-top, 0px);
  --pp-safe-right: env(safe-area-inset-right, 0px);
  --pp-safe-bottom: env(safe-area-inset-bottom, 0px);
  --pp-safe-left: env(safe-area-inset-left, 0px);
}

@media (max-width: 900px) {
  :root {
    --pp-text-display-size: 48px;
    --pp-text-display-line: 56px;
    --pp-text-h2-size: 32px;
    --pp-text-h2-line: 39px;
    --pp-text-h3-size: 22px;
    --pp-text-h3-line: 29px;
  }
}

@media (max-width: 720px) {
  :root {
    --pp-text-display-size: 42px;
    --pp-text-display-line: 48px;
    --pp-text-h2-size: 30px;
    --pp-text-h2-line: 36px;
    --pp-text-h3-size: 21px;
    --pp-text-h3-line: 28px;
    --pp-text-body-lg-line: 25px;
    --pp-text-body-line: 23px;
    --pp-text-small-line: 19px;
  }
}
