/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.top-\[74px\] {
  top: 74px;
}
.top-full {
  top: 100%;
}
.-left-\[10000px\] {
  left: calc(10000px * -1);
}
.left-1\/2 {
  left: calc(1 / 2 * 100%);
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-first {
  order: -9999;
}
.col-span-full {
  grid-column: 1 / -1;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.size-\[26px\] {
  width: 26px;
  height: 26px;
}
.h-\[74px\] {
  height: 74px;
}
.h-\[118px\] {
  height: 118px;
}
.h-\[440px\] {
  height: 440px;
}
.h-\[520px\] {
  height: 520px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.min-h-\[26px\] {
  min-height: 26px;
}
.min-h-\[34px\] {
  min-height: 34px;
}
.min-h-\[38px\] {
  min-height: 38px;
}
.min-h-\[46px\] {
  min-height: 46px;
}
.min-h-\[520px\] {
  min-height: 520px;
}
.min-h-\[calc\(100svh-74px\)\] {
  min-height: calc(100svh - 74px);
}
.min-h-\[calc\(100svh-76px\)\] {
  min-height: calc(100svh - 76px);
}
.min-h-screen {
  min-height: 100vh;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[155\%\] {
  width: 155%;
}
.w-\[min\(330px\,calc\(100vw-28px\)\)\] {
  width: min(330px, calc(100vw - 28px));
}
.w-\[min\(420px\,100\%\)\] {
  width: min(420px, 100%);
}
.w-\[min\(620px\,100\%\)\] {
  width: min(620px, 100%);
}
.w-\[min\(720px\,100\%\)\] {
  width: min(720px, 100%);
}
.w-\[min\(1180px\,calc\(100\%-24px\)\)\] {
  width: min(1180px, calc(100% - 24px));
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.max-w-\[12ch\] {
  max-width: 12ch;
}
.max-w-\[14ch\] {
  max-width: 14ch;
}
.max-w-\[42vw\] {
  max-width: 42vw;
}
.max-w-\[390px\] {
  max-width: 390px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-full {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-\[140\%\] {
  --tw-translate-y: calc(140% * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-rotate-45 {
  rotate: calc(45deg * -1);
}
.rotate-45 {
  rotate: 45deg;
}
.rotate-\[35deg\] {
  rotate: 35deg;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[18px_1fr\] {
  grid-template-columns: 18px 1fr;
}
.grid-cols-\[auto_1fr_auto\] {
  grid-template-columns: auto 1fr auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.content-start {
  align-content: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[9px\] {
  gap: 9px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[52px\] {
  gap: 52px;
}
.gap-\[clamp\(16px\,3vw\,34px\)\] {
  gap: clamp(16px, 3vw, 34px);
}
.gap-\[clamp\(24px\,5vw\,64px\)\] {
  gap: clamp(24px, 5vw, 64px);
}
.divide-y {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.justify-self-center {
  justify-self: center;
}
.justify-self-start {
  justify-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-4 {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.border-y {
  border-block-style: var(--tw-border-style);
  border-block-width: 1px;
}
.border-y-2 {
  border-block-style: var(--tw-border-style);
  border-block-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-r {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-l {
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-\[\#0b70ff52\] {
  border-color: #0b70ff52;
}
.border-\[\#0b70ff\] {
  border-color: #0b70ff;
}
.border-\[\#0b70ffa6\] {
  border-color: #0b70ffa6;
}
.border-\[\#222429\] {
  border-color: #222429;
}
.border-\[\#2224291f\] {
  border-color: #2224291f;
}
.border-\[\#2224292e\] {
  border-color: #2224292e;
}
.border-\[\#2224293d\] {
  border-color: #2224293d;
}
.border-\[\#22242914\] {
  border-color: #22242914;
}
.border-\[\#22242924\] {
  border-color: #22242924;
}
.border-\[\#22242947\] {
  border-color: #22242947;
}
.border-\[\#fffaf0b3\] {
  border-color: #fffaf0b3;
}
.border-\[\#fffaf02e\] {
  border-color: #fffaf02e;
}
.border-\[\#fffaf029\] {
  border-color: #fffaf029;
}
.border-\[\#fffaf033\] {
  border-color: #fffaf033;
}
.border-\[\#ffffff2e\] {
  border-color: #ffffff2e;
}
.bg-\[\#0b70ff0d\] {
  background-color: #0b70ff0d;
}
.bg-\[\#0b70ff1f\] {
  background-color: #0b70ff1f;
}
.bg-\[\#0b70ff\] {
  background-color: #0b70ff;
}
.bg-\[\#222429\] {
  background-color: #222429;
}
.bg-\[\#222429e8\] {
  background-color: #222429e8;
}
.bg-\[\#222429f5\] {
  background-color: #222429f5;
}
.bg-\[\#2224296b\] {
  background-color: #2224296b;
}
.bg-\[\#a9abaec7\] {
  background-color: #a9abaec7;
}
.bg-\[\#d2d4d6c7\] {
  background-color: #d2d4d6c7;
}
.bg-\[\#e9e3d7\] {
  background-color: #e9e3d7;
}
.bg-\[\#f5f0e6\] {
  background-color: #f5f0e6;
}
.bg-\[\#f5f0e6d1\] {
  background-color: #f5f0e6d1;
}
.bg-\[\#fffaf0ad\] {
  background-color: #fffaf0ad;
}
.bg-\[\#fffaf0b8\] {
  background-color: #fffaf0b8;
}
.bg-\[\#fffaf0d6\] {
  background-color: #fffaf0d6;
}
.bg-\[\#fffaf0d9\] {
  background-color: #fffaf0d9;
}
.bg-\[\#fffaf00f\] {
  background-color: #fffaf00f;
}
.bg-\[\#fffaf014\] {
  background-color: #fffaf014;
}
.bg-\[\#fffdf8\] {
  background-color: #fffdf8;
}
.bg-\[linear-gradient\(135deg\,\#0b70ff\,transparent_58\%\)\,\#222429\] {
  background-color: linear-gradient(135deg,#0b70ff,transparent 58%),#222429;
}
.bg-\[linear-gradient\(135deg\,rgba\(255\,250\,240\,\.82\)\,transparent_54\%\)\,rgba\(11\,112\,255\,\.64\)\] {
  background-color: linear-gradient(135deg,rgba(255,250,240,.82),transparent 54%),rgba(11,112,255,.64);
}
.bg-current {
  background-color: currentcolor;
}
.bg-transparent {
  background-color: transparent;
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.object-cover {
  object-fit: cover;
}
.object-\[center_38\%\] {
  object-position: center 38%;
}
.p-\[22px\] {
  padding: 22px;
}
.p-\[34px\] {
  padding: 34px;
}
.p-\[clamp\(16px\,3vw\,24px\)\] {
  padding: clamp(16px, 3vw, 24px);
}
.p-\[clamp\(18px\,4vw\,38px\)\] {
  padding: clamp(18px, 4vw, 38px);
}
.p-\[clamp\(22px\,4vw\,38px\)\] {
  padding: clamp(22px, 4vw, 38px);
}
.px-\[9px\] {
  padding-inline: 9px;
}
.px-\[13px\] {
  padding-inline: 13px;
}
.px-\[18px\] {
  padding-inline: 18px;
}
.py-\[74px_28px\] {
  padding-block: 74px 28px;
}
.py-\[74px_72px\] {
  padding-block: 74px 72px;
}
.py-\[74px_78px\] {
  padding-block: 74px 78px;
}
.py-\[74px_96px\] {
  padding-block: 74px 96px;
}
.py-\[clamp\(46px\,8vw\,92px\)\] {
  padding-block: clamp(46px, 8vw, 92px);
}
.pt-\[22px\] {
  padding-top: 22px;
}
.pb-\[78px\] {
  padding-bottom: 78px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-\[\.82rem\] {
  font-size: .82rem;
}
.text-\[\.95rem\] {
  font-size: .95rem;
}
.text-\[1\.4rem\] {
  font-size: 1.4rem;
}
.text-\[clamp\(1\.8rem\,4vw\,3rem\)\] {
  font-size: clamp(1.8rem, 4vw, 3rem);
}
.text-\[clamp\(1\.55rem\,3vw\,2\.35rem\)\] {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}
.text-\[clamp\(1rem\,2vw\,1\.28rem\)\] {
  font-size: clamp(1rem, 2vw, 1.28rem);
}
.text-\[clamp\(2\.2rem\,5vw\,4\.6rem\)\] {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
}
.text-\[clamp\(2rem\,4vw\,3\.4rem\)\] {
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.text-\[clamp\(3rem\,15vw\,6\.9rem\)\] {
  font-size: clamp(3rem, 15vw, 6.9rem);
}
.leading-\[\.92\] {
  --tw-leading: .92;
  line-height: .92;
}
.leading-\[\.94\] {
  --tw-leading: .94;
  line-height: .94;
}
.leading-\[\.98\] {
  --tw-leading: .98;
  line-height: .98;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.tracking-\[\.2em\] {
  --tw-tracking: .2em;
  letter-spacing: .2em;
}
.tracking-\[\.12em\] {
  --tw-tracking: .12em;
  letter-spacing: .12em;
}
.tracking-\[\.14em\] {
  --tw-tracking: .14em;
  letter-spacing: .14em;
}
.tracking-\[\.15em\] {
  --tw-tracking: .15em;
  letter-spacing: .15em;
}
.tracking-\[\.16em\] {
  --tw-tracking: .16em;
  letter-spacing: .16em;
}
.tracking-\[\.22em\] {
  --tw-tracking: .22em;
  letter-spacing: .22em;
}
.tracking-\[\.25em\] {
  --tw-tracking: .25em;
  letter-spacing: .25em;
}
.tracking-\[\.28em\] {
  --tw-tracking: .28em;
  letter-spacing: .28em;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#0b70ff\] {
  color: #0b70ff;
}
.text-\[\#3a3d44\] {
  color: #3a3d44;
}
.text-\[\#9f1d20\] {
  color: #9f1d20;
}
.text-\[\#074eb6\] {
  color: #074eb6;
}
.text-\[\#176b3a\] {
  color: #176b3a;
}
.text-\[\#60636a\] {
  color: #60636a;
}
.text-\[\#222429\] {
  color: #222429;
}
.text-\[\#b42318\] {
  color: #b42318;
}
.text-\[\#fffaf0\] {
  color: #fffaf0;
}
.text-\[\#fffaf0b8\] {
  color: #fffaf0b8;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.underline {
  text-decoration-line: underline;
}
.shadow-\[0_0_0_6px_rgba\(11\,112\,255\,\.12\)\] {
  --tw-shadow: 0 0 0 6px var(--tw-shadow-color, rgba(11,112,255,.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_0_0_14px_rgba\(255\,250\,240\,\.1\)\] {
  --tw-shadow: 0 0 0 14px var(--tw-shadow-color, rgba(255,250,240,.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_16px_48px_rgba\(34\,36\,41\,\.08\)\] {
  --tw-shadow: 0 16px 48px var(--tw-shadow-color, rgba(34,36,41,.08));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_18px_45px_rgba\(34\,36\,41\,\.12\)\] {
  --tw-shadow: 0 18px 45px var(--tw-shadow-color, rgba(34,36,41,.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_18px_54px_rgba\(34\,36\,41\,\.12\)\] {
  --tw-shadow: 0 18px 54px var(--tw-shadow-color, rgba(34,36,41,.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_24px_80px_rgba\(34\,36\,41\,\.1\)\] {
  --tw-shadow: 0 24px 80px var(--tw-shadow-color, rgba(34,36,41,.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.group-open\:hidden {
  &:is(:where(.group):is([open], :popover-open, :open) *) {
    display: none;
  }
}
.group-open\:inline {
  &:is(:where(.group):is([open], :popover-open, :open) *) {
    display: inline;
  }
}
.placeholder\:text-\[\#71747a\] {
  &::placeholder {
    color: #71747a;
  }
}
.placeholder\:text-\[\#22242966\] {
  &::placeholder {
    color: #22242966;
  }
}
.after\:rotate-45 {
  &::after {
    content: var(--tw-content);
    rotate: 45deg;
  }
}
.after\:border-t-2 {
  &::after {
    content: var(--tw-content);
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
}
.after\:border-r-2 {
  &::after {
    content: var(--tw-content);
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
}
.after\:content-\[\'\'\] {
  &::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}
.hover\:border-\[\#0b70ff80\] {
  &:hover {
    @media (hover: hover) {
      border-color: #0b70ff80;
    }
  }
}
.hover\:border-\[\#0b70ff\] {
  &:hover {
    @media (hover: hover) {
      border-color: #0b70ff;
    }
  }
}
.hover\:bg-\[\#0b70ff\] {
  &:hover {
    @media (hover: hover) {
      background-color: #0b70ff;
    }
  }
}
.hover\:text-\[\#0b70ff\] {
  &:hover {
    @media (hover: hover) {
      color: #0b70ff;
    }
  }
}
.hover\:shadow-\[0_22px_70px_rgba\(34\,36\,41\,\.14\)\] {
  &:hover {
    @media (hover: hover) {
      --tw-shadow: 0 22px 70px var(--tw-shadow-color, rgba(34,36,41,.14));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
.focus\:border-\[\#0b70ff\] {
  &:focus {
    border-color: #0b70ff;
  }
}
.focus\:bg-\[\#fffaf0eb\] {
  &:focus {
    background-color: #fffaf0eb;
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-3 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-4 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-\[\#0b70ff3d\] {
  &:focus {
    --tw-ring-color: #0b70ff3d;
  }
}
.focus\:ring-\[\#0b70ff24\] {
  &:focus {
    --tw-ring-color: #0b70ff24;
  }
}
.disabled\:cursor-wait {
  &:disabled {
    cursor: wait;
  }
}
.disabled\:opacity-60 {
  &:disabled {
    opacity: 60%;
  }
}
.disabled\:opacity-65 {
  &:disabled {
    opacity: 65%;
  }
}
:root {
  --depot-menu-font: "Century Gothic", "Montserrat", "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  --ink: #211914;
  --muted: #70645b;
  --paper: #fff8ee;
  --tile: #efe0cc;
  --copper: #a8673f;
  --copper-deep: #6b3a24;
  --brick: #8f432d;
  --brick-dark: #5a261a;
  --cream: #f5e4cf;
  --charcoal: #2b211b;
  --white: #fffdf8;
  --line: rgba(66, 43, 28, 0.16);
  --shadow: 0 24px 80px rgba(91, 61, 35, 0.18);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(168, 103, 63, 0.16), transparent 34rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.78), rgba(239, 224, 204, 0.34)),
    var(--paper);
  color: var(--ink);
  font-family: var(--depot-menu-font);
  letter-spacing: 0.02em;
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.floating-menu-link {
  position: fixed;
  z-index: 50;
  top: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 38px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 46px;
  padding: 0 22px;
  background: #fff;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 0;
  color: var(--ink);
  font-family: var(--depot-menu-font);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: background-color 0.45s ease, color 0.45s ease, border-color 0.45s ease;
}
.floating-menu-link:hover,
.floating-menu-link:focus-visible {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.86);
  color: #fff;
}
.menu-modal-open {
  overflow: hidden;
}
.menu-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 260ms ease;
}
.menu-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}
.menu-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 11, 9, 0.82);
  backdrop-filter: blur(10px);
}
.menu-modal-panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 920px);
  max-height: 92vh;
  overflow: auto;
  background: var(--white);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  transform: translateY(18px) scale(0.98);
  transition: transform 260ms ease;
}
.menu-modal.is-open .menu-modal-panel {
  transform: translateY(0) scale(1);
}
.menu-modal-panel img {
  width: 100%;
  height: auto;
}
.menu-modal-close {
  position: sticky;
  z-index: 2;
  top: 0;
  float: right;
  margin: 12px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background-color 220ms ease, color 220ms ease;
}
.menu-modal-close:hover,
.menu-modal-close:focus-visible {
  background: var(--white);
  color: var(--ink);
}
.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(255, 248, 238, 0.16), rgba(40, 24, 15, 0.12)),
    repeating-linear-gradient(90deg, rgba(80, 44, 24, 0.24) 0 2px, transparent 2px 92px),
    linear-gradient(90deg, #4b2c18, #9d6339 36%, #6d3c22 70%, #2b1a12);
  border-bottom: 1px solid rgba(255, 248, 238, 0.28);
  box-shadow: 0 12px 32px rgba(33, 25, 20, 0.2);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.site-header.is-scrolled,
.site-header.compact {
  background: linear-gradient(180deg, rgba(255, 248, 238, 0.18), rgba(40, 24, 15, 0.08)),
    repeating-linear-gradient(90deg, rgba(55, 31, 17, 0.28) 0 2px, transparent 2px 86px),
    linear-gradient(90deg, #5a341d, #b27846 40%, #744124 72%, #2b1a12);
  color: var(--white);
  box-shadow: 0 10px 35px rgba(24, 24, 22, 0.22);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 2px solid rgba(255, 248, 238, 0.65);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(24, 14, 8, 0.28);
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font-size: 0.95rem;
}
.brand small {
  color: currentColor;
  opacity: 0.72;
  font-size: 0.78rem;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
  padding: 10px 16px;
  background: rgba(38, 22, 13, 0.28);
  border: 1px solid rgba(255, 248, 238, 0.18);
  border-radius: 8px;
  font-size: 0.9rem;
}
.main-nav a,
.text-link {
  border-bottom: 1px solid transparent;
}
.main-nav a:hover,
.text-link:hover {
  border-color: currentColor;
}
.nav-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 7px;
  font-family: var(--depot-menu-font);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nav-action {
  min-width: 78px;
  background: rgba(255, 248, 238, 0.14);
  border-color: rgba(255, 248, 238, 0.5);
}
.button.primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}
.button.ghost {
  color: var(--white);
}
.button.dark {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}
.button.light {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}
.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 150px clamp(18px, 5vw, 72px) 54px;
  overflow: hidden;
  color: var(--white);
}
.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media {
  object-fit: cover;
}
.hero-overlay {
  background: linear-gradient(90deg, rgba(36, 25, 18, 0.78) 0%, rgba(56, 38, 26, 0.42) 52%, rgba(255, 248, 238, 0.08) 100%),
    linear-gradient(0deg, rgba(36, 25, 18, 0.58), rgba(36, 25, 18, 0.08) 48%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  max-width: 9ch;
  margin-bottom: 22px;
  font-family: var(--depot-menu-font);
  font-size: clamp(4.4rem, 11vw, 10rem);
  line-height: 0.94;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h2 {
  margin-bottom: 20px;
  font-family: var(--depot-menu-font);
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h3 {
  margin-bottom: 8px;
  font-family: var(--depot-menu-font);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero-copy {
  max-width: 620px;
  color: rgba(255, 250, 243, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.hero-panel {
  position: absolute;
  z-index: 1;
  right: clamp(18px, 5vw, 72px);
  bottom: 54px;
  width: min(310px, calc(100% - 36px));
  padding: 22px;
  background: rgba(255, 253, 248, 0.17);
  border: 1px solid rgba(255, 253, 248, 0.38);
  border-radius: 8px;
  backdrop-filter: blur(18px);
}
.hero-panel span,
.strip span,
.menu-card span,
.pdf-panel span,
.review-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.hero-panel span {
  color: rgba(255, 250, 243, 0.72);
}
.hero-panel strong {
  display: block;
  margin: 8px 0;
  font-size: 1.35rem;
}
.hero-panel p {
  margin: 0;
  color: rgba(255, 250, 243, 0.76);
}
.strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: linear-gradient(rgba(43, 33, 27, 0.9), rgba(43, 33, 27, 0.9)),
    linear-gradient(90deg, transparent 0 48px, rgba(255, 253, 248, 0.08) 48px 51px),
    linear-gradient(0deg, var(--brick) 0 28px, var(--brick-dark) 28px 31px, #a75a3b 31px 58px, var(--brick-dark) 58px 61px);
  color: var(--white);
}
.strip article {
  min-height: 132px;
  padding: clamp(24px, 4vw, 42px);
  border-right: 1px solid rgba(255, 250, 243, 0.14);
}
.strip article:last-child {
  border-right: 0;
}
.strip span {
  color: rgba(255, 250, 243, 0.58);
}
.strip strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.1rem, 2vw, 1.7rem);
}
.section,
.photo-section,
.visit,
.menu-layout,
.menu-hero {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 72px);
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 7vw, 90px);
}
.section-kicker {
  color: var(--copper);
}
.body-copy > p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.18rem;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}
.story-photo-slot {
  margin: 34px 0 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 38px rgba(91, 61, 35, 0.08);
  overflow: hidden;
}
.story-photo-slot img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.story-photo-slot figcaption {
  padding: 10px 0 0;
  background: transparent;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.feature-grid article,
.review-grid article,
.pdf-panel,
.menu-section {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 38px rgba(91, 61, 35, 0.08);
}
.review-grid article {
  display: flex;
  flex-direction: column;
  min-height: 285px;
}
.review-card-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}
.review-stars {
  color: #d6a83f;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-shadow: 0 0 10px rgba(214, 168, 63, 0.36);
  white-space: nowrap;
}
.feature-grid span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--copper);
  font-weight: 900;
}
.feature-grid p,
.review-grid p,
.menu-card p,
.pdf-panel p,
.menu-section p {
  color: var(--muted);
}
.photo-section {
  background: linear-gradient(rgba(255, 248, 238, 0.88), rgba(255, 248, 238, 0.88)),
    repeating-linear-gradient(90deg, transparent 0 78px, rgba(43, 33, 27, 0.1) 78px 82px),
    repeating-linear-gradient(0deg, #a5573a 0 34px, #6d2f20 34px 38px, #bb704a 38px 72px, #6d2f20 72px 76px);
}
.photo-section .section-head > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}
.photo-grid figure {
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 8px solid rgba(255, 253, 248, 0.9);
  border-radius: 0;
}
.menu-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(26px, 6vw, 90px);
  align-items: center;
  padding: clamp(58px, 8vw, 98px) clamp(18px, 5vw, 72px);
  background: linear-gradient(135deg, rgba(43, 33, 27, 0.94), rgba(90, 38, 26, 0.86)),
    repeating-linear-gradient(90deg, transparent 0 86px, rgba(255, 253, 248, 0.12) 86px 90px),
    repeating-linear-gradient(0deg, var(--brick) 0 34px, var(--brick-dark) 34px 38px, #b06443 38px 72px, var(--brick-dark) 72px 76px);
  color: var(--white);
}
.menu-band .section-kicker {
  color: var(--cream);
}
.menu-band p {
  max-width: 640px;
  color: rgba(255, 250, 243, 0.72);
}
.menu-card {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
}
.menu-card span {
  color: rgba(24, 24, 22, 0.62);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.review-grid p {
  min-height: 98px;
  font-size: 1.05rem;
}
.review-grid strong {
  display: block;
}
.visit {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 20px;
  background: var(--tile);
}
.visit-card,
.map-placeholder {
  min-height: 430px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 8px;
}
.visit-card {
  background: var(--white);
  box-shadow: var(--shadow);
}
dl {
  display: grid;
  gap: 18px;
  margin: 0;
}
dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
dd {
  margin: 4px 0 0;
  font-size: 1.04rem;
}
.map-placeholder {
  display: grid;
  align-content: center;
  justify-items: start;
  background: linear-gradient(135deg, rgba(43, 33, 27, 0.88), rgba(90, 38, 26, 0.7)),
    repeating-linear-gradient(90deg, transparent 0 76px, rgba(255, 250, 243, 0.16) 76px 79px),
    repeating-linear-gradient(0deg, var(--brick) 0 34px, var(--brick-dark) 34px 38px, #ad6040 38px 72px, var(--brick-dark) 72px 76px);
  color: var(--white);
}
.map-placeholder span {
  color: var(--cream);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.map-placeholder p {
  max-width: 420px;
  color: rgba(255, 250, 243, 0.74);
  font-size: 1.15rem;
}
.review-rotator {
  position: relative;
  min-height: 148px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 253, 248, 0.28);
}
.review-slide {
  position: absolute;
  inset: 18px 0 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
}
.review-slide.is-active {
  opacity: 1;
  transform: translateY(0);
}
.review-slide p {
  margin-bottom: 12px;
  color: rgba(255, 250, 243, 0.86);
  font-size: 0.96rem;
}
.review-slide strong {
  color: var(--cream);
  font-size: 0.86rem;
}
.menu-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 72px);
  background: var(--white);
}
.menu-showcase p {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.12rem;
}
.menu-image-link {
  display: block;
  max-height: none;
  overflow: visible;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.menu-image-link img {
  width: 100%;
  height: auto;
}
.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(160px, 0.8fr) minmax(180px, 0.9fr);
  align-items: center;
  gap: 28px;
  padding: clamp(36px, 6vw, 62px) clamp(18px, 5vw, 72px);
  background: var(--charcoal);
  color: var(--white);
}
.site-footer span {
  display: block;
  margin-bottom: 8px;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-footer p {
  margin: 0 0 8px;
  color: rgba(255, 253, 248, 0.78);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-brand img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 8px;
}
.footer-brand strong {
  display: block;
  font-size: 1.3rem;
}
.facebook-link,
.footer-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.facebook-icon {
  display: grid !important;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 0 !important;
  background: var(--white);
  color: var(--ink) !important;
  border-radius: 50%;
  font-size: 1.2rem !important;
  font-weight: 900;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.menu-page {
  background-color: var(--paper);
  background: linear-gradient(rgba(43, 33, 27, 0.82), rgba(43, 33, 27, 0.82)),
    repeating-linear-gradient(90deg, transparent 0 84px, rgba(255, 253, 248, 0.12) 84px 88px),
    repeating-linear-gradient(0deg, var(--brick) 0 34px, var(--brick-dark) 34px 38px, #ac6041 38px 72px, var(--brick-dark) 72px 76px);
  background-size: 100% 390px, 100% 390px, 100% 390px;
  background-repeat: no-repeat;
  background-position: top;
}
.menu-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-top: 160px;
  color: var(--white);
}
.menu-hero h1 {
  max-width: 920px;
  font-size: clamp(3rem, 8vw, 7.4rem);
}
.menu-hero p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 250, 243, 0.78);
  font-size: 1.16rem;
}
.menu-layout {
  display: grid;
  grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
  gap: 24px;
  padding-top: 0;
}
.pdf-panel {
  position: sticky;
  top: 104px;
  align-self: start;
}
.menu-pdf-preview {
  display: block;
  max-height: none;
  margin: 18px 0;
  overflow: visible;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.menu-pdf-preview img {
  width: 100%;
}
code {
  padding: 2px 5px;
  background: rgba(24, 24, 22, 0.08);
  border-radius: 4px;
}
.menu-sections {
  display: grid;
  gap: 18px;
}
.menu-section h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}
.menu-section article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.menu-section article:first-of-type {
  margin-top: 8px;
}
.menu-section h3,
.menu-section p {
  margin-bottom: 4px;
}
.menu-section strong {
  font-family: var(--depot-menu-font);
  font-weight: 900;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.menu-section h3 {
  letter-spacing: 0.18em;
}
@media (max-width: 960px) {
  .site-header {
    position: sticky;
  }
  .main-nav {
    display: none;
  }
  .hero {
    min-height: 820px;
    padding-top: 58px;
  }
  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 34px;
  }
  .strip,
  .split,
  .feature-grid,
  .photo-grid,
  .menu-showcase,
  .menu-band,
  .review-grid,
  .visit,
  .menu-layout,
  .site-footer {
    grid-template-columns: 1fr;
  }
  .strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 243, 0.14);
  }
  .menu-hero {
    display: grid;
    padding-top: 72px;
  }
  .pdf-panel {
    position: static;
  }
}
@media (max-width: 560px) {
  .site-header {
    gap: 12px;
    min-height: 68px;
  }
  .brand-logo {
    width: 40px;
    height: 40px;
  }
  .brand strong {
    max-width: 150px;
    overflow-wrap: anywhere;
  }
  .nav-action {
    min-width: 66px;
    padding: 0 12px;
  }
  h1 {
    font-size: clamp(3.45rem, 19vw, 5.4rem);
  }
  .hero {
    min-height: 760px;
    padding-bottom: 28px;
  }
  .hero-actions,
  .menu-section article {
    display: grid;
  }
  .button {
    width: 100%;
  }
  .section,
  .photo-section,
  .menu-showcase,
  .visit,
  .menu-layout,
  .menu-hero {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.depot-luxe {
  background: radial-gradient(circle at center, rgba(20, 15, 12, 0.14), rgba(20, 15, 12, 0.62) 58%, rgba(20, 15, 12, 0.9)),
    linear-gradient(180deg, rgba(20, 15, 12, 0.44), rgba(20, 15, 12, 0.86)),
    url("assets/depot-interior.webp") center top / cover fixed;
}
.depot-luxe .luxe-header {
  background: linear-gradient(180deg, rgba(255, 248, 238, 0.12), rgba(32, 19, 12, 0.24)),
    repeating-linear-gradient(90deg, rgba(255, 236, 205, 0.07) 0 2px, transparent 2px 86px),
    linear-gradient(90deg, rgba(47, 27, 16, 0.86), rgba(139, 86, 48, 0.82), rgba(39, 23, 15, 0.86));
  backdrop-filter: blur(14px);
}
.depot-luxe .brand-logo {
  width: 46px;
  height: 46px;
}
.luxe-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}
.luxe-hero::before,
.luxe-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.luxe-hero::before {
  inset: clamp(86px, 9vw, 120px) clamp(18px, 4vw, 54px) clamp(18px, 4vw, 54px);
  border: 1px solid rgba(255, 248, 238, 0.42);
}
.luxe-hero::after {
  inset: clamp(98px, 10vw, 138px) clamp(30px, 5vw, 72px) clamp(30px, 5vw, 72px);
  border: 1px solid rgba(180, 126, 75, 0.4);
}
.luxe-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.luxe-hero-shade {
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 15, 12, 0), rgba(20, 15, 12, 0.24));
}
.luxe-hero-center {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  width: min(820px, calc(100% - 48px));
  padding-top: 56px;
  text-align: center;
}
.hero-wordmark {
  width: min(690px, 86vw);
  filter: drop-shadow(0 0 14px rgba(255, 216, 98, 0.58))
    drop-shadow(0 0 34px rgba(255, 198, 58, 0.34))
    drop-shadow(0 24px 42px rgba(0, 0, 0, 0.62));
}
.luxe-hero-center p {
  margin: 18px 0 0;
  color: rgba(255, 248, 238, 0.9);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.hero-side-note {
  position: absolute;
  z-index: 3;
  right: clamp(28px, 5vw, 78px);
  bottom: clamp(58px, 8vw, 96px);
  max-width: 260px;
  padding: 20px;
  border-left: 1px solid rgba(255, 248, 238, 0.48);
  color: var(--white);
}
.hero-side-note span {
  display: block;
  margin-bottom: 8px;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero-side-note strong {
  display: block;
  font-size: 1.25rem;
}
.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(255, 248, 238, 0.82);
  transform: translateX(-50%);
}
.scroll-cue::after {
  content: "";
  width: 1px;
  height: 48px;
  background: rgba(255, 248, 238, 0.6);
}
.scroll-cue span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.luxe-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--cream);
  color: var(--ink);
  border-top: 1px solid rgba(20, 15, 12, 0.16);
  border-bottom: 1px solid rgba(20, 15, 12, 0.16);
}
.luxe-stats article {
  min-height: 150px;
  padding: clamp(28px, 4vw, 52px);
  border-right: 1px solid rgba(20, 15, 12, 0.16);
}
.luxe-stats article:last-child {
  border-right: 0;
}
.luxe-stats span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.luxe-stats strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
}
.contact-image img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.luxe-menu {
  background: linear-gradient(90deg, var(--white), var(--paper));
  min-height: 105vh;
  grid-template-columns: minmax(260px, 0.55fr) minmax(620px, 1.45fr);
  align-items: start;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.button.outline-dark {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}
.luxe-gallery {
  background: transparent;
  color: var(--white);
}
.luxe-gallery .section-head > p,
.luxe-gallery .section-kicker {
  color: var(--cream);
}
.review-section {
  padding: clamp(76px, 10vw, 140px) clamp(18px, 5vw, 82px);
  background: var(--paper);
}
.review-section .section-head > p {
  color: var(--muted);
}
.contact-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 20px;
  padding: clamp(24px, 4vw, 44px);
  background: var(--ink);
}
.contact-panel {
  display: grid;
  align-content: center;
  min-height: 620px;
  padding: clamp(34px, 6vw, 70px);
  background: var(--white);
  border-radius: 8px;
}
.contact-panel h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
}
.contact-image img {
  height: 100%;
  min-height: 620px;
}
.luxe-footer {
  grid-template-columns: minmax(210px, 0.9fr) minmax(300px, 1.25fr) minmax(170px, 0.75fr) minmax(170px, 0.75fr) minmax(210px, 0.85fr);
  background: linear-gradient(180deg, rgba(20, 15, 12, 0.95), rgba(20, 15, 12, 0.98)),
    repeating-linear-gradient(90deg, rgba(255, 236, 205, 0.06) 0 2px, transparent 2px 92px),
    linear-gradient(90deg, #4b2c18, #9d6339 36%, #2b1a12);
}
.footer-contact-cta h2 {
  margin: 0 0 22px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0.08em;
}
.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 760ms ease, transform 760ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 960px) {
  .luxe-stats,
  .contact-band,
  .luxe-footer {
    grid-template-columns: 1fr;
  }
  .hero-side-note {
    display: none;
  }
  .luxe-hero::before,
  .luxe-hero::after {
    inset: 92px 16px 16px;
  }
  .luxe-stats article {
    border-right: 0;
    border-bottom: 1px solid rgba(20, 15, 12, 0.16);
  }
}
@media (max-width: 560px) {
  .luxe-hero-center {
    width: calc(100% - 28px);
  }
  .hero-wordmark {
    width: 96vw;
  }
  .luxe-hero-center p {
    font-size: 0.72rem;
  }
  .contact-image img {
    min-height: 360px;
  }
}
.depot-luxe main {
  overflow: hidden;
}
.depot-luxe .photo-section.luxe-gallery {
  padding: clamp(78px, 10vw, 132px) clamp(18px, 5vw, 82px);
  background: transparent;
}
.depot-luxe .photo-section .section-head,
.depot-luxe .review-section .section-head {
  display: block;
  max-width: 980px;
  margin-bottom: clamp(26px, 4vw, 46px);
}
.depot-luxe .photo-grid,
.depot-luxe .review-grid {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.depot-luxe .review-grid article {
  min-width: 0;
}
.depot-luxe .review-card-footer + span {
  display: block;
  margin-top: 8px;
}
.depot-luxe .footer-contact-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 960px) {
  .depot-luxe .photo-grid,
  .depot-luxe .review-grid {
    grid-template-columns: 1fr;
  }
  .depot-luxe .site-footer.luxe-footer {
    justify-items: start;
    align-items: start;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --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;
      --tw-duration: initial;
      --tw-content: "";
    }
  }
}
