/* =====================================================================
   PODPAWS — Custom Design System v4
   Palette: warm ivory + rose-clay + gold  |  Type: Playfair Display + Inter
   ===================================================================== */

:root{
  --ivory:#FBF7F1;--ivory-2:#F4ECE2;--cream:#FDFAF5;
  --clay:#C25B5B;--clay-dark:#A8444B;--clay-soft:#F3DEDE;
  --gold:#C9A24B;--gold-soft:#F5ECD6;
  --charcoal:#2B2420;--muted:#7A6F66;--line:#E7DDD0;--white:#ffffff;
  --radius:18px;--radius-sm:12px;--radius-lg:26px;
  --shadow:0 14px 40px rgba(43,36,32,.10);--shadow-sm:0 6px 18px rgba(43,36,32,.08);
  --maxw:1200px;
  --serif:'Playfair Display',Georgia,'Times New Roman',serif;
  --sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --ease:cubic-bezier(.22,.61,.36,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;font-family:var(--sans);color:var(--charcoal);background:var(--ivory);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color .25s var(--ease)}
h1,h2,h3,h4,h5{font-family:var(--serif)!important;color:var(--charcoal)!important;line-height:1.25;font-weight:700;margin:0 0 .35em}
h1{font-size:clamp(1.9rem,3.5vw,2.8rem)!important;letter-spacing:-.5px}
h2{font-size:clamp(1.4rem,2.6vw,2rem)!important;white-space:normal;word-break:break-word}
h3{font-size:clamp(1.05rem,1.7vw,1.35rem)!important}
h4{font-size:clamp(.95rem,1.45vw,1.18rem)!important;font-weight:600!important}
h5{font-size:.88rem!important;font-weight:600!important;text-transform:uppercase;letter-spacing:.06em;color:var(--clay)!important}
