/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-white: #FFFFFF;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #EA8F2C;
    --color-primary-500: #EA8F2C;
    --color-primary-600: #D97B16;
    --color-primary-700: #B95E0A;
    --color-secondary: #19346E;
    --color-secondary-100: #E4EDF8;
    --color-secondary-600: #142B5C;
    --color-secondary-700: #10234A;
    --color-ink: #110E33;
    --color-navy: #110E33;
    --color-sky: #82C3E9;
    --color-paper: #F4F8FC;
    --color-background: #FFFFFF;
    --color-line: #D9E5EF;
    --color-muted: #5D6F85;
    --font-display: "Fraunces", Georgia, serif;
    --font-body: "Manrope", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .text-center {
    text-align: center;
  }
  .font-body {
    font-family: var(--font-body);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  :root {
    --shell: 1240px;
    --gutter: clamp(1.1rem, 3vw, 2.5rem);
  }
  *,	*::before,	*::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-background);
    color: var(--color-ink);
    font-family: var(--font-body);
    line-height: 1.65;
  }
  a {
    color: inherit;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.16em;
  }
  button,	input {
    font: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .magazine-shell {
    width: min(100% - (var(--gutter) * 2), var(--shell));
    margin-inline: auto;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .site-header {
    position: relative;
    z-index: 50;
    background: rgba(255, 253, 248, 0.98);
    border-bottom: 1px solid var(--color-line);
  }
  .utility-bar {
    background: var(--color-navy);
    color: #fff;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
  }
  .utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
    gap: 1rem;
  }
  .utility-inner p {
    margin: 0;
    opacity: 0.78;
  }
  .utility-search-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
  }
  .utility-search-link svg,	.mobile-menu-button svg,	.pillar-status svg {
    width: 1.05rem;
    height: 1.05rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .masthead {
    display: grid;
    grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.6fr);
    align-items: center;
    gap: 2rem;
    min-height: 88px;
  }
  .brand-lockup {
    display: inline-flex;
    align-items: baseline;
    gap: 0.8rem;
    width: fit-content;
    text-decoration: none;
  }
  .brand-name {
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 3vw, 2.3rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1;
  }
  .brand-name span {
    color: var(--color-primary);
  }
  .brand-tagline {
    max-width: 170px;
    color: var(--color-muted);
    font-size: 0.64rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.055em;
    text-transform: uppercase;
  }
  .primary-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(1rem, 2.1vw, 2rem);
  }
  .primary-navigation a {
    position: relative;
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-decoration: none;
  }
  .primary-navigation a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -0.45rem;
    height: 2px;
    background: var(--color-primary);
    transition: right 180ms ease;
  }
  .primary-navigation a:hover::after,	.primary-navigation a:focus-visible::after {
    right: 0;
  }
  .mobile-menu-button {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--color-line);
    background: transparent;
    color: var(--color-ink);
  }
  .hero-section {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 7% 10%, rgba(232, 93, 63, 0.2), transparent 28%),	linear-gradient(112deg, #110E33 0%, #19346E 58%, #214B85 100%);
    color: #fff;
  }
  .hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to right, transparent, black 32%, black);
  }
  .hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(290px, 0.75fr);
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: end;
    padding-block: clamp(4rem, 9vw, 7.8rem);
  }
  .eyebrow {
    margin: 0 0 1rem;
    font-size: 0.71rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: var(--color-primary);
  }
  .hero-copy h1,	.section-rule h2,	.question-intro h2,	.trust-grid h2,	.archive-title,	.search-title,	.article-title {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.045em;
  }
  .hero-copy h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(3.15rem, 7.2vw, 6.8rem);
    line-height: 0.94;
    text-wrap: balance;
  }
  .hero-deck {
    max-width: 720px;
    margin: 1.7rem 0 0;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.65;
    color: rgba(255,255,255,.75);
  }
  .hero-search {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
    margin-top: 2.3rem;
    padding: 0.55rem;
    background: #fff;
    border-radius: 0.35rem;
    box-shadow: 0 24px 55px rgba(0,0,0,.25);
  }
  .hero-search svg {
    width: 1.45rem;
    height: 1.45rem;
    margin-left: 0.6rem;
    fill: none;
    stroke: var(--color-muted);
    stroke-width: 1.75;
    stroke-linecap: round;
  }
  .hero-search input {
    min-width: 0;
    padding: 0.75rem 0.2rem;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--color-ink);
    font-size: 0.97rem;
  }
  .hero-search input::placeholder {
    color: #79858f;
  }
  .hero-search button {
    min-height: 48px;
    padding-inline: 1.35rem;
    border: 0;
    border-radius: 0.2rem;
    background: var(--color-primary);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease;
  }
  .hero-search button:hover {
    background: var(--color-primary-600);
    transform: translateY(-1px);
  }
  .popular-searches {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
    margin-top: 1.1rem;
    font-size: 0.74rem;
    color: rgba(255,255,255,.65);
  }
  .popular-searches span {
    font-weight: 800;
    color: #fff;
  }
  .popular-searches a {
    color: inherit;
    text-decoration-style: dotted;
  }
  .hero-directory {
    border-top: 4px solid var(--color-primary);
    background: var(--color-paper);
    color: var(--color-ink);
    box-shadow: 0 30px 75px rgba(0,0,0,.25);
  }
  .directory-heading {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #d8d0c2;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }
  .hero-directory > a {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.2rem;
    border-bottom: 1px solid #d8d0c2;
    text-decoration: none;
    transition: background 160ms ease, padding-left 160ms ease;
  }
  .hero-directory > a:last-child {
    border-bottom: 0;
  }
  .hero-directory > a:hover {
    padding-left: 1.5rem;
    background: #fff;
  }
  .hero-directory > a span {
    font-size: 0.73rem;
    color: var(--color-muted);
  }
  .hero-directory > a strong {
    font-family: var(--font-display);
    font-size: 1.15rem;
  }
  .featured-section,	.question-section {
    padding-block: clamp(4rem, 8vw, 7rem);
  }
  .section-rule {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--color-ink);
  }
  .section-rule .eyebrow {
    margin-bottom: 0.4rem;
  }
  .section-rule h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.7rem);
    line-height: 1;
  }
  .text-link {
    flex: 0 0 auto;
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
  }
  .text-link span {
    color: var(--color-primary);
  }
  .lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .8fr);
    gap: clamp(2rem, 5vw, 4.5rem);
  }
  .lead-story {
    min-width: 0;
  }
  .story-visual,	.side-story-visual,	.archive-card-visual {
    position: relative;
    display: flex;
    overflow: hidden;
    text-decoration: none;
  }
  .story-visual {
    min-height: clamp(360px, 48vw, 610px);
    padding: clamp(1.5rem, 4vw, 3rem);
    flex-direction: column;
    justify-content: space-between;
  }
  .story-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
  }
  .story-visual:hover .story-image,	.side-story-visual:hover .story-image,	.archive-card-visual:hover .story-image {
    transform: scale(1.035);
  }
  .story-visual::after,	.side-story-visual::after,	.archive-card-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, transparent 45%, rgba(255,255,255,.13));
    pointer-events: none;
  }
  .visual-kicker,	.visual-category,	.visual-mark,	.side-story-visual span,	.side-story-visual strong {
    position: relative;
    z-index: 1;
  }
  .visual-kicker {
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .visual-category {
    max-width: 80%;
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 6rem);
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: -0.05em;
  }
  .visual-mark {
    align-self: flex-end;
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 800;
  }
  .visual-mark span {
    color: var(--color-primary);
  }
  .tone-renting {
    background: var(--color-sky);
    color: var(--color-ink);
  }
  .tone-buying {
    background: var(--color-secondary-100);
    color: var(--color-ink);
  }
  .tone-selling {
    background: var(--color-primary);
    color: var(--color-ink);
  }
  .tone-locations {
    background: var(--color-secondary);
    color: var(--color-white);
  }
  .tone-living {
    background: #d8c4e2;
    color: #3d2945;
  }
  .tone-owners {
    background: #cfd7a9;
    color: #313a15;
  }
  .tone-guide {
    background: #d9d4ca;
    color: var(--color-ink);
  }
  .lead-story-copy {
    padding-top: 1.5rem;
  }
  .story-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 0.55rem;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--color-muted);
  }
  .story-meta span {
    color: var(--color-primary-700);
  }
  .lead-story-copy h3,	.side-story h3,	.archive-card h2,	.search-card h2 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
  }
  .lead-story-copy h3 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.65rem);
  }
  .lead-story-copy h3 a,	.side-story h3 a,	.archive-card h2 a,	.search-card h2 a {
    text-decoration: none;
  }
  .lead-story-copy > p:last-child,	.side-story > div > p:last-child,	.archive-card p,	.search-card p {
    color: var(--color-muted);
  }
  .side-stories {
    display: grid;
    align-content: start;
  }
  .side-story {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 1.25rem;
    padding-block: 1.2rem;
    border-bottom: 1px solid var(--color-line);
  }
  .side-story:first-child {
    padding-top: 0;
  }
  .side-story-visual {
    min-height: 148px;
    padding: 1rem;
    flex-direction: column;
    justify-content: space-between;
  }
  .side-story-visual span {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
  }
  .side-story-visual strong {
    font-family: var(--font-display);
    font-size: 1.45rem;
    line-height: 1;
  }
  .side-story h3 {
    margin: 0;
    font-size: clamp(1.25rem, 2.3vw, 1.65rem);
  }
  .side-story > div > p:last-child {
    margin: 0.6rem 0 0;
    font-size: 0.82rem;
    line-height: 1.55;
  }
  .pillar-section {
    padding-block: clamp(4rem, 8vw, 7.2rem);
    background: var(--color-navy);
    color: #fff;
  }
  .inverse-rule {
    border-color: rgba(255,255,255,.55);
  }
  .section-note {
    max-width: 360px;
    margin: 0;
    font-size: 0.86rem;
    color: rgba(255,255,255,.62);
  }
  .pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.16);
    border-left: 1px solid rgba(255,255,255,.16);
  }
  .pillar-card {
    position: relative;
    display: flex;
    min-height: 300px;
    padding: clamp(1.35rem, 3vw, 2.2rem);
    flex-direction: column;
    border-right: 1px solid rgba(255,255,255,.16);
    border-bottom: 1px solid rgba(255,255,255,.16);
    text-decoration: none;
    transition: background 190ms ease, transform 190ms ease;
  }
  .pillar-card:hover {
    background: rgba(255,255,255,.07);
    transform: translateY(-3px);
  }
  .pillar-number {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--color-primary);
  }
  .pillar-card h3 {
    margin: auto 0 0.7rem;
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3vw, 2.55rem);
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .pillar-card p {
    margin: 0;
    font-size: 0.84rem;
    color: rgba(255,255,255,.62);
  }
  .pillar-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.3rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,.13);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: rgba(255,255,255,.8);
  }
  .question-grid {
    display: grid;
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1.35fr);
    gap: clamp(2.5rem, 7vw, 7rem);
  }
  .question-intro h2 {
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    line-height: 0.98;
  }
  .question-intro > p:last-child {
    margin-top: 1.4rem;
    color: var(--color-muted);
  }
  .question-links {
    border-top: 2px solid var(--color-ink);
  }
  .question-links a {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1.35rem 0;
    border-bottom: 1px solid var(--color-line);
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2.5vw, 1.75rem);
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
  }
  .question-links a::after {
    content: "→";
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--color-primary);
    transition: transform 160ms ease;
  }
  .question-links a:hover::after {
    transform: translateX(5px);
  }
  .question-links span {
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    color: var(--color-muted);
  }
  .trust-section {
    padding-block: clamp(3.5rem, 7vw, 6rem);
    background: var(--color-primary);
    color: #fff;
  }
  .trust-grid {
    display: grid;
    grid-template-columns: .8fr 1.25fr auto;
    align-items: end;
    gap: clamp(2rem, 5vw, 5rem);
  }
  .trust-grid .eyebrow {
    color: #572014;
  }
  .trust-grid h2 {
    margin: 0;
    font-size: clamp(2.3rem, 5vw, 4.5rem);
    line-height: 0.95;
  }
  .trust-grid > p {
    margin: 0;
    color: rgba(255,255,255,.84);
  }
  .button-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 50px;
    padding-inline: 1.25rem;
    background: #fff;
    color: var(--color-ink);
    font-size: 0.73rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
  }
  .site-footer {
    background: #071725;
    color: #fff;
  }
  .footer-main {
    display: grid;
    grid-template-columns: minmax(250px, 1.1fr) repeat(2, minmax(150px, .55fr));
    gap: clamp(2rem, 6vw, 6rem);
    padding-block: clamp(3.5rem, 7vw, 6rem);
  }
  .footer-brand .brand-name {
    display: block;
    font-size: 2.3rem;
  }
  .footer-brand p {
    max-width: 430px;
    margin: 1.2rem 0 0;
    color: rgba(255,255,255,.58);
  }
  .footer-column h2 {
    margin: 0 0 1rem;
    font-size: 0.68rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
  }
  .footer-column a {
    display: block;
    width: fit-content;
    margin: 0.65rem 0;
    font-size: 0.83rem;
    font-weight: 700;
    text-decoration: none;
    color: rgba(255,255,255,.82);
  }
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-block: 1.2rem;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: 0.68rem;
    color: rgba(255,255,255,.45);
  }
  .archive-hero,	.search-hero,	.article-hero {
    padding-block: clamp(3.5rem, 8vw, 6.5rem);
    background: var(--color-paper);
    border-bottom: 1px solid var(--color-line);
  }
  .archive-title,	.search-title,	.article-title {
    max-width: 980px;
    margin: 0;
    font-size: clamp(2.8rem, 7vw, 6rem);
    line-height: .98;
  }
  .archive-description,	.search-description,	.article-deck {
    max-width: 760px;
    margin-top: 1.2rem;
    color: var(--color-muted);
    font-size: 1.05rem;
  }
  .archive-grid,	.search-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.4rem 1.4rem;
    padding-block: clamp(3.5rem, 7vw, 6rem);
  }
  .archive-card,	.search-card {
    min-width: 0;
  }
  .archive-card-visual {
    min-height: 230px;
    padding: 1.3rem;
    flex-direction: column;
    justify-content: space-between;
  }
  .archive-card-visual .visual-category {
    font-size: 2.1rem;
  }
  .archive-card h2,	.search-card h2 {
    margin: 0.75rem 0 0;
    font-size: 1.65rem;
  }
  .archive-card p,	.search-card p {
    font-size: 0.84rem;
  }
  .search-panel {
    max-width: 780px;
    margin-top: 2rem;
  }
  .search-panel .hero-search {
    margin-top: 0;
    border: 1px solid var(--color-line);
    box-shadow: none;
  }
  .pagination-wrap {
    grid-column: 1 / -1;
    margin-top: 2rem;
  }
  .pagination-wrap .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
  }
  .pagination-wrap .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding-inline: .75rem;
    border: 1px solid var(--color-line);
    text-decoration: none;
    font-size: .75rem;
    font-weight: 800;
  }
  .pagination-wrap .current {
    background: var(--color-navy);
    border-color: var(--color-navy);
    color: #fff;
  }
  .article-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem 1.2rem;
    margin-top: 1.4rem;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--color-muted);
  }
  .article-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(220px, 300px);
    justify-content: center;
    gap: clamp(3rem, 7vw, 7rem);
    padding-block: clamp(3rem, 7vw, 6rem);
  }
  .article-content {
    min-width: 0;
  }
  .article-content.prose {
    font-size: 1.02rem;
    line-height: 1.8;
  }
  .article-content.prose > h1:first-child {
    display: none;
  }
  .related-grid {
    padding-block: 0;
  }
  .article-content.prose h2,	.article-content.prose h3 {
    font-family: var(--font-display);
    letter-spacing: -.03em;
    color: var(--color-ink);
  }
  .article-content.prose h2 {
    margin-top: 2.3em;
    font-size: 2rem;
  }
  .article-content.prose h3 {
    font-size: 1.45rem;
  }
  .article-content.prose a {
    color: var(--color-primary-700);
    font-weight: 700;
  }
  .article-content.prose table {
    font-size: .85rem;
  }
  .article-sidebar {
    align-self: start;
    position: sticky;
    top: 2rem;
    padding: 1.4rem;
    border-top: 4px solid var(--color-primary);
    background: var(--color-paper);
  }
  .article-sidebar h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.45rem;
  }
  .article-sidebar p {
    font-size: .8rem;
    color: var(--color-muted);
  }
  .article-sidebar a {
    display: block;
    padding: .75rem 0;
    border-top: 1px solid var(--color-line);
    font-size: .76rem;
    font-weight: 800;
    text-decoration: none;
  }
  .article-feature-image {
    width: min(100% - (var(--gutter) * 2), 1100px);
    margin: -2.5rem auto 0;
    position: relative;
    z-index: 2;
  }
  .article-feature-image img {
    width: 100%;
    display: block;
  }
  .empty-state {
    grid-column: 1 / -1;
    padding: 3rem;
    border: 1px solid var(--color-line);
    background: var(--color-paper);
    text-align: center;
  }
  @media (max-width: 980px) {
    .masthead {
      grid-template-columns: 1fr auto;
    }
    .mobile-menu-button {
      display: inline-flex;
    }
    .primary-navigation {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      padding: 1.3rem var(--gutter) 1.8rem;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      background: var(--color-background);
      border-top: 1px solid var(--color-line);
      box-shadow: 0 16px 35px rgba(11,31,51,.15);
    }
    .primary-navigation.is-open {
      display: flex;
    }
    .primary-navigation a {
      width: 100%;
      padding: .8rem 0;
      border-bottom: 1px solid var(--color-line);
    }
    .hero-grid,	.question-grid,	.trust-grid,	.article-layout {
      grid-template-columns: 1fr;
    }
    .hero-grid {
      align-items: stretch;
    }
    .hero-directory {
      max-width: 650px;
    }
    .lead-grid {
      grid-template-columns: 1fr;
    }
    .side-stories {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }
    .side-story {
      grid-template-columns: 1fr;
      padding-top: 0;
      border-bottom: 0;
    }
    .pillar-grid,	.archive-grid,	.search-results-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .article-sidebar {
      position: static;
    }
  }
  @media (max-width: 680px) {
    .utility-inner p,	.brand-tagline {
      display: none;
    }
    .utility-inner {
      justify-content: flex-end;
    }
    .masthead {
      min-height: 74px;
    }
    .hero-grid {
      padding-block: 3.5rem;
    }
    .hero-copy h1 {
      font-size: clamp(2.8rem, 14vw, 4.4rem);
    }
    .hero-search {
      grid-template-columns: auto 1fr;
    }
    .hero-search button {
      grid-column: 1 / -1;
    }
    .section-rule {
      align-items: flex-start;
      flex-direction: column;
    }
    .side-stories,	.pillar-grid,	.archive-grid,	.search-results-grid {
      grid-template-columns: 1fr;
    }
    .side-story {
      grid-template-columns: 38% 1fr;
    }
    .pillar-card {
      min-height: 250px;
    }
    .question-links a {
      grid-template-columns: 30px 1fr auto;
      font-size: 1.15rem;
    }
    .footer-main {
      grid-template-columns: 1fr 1fr;
    }
    .footer-brand {
      grid-column: 1 / -1;
    }
    .footer-bottom {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *,	*::before,	*::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
