/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-white: #ffffff;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #152536;
    --color-ink-soft: #3f4b56;
    --color-ivory: #f7f3eb;
    --color-paper: #fffdf8;
    --color-sage: #c5d8d3;
    --color-gold: #7e552e;
    --color-line: #d8d0c3;
    --font-display: "Cormorant Garamond", Georgia, 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 {
  .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;
    }
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
}
@layer base {
  *,	*::before,	*::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  body.menu-open {
    overflow: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.24em;
  }
  button,	input,	textarea,	select {
    font: inherit;
  }
  button {
    color: inherit;
  }
  h1,	h2,	h3,	h4 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.025em;
  }
  ::selection {
    background: var(--color-sage);
    color: var(--color-ink);
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .screen-reader-text:focus {
    clip: auto !important;
    width: auto;
    height: auto;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 100000;
    padding: 0.8rem 1rem;
    background: var(--color-ink);
    color: var(--color-white);
  }
  .site-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: clip;
  }
  .site-main {
    flex: 1;
  }
  .site-header {
    position: relative;
    z-index: 80;
    background: rgba(255, 253, 248, 0.96);
    border-bottom: 1px solid var(--color-line);
    backdrop-filter: blur(14px);
  }
  .editorial-bar {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0.72rem 2rem 0.62rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.5rem;
    border-bottom: 1px solid rgba(13, 34, 50, 0.35);
    font-size: 0.63rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }
  .editorial-bar__center {
    text-align: center;
  }
  .editorial-bar__right {
    text-align: right;
  }
  .editorial-bar a {
    text-decoration: none;
  }
  .editorial-bar a:hover {
    color: var(--color-gold);
  }
  .brand-lockup {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0.9rem 2rem 0.55rem;
    text-align: center;
  }
  .brand-lockup__name {
    display: inline-block;
    color: var(--color-ink);
    font-family: var(--font-display);
    font-size: clamp(2.7rem, 5.4vw, 5.35rem);
    font-weight: 400;
    line-height: 0.83;
    letter-spacing: -0.055em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .brand-lockup__descriptor {
    display: block;
    margin-top: 0.65rem;
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.48em;
    text-transform: uppercase;
  }
  .primary-navigation {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 2rem 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(1.5rem, 3.5vw, 3.4rem);
  }
  .nav-link,	.nav-trigger {
    position: relative;
    padding: 0.45rem 0;
    border: 0;
    background: transparent;
    font-family: var(--font-display);
    font-size: 1.15rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
  }
  .nav-link::after,	.nav-trigger::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--color-gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 220ms ease;
  }
  .nav-link:hover::after,	.nav-link:focus-visible::after,	.nav-trigger:hover::after,	.nav-trigger:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .nav-group {
    position: relative;
  }
  .nav-panel {
    position: absolute;
    top: calc(100% + 0.65rem);
    left: 50%;
    min-width: 220px;
    padding: 0.7rem;
    transform: translateX(-50%);
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    box-shadow: 0 20px 45px rgba(13, 34, 50, 0.12);
    animation: nav-panel-fade-in 160ms ease-out both;
  }
  @keyframes nav-panel-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .nav-panel a {
    display: block;
    padding: 0.62rem 0.72rem;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav-panel a:hover,	.nav-panel a:focus-visible {
    background: var(--color-ivory);
  }
  .mobile-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--color-line);
    background: var(--color-paper);
    cursor: pointer;
  }
  .mobile-menu-button span,	.mobile-menu-button::before,	.mobile-menu-button::after {
    content: "";
    display: block;
    width: 19px;
    height: 1px;
    margin: 5px auto;
    background: var(--color-ink);
  }
  .mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 100;
    padding: 1.25rem;
    background: rgba(13, 34, 50, 0.55);
  }
  .mobile-drawer__panel {
    width: min(92vw, 390px);
    height: calc(100vh - 2.5rem);
    margin-left: auto;
    padding: 1.5rem;
    overflow-y: auto;
    background: var(--color-paper);
  }
  .mobile-drawer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid var(--color-line);
  }
  .mobile-drawer__title {
    font-family: var(--font-display);
    font-size: 1.9rem;
  }
  .mobile-drawer__close {
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-line);
    background: transparent;
    cursor: pointer;
  }
  .mobile-nav {
    padding-top: 1rem;
  }
  .mobile-nav > a,	.mobile-nav summary {
    display: block;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--color-line);
    font-family: var(--font-display);
    font-size: 1.45rem;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
  }
  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }
  .mobile-subnav {
    padding: 0.65rem 0 0.85rem 1rem;
    border-bottom: 1px solid var(--color-line);
  }
  .mobile-subnav a {
    display: block;
    padding: 0.5rem 0;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .editorial-hero {
    padding: 1.25rem 1.25rem 0;
    background: var(--color-paper);
  }
  .hero-grid {
    position: relative;
    max-width: 1480px;
    min-height: 665px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.8fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }
  .hero-tile {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: var(--color-sage);
  }
  .hero-tile--one {
    grid-row: 1 / 3;
  }
  .hero-tile--four {
    grid-column: 3;
    grid-row: 1 / 3;
  }
  .hero-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 900ms cubic-bezier(.2,.7,.2,1);
  }
  .hero-tile:hover img {
    transform: scale(1.025);
  }
  .hero-copy {
    position: absolute;
    left: clamp(1.25rem, 4vw, 4rem);
    bottom: clamp(1.25rem, 4vw, 4rem);
    z-index: 4;
    width: min(690px, calc(100% - 2.5rem));
    padding: clamp(1.35rem, 2.8vw, 2.5rem);
    color: var(--color-white);
    background: linear-gradient(110deg, rgba(7, 24, 35, 0.88), rgba(7, 24, 35, 0.52));
    border-left: 1px solid rgba(255,255,255,.72);
    backdrop-filter: blur(4px);
  }
  .hero-kicker,	.section-kicker,	.page-kicker {
    margin: 0 0 0.9rem;
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.32em;
    text-transform: uppercase;
  }
  .hero-title {
    max-width: 640px;
    font-size: clamp(3.2rem, 6.6vw, 7.2rem);
    line-height: 0.84;
    letter-spacing: -0.055em;
    text-wrap: balance;
  }
  .hero-title em {
    font-weight: 400;
  }
  .hero-intro {
    max-width: 610px;
    margin: 1.15rem 0 0;
    font-size: clamp(0.95rem, 1.4vw, 1.12rem);
    line-height: 1.55;
  }
  .button-editorial,	.woocommerce a.button,	.woocommerce button.button,	.woocommerce input.button,	.wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 1.35rem;
    padding: 0.75rem 1.4rem;
    border: 1px solid currentColor !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-size: 0.68rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.2em !important;
    line-height: 1 !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
    cursor: pointer;
  }
  .button-editorial:hover,	.button-editorial:focus-visible,	.woocommerce a.button:hover,	.woocommerce button.button:hover,	.woocommerce input.button:hover,	.wpcf7-submit:hover {
    background: var(--color-ink) !important;
    border-color: var(--color-ink) !important;
    color: var(--color-white) !important;
  }
  .button-editorial--light:hover,	.button-editorial--light:focus-visible {
    background: var(--color-white) !important;
    border-color: var(--color-white) !important;
    color: var(--color-ink) !important;
  }
  .issue-section {
    max-width: 1480px;
    margin: 0 auto;
    padding: clamp(4.5rem, 8vw, 8rem) 2rem;
    display: grid;
    grid-template-columns: 0.82fr 1fr 1.2fr;
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
  }
  .issue-number {
    position: sticky;
    top: 2rem;
    padding-right: 2rem;
    border-right: 1px solid var(--color-line);
  }
  .issue-number__large {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(5rem, 10vw, 9rem);
    line-height: 0.8;
    letter-spacing: -0.08em;
  }
  .issue-number__rule {
    width: 54px;
    height: 1px;
    margin: 2rem 0 1.4rem;
    background: var(--color-gold);
  }
  .issue-number__label {
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.26em;
    text-transform: uppercase;
  }
  .story-card {
    text-decoration: none;
  }
  .story-card__image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--color-sage);
  }
  .story-card--wide .story-card__image {
    aspect-ratio: 5 / 4;
  }
  .story-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 700ms ease;
  }
  .story-card:hover img {
    transform: scale(1.025);
  }
  .story-card h2 {
    margin-top: 1rem;
    font-size: clamp(1.8rem, 2.5vw, 2.55rem);
  }
  .story-card p {
    max-width: 31rem;
    margin: 0.45rem 0 0;
    color: var(--color-ink-soft);
    line-height: 1.55;
  }
  .about-strip {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    min-height: 610px;
    background: var(--color-sage);
  }
  .about-strip__copy {
    padding: clamp(3.5rem, 7vw, 7rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-strip__copy h2 {
    font-size: clamp(3rem, 4.8vw, 4.8rem);
  }
  .about-strip__quote {
    max-width: 36rem;
    margin: 1.6rem 0 0;
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    line-height: 1.2;
  }
  .about-strip__text {
    max-width: 38rem;
    margin: 1.25rem 0 0;
  }
  .about-strip__image {
    position: relative;
    min-height: 610px;
    overflow: hidden;
  }
  .about-strip__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .sessions-preview {
    max-width: 1480px;
    margin: 0 auto;
    padding: clamp(4.5rem, 8vw, 8rem) 2rem;
  }
  .section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--color-line);
  }
  .section-heading-row h2 {
    font-size: clamp(3.4rem, 6.5vw, 6.2rem);
  }
  .text-link {
    font-size: 0.69rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .session-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
  .session-card {
    position: relative;
    min-width: 0;
    text-decoration: none;
  }
  .session-card__image {
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: var(--color-ivory);
  }
  .session-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 700ms ease;
  }
  .session-card:hover img {
    transform: scale(1.025);
  }
  .session-card__meta {
    padding-top: 0.9rem;
  }
  .session-card__number {
    color: var(--color-gold);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .session-card h3 {
    margin-top: 0.25rem;
    font-size: clamp(1.45rem, 2vw, 2rem);
  }
  .session-card__price {
    margin: 0.35rem 0 0;
    color: var(--color-ink-soft);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .journal-feature {
    padding: clamp(4rem, 8vw, 7rem) 2rem;
    background: var(--color-ink);
    color: var(--color-white);
  }
  .journal-feature__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
  }
  .journal-feature__image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }
  .journal-feature__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .journal-feature h2 {
    font-size: clamp(3rem, 5.5vw, 5.4rem);
  }
  .journal-feature p {
    max-width: 31rem;
    color: rgba(255,255,255,.78);
  }
  .closing-cta {
    padding: clamp(5rem, 9vw, 9rem) 2rem;
    text-align: center;
    background: var(--color-ivory);
  }
  .closing-cta h2 {
    max-width: 850px;
    margin: 0 auto;
    font-size: clamp(3.5rem, 7.5vw, 7.5rem);
  }
  .closing-cta p {
    max-width: 560px;
    margin: 1.3rem auto 0;
  }
  .page-masthead {
    max-width: 1480px;
    margin: 0 auto;
    padding: clamp(4rem, 8vw, 8rem) 2rem clamp(2.5rem, 5vw, 5rem);
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 3rem;
    align-items: end;
    border-bottom: 1px solid var(--color-line);
  }
  .page-masthead h1 {
    font-size: clamp(4.2rem, 9.5vw, 9rem);
  }
  .page-masthead__intro {
    max-width: 600px;
    margin: 0 0 0.8rem auto;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.3vw, 2.2rem);
    line-height: 1.25;
  }
  .content-narrow {
    max-width: 830px;
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 6rem) 2rem;
  }
  .prose {
    color: var(--color-ink-soft);
    font-size: 1.02rem;
    line-height: 1.85;
  }
  .prose h2,	.prose h3,	.prose h4 {
    margin-top: 2.1em;
    color: var(--color-ink);
  }
  .prose h2 {
    font-size: 2.8rem;
  }
  .prose h3 {
    font-size: 2rem;
  }
  .prose a {
    color: var(--color-ink);
  }
  .prose img {
    margin: 2rem auto;
  }
  .prose > *:first-child {
    margin-top: 0;
  }
  .prose > *:last-child {
    margin-bottom: 0;
  }
  .about-page {
    max-width: 1380px;
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 7rem) 2rem;
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: start;
  }
  .about-page__portrait {
    position: sticky;
    top: 2rem;
  }
  .about-page__portrait-frame {
    aspect-ratio: 4 / 5;
    overflow: hidden;
  }
  .about-page__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .about-page__caption {
    margin-top: 0.9rem;
    font-size: 0.64rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .about-page__copy h2 {
    margin-bottom: 1.7rem;
    font-size: clamp(3.3rem, 6vw, 6rem);
  }
  .about-page__lead {
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 2.4vw, 2.2rem);
    line-height: 1.25;
  }
  .portfolio-grid {
    max-width: 1480px;
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 7rem) 2rem;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.15rem;
  }
  .portfolio-card {
    position: relative;
    grid-column: span 4;
    min-height: 520px;
    overflow: hidden;
    background: var(--color-sage);
    text-decoration: none;
  }
  .portfolio-card:nth-child(1),	.portfolio-card:nth-child(4) {
    grid-column: span 7;
  }
  .portfolio-card:nth-child(2),	.portfolio-card:nth-child(3) {
    grid-column: span 5;
  }
  .portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 800ms ease;
  }
  .portfolio-card:hover img {
    transform: scale(1.025);
  }
  .portfolio-card__overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 4.5rem 1.5rem 1.5rem;
    color: var(--color-white);
    background: linear-gradient(transparent, rgba(7, 24, 35, .82));
  }
  .portfolio-card__overlay h2 {
    font-size: clamp(2.6rem, 5vw, 5.2rem);
  }
  .portfolio-card__overlay p {
    margin: 0.35rem 0 0;
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .packages-intro {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 6rem) 2rem;
    text-align: center;
  }
  .packages-intro h2 {
    margin-top: 2.5rem;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
  }
  .packages-intro p {
    margin: 1rem auto 0;
    color: var(--color-ink-soft);
  }
  .packages-grid {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 2rem clamp(4rem, 8vw, 8rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 5vw, 5rem);
  }
  .package-card {
    text-decoration: none;
  }
  .package-card__image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--color-ivory);
  }
  .package-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 800ms ease;
  }
  .package-card:hover img {
    transform: scale(1.025);
  }
  .package-card__header {
    padding-top: 1.2rem;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1.25rem;
  }
  .package-card h2 {
    font-size: clamp(2rem, 3.8vw, 3.5rem);
  }
  .package-card__price {
    padding-top: 0.35rem;
    white-space: nowrap;
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .package-card__action {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .package-details {
    padding: clamp(4rem, 8vw, 8rem) 2rem;
    background: var(--color-ivory);
  }
  .package-details__inner {
    max-width: 980px;
    margin: 0 auto;
  }
  .package-details h2 {
    margin-bottom: 2rem;
    font-size: clamp(3.2rem, 6vw, 6rem);
    text-align: center;
  }
  .editorial-accordion {
    border-top: 1px solid var(--color-line);
  }
  .editorial-accordion details {
    border-bottom: 1px solid var(--color-line);
  }
  .editorial-accordion summary {
    position: relative;
    padding: 1.35rem 3rem 1.35rem 0;
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    cursor: pointer;
    list-style: none;
  }
  .editorial-accordion summary::-webkit-details-marker {
    display: none;
  }
  .editorial-accordion summary::after {
    content: "+";
    position: absolute;
    right: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-sans);
    font-size: 1.4rem;
    font-weight: 300;
  }
  .editorial-accordion details[open] summary::after {
    content: "−";
  }
  .editorial-accordion__content {
    padding: 0 0 1.5rem;
    color: var(--color-ink-soft);
  }
  .editorial-accordion__content p:first-child {
    margin-top: 0;
  }
  .addons-grid {
    max-width: 1120px;
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 7rem) 2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--color-line);
  }
  .addon-card {
    padding: clamp(2rem, 4vw, 4rem);
    border-right: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
  }
  .addon-card:nth-child(even) {
    border-right: 0;
  }
  .addon-card h2 {
    font-size: clamp(2rem, 4vw, 3.6rem);
  }
  .addon-card__price {
    margin-top: 0.7rem;
    color: var(--color-gold);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  .addon-card p {
    color: var(--color-ink-soft);
  }
  .contact-page {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    min-height: 800px;
  }
  .contact-page__image {
    position: relative;
    min-height: 760px;
    overflow: hidden;
  }
  .contact-page__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .contact-page__panel {
    padding: clamp(3rem, 7vw, 7rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--color-sage);
  }
  .contact-page__panel h1 {
    font-size: clamp(4rem, 7vw, 7.5rem);
  }
  .contact-page__panel > p {
    max-width: 530px;
  }
  .contact-form-wrap {
    margin-top: 1.5rem;
  }
  .wpcf7-form p {
    margin: 0 0 0.85rem;
  }
  .wpcf7-form input[type="text"],	.wpcf7-form input[type="email"],	.wpcf7-form input[type="tel"],	.wpcf7-form textarea,	.wpcf7-form select,	.woocommerce form .form-row input.input-text,	.woocommerce form .form-row textarea {
    width: 100%;
    padding: 0.85rem 0.1rem;
    border: 0;
    border-bottom: 1px solid rgba(13,34,50,.5);
    border-radius: 0;
    outline: none;
    background: transparent;
    color: var(--color-ink);
  }
  .wpcf7-form textarea {
    min-height: 130px;
    resize: vertical;
  }
  .wpcf7-form input:focus,	.wpcf7-form textarea:focus {
    border-bottom-color: var(--color-ink);
    box-shadow: 0 1px 0 var(--color-ink);
  }
  .gallery-page {
    max-width: 1480px;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 4rem) 2rem clamp(5rem, 9vw, 9rem);
  }
  .gallery-columns {
    column-count: 3;
    column-gap: 0.8rem;
  }
  .gallery-image {
    display: block;
    width: 100%;
    margin: 0 0 0.8rem;
    padding: 0;
    break-inside: avoid;
    border: 0;
    background: var(--color-ivory);
    cursor: zoom-in;
  }
  .gallery-image img {
    width: 100%;
    height: auto;
    transition: opacity 180ms ease;
  }
  .gallery-image:hover img {
    opacity: 0.88;
  }
  .lightbox {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 2rem;
    background: rgba(7, 24, 35, 0.94);
  }
  .lightbox img {
    max-width: min(1400px, 94vw);
    max-height: 88vh;
    object-fit: contain;
  }
  .lightbox__close {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.6);
    background: transparent;
    color: var(--color-white);
    cursor: pointer;
  }
  .gallery-archive-grid {
    max-width: 1480px;
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 7rem) 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  .gallery-archive-card {
    text-decoration: none;
  }
  .gallery-archive-card__image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--color-sage);
  }
  .gallery-archive-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 700ms ease;
  }
  .gallery-archive-card:hover img {
    transform: scale(1.025);
  }
  .gallery-archive-card h2 {
    margin-top: 0.8rem;
    font-size: 2rem;
  }
  .blog-index {
    max-width: 1320px;
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 7rem) 2rem;
  }
  .post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 3.5vw, 3.5rem);
  }
  .post-card {
    text-decoration: none;
  }
  .post-card__image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--color-ivory);
  }
  .post-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 700ms ease;
  }
  .post-card:hover img {
    transform: scale(1.025);
  }
  .post-card__date {
    margin: 0.9rem 0 0;
    color: var(--color-gold);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  .post-card h2 {
    margin-top: 0.35rem;
    font-size: clamp(2rem, 3.2vw, 3rem);
  }
  .post-card p {
    color: var(--color-ink-soft);
  }
  .pagination {
    margin-top: 4rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color-line);
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
  }
  .page-numbers {
    min-width: 38px;
    padding: 0.45rem 0.65rem;
    border: 1px solid var(--color-line);
    text-align: center;
    text-decoration: none;
  }
  .page-numbers.current {
    background: var(--color-ink);
    border-color: var(--color-ink);
    color: var(--color-white);
  }
  .single-article {
    max-width: 940px;
    margin: 0 auto;
    padding: clamp(4rem, 8vw, 8rem) 2rem;
  }
  .single-article__header {
    text-align: center;
  }
  .single-article__header h1 {
    font-size: clamp(4rem, 8vw, 7.5rem);
  }
  .single-article__meta {
    margin-top: 1rem;
    color: var(--color-gold);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .single-article__image {
    margin: clamp(2rem, 5vw, 4rem) -10vw clamp(2rem, 5vw, 4rem);
  }
  .single-article__image img {
    width: 100%;
    max-height: 760px;
    object-fit: cover;
    object-position: center top;
  }
  .post-navigation {
    max-width: 940px;
    margin: 0 auto;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    border-top: 1px solid var(--color-line);
  }
  .post-navigation a {
    font-family: var(--font-display);
    font-size: 1.45rem;
    text-decoration: none;
  }
  .post-navigation a:last-child {
    text-align: right;
  }
  .woocommerce-page .site-main,	.woocommerce .site-main {
    min-height: 60vh;
  }
  .woocommerce-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 7rem) 2rem;
  }
  .woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    gap: clamp(2rem, 6vw, 6rem);
  }
  .woocommerce div.product div.images,	.woocommerce div.product div.summary {
    float: none;
    width: auto;
    margin: 0;
  }
  .woocommerce div.product .product_title {
    font-family: var(--font-display);
    font-size: clamp(3.4rem, 6vw, 6rem);
    font-weight: 400;
    line-height: 0.95;
  }
  .woocommerce div.product p.price,	.woocommerce div.product span.price {
    color: var(--color-gold);
    font-size: 1rem;
    letter-spacing: 0.12em;
  }
  .woocommerce-message,	.woocommerce-info,	.woocommerce-error {
    border-top-color: var(--color-gold);
    background: var(--color-ivory);
  }
  .woocommerce form.checkout_coupon,	.woocommerce form.login,	.woocommerce form.register,	.woocommerce table.shop_table {
    border-color: var(--color-line);
    border-radius: 0;
  }
  .woocommerce .quantity .qty {
    min-height: 46px;
    border: 1px solid var(--color-line);
  }
  .woocommerce .bkap_start_date,	.woocommerce .bkap_end_date,	.woocommerce .ui-datepicker {
    font-family: var(--font-sans);
  }
  .woocommerce-product-gallery {
    opacity: 1 !important;
  }
  #bkap-booking-form {
    margin: 1.6rem 0;
    padding: 1.25rem;
    border: 1px solid var(--color-line);
    background: var(--color-ivory);
  }
  .book_start_date_label,	.wc-pao-addon-name {
    display: block;
    margin: 0 0 0.55rem !important;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  #inline_calendar {
    margin-top: 0.8rem;
  }
  #inline_calendar .ui-datepicker {
    width: 100% !important;
    padding: 0.7rem;
    border: 1px solid var(--color-line);
    border-radius: 0;
    background: var(--color-paper);
  }
  #inline_calendar .ui-datepicker-header {
    border: 0;
    background: var(--color-ink);
    color: var(--color-white);
  }
  #inline_calendar .ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse;
  }
  #inline_calendar .ui-datepicker-calendar th,	#inline_calendar .ui-datepicker-calendar td {
    padding: 0.25rem;
    text-align: center;
  }
  #inline_calendar .ui-datepicker-calendar td a,	#inline_calendar .ui-datepicker-calendar td span {
    display: block;
    padding: 0.45rem;
    border: 1px solid var(--color-line);
    background: transparent;
    color: var(--color-ink);
    text-align: center;
  }
  #inline_calendar .ui-datepicker-calendar .ui-state-active {
    background: var(--color-ink);
    color: var(--color-white);
  }
  .wc-pao-addon-container {
    margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-line);
  }
  .wc-pao-addon select,	.woocommerce div.product form.cart select,	.woocommerce div.product form.cart input[type="text"] {
    width: 100%;
    min-height: 46px;
    padding: 0.65rem 0.75rem;
    border: 1px solid var(--color-line);
    border-radius: 0;
    background: var(--color-paper);
  }
  .awcdp-deposits-wrapper {
    margin: 1.25rem 0;
    padding: 1rem;
    border: 1px solid var(--color-line);
  }
  .awcdp-deposits-option {
    display: grid;
    gap: 0.75rem;
  }
  .woocommerce div.product form.cart .single_add_to_cart_button {
    min-width: 190px;
  }
  .search-form {
    display: flex;
    gap: 0.5rem;
  }
  .search-form label {
    flex: 1;
  }
  .search-field {
    width: 100%;
    min-height: 48px;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--color-line);
    background: var(--color-paper);
  }
  .search-submit {
    min-height: 48px;
    padding: 0.7rem 1rem;
    border: 1px solid var(--color-ink);
    background: var(--color-ink);
    color: var(--color-white);
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .not-found {
    max-width: 780px;
    margin: 0 auto;
    padding: clamp(5rem, 10vw, 10rem) 2rem;
    text-align: center;
  }
  .not-found h1 {
    font-size: clamp(4.2rem, 9vw, 9rem);
  }
  .not-found p {
    max-width: 520px;
    margin: 1rem auto 2rem;
  }
  .site-footer {
    background: var(--color-ink);
    color: var(--color-white);
  }
  .site-footer__inner {
    max-width: 1480px;
    margin: 0 auto;
    padding: clamp(3.5rem, 7vw, 6rem) 2rem 2rem;
  }
  .site-footer__top {
    display: grid;
    grid-template-columns: 1.35fr .65fr .65fr;
    gap: clamp(2rem, 6vw, 6rem);
  }
  .site-footer__brand {
    font-family: var(--font-display);
    font-size: clamp(3.2rem, 6vw, 6rem);
    line-height: 0.9;
    text-decoration: none;
  }
  .site-footer__tagline {
    max-width: 390px;
    color: rgba(255,255,255,.68);
  }
  .site-footer h2 {
    margin-bottom: 1rem;
    font-family: var(--font-sans);
    font-size: 0.63rem;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
  }
  .site-footer nav a,	.site-footer__contact a {
    display: block;
    width: fit-content;
    margin: 0.5rem 0;
    color: rgba(255,255,255,.78);
    text-decoration: none;
  }
  .site-footer nav a:hover,	.site-footer__contact a:hover {
    color: var(--color-white);
  }
  .site-footer__bottom {
    margin-top: 4rem;
    padding-top: 1.2rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(255,255,255,.22);
    color: rgba(255,255,255,.56);
    font-size: 0.62rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .page-masthead--center {
    display: block;
    text-align: center;
  }
  .page-masthead--center h1 {
    max-width: 980px;
    margin: 0 auto;
  }
  .page-masthead--center .page-masthead__intro {
    margin: 1.25rem auto 0;
  }
  .about-page__copy .prose b,	.about-page__copy .prose strong {
    font-weight: 400;
  }
  .package-details .section-kicker {
    text-align: center;
  }
  .standard-page__content {
    min-height: 30vh;
  }
  @media (max-width: 1024px) {
    .editorial-bar {
      grid-template-columns: 1fr 1fr;
    }
    .editorial-bar__center {
      display: none;
    }
    .primary-navigation {
      gap: 1.5rem;
    }
    .hero-grid {
      min-height: 560px;
    }
    .issue-section {
      grid-template-columns: 0.65fr 1fr 1fr;
      gap: 1.5rem;
    }
    .session-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      row-gap: 2.5rem;
    }
    .portfolio-card,	.portfolio-card:nth-child(n) {
      grid-column: span 6;
      min-height: 440px;
    }
    .gallery-columns {
      column-count: 2;
    }
  }
  @media (max-width: 820px) {
    .editorial-bar {
      display: none;
    }
    .brand-lockup {
      padding: 0.85rem 4.75rem 0.8rem 1rem;
      text-align: left;
    }
    .brand-lockup__name {
      font-size: clamp(2.2rem, 8.5vw, 3.4rem);
    }
    .brand-lockup__descriptor {
      margin-top: 0.45rem;
      font-size: 0.48rem;
      letter-spacing: 0.34em;
    }
    .primary-navigation {
      display: none;
    }
    .mobile-menu-button {
      position: absolute;
      top: 50%;
      right: 1rem;
      display: block;
      transform: translateY(-50%);
    }
    .editorial-hero {
      padding: 0.6rem 0.6rem 0;
    }
    .hero-grid {
      min-height: 640px;
      grid-template-columns: 1.05fr .95fr;
      grid-template-rows: 230px 190px 210px;
      gap: 0.45rem;
    }
    .hero-tile--one {
      grid-row: 1 / 3;
    }
    .hero-tile--four {
      grid-column: 1;
      grid-row: 3;
    }
    .hero-tile--five {
      grid-column: 2;
      grid-row: 2 / 4;
    }
    .hero-copy {
      left: 1rem;
      bottom: 1rem;
      width: calc(100% - 2rem);
      padding: 1.25rem;
    }
    .hero-title {
      font-size: clamp(2.85rem, 13vw, 5rem);
    }
    .hero-intro {
      display: none;
    }
    .issue-section {
      grid-template-columns: 1fr 1fr;
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .issue-number {
      position: static;
      grid-column: 1 / 3;
      padding: 0 0 1.5rem;
      border-right: 0;
      border-bottom: 1px solid var(--color-line);
    }
    .issue-number__large {
      font-size: 5.5rem;
    }
    .story-card--wide .story-card__image,	.story-card__image {
      aspect-ratio: 4 / 5;
    }
    .about-strip {
      grid-template-columns: 1fr;
    }
    .about-strip__copy {
      padding: 3.5rem 1.5rem;
    }
    .about-strip__copy h2 {
      font-size: clamp(3rem, 10vw, 3.8rem);
    }
    .about-strip__image {
      min-height: 540px;
    }
    .journal-feature__inner,	.page-masthead,	.about-page,	.contact-page,	.woocommerce div.product {
      grid-template-columns: 1fr;
    }
    .page-masthead__intro {
      margin-left: 0;
    }
    .about-page__portrait {
      position: static;
      max-width: 560px;
    }
    .packages-grid {
      gap: 2rem;
    }
    .contact-page__image {
      min-height: 520px;
    }
    .contact-page__panel {
      padding: 3.5rem 1.5rem;
    }
    .gallery-archive-grid,	.post-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .single-article__image {
      margin-left: 0;
      margin-right: 0;
    }
    .site-footer__top {
      grid-template-columns: 1fr 1fr;
    }
    .site-footer__brand-wrap {
      grid-column: 1 / 3;
    }
  }
  @media (max-width: 600px) {
    .hero-grid {
      min-height: 590px;
      grid-template-rows: 210px 170px 200px;
    }
    .hero-copy .button-editorial {
      margin-top: 0.8rem;
    }
    .issue-section {
      display: block;
    }
    .story-card {
      display: block;
      margin-top: 2.5rem;
    }
    .section-heading-row {
      display: block;
    }
    .section-heading-row .text-link {
      display: inline-block;
      margin-top: 1rem;
    }
    .session-grid,	.packages-grid,	.addons-grid,	.gallery-archive-grid,	.post-grid {
      grid-template-columns: 1fr;
    }
    .portfolio-grid {
      display: block;
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .portfolio-card,	.portfolio-card:nth-child(n) {
      display: block;
      min-height: 500px;
      margin-bottom: 1rem;
    }
    .package-card__header {
      display: block;
    }
    .package-card__price {
      margin-top: 0.4rem;
    }
    .addon-card,	.addon-card:nth-child(n) {
      border-right: 0;
    }
    .gallery-columns {
      column-count: 1;
    }
    .post-navigation {
      grid-template-columns: 1fr;
    }
    .post-navigation a:last-child {
      text-align: left;
    }
    .site-footer__top {
      grid-template-columns: 1fr;
    }
    .site-footer__brand-wrap {
      grid-column: auto;
    }
    .site-footer__bottom {
      display: block;
    }
    .site-footer__bottom span {
      display: block;
      margin-top: 0.5rem;
    }
  }
  body {
    background: var(--color-ivory);
  }
  .site-header {
    background: rgba(247, 243, 235, 0.98);
    border-bottom-color: var(--color-line);
    backdrop-filter: none;
  }
  .editorial-bar {
    max-width: none;
    min-height: 38px;
    padding: 0 clamp(22px, 4vw, 64px);
    gap: 24px;
    font-size: 0.625rem;
    letter-spacing: 0.24em;
  }
  .brand-lockup {
    max-width: 1380px;
    padding: 14px clamp(22px, 4vw, 64px) 12px;
  }
  .brand-lockup__name {
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: -0.035em;
  }
  .brand-lockup__descriptor {
    margin-top: 9px;
    font-size: 0.625rem;
    letter-spacing: 0.42em;
  }
  .primary-navigation {
    max-width: 1380px;
    padding: 0 clamp(22px, 4vw, 64px) 16px;
    gap: clamp(20px, 4vw, 56px);
  }
  .nav-link,	.nav-trigger {
    font-size: 1.125rem;
  }
  .home-mosaic {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: minmax(300px, 1.1fr) minmax(260px, 0.9fr);
    gap: 12px;
    height: clamp(650px, 65vw, 860px);
    padding: 12px;
    background: var(--color-ivory);
  }
  .mosaic-tile {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    color: var(--color-white);
    text-decoration: none;
  }
  .mosaic-tile > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 550ms cubic-bezier(.2,.7,.2,1);
  }
  .mosaic-tile:hover > img {
    transform: scale(1.018);
  }
  .mosaic-main {
    grid-column: 1 / span 7;
    grid-row: 1 / 3;
  }
  .mosaic-main > img {
    object-position: center 32%;
  }
  .mosaic-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8,21,29,.78), rgba(8,21,29,.15) 70%, transparent);
  }
  .mosaic-main__copy {
    position: absolute;
    z-index: 1;
    left: clamp(28px, 4vw, 68px);
    bottom: clamp(34px, 6vw, 84px);
    width: min(610px, 72%);
  }
  .home-kicker {
    margin: 0 0 20px;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }
  .home-display,	.home-title {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }
  .home-display {
    font-size: clamp(54px, 6.4vw, 96px);
    line-height: 0.86;
  }
  .home-title {
    font-size: clamp(46px, 6vw, 84px);
    line-height: 0.96;
  }
  .mosaic-main__copy .button-editorial {
    min-height: 52px;
    margin-top: 28px;
    padding: 0 26px;
  }
  .mosaic-wide {
    grid-column: 8 / span 5;
    grid-row: 1;
  }
  .mosaic-wide > img {
    object-position: center 35%;
  }
  .mosaic-small-a {
    grid-column: 8 / span 3;
    grid-row: 2;
  }
  .mosaic-small-b {
    grid-column: 11 / span 2;
    grid-row: 2;
  }
  .mosaic-label {
    position: absolute;
    z-index: 1;
    left: 16px;
    bottom: 14px;
    padding: 7px 10px;
    background: rgba(13,26,38,.82);
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  .home-stories {
    max-width: 1380px;
    margin: 0 auto;
    padding: clamp(72px, 8vw, 130px) clamp(22px, 4vw, 64px);
  }
  .home-index-heading {
    display: grid;
    grid-template-columns: 1.1fr 0.7fr;
    gap: 8vw;
    align-items: end;
    margin-bottom: clamp(42px, 6vw, 80px);
  }
  .home-lead {
    max-width: 720px;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(21px, 2.3vw, 30px);
    line-height: 1.35;
  }
  .home-index-heading .home-lead {
    justify-self: end;
  }
  .home-story-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
    align-items: end;
  }
  .home-story {
    color: var(--color-ink);
    text-decoration: none;
  }
  .home-story > img {
    width: 100%;
    margin-bottom: 14px;
    object-fit: cover;
    object-position: center top;
  }
  .home-story span {
    display: flex;
    gap: 14px;
    align-items: baseline;
    font-family: var(--font-display);
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1;
  }
  .home-story small {
    font-family: var(--font-sans);
    font-size: 0.5625rem;
    letter-spacing: 0.16em;
  }
  .home-story--1 {
    grid-column: span 4;
  }
  .home-story--1 > img {
    height: 550px;
  }
  .home-story--2 {
    grid-column: span 3;
  }
  .home-story--2 > img {
    height: 430px;
  }
  .home-story--3 {
    grid-column: span 3;
  }
  .home-story--3 > img {
    height: 500px;
  }
  .home-story--4 {
    grid-column: span 2;
  }
  .home-story--4 > img {
    height: 390px;
  }
  .home-profile {
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    align-items: stretch;
    background: var(--color-sage);
  }
  .home-profile__copy {
    padding: clamp(46px, 5vw, 76px) clamp(22px, 4vw, 64px);
  }
  .home-profile__copy .home-title {
    font-size: clamp(42px, 4vw, 62px);
  }
  .home-profile__copy .home-lead {
    margin: 22px 0 16px;
    font-size: clamp(20px, 2vw, 27px);
  }
  .home-body {
    max-width: 520px;
    margin: 0 0 1.35rem;
    color: var(--color-ink-soft);
    font-size: 1rem;
  }
  .home-profile__image {
    overflow: hidden;
  }
  .home-profile__image img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    max-height: 520px;
    object-fit: cover;
    object-position: center 34%;
  }
  .home-cta {
    background: var(--color-ink);
    color: var(--color-white);
  }
  .home-cta__inner {
    max-width: 1380px;
    margin: 0 auto;
    padding: clamp(72px, 8vw, 130px) clamp(22px, 4vw, 64px);
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: end;
  }
  .home-cta__inner .home-title {
    max-width: 850px;
  }
  .home-cta__action {
    justify-self: end;
  }
  .home-cta__action .button-editorial {
    min-height: 52px;
    margin-top: 0;
    padding: 0 26px;
  }
  .site-footer {
    background: #0d1a26;
  }
  .site-footer__inner {
    max-width: 1380px;
    padding: 72px clamp(22px, 4vw, 64px) 20px;
  }
  .site-footer__top {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 50px;
  }
  .site-footer__brand {
    font-size: 44px;
    line-height: 0.9;
    text-transform: uppercase;
  }
  @media (max-width: 900px) {
    .editorial-bar {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .editorial-bar__center {
      display: none;
    }
    .brand-lockup {
      padding-right: 6rem;
      text-align: left;
    }
    .brand-lockup__name {
      font-size: 46px;
    }
    .primary-navigation {
      display: none;
    }
    .mobile-menu-button {
      position: absolute;
      top: 76px;
      right: clamp(22px, 4vw, 64px);
      display: block;
      transform: none;
    }
    .home-mosaic {
      height: auto;
      grid-template-rows: 570px 310px 300px;
    }
    .mosaic-main {
      grid-column: 1 / -1;
      grid-row: 1;
    }
    .mosaic-wide {
      grid-column: 1 / -1;
      grid-row: 2;
    }
    .mosaic-small-a {
      grid-column: 1 / span 6;
      grid-row: 3;
    }
    .mosaic-small-b {
      grid-column: 7 / span 6;
      grid-row: 3;
    }
    .mosaic-main__copy {
      width: min(560px, 80%);
    }
    .home-index-heading {
      grid-template-columns: 1fr;
    }
    .home-index-heading .home-lead {
      justify-self: start;
    }
    .home-story--1,	.home-story--2,	.home-story--3,	.home-story--4 {
      grid-column: span 6;
    }
    .home-story--1 > img,	.home-story--2 > img,	.home-story--3 > img,	.home-story--4 > img {
      height: 480px;
    }
    .home-profile,	.home-cta__inner {
      grid-template-columns: 1fr;
    }
    .home-profile__image img {
      min-height: 400px;
      max-height: 520px;
    }
    .home-cta__action {
      justify-self: start;
    }
  }
  @media (max-width: 620px) {
    .editorial-bar {
      display: flex;
      justify-content: space-between;
    }
    .editorial-bar > :first-child {
      max-width: 185px;
      overflow: hidden;
      white-space: nowrap;
    }
    .brand-lockup__name {
      font-size: 36px;
    }
    .brand-lockup__descriptor {
      font-size: 8px;
    }
    .mobile-menu-button {
      top: 70px;
    }
    .home-mosaic {
      grid-template-rows: 540px 250px 220px;
      gap: 7px;
      padding: 7px;
    }
    .mosaic-main > img {
      object-position: center 30%;
    }
    .mosaic-main__copy {
      left: 22px;
      bottom: 28px;
      width: 84%;
    }
    .home-display {
      font-size: 52px;
    }
    .mosaic-main__copy .button-editorial {
      margin-top: 20px;
    }
    .mosaic-label {
      left: 9px;
      bottom: 9px;
      padding: 5px 7px;
      font-size: 8px;
    }
    .home-story-grid {
      gap: 10px;
    }
    .home-story--1 > img,	.home-story--2 > img,	.home-story--3 > img,	.home-story--4 > img {
      height: 300px;
    }
    .home-story span {
      font-size: 24px;
    }
    .home-cta__inner {
      gap: 28px;
    }
  }
  .mosaic-tile > img,	.mosaic-main > img,	.mosaic-wide > img {
    object-position: center 32%;
  }
  .nav-group__trigger {
    display: flex;
    align-items: center;
    gap: 0.15rem;
  }
  .nav-dropdown-toggle {
    display: grid;
    width: 24px;
    height: 24px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: currentColor;
    font: inherit;
    font-size: 0.85rem;
    line-height: 1;
    cursor: pointer;
  }
  .nav-dropdown-toggle:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 2px;
  }
  .home-stories {
    max-width: 1600px;
    padding-inline: clamp(24px, 3vw, 48px);
  }
  .home-story-grid {
    gap: clamp(12px, 1.2vw, 20px);
  }
  .home-profile__image img {
    min-height: 440px;
    max-height: 520px;
    object-position: center 34%;
  }
  .home-profile__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @media (max-width: 620px) {
    .home-profile__image img {
      min-height: 440px;
    }
  }
  .home-profile__copy {
    display: block;
  }
  .home-story-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
  }
  .home-story--1,	.home-story--2,	.home-story--3,	.home-story--4 {
    grid-column: auto;
  }
  .home-story--1 > img,	.home-story--2 > img,	.home-story--3 > img,	.home-story--4 > img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 28%;
  }
  @media (max-width: 900px) {
    .home-story-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 620px) {
    .home-story-grid {
      gap: 10px;
    }
  }
  .home-story--1 > img,	.home-story--2 > img,	.home-story--3 > img,	.home-story--4 > img {
    aspect-ratio: 3 / 4;
  }
  .mosaic-label {
    left: 18px;
    bottom: 18px;
    padding: 10px 14px;
    font-size: 0.6875rem;
    letter-spacing: 0.16em;
  }
  @media (max-width: 620px) {
    .mosaic-label {
      left: 12px;
      bottom: 12px;
      padding: 7px 10px;
      font-size: 0.625rem;
    }
  }
  body.single-product .woocommerce-shell {
    max-width: 1440px;
    padding: clamp(40px, 5vw, 80px) clamp(24px, 4vw, 64px);
  }
  body.single-product .woocommerce div.product {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    grid-template-areas: "gallery summary"	"tabs summary"	"related related";
    grid-template-rows: auto 1fr auto;
    column-gap: clamp(40px, 6vw, 96px);
    row-gap: clamp(32px, 4vw, 56px);
    align-items: start;
  }
  body.single-product .woocommerce div.product div.images {
    grid-area: gallery;
    width: 100% !important;
  }
  body.single-product .woocommerce-product-gallery__wrapper,	body.single-product .woocommerce-product-gallery__image,	body.single-product .woocommerce-product-gallery__image > a {
    display: block;
    width: 100%;
  }
  body.single-product .woocommerce-product-gallery__image img {
    display: block;
    width: 100% !important;
    max-width: none;
    height: auto !important;
    aspect-ratio: 2 / 3;
    object-fit: cover;
  }
  body.single-product .woocommerce div.product div.summary {
    grid-area: summary;
    width: 100% !important;
  }
  body.single-product .woocommerce div.product .woocommerce-tabs {
    grid-area: tabs;
    clear: none !important;
    width: 100%;
    margin: 0;
    padding-top: 8px;
    border-top: 1px solid var(--color-line);
  }
  body.single-product .woocommerce div.product .woocommerce-Tabs-panel {
    max-width: 700px;
  }
  body.single-product .woocommerce div.product .related.products {
    grid-area: related;
    clear: none !important;
    width: 100%;
    margin: 0;
    padding-top: clamp(32px, 4vw, 56px);
    border-top: 1px solid var(--color-line);
  }
  body.single-product .related.products ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
  }
  body.single-product .related.products ul.products::before,	body.single-product .related.products ul.products::after {
    display: none;
  }
  body.single-product .related.products ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }
  body.single-product .related.products ul.products li.product img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }
  @media (max-width: 900px) {
    body.single-product .woocommerce div.product {
      grid-template-columns: 1fr;
      grid-template-areas: "gallery"	"summary"	"tabs"	"related";
      grid-template-rows: auto;
      row-gap: 36px;
    }
    body.single-product .related.products ul.products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 620px) {
    body.single-product .woocommerce-shell {
      padding-inline: 18px;
    }
    body.single-product .related.products ul.products {
      grid-template-columns: 1fr;
    }
  }
  body.single-product.woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    grid-template-areas: "gallery summary"	"tabs summary"	"related related";
    grid-template-rows: auto 1fr auto;
    column-gap: clamp(40px, 6vw, 96px);
    row-gap: clamp(32px, 4vw, 56px);
    align-items: start;
  }
  body.single-product.woocommerce div.product div.images {
    grid-area: gallery;
    float: none;
    width: 100% !important;
    margin: 0;
  }
  body.single-product.woocommerce div.product div.summary {
    grid-area: summary;
    float: none;
    width: 100% !important;
    margin: 0;
  }
  body.single-product.woocommerce div.product .woocommerce-tabs {
    grid-area: tabs;
    clear: none !important;
    width: 100%;
    margin: 0;
    padding-top: 8px;
    border-top: 1px solid var(--color-line);
  }
  body.single-product.woocommerce div.product .woocommerce-Tabs-panel {
    max-width: 700px;
  }
  body.single-product.woocommerce div.product .related.products {
    grid-area: related;
    clear: none !important;
    width: 100%;
    margin: 0;
    padding-top: clamp(32px, 4vw, 56px);
    border-top: 1px solid var(--color-line);
  }
  body.single-product .related.products ul.products {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    align-items: stretch;
  }
  body.single-product .related.products ul.products li.product {
    display: flex;
    flex-direction: column;
  }
  body.single-product .related.products ul.products li.product .button {
    align-self: flex-start;
    margin-top: auto;
  }
  @media (max-width: 900px) {
    body.single-product.woocommerce div.product {
      grid-template-columns: 1fr;
      grid-template-areas: "gallery"	"summary"	"tabs"	"related";
      grid-template-rows: auto;
      row-gap: 36px;
    }
  }
  @media (max-width: 620px) {
    body.single-product .related.products ul.products {
      grid-template-columns: 1fr;
    }
  }
  body.page-template-page-add-ons .addons-grid {
    max-width: 1040px;
    margin: 0 auto;
    padding: clamp(4rem, 7vw, 7rem) 2rem;
    display: block;
    border-top: 0;
  }
  body.page-template-page-add-ons .addon-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 100px 116px;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }
  body.page-template-page-add-ons .addon-card:first-child {
    border-top: 1px solid var(--color-line);
  }
  body.page-template-page-add-ons .addon-card__number {
    color: var(--color-ink-soft);
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
  }
  body.page-template-page-add-ons .addon-card h2 {
    font-size: clamp(1.7rem, 2.5vw, 2.35rem);
    line-height: 1;
  }
  body.page-template-page-add-ons .addon-card__price {
    margin: 0;
    padding: 0;
    color: var(--color-ink);
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.08em;
    text-align: right;
  }
  body.page-template-page-add-ons .addon-card .button-editorial {
    justify-self: end;
    min-height: 40px;
    margin: 0;
    padding: 0.6rem 0.85rem;
    font-size: 0.58rem !important;
    letter-spacing: 0.16em !important;
    text-align: center;
  }
  @media (max-width: 700px) {
    body.page-template-page-add-ons .addons-grid {
      padding-inline: 1.25rem;
    }
    body.page-template-page-add-ons .addon-card {
      grid-template-columns: 34px minmax(0, 1fr) auto;
      grid-template-areas: "number title price"	". action action";
      gap: 0.7rem 0.75rem;
      padding: 1.2rem 0;
    }
    body.page-template-page-add-ons .addon-card__number {
      grid-area: number;
    }
    body.page-template-page-add-ons .addon-card h2 {
      grid-area: title;
      font-size: clamp(1.45rem, 7vw, 2rem);
    }
    body.page-template-page-add-ons .addon-card__price {
      grid-area: price;
    }
    body.page-template-page-add-ons .addon-card .button-editorial {
      grid-area: action;
      justify-self: start;
    }
  }
  .addons-grid {
    max-width: 1040px;
    margin: 0 auto;
    padding: clamp(4rem, 7vw, 7rem) 2rem;
    display: block;
    border-top: 0;
  }
  .addon-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 100px 116px;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }
  .addon-card:first-child {
    border-top: 1px solid var(--color-line);
  }
  .addon-card__number {
    color: var(--color-ink-soft);
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
  }
  .addon-card h2 {
    font-size: clamp(1.7rem, 2.5vw, 2.35rem);
    line-height: 1;
  }
  .addon-card__price {
    margin: 0;
    padding: 0;
    color: var(--color-ink);
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.08em;
    text-align: right;
  }
  .addon-card .button-editorial {
    justify-self: end;
    min-height: 40px;
    margin: 0;
    padding: 0.6rem 0.85rem;
    font-size: 0.58rem !important;
    letter-spacing: 0.16em !important;
    text-align: center;
  }
  @media (max-width: 700px) {
    .addons-grid {
      padding-inline: 1.25rem;
    }
    .addon-card {
      grid-template-columns: 34px minmax(0, 1fr) auto;
      grid-template-areas: "number title price"	". action action";
      gap: 0.7rem 0.75rem;
      padding: 1.2rem 0;
    }
    .addon-card__number {
      grid-area: number;
    }
    .addon-card h2 {
      grid-area: title;
      font-size: clamp(1.45rem, 7vw, 2rem);
    }
    .addon-card__price {
      grid-area: price;
    }
    .addon-card .button-editorial {
      grid-area: action;
      justify-self: start;
    }
  }
  .mockup-addons-page {
    background: var(--color-ivory);
  }
  .mockup-addons-wrap {
    max-width: 1380px;
    margin: 0 auto;
    padding-right: clamp(22px, 4vw, 64px);
    padding-left: clamp(22px, 4vw, 64px);
  }
  .mockup-addons-section {
    padding-top: clamp(72px, 8vw, 130px);
    padding-bottom: clamp(72px, 8vw, 130px);
  }
  .mockup-addons-hero {
    padding-top: clamp(76px, 9vw, 140px);
    padding-bottom: clamp(54px, 7vw, 100px);
  }
  .mockup-addons-hero__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.65fr;
    gap: 8vw;
    align-items: end;
  }
  .mockup-addons-hero__aside {
    padding-bottom: 8px;
  }
  .mockup-addons-kicker {
    margin: 0 0 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }
  .mockup-addons-display {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(58px, 8vw, 124px);
    font-weight: 400;
    line-height: 0.86;
    letter-spacing: -0.045em;
  }
  .mockup-addons-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(46px, 6vw, 84px);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.035em;
  }
  .mockup-addons-lead {
    max-width: 720px;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(21px, 2.3vw, 30px);
    line-height: 1.35;
  }
  .mockup-addons-list {
    border-top: 1px solid var(--color-line);
  }
  .mockup-addon {
    display: grid;
    grid-template-columns: 70px 1fr 170px 160px;
    align-items: center;
    gap: 24px;
    min-height: 125px;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-line);
  }
  .mockup-addon__number {
    font-family: var(--font-display);
    font-size: 38px;
    font-variant-numeric: tabular-nums;
  }
  .mockup-addon h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 400;
    line-height: 1;
  }
  .mockup-addon__price {
    font-family: var(--font-display);
    font-size: 24px;
    font-variant-numeric: tabular-nums;
  }
  .mockup-addons-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border: 1px solid var(--color-ink);
    background: var(--color-ink);
    color: var(--color-white);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .mockup-addons-button--outline {
    background: transparent;
    color: var(--color-ink);
  }
  .mockup-addons-button--outline:hover, .mockup-addons-button--outline:focus-visible {
    background: var(--color-ink);
    color: var(--color-white);
  }
  .mockup-addons-note {
    background: var(--color-sage);
  }
  .mockup-addons-body-copy {
    max-width: 690px;
    color: var(--color-ink-soft);
    font-size: 17px;
  }
  .mockup-addons-body-copy p {
    margin: 0 0 1.25em;
  }
  .mockup-addons-text-link {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--color-gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mockup-addons-cta {
    background: var(--color-ink);
    color: var(--color-white);
  }
  .mockup-addons-cta__inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: end;
  }
  .mockup-addons-cta .mockup-addons-title {
    max-width: 850px;
  }
  .mockup-addons-cta__action {
    justify-self: end;
  }
  .mockup-addons-button--light {
    border-color: var(--color-white);
    background: transparent;
    color: var(--color-white);
  }
  .mockup-addons-button--light:hover, .mockup-addons-button--light:focus-visible {
    background: var(--color-white);
    color: var(--color-ink);
  }
  @media (max-width: 900px) {
    .mockup-addons-hero__grid,	.mockup-addons-cta__inner {
      grid-template-columns: 1fr;
    }
    .mockup-addons-cta__action {
      justify-self: start;
    }
  }
  @media (max-width: 620px) {
    .mockup-addons-hero__aside {
      padding-top: 12px;
    }
    .mockup-addon {
      grid-template-columns: 50px 1fr 80px;
    }
    .mockup-addon .mockup-addons-button {
      grid-column: 2 / -1;
      justify-self: start;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *,	*::before,	*::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
      animation-duration: 0.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;
  }
}
