:root{
/* Tailwind 0.25rem step scale, limited to what the theme uses */
--space-1:.25rem;
--space-2:.5rem;
--space-3:.75rem;
--space-4:1rem;
--space-5:1.25rem;
--space-6:1.5rem;
--space-8:2rem;
--space-10:2.5rem;
--space-16:4rem;
--space-20:5rem;

/* Layout */
--container-max:80rem;      /* max-w-7xl — every page's content rail */
--container-prose:65ch;
--form-card-width:600px;    /* find-out-more / contact form card */
--section-pad-y:var(--space-20);
--section-pad-x:var(--space-5);
--card-pad:var(--space-5);
--grid-gap-cards:var(--space-20);  /* the dog/video grids are deliberately airy */
--nav-height:auto; /* @kind other */
--nav-logo-h-mobile:32px;
--nav-logo-h-desktop:64px;
}
