:root {
  --ink:#201c17; --ink-2:#2b261f; --paper:#f3eee6; --paper-2:#e8ded0;
  --gold:#c89b62; --gold-light:#e4c397; --text:#f6f0e8; --muted:#b9ad9e;
  --line:rgba(200,155,98,.25); --dark-line:rgba(32,28,23,.14);
  --display:'Cormorant Garamond',Georgia,serif; --body:'Jost',Arial,sans-serif;
  --container:1240px; --pad:clamp(1.25rem,4vw,3rem); --section:clamp(5rem,9vw,9rem);
  --accent:#a66c3f; --accent-hover:#8d653b; --radius-sm:14px; --radius-md:22px; --radius-lg:30px;
  --ease:cubic-bezier(.2,.7,.2,1); --shadow:0 28px 70px rgba(14,11,8,.22);
}
