/*
 * Note: app-owned, migrated from gem's quarantine/landing/.
 * Belongs in this app (not the brand gem) long-term. Header below is
 * the original gem-side note kept for traceability.
 *
 * Migrate when: the gem ships the next release with quarantine/landing/
 * deleted (this file replaces the bundled copy).
 */

/*
 * Note — landing-page chrome: derived width constraints.
 *
 * These four widths are derived from the landing-page grid math
 * (.measure-584 = half of .grid-2-32 inside a 1296 container, etc.).
 * Not in Mikael's formal `width/*` collection (only 740 and 1296 are).
 * The underlying `--width-320/584/672/896` variables are declared in
 * tokens-primitive.css under the AD-HOC section.
 */

.measure-320 { max-width: var(--width-320); width: 100%; }
.measure-584 { max-width: var(--width-584); width: 100%; }
.measure-672 { max-width: var(--width-672); width: 100%; }
.measure-896 { max-width: var(--width-896); width: 100%; }
