/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", sans-serif;
    --font-mono: ui-monospace, 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.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --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: #2f5bff;
    --color-primary-500: #2f5bff;
    --color-secondary-200: #ffb7da;
    --color-secondary-500: #d7267d;
    --color-secondary-600: #b51f68;
    --color-secondary-700: #8e1852;
    --color-neutral: #0a0f1f;
    --color-background: #fff7ef;
  }
}
@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 {
  .static {
    position: static;
  }
  .-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;
  }
  .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);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .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;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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;
  }
  .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 {
  html {
    scroll-behavior: smooth;
  }
  body {
    background: radial-gradient(circle at 12% 8%, rgba(47,91,255,.16), transparent 28%),	radial-gradient(circle at 88% 18%, rgba(215,38,125,.14), transparent 24%),	#080d1a;
    color: #fff7ef;
    letter-spacing: -0.01em;
  }
  body.admin-bar .site-header {
    top: 32px;
  }
  a {
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
  }
  ::selection {
    background: #f2c14e;
    color: #080d1a;
  }
}
@layer components {
  .lux-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(8,13,26,.82);
    backdrop-filter: blur(20px) saturate(130%);
    border-bottom: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 10px 40px rgba(0,0,0,.18);
  }
  .header-inner {
    min-height: 82px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 36px;
  }
  .brand-lockup {
    color: #fff7ef;
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    text-decoration: none;
    letter-spacing: .18em;
  }
  .brand-kicker {
    font-size: 11px;
    font-weight: 800;
    color: #f2c14e;
  }
  .brand-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .04em;
  }
  .desktop-nav {
    justify-self: center;
    display: flex;
    gap: 28px;
  }
  .desktop-nav a {
    color: #d9def5;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .desktop-nav a:hover {
    color: #f2c14e;
  }
  [x-cloak] {
    display: none !important;
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .mobile-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(242,193,78,.32);
    background: rgba(255,255,255,.04);
    color: #fff7ef;
    cursor: pointer;
  }
  .mobile-menu-toggle svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }
  .mobile-nav {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 20px;
    right: 20px;
    padding: 18px;
    background: linear-gradient(160deg,rgba(10,15,31,.98),rgba(47,21,65,.98));
    border: 1px solid rgba(242,193,78,.18);
    box-shadow: 0 24px 60px rgba(0,0,0,.38);
  }
  .mobile-nav a {
    display: block;
    color: #fff7ef;
    text-decoration: none;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
  }
  .mobile-nav a:last-child {
    border-bottom: 0;
  }
  .mobile-nav a:hover {
    color: #f2c14e;
  }
  .nav-cta, .button-primary, .button-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 11px;
    font-weight: 800;
    padding: 15px 22px;
    border: 1px solid transparent;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
  }
  .nav-cta, .button-primary {
    color: #fff;
    background: linear-gradient(135deg,#2f5bff 0%,#7b3cff 55%,#d7267d 100%);
  }
  .nav-cta:hover, .button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 38px rgba(47,91,255,.32);
  }
  .button-light {
    color: #0a0f1f;
    background: #f2c14e;
    border-color: #f2c14e;
  }
  .button-light:hover {
    background: #ffd66f;
    border-color: #ffd66f;
    transform: translateY(-2px);
  }
  .button-ghost {
    display: inline-flex;
    align-items: center;
    padding: 15px 0;
    color: #fff7ef;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 11px;
    font-weight: 800;
    border-bottom: 1px solid rgba(255,247,239,.5);
  }
  .button-ghost:hover {
    color: #f2c14e;
    border-color: #f2c14e;
  }
  .eyebrow {
    margin: 0 0 20px;
    color: #f2c14e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .24em;
    text-transform: uppercase;
  }
  .eyebrow.dark {
    color: #8f5b19;
  }
  .hero-luxe {
    position: relative;
    min-height: calc(100vh - 82px);
    overflow: hidden;
    background: radial-gradient(circle at 78% 24%, rgba(215,38,125,.32), transparent 24%),	radial-gradient(circle at 58% 72%, rgba(47,91,255,.36), transparent 30%),	linear-gradient(135deg,#071126 0%,#11183b 45%,#251044 72%,#120a24 100%);
    display: flex;
    align-items: center;
  }
  .hero-luxe:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .32;
    background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 72px 72px;
  }
  .hero-luxe:after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    right: -120px;
    top: -100px;
    background: linear-gradient(135deg,rgba(47,91,255,.25),rgba(215,38,125,.18));
    filter: blur(10px);
  }
  .hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 76px;
    align-items: center;
    padding-block: 100px 120px;
  }
  .hero-copy h1 {
    margin: 0;
    max-width: 760px;
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(64px,8vw,118px);
    line-height: .82;
    font-weight: 600;
    letter-spacing: -.045em;
    color: #fff7ef;
    text-shadow: 0 18px 45px rgba(0,0,0,.22);
  }
  .hero-copy h1 em {
    display: block;
    color: #f2c14e;
    font-weight: 600;
  }
  .hero-text {
    max-width: 650px;
    margin: 36px 0 0;
    color: #d6d9e8;
    font-size: 16px;
    line-height: 1.8;
  }
  .hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 38px;
    flex-wrap: wrap;
  }
  .hero-art {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-frame {
    position: relative;
    width: min(420px,100%);
    aspect-ratio: 4/5;
    border: 1px solid rgba(242,193,78,.62);
    background: linear-gradient(160deg,rgba(47,91,255,.22),rgba(215,38,125,.18));
    box-shadow: 0 45px 120px rgba(0,0,0,.42),0 0 80px rgba(47,91,255,.12);
    overflow: hidden;
  }
  .hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 0;
    filter: saturate(1.04) contrast(1.02);
  }
  .hero-frame > *:not(.hero-photo) {
    z-index: 2;
  }
  .hero-frame:before, .hero-frame:after {
    z-index: 1;
  }
  .hero-frame:before {
    content: "";
    position: absolute;
    width: 78%;
    aspect-ratio: 1;
    border: 1px solid rgba(242,193,78,.4);
    border-radius: 999px;
    left: 11%;
    top: 10%;
    box-shadow: 0 0 50px rgba(242,193,78,.08) inset;
  }
  .hero-frame:after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,.08);
  }
  .hero-monogram {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(110px,15vw,190px);
    color: rgba(255,247,239,.12);
    letter-spacing: -.09em;
  }
  .hero-caption {
    position: absolute;
    left: 32px;
    bottom: 34px;
    font-family: "Cormorant Garamond",serif;
    font-size: 24px;
    letter-spacing: .18em;
    color: #fff7ef;
  }
  .hero-caption span {
    font-family: "Manrope",sans-serif;
    font-size: 8px;
    letter-spacing: .26em;
    color: #f2c14e;
  }
  .hero-line {
    position: absolute;
    background: linear-gradient(90deg,#2f5bff,#d7267d,#f2c14e);
    opacity: .85;
  }
  .hero-line-one {
    height: 2px;
    width: 70%;
    right: -18%;
    top: 29%;
    transform: rotate(-18deg);
  }
  .hero-line-two {
    width: 2px;
    height: 55%;
    left: 23%;
    bottom: -14%;
    transform: rotate(16deg);
  }
  .hero-scroll {
    position: absolute;
    z-index: 2;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
    letter-spacing: .28em;
    color: #8b94b5;
  }
  .signature-strip {
    background: linear-gradient(90deg,#fff7ef 0%,#ffe9f4 45%,#eef2ff 100%);
    color: #0a0f1f;
    border-bottom: 1px solid #e7d7ca;
    box-shadow: 0 16px 50px rgba(0,0,0,.08);
  }
  .signature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .signature-grid > div {
    padding: 28px 32px;
    border-right: 1px solid rgba(10,15,31,.12);
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
  }
  .signature-grid > div:last-child {
    border-right: 0;
  }
  .signature-grid span {
    grid-row: 1/3;
    color: #2f5bff;
    font-family: "Cormorant Garamond",serif;
    font-size: 36px;
  }
  .signature-grid strong {
    align-self: end;
    font-family: "Cormorant Garamond",serif;
    font-size: 22px;
    font-weight: 700;
  }
  .signature-grid small {
    font-size: 10px;
    color: #665f6d;
    text-transform: uppercase;
    letter-spacing: .14em;
  }
  .section-pad {
    padding: 120px 0;
  }
  .section-dark {
    background: linear-gradient(145deg,#0d1730,#151536 60%,#21113a);
    color: #fff7ef;
  }
  .section-black {
    background: linear-gradient(180deg,#060a14,#0d1225);
    color: #fff7ef;
  }
  .section-ivory {
    background: linear-gradient(145deg,#fff7ef,#fff0f7 58%,#eef2ff);
    color: #0a0f1f;
  }
  .section-champagne {
    background: linear-gradient(135deg,#f2c14e 0%,#ffd97f 46%,#ffcadf 100%);
    color: #0a0f1f;
  }
  .section-heading h2, .editorial-copy h2, .feature-panel h2, .bridal-title h2, .about-grid h2, .final-cta h2 {
    margin: 0;
    font-family: "Cormorant Garamond",serif;
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: .95;
  }
  .section-heading h2 {
    font-size: clamp(56px,6vw,88px);
  }
  .section-heading h2 em, .editorial-copy h2 em, .feature-panel h2 em, .bridal-title h2 em, .about-grid h2 em, .final-cta h2 em {
    color: #f2c14e;
    font-weight: 600;
  }
  .split-heading {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 64px;
  }
  .split-heading > p {
    color: #c5c9d9;
    line-height: 1.75;
    max-width: 440px;
    margin: 0 0 8px;
  }
  .service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .service-card {
    min-height: 290px;
    padding: 36px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    position: relative;
    background: linear-gradient(160deg,rgba(255,255,255,.06),rgba(255,255,255,.015));
    box-shadow: 0 18px 55px rgba(0,0,0,.18);
  }
  .service-card > span {
    font-family: "Cormorant Garamond",serif;
    font-size: 28px;
    color: #f2c14e;
  }
  .service-card h3 {
    margin: 44px 0 14px;
    font-family: "Cormorant Garamond",serif;
    font-size: 31px;
    font-weight: 700;
  }
  .service-card p {
    margin: 0;
    color: #b8bed5;
    line-height: 1.7;
    font-size: 14px;
  }
  .service-card a {
    display: inline-block;
    margin-top: 28px;
    color: #fff7ef;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(242,193,78,.45);
    box-shadow: 0 26px 70px rgba(0,0,0,.28);
  }
  .card-accent {
    background: linear-gradient(145deg,#2f5bff 0%,#6738e8 52%,#d7267d 100%);
    color: #fff;
    border-color: transparent;
  }
  .card-accent > span {
    color: #f2c14e;
  }
  .card-accent p, .card-accent a {
    color: #fff;
  }
  .editorial-grid {
    display: grid;
    grid-template-columns: .35fr 1.15fr .7fr;
    gap: 50px;
    align-items: center;
  }
  .editorial-number {
    font-family: "Cormorant Garamond",serif;
    font-size: 160px;
    color: rgba(47,91,255,.1);
    line-height: 1;
  }
  .editorial-copy h2 {
    font-size: clamp(54px,5vw,80px);
  }
  .editorial-copy h2 em {
    color: #2f5bff;
  }
  .editorial-copy > p:not(.eyebrow) {
    max-width: 620px;
    color: #564f5b;
    line-height: 1.8;
    margin: 30px 0 22px;
  }
  .text-link {
    color: #0a0f1f;
    text-decoration: none;
    border-bottom: 1px solid #0a0f1f;
    padding-bottom: 4px;
    font-size: 11px;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 800;
  }
  .editorial-orbit {
    width: 280px;
    max-width: 100%;
    aspect-ratio: 1;
    border: 2px solid rgba(47,91,255,.24);
    border-radius: 999px;
    display: grid;
    place-items: center;
    position: relative;
    background: radial-gradient(circle,rgba(215,38,125,.12),transparent 60%);
    box-shadow: 0 24px 70px rgba(47,91,255,.1);
  }
  .editorial-orbit:before,.editorial-orbit:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(215,38,125,.18);
    border-radius: 999px;
  }
  .editorial-orbit:before {
    inset: 22px;
  }
  .editorial-orbit:after {
    inset: 52px;
  }
  .editorial-orbit span {
    font-family: "Cormorant Garamond",serif;
    font-size: 42px;
    letter-spacing: .2em;
  }
  .feature-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
  }
  .feature-panel {
    padding: 70px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    background: linear-gradient(145deg,rgba(47,91,255,.12),rgba(215,38,125,.08));
    box-shadow: 0 30px 80px rgba(0,0,0,.2);
  }
  .feature-panel h2 {
    font-size: clamp(58px,6vw,90px);
  }
  .feature-copy p {
    color: #c2c7db;
    line-height: 1.8;
    margin: 0 0 24px;
  }
  .feature-copy .fine-print {
    font-size: 11px;
    color: #858da7;
  }
  .feature-copy .button-light {
    margin-top: 14px;
  }
  .bridal-wrap {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 100px;
    align-items: end;
  }
  .bridal-title h2 {
    font-size: clamp(58px,6vw,92px);
  }
  .bridal-title h2 em {
    color: #7a295e;
  }
  .bridal-copy {
    background: rgba(255,255,255,.36);
    backdrop-filter: blur(10px);
    padding: 34px;
    border: 1px solid rgba(10,15,31,.1);
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(93,45,72,.12);
  }
  .bridal-copy p {
    color: #403847;
    line-height: 1.85;
    margin: 0 0 28px;
  }
  .about-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
  }
  .about-grid h2 {
    font-size: clamp(64px,6vw,94px);
  }
  .about-grid h2 em {
    color: #2f5bff;
  }
  .about-copy > p {
    max-width: 700px;
    color: #554e58;
    line-height: 1.9;
  }
  .about-details {
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(10,15,31,.14);
  }
  .about-details span, .footer-label {
    display: block;
    font-size: 9px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #8d4d27;
    margin-bottom: 10px;
    font-weight: 800;
  }
  .about-details a, .about-details p {
    color: #0a0f1f;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
  }
  .portfolio-section {
    background: linear-gradient(160deg,#090f21 0%,#16143a 55%,#21113d 100%);
    color: #fff7ef;
    position: relative;
    overflow: hidden;
  }
  .portfolio-section:before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    left: -160px;
    top: -120px;
    background: radial-gradient(circle,rgba(47,91,255,.24),transparent 68%);
  }
  .portfolio-heading {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 56px;
  }
  .portfolio-heading h2 {
    margin: 0;
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(56px,6vw,88px);
    line-height: .94;
    font-weight: 600;
    letter-spacing: -.035em;
  }
  .portfolio-heading h2 em {
    color: #f2c14e;
    font-weight: 600;
  }
  .portfolio-heading > p {
    margin: 0 0 8px;
    color: #c7cbdb;
    line-height: 1.8;
    max-width: 450px;
  }
  .portfolio-grid {
    position: relative;
    z-index: 2;
    columns: 3;
    column-gap: 18px;
  }
  .portfolio-item {
    margin: 0 0 18px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    background: #0d1227;
    box-shadow: 0 20px 55px rgba(0,0,0,.24);
    break-inside: avoid;
  }
  .portfolio-item:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,transparent 55%,rgba(7,10,20,.45));
    opacity: 0;
    transition: opacity .3s ease;
  }
  .portfolio-item:hover:after {
    opacity: 1;
  }
  .portfolio-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform .45s ease, filter .45s ease;
  }
  .portfolio-item:hover img {
    transform: scale(1.035);
    filter: saturate(1.08) contrast(1.03);
  }
  .portfolio-tall {
    grid-row: span 2;
  }
  .portfolio-wide {
    grid-column: span 2;
  }
  .final-cta {
    background: linear-gradient(135deg,#2f5bff 0%,#5234cc 42%,#d7267d 100%);
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .final-cta:before {
    content: "IH";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: "Cormorant Garamond",serif;
    font-size: 360px;
    color: rgba(255,255,255,.06);
    letter-spacing: -.08em;
  }
  .final-cta:after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    right: -120px;
    top: -120px;
    border: 1px solid rgba(242,193,78,.35);
    box-shadow: 0 0 0 48px rgba(242,193,78,.04),0 0 0 96px rgba(242,193,78,.025);
  }
  .final-cta-inner {
    position: relative;
    z-index: 2;
  }
  .final-cta h2 {
    font-size: clamp(68px,7vw,104px);
    margin-bottom: 38px;
    color: #fff7ef;
  }
  .site-footer {
    background: #060a14;
    color: #c0c5d6;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 70px 0 30px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
    gap: 50px;
  }
  .footer-brand {
    font-family: "Cormorant Garamond",serif;
    color: #fff7ef;
    font-size: 34px;
    letter-spacing: .12em;
  }
  .footer-brand span {
    color: #f2c14e;
    font-size: 11px;
    font-family: "Manrope",sans-serif;
    font-weight: 800;
  }
  .site-footer p, .site-footer a {
    color: #9299b0;
    font-size: 12px;
    line-height: 1.7;
    text-decoration: none;
    display: block;
    margin: 0 0 6px;
  }
  .site-footer .footer-label {
    color: #f2c14e;
  }
  .site-footer a:hover {
    color: #f2c14e;
  }
  .footer-hours-block {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(242,193,78,.18);
  }
  .footer-hours {
    display: grid;
    gap: 8px;
    margin-top: 8px;
  }
  .hours-row {
    display: grid;
    grid-template-columns: minmax(130px,1.15fr) 1fr;
    gap: 16px;
    align-items: baseline;
  }
  .hours-row strong {
    color: #d9def5;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
  }
  .hours-row span {
    color: #9299b0;
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
  }
  @media (max-width:640px) {
    .hours-row {
      grid-template-columns: 1fr auto;
      gap: 20px;
    }
    .footer-hours-block {
      margin-top: 24px;
    }
    .hours-row strong,.hours-row span {
      font-size: 13px;
    }
  }
  .social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
  }
  .social-icons a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(242,193,78,.35);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff7ef;
    background: rgba(255,255,255,.035);
    transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
  }
  .social-icons a:hover {
    transform: translateY(-3px);
    background: #f2c14e;
    border-color: #f2c14e;
    color: #0a0f1f;
  }
  .social-icons svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1.6;
  }
  .social-icons svg circle, .social-icons svg rect {
    fill: none;
  }
  .page-hero {
    background: linear-gradient(145deg,#090f21 0%,#15143b 52%,#321447 100%);
    color: #fff7ef;
    overflow: hidden;
  }
  .page-hero-grid {
    min-height: 690px;
    display: grid;
    grid-template-columns: 1fr .82fr;
    gap: 80px;
    align-items: center;
    padding-block: 90px;
  }
  .page-hero h1, .contact-hero h1, .gallery-page-head h1 {
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(64px,7vw,108px);
    line-height: .9;
    letter-spacing: -.045em;
    margin: 18px 0 28px;
    font-weight: 600;
  }
  .page-hero h1 em, .contact-hero h1 em, .gallery-page-head h1 em, .page-intro h2 em, .story-grid h2 em, .inner-cta h2 em, .social-contact h2 em {
    color: #f2c14e;
    font-weight: 600;
  }
  .page-hero p {
    color: #c8cce0;
    max-width: 620px;
    line-height: 1.9;
    margin: 0 0 34px;
  }
  .page-photo {
    border-radius: 180px 180px 24px 24px;
    overflow: hidden;
    border: 1px solid rgba(242,193,78,.38);
    padding: 10px;
    box-shadow: 0 30px 80px rgba(0,0,0,.32);
  }
  .page-photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 170px 170px 18px 18px;
  }
  .page-cream {
    background: #fff7ef;
  }
  .page-intro {
    max-width: 850px;
    margin-bottom: 58px;
  }
  .page-intro h2, .story-grid h2, .social-contact h2 {
    font-family: "Cormorant Garamond",serif;
    color: #0a0f1f;
    font-size: clamp(48px,5vw,76px);
    line-height: .98;
    margin: 15px 0 24px;
  }
  .page-intro p, .story-grid p {
    color: #554e58;
    line-height: 1.9;
  }
  .service-detail-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .service-detail-grid.two-up {
    grid-template-columns: repeat(2,1fr);
  }
  .service-detail-grid article {
    min-height: 280px;
    border: 1px solid rgba(10,15,31,.12);
    border-radius: 20px;
    padding: 34px;
    background: #fff;
  }
  .service-detail-grid article > span, .contact-number {
    color: #2f5bff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
  }
  .service-detail-grid h3, .contact-card h2 {
    font-family: "Cormorant Garamond",serif;
    color: #0a0f1f;
    font-size: 31px;
    margin: 55px 0 14px;
  }
  .service-detail-grid p, .contact-card p {
    color: #6b626c;
    line-height: 1.75;
    font-size: 13px;
  }
  .service-book {
    background: linear-gradient(145deg,#2f5bff,#7b2ec9) !important;
  }
  .service-book h3,.service-book p,.service-book a,.service-book > span {
    color: #fff !important;
  }
  .service-book a {
    font-size: 10px;
    letter-spacing: .15em;
    font-weight: 800;
    text-decoration: none;
  }
  .service-learn {
    display: inline-block;
    margin-top: 16px;
    color: #2f5bff;
    font-size: 10px;
    letter-spacing: .14em;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(47,91,255,.25);
    padding-bottom: 4px;
  }
  .service-learn:hover {
    color: #d7267d;
    border-color: rgba(215,38,125,.35);
  }
  .photo-band {
    background: #090f21;
    padding: 80px 0;
  }
  .photo-band-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
  }
  .photo-band img {
    width: 100%;
    height: auto;
    border-radius: 22px;
    display: block;
  }
  .care-note {
    margin-top: 28px;
    padding: 20px 24px;
    border-left: 3px solid #f2c14e;
    color: #6b626c;
    font-size: 12px;
    line-height: 1.7;
  }
  .story-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 90px;
    align-items: start;
  }
  .inner-cta {
    text-align: center;
    padding: 110px 0;
    color: #fff7ef;
    background: linear-gradient(135deg,#2f5bff 0%,#5935c8 48%,#d7267d 100%);
  }
  .inner-cta h2 {
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(58px,6vw,92px);
    line-height: .95;
    max-width: 900px;
    margin: 18px auto 34px;
  }
  .contact-hero,.gallery-page-head {
    background: linear-gradient(145deg,#090f21,#21113d);
    color: #fff7ef;
    text-align: center;
    padding: 120px 0 100px;
  }
  .contact-hero p,.gallery-page-head p {
    color: #c8cce0;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
  }
  .contact-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
  .contact-card {
    background: #fff;
    border: 1px solid rgba(10,15,31,.1);
    border-radius: 22px;
    padding: 40px;
    min-height: 300px;
  }
  .contact-card h2 {
    margin: 45px 0 14px;
  }
  .contact-card a {
    color: #2f5bff;
    font-weight: 800;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: .1em;
  }
  .social-contact {
    text-align: center;
    padding: 100px 0;
    background: #fff;
  }
  .social-contact .eyebrow {
    color: #8f5b19;
  }
  .social-contact h2 em {
    color: #7a4d12;
  }
  .contact-social-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .contact-social-links a {
    padding: 14px 24px;
    border: 1px solid #0a0f1f;
    border-radius: 999px;
    color: #0a0f1f;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .gallery-page-body {
    background: #0a0f1f;
  }
  .full-gallery {
    columns: 3;
    column-gap: 18px;
  }
  .full-gallery figure {
    margin: 0 0 18px;
    break-inside: avoid;
    border-radius: 18px;
    overflow: hidden;
  }
  .full-gallery img {
    width: 100%;
    height: auto;
    display: block;
  }
  @media (max-width:980px) {
    .page-hero-grid,.story-grid {
      grid-template-columns: 1fr;
      gap: 50px;
    }
    .page-photo {
      max-width: 520px;
    }
    .service-detail-grid {
      grid-template-columns: 1fr 1fr;
    }
    .full-gallery {
      columns: 2;
    }
  }
  @media (max-width:640px) {
    .page-hero-grid {
      min-height: auto;
      padding-block: 70px;
    }
    .page-hero h1,.contact-hero h1,.gallery-page-head h1 {
      font-size: 58px;
    }
    .page-photo {
      border-radius: 110px 110px 18px 18px;
    }
    .page-photo img {
      border-radius: 100px 100px 12px 12px;
    }
    .service-detail-grid,.service-detail-grid.two-up,.contact-grid,.photo-band-grid {
      grid-template-columns: 1fr;
    }
    .full-gallery {
      columns: 1;
    }
    .contact-hero,.gallery-page-head {
      padding: 80px 0 70px;
    }
    .inner-cta {
      padding: 80px 0;
    }
  }
  .footer-bottom {
    margin-top: 54px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.08);
    display: flex;
    justify-content: space-between;
    color: #7a829b;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .16em;
  }
  .reveal-one {
    animation: riseIn .9s ease both;
  }
  .reveal-two {
    animation: riseIn .9s .15s ease both;
  }
  @keyframes riseIn {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @media (max-width: 980px) {
    .desktop-nav {
      display: none;
    }
    .mobile-menu-toggle {
      display: inline-flex;
    }
    .mobile-nav {
      display: block;
    }
    .header-inner {
      grid-template-columns: 1fr auto;
      position: relative;
    }
    .hero-grid, .feature-split, .bridal-wrap, .about-grid, .split-heading, .editorial-grid, .portfolio-heading {
      grid-template-columns: 1fr;
    }
    .hero-art {
      min-height: 380px;
    }
    .hero-frame {
      width: 320px;
    }
    .signature-grid, .service-grid {
      grid-template-columns: 1fr 1fr;
    }
    .editorial-number {
      display: none;
    }
    .editorial-orbit {
      justify-self: center;
    }
    .about-details {
      grid-template-columns: 1fr;
    }
    .portfolio-grid {
      columns: 2;
      column-gap: 14px;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 640px) {
    .lux-container {
      width: min(100% - 28px,1180px);
    }
    .site-header {
      position: relative;
    }
    .header-inner {
      min-height: 72px;
      gap: 14px;
    }
    .brand-name {
      font-size: 26px;
    }
    .nav-cta {
      padding: 12px 14px;
      font-size: 9px;
    }
    .hero-luxe {
      min-height: auto;
    }
    .hero-grid {
      padding-block: 72px 90px;
      gap: 44px;
    }
    .hero-copy h1 {
      font-size: 58px;
    }
    .hero-text {
      font-size: 14px;
    }
    .hero-art {
      min-height: 300px;
    }
    .hero-frame {
      width: 245px;
    }
    .hero-scroll {
      display: none;
    }
    .signature-grid, .service-grid, .footer-grid {
      grid-template-columns: 1fr;
    }
    .signature-grid > div {
      border-right: 0;
      border-bottom: 1px solid rgba(10,15,31,.12);
    }
    .section-pad {
      padding: 82px 0;
    }
    .split-heading {
      gap: 28px;
    }
    .service-card {
      min-height: 240px;
    }
    .feature-panel {
      padding: 38px 26px;
    }
    .editorial-orbit {
      width: 220px;
    }
    .portfolio-grid {
      columns: 1;
      column-gap: 0;
    }
    .portfolio-wide {
      grid-column: span 2;
    }
    .portfolio-tall {
      grid-row: span 2;
    }
    .footer-bottom {
      flex-direction: column;
      gap: 8px;
    }
  }
}
@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;
}
@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;
    }
  }
}
