/*
  ORLÈVANE — House Lights
  Tokens mirror .impeccable/direction-contract.md and the Figma collections
  Colour, Spacing, and the House Lights text styles.
*/

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("archivo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("archivo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("bodoni-moda-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("bodoni-moda-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --font-display: "Bodoni Moda", Georgia, serif;
  --font-sans: "Archivo", system-ui, sans-serif;

  --stage-black: #060607;
  --stage-lift: #0e0d0c;
  --house-ivory: #f4efe6;
  --champagne: #c5a57b;
  --spill: #56432a;
  --display-ivory: #e2d1ba;
  --wordmark-unlit: #aeaba6;
  --stone: #988f86;
  --stone-tertiary: #5e574f;
  --stone-on-ivory: #6b6156;
  --ink-on-ivory: #1a1714;
  --oxblood: #751615;
  --hairline: #2a2521;
  --hairline-ivory: #c9c1b6;

  --space-01: 8px;
  --space-02: 16px;
  --space-03: 24px;
  --space-04: 32px;
  --space-05: 48px;
  --space-06: 64px;
  --space-07: 88px;
  --space-08: 104px;
  --space-09: 160px;

  --gutter: var(--space-05);
  --nav-h: 76px;

  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-house: cubic-bezier(0.16, 1, 0.3, 1);

  --cue-wordmark: 120ms;
  --cue-beam: 380ms;
  --cue-figure: 760ms;
  --cue-headline: 1280ms;
  --cue-furniture: 1560ms;
  --cue-action: 2160ms;
  --letter-stagger: 42ms;
  --furniture-stagger: 55ms;
}

@media (max-width: 900px) {
  :root {
    --gutter: 20px;
    --nav-h: 60px;
    --cue-beam: 320ms;
    --cue-figure: 620ms;
    --cue-headline: 1000ms;
    --cue-furniture: 1400ms;
    --cue-action: 1750ms;
  }
}

.t-wordmark {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-weight: 400;
}

.t-statement {
  font-family: var(--font-display);
  font-size: clamp(40px, 6.7vw, 96px);
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}

.t-product {
  font-family: var(--font-display);
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.t-nav {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.t-cue {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.t-action {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.t-body {
  font-size: 15px;
  line-height: 1.6;
}

.t-body-sm {
  font-size: 13px;
  line-height: 1.55;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
