/** Shopify CDN: Minification failed

Line 55:58 Expected "*/" to terminate multi-line comment

**/
/* ==========================================================================
   Lillies Studios — Editorial Minimal Theme Overrides
   Font: Neue Montreal (Fontshare, free & self-hostable)
   Load Neue Montreal in theme.liquid <head> BEFORE this file, e.g.:
   <link rel="stylesheet" href="https://api.fontshare.com/v2/css?f[]=neue-montreal@400,500,600&display=swap">
   ========================================================================== */
* {
  font-family: var(--font-body-family), -apple-system, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading-family), -apple-system, sans-serif !important;
}
:root {
  --font-body-family: 'Neue Montreal', -apple-system, sans-serif;
  --font-heading-family: 'Neue Montreal', -apple-system, sans-serif;

  --spacing-unit: 8px;
  --section-spacing: 96px;
  --color-background: #ffffff;
  --color-foreground: #111111;
}

body {
  font-family: var(--font-body-family);
  letter-spacing: 0.01em;
  color: var(--color-foreground);
  background: var(--color-background);
}

/* Headings: light weight, generous tracking, no all-caps by default
   except where explicitly set (nav, labels) */
h1, h2, h3, .h1, .h2, .h3 {
  font-family: var(--font-heading-family);
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
}

/* Section spacing — remove Dawn's boxed/card feel, go full-bleed & airy */
.shopify-section + .shopify-section {
  margin-top: 0;
}

.page-width {
  max-width: 1600px;
}

/* Header / Nav — flatten, uppercase, tight tracking, no