/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Avenir Next", "Century Gothic", "Trebuchet MS", sans-serif;
    --font-serif: "Bookman Old Style", "URW Bookman", Georgia, serif;
    --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.4rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3.25rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #7a315d;
    --color-primary-50: #fdf4f8;
    --color-primary-100: #f9e3ee;
    --color-primary-500: #a74478;
    --color-primary-700: #602448;
    --color-primary-900: #32172a;
    --color-secondary: #214f59;
    --color-secondary-50: #eff8f7;
    --color-secondary-100: #d8eeeb;
    --color-secondary-200: #b5ddd8;
    --color-secondary-500: #3e7f86;
    --color-secondary-600: #2f6871;
    --color-secondary-700: #214f59;
    --color-secondary-900: #15343b;
    --color-ink: #292336;
    --color-paper: #fffaf1;
    --color-cream: #f7eddc;
    --color-berry: #c64f74;
    --color-marigold: #e8ad38;
    --color-coral: #e87661;
    --color-sage: #77a98d;
    --color-sky: #6f9fc8;
    --color-lilac: #9778ad;
    --color-neutral: #292336;
  }
}
@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;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .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-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .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-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .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));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .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-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  [x-cloak] {
    display: none !important;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    color: var(--color-ink);
    background: radial-gradient(circle at 12% 10%, rgba(232, 173, 56, .12), transparent 24rem),	radial-gradient(circle at 92% 30%, rgba(119, 169, 141, .11), transparent 28rem),	var(--color-paper);
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  a {
    color: var(--color-primary);
    text-underline-offset: .2em;
  }
  a:hover {
    color: var(--color-primary-700);
  }
  :focus-visible {
    outline: 3px solid var(--color-marigold);
    outline-offset: 4px;
    border-radius: .25rem;
  }
  h1, h2, h3, h4 {
    color: var(--color-ink);
    font-family: var(--font-serif);
    line-height: 1.12;
    letter-spacing: -.025em;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@layer components {
  .cc-skip-link {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 100;
    transform: translateY(-180%);
    border-radius: .75rem;
    background: var(--color-ink);
    color: white;
    padding: .75rem 1rem;
    font-weight: 800;
    transition: transform .18s ease;
  }
  .cc-skip-link:focus {
    transform: translateY(0);
  }
  .cc-topbar {
    background: var(--color-ink);
    color: white;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
  }
  .cc-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    max-width: 76rem;
    margin: 0 auto;
    padding: .48rem 1.25rem;
    text-align: center;
  }
  .cc-topbar-separator {
    width: .3rem;
    height: .3rem;
    border-radius: 999px;
    background: var(--color-marigold);
  }
  .cc-site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(41, 35, 54, .11);
    background: rgba(255, 250, 241, .94);
    box-shadow: 0 10px 34px rgba(59, 36, 52, .07);
    backdrop-filter: blur(16px);
  }
  .admin-bar .cc-site-header {
    top: 32px;
  }
  .cc-header-inner {
    display: grid;
    grid-template-columns: minmax(13rem, 1fr) auto auto;
    align-items: center;
    gap: 1.5rem;
    max-width: 76rem;
    margin: 0 auto;
    padding: .95rem 1.5rem;
  }
  .cc-brand {
    display: inline-flex;
    align-items: center;
    gap: .85rem;
    width: fit-content;
    color: var(--color-ink);
    text-decoration: none;
  }
  .cc-brand-mark {
    display: grid;
    grid-template-columns: repeat(3, .55rem);
    gap: .22rem;
    padding: .68rem;
    border: 2px solid rgba(122, 49, 93, .18);
    border-radius: 50%;
    background: white;
    box-shadow: 0 5px 16px rgba(70, 36, 60, .12);
    transform: rotate(-3deg);
    transition: transform .2s ease;
  }
  .cc-brand:hover .cc-brand-mark {
    transform: rotate(3deg) scale(1.03);
  }
  .cc-dot {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
  }
  .cc-dot:nth-child(1) {
    background: var(--color-berry);
  }
  .cc-dot:nth-child(2) {
    background: var(--color-marigold);
  }
  .cc-dot:nth-child(3) {
    background: var(--color-sage);
  }
  .cc-dot:nth-child(4) {
    background: var(--color-sky);
  }
  .cc-dot:nth-child(5) {
    background: var(--color-lilac);
  }
  .cc-dot:nth-child(6) {
    background: var(--color-coral);
  }
  .cc-brand-copy {
    display: grid;
    line-height: 1;
  }
  .cc-brand-name {
    font-family: var(--font-serif);
    font-size: clamp(1.12rem, 2vw, 1.45rem);
    font-weight: 800;
    letter-spacing: -.035em;
  }
  .cc-brand-note {
    margin-top: .35rem;
    color: var(--color-primary);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .cc-nav-list {
    display: flex;
    align-items: center;
    gap: .2rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .cc-nav-list a {
    display: block;
    border-radius: 999px;
    color: var(--color-ink);
    padding: .58rem .78rem;
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
    transition: color .18s ease, background .18s ease, transform .18s ease;
  }
  .cc-nav-list a:hover,	.cc-nav-list .current-menu-item > a {
    background: var(--color-primary-100);
    color: var(--color-primary-700);
    transform: translateY(-1px);
  }
  .cc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 2.85rem;
    border: 2px solid var(--color-primary-700);
    border-radius: 999px;
    background: var(--color-primary);
    box-shadow: 0 5px 0 var(--color-primary-900);
    color: white;
    padding: .65rem 1rem;
    font-size: .86rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  }
  .cc-button:hover {
    background: var(--color-primary-700);
    box-shadow: 0 3px 0 var(--color-primary-900);
    color: white;
    transform: translateY(2px);
  }
  .cc-mobile-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border: 2px solid rgba(41, 35, 54, .15);
    border-radius: 999px;
    background: white;
    color: var(--color-ink);
    cursor: pointer;
  }
  .cc-mobile-panel {
    border-top: 1px solid rgba(41, 35, 54, .1);
    background: var(--color-paper);
    padding: .8rem 1.25rem 1.25rem;
  }
  .cc-mobile-panel .cc-nav-list {
    align-items: stretch;
    flex-direction: column;
  }
  .cc-mobile-panel .cc-nav-list a {
    padding: .78rem 1rem;
  }
  .cc-mobile-panel .cc-button {
    width: 100%;
    margin-top: .75rem;
  }
  .cc-page-main {
    min-height: 52vh;
  }
  .cc-page-shell {
    width: min(100% - 2.5rem, 68rem);
    margin: 0 auto;
    padding: clamp(3.25rem, 7vw, 6.5rem) 0;
  }
  .cc-page-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(41, 35, 54, .09);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 24px 70px rgba(60, 39, 54, .09);
    padding: clamp(1.4rem, 4vw, 3.75rem);
  }
  .cc-page-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .48rem;
    background: linear-gradient(90deg, var(--color-berry) 0 16.66%, var(--color-marigold) 16.66% 33.32%, var(--color-sage) 33.32% 49.98%, var(--color-sky) 49.98% 66.64%, var(--color-lilac) 66.64% 83.3%, var(--color-coral) 83.3%);
    content: "";
  }
  .cc-page-eyebrow {
    margin: 0 0 .75rem;
    color: var(--color-primary);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
  }
  .cc-page-title {
    margin: 0 0 2rem;
    font-size: clamp(2.2rem, 6vw, 4.6rem);
  }
  .cc-prose {
    color: #443c4e;
    font-size: clamp(1rem, 1.2vw, 1.12rem);
  }
  .cc-prose > * + * {
    margin-top: 1.15em;
  }
  .cc-prose h1 {
    font-size: clamp(2.2rem, 6vw, 4.6rem);
  }
  .cc-prose h2 {
    margin-top: 1.7em;
    font-size: clamp(1.75rem, 4vw, 2.55rem);
  }
  .cc-prose h3 {
    margin-top: 1.55em;
    font-size: clamp(1.4rem, 3vw, 2rem);
  }
  .cc-prose h4, .cc-prose h5, .cc-prose h6 {
    margin-top: 1.35em;
    font-size: 1.08rem;
  }
  .cc-prose p {
    margin-bottom: 0;
  }
  .cc-prose img {
    border-radius: 1.15rem;
    box-shadow: 0 14px 38px rgba(55, 34, 50, .12);
  }
  .cc-prose a {
    font-weight: 800;
  }
  .cc-prose ul, .cc-prose ol {
    padding-left: 1.3rem;
  }
  .cc-prose blockquote {
    margin: 2rem 0;
    border-left: .38rem solid var(--color-marigold);
    border-radius: 0 1rem 1rem 0;
    background: var(--color-primary-50);
    padding: 1rem 1.25rem;
  }
  .cc-site-footer {
    position: relative;
    margin-top: clamp(3rem, 8vw, 7rem);
    border-top: 1px solid rgba(255,255,255,.13);
    background: radial-gradient(circle at 12% 12%, rgba(232, 173, 56, .15), transparent 18rem),	radial-gradient(circle at 90% 60%, rgba(198, 79, 116, .16), transparent 23rem),	var(--color-ink);
    color: rgba(255,255,255,.82);
  }
  .cc-footer-wave {
    position: absolute;
    top: -1.1rem;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background: radial-gradient(circle at 1.2rem 0, transparent 1.18rem, var(--color-ink) 1.22rem) 0 0 / 2.4rem 1.2rem repeat-x;
  }
  .cc-footer-grid {
    display: grid;
    grid-template-columns: minmax(16rem, 1.5fr) repeat(2, minmax(10rem, .75fr));
    gap: 3rem;
    max-width: 76rem;
    margin: 0 auto;
    padding: 4.5rem 1.5rem 3rem;
  }
  .cc-footer-brand {
    color: white;
  }
  .cc-footer-copy {
    max-width: 28rem;
    margin: 1rem 0 0;
  }
  .cc-footer-heading {
    margin: 0 0 1rem;
    color: var(--color-marigold);
    font-family: var(--font-sans);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .cc-footer-links {
    display: grid;
    gap: .6rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .cc-footer-links a {
    color: white;
    font-weight: 750;
    text-decoration: none;
  }
  .cc-footer-links a:hover {
    color: var(--color-marigold);
  }
  .cc-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    max-width: 76rem;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 1.1rem 1.5rem 1.5rem;
    font-size: .78rem;
  }
  .cc-home {
    overflow: hidden;
  }
  .cc-home-container {
    width: min(100% - 2.5rem, 76rem);
    margin-inline: auto;
  }
  .cc-home-hero {
    position: relative;
    isolation: isolate;
    background: radial-gradient(circle at 12% 18%, rgba(232, 173, 56, .2), transparent 18rem),	radial-gradient(circle at 92% 24%, rgba(111, 159, 200, .19), transparent 23rem),	linear-gradient(180deg, #fffaf1 0%, #fdf2e4 100%);
  }
  .cc-home-hero::after {
    position: absolute;
    z-index: -1;
    right: -5rem;
    bottom: -7rem;
    width: 22rem;
    height: 22rem;
    border: 1px dashed rgba(122, 49, 93, .16);
    border-radius: 50%;
    content: "";
  }
  .cc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(22rem, .98fr);
    align-items: center;
    gap: clamp(2.5rem, 6vw, 6rem);
    min-height: 42rem;
    padding-block: clamp(4rem, 8vw, 7.5rem);
  }
  .cc-eyebrow,	.cc-kicker {
    margin: 0 0 .8rem;
    color: var(--color-primary);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .135em;
    text-transform: uppercase;
  }
  .cc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    border: 1px solid rgba(122, 49, 93, .15);
    border-radius: 999px;
    background: rgba(255,255,255,.78);
    padding: .48rem .78rem;
    box-shadow: 0 8px 24px rgba(76, 43, 63, .06);
  }
  .cc-eyebrow span {
    color: var(--color-marigold);
    font-size: 1rem;
  }
  .cc-hero-copy h1 {
    max-width: 13ch;
    margin: 1rem 0 1.25rem;
    font-size: clamp(2.65rem, 5.7vw, 5.3rem);
  }
  .cc-hero-lede {
    max-width: 39rem;
    margin: 0;
    color: #51475a;
    font-size: clamp(1.04rem, 1.55vw, 1.24rem);
    line-height: 1.7;
  }
  .cc-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }
  .cc-button-large {
    min-height: 3.25rem;
    padding-inline: 1.35rem;
    font-size: .94rem;
  }
  .cc-text-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: var(--color-primary-700);
    font-weight: 900;
    text-decoration-thickness: 2px;
  }
  .cc-text-link:hover {
    color: var(--color-secondary-700);
  }
  .cc-text-link-strong {
    font-size: 1rem;
  }
  .cc-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1rem;
    margin: 1.8rem 0 0;
    padding: 0;
    color: #504759;
    font-size: .82rem;
    font-weight: 800;
    list-style: none;
  }
  .cc-trust-list li {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
  }
  .cc-trust-list span {
    display: inline-grid;
    place-items: center;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: var(--color-secondary);
    color: white;
    font-size: .7rem;
  }
  .cc-hero-art {
    position: relative;
    min-height: 34rem;
  }
  .cc-hero-sun {
    position: absolute;
    top: 7%;
    left: 9%;
    width: 78%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(145deg, #f7d985, var(--color-marigold));
    box-shadow: 0 28px 80px rgba(129, 79, 35, .14);
  }
  .cc-hero-image-frame {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(41, 35, 54, .1);
    border-radius: 48% 48% 2rem 2rem;
    background: linear-gradient(rgba(255,255,255,.24), rgba(255,255,255,.03)),	var(--color-secondary-100);
    box-shadow: 0 30px 65px rgba(62, 41, 55, .18);
  }
  .cc-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .cc-hero-badge {
    position: absolute;
    right: -1.15rem;
    bottom: 2rem;
    display: grid;
    min-width: 12rem;
    border: 2px solid rgba(41,35,54,.12);
    border-radius: 1.1rem;
    background: white;
    box-shadow: 0 16px 38px rgba(57, 36, 51, .17);
    padding: .85rem 1rem;
    transform: rotate(2deg);
  }
  .cc-hero-badge-small {
    color: var(--color-primary);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .cc-hero-badge strong {
    font-family: var(--font-serif);
    font-size: 1.02rem;
  }
  .cc-spark {
    position: absolute;
    color: var(--color-primary);
    filter: drop-shadow(0 4px 4px rgba(80,47,66,.15));
  }
  .cc-spark-one {
    top: 4%;
    right: 2%;
    font-size: 2rem;
  }
  .cc-spark-two {
    bottom: 10%;
    left: -1rem;
    color: var(--color-sage);
    font-size: 1.4rem;
  }
  .cc-story-strip {
    background: var(--color-ink);
    color: white;
  }
  .cc-story-strip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .8rem 1.25rem;
    min-height: 4.3rem;
    font-family: var(--font-serif);
    font-size: clamp(.98rem, 2vw, 1.2rem);
    font-weight: 800;
    letter-spacing: .015em;
    text-align: center;
  }
  .cc-story-strip-inner span:nth-child(even) {
    color: var(--color-marigold);
  }
  .cc-home-section {
    padding-block: clamp(4.5rem, 9vw, 8rem);
  }
  .cc-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .7fr);
    align-items: end;
    gap: 2.5rem;
    margin-bottom: clamp(2.2rem, 5vw, 4rem);
  }
  .cc-section-heading h2,	.cc-path-intro h2,	.cc-club-card h2,	.cc-contact-card h2 {
    margin: 0;
    font-size: clamp(2rem, 4.2vw, 3.65rem);
  }
  .cc-section-heading > p {
    margin: 0;
    color: #5c5263;
    font-size: 1.04rem;
  }
  .cc-section-heading-centered {
    display: block;
    max-width: 50rem;
    margin-inline: auto;
    text-align: center;
  }
  .cc-friend-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .9rem;
  }
  .cc-friend-card {
    overflow: hidden;
    border: 1px solid rgba(41,35,54,.1);
    border-radius: 1.25rem;
    background: white;
    box-shadow: 0 12px 32px rgba(56,37,50,.08);
    transform: translateY(0);
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .cc-friend-card:hover {
    box-shadow: 0 18px 38px rgba(56,37,50,.14);
    transform: translateY(-5px);
  }
  .cc-friend-photo {
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: var(--color-cream);
  }
  .cc-friend-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
  }
  .cc-friend-card:hover img {
    transform: scale(1.035);
  }
  .cc-friend-card h3 {
    margin: 0;
    border-top: .38rem solid var(--card-accent, var(--color-berry));
    padding: .9rem .6rem 1rem;
    font-family: var(--font-sans);
    font-size: .94rem;
    text-align: center;
  }
  .cc-accent-berry {
    --card-accent: var(--color-berry);
  }
  .cc-accent-marigold {
    --card-accent: var(--color-marigold);
  }
  .cc-accent-sage {
    --card-accent: var(--color-sage);
  }
  .cc-accent-sky {
    --card-accent: var(--color-sky);
  }
  .cc-accent-coral {
    --card-accent: var(--color-coral);
  }
  .cc-accent-lilac {
    --card-accent: var(--color-lilac);
  }
  .cc-centered-action {
    margin-top: 2rem;
    text-align: center;
  }
  .cc-why-section {
    background: linear-gradient(180deg, rgba(216,238,235,.52), rgba(239,248,247,.82)),	var(--color-secondary-50);
  }
  .cc-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
  .cc-value-card {
    border: 1px solid rgba(33,79,89,.12);
    border-radius: 1.45rem;
    background: rgba(255,255,255,.88);
    box-shadow: 0 18px 45px rgba(31,70,75,.08);
    padding: clamp(1.45rem, 3vw, 2.2rem);
  }
  .cc-value-icon {
    display: grid;
    place-items: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 1rem;
    margin-bottom: 1.2rem;
    transform: rotate(-3deg);
  }
  .cc-value-icon svg {
    transform: rotate(3deg);
  }
  .cc-value-icon-faith {
    background: #f9e3ee;
    color: var(--color-primary);
  }
  .cc-value-icon-friends {
    background: #fff0ca;
    color: #84570d;
  }
  .cc-value-icon-courage {
    background: #d8eeeb;
    color: var(--color-secondary);
  }
  .cc-value-card h3 {
    margin: 0 0 .6rem;
    font-size: 1.35rem;
  }
  .cc-value-card p {
    margin: 0;
    color: #5a5061;
  }
  .cc-path-intro {
    max-width: 48rem;
    margin-bottom: 2.2rem;
  }
  .cc-path-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
  .cc-path-card {
    position: relative;
    overflow: hidden;
    min-height: 25rem;
    border-radius: 1.7rem;
    padding: clamp(1.75rem, 4vw, 3rem);
  }
  .cc-path-card::after {
    position: absolute;
    right: -3.2rem;
    bottom: -4.4rem;
    width: 13rem;
    height: 13rem;
    border: 1.2rem solid rgba(255,255,255,.1);
    border-radius: 50%;
    content: "";
  }
  .cc-path-parent {
    background: radial-gradient(circle at 92% 10%, rgba(232,173,56,.22), transparent 13rem),	var(--color-secondary);
    color: white;
  }
  .cc-path-reader {
    background: radial-gradient(circle at 88% 12%, rgba(255,255,255,.21), transparent 13rem),	var(--color-primary);
    color: white;
  }
  .cc-path-label {
    margin: 0 0 3.5rem;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .cc-path-card h3 {
    max-width: 14ch;
    margin: 0 0 .8rem;
    color: white;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
  }
  .cc-path-card p:not(.cc-path-label) {
    max-width: 32rem;
    margin: 0 0 1.5rem;
    color: rgba(255,255,255,.85);
  }
  .cc-button-light {
    border-color: white;
    background: white;
    box-shadow: 0 5px 0 #4b1e3b;
    color: var(--color-primary-700);
  }
  .cc-button-light:hover {
    background: #fff7fb;
    color: var(--color-primary-700);
  }
  .cc-club-section {
    padding-top: 0;
  }
  .cc-club-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem;
    overflow: hidden;
    border: 1px solid rgba(41,35,54,.1);
    border-radius: 1.7rem;
    background: radial-gradient(circle at 8% 100%, rgba(198,79,116,.16), transparent 20rem),	radial-gradient(circle at 92% 5%, rgba(232,173,56,.18), transparent 18rem),	white;
    box-shadow: 0 22px 58px rgba(57,37,51,.09);
    padding: clamp(2rem, 5vw, 4rem);
  }
  .cc-club-card > div:not(.cc-club-dots) {
    max-width: 48rem;
  }
  .cc-club-card h2 {
    font-size: clamp(1.9rem, 3.7vw, 3.25rem);
  }
  .cc-club-card p:not(.cc-kicker) {
    margin: 1rem 0 0;
    color: #5b5162;
  }
  .cc-club-dots {
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    display: flex;
    gap: .28rem;
  }
  .cc-club-dots span {
    width: .52rem;
    height: .52rem;
    border-radius: 50%;
  }
  .cc-club-dots span:nth-child(1) {
    background: var(--color-berry);
  }
  .cc-club-dots span:nth-child(2) {
    background: var(--color-marigold);
  }
  .cc-club-dots span:nth-child(3) {
    background: var(--color-sage);
  }
  .cc-club-dots span:nth-child(4) {
    background: var(--color-sky);
  }
  .cc-club-dots span:nth-child(5) {
    background: var(--color-lilac);
  }
  .cc-club-dots span:nth-child(6) {
    background: var(--color-coral);
  }
  .cc-button-dark {
    flex: 0 0 auto;
    border-color: var(--color-ink);
    background: var(--color-ink);
    box-shadow: 0 5px 0 #0e0b12;
  }
  .cc-button-dark:hover {
    background: #19151f;
  }
  .cc-contact-section {
    padding-top: 0;
    padding-bottom: clamp(1rem, 3vw, 2rem);
  }
  .cc-contact-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-top: 1px solid rgba(41,35,54,.13);
    padding-top: clamp(2rem, 4vw, 3rem);
  }
  .cc-contact-card h2 {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
  }
  .cc-contact-links {
    display: grid;
    justify-items: end;
    gap: .25rem;
  }
  .cc-contact-links a {
    color: var(--color-ink);
    font-size: .92rem;
    font-weight: 850;
    text-decoration: none;
  }
  .cc-contact-links a:hover {
    color: var(--color-primary);
  }
  .cc-books-page {
    overflow: hidden;
    background: var(--color-paper);
  }
  .cc-books-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: radial-gradient(circle at 8% 15%, rgba(232,173,56,.18), transparent 22rem),	radial-gradient(circle at 92% 18%, rgba(111,159,200,.2), transparent 26rem),	linear-gradient(180deg, #fffaf1, #f8f1e7);
  }
  .cc-books-hero::after {
    position: absolute;
    z-index: -1;
    right: -7rem;
    bottom: -9rem;
    width: 28rem;
    height: 28rem;
    border: 1px dashed rgba(122,49,93,.16);
    border-radius: 50%;
    content: "";
  }
  .cc-books-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(21rem, .7fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
    min-height: 35rem;
    padding-block: clamp(4rem, 8vw, 7rem);
  }
  .cc-books-hero h1 {
    max-width: 12ch;
    margin: 1rem 0 1.25rem;
    font-size: clamp(2.8rem, 6vw, 5.35rem);
  }
  .cc-books-lede {
    max-width: 43rem;
    margin: 0;
    color: #544a5b;
    font-size: clamp(1.05rem, 1.45vw, 1.22rem);
    line-height: 1.72;
  }
  .cc-books-meta {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.8rem;
  }
  .cc-books-meta span {
    display: grid;
    min-width: 7rem;
    border: 1px solid rgba(41,35,54,.1);
    border-radius: .9rem;
    background: rgba(255,255,255,.78);
    box-shadow: 0 8px 25px rgba(56,37,50,.06);
    padding: .65rem .85rem;
    color: #5a5061;
    font-size: .73rem;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .cc-books-meta strong {
    color: var(--color-ink);
    font-family: var(--font-serif);
    font-size: 1.1rem;
    letter-spacing: 0;
    text-transform: none;
  }
  .cc-books-hero-art {
    position: relative;
    min-height: 26rem;
  }
  .cc-book-stack {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
  }
  .cc-stack-book {
    position: absolute;
    display: block;
    width: min(57%, 15rem);
    height: auto;
    border-radius: .35rem .8rem .8rem .35rem;
    box-shadow: 0 24px 55px rgba(49,32,45,.25);
  }
  .cc-stack-one {
    z-index: 3;
    transform: translate(-9%, 1%) rotate(-3deg);
  }
  .cc-stack-two {
    z-index: 2;
    transform: translate(32%, -3%) rotate(7deg);
  }
  .cc-stack-three {
    z-index: 1;
    transform: translate(-37%, -7%) rotate(-11deg);
  }
  .cc-books-catalog {
    padding-block: clamp(4.5rem, 8vw, 7rem);
  }
  .cc-books-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.5rem;
  }
  .cc-books-toolbar h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
  }
  .cc-books-result {
    margin: 0 0 .35rem;
    color: #625766;
    font-size: .9rem;
    font-weight: 800;
  }
  .cc-books-result strong {
    color: var(--color-primary);
    font-size: 1.1rem;
  }
  .cc-book-filters {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid rgba(41,35,54,.1);
    padding-bottom: 1.35rem;
  }
  .cc-book-filters button {
    min-height: 2.55rem;
    border: 1px solid rgba(41,35,54,.14);
    border-radius: 999px;
    background: white;
    color: var(--color-ink);
    padding: .48rem .9rem;
    font: inherit;
    font-size: .82rem;
    font-weight: 850;
    cursor: pointer;
    transition: transform .17s ease, color .17s ease, background .17s ease, border-color .17s ease;
  }
  .cc-book-filters button:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
    transform: translateY(-1px);
  }
  .cc-book-filters button.is-active {
    border-color: var(--color-ink);
    background: var(--color-ink);
    color: white;
  }
  .cc-book-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 1.25rem;
  }
  .cc-book-card {
    --book-accent: var(--color-primary);
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(41,35,54,.1);
    border-radius: 1.35rem;
    background: white;
    box-shadow: 0 14px 36px rgba(56,37,50,.08);
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .cc-book-card:hover {
    box-shadow: 0 21px 46px rgba(56,37,50,.14);
    transform: translateY(-4px);
  }
  .cc-book-amanda {
    --book-accent: var(--color-berry);
  }
  .cc-book-christiana {
    --book-accent: var(--color-marigold);
  }
  .cc-book-rebekka {
    --book-accent: var(--color-sage);
  }
  .cc-book-ashley {
    --book-accent: var(--color-sky);
  }
  .cc-book-jayda {
    --book-accent: var(--color-coral);
  }
  .cc-book-aubrey {
    --book-accent: var(--color-lilac);
  }
  .cc-book-cover {
    position: relative;
    flex: 0 0 42%;
    overflow: hidden;
    min-height: 21rem;
    background: var(--color-cream);
  }
  .cc-book-cover::after {
    position: absolute;
    inset: auto 0 0;
    height: .48rem;
    background: var(--book-accent);
    content: "";
  }
  .cc-book-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .cc-book-number {
    position: absolute;
    z-index: 2;
    top: .75rem;
    left: .75rem;
    border: 1px solid rgba(41,35,54,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.93);
    box-shadow: 0 5px 15px rgba(41,35,54,.12);
    padding: .32rem .58rem;
    color: var(--color-ink);
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .cc-book-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem 1.15rem 1.2rem;
  }
  .cc-book-character {
    margin: 0 0 .55rem;
    color: var(--book-accent);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .cc-book-card h3 {
    margin: 0;
    font-size: clamp(1.18rem, 1.8vw, 1.48rem);
  }
  .cc-book-description {
    margin: .8rem 0 1.15rem;
    color: #5a5061;
    font-size: .86rem;
    line-height: 1.58;
  }
  .cc-book-buy {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: auto;
    border-bottom: 2px solid var(--book-accent);
    color: var(--color-ink);
    font-size: .78rem;
    font-weight: 900;
    text-decoration: none;
  }
  .cc-book-buy:hover {
    color: var(--color-primary);
  }
  .cc-books-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1.4rem;
    margin-top: clamp(3rem, 6vw, 5rem);
    border: 1px solid rgba(33,79,89,.14);
    border-radius: 1.4rem;
    background: radial-gradient(circle at 95% 15%, rgba(232,173,56,.18), transparent 18rem),	var(--color-secondary-50);
    padding: clamp(1.5rem, 4vw, 2.6rem);
  }
  .cc-books-note-mark {
    display: grid;
    place-items: center;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    background: var(--color-secondary);
    box-shadow: 0 8px 0 var(--color-secondary-900);
    color: white;
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 800;
  }
  .cc-books-note h2 {
    margin: 0 0 .4rem;
    font-size: 1.65rem;
  }
  .cc-books-note p {
    max-width: 54rem;
    margin: 0;
    color: #4e5558;
  }
  @media (max-width: 1120px) {
    .cc-book-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 820px) {
    .cc-books-hero-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .cc-books-hero-art {
      width: min(100%, 30rem);
      min-height: 25rem;
      margin-inline: auto;
    }
    .cc-books-toolbar {
      align-items: flex-start;
      flex-direction: column;
      gap: .6rem;
    }
  }
  @media (max-width: 680px) {
    .cc-books-hero-grid {
      min-height: auto;
      padding-block: 3.5rem 4.5rem;
    }
    .cc-books-hero h1 {
      font-size: clamp(2.45rem, 12vw, 3.9rem);
    }
    .cc-books-hero-art {
      min-height: 21rem;
    }
    .cc-books-meta {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .cc-books-meta span {
      min-width: 0;
    }
    .cc-book-grid {
      grid-template-columns: 1fr;
    }
    .cc-book-card {
      min-height: 22rem;
    }
    .cc-book-cover {
      flex-basis: 41%;
      min-height: 22rem;
    }
    .cc-books-note {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 440px) {
    .cc-books-meta {
      grid-template-columns: 1fr;
    }
    .cc-book-card {
      display: block;
    }
    .cc-book-cover {
      min-height: auto;
      aspect-ratio: 3 / 4;
    }
    .cc-book-card-body {
      min-height: 17rem;
    }
  }
  .cc-gkn-page {
    overflow: hidden;
    background: var(--color-paper);
  }
  .cc-gkn-hero {
    position: relative;
    isolation: isolate;
    background: radial-gradient(circle at 7% 12%, rgba(232,173,56,.2), transparent 24rem),	radial-gradient(circle at 90% 20%, rgba(111,159,200,.2), transparent 27rem),	linear-gradient(150deg, #fffaf0 0%, #f9f1e9 52%, #f0f5f3 100%);
  }
  .cc-gkn-hero::before {
    position: absolute;
    z-index: -1;
    inset: auto -7rem -11rem auto;
    width: 33rem;
    height: 33rem;
    border: 1px dashed rgba(122,49,93,.16);
    border-radius: 50%;
    content: "";
  }
  .cc-gkn-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(23rem, .82fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
    min-height: 42rem;
    padding-block: clamp(4rem, 8vw, 7rem);
  }
  .cc-gkn-hero-copy h1 {
    max-width: 13ch;
    margin: 1rem 0 1.25rem;
    font-size: clamp(2.7rem, 5.7vw, 5.2rem);
    line-height: .98;
  }
  .cc-gkn-lede {
    max-width: 45rem;
    margin: 0;
    color: #544a5b;
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    line-height: 1.72;
  }
  .cc-gkn-lede strong {
    color: var(--color-ink);
  }
  .cc-gkn-status {
    display: flex;
    align-items: center;
    gap: .8rem;
    width: fit-content;
    margin-top: 1.65rem;
    border: 1px solid rgba(122,49,93,.17);
    border-radius: 1rem;
    background: rgba(255,255,255,.78);
    box-shadow: 0 10px 30px rgba(61,40,54,.07);
    padding: .75rem 1rem;
  }
  .cc-gkn-status-dot {
    width: .7rem;
    height: .7rem;
    border: 3px solid rgba(122,49,93,.17);
    border-radius: 50%;
    background: var(--color-primary);
    box-sizing: content-box;
  }
  .cc-gkn-status div {
    display: grid;
    gap: .08rem;
  }
  .cc-gkn-status strong {
    color: var(--color-ink);
    font-size: .88rem;
  }
  .cc-gkn-status span:last-child {
    color: #675b6c;
    font-size: .76rem;
  }
  .cc-gkn-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.1rem;
    margin-top: 1.65rem;
  }
  .cc-gkn-hero-art {
    position: relative;
    min-height: 29rem;
  }
  .cc-gkn-book-stage {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
  }
  .cc-gkn-book {
    position: absolute;
    display: block;
    width: min(48%, 14.5rem);
    height: auto;
    border-radius: .35rem .75rem .75rem .35rem;
    box-shadow: 0 26px 58px rgba(49,32,45,.25);
  }
  .cc-gkn-book-one {
    z-index: 3;
    transform: translate(-4%, 3%) rotate(-2deg);
  }
  .cc-gkn-book-two {
    z-index: 2;
    transform: translate(41%, -2%) rotate(8deg);
  }
  .cc-gkn-book-three {
    z-index: 1;
    transform: translate(-47%, -6%) rotate(-11deg);
  }
  .cc-gkn-live-orbit {
    position: absolute;
    z-index: 4;
    inset: 4% 1% 5% 0;
    border: 1px dashed rgba(122,49,93,.22);
    border-radius: 50%;
    pointer-events: none;
  }
  .cc-gkn-orbit-dot {
    position: absolute;
    width: 1rem;
    height: 1rem;
    border: 4px solid rgba(255,255,255,.9);
    border-radius: 50%;
    box-shadow: 0 7px 20px rgba(49,32,45,.16);
    box-sizing: content-box;
  }
  .cc-gkn-orbit-one {
    top: 6%;
    left: 20%;
    background: var(--color-berry);
  }
  .cc-gkn-orbit-two {
    top: 42%;
    right: -2%;
    background: var(--color-marigold);
  }
  .cc-gkn-orbit-three {
    bottom: 7%;
    left: 8%;
    background: var(--color-sage);
  }
  .cc-gkn-art-note {
    position: absolute;
    right: -1rem;
    bottom: -1.2rem;
    display: grid;
    min-width: 12.5rem;
    border-radius: 1rem;
    background: var(--color-secondary);
    box-shadow: 0 9px 0 var(--color-secondary-900), 0 20px 40px rgba(33,79,89,.2);
    padding: .85rem 1rem;
    color: white;
    transform: rotate(-2deg);
  }
  .cc-gkn-art-note span {
    color: #d9ebee;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .cc-gkn-art-note strong {
    font-family: var(--font-serif);
    font-size: 1.05rem;
  }
  .cc-gkn-intro {
    padding-block: clamp(4rem, 8vw, 7rem);
  }
  .cc-gkn-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(2rem, 7vw, 7rem);
  }
  .cc-gkn-intro h2 {
    max-width: 14ch;
    margin: .55rem 0 0;
    font-size: clamp(2.2rem, 4.3vw, 4rem);
  }
  .cc-gkn-intro-copy {
    border-left: 3px solid var(--color-accent);
    padding-left: clamp(1.3rem, 3vw, 2.2rem);
  }
  .cc-gkn-intro-copy p {
    margin: 0 0 1rem;
    color: #514a55;
    font-size: 1.02rem;
    line-height: 1.75;
  }
  .cc-gkn-intro-copy p:last-child {
    margin-bottom: 0;
  }
  .cc-gkn-experience {
    background: linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.88)),	radial-gradient(circle at 20% 20%, rgba(232,173,56,.3), transparent 22rem);
    padding-block: clamp(4.5rem, 8vw, 7rem);
  }
  .cc-gkn-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.4rem;
  }
  .cc-gkn-feature-card {
    position: relative;
    min-height: 21rem;
    overflow: hidden;
    border: 1px solid rgba(41,35,54,.11);
    border-radius: 1.35rem;
    background: #fffdf9;
    box-shadow: 0 16px 40px rgba(56,37,50,.07);
    padding: clamp(1.4rem, 3vw, 2.1rem);
  }
  .cc-gkn-feature-card::after {
    position: absolute;
    right: -2.6rem;
    bottom: -3.2rem;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background: rgba(122,49,93,.06);
    content: "";
  }
  .cc-gkn-icon {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: .85rem;
    background: var(--color-primary-50);
    color: var(--color-primary);
  }
  .cc-gkn-step {
    margin: 2.2rem 0 .4rem;
    color: var(--color-primary);
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .17em;
  }
  .cc-gkn-feature-card h3 {
    margin: 0 0 .75rem;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
  }
  .cc-gkn-feature-card p:last-child {
    margin: 0;
    color: #5a5260;
    line-height: 1.67;
  }
  .cc-gkn-parent {
    padding-block: clamp(4.5rem, 8vw, 7rem);
    background: var(--color-secondary-50);
  }
  .cc-gkn-parent-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(2.5rem, 7vw, 6rem);
  }
  .cc-gkn-parent-art {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: .5rem solid white;
    border-radius: 4rem 1.5rem 1.5rem 1.5rem;
    background: radial-gradient(circle at 15% 15%, rgba(232,173,56,.16), transparent 12rem),	#f9fbfa;
    box-shadow: 0 24px 60px rgba(33,79,89,.18);
    padding: 1.1rem;
  }
  .cc-gkn-room-bar {
    display: flex;
    align-items: center;
    gap: .4rem;
    border-bottom: 1px solid rgba(41,35,54,.1);
    padding: .15rem .25rem .8rem;
  }
  .cc-gkn-room-bar span {
    width: .58rem;
    height: .58rem;
    border-radius: 50%;
    background: var(--color-berry);
  }
  .cc-gkn-room-bar span:nth-child(2) {
    background: var(--color-marigold);
  }
  .cc-gkn-room-bar span:nth-child(3) {
    background: var(--color-sage);
  }
  .cc-gkn-room-bar strong {
    margin-left: auto;
    color: #596265;
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .cc-gkn-room-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    height: calc(100% - 2.2rem);
    padding-top: .9rem;
  }
  .cc-gkn-room-card {
    display: grid;
    place-items: center;
    border-radius: 1rem;
    color: white;
    text-align: center;
  }
  .cc-gkn-room-card span {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border: 3px solid rgba(255,255,255,.7);
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 800;
  }
  .cc-gkn-room-card small {
    margin-top: .2rem;
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .cc-room-berry {
    background: #a64f76;
  }
  .cc-room-gold {
    background: #8b5d10;
  }
  .cc-room-sage {
    background: #477c66;
  }
  .cc-room-sky {
    background: #4d789c;
  }
  .cc-gkn-room-book {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 4.4rem;
    height: 4.4rem;
    border: .4rem solid white;
    border-radius: 50%;
    background: var(--color-ink);
    box-shadow: 0 12px 30px rgba(41,35,54,.28);
    color: white;
    transform: translate(-50%, -38%);
  }
  .cc-gkn-parent-copy h2 {
    max-width: 13ch;
    margin: .55rem 0 1rem;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
  }
  .cc-gkn-parent-copy > p {
    max-width: 40rem;
    color: #4b5658;
    line-height: 1.7;
  }
  .cc-gkn-checklist {
    display: grid;
    gap: .65rem;
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
  }
  .cc-gkn-checklist li {
    display: flex;
    align-items: center;
    gap: .85rem;
    border: 1px solid rgba(33,79,89,.12);
    border-radius: .9rem;
    background: rgba(255,255,255,.72);
    padding: .75rem .9rem;
  }
  .cc-gkn-checklist li > span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: var(--color-secondary);
    color: white;
    font-size: .8rem;
    font-weight: 900;
  }
  .cc-gkn-checklist li div {
    display: grid;
    gap: .05rem;
  }
  .cc-gkn-checklist strong {
    color: var(--color-ink);
    font-size: .9rem;
  }
  .cc-gkn-checklist small {
    color: #657072;
    font-size: .78rem;
  }
  .cc-gkn-faq {
    padding-block: clamp(4.5rem, 8vw, 7rem);
  }
  .cc-gkn-faq-heading {
    margin-bottom: 2rem;
  }
  .cc-gkn-faq-heading h2 {
    margin: .5rem 0 0;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
  }
  .cc-gkn-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .cc-gkn-faq-grid article {
    border-top: 3px solid var(--color-accent);
    border-radius: .2rem .2rem 1rem 1rem;
    background: white;
    box-shadow: 0 12px 35px rgba(56,37,50,.06);
    padding: 1.5rem;
  }
  .cc-gkn-faq-grid h3 {
    margin: 0 0 .55rem;
    font-size: 1.2rem;
  }
  .cc-gkn-faq-grid p {
    margin: 0;
    color: #5a5260;
    line-height: 1.65;
  }
  .cc-gkn-closed {
    padding: 0 0 clamp(4.5rem, 8vw, 7rem);
  }
  .cc-gkn-closed-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem;
    overflow: hidden;
    border-radius: 1.6rem;
    background: radial-gradient(circle at 90% 20%, rgba(232,173,56,.2), transparent 18rem),	var(--color-ink);
    padding: clamp(1.7rem, 4vw, 3rem);
    color: white;
  }
  .cc-gkn-closed-card .cc-kicker {
    color: #e9bd61;
  }
  .cc-gkn-closed-card h2 {
    margin: .5rem 0 .6rem;
    color: white;
    font-size: clamp(2rem, 4vw, 3.3rem);
  }
  .cc-gkn-closed-card p {
    max-width: 48rem;
    margin: 0;
    color: #d8d2dc;
    line-height: 1.65;
  }
  .cc-gkn-closed-actions {
    display: grid;
    justify-items: center;
    gap: .8rem;
    min-width: 12rem;
  }
  .cc-gkn-disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    border-radius: 999px;
    background: #e7e1e9;
    padding: .7rem 1.25rem;
    color: #5f5663;
    font-size: .8rem;
    font-weight: 900;
    cursor: not-allowed;
  }
  .cc-text-link-light {
    color: white;
  }
  .cc-text-link-light:hover {
    color: #f3c96f;
  }
  @media (max-width: 960px) {
    .cc-gkn-hero-grid,	.cc-gkn-intro-grid,	.cc-gkn-parent-grid {
      grid-template-columns: 1fr;
    }
    .cc-gkn-hero-grid {
      min-height: auto;
      gap: 3.5rem;
    }
    .cc-gkn-hero-copy {
      max-width: 48rem;
    }
    .cc-gkn-hero-art {
      width: min(100%, 38rem);
      margin-inline: auto;
    }
    .cc-gkn-intro h2, .cc-gkn-parent-copy h2 {
      max-width: 18ch;
    }
    .cc-gkn-feature-grid {
      grid-template-columns: 1fr;
    }
    .cc-gkn-feature-card {
      min-height: auto;
    }
    .cc-gkn-parent-art {
      width: min(100%, 38rem);
    }
    .cc-gkn-closed-card {
      grid-template-columns: 1fr;
    }
    .cc-gkn-closed-actions {
      justify-items: start;
    }
  }
  @media (max-width: 640px) {
    .cc-gkn-hero-grid {
      padding-block: 3.5rem 4.5rem;
    }
    .cc-gkn-hero-copy h1 {
      font-size: clamp(2.45rem, 12vw, 3.9rem);
    }
    .cc-gkn-actions {
      align-items: stretch;
      flex-direction: column;
    }
    .cc-gkn-actions .cc-button {
      width: 100%;
    }
    .cc-gkn-actions .cc-text-link {
      justify-content: center;
    }
    .cc-gkn-status {
      width: 100%;
    }
    .cc-gkn-art-note {
      right: .4rem;
      bottom: -.85rem;
    }
    .cc-gkn-intro-copy {
      border-left-width: 2px;
    }
    .cc-gkn-faq-grid {
      grid-template-columns: 1fr;
    }
    .cc-gkn-parent-art {
      border-radius: 2.5rem 1rem 1rem 1rem;
    }
  }
  @media (max-width: 960px) {
    .cc-header-inner {
      grid-template-columns: 1fr auto;
    }
    .cc-desktop-nav, .cc-header-cta {
      display: none;
    }
    .cc-mobile-toggle {
      display: inline-flex;
    }
    .cc-footer-grid {
      grid-template-columns: 1.3fr 1fr;
    }
    .cc-footer-brand-column {
      grid-column: 1 / -1;
    }
    .cc-hero-grid {
      grid-template-columns: 1fr;
      min-height: auto;
      padding-top: 4.5rem;
    }
    .cc-hero-copy {
      max-width: 48rem;
    }
    .cc-hero-copy h1 {
      max-width: 14ch;
    }
    .cc-hero-art {
      width: min(100%, 36rem);
      min-height: 35rem;
      margin-inline: auto;
    }
    .cc-friend-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.15rem;
    }
    .cc-section-heading {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 1rem;
    }
    .cc-club-card {
      grid-template-columns: 1fr;
    }
    .cc-club-card .cc-button {
      width: fit-content;
    }
  }
  @media (max-width: 720px) {
    .cc-home-container {
      width: min(100% - 1.5rem, 76rem);
    }
    .cc-hero-grid {
      gap: 3rem;
      padding-block: 3.5rem 4.5rem;
    }
    .cc-hero-copy h1 {
      font-size: clamp(2.45rem, 12vw, 3.9rem);
    }
    .cc-hero-art {
      min-height: 29rem;
    }
    .cc-hero-badge {
      right: .35rem;
      bottom: 1rem;
    }
    .cc-story-strip-inner {
      gap: .55rem .8rem;
      padding-block: .8rem;
    }
    .cc-value-grid, .cc-path-grid {
      grid-template-columns: 1fr;
    }
    .cc-path-card {
      min-height: 22rem;
    }
    .cc-contact-card {
      align-items: flex-start;
      flex-direction: column;
    }
    .cc-contact-links {
      justify-items: start;
    }
  }
  @media (max-width: 600px) {
    .cc-topbar-secondary {
      display: none;
    }
    .cc-header-inner {
      padding-inline: 1rem;
    }
    .cc-brand-note {
      display: none;
    }
    .cc-page-shell {
      width: min(100% - 1.25rem, 68rem);
      padding-top: 2rem;
    }
    .cc-page-card {
      border-radius: 1.1rem;
    }
    .cc-footer-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
      padding-top: 3.5rem;
    }
    .cc-footer-brand-column {
      grid-column: auto;
    }
    .cc-footer-bottom {
      align-items: flex-start;
      flex-direction: column;
    }
    .cc-eyebrow {
      align-items: flex-start;
      border-radius: .8rem;
      line-height: 1.4;
    }
    .cc-hero-actions {
      align-items: stretch;
      flex-direction: column;
    }
    .cc-hero-actions .cc-button {
      width: 100%;
    }
    .cc-hero-actions .cc-text-link {
      justify-content: center;
    }
    .cc-trust-list {
      display: grid;
      gap: .55rem;
    }
    .cc-hero-art {
      min-height: 23rem;
    }
    .cc-hero-badge {
      min-width: 10.5rem;
      padding: .7rem .8rem;
    }
    .cc-spark {
      display: none;
    }
    .cc-friend-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: .75rem;
    }
    .cc-friend-card h3 {
      font-size: .86rem;
    }
    .cc-home-section {
      padding-block: 4rem;
    }
    .cc-value-card {
      padding: 1.35rem;
    }
    .cc-path-card {
      min-height: 20rem;
      padding: 1.5rem;
    }
    .cc-path-label {
      margin-bottom: 2.5rem;
    }
    .cc-club-card {
      padding: 1.65rem;
    }
    .cc-club-card .cc-button {
      width: 100%;
    }
  }
  @media (max-width: 782px) {
    .admin-bar .cc-site-header {
      top: 46px;
    }
  }
  .cc-about-authors,	.cc-meet-girls {
    overflow: clip;
    background: #fffdf9;
  }
  .cc-authors-hero {
    background: radial-gradient(circle at 12% 18%, rgba(232,173,56,.18), transparent 24rem),	radial-gradient(circle at 88% 28%, rgba(122,49,93,.14), transparent 28rem),	#fffaf1;
  }
  .cc-authors-hero-grid,	.cc-girls-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(22rem, .92fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 6.5rem);
    min-height: 43rem;
    padding-block: clamp(4.5rem, 8vw, 7.5rem);
  }
  .cc-authors-hero-copy h1,	.cc-girls-hero-copy h1 {
    max-width: 12ch;
    margin: .6rem 0 1.25rem;
    font-size: clamp(3rem, 6.3vw, 5.8rem);
    line-height: .96;
    letter-spacing: -.045em;
  }
  .cc-authors-lede,	.cc-girls-hero-copy > p {
    max-width: 41rem;
    margin: 0;
    color: #514958;
    font-size: clamp(1.05rem, 1.7vw, 1.22rem);
    line-height: 1.72;
  }
  .cc-authors-actions,	.cc-girls-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.2rem;
    margin-top: 2rem;
  }
  .cc-authors-portrait {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 31rem;
    border: .55rem solid rgba(255,255,255,.92);
    border-radius: 46% 46% 2rem 2rem;
    background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,245,222,.65)),	var(--color-primary-50);
    box-shadow: 0 30px 70px rgba(66,37,58,.16);
  }
  .cc-authors-portrait::before,	.cc-authors-portrait::after {
    position: absolute;
    border-radius: 50%;
    content: "";
  }
  .cc-authors-portrait::before {
    top: 2.2rem;
    right: 2.4rem;
    width: 3.4rem;
    height: 3.4rem;
    border: .7rem solid rgba(232,173,56,.38);
  }
  .cc-authors-portrait::after {
    bottom: 2.8rem;
    left: 2rem;
    width: 1.2rem;
    height: 1.2rem;
    background: var(--color-secondary);
    box-shadow: 1.8rem 1rem 0 var(--color-berry), -.3rem 2.2rem 0 var(--color-marigold);
  }
  .cc-authors-monogram {
    display: flex;
    align-items: center;
    gap: .65rem;
    color: var(--color-primary);
    font-family: var(--font-serif);
    font-size: clamp(3.3rem, 7vw, 5.8rem);
    font-weight: 800;
    letter-spacing: -.08em;
  }
  .cc-authors-monogram b {
    color: var(--color-marigold);
    font-size: .55em;
  }
  .cc-authors-portrait > p {
    position: absolute;
    top: calc(50% + 4.4rem);
    margin: 0;
    color: #655c66;
    font-size: .75rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .cc-authors-book-stack {
    position: absolute;
    right: -1.2rem;
    bottom: -1.7rem;
    width: 10.5rem;
    height: 11.5rem;
  }
  .cc-authors-book {
    position: absolute;
    bottom: 0;
    width: 5.2rem;
    height: auto;
    border: 3px solid white;
    border-radius: .35rem;
    box-shadow: 0 12px 24px rgba(35,30,39,.22);
  }
  .cc-authors-book-one {
    left: 0;
    transform: rotate(-12deg);
  }
  .cc-authors-book-two {
    left: 2.8rem;
    bottom: .5rem;
    z-index: 2;
    transform: rotate(2deg);
  }
  .cc-authors-book-three {
    right: 0;
    transform: rotate(12deg);
  }
  .cc-authors-mission {
    padding-block: clamp(4.5rem, 8vw, 7rem);
  }
  .cc-authors-mission-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
    gap: clamp(2.5rem, 8vw, 7rem);
  }
  .cc-authors-mission h2,	.cc-authors-values h2,	.cc-girls-section-heading h2 {
    margin: .55rem 0 0;
    font-size: clamp(2.2rem, 4.5vw, 4.1rem);
    line-height: 1.04;
  }
  .cc-authors-mission-copy {
    border-left: 3px solid var(--color-marigold);
    padding-left: clamp(1.4rem, 4vw, 2.5rem);
  }
  .cc-authors-mission-copy p {
    margin: 0 0 1rem;
    color: #514958;
    font-size: 1.04rem;
    line-height: 1.76;
  }
  .cc-authors-mission-copy p:last-child {
    margin-bottom: 0;
  }
  .cc-authors-values {
    padding-block: clamp(4.5rem, 8vw, 7rem);
    background: var(--color-secondary-50);
  }
  .cc-authors-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.3rem;
  }
  .cc-authors-value-card {
    position: relative;
    min-height: 20rem;
    overflow: hidden;
    border: 1px solid rgba(33,79,89,.12);
    border-radius: 1.3rem;
    background: rgba(255,255,255,.83);
    padding: clamp(1.5rem, 3vw, 2.1rem);
  }
  .cc-authors-value-card::after {
    position: absolute;
    right: -2.6rem;
    bottom: -2.6rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: rgba(232,173,56,.12);
    content: "";
  }
  .cc-authors-value-number {
    color: var(--color-primary);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .16em;
  }
  .cc-authors-value-card h3 {
    max-width: 13ch;
    margin: 4rem 0 .8rem;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
  }
  .cc-authors-value-card p {
    margin: 0;
    color: #576264;
    line-height: 1.68;
  }
  .cc-authors-publisher {
    padding-block: clamp(4rem, 7vw, 6rem);
  }
  .cc-authors-publisher-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.5rem;
    border: 1px solid rgba(41,35,54,.1);
    border-radius: 1.4rem;
    background: white;
    box-shadow: 0 18px 50px rgba(56,37,50,.07);
    padding: clamp(1.5rem, 4vw, 2.5rem);
  }
  .cc-authors-publisher-mark {
    display: grid;
    place-items: center;
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 1.1rem;
    background: var(--color-primary);
    color: white;
  }
  .cc-authors-publisher-card h2 {
    margin: .35rem 0 .45rem;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
  }
  .cc-authors-publisher-card p:not(.cc-kicker) {
    margin: 0;
    color: #5f5762;
  }
  .cc-authors-contact {
    display: grid;
    gap: .55rem;
    text-align: right;
  }
  .cc-authors-contact a {
    color: var(--color-primary);
    font-size: .88rem;
    font-weight: 850;
  }
  .cc-authors-next,	.cc-girls-bridge {
    padding: 0 0 clamp(4.5rem, 8vw, 7rem);
  }
  .cc-authors-next-card,	.cc-girls-bridge-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem;
    border-radius: 1.6rem;
    background: radial-gradient(circle at 88% 15%, rgba(232,173,56,.2), transparent 18rem),	var(--color-ink);
    padding: clamp(1.8rem, 4vw, 3.2rem);
    color: white;
  }
  .cc-authors-next-card .cc-kicker,	.cc-girls-bridge-card .cc-kicker {
    color: #e9bd61;
  }
  .cc-authors-next-card h2,	.cc-girls-bridge-card h2 {
    margin: .45rem 0 .6rem;
    color: white;
    font-size: clamp(2rem, 4vw, 3.3rem);
  }
  .cc-authors-next-card p,	.cc-girls-bridge-card p {
    max-width: 46rem;
    margin: 0;
    color: #ddd6e0;
    line-height: 1.65;
  }
  .cc-girls-hero {
    background: radial-gradient(circle at 10% 18%, rgba(232,173,56,.17), transparent 23rem),	radial-gradient(circle at 90% 25%, rgba(51,118,129,.15), transparent 25rem),	#fffaf1;
  }
  .cc-girls-hero-art {
    position: relative;
    min-height: 33rem;
    border: .5rem solid white;
    border-radius: 3.5rem 1.5rem 3.5rem 1.5rem;
    background: radial-gradient(circle at center, rgba(255,255,255,.98) 0 18%, transparent 18.5%),	conic-gradient(from 12deg, #f5d798, #e4a8bc, #abcfc1, #a9c9df, #ceb3d5, #f1bd9e, #f5d798);
    box-shadow: 0 28px 70px rgba(42,58,61,.16);
  }
  .cc-girls-center-seal {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 9.2rem;
    height: 9.2rem;
    border: 1px solid rgba(122,49,93,.16);
    border-radius: 50%;
    background: white;
    box-shadow: 0 12px 35px rgba(68,41,60,.14);
    color: var(--color-primary);
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .cc-girls-center-seal span {
    max-width: 8ch;
    font-family: var(--font-serif);
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.05;
  }
  .cc-girls-name {
    position: absolute;
    border: 2px solid rgba(255,255,255,.78);
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(53,40,54,.13);
    padding: .65rem 1rem;
    color: white;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .05em;
  }
  .cc-girls-name-a {
    top: 10%;
    left: 12%;
    background: #a24972;
    transform: rotate(-5deg);
  }
  .cc-girls-name-c {
    top: 9%;
    right: 8%;
    background: #477c66;
    transform: rotate(4deg);
  }
  .cc-girls-name-r {
    top: 43%;
    right: 3%;
    background: #ad7923;
    transform: rotate(-3deg);
  }
  .cc-girls-name-as {
    right: 10%;
    bottom: 10%;
    background: #4f7e9d;
    transform: rotate(5deg);
  }
  .cc-girls-name-j {
    bottom: 9%;
    left: 8%;
    background: #79578c;
    transform: rotate(-4deg);
  }
  .cc-girls-name-au {
    top: 44%;
    left: 3%;
    background: #b76551;
    transform: rotate(3deg);
  }
  .cc-girls-note {
    border-block: 1px solid rgba(41,35,54,.09);
    background: white;
  }
  .cc-girls-note p {
    margin: 0;
    padding-block: 1rem;
    color: #5b535e;
    font-size: .88rem;
    text-align: center;
  }
  .cc-girls-section {
    padding-block: clamp(4.5rem, 8vw, 7rem);
  }
  .cc-girls-later {
    background: var(--color-primary-50);
  }
  .cc-girls-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, .6fr);
    align-items: end;
    gap: 2rem;
    margin-bottom: 2.4rem;
  }
  .cc-girls-section-heading > p {
    margin: 0;
    color: #5c5560;
    line-height: 1.65;
  }
  .cc-girls-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }
  .cc-girls-grid-two {
    width: min(100%, 57rem);
    margin-inline: auto;
  }
  .cc-girl-card {
    --girl-accent: var(--color-primary);
    display: grid;
    grid-template-columns: minmax(10rem, .72fr) minmax(0, 1.28fr);
    overflow: hidden;
    border: 1px solid rgba(41,35,54,.1);
    border-radius: 1.35rem;
    background: white;
    box-shadow: 0 14px 38px rgba(56,37,50,.07);
  }
  .cc-girl-sage {
    --girl-accent: #477c66;
  }
  .cc-girl-gold {
    --girl-accent: #ad7923;
  }
  .cc-girl-sky {
    --girl-accent: #4f7e9d;
  }
  .cc-girl-plum {
    --girl-accent: #79578c;
  }
  .cc-girl-coral {
    --girl-accent: #b76551;
  }
  .cc-girl-art {
    position: relative;
    min-height: 24rem;
    overflow: hidden;
    background: var(--girl-accent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--girl-accent) 12%, white);
    }
  }
  .cc-girl-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
  }
  .cc-girl-card:hover .cc-girl-cover {
    transform: scale(1.025);
  }
  .cc-girl-group {
    position: absolute;
    top: .8rem;
    left: .8rem;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    padding: .45rem .7rem;
    color: var(--girl-accent);
    font-size: .62rem;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .cc-girl-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.35rem, 3vw, 2rem);
  }
  .cc-girl-role {
    margin: 0 0 .35rem !important;
    color: var(--girl-accent) !important;
    font-size: .68rem !important;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .cc-girl-copy h3 {
    margin: 0 0 .75rem;
    font-size: clamp(2rem, 3.4vw, 3rem);
  }
  .cc-girl-copy > p {
    margin: 0;
    color: #5b535f;
    font-size: .9rem;
    line-height: 1.67;
  }
  .cc-girl-traits {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
  }
  .cc-girl-traits li {
    border-radius: 999px;
    background: var(--girl-accent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--girl-accent) 10%, white);
    }
    padding: .4rem .62rem;
    color: var(--girl-accent);
    font-size: .66rem;
    font-weight: 850;
  }
  @media (max-width: 1050px) {
    .cc-girl-card {
      grid-template-columns: 1fr;
    }
    .cc-girl-art {
      min-height: 23rem;
    }
  }
  @media (max-width: 960px) {
    .cc-authors-hero-grid,	.cc-girls-hero-grid,	.cc-authors-mission-grid {
      grid-template-columns: 1fr;
    }
    .cc-authors-hero-grid,	.cc-girls-hero-grid {
      min-height: auto;
    }
    .cc-authors-portrait,	.cc-girls-hero-art {
      width: min(100%, 38rem);
      margin-inline: auto;
    }
    .cc-authors-value-grid {
      grid-template-columns: 1fr;
    }
    .cc-authors-value-card {
      min-height: auto;
    }
    .cc-authors-value-card h3 {
      margin-top: 2.5rem;
    }
    .cc-authors-publisher-card {
      grid-template-columns: auto 1fr;
    }
    .cc-authors-contact {
      grid-column: 2;
      text-align: left;
    }
  }
  @media (max-width: 720px) {
    .cc-girls-grid,	.cc-girls-section-heading {
      grid-template-columns: 1fr;
    }
    .cc-girl-card {
      grid-template-columns: minmax(8.5rem, .72fr) minmax(0, 1.28fr);
    }
    .cc-girl-art {
      min-height: 22rem;
    }
    .cc-authors-next-card,	.cc-girls-bridge-card {
      grid-template-columns: 1fr;
    }
    .cc-authors-next-card .cc-button,	.cc-girls-bridge-card .cc-button {
      width: fit-content;
    }
  }
  @media (max-width: 560px) {
    .cc-authors-hero-grid,	.cc-girls-hero-grid {
      padding-block: 3.5rem 4.5rem;
    }
    .cc-authors-hero-copy h1,	.cc-girls-hero-copy h1 {
      font-size: clamp(2.7rem, 14vw, 4rem);
    }
    .cc-authors-actions,	.cc-girls-actions {
      align-items: stretch;
      flex-direction: column;
    }
    .cc-authors-actions .cc-button,	.cc-girls-actions .cc-button {
      width: 100%;
    }
    .cc-authors-actions .cc-text-link,	.cc-girls-actions .cc-text-link {
      justify-content: center;
    }
    .cc-authors-portrait {
      min-height: 26rem;
    }
    .cc-authors-book-stack {
      right: -.4rem;
      transform: scale(.86);
      transform-origin: bottom right;
    }
    .cc-authors-publisher-card {
      grid-template-columns: 1fr;
    }
    .cc-authors-contact {
      grid-column: auto;
    }
    .cc-girls-hero-art {
      min-height: 27rem;
      border-radius: 2.3rem 1rem;
    }
    .cc-girls-name {
      padding: .5rem .7rem;
      font-size: .65rem;
    }
    .cc-girls-center-seal {
      width: 7.7rem;
      height: 7.7rem;
    }
    .cc-girl-card {
      grid-template-columns: 1fr;
    }
    .cc-girl-art {
      min-height: 25rem;
    }
  }
  .cc-trust-hero {
    background: radial-gradient(circle at 12% 18%, rgba(232,173,56,.2), transparent 23rem),	radial-gradient(circle at 90% 24%, rgba(33,79,89,.15), transparent 27rem),	#fffaf1;
    border-bottom: 1px solid rgba(41,35,54,.08);
  }
  .cc-trust-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(2.5rem, 7vw, 6rem);
    padding-block: clamp(4.5rem, 8vw, 7rem);
  }
  .cc-trust-hero h1 {
    max-width: 14ch;
    margin: .6rem 0 1.1rem;
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: .98;
    letter-spacing: -.045em;
  }
  .cc-trust-lede {
    max-width: 45rem;
    margin: 0;
    color: #514958;
    font-size: clamp(1.05rem, 1.7vw, 1.22rem);
    line-height: 1.72;
  }
  .cc-trust-seal {
    display: grid;
    place-items: center;
    width: clamp(12rem, 20vw, 16rem);
    aspect-ratio: 1;
    border: .55rem solid rgba(255,255,255,.9);
    border-radius: 50%;
    background: var(--color-secondary);
    box-shadow: 0 24px 60px rgba(33,79,89,.22);
    color: white;
    text-align: center;
  }
  .cc-trust-seal span {
    max-width: 12ch;
    margin-top: .45rem;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
  }
  .cc-trust-section {
    padding-block: clamp(4rem, 7vw, 6.5rem);
    background: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.94)),	radial-gradient(circle at 85% 15%, rgba(122,49,93,.11), transparent 28rem);
  }
  .cc-trust-layout {
    display: grid;
    grid-template-columns: minmax(13rem, .32fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(2rem, 6vw, 5rem);
  }
  .cc-trust-sidebar {
    position: sticky;
    top: 8.5rem;
    border: 1px solid rgba(41,35,54,.1);
    border-radius: 1.25rem;
    background: #fffdf9;
    box-shadow: 0 14px 36px rgba(56,37,50,.06);
    padding: 1.25rem;
  }
  .cc-trust-sidebar > p {
    margin: 0 0 .8rem;
    color: var(--color-primary);
    font-size: .69rem;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .cc-trust-sidebar ul {
    display: grid;
    gap: .3rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .cc-trust-sidebar li {
    margin: 0;
  }
  .cc-trust-sidebar nav a {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
    border-radius: .75rem;
    padding: .65rem .8rem;
    color: #4e4852;
    font-size: .84rem;
    font-weight: 800;
  }
  .cc-trust-sidebar nav a:hover,	.cc-trust-sidebar nav a[aria-current="page"] {
    background: var(--color-primary-50);
    color: var(--color-primary);
  }
  .cc-trust-sidebar nav a[aria-current="page"]::before {
    width: .42rem;
    height: .42rem;
    margin-right: .55rem;
    border-radius: 50%;
    background: var(--color-marigold);
    content: "";
  }
  .cc-trust-help {
    display: grid;
    gap: .35rem;
    margin-top: 1.1rem;
    border-top: 1px solid rgba(41,35,54,.1);
    padding: 1.1rem .8rem .3rem;
  }
  .cc-trust-help strong {
    color: var(--color-ink);
    font-size: .82rem;
  }
  .cc-trust-help a {
    color: var(--color-primary);
    font-size: .74rem;
    font-weight: 750;
    overflow-wrap: anywhere;
  }
  .cc-trust-article {
    min-width: 0;
    border: 1px solid rgba(41,35,54,.09);
    border-radius: 1.45rem;
    background: white;
    box-shadow: 0 20px 55px rgba(56,37,50,.07);
    padding: clamp(1.5rem, 4vw, 3.25rem);
  }
  .cc-trust-review {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 2.1rem;
    color: #6a626c;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .cc-trust-review span {
    width: .58rem;
    height: .58rem;
    border-radius: 50%;
    background: var(--color-secondary);
    box-shadow: 0 0 0 .28rem var(--color-secondary-50);
  }
  .cc-policy-prose {
    color: #514b55;
    font-size: 1rem;
    line-height: 1.76;
  }
  .cc-policy-prose > *:first-child {
    margin-top: 0;
  }
  .cc-policy-prose > *:last-child {
    margin-bottom: 0;
  }
  .cc-policy-prose h2 {
    margin: 2.7rem 0 .85rem;
    padding-top: .2rem;
    color: var(--color-ink);
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1.18;
  }
  .cc-policy-prose p {
    margin: 0 0 1.05rem;
  }
  .cc-policy-prose a {
    color: var(--color-primary);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(122,49,93,.3);
    text-underline-offset: .18em;
  }
  .cc-policy-prose ul {
    display: grid;
    gap: .62rem;
    margin: 1.15rem 0 1.6rem;
    padding: 0;
    list-style: none;
  }
  .cc-policy-prose li {
    position: relative;
    border: 1px solid rgba(33,79,89,.1);
    border-radius: .85rem;
    background: #f8fbfa;
    padding: .78rem .9rem .78rem 2.55rem;
  }
  .cc-policy-prose li::before {
    position: absolute;
    top: .82rem;
    left: .85rem;
    display: grid;
    place-items: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--color-secondary);
    color: white;
    content: "✓";
    font-size: .68rem;
    font-weight: 950;
  }
  .cc-trust-note {
    margin-top: 2.75rem;
    border-left: 4px solid var(--color-marigold);
    border-radius: 0 1rem 1rem 0;
    background: #fff8e8;
    padding: 1.2rem 1.35rem;
  }
  .cc-trust-note strong {
    color: var(--color-ink);
  }
  .cc-trust-note p {
    margin: .35rem 0 0;
    color: #625847;
    font-size: .88rem;
    line-height: 1.65;
  }
  @media (max-width: 820px) {
    .cc-trust-hero-grid {
      grid-template-columns: 1fr;
    }
    .cc-trust-seal {
      width: 11rem;
    }
    .cc-trust-layout {
      grid-template-columns: 1fr;
    }
    .cc-trust-sidebar {
      position: static;
    }
    .cc-trust-sidebar ul {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cc-trust-help {
      grid-template-columns: 1fr 1fr;
    }
    .cc-trust-help strong {
      grid-column: 1 / -1;
    }
  }
  @media (max-width: 520px) {
    .cc-trust-hero-grid {
      padding-block: 3.5rem 4.5rem;
    }
    .cc-trust-hero h1 {
      font-size: clamp(2.7rem, 14vw, 4rem);
    }
    .cc-trust-seal {
      width: 9.5rem;
    }
    .cc-trust-sidebar ul,	.cc-trust-help {
      grid-template-columns: 1fr;
    }
    .cc-trust-help strong {
      grid-column: auto;
    }
    .cc-trust-article {
      border-radius: 1.1rem;
    }
  }
  .cc-book-title-link {
    color: inherit;
    text-decoration: none;
  }
  .cc-book-title-link:hover {
    color: var(--color-primary);
  }
  .cc-book-card-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .7rem 1rem;
    margin-top: auto;
  }
  .cc-book-details,	.cc-book-buy {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    margin-top: 0;
    font-size: .76rem;
    font-weight: 900;
    text-decoration: none;
  }
  .cc-book-details {
    border-radius: 999px;
    background: var(--book-accent);
    padding: .52rem .72rem;
    color: white;
  }
  .cc-book-details:hover {
    filter: brightness(.92);
    color: white;
  }
  .cc-detail-page {
    --book-accent: var(--color-primary);
    overflow: hidden;
    background: var(--color-paper);
  }
  .cc-detail-page.cc-book-amanda {
    --book-accent: var(--color-berry);
  }
  .cc-detail-page.cc-book-christiana {
    --book-accent: var(--color-marigold);
  }
  .cc-detail-page.cc-book-rebekka {
    --book-accent: var(--color-sage);
  }
  .cc-detail-page.cc-book-ashley {
    --book-accent: var(--color-sky);
  }
  .cc-detail-page.cc-book-jayda {
    --book-accent: var(--color-coral);
  }
  .cc-detail-page.cc-book-aubrey {
    --book-accent: var(--color-lilac);
  }
  .cc-detail-crumb {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding-top: 1.2rem;
    color: #6a5f6d;
    font-size: .78rem;
    font-weight: 800;
  }
  .cc-detail-crumb a {
    color: var(--color-primary);
    text-decoration: none;
  }
  .cc-detail-hero {
    position: relative;
    background: radial-gradient(circle at 8% 12%, rgba(232,173,56,.15), transparent 24rem), radial-gradient(circle at 90% 15%, rgba(111,159,200,.18), transparent 25rem), linear-gradient(180deg,#fffaf1,#f8f1e7);
  }
  .cc-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(16rem,.62fr) minmax(0,1fr);
    align-items: center;
    gap: clamp(2.5rem,7vw,7rem);
    padding-block: clamp(3rem,7vw,6rem);
  }
  .cc-detail-cover {
    position: relative;
    width: min(100%,22rem);
    margin: 0 auto;
  }
  .cc-detail-cover::after {
    position: absolute;
    z-index: -1;
    inset: 8% -9% -7% 8%;
    border-radius: 1.1rem;
    background: var(--book-accent);
    opacity: .18;
    content: "";
    transform: rotate(4deg);
  }
  .cc-detail-cover img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: .45rem 1rem 1rem .45rem;
    box-shadow: 0 28px 65px rgba(49,32,45,.25);
  }
  .cc-detail-cover .cc-book-number {
    top: 1rem;
    left: 1rem;
  }
  .cc-detail-copy .cc-book-character {
    margin-bottom: .9rem;
    color: var(--book-accent);
  }
  .cc-detail-copy h1 {
    max-width: 13ch;
    margin: 0 0 1.2rem;
    font-size: clamp(2.7rem,5.8vw,5.2rem);
    line-height: 1;
  }
  .cc-detail-summary {
    max-width: 43rem;
    margin: 0;
    color: #544a5b;
    font-size: clamp(1.04rem,1.5vw,1.22rem);
    line-height: 1.75;
  }
  .cc-detail-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
    margin-top: 1.7rem;
  }
  .cc-detail-back {
    color: var(--color-ink);
    font-size: .88rem;
    font-weight: 900;
  }
  .cc-detail-note {
    margin: .9rem 0 0;
    color: #756a76;
    font-size: .72rem;
  }
  .cc-detail-guide {
    padding-block: clamp(4.5rem,8vw,7rem);
  }
  .cc-detail-guide-grid {
    display: grid;
    grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr);
    align-items: start;
    gap: clamp(2.5rem,7vw,6rem);
  }
  .cc-detail-guide-intro {
    position: sticky;
    top: 7rem;
  }
  .cc-detail-guide-intro h2 {
    max-width: 11ch;
    margin: .5rem 0 1rem;
    font-size: clamp(2.2rem,4.4vw,4rem);
  }
  .cc-detail-guide-intro > p:last-child {
    max-width: 34rem;
    color: #5a5260;
    line-height: 1.72;
  }
  .cc-detail-prompts {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1rem;
  }
  .cc-detail-prompts article {
    min-height: 13rem;
    border: 1px solid rgba(41,35,54,.1);
    border-top: .42rem solid var(--book-accent);
    border-radius: 1rem;
    background: white;
    box-shadow: 0 14px 38px rgba(56,37,50,.07);
    padding: 1.35rem;
  }
  .cc-detail-prompts span {
    display: grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: var(--book-accent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb,var(--book-accent) 14%,white);
    }
    color: var(--color-primary);
    font-size: .72rem;
    font-weight: 950;
  }
  .cc-detail-prompts h3 {
    margin: 1.2rem 0 .45rem;
    font-size: 1.2rem;
  }
  .cc-detail-prompts p {
    margin: 0;
    color: #5d5560;
    font-size: .9rem;
    line-height: 1.62;
  }
  .cc-detail-sequence {
    border-top: 1px solid rgba(41,35,54,.1);
    background: var(--color-secondary-50);
  }
  .cc-detail-sequence-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1rem;
    padding-block: 2.2rem;
  }
  .cc-detail-sequence a {
    display: grid;
    gap: .25rem;
    min-height: 6.5rem;
    border: 1px solid rgba(33,79,89,.12);
    border-radius: 1rem;
    background: rgba(255,255,255,.78);
    padding: 1rem 1.15rem;
    color: var(--color-ink);
    text-decoration: none;
  }
  .cc-detail-sequence a:hover {
    border-color: var(--book-accent);
    background: white;
  }
  .cc-detail-sequence span {
    color: var(--color-primary);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .cc-detail-sequence strong {
    font-family: var(--font-serif);
    font-size: 1.1rem;
  }
  .cc-detail-next {
    text-align: right;
  }
  @media (max-width: 820px) {
    .cc-detail-hero-grid,	.cc-detail-guide-grid {
      grid-template-columns: 1fr;
    }
    .cc-detail-cover {
      width: min(72vw,20rem);
    }
    .cc-detail-copy {
      text-align: center;
    }
    .cc-detail-copy h1,	.cc-detail-summary {
      margin-inline: auto;
    }
    .cc-detail-actions {
      justify-content: center;
    }
    .cc-detail-guide-intro {
      position: static;
    }
    .cc-detail-guide-intro h2 {
      max-width: 16ch;
    }
  }
  @media (max-width: 560px) {
    .cc-detail-prompts,	.cc-detail-sequence-grid {
      grid-template-columns: 1fr;
    }
    .cc-detail-next {
      text-align: left;
    }
    .cc-detail-copy h1 {
      font-size: clamp(2.45rem,13vw,3.8rem);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    *, *::before, *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
