/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@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 {
      --tw-border-style: solid;
      --tw-leading: initial;
      --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;
    }

    ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --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;
    }
  }
}

@layer theme {
  :root {
    --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
    --color-red-600: #e40014;
    --color-neutral-50: #fafafa;
    --color-neutral-200: #e5e5e5;
    --color-neutral-300: #d4d4d4;
    --color-neutral-400: #a1a1a1;
    --color-neutral-500: #737373;
    --color-neutral-700: #404040;
    --color-neutral-900: #171717;
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --tracking-widest: .1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-paper: #f4f1ea;
    --color-ink: #1c1b19;
    --color-stone: #6f6a60;
    --color-clay: #b08466;
    --color-sage: #8a9a86;
    --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  }

  @supports (color: lab(0% 0 0)) {
    :root {
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-neutral-50: lab(98.26% 0 0);
      --color-neutral-200: lab(90.952% 0 -.0000119209);
      --color-neutral-300: lab(84.92% 0 -.0000119209);
      --color-neutral-400: lab(66.128% -.0000298023 .0000119209);
      --color-neutral-500: lab(48.496% 0 0);
      --color-neutral-700: lab(27.036% 0 0);
      --color-neutral-900: lab(7.78201% -.0000149012 0);
    }
  }

  :host {
    --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
    --color-red-600: #e40014;
    --color-neutral-50: #fafafa;
    --color-neutral-200: #e5e5e5;
    --color-neutral-300: #d4d4d4;
    --color-neutral-400: #a1a1a1;
    --color-neutral-500: #737373;
    --color-neutral-700: #404040;
    --color-neutral-900: #171717;
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --tracking-widest: .1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-paper: #f4f1ea;
    --color-ink: #1c1b19;
    --color-stone: #6f6a60;
    --color-clay: #b08466;
    --color-sage: #8a9a86;
    --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  }

  @supports (color: lab(0% 0 0)) {
    :host {
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-neutral-50: lab(98.26% 0 0);
      --color-neutral-200: lab(90.952% 0 -.0000119209);
      --color-neutral-300: lab(84.92% 0 -.0000119209);
      --color-neutral-400: lab(66.128% -.0000298023 .0000119209);
      --color-neutral-500: lab(48.496% 0 0);
      --color-neutral-700: lab(27.036% 0 0);
      --color-neutral-900: lab(7.78201% -.0000149012 0);
    }
  }
}

@layer base {
  *, :after, :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button {
    appearance: button;
  }

  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .static {
    position: static;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .table {
    display: table;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .h-full {
    height: 100%;
  }

  .min-h-\[70vh\] {
    min-height: 70vh;
  }

  .min-h-full {
    min-height: 100%;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-28 {
    width: calc(var(--spacing) * 28);
  }

  .w-56 {
    width: calc(var(--spacing) * 56);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .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-5xl {
    max-width: var(--container-5xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .max-w-xl {
    max-width: var(--container-xl);
  }

  .resize {
    resize: both;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }

  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }

  .self-center {
    align-self: center;
  }

  .rounded {
    border-radius: .25rem;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }

  .border-neutral-300 {
    border-color: var(--color-neutral-300);
  }

  .bg-neutral-900 {
    background-color: var(--color-neutral-900);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .text-center {
    text-align: center;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .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-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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));
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[0\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .break-all {
    word-break: break-all;
  }

  .text-ink {
    color: var(--color-ink);
  }

  .text-ink\/60 {
    color: rgba(28, 27, 25, .6);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-ink\/60 {
      color: color-mix(in oklab, var(--color-ink) 60%, transparent);
    }
  }

  .text-ink\/70 {
    color: rgba(28, 27, 25, .7);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-ink\/70 {
      color: color-mix(in oklab, var(--color-ink) 70%, transparent);
    }
  }

  .text-neutral-400 {
    color: var(--color-neutral-400);
  }

  .text-neutral-500 {
    color: var(--color-neutral-500);
  }

  .text-neutral-700 {
    color: var(--color-neutral-700);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .underline {
    text-decoration-line: underline;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .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, );
  }

  .\[email\:dev-console\] {
    email: dev-console;
  }

  @media (hover: hover) {
    .group-hover\:underline:is(:where(.group):hover *) {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:bg-neutral-50:hover {
      background-color: var(--color-neutral-50);
    }
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (width >= 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 40rem) {
    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (width >= 40rem) {
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}

@font-face {
  font-family: Fraunces;
  src: url("/fonts/fraunces.woff2") format("woff2");
  font-weight: 300 600;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/fonts/inter.woff2") format("woff2");
  font-weight: 400 600;
  font-display: swap;
}

:root {
  --bg: var(--color-paper);
  --fg: var(--color-ink);
  --muted: var(--color-stone);
  --accent: var(--color-clay);
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #171614;
    --fg: #ece7dd;
    --muted: #9b958a;
    --accent: #c79a7a;
  }
}

* {
  box-sizing: border-box;
}

html, body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.reveal-hidden {
  opacity: 0;
  transform: translateY(22px);
}

.reveal-hidden.is-visible {
  opacity: 1;
  transition: opacity .8s, transform .9s cubic-bezier(.22, .61, .19, 1);
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-hidden {
    opacity: 1;
    transform: none;
  }

  .reveal-hidden.is-visible {
    transition: none;
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.hero {
  place-items: center;
  min-height: 100dvh;
  padding: 2rem;
  display: grid;
}

.hero__inner {
  text-align: center;
  max-width: 46rem;
}

.hero__eyebrow {
  font-family: var(--font-sans);
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 1.75rem;
  font-size: .72rem;
  animation: .8s cubic-bezier(.22, .61, .19, 1) both rise;
}

.hero__title {
  font-family: var(--font-display);
  letter-spacing: -.018em;
  white-space: pre-line;
  margin: 0 0 1.6rem;
  font-size: clamp(2.6rem, 6.4vw, 4.75rem);
  font-weight: 380;
  line-height: 1.02;
  animation: .9s cubic-bezier(.22, .61, .19, 1) 80ms both rise;
}

.hero__lede {
  color: var(--muted);
  max-width: 34rem;
  margin: 0 auto 2.25rem;
  font-size: clamp(1.02rem, 2.2vw, 1.2rem);
  line-height: 1.65;
  animation: .9s cubic-bezier(.22, .61, .19, 1) .18s both rise;
}

.hero__badge {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--muted);
  font-size: .72rem;
  display: inline-block;
}

@supports (color: color-mix(in lab, red, red)) {
  .hero__badge {
    border: 1px solid color-mix(in srgb, var(--muted) 35%, transparent);
  }
}

.hero__badge {
  border-radius: 999px;
  padding: .5rem 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.muted {
  color: var(--muted);
}

.loading {
  text-align: center;
  color: var(--muted);
  padding: 3rem 1rem;
}

.site-header {
  border-bottom: 1px solid var(--muted);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem clamp(1.25rem, 5vw, 4rem);
  display: flex;
}

@supports (color: color-mix(in lab, red, red)) {
  .site-header {
    border-bottom: 1px solid color-mix(in srgb, var(--muted) 18%, transparent);
  }
}

.site-header {
  background: var(--bg);
  position: sticky;
  top: 0;
}

@supports (color: color-mix(in lab, red, red)) {
  .site-header {
    background: color-mix(in srgb, var(--bg) 88%, transparent);
  }
}

.site-header {
  backdrop-filter: blur(8px);
  z-index: 10;
}

.site-header__logo {
  letter-spacing: .28em;
  font-size: .95rem;
  font-weight: 600;
}

.site-header__nav {
  gap: 1.75rem;
  font-size: .9rem;
  display: flex;
}

.site-header__nav a {
  color: var(--muted);
  transition: color .2s;
}

.site-header__nav a:hover {
  color: var(--fg);
}

.site-main {
  min-height: 60vh;
}

.site-footer {
  border-top: 1px solid var(--muted);
  flex-direction: column;
  gap: .35rem;
  margin-top: 4rem;
  padding: 3rem clamp(1.25rem, 5vw, 4rem);
  display: flex;
}

@supports (color: color-mix(in lab, red, red)) {
  .site-footer {
    border-top: 1px solid color-mix(in srgb, var(--muted) 18%, transparent);
  }
}

.site-footer {
  font-size: .85rem;
}

.hero--home {
  grid-template-columns: 1.02fr .98fr;
  place-items: center stretch;
  gap: clamp(2rem, 5vw, 5.5rem);
  max-width: 1200px;
  min-height: auto;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6.5rem) clamp(1.25rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
  display: grid;
}

.hero--home .hero__inner {
  text-align: left;
  justify-self: start;
  max-width: 34rem;
}

.hero--home .hero__lede {
  margin-left: 0;
  margin-right: 0;
}

.hero--home .hero__cta {
  justify-content: flex-start;
}

.hero__media {
  aspect-ratio: 4 / 5;
  width: 100%;
  box-shadow: 0 32px 70px -34px var(--fg), 0 4px 14px -8px var(--fg);
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

@supports (color: color-mix(in lab, red, red)) {
  .hero__media {
    box-shadow: 0 32px 70px -34px color-mix(in srgb, var(--fg) 55%, transparent), 0 4px 14px -8px color-mix(in srgb, var(--fg) 30%, transparent);
  }
}

.hero__media {
  animation: 1s cubic-bezier(.22, .61, .19, 1) .12s both rise;
}

.hero__media-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero__media-img--fade {
  opacity: 0;
  animation: 21s ease-in-out infinite heroFade;
}

.hero__media-img--fade-2 {
  animation-delay: 10.5s;
}

@keyframes heroFade {
  0%, 46%, 100% {
    opacity: 0;
  }

  9%, 37% {
    opacity: 1;
  }
}

.hero__media-tag {
  font-family: var(--font-sans);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  backdrop-filter: blur(6px);
  background: rgba(28, 26, 23, .55);
  border-radius: 999px;
  padding: .5rem .9rem;
  font-size: .72rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .hero__media-img--fade {
    animation: none;
  }
}

@media (width <= 820px) {
  .hero--home {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .hero--home .hero__inner {
    max-width: none;
  }

  .hero__media {
    aspect-ratio: 3 / 2;
  }
}

.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem clamp(1.25rem, 5vw, 4rem);
}

.section__title {
  font-family: var(--font-display);
  letter-spacing: -.01em;
  margin: 0 0 1.75rem;
  font-size: clamp(1.7rem, 3vw, 2.1rem);
  font-weight: 400;
}

.brand-row {
  flex-wrap: wrap;
  gap: .75rem;
  display: flex;
}

.brand-chip {
  color: var(--fg);
  border: 1px solid var(--muted);
  border-radius: 999px;
  padding: .6rem 1.15rem;
  font-size: .9rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .brand-chip {
    border: 1px solid color-mix(in srgb, var(--muted) 25%, transparent);
  }
}

.brand-chip {
  transition: transform .2s, border-color .2s;
}

.brand-chip:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}

.product-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.75rem;
  display: grid;
}

.product-card {
  display: block;
}

.product-card__image {
  aspect-ratio: 4 / 5;
  will-change: transform;
  border-radius: 12px;
  margin-bottom: .9rem;
  transition: transform .5s cubic-bezier(.22, .61, .19, 1), box-shadow .4s;
}

.product-card:hover .product-card__image {
  box-shadow: 0 18px 40px -20px var(--ink, #1c1b19);
  transform: translateY(-6px) scale(1.012);
}

@supports (color: color-mix(in lab, red, red)) {
  .product-card:hover .product-card__image {
    box-shadow: 0 18px 40px -20px color-mix(in srgb, var(--ink, #1c1b19) 45%, transparent);
  }
}

.product-card:hover .product-card__title {
  color: var(--accent);
}

.product-card__title {
  transition: color .25s;
}

.product-card__body {
  flex-direction: column;
  gap: .2rem;
  display: flex;
}

.product-card__brand {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: .72rem;
}

.product-card__title {
  font-size: 1rem;
}

.product-card__price {
  color: var(--muted);
  font-size: .95rem;
}

.cart-badge {
  background: var(--accent);
  color: #fff;
  text-align: center;
  border-radius: 999px;
  min-width: 1.25rem;
  margin-left: .4rem;
  padding: .05rem .35rem;
  font-size: .7rem;
  display: inline-block;
}

.page-title {
  font-family: var(--font-display);
  margin: 0 0 1.5rem;
  font-size: 2rem;
  font-weight: 400;
}

.link {
  color: var(--accent);
}

.btn {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: .85rem 1.6rem;
  font-size: .92rem;
  transition: transform .15s, opacity .15s;
  display: inline-block;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: var(--fg);
  color: var(--bg);
}

.product {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: clamp(1.5rem, 5vw, 4rem);
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem) clamp(1.25rem, 5vw, 4rem);
  display: grid;
}

.product__image {
  aspect-ratio: 4 / 5;
  border-radius: 12px;
}

.product__detail {
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  display: flex;
}

.product__brand {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: .72rem;
}

.product__title {
  font-family: var(--font-display);
  margin: 0;
  font-size: 2.4rem;
  font-weight: 400;
}

.product__price {
  color: var(--muted);
  margin: 0;
  font-size: 1.2rem;
}

.product__desc {
  color: var(--fg);
  max-width: 42ch;
  line-height: 1.7;
}

.product__dimensions {
  color: var(--muted);
  margin: -.5rem 0 0;
  font-size: .85rem;
}

@media (width <= 720px) {
  .product {
    grid-template-columns: 1fr;
  }
}

.brand-hero {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) 1.5rem 1rem;
}

.brand-hero__title {
  font-family: var(--font-display);
  margin: .5rem 0;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 400;
}

.brand-hero__intro {
  color: var(--muted);
  line-height: 1.7;
}

.cart-list {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.cart-row {
  border-bottom: 1px solid var(--muted);
  grid-template-columns: 64px 1fr auto auto auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 0;
  display: grid;
}

@supports (color: color-mix(in lab, red, red)) {
  .cart-row {
    border-bottom: 1px solid color-mix(in srgb, var(--muted) 15%, transparent);
  }
}

.cart-row__thumb {
  border-radius: 6px;
  width: 64px;
  height: 80px;
}

.cart-row__info {
  flex-direction: column;
  gap: .2rem;
  display: flex;
}

.cart-row__title {
  font-size: 1rem;
}

.cart-qty {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.cart-qty button {
  cursor: pointer;
  border: 1px solid var(--muted);
  border-radius: 6px;
  width: 28px;
  height: 28px;
}

@supports (color: color-mix(in lab, red, red)) {
  .cart-qty button {
    border: 1px solid color-mix(in srgb, var(--muted) 30%, transparent);
  }
}

.cart-qty button {
  color: var(--fg);
  background: none;
  font-size: 1rem;
  line-height: 1;
}

.cart-row__total {
  text-align: right;
  min-width: 4rem;
}

.cart-row__remove {
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: none;
  font-size: .8rem;
  text-decoration: underline;
}

.cart-summary {
  border-top: 1px solid var(--muted);
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  display: flex;
}

@supports (color: color-mix(in lab, red, red)) {
  .cart-summary {
    border-top: 1px solid color-mix(in srgb, var(--muted) 25%, transparent);
  }
}

.cart-summary__total {
  font-size: 1.2rem;
}

.auth {
  justify-content: center;
  padding: clamp(2rem, 6vw, 5rem) 1.25rem;
  display: flex;
}

.auth-card {
  border: 1px solid var(--muted);
  flex-direction: column;
  gap: 1.1rem;
  width: 100%;
  max-width: 27rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: flex;
}

@supports (color: color-mix(in lab, red, red)) {
  .auth-card {
    border: 1px solid color-mix(in srgb, var(--muted) 18%, transparent);
  }
}

.auth-card {
  background: var(--bg);
  border-radius: 14px;
}

@supports (color: color-mix(in lab, red, red)) {
  .auth-card {
    background: color-mix(in srgb, var(--bg) 60%, #fff 6%);
  }
}

.auth-card__title {
  font-family: var(--font-display);
  margin: 0;
  font-size: 1.7rem;
  font-weight: 400;
}

.auth-card__alt {
  color: var(--muted);
  margin: 0;
  font-size: .88rem;
}

.field {
  color: var(--muted);
  flex-direction: column;
  gap: .4rem;
  font-size: .85rem;
  display: flex;
}

.field input {
  border: 1px solid var(--muted);
  border-radius: 8px;
  padding: .7rem .85rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .field input {
    border: 1px solid color-mix(in srgb, var(--muted) 30%, transparent);
  }
}

.field input {
  background: var(--bg);
  color: var(--fg);
  font-size: 1rem;
}

.field input:focus {
  border-color: var(--accent);
  outline: none;
}

.auth-error {
  color: #b3452f;
  margin: 0;
  font-size: .85rem;
}

.totp-secret {
  letter-spacing: .12em;
  background: var(--muted);
  border-radius: 8px;
  padding: .75rem;
  font-family: ui-monospace, monospace;
  font-size: 1.05rem;
  display: block;
}

@supports (color: color-mix(in lab, red, red)) {
  .totp-secret {
    background: color-mix(in srgb, var(--muted) 12%, transparent);
  }
}

.totp-secret {
  word-break: break-all;
}

.totp-uri {
  word-break: break-all;
  font-size: .72rem;
}

.backup-codes {
  grid-template-columns: repeat(2, 1fr);
  gap: .4rem;
  padding: 0;
  font-family: ui-monospace, monospace;
  list-style: none;
  display: grid;
}

.auth-section {
  max-width: 40rem;
}

.account-card {
  flex-direction: column;
  gap: .8rem;
  display: flex;
}

.account-row {
  border-bottom: 1px solid var(--muted);
  justify-content: space-between;
  margin: 0;
  padding: .5rem 0;
  display: flex;
}

@supports (color: color-mix(in lab, red, red)) {
  .account-row {
    border-bottom: 1px solid color-mix(in srgb, var(--muted) 12%, transparent);
  }
}

.account-actions {
  gap: .75rem;
  margin-top: 1rem;
  display: flex;
}

.orders-section {
  margin-top: 2.5rem;
}

.orders-list {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.order-card {
  border: 1px solid var(--muted);
}

@supports (color: color-mix(in lab, red, red)) {
  .order-card {
    border: 1px solid color-mix(in srgb, var(--muted) 16%, transparent);
  }
}

.order-card {
  border-radius: 12px;
  padding: 1rem 1.25rem;
}

.order-head {
  border-bottom: 1px solid var(--muted);
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: .6rem;
  padding-bottom: .6rem;
  display: flex;
}

@supports (color: color-mix(in lab, red, red)) {
  .order-head {
    border-bottom: 1px solid color-mix(in srgb, var(--muted) 12%, transparent);
  }
}

.order-head {
  font-size: .9rem;
}

.order-line {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .35rem 0;
  font-size: .9rem;
  display: flex;
}

.checkout-grid {
  grid-template-columns: 1.4fr 1fr;
  align-items: start;
  gap: clamp(1.5rem, 4vw, 3rem);
  display: grid;
}

.checkout-form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.checkout-row {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  display: grid;
}

.check {
  color: var(--muted);
  align-items: flex-start;
  gap: .6rem;
  font-size: .85rem;
  line-height: 1.5;
  display: flex;
}

.check input {
  margin-top: .2rem;
}

.checkout-summary {
  border: 1px solid var(--muted);
  padding: 1.5rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .checkout-summary {
    border: 1px solid color-mix(in srgb, var(--muted) 18%, transparent);
  }
}

.checkout-summary {
  background: var(--bg);
  border-radius: 12px;
}

@supports (color: color-mix(in lab, red, red)) {
  .checkout-summary {
    background: color-mix(in srgb, var(--bg) 60%, #fff 6%);
  }
}

.checkout-line {
  justify-content: space-between;
  padding: .4rem 0;
  font-size: .9rem;
  display: flex;
}

.checkout-total {
  border-top: 1px solid var(--muted);
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
  display: flex;
}

@supports (color: color-mix(in lab, red, red)) {
  .checkout-total {
    border-top: 1px solid color-mix(in srgb, var(--muted) 25%, transparent);
  }
}

.checkout-total {
  font-size: 1.1rem;
}

@media (width <= 720px) {
  .checkout-grid {
    grid-template-columns: 1fr;
  }
}

.admin {
  grid-template-columns: 200px 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  display: grid;
}

.admin-nav {
  flex-direction: column;
  align-self: start;
  gap: .35rem;
  display: flex;
  position: sticky;
  top: 5rem;
}

.admin-nav__title {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 .5rem;
  font-size: .72rem;
}

.admin-nav a {
  color: var(--muted);
  padding: .35rem 0;
  font-size: .92rem;
  transition: color .15s;
}

.admin-nav a:hover {
  color: var(--fg);
}

.admin-main {
  min-width: 0;
}

.stat-grid {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
  display: grid;
}

.stat {
  border: 1px solid var(--muted);
  border-radius: 12px;
  flex-direction: column;
  gap: .3rem;
  padding: 1.25rem;
  display: flex;
}

@supports (color: color-mix(in lab, red, red)) {
  .stat {
    border: 1px solid color-mix(in srgb, var(--muted) 16%, transparent);
  }
}

.stat {
  background: var(--bg);
}

@supports (color: color-mix(in lab, red, red)) {
  .stat {
    background: color-mix(in srgb, var(--bg) 60%, #fff 6%);
  }
}

.stat__value {
  font-family: var(--font-display);
  font-size: 1.8rem;
}

.stat__label {
  color: var(--muted);
  font-size: .78rem;
}

.admin-form {
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.admin-form input, .admin-form select {
  border: 1px solid var(--muted);
  border-radius: 8px;
  padding: .55rem .7rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .admin-form input, .admin-form select {
    border: 1px solid color-mix(in srgb, var(--muted) 28%, transparent);
  }
}

.admin-form input, .admin-form select {
  background: var(--bg);
  color: var(--fg);
  font-size: .9rem;
}

.admin-form .btn {
  padding: .55rem 1.1rem;
}

.admin-table {
  border-collapse: collapse;
  width: 100%;
  font-size: .9rem;
}

.admin-table th {
  text-align: left;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .5rem .6rem;
  font-size: .78rem;
  font-weight: 400;
}

.admin-table td {
  border-top: 1px solid var(--muted);
  padding: .7rem .6rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .admin-table td {
    border-top: 1px solid color-mix(in srgb, var(--muted) 12%, transparent);
  }
}

.tag {
  letter-spacing: .08em;
  background: var(--muted);
  border-radius: 5px;
  padding: .2rem .5rem;
  font-size: .7rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .tag {
    background: color-mix(in srgb, var(--muted) 15%, transparent);
  }
}

.btn-sm {
  cursor: pointer;
  border: 1px solid var(--muted);
  border-radius: 6px;
  padding: .3rem .7rem;
  font-size: .78rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .btn-sm {
    border: 1px solid color-mix(in srgb, var(--muted) 30%, transparent);
  }
}

.btn-sm {
  color: var(--fg);
  background: none;
}

.row-actions {
  flex-wrap: wrap;
  gap: .4rem;
  display: flex;
}

.review-list {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.review-card {
  border: 1px solid var(--muted);
  padding: 1.25rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .review-card {
    border: 1px solid color-mix(in srgb, var(--muted) 16%, transparent);
  }
}

.review-card {
  border-radius: 12px;
}

.review-json {
  white-space: pre-wrap;
  word-break: break-word;
  background: var(--muted);
  font-size: .8rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .review-json {
    background: color-mix(in srgb, var(--muted) 10%, transparent);
  }
}

.review-json {
  border-radius: 8px;
  padding: .75rem;
}

.review-actions {
  gap: .6rem;
  margin-top: .75rem;
  display: flex;
}

@media (width <= 720px) {
  .admin {
    grid-template-columns: 1fr;
  }

  .admin-nav {
    flex-flow: wrap;
    position: static;
  }
}

.tone-0 {
  background: linear-gradient(145deg, #d9cfc0, #b9a891);
}

.tone-1 {
  background: linear-gradient(145deg, #c7d0c9, #97a99f);
}

.tone-2 {
  background: linear-gradient(145deg, #dcd3c3, #c0a486);
}

.tone-3 {
  background: linear-gradient(145deg, #cdd6da, #9aacb3);
}

.tone-4 {
  background: linear-gradient(145deg, #e0d6cb, #c8a68a);
}

.announce {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--fg);
  font-size: .74rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .announce {
    color: color-mix(in srgb, var(--fg) 70%, transparent);
  }
}

.announce {
  background: var(--accent);
}

@supports (color: color-mix(in lab, red, red)) {
  .announce {
    background: color-mix(in srgb, var(--accent) 16%, var(--bg));
  }
}

.announce {
  padding: .55rem 1rem;
}

.site-header {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  display: grid;
}

.site-header__logo {
  text-align: center;
  justify-self: center;
}

.site-header__nav--left {
  justify-content: flex-start;
}

.site-header__nav--right {
  justify-content: flex-end;
}

.site-header__nav a {
  padding-bottom: 2px;
  position: relative;
}

.site-header__nav a:after {
  content: "";
  background: var(--accent);
  width: 0;
  height: 1px;
  transition: width .28s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.site-header__nav a:hover:after {
  width: 100%;
}

@media (width <= 640px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .site-header__nav--left {
    display: none;
  }
}

.section__head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1.75rem;
  display: flex;
}

.section__head .section__title {
  margin: 0;
}

.section__eyebrow {
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 .4rem;
  font-size: .7rem;
}

.section__link {
  color: var(--muted);
  white-space: nowrap;
  font-size: .9rem;
  transition: color .2s;
}

.section__link:hover {
  color: var(--fg);
}

.hero__cta {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  animation: .9s cubic-bezier(.22, .61, .19, 1) .28s both rise;
  display: flex;
}

.hero__note {
  color: var(--muted);
  font-size: .82rem;
}

.brand-chip {
  color: var(--fg);
  border: 1px solid var(--muted);
  border-radius: 999px;
  padding: .6rem 1.25rem;
  font-size: .9rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .brand-chip {
    border: 1px solid color-mix(in srgb, var(--muted) 26%, transparent);
  }
}

.brand-chip {
  background: var(--bg);
}

@supports (color: color-mix(in lab, red, red)) {
  .brand-chip {
    background: color-mix(in srgb, var(--bg) 50%, #fff 4%);
  }
}

.brand-chip {
  transition: transform .2s, border-color .2s, background .2s;
}

.brand-chip:hover {
  border-color: var(--accent);
  background: var(--accent);
  transform: translateY(-2px);
}

@supports (color: color-mix(in lab, red, red)) {
  .brand-chip:hover {
    background: color-mix(in srgb, var(--accent) 8%, var(--bg));
  }
}

.product-grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2rem 1.75rem;
}

.product-card__media {
  aspect-ratio: 4 / 5;
  background: var(--muted);
  border-radius: 12px;
  margin-bottom: .9rem;
  overflow: hidden;
}

@supports (color: color-mix(in lab, red, red)) {
  .product-card__media {
    background: color-mix(in srgb, var(--muted) 12%, transparent);
  }
}

.product-card__image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: transform .7s cubic-bezier(.22, .61, .19, 1);
  display: block;
}

.product-card:hover .product-card__image {
  box-shadow: none;
  transform: scale(1.05);
}

.product-card__body {
  gap: .3rem;
}

.product-card__price {
  color: var(--fg);
}

.product {
  gap: clamp(2rem, 6vw, 5rem);
}

.product__media {
  aspect-ratio: 4 / 5;
  background: var(--muted);
  border-radius: 14px;
  overflow: hidden;
}

@supports (color: color-mix(in lab, red, red)) {
  .product__media {
    background: color-mix(in srgb, var(--muted) 12%, transparent);
  }
}

.product__image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.product__tagline {
  font-family: var(--font-display);
  color: var(--muted);
  margin: -.4rem 0 0;
  font-size: 1.15rem;
  font-style: italic;
}

.product__meta {
  border-top: 1px solid var(--muted);
  margin: .5rem 0 0;
  padding: 1.25rem 0 0;
  list-style: none;
}

@supports (color: color-mix(in lab, red, red)) {
  .product__meta {
    border-top: 1px solid color-mix(in srgb, var(--muted) 16%, transparent);
  }
}

.product__meta {
  color: var(--muted);
  flex-direction: column;
  gap: .5rem;
  font-size: .85rem;
  display: flex;
}

.product__meta li {
  padding-left: 1.1rem;
  position: relative;
}

.product__meta li:before {
  content: "—";
  color: var(--accent);
  position: absolute;
  left: 0;
}

.btn--block {
  text-align: center;
  width: 100%;
}

.shop-hero {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 5rem) 1.5rem .5rem;
}

.shop-count, .brand-hero__count {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 1.5rem;
  font-size: .8rem;
}

.filter-bar {
  flex-wrap: wrap;
  gap: .6rem;
  margin: 0 0 1.75rem;
  display: flex;
}

.filter-pill {
  font-family: var(--font-sans);
  letter-spacing: .02em;
  color: var(--fg);
  border: 1px solid var(--fg);
  background: none;
  font-size: .8rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .filter-pill {
    border: 1px solid color-mix(in srgb, var(--fg) 18%, transparent);
  }
}

.filter-pill {
  cursor: pointer;
  border-radius: 999px;
  padding: .45rem 1rem;
  transition: background-color .15s, border-color .15s, color .15s;
}

.filter-pill:hover {
  border-color: var(--accent);
}

.filter-pill.is-active {
  background: var(--fg);
  color: var(--bg);
  border-color: var(--fg);
}

.site-footer {
  margin-top: 5rem;
  padding: 3.5rem clamp(1.25rem, 5vw, 4rem) 2rem;
}

.site-footer__grid {
  border-bottom: 1px solid var(--muted);
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
  display: grid;
}

@supports (color: color-mix(in lab, red, red)) {
  .site-footer__grid {
    border-bottom: 1px solid color-mix(in srgb, var(--muted) 15%, transparent);
  }
}

.site-footer__brand {
  flex-direction: column;
  gap: .75rem;
  max-width: 22rem;
  display: flex;
}

.site-footer__logo {
  letter-spacing: .28em;
  font-size: .95rem;
  font-weight: 600;
}

.site-footer__col {
  flex-direction: column;
  gap: .5rem;
  font-size: .9rem;
  display: flex;
}

.site-footer__col a {
  color: var(--muted);
  transition: color .2s;
}

.site-footer__col a:hover {
  color: var(--fg);
}

.site-footer__head {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--fg);
  margin-bottom: .35rem;
  font-size: .72rem;
}

.site-footer__base {
  justify-content: space-between;
  padding-top: 1.5rem;
  font-size: .8rem;
  display: flex;
}

@media (width <= 720px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .section__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.bg-orbs {
  z-index: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.orb {
  filter: blur(72px);
  opacity: .42;
  will-change: transform;
  border-radius: 50%;
  position: absolute;
}

.orb--1 {
  background: radial-gradient(circle, var(--accent), transparent 68%);
  width: 46vw;
  height: 46vw;
  top: -12vw;
  left: -8vw;
}

@supports (color: color-mix(in lab, red, red)) {
  .orb--1 {
    background: radial-gradient(circle, color-mix(in srgb, var(--accent) 60%, transparent), transparent 68%);
  }
}

.orb--1 {
  animation: 28s ease-in-out infinite drift1;
}

.orb--2 {
  background: radial-gradient(circle, rgba(138, 154, 134, .55), rgba(0, 0, 0, 0) 68%);
  width: 40vw;
  height: 40vw;
  top: 32vh;
  right: -14vw;
}

@supports (color: color-mix(in lab, red, red)) {
  .orb--2 {
    background: radial-gradient(circle, color-mix(in srgb, var(--color-sage) 55%, transparent), transparent 68%);
  }
}

.orb--2 {
  animation: 34s ease-in-out infinite drift2;
}

.orb--3 {
  background: radial-gradient(circle, var(--accent), transparent 70%);
  width: 34vw;
  height: 34vw;
  bottom: -14vw;
  left: 24vw;
}

@supports (color: color-mix(in lab, red, red)) {
  .orb--3 {
    background: radial-gradient(circle, color-mix(in srgb, var(--accent) 42%, transparent), transparent 70%);
  }
}

.orb--3 {
  animation: 40s ease-in-out infinite drift3;
}

@keyframes drift1 {
  0%, 100% {
    transform: translate(0) scale(1);
  }

  50% {
    transform: translate(4vw, 3vh) scale(1.08);
  }
}

@keyframes drift2 {
  0%, 100% {
    transform: translate(0) scale(1);
  }

  50% {
    transform: translate(-3vw, -4vh) scale(1.12);
  }
}

@keyframes drift3 {
  0%, 100% {
    transform: translate(0) scale(1);
  }

  50% {
    transform: translate(3vw, -2vh) scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .orb {
    animation: none;
  }
}

.announce, .site-main, .site-footer {
  z-index: 1;
  position: relative;
}

.product-card__media {
  box-shadow: 0 14px 38px -26px rgba(28, 27, 25, .4);
}

.product-card:hover .product-card__media {
  box-shadow: 0 22px 50px -24px rgba(28, 27, 25, .42);
}

.stat, .checkout-summary, .auth-card, .order-card, .account-card, .review-card {
  box-shadow: 0 12px 40px -30px rgba(28, 27, 25, .35);
}

.product__gallery {
  flex-direction: column;
  gap: .9rem;
  display: flex;
}

.product__media {
  box-shadow: 0 26px 60px -34px rgba(28, 27, 25, .45);
}

.product__thumbs {
  gap: .6rem;
  display: flex;
}

.product__thumb {
  cursor: pointer;
  border: 1px solid var(--muted);
  border-radius: 9px;
  width: 66px;
  height: 82px;
  padding: 0;
  overflow: hidden;
}

@supports (color: color-mix(in lab, red, red)) {
  .product__thumb {
    border: 1px solid color-mix(in srgb, var(--muted) 22%, transparent);
  }
}

.product__thumb {
  opacity: .6;
  background: none;
  transition: opacity .2s, border-color .2s, transform .2s;
}

.product__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.product__thumb:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.product__thumb.is-active {
  opacity: 1;
  border-color: var(--accent);
}

.admin-product {
  align-items: center;
  gap: .8rem;
  display: flex;
}

.admin-thumb {
  object-fit: cover;
  border-radius: 6px;
  flex: none;
  width: 44px;
  height: 54px;
  display: block;
}

.admin-thumb--empty {
  background: var(--muted);
}

@supports (color: color-mix(in lab, red, red)) {
  .admin-thumb--empty {
    background: color-mix(in srgb, var(--muted) 15%, transparent);
  }
}

.admin-link {
  color: var(--fg);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color .2s;
}

.admin-link:hover {
  border-color: var(--accent);
}

.site-header__logo {
  font-family: var(--font-display);
  letter-spacing: .015em;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}

.site-footer__logo {
  font-family: var(--font-display);
  letter-spacing: .015em;
  font-size: 1.35rem;
  font-weight: 500;
}

@media (width <= 640px) {
  .site-header__logo {
    font-size: 1.4rem;
  }
}

.cart-row__thumb {
  object-fit: cover;
}

img.cart-row__thumb {
  display: block;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@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
}
