/* Refined Performing Arts — brand foundation
   Palette locked from the Season 2026/2027 banner. See BRAND.md.
   Rule: gold is structure and emphasis, never a status colour. */

:root{
  --gold:#B8975A;
  --gold-light:#D3BC8D;
  --gold-pale:#EFE6D6;
  --ivory:#FAF8F4;
  --ivory-deep:#F2EDE4;
  --ink:#2E2A25;
  --ink-soft:#6B6257;
  --terracotta:#A85D42;

  /* fluid type — scales between phone and desktop with no breakpoints */
  --step--1: clamp(0.86rem, 0.83rem + 0.15vw, 0.94rem);
  --step-0:  clamp(1.00rem, 0.95rem + 0.25vw, 1.13rem);
  --step-1:  clamp(1.25rem, 1.15rem + 0.50vw, 1.55rem);
  --step-2:  clamp(1.60rem, 1.40rem + 1.00vw, 2.30rem);
  --step-3:  clamp(2.10rem, 1.70rem + 2.00vw, 3.60rem);
  --step-4:  clamp(2.60rem, 1.90rem + 3.50vw, 5.50rem);

  --gutter: clamp(1.25rem, 5vw, 5rem);
  --section: clamp(4rem, 12vw, 9rem);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
body{
  margin:0; background:var(--ivory); color:var(--ink);
  font-size:var(--step-0); line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img,video{ max-width:100%; height:auto; display:block; }
a{ color:inherit; }

/* nothing may push the page sideways on a phone */
html,body{ overflow-x:hidden; }
