/* Created: 2026-07-16 */
/* Last updated: 2026-07-23 */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,700&display=swap");

:root {
  font-size: 12px;
  color-scheme: dark;
  --ink-950: #000000;
  --ink-925: #000000;
  --ink-900: #000000;
  --ink-875: #000000;
  --ink-850: #000000;
  --ink-800: #000000;
  --paper-50: #f6f2ea;
  --paper-100: #f6f2ea;
  --paper: #fefef6;
  --cream: #f6f2ea;
  --brown: #362c17;
  --text-strong: #ffffff;
  --text: #ffffff;
  --text-soft: #7b7b6b;
  --text-faint: #7b7b6b;
  --gold: #d4a643;
  --gold-hover: #f6f2ea;
  --gold-deep: #d4a643;
  --gold-wash: rgba(212, 166, 67, 0.12);
  --line: rgba(123, 123, 107, 0.34);
  --line-strong: rgba(123, 123, 107, 0.62);
  --line-gold: rgba(212, 166, 67, 0.5);
  --success: #d4a643;
  --danger: #b86330;
  --focus: #d4a643;

  --font-sans: "Montserrat", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;

  --step--2: 1rem;
  --step--1: 1.2rem;
  --step-0: 1.5rem;
  --step-1: 1.6rem;
  --step-2: 2rem;
  --step-3: 2.5rem;
  --step-4: 3.5rem;
  --step-5: 3.5rem;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 18px;
  --space-5: 26px;
  --space-6: 35px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 64px;
  --space-10: 64px;

  --container: 2000px;
  --container-copy: 44rem;
  --gutter: 4vw;
  --header-height: 80px;
  --radius: 0;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --duration: 280ms;

  --torsik-nav-label-size: 1.2rem;
  --torsik-nav-cta-size: 1.2rem;
  --torsik-services-heading-size: 12px;
  --torsik-services-link-size: 1.2rem;
  --torsik-services-arrow-size: 16px;
}

@media (max-width: 72rem) {
  :root {
    --torsik-nav-label-size: 1.1rem;
    --torsik-nav-cta-size: 1.1rem;
  }
}

@media (max-width: 64rem) {
  :root {
    --torsik-nav-label-size: 1.15rem;
    --torsik-services-heading-size: 12px;
    --torsik-services-link-size: 1.15rem;
  }
}
