/* ===== AVIATOR GLOBAL EDITOR CSS ===== */
/* Generated: 2026-08-11 18:15:43 */

:root {
  /* ===== TYPE SCALE ===== */
  --baseFontSize: 15px;
  --scaleFontSize: 1.050;

  /* ===== HEADING STYLES ===== */
  --headingFontFamily: 'Roslindale Display', sans-serif;;
  --headingFontWeight: 400;
  --headingLetterSpacing: -0.015em;
  --headingMarginBottomBase: 0.20;
  --headingMarginBottomScale: 1.65;
  /* --headingMarginBottom is calculated as: base * scale * 1em (see type-engine.css) */

  /* ===== READABLE STYLES ===== */
  --textFontFamily: 'Roslindale Text', sans-serif;;;;;
  --readableFontWeight: 400;
  --readableMarginBottom: 1.5em;
  --strongFontWeight: 600;
  --lineHeightMax: 1.7;
  --lineHeightMin: 1.4;
  --readableMaxWidth: 70ch;
  --scaleMaxWidth: 0.95;

  /* ===== EYEBROW STYLES ===== */
  --eyebrowFontFamily: var(--textFontFamily);
  --eyebrowFontWeight: 500;
  --eyebrowLetterSpacing: 0.15em;
  --eyebrowTextTransform: uppercase;
  --eyebrowOpacity: 0.85;
  --eyebrowMarginBottom: 1.50em;

  /* ===== SPACING ===== */
  --spacingUnit: 1rem;
  --spacingTightness: 0.70;  /* Mobile-first: tighter on small screens, expands at breakpoints */

  /* Small values: UNAFFECTED (component-level precision) */
  --spacingSmallest: calc(var(--spacingUnit) * 0.25);
  --spacingSmaller: calc(var(--spacingUnit) * 0.5);
  --spacingSmall: calc(var(--spacingUnit) * 0.75);
  --spacingMedium: var(--spacingUnit);

  /* Large values: SCALED by tightness with exponential curve (larger tokens reduce more) */
  --spacingLarge: calc(var(--spacingUnit) * 1.5 * pow(var(--spacingTightness, 1), 0.15));
  --spacingLarger: calc(var(--spacingUnit) * 2.5 * pow(var(--spacingTightness, 1), 0.35));
  --spacingLargest: calc(var(--spacingUnit) * 4 * pow(var(--spacingTightness, 1), 0.7));
  --spacingBig: calc(var(--spacingUnit) * 6 * pow(var(--spacingTightness, 1), 1.5));
  --spacingBigger: calc(var(--spacingUnit) * 8 * pow(var(--spacingTightness, 1), 1.8));
  --spacingBiggest: calc(var(--spacingUnit) * 10 * pow(var(--spacingTightness, 1), 2.0));

  /* ===== COLORS ===== */
  /* Primary Palette (grayscale) */
  --p-000: 253 249 244;
  --p-100: 190 186 181;
  --p-200: 165 161 156;
  --p-300: 147 142 137;
  --p-400: 131 127 121;
  --p-500: 118 113 108;
  --p-600: 79 74 69;
  --p-700: 63 59 55;
  --p-800: 52 48 44;
  --p-900: 42 39 35;
  --p-1000: 34 31 28;

  /* Accent Palette */
  --a-000: 255 246 110;
  --a-100: 212 188 17;
  --a-200: 186 165 0;
  --a-300: 165 147 0;
  --a-400: 148 133 0;
  --a-500: 134 121 0;
  --a-600: 90 79 0;
  --a-700: 75 63 0;
  --a-800: 65 50 0;
  --a-900: 57 40 0;
  --a-1000: 50 31 0;

  /* ===== MISC ===== */
  --transition: all .3s ease;
  --borderRadius: 0.5rem;
  --docMaxWidth: 1280px;
  --font-serif: Roslindale Display, system-ui, sans-serif;
  --font-sans: Roslindale Text, system-ui, sans-serif;
}

/* ===== RESPONSIVE TYPE SCALE ===== */
@media (min-width: 768px) {
  :root {
    --baseFontSize: 16px;
    --scaleFontSize: 1.070;
    --spacingTightness: 0.75;
  }
}

@media (min-width: 1024px) {
  :root {
    --baseFontSize: 16px;
    --scaleFontSize: 1.085;
    --spacingTightness: 0.75;
  }
}

@media (min-width: 1280px) {
  :root {
    --baseFontSize: 17px;
    --scaleFontSize: 1.100;
    --spacingTightness: 1;
  }
}

@media (min-width: 1536px) {
  :root {
    --baseFontSize: 17px;
    --scaleFontSize: 1.110;
    --spacingTightness: 1;
  }
}




:root {
	--headerHeight: 5rem;
}

header {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: var(--headerHeight);
}

strong {
	color: var(--color-p-000)
}

.text-shadow {
	text-shadow: 0 0 0.5rem black;
}

.prose img {
	opacity: .8
}

/** AGE GATE **/

.agegatethree {
	z-index: 50;
}

.slot-image {
	transition: clip-path 1s ease-in;
	clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.slot-image.clipped {
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.offscreen {
	transform: translateX(-100vw) !important;
}

.slot-image,
.first-image,
.second-image,
.third-image,
.fourth-image {
	transform: translateX(0);
}

/** FORMS **/

/* MailerLite form vFI4CQ.
   ID is doubled to outrank their runtime-injected <style>.
   Note: mlb2-44725422 is tied to this specific form. Rebuild the form
   in MailerLite and this whole block silently stops applying. */

#mlb2-44725422#mlb2-44725422 .ml-form-embedBody,
#mlb2-44725422#mlb2-44725422 .ml-form-successBody {
	padding: 0 !important;
}

/* Type inherits from your tokens */
#mlb2-44725422#mlb2-44725422,
#mlb2-44725422#mlb2-44725422 h4,
#mlb2-44725422#mlb2-44725422 p,
#mlb2-44725422#mlb2-44725422 span,
#mlb2-44725422#mlb2-44725422 label,
#mlb2-44725422#mlb2-44725422 input,
#mlb2-44725422#mlb2-44725422 button,
#mlb2-44725422#mlb2-44725422 select,
#mlb2-44725422#mlb2-44725422 textarea {
	font: inherit !important;
	letter-spacing: inherit !important;
	text-transform: inherit !important;
	color: inherit !important;
}

/* Submit button, both the desktop and mobile copies */
#mlb2-44725422#mlb2-44725422 .ml-form-horizontalRow button,
#mlb2-44725422#mlb2-44725422 .ml-mobileButton-horizontal button,
#mlb2-44725422#mlb2-44725422 .ml-form-embedSubmit button,
#mlb2-44725422#mlb2-44725422 .ml-form-horizontalRow button:hover,
#mlb2-44725422#mlb2-44725422 .ml-mobileButton-horizontal button:hover,
#mlb2-44725422#mlb2-44725422 .ml-form-embedSubmit button:hover {
	background-color: transparent !important;
	border-color: currentColor !important;
	color: inherit !important;
}

/* Input */
#mlb2-44725422#mlb2-44725422 input[type="email"],
#mlb2-44725422#mlb2-44725422 input[type="text"] {
	background-color: transparent !important;
	border-color: currentColor !important;
}

#mlb2-44725422#mlb2-44725422 input::placeholder {
	color: inherit !important;
	opacity: 0.6;
}

/* Spinner was hardcoded white and vanishes on a transparent button */
#mlb2-44725422#mlb2-44725422 .ml-form-embedSubmitLoad::after {
	border-color: currentColor currentColor currentColor transparent !important;
}

/* Restore the error state, which the rules above would otherwise flatten */
#mlb2-44725422#mlb2-44725422 .ml-error input,
#mlb2-44725422#mlb2-44725422 .ml-error select,
#mlb2-44725422#mlb2-44725422 .ml-error textarea {
	border-color: var(--color-error, #c00) !important;
}

#mlb2-44725422#mlb2-44725422 .ml-error label,
#mlb2-44725422#mlb2-44725422 .ml-error .label-description,
#mlb2-44725422#mlb2-44725422 .ml-error .label-description p {
	color: var(--color-error, #c00) !important;
}
