/* [project]/Desktop/stundenglass-cms/src/app/globals.css [app-client] (css) */
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

:root {
  --sans: "Inter", "Outfit", -apple-system, sans-serif;
  --display: "Outfit", "Inter", sans-serif;
  --serif: "Playfair Display", Georgia, serif;
  --ease: cubic-bezier(.22,1,.36,1);
  --white: #fff;
  --bg: #fafafa;
  --bg2: #f2f2f2;
  --ink: #1a1a1a;
  --muted: #8a8a8a;
  --muted2: #b0b0b0;
  --border: #e5e5e5;
  --gold: #c9a84c;
  --gold-soft: #c9a84c0f;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
}

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

button {
  font-family: var(--sans);
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.section {
  padding: 100px 0;
}

.tag {
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 600;
  display: block;
}

.display-title {
  font-family: var(--display);
  letter-spacing: -1px;
  margin-bottom: 16px;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.05;
}

.display-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
}

.editorial-sub {
  color: var(--muted);
  max-width: 500px;
  font-size: 14px;
  line-height: 1.8;
}

.editorial-header {
  margin-bottom: 48px;
}

.editorial-header.centered {
  text-align: center;
}

.editorial-header.centered .editorial-sub {
  margin: 0 auto;
}

.btn-gold {
  background: var(--ink);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: .3s var(--ease);
  border: none;
  padding: 14px 36px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}

.btn-gold:hover {
  background: var(--gold);
  color: var(--ink);
}

.btn-outline {
  border: 1px solid var(--ink);
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: .3s var(--ease);
  background: none;
  padding: 14px 36px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}

.btn-outline:hover {
  background: var(--ink);
  color: var(--white);
}

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

.btn-sm {
  padding: 9px 20px;
  font-size: 10px;
}

.hidden {
  display: none !important;
}

.fade-section {
  opacity: 0;
  transition: opacity .8s, transform .8s;
  transform: translateY(24px);
}

.fade-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.age-gate {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.age-gate-bg {
  background: var(--ink);
  position: absolute;
  inset: 0;
}

.age-gate-modal {
  text-align: center;
  color: var(--white);
  padding: 60px;
  position: relative;
}

.age-gate-wordmark {
  font-family: var(--display);
  letter-spacing: 8px;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 800;
}

.age-gate-divider {
  background: var(--gold);
  width: 40px;
  height: 1px;
  margin: 0 auto 24px;
}

.age-gate-q {
  margin: 16px 0 28px;
  font-size: 18px;
  font-weight: 500;
}

.age-gate-btns {
  justify-content: center;
  gap: 16px;
  display: flex;
}

.header {
  z-index: 1000;
  background: var(--white);
  transition: .3s var(--ease);
  border-bottom: 1px solid #0000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.scrolled {
  border-bottom-color: var(--border);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffeb;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: 56px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
}

.wordmark {
  font-family: var(--display);
  letter-spacing: 5px;
  font-size: 18px;
  font-weight: 800;
}

.nav {
  gap: 28px;
  display: flex;
}

.nav-link {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--ink);
}

.header-icons {
  align-items: center;
  gap: 16px;
  display: flex;
}

.icon-btn {
  color: var(--ink);
  background: none;
  border: none;
  position: relative;
}

.cart-dot {
  background: var(--gold);
  width: 14px;
  height: 14px;
  color: var(--ink);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: -4px;
  right: -6px;
}

.menu-toggle {
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  display: none;
}

.menu-toggle span {
  background: var(--ink);
  width: 20px;
  height: 1.5px;
}

.exclamation {
  z-index: 9998;
  font-family: var(--serif);
  color: var(--gold);
  pointer-events: none;
  opacity: 0;
  font-size: 18px;
  font-style: italic;
  transition: opacity .2s;
  position: fixed;
}

.exclamation.show {
  opacity: 1;
}

.hero {
  background: var(--black);
  min-height: 100vh;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-video {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-overlay {
  z-index: 1;
  background: #0006;
  position: absolute;
  inset: 0;
}

.hero-product {
  z-index: 2;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40vw;
  height: 70vh;
  transition: transform .1s ease-out;
  position: absolute;
  top: 20%;
  right: 10%;
}

.hero-product img {
  object-fit: contain;
  filter: drop-shadow(0 20px 40px #00000080);
  width: 100%;
  height: 100%;
}

.hero-content {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.hero-eyebrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fffc;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 600;
}

.hero-headline {
  letter-spacing: -.03em;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .95;
}

.hero-headline .line {
  display: block;
}

.hero-sub {
  color: #ffffffe6;
  margin-bottom: 40px;
  font-size: 1.2rem;
}

.hero-ctas {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}

@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.scroll-cue {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-cue span {
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
  font-size: 9px;
}

.scroll-bar {
  background: var(--border);
  width: 1px;
  height: 36px;
  position: relative;
  overflow: hidden;
}

.scroll-bar:after {
  content: "";
  background: var(--ink);
  width: 100%;
  height: 100%;
  animation: 2s infinite scrollPulse;
  position: absolute;
  top: 0;
  left: 0;
}

.gd-takeover {
  background: #050508;
}

.gd-hero-bg {
  z-index: 0;
  filter: contrast(1.1) brightness(.8);
  background-position: center;
  background-size: cover;
  animation: 30s ease-in-out infinite alternate tieDyeShift;
  position: absolute;
  inset: -10%;
}

.gd-overlay {
  background: linear-gradient(#050508b3 0%, #05050833 50%, #050508f2 100%);
}

.gd-hero-product {
  pointer-events: none;
  z-index: 5;
  width: 45vw;
  height: 80vh;
  animation: 8s ease-in-out infinite heroFloat;
  top: 15%;
  right: 5%;
  display: block !important;
}

.gd-hero-product img {
  filter: drop-shadow(0 30px 60px #000c);
}

.gd-content {
  text-align: left;
  align-items: flex-start;
  max-width: 600px;
  margin: 0;
  padding-left: 5%;
}

.gd-takeover .scroll-cue span {
  color: #fff9;
}

.gd-takeover .scroll-bar {
  background: #fff3;
}

.gd-takeover .scroll-bar:after {
  background: var(--gold);
}

@keyframes tieDyeShift {
  0% {
    transform: scale(1)rotate(0);
  }

  100% {
    transform: scale(1.15)rotate(2deg);
  }
}

@media (max-width: 1024px) {
  .gd-content {
    text-align: center;
    align-items: center;
    max-width: 100%;
    padding-top: 20vh;
    padding-left: 0;
  }

  .gd-hero-product {
    opacity: .3;
    width: 80vw;
    height: 60vh;
    inset: auto auto -5% 50%;
    transform: translateX(-50%);
  }
}

.marquee-section {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
  overflow: hidden;
}

.marquee-track {
  white-space: nowrap;
  gap: 48px;
  animation: 25s linear infinite marquee;
  display: flex;
}

.marquee-track span {
  font-family: var(--display);
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-shrink: 0;
  font-size: clamp(.9rem, 1.6vw, 1.2rem);
  font-weight: 700;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.editorial-slider {
  background: var(--black);
  width: 100vw;
  padding: 40px 0;
  overflow: hidden;
}

.editorial-track {
  gap: 8px;
  width: max-content;
  animation: 60s linear infinite slideTrack;
  display: flex;
}

.editorial-track:hover {
  animation-play-state: paused;
}

.strip-item {
  cursor: pointer;
  flex-shrink: 0;
  width: 450px;
  height: 560px;
  position: relative;
  overflow: hidden;
}

.strip-item.tall {
  width: 550px;
  height: 700px;
  margin-top: -70px;
}

.strip-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .8s var(--ease);
}

.strip-item:hover img {
  transform: scale(1.06);
}

.strip-item:after {
  content: attr(data-hover);
  font-family: var(--serif);
  color: var(--white);
  opacity: 0;
  transition: .4s var(--ease);
  font-size: 16px;
  font-style: italic;
  position: absolute;
  bottom: 24px;
  left: 24px;
  transform: translateY(8px);
}

.strip-item:hover:after {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slideTrack {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.editorial-full {
  background: var(--black);
  min-height: 560px;
  color: var(--white);
  grid-template-columns: 1.3fr 1fr;
  display: grid;
}

.editorial-full-img {
  overflow: hidden;
}

.editorial-full-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.editorial-full-text {
  flex-direction: column;
  justify-content: center;
  padding: 64px;
  display: flex;
}

.editorial-full-text .display-title {
  color: var(--white);
}

.editorial-full-text .editorial-sub {
  color: #fff9;
}

.editorial-full-text .btn-outline {
  color: var(--white);
  border-color: #fff3;
}

.editorial-full-text .btn-outline:hover {
  background: var(--white);
  color: var(--black);
}

.featured-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  display: grid;
}

.shop-card {
  cursor: pointer;
  background: var(--white);
  border-radius: 16px;
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000000a;
}

.shop-card:before {
  content: "";
  -webkit-mask-composite: xor;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(135deg, #0000001a, #0000 40% 60%, #0000000d);
  border-radius: 16px;
  padding: 1.5px;
  transition: background .5s;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.shop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px #00000014;
}

.shop-card:hover:before {
  background: linear-gradient(135deg, var(--gold), transparent 30%, transparent 70%, var(--gold));
}

.shop-card:hover .shop-card-photo {
  transform: scale(1.04);
}

.shop-card.hero {
  grid-area: span 2 / span 2;
}

.shop-card.tall {
  grid-row: span 2;
}

.shop-card.wide {
  grid-column: span 2;
}

.shop-card-img {
  aspect-ratio: 1;
  background: linear-gradient(#0000, #00000005);
  border-bottom: 1px solid #00000008;
  position: relative;
  overflow: hidden;
}

.shop-card.hero .shop-card-img {
  aspect-ratio: auto;
  height: 100%;
  min-height: 500px;
}

.shop-card.tall .shop-card-img {
  aspect-ratio: auto;
  height: 100%;
  min-height: 400px;
}

.shop-card.wide .shop-card-img {
  aspect-ratio: 16 / 9;
}

.shop-card-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s var(--ease);
}

.shop-card-placeholder {
  background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
  width: 100%;
  height: 100%;
}

.shop-sold-out {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  z-index: 2;
  background: #000c;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
  top: 14px;
  left: 14px;
}

.shop-card-info {
  color: var(--ink);
  background: none;
  padding: 18px 20px 24px;
}

.shop-card-name {
  color: var(--ink);
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}

.shop-card-price {
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
}

.shop-card-price s {
  color: var(--muted);
  font-weight: 400;
}

.shop-section .shop-card, .collab-section .shop-card {
  background: #141414b3;
  box-shadow: 0 10px 30px #0003;
}

.shop-section .shop-card:hover, .collab-section .shop-card:hover {
  box-shadow: 0 20px 40px #0006;
}

.shop-section .shop-card:before, .collab-section .shop-card:before {
  background: linear-gradient(135deg, #ffffff26, #0000 40% 60%, #ffffff0d);
}

.shop-section .shop-card:hover:before, .collab-section .shop-card:hover:before {
  background: linear-gradient(135deg, var(--gold), transparent 30%, transparent 70%, #ffffff4d);
}

.shop-section .shop-card-img, .collab-section .shop-card-img {
  background: linear-gradient(#0000, #ffffff05);
  border-bottom: 1px solid #ffffff0d;
}

.shop-section .shop-card-placeholder, .collab-section .shop-card-placeholder {
  background: linear-gradient(135deg, #222, #111);
}

.shop-section .shop-card-info, .collab-section .shop-card-info, .shop-section .shop-card-name, .collab-section .shop-card-name {
  color: var(--white);
}

#infusers {
  background: var(--white);
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

#infusers:before {
  content: "";
  opacity: .04;
  z-index: 0;
  pointer-events: none;
  filter: saturate(0) contrast(1.1);
  background-image: url("/assets/img/lifestyle-cocktail.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0;
}

#infusers .container, #infusers .featured-grid {
  z-index: 1;
  position: relative;
}

.modul-dark {
  background: var(--white);
  color: var(--ink);
  position: relative;
  overflow: hidden;
}

.modul-dark:before {
  content: "";
  opacity: .04;
  z-index: 0;
  pointer-events: none;
  filter: saturate(0) contrast(1.1);
  background-image: url("/assets/img/lifestyle-modern.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0;
}

.modul-dark .container, .modul-dark .featured-grid {
  z-index: 1;
  position: relative;
}

.modul-dark .tag {
  color: var(--gold);
}

.modul-dark .editorial-sub {
  color: var(--muted);
}

.shop-section {
  background: var(--black);
  padding: 80px 0 60px;
}

.shop-header {
  z-index: 100;
  background: var(--black);
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
  display: flex;
  position: sticky;
  top: 56px;
}

.product-count {
  color: var(--muted);
  letter-spacing: 1px;
  font-size: 11px;
}

.shop-filters {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.filter-btn {
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: .3s var(--ease);
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
  font-family: var(--sans);
  background: none;
  border: 1px solid #ffffff26;
  border-radius: 4px;
  padding: 8px 18px;
}

.filter-btn:hover {
  border-color: var(--white);
  color: var(--white);
}

.filter-btn.active {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.shop-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
}

.product-overlay {
  z-index: 9999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: .35s var(--ease);
  background: #0006;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0;
}

.product-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.overlay-panel {
  background: var(--white);
  width: min(560px, 92vw);
  height: 100vh;
  transition: transform .4s var(--ease);
  grid-template-rows: 1.4fr 1fr;
  display: grid;
  position: relative;
  overflow-y: auto;
  transform: translateX(100%);
}

.product-overlay.open .overlay-panel {
  transform: translateX(0);
}

.overlay-close {
  z-index: 10;
  border: 1px solid var(--border);
  background: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.overlay-close:hover {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.overlay-img {
  background: #f5f5f5;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.overlay-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 24px;
}

.overlay-details {
  flex-direction: column;
  gap: 14px;
  padding: 32px;
  display: flex;
}

.overlay-badge-line {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.overlay-badge {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
}

.overlay-status {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  font-size: 10px;
}

.overlay-status.sold-out {
  color: #c0392b;
}

.overlay-name {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.overlay-price {
  font-size: 22px;
  font-weight: 700;
}

.press-section {
  background: var(--bg);
  padding: 100px 0;
}

.press-ticker {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  display: grid;
}

.press-card {
  text-align: center;
  border: 1px solid var(--border);
  background: var(--white);
  transition: .3s var(--ease);
  cursor: pointer;
  padding: 32px 20px;
}

.press-card:hover {
  border-color: var(--ink);
  transform: translateY(-3px);
}

.press-outlet {
  font-family: var(--display);
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
}

.press-quote {
  font-family: var(--serif);
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
  line-height: 1.7;
}

.press-year {
  letter-spacing: 2px;
  color: var(--muted2);
  margin-top: 12px;
  font-size: 10px;
}

.celeb-section {
  background: var(--white);
}

.celeb-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
}

.celeb-card {
  border: 1px solid var(--border);
  text-align: center;
  transition: .3s var(--ease);
  cursor: default;
  padding: 28px 20px;
}

.celeb-card:hover {
  border-color: var(--gold);
  background: var(--gold-soft);
}

.celeb-name {
  font-family: var(--display);
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.celeb-role {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
  font-size: 10px;
}

.celeb-quote {
  font-family: var(--serif);
  color: var(--muted);
  font-size: 12px;
  font-style: italic;
  line-height: 1.6;
}

.newsletter-dark {
  background: var(--ink);
}

.newsletter-box {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}

.newsletter-box p {
  color: #ffffff80;
  margin-bottom: 28px;
}

.nl-form {
  gap: 0;
  display: flex;
}

.nl-form input {
  color: #fff;
  font-size: 13px;
  font-family: var(--sans);
  background: none;
  border: 1px solid #ffffff26;
  flex: 1;
  padding: 14px 20px;
}

.nl-form input::placeholder {
  color: #ffffff4d;
}

.nl-form button {
  border: 1px solid #ffffff26;
  border-left: none;
}

.footer {
  border-top: 1px solid var(--border);
  padding: 80px 0 40px;
}

.footer-top {
  grid-template-columns: 1.2fr 2fr;
  gap: 80px;
  margin-bottom: 60px;
  display: grid;
}

.footer-brand p {
  color: var(--muted);
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.8;
}

.footer-wordmark {
  font-family: var(--display);
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 800;
}

.footer-links {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  display: grid;
}

.f-col h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 10px;
  font-weight: 600;
}

.f-col a {
  color: var(--muted);
  transition: .3s var(--ease);
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
}

.f-col a:hover {
  color: var(--ink);
}

.footer-bottom {
  border-top: 1px solid var(--border);
  color: var(--muted);
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 11px;
  display: flex;
}

.footer-social {
  gap: 16px;
  display: flex;
}

.footer-social a {
  transition: .3s var(--ease);
  font-weight: 600;
}

.footer-social a:hover {
  color: var(--ink);
}

.footer-region {
  gap: 12px;
  display: flex;
}

.footer-region a {
  color: var(--muted);
  transition: .3s var(--ease);
  font-weight: 500;
}

.footer-region a.active {
  color: var(--ink);
}

.scroll-rotation {
  background: radial-gradient(circle at center, #1a1a1a 0%, var(--black) 80%);
  height: 250vh;
  position: relative;
  overflow: hidden;
}

.rotation-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.rotation-text-top {
  text-align: center;
  z-index: 2;
}

.rotation-text-top .display-title {
  color: var(--white);
}

.rotation-device {
  z-index: 1;
  width: min(500px, 60vw);
  position: relative;
}

.rotation-device:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle, #ffffff14 0%, #0000 60%);
  width: 140%;
  height: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rotation-device img {
  transform-origin: center;
  filter: drop-shadow(0 40px 60px #000c);
  width: 100%;
  height: auto;
  transition: transform 50ms linear;
}

.rotation-text-bottom {
  text-align: center;
  z-index: 2;
}

.rotation-text-bottom .editorial-sub {
  color: #fff9;
  font-size: 1.2rem;
}

.customizer-section {
  background: var(--bg2);
}

.customizer-ui {
  background: var(--white);
  border: 1px solid var(--border);
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  padding: 60px;
  display: grid;
}

.customizer-preview {
  background: #f0f0f0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.customizer-preview img {
  z-index: 2;
  width: min(300px, 80%);
  transition: filter .3s;
  position: relative;
}

.cust-mask {
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: screen;
  transition: background .3s;
  position: absolute;
  inset: 0;
  -webkit-mask-image: url("https://cdn.shopify.com/s/files/1/1419/1556/files/SG_thumb_02_24234b17-6488-4e0a-84dd-25bb2202ef5f.png?v=1774037547");
  -webkit-mask-position: center;
  -webkit-mask-size: min(300px, 80%);
  -webkit-mask-repeat: no-repeat;
}

#cust-skin-mask {
  z-index: 1;
  mix-blend-mode: color;
  transition: -webkit-backdrop-filter .3s, backdrop-filter .3s, filter .3s;
}

.cust-engraving {
  z-index: 4;
  mix-blend-mode: overlay;
  opacity: .8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
}

.customizer-controls h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-size: 12px;
}

.color-opts {
  gap: 12px;
  display: flex;
}

.c-opt {
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all .2s;
}

.c-opt:hover, .c-opt.active {
  border-color: var(--ink);
  transform: scale(1.1);
}

.file-upload {
  border: 1px dashed var(--muted);
  cursor: pointer;
  width: 100%;
  font-family: var(--sans);
  padding: 12px;
  display: block;
}

.collab-section {
  background: var(--black);
  padding: 0;
}

#collab-bundles {
  flex-direction: column;
  display: flex;
}

.collab-bundle {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 10vw 5vw;
  display: flex;
  position: relative;
}

.collab-wallpaper {
  z-index: 0;
  filter: brightness(.6) saturate(1.2);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0;
}

.collab-bundle-header {
  z-index: 1;
  border-left: 4px solid var(--gold);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0006;
  border-radius: 8px;
  width: fit-content;
  max-width: 600px;
  margin-bottom: 40px;
  padding: 40px;
  display: block;
  position: relative;
}

.collab-bundle-info {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.collab-bundle-name {
  font-family: var(--display);
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
}

.collab-bundle-tagline {
  font-family: var(--serif);
  color: #fffc;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: italic;
  line-height: 1.7;
}

.collab-bundle-count {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  font-size: 11px;
}

.collab-product-grid {
  z-index: 1;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  gap: 16px;
  display: grid;
  position: relative;
}

.editorial-card {
  cursor: default;
}

.editorial-card:hover {
  transform: none;
}

.editorial-card .shop-card-img {
  aspect-ratio: 1;
}

.editorial-img {
  background: #f0f0f0;
}

@keyframes scrollPulse {
  0%, 100% {
    opacity: .2;
  }

  50% {
    opacity: .8;
  }
}

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 100px 40px 60px;
  }

  .hero-product {
    display: none;
  }

  .featured-grid, .shop-grid, .collab-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .shop-card.hero {
    grid-area: span 1 / span 2;
  }

  .shop-card.tall {
    grid-row: auto;
  }

  .shop-card.wide {
    grid-column: auto;
  }

  .editorial-strip {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-full {
    grid-template-columns: 1fr;
  }

  .editorial-full-img {
    min-height: 360px;
  }

  .collab-bundle-header {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .collab-bundle-editorial {
    min-height: 280px;
  }

  .collab-bundle-info {
    padding: 32px 40px;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .press-ticker {
    grid-template-columns: repeat(2, 1fr);
  }

  .celeb-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .header-row {
    padding: 0 20px;
  }

  .hero {
    padding: 80px 24px 48px;
  }

  .featured-grid, .shop-grid, .collab-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .shop-card.hero {
    grid-column: span 2;
  }

  .shop-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 20px;
  }

  .overlay-panel {
    width: 100vw;
  }

  .editorial-strip {
    grid-template-columns: 1fr;
  }

  .editorial-full-text {
    padding: 40px 24px;
  }

  .collab-bundle-info {
    padding: 28px 24px;
  }

  .rotation-device {
    width: min(240px, 60vw);
  }

  .nl-form {
    flex-direction: column;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    gap: 12px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding: 80px 0;
  }

  .container {
    padding: 0 20px;
  }

  .press-ticker {
    grid-template-columns: 1fr;
  }

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

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: #fb2c36;
    --color-gray-50: #f9fafb;
    --color-gray-100: #f3f4f6;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5dc;
    --color-gray-400: #99a1af;
    --color-gray-500: #6a7282;
    --color-gray-800: #1e2939;
    --color-gray-900: #101828;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --tracking-widest: .1em;
    --leading-tight: 1.25;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-gray-50: lab(98.2596% -.247031 -.706708);
      --color-gray-100: lab(96.1596% -.0823438 -1.13575);
      --color-gray-200: lab(91.6229% -.159115 -2.26791);
      --color-gray-300: lab(85.1236% -.612259 -3.7138);
      --color-gray-400: lab(65.9269% -.832707 -8.17473);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
      --color-gray-800: lab(16.1051% -1.18239 -11.7533);
      --color-gray-900: lab(8.11897% .811279 -12.254);
    }
  }
}

@layer base {
  *, :after, :before, ::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, :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: #0000;
    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: #0000;
    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, 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 {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

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

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

  .top-5 {
    top: calc(var(--spacing) * 5);
  }

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

  .right-5 {
    right: calc(var(--spacing) * 5);
  }

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

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

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

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

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-\[500px\] {
    height: 500px;
  }

  .h-full {
    height: 100%;
  }

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

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

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

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

  .w-full {
    width: 100%;
  }

  .max-w-\[80\%\] {
    max-width: 80%;
  }

  .max-w-\[450px\] {
    max-width: 450px;
  }

  .max-w-full {
    max-width: 100%;
  }

  .min-w-\[120px\] {
    min-width: 120px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .snap-start {
    scroll-snap-align: start;
  }

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

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

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

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

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

  .justify-end {
    justify-content: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

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

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

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

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

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

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .rounded-bl-none {
    border-bottom-left-radius: 0;
  }

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

  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-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-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-black {
    border-color: var(--color-black);
  }

  .border-gray-100 {
    border-color: var(--color-gray-100);
  }

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

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

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

  .bg-black\/40 {
    background-color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

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

  .object-contain {
    object-fit: contain;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }

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

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

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

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

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

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

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

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

  .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-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

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

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

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

  .text-gray-800 {
    color: var(--color-gray-800);
  }

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

  .uppercase {
    text-transform: uppercase;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .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, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

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

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

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

  @media (hover: hover) {
    .hover\:text-black:hover {
      color: var(--color-black);
    }
  }

  @media (hover: hover) {
    .hover\:text-red-500:hover {
      color: var(--color-red-500);
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  .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-black:focus {
    --tw-ring-color: var(--color-black);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (min-width: 48rem) {
    .md\:block {
      display: block;
    }
  }
}

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

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

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

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

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

@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}

@property --tw-space-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-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  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: 0;
}

@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-backdrop-blur {
  syntax: "*";
  inherits: false
}

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

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

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

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

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

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

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

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

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

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

/*# sourceMappingURL=Desktop_stundenglass-cms_src_app_globals_0r..ahd.css.map*/