@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Iosevka+Charon:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Quicksand:wght@300..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

:root {
  --brand-900: #143944;
  --brand-800: #245f70;
  --brand-700: #3b92ab;
  --brand-600: #5094a4;
  --brand-500: #61a5b7;
  --brand-300: #7fbbca;
  --brand-200: #97d3d9;
  --brand-100: #bce6ec;
  --ink: #102126;
  --muted: #5b7076;
  --line: rgba(59, 146, 171, 0.18);
  --surface: #ffffff;
  --surface-soft: #f3fbfc;
  --surface-blue: #e6f6f8;
  --radius: 8px;
  --shadow: 0 18px 44px rgba(20, 57, 68, 0.12);
  --font-hero: "Great Vibes", cursive;
  --font-display: "Quicksand", "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-sans: "Source Sans 3", "Quicksand", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "Iosevka Charon", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font-sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.section-heading h2,
.hero h1,
.detail-info h1 {
  font-family: var(--font-display);
  font-weight: 700;
}

.eyebrow,
.desktop-nav,
.mobile-nav,
.announcement,
.filter-toggle,
.filter-option,
.product-meta,
.price-line,
.metric strong,
.step-number,
.cart-badge,
.variant-button small,
.price-panel strong,
.detail-price,
.variant-choice,
.qty-control,
.button {
  font-family: var(--font-mono);
}

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

.font-serif {
  font-family: var(--font-display) !important;
}

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

.iosevka-charon-light {
  font-family: "Iosevka Charon", monospace;
  font-weight: 300;
  font-style: normal;
}

.iosevka-charon-regular {
  font-family: "Iosevka Charon", monospace;
  font-weight: 400;
  font-style: normal;
}

.iosevka-charon-medium {
  font-family: "Iosevka Charon", monospace;
  font-weight: 500;
  font-style: normal;
}

.iosevka-charon-bold {
  font-family: "Iosevka Charon", monospace;
  font-weight: 700;
  font-style: normal;
}

.iosevka-charon-light-italic {
  font-family: "Iosevka Charon", monospace;
  font-weight: 300;
  font-style: italic;
}

.iosevka-charon-regular-italic {
  font-family: "Iosevka Charon", monospace;
  font-weight: 400;
  font-style: italic;
}

.iosevka-charon-medium-italic {
  font-family: "Iosevka Charon", monospace;
  font-weight: 500;
  font-style: italic;
}

.iosevka-charon-bold-italic {
  font-family: "Iosevka Charon", monospace;
  font-weight: 700;
  font-style: italic;
}

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

*:focus-visible {
  outline: 3px solid rgba(59, 146, 171, 0.48);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  padding: 0.75rem 1rem;
  border-radius: 0 0 var(--radius) var(--radius);
  color: #fff;
  background: var(--brand-700);
  font-size: 0.85rem;
  font-weight: 700;
}

.skip-link:focus {
  top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.eyebrow {
  margin: 0;
  color: var(--brand-700);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  gap: 0.75rem;
  max-width: 680px;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.12;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
}

.announcement {
  padding: 0.6rem 1rem;
  color: #fff;
  background: var(--brand-700);
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 1rem;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 132px;
}

.brand-logo {
  width: auto;
  height: 42px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--brand-700);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.search-field {
  position: relative;
  width: min(260px, 26vw);
}

.search-field input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.68rem 0.95rem 0.68rem 2.35rem;
  color: var(--ink);
  background: var(--surface-soft);
}

.search-field i {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  color: var(--brand-700);
  transform: translateY(-50%);
}

.icon-button {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand-800);
  background: #fff;
}

.icon-button:hover {
  border-color: var(--brand-700);
  color: var(--brand-700);
}

.cart-badge {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  display: grid;
  min-width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--brand-700);
  font-size: 0.7rem;
  font-weight: 800;
}

.menu-toggle {
  display: none;
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  padding: 0.75rem 0 1rem;
}

.mobile-nav a {
  display: block;
  padding: 0.8rem 0;
  color: var(--muted);
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: clamp(560px, 68vh, 680px);
  overflow: hidden;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 48%, var(--brand-700) 48%, var(--brand-500) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 41%, rgba(255, 255, 255, 0.78) 51%, rgba(255, 255, 255, 0.08) 64%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(90deg, rgba(59, 146, 171, 0) 0%, rgba(59, 146, 171, 0.18) 54%, rgba(59, 146, 171, 0.46) 100%);
  pointer-events: none;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 0;
  animation: hero-slide-fade 18s infinite ease-in-out;
}

.hero-slide:nth-child(1) {
  animation-delay: 0s;
}

.hero-slide:nth-child(2) {
  animation-delay: 6s;
}

.hero-slide:nth-child(3) {
  animation-delay: 12s;
}

@keyframes hero-slide-fade {
  0%,
  28% {
    opacity: 1;
  }

  36%,
  92% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  min-height: inherit;
  padding: 3.25rem 0;
}

.hero-copy {
  display: grid;
  gap: 1.35rem;
  max-width: 620px;
}

.hero h1 {
  margin: 0;
  color: var(--brand-900);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.8vw, 5.6rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--brand-700);
}

.hero-lead {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.hero-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.78rem 1.15rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

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

.button-primary {
  color: #fff;
  background: var(--brand-700);
}

.button-primary:hover {
  background: var(--brand-600);
}

.button-secondary {
  color: var(--brand-800);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.button-secondary:hover {
  border-color: var(--brand-700);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 620px;
  margin-top: 1.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  overflow: hidden;
}

.metric {
  padding: 1rem;
  border-right: 1px solid var(--line);
}

.metric:last-child {
  border-right: 0;
}

.metric strong {
  display: block;
  color: var(--brand-800);
  font-size: 1.4rem;
}

.metric span {
  color: var(--muted);
  font-size: 0.78rem;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.section-tint {
  background: var(--surface-soft);
}

.wow-gift-section {
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(188, 230, 236, 0.2) 100%),
    var(--surface);
}

.wow-gift-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.wow-gift-copy {
  display: grid;
  gap: 1.1rem;
  max-width: 620px;
}

.wow-gift-copy h2 {
  margin: 0;
  color: var(--brand-900);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.08;
}

.wow-gift-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.wow-gift-points {
  display: grid;
  gap: 0.55rem;
  margin: 0.35rem 0;
}

.wow-gift-points span {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--brand-800);
  font-family: var(--font-mono);
  font-size: 0.86rem;
  font-weight: 600;
}

.wow-gift-points strong {
  display: inline-grid;
  min-width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  border-radius: var(--radius);
  color: var(--brand-900);
  background: var(--brand-100);
}

.wow-gift-media {
  position: relative;
  display: grid;
  min-height: fit-content;
  margin: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 78% 16%, rgba(151, 211, 217, 0.54), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, var(--surface-blue) 52%, rgba(59, 146, 171, 0.2) 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.wow-gift-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.wow-gift-media figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.2rem;
  max-width: min(330px, calc(100% - 2rem));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  color: var(--brand-900);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
}

.wow-gift-media figcaption span {
  color: var(--brand-700);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wow-gift-media figcaption strong {
  font-size: 0.98rem;
}

.brand-story-section {
  padding: clamp(3.25rem, 6vw, 5.25rem) 0;
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(188, 230, 236, 0.24) 100%),
    var(--surface);
}

.brand-story-layout {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.brand-story-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  /* box-shadow: var(--shadow); */
  overflow: hidden;
}

.brand-story-card-featured {
  /* display: grid; */
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 420px;
}

.brand-story-media,
.brand-showroom-media {
  position: relative;
  height: clamp(360px, 36vw, 460px);
  background: var(--surface-blue);
  overflow: hidden;
}

.brand-story-media img,
.brand-showroom-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-story-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 3.25rem);
}

.brand-story-copy h2,
.brand-showroom-copy h3 {
  margin: 0;
  color: var(--brand-900);
  line-height: 1.12;
}

.brand-story-copy h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.brand-story-copy p,
.brand-showroom-copy p {
  margin: 0;
  color: var(--muted);
}

.media-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  padding: 0.58rem 0.85rem;
  color: var(--brand-900);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.media-badge i {
  color: var(--brand-700);
}

.brand-showroom-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  align-items: center;
}

.brand-showroom-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.brand-showroom-copy h3 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.brand-showroom-media {
  height: clamp(300px, 32vw, 380px);
}

.occasion-stack-section {
  background: #fff;
}

.occasion-stack-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.occasion-stack-copy {
  display: grid;
  gap: 1rem;
  max-width: 560px;
}

.occasion-stack-copy h2 {
  margin: 0;
  color: var(--brand-900);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.08;
}

.occasion-stack-copy p {
  margin: 0;
  color: var(--muted);
}

.occasion-stack {
  position: relative;
  min-height: 540px;
  isolation: isolate;
}

.occasion-card {
  --card-x: 0px;
  --card-y: 0px;
  --card-rotate: 0deg;
  position: absolute;
  top: 0;
  left: 50%;
  width: min(54%, 320px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: var(--surface-blue);
  box-shadow: 0 22px 48px rgba(20, 57, 68, 0.2);
  overflow: hidden;
  transform: translate(var(--card-x), var(--card-y)) rotate(var(--card-rotate));
  transform-origin: center;
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.occasion-card:hover,
.occasion-card:focus-visible {
  z-index: 20;
  box-shadow: 0 34px 74px rgba(20, 57, 68, 0.3);
  filter: saturate(1.06);
  transform: translate(calc(var(--card-x) - 8px), calc(var(--card-y) - 42px)) rotate(0deg) scale(1.04);
}

.occasion-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.occasion-card span {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  max-width: calc(100% - 1.6rem);
  border-radius: var(--radius);
  padding: 0.42rem 0.62rem;
  color: var(--brand-900);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(12px);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.occasion-card-1 {
  --card-x: -58%;
  --card-y: 12px;
  --card-rotate: -12deg;
  z-index: 1;
}

.occasion-card-2 {
  --card-x: -36%;
  --card-y: 82px;
  --card-rotate: -2deg;
  z-index: 2;
}

.occasion-card-3 {
  --card-x: -16%;
  --card-y: 154px;
  --card-rotate: 8deg;
  z-index: 3;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.promise {
  display: grid;
  gap: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
  background: #fff;
}

.promise i,
.step-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--radius);
  color: var(--brand-800);
  background: var(--brand-100);
}

.promise h3,
.step h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
}

.promise p,
.step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.collection-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.filter-dropdown {
  position: relative;
  min-width: 230px;
}

.filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 0.74rem 1rem;
  color: var(--brand-800);
  background: #fff;
  /* box-shadow: 0 14px 34px rgba(45, 101, 117, 0.1); */
  font-size: 0.84rem;
  font-weight: 800;
}

.filter-toggle:hover,
.filter-toggle:focus-visible,
.filter-dropdown.is-open .filter-toggle {
  /* color: #fff; */
  /* border-color: var(--brand-700); */
  /* background: var(--brand-700); */
}

.filter-toggle .fa-chevron-down {
  font-size: 0.75rem;
  transition: transform 180ms ease;
}

.filter-dropdown.is-open .fa-chevron-down {
  transform: rotate(180deg);
}

.filter-menu {
  position: absolute;
  top: calc(100% + 0.65rem);
  right: 0;
  z-index: 30;
  display: grid;
  gap: 0.25rem;
  width: min(280px, calc(100vw - 32px));
  padding: 0.45rem;
  border: 1px solid rgba(59, 146, 171, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 55px rgba(32, 75, 89, 0.16);
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transform: translateY(-6px);
  transform-origin: top right;
  transition:
    max-height 180ms ease,
    opacity 160ms ease,
    transform 160ms ease;
}

.filter-dropdown.is-open .filter-menu {
  max-height: 320px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.filter-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 0.72rem 0.8rem;
  color: var(--brand-900);
  background: transparent;
  font-size: 0.83rem;
  font-weight: 800;
  text-align: left;
}

.filter-option i {
  color: var(--brand-700);
  opacity: 0;
}

.filter-option:hover,
.filter-option:focus-visible,
.filter-option[aria-selected="true"] {
  color: var(--brand-900);
  background: linear-gradient(90deg, rgba(188, 230, 236, 0.78), rgba(255, 255, 255, 0.96));
}

.filter-option[aria-selected="true"] i {
  opacity: 1;
}

.collection-groups {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.collection-group {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1rem, 2.4vw, 1.5rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 251, 252, 0.72) 100%),
    #fff;
}

.collection-group[hidden] {
  display: none;
}

.collection-group-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.collection-group-heading h3 {
  margin: 0.25rem 0 0;
  color: var(--brand-900);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
}

.collection-count {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  color: var(--brand-800);
  background: #fff;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.product-grid-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.product-card:hover {
  border-color: rgba(59, 146, 171, 0.46);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.product-media {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  padding: 1rem;
  background: linear-gradient(180deg, #f8fdfe 0%, var(--surface-blue) 100%);
}

.product-media img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-body {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: var(--brand-800);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card h3 {
  min-height: 3.1rem;
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.35;
}

.product-card h3 a:hover {
  color: var(--brand-700);
}

.product-card .card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 0.55rem;
  align-items: stretch;
}

.product-card .card-actions .button {
  width: auto;
  min-height: 44px;
  padding-inline: 0.85rem;
  font-size: 0.82rem;
}

.product-add-cart {
  width: 46px;
  padding-inline: 0;
}

.product-add-cart.is-added {
  color: #fff;
  border-color: var(--brand-700);
  background: var(--brand-700);
}

.price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.price-line strong {
  color: var(--brand-700);
  white-space: nowrap;
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  padding: 3rem 1rem;
  color: var(--muted);
  text-align: center;
  background: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.step {
  display: grid;
  gap: 0.85rem;
  border-left: 3px solid var(--brand-300);
  padding: 0.35rem 0 0.35rem 1rem;
}

.split-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: center;
}

.story-media {
  display: grid;
  min-height: 440px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--surface-blue);
  overflow: hidden;
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.story-copy {
  display: grid;
  gap: 1rem;
}

.story-copy p {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: var(--brand-900);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 2rem;
  padding: 4rem 0 3rem;
}

.footer-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 0.95rem;
}

.site-footer p,
.site-footer li {
  margin: 0;
  font-size: 0.9rem;
}

.site-footer ul {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(188, 230, 236, 0.16);
  padding: 1.2rem 0;
  font-size: 0.82rem;
}

.breadcrumb {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-weight: 700;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: start;
}

.detail-gallery {
  position: sticky;
  top: 100px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
  background: var(--surface-soft);
}

.detail-gallery img {
  width: 100%;
  border-radius: 10px;
  /* height: min(62vh, 620px); */
  min-height: 380px;
  object-fit: contain;
}

.detail-info {
  display: grid;
  gap: 1.35rem;
}

.detail-info h1 {
  margin: 0;
  color: var(--brand-900);
  font-size: clamp(1.85rem, 4vw, 3.35rem);
  line-height: 1.12;
}

.product-summary {
  display: grid;
  gap: 0.55rem;
}

.product-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.product-meta-line b {
  color: var(--brand-700);
}

.detail-price {
  display: block;
  color: var(--brand-900);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.2;
}

.price-panel {
  display: grid;
  gap: 0.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  background: #fff;
}

.price-panel strong {
  color: var(--brand-700);
  font-size: 1.7rem;
}

.variant-list {
  display: grid;
  gap: 0.9rem;
}

.variant-group {
  display: grid;
  gap: 0.45rem;
}

.variant-label {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.variant-label strong {
  color: var(--muted);
  font-weight: 600;
}

.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.variant-choice {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.4rem 0.7rem;
  color: var(--brand-900);
  background: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.variant-choice:hover,
.variant-choice:focus-visible {
  border-color: var(--brand-700);
  box-shadow: 0 8px 18px rgba(20, 57, 68, 0.12);
  transform: translateY(-1px);
}

.variant-choice[aria-pressed="true"] {
  border-color: var(--brand-700);
  color: #fff;
  background: var(--brand-700);
  box-shadow: 0 8px 18px rgba(59, 146, 171, 0.22);
}

.variant-button {
  display: grid;
  gap: 0.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.85rem;
  color: var(--ink);
  background: #fff;
  text-align: left;
}

.variant-size {
  color: var(--brand-900);
  font-weight: 800;
  line-height: 1.35;
}

.variant-option {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.variant-button[aria-pressed="true"] {
  border-color: var(--brand-700);
  background: var(--surface-blue);
  box-shadow: inset 0 0 0 1px var(--brand-700);
}

.form-grid {
  display: grid;
  gap: 0.9rem;
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.8rem 0.9rem;
  background: #fff;
  color: var(--ink);
  font-family: inherit;
}

.field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b92ab'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") no-repeat right 0.9rem center;
  background-size: 1.15rem;
  cursor: pointer;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--brand-700);
  background: var(--surface-soft);
}


.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.qty-control button {
  width: 44px;
  height: 44px;
  border: 0;
  color: var(--brand-800);
  background: #fff;
}

.qty-control span {
  min-width: 48px;
  text-align: center;
  font-weight: 800;
}

.description-box {
  white-space: pre-line;
  color: var(--muted);
}

.hidden {
  display: none !important;
}

.checkout-card,
.cart-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 251, 252, 0.72) 100%),
    #fff;
}

.product-page .detail-gallery {
  background:
    radial-gradient(circle at 78% 16%, rgba(188, 230, 236, 0.66), transparent 30%),
    linear-gradient(135deg, #fff 0%, var(--surface-blue) 100%);
  box-shadow: none;
}

.product-page .detail-info {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1rem, 2vw, 1.35rem);
  background: rgba(255, 255, 255, 0.76);
}

.auth-page {
  min-height: calc(100vh - 76px);
}

.auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 460px);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.auth-copy {
  display: grid;
  gap: 1rem;
  max-width: 620px;
}

.auth-copy h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.04;
}

.auth-copy h1 span {
  color: var(--brand-700);
}

.auth-copy p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.auth-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.2rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 88% 8%, rgba(188, 230, 236, 0.7), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 251, 252, 0.78) 100%);
  box-shadow: var(--shadow);
}

.auth-card h2 {
  margin: 0;
  color: var(--brand-900);
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1.15;
}

.auth-card .form-grid {
  margin-top: 1.2rem;
}

.auth-card .button {
  width: 100%;
}

.auth-alt {
  margin: 1rem 0 0;
  color: var(--muted);
  text-align: center;
}

.auth-alt a {
  color: var(--brand-800);
  font-weight: 800;
}

.auth-message {
  display: none;
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.8rem 0.9rem;
  color: var(--brand-900);
  background: rgba(188, 230, 236, 0.3);
  font-weight: 700;
}

.auth-message.is-error {
  color: #8f1d1d;
  border-color: rgba(185, 28, 28, 0.22);
  background: rgba(254, 226, 226, 0.8);
}

.auth-message.is-success {
  color: #0f766e;
  border-color: rgba(15, 118, 110, 0.25);
  background: rgba(204, 251, 241, 0.72);
}

.password-rules {
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.otp-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: end;
}

.otp-row .button {
  min-width: 128px;
}

.auth-user-card {
  display: none;
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  color: var(--muted);
}

.detail-actions {
  align-items: stretch;
}

.detail-actions .button {
  min-width: 170px;
}

#success-message,
#upload-status {
  margin: 0;
  color: var(--brand-700);
  font-size: 0.88rem;
  font-weight: 700;
}

.cart-page {
  background:
    linear-gradient(180deg, rgba(243, 251, 252, 0.82) 0%, #ffffff 100%),
    var(--surface-soft);
}

.cart-heading {
  display: grid;
  gap: 0.75rem;
  max-width: 760px;
  margin-bottom: 2rem;
}

.cart-heading h1 {
  margin: 0;
  color: var(--brand-900);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.05;
}

.cart-heading p {
  margin: 0;
  color: var(--muted);
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr);
  gap: clamp(1rem, 2.6vw, 1.5rem);
  align-items: start;
}

.cart-items-column,
.checkout-column {
  display: grid;
  gap: 1rem;
}

.checkout-column {
  position: sticky;
  top: 100px;
}

.cart-items-list {
  display: grid;
  gap: 0.85rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) minmax(190px, auto);
  gap: 1rem;
  align-items: center;
  padding: 0.85rem;
}

.cart-item-media {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.55rem;
  background: linear-gradient(180deg, #fff 0%, var(--surface-blue) 100%);
}

.cart-item-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-item-info {
  display: grid;
  gap: 0.45rem;
}

.cart-item-info h3 {
  margin: 0;
  color: var(--brand-900);
  font-size: 1rem;
  line-height: 1.35;
}

.cart-item-info h3 a:hover {
  color: var(--brand-700);
}

.cart-item-info p,
.cart-item-tags {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.cart-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.cart-item-tags span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  background: #fff;
}

.cart-item-actions {
  display: grid;
  justify-items: end;
  gap: 0.65rem;
}

.cart-item-price {
  display: grid;
  justify-items: end;
  gap: 0.1rem;
  font-family: var(--font-mono);
}

.cart-item-price span {
  color: var(--muted);
  font-size: 0.78rem;
}

.cart-item-price strong {
  color: var(--brand-700);
  font-size: 1rem;
}

.cart-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cart-remove {
  width: 38px;
  height: 38px;
  color: #b43f3f;
}

.checkout-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2.2vw, 1.25rem);
}

.checkout-card-heading {
  display: flex;
  gap: 0.85rem;
  align-items: center;
}

.checkout-card-heading > i,
.modal-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: var(--radius);
  color: var(--brand-800);
  background: var(--brand-100);
}

.checkout-card-heading h2 {
  margin: 0.15rem 0 0;
  color: var(--brand-900);
  font-size: 1.12rem;
}

.gift-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.gift-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.76);
  cursor: pointer;
}

.gift-option:hover {
  border-color: rgba(59, 146, 171, 0.45);
}

.gift-option input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
  accent-color: var(--brand-700);
}

.gift-option span {
  display: grid;
  gap: 0.15rem;
}

.gift-option strong {
  color: var(--brand-900);
  font-size: 0.9rem;
}

.gift-option small {
  color: var(--muted);
}

.gift-option b {
  grid-column: 2;
  color: var(--brand-700);
  font-family: var(--font-mono);
  font-size: 0.78rem;
}

.summary-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.summary-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
}

.summary-list dt,
.summary-list dd {
  margin: 0;
}

.summary-list dd {
  color: var(--brand-900);
  font-family: var(--font-mono);
  font-weight: 800;
  text-align: right;
}

.summary-total {
  border-top: 1px solid var(--line);
  padding-top: 0.85rem;
  color: var(--ink) !important;
  font-weight: 800;
}

.summary-total dd {
  color: var(--brand-700);
  font-size: 1.2rem;
}

.checkout-submit {
  width: 100%;
}

.checkout-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.cart-empty-state {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
}

.cart-empty-state i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: var(--radius);
  color: var(--brand-800);
  background: var(--brand-100);
}

.cart-empty-state h2,
.cart-empty-state p {
  margin: 0;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(16, 33, 38, 0.62);
  backdrop-filter: blur(8px);
}

.checkout-modal-panel {
  display: grid;
  gap: 1rem;
  width: min(100%, 460px);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #fff;
  box-shadow: 0 28px 70px rgba(16, 33, 38, 0.24);
  text-align: center;
}

.checkout-modal-panel h2,
.checkout-modal-panel p {
  margin: 0;
}

.modal-icon {
  margin-inline: auto;
  color: #fff;
  background: var(--brand-700);
}

.modal-contact {
  display: grid;
  gap: 0.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.9rem;
  background: var(--surface-soft);
  text-align: left;
}

.modal-contact span {
  color: var(--brand-700);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.modal-contact strong {
  color: var(--brand-900);
  font-family: var(--font-mono);
}

.cart-thumb img,
#cart-items-wrapper img {
  object-fit: contain !important;
  background: var(--surface-soft);
}

.collection-page {
  background:
    linear-gradient(180deg, rgba(243, 251, 252, 0.9) 0%, #fff 100%),
    var(--surface-soft);
}

.collection-hero {
  display: grid;
  gap: 0.8rem;
  max-width: 760px;
  margin-bottom: 2rem;
}

.collection-hero h1 {
  margin: 0;
  color: var(--brand-900);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  line-height: 1.04;
}

.collection-hero p {
  margin: 0;
  color: var(--muted);
}

.product-browser {
  display: grid;
  gap: 1.25rem;
}

.collection-filter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(4, minmax(150px, 1fr)) auto;
  gap: 0.75rem;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1rem, 2vw, 1.25rem);
  background: rgba(255, 255, 255, 0.92);
}

.collection-filter-panel .field {
  gap: 0.35rem;
}

.collection-filter-panel select,
.collection-filter-panel input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.75rem 0.85rem;
  color: var(--ink);
  background: #fff;
}

.collection-filter-panel select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--brand-700) 50%) right 1rem center / 7px 7px no-repeat,
    linear-gradient(135deg, var(--brand-700) 50%, transparent 50%) right 0.65rem center / 7px 7px no-repeat,
    #fff;
}

.input-icon-field {
  position: relative;
}

.input-icon-field i {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  color: var(--brand-700);
  transform: translateY(-50%);
}

.input-icon-field input {
  padding-left: 2.35rem;
}

.reset-filters {
  min-width: 118px;
  min-height: 46px;
}

.collection-results-bar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.collection-results-bar h2 {
  margin: 0.2rem 0 0;
  color: var(--brand-900);
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
}

.collection-product-grid {
  align-items: stretch;
}

@media (max-width: 980px) {
  .desktop-nav,
  .search-field {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .mobile-nav.is-open {
    display: block;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 58%, rgba(255, 255, 255, 0.38) 100%),
      linear-gradient(90deg, rgba(59, 146, 171, 0) 0%, rgba(59, 146, 171, 0.22) 100%);
  }

  .hero-content {
    padding: 3.5rem 0 1rem;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-metrics,
  .promise-grid,
  .process-grid,
  .product-grid,
  .footer-grid,
  .product-detail,
  .split-section,
  .wow-gift-layout,
  .occasion-stack-layout,
  .brand-story-card-featured,
  .brand-showroom-card {
    grid-template-columns: 1fr 1fr;
  }

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

  .filter-dropdown {
    width: 100%;
    min-width: 0;
  }

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

  .filter-menu {
    right: auto;
    left: 0;
    width: 100%;
  }

  .collection-group-heading {
    align-items: start;
    flex-direction: column;
  }

  .detail-gallery {
    position: static;
  }

  .cart-layout {
    grid-template-columns: 1fr;
  }

  .checkout-column {
    position: static;
  }

  .gift-options {
    grid-template-columns: 1fr;
  }

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

  .search-control,
  .reset-filters {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand-logo {
    height: 36px;
  }

  .hero-content {
    padding: 2.4rem 0 0.5rem;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 16vw, 4.8rem);
  }

  .hero-copy {
    gap: 0.95rem;
  }

  .hero-lead {
    font-size: 0.95rem;
  }

  .promise-grid,
  .process-grid,
  .product-grid,
  .footer-grid,
  .product-detail,
  .split-section,
  .variant-list,
  .wow-gift-layout,
  .occasion-stack-layout,
  .brand-story-card-featured,
  .brand-showroom-card {
    grid-template-columns: 1fr;
  }

  .occasion-stack {
    min-height: 430px;
  }

  .occasion-card {
    width: min(58%, 230px);
  }

  .occasion-card-1 {
    --card-x: -52%;
    --card-y: 0px;
  }

  .occasion-card-2 {
    --card-x: -38%;
    --card-y: 70px;
  }

  .occasion-card-3 {
    --card-x: -22%;
    --card-y: 136px;
  }

  .brand-story-media,
  .brand-showroom-media {
    height: 260px;
    min-height: 260px;
  }

  .brand-story-media img,
  .brand-showroom-media img {
    object-fit: cover;
  }

  .wow-gift-media {
    min-height: 260px;
  }

  .wow-gift-media figcaption {
    position: static;
    width: calc(100% - 1rem);
    margin: 0 0 0.5rem;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0.3rem;
  }

  .metric {
    padding: 0.7rem 0.55rem;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .metric strong {
    font-size: 1.05rem;
  }

  .metric span {
    font-size: 0.68rem;
  }

  .metric:last-child {
    border-right: 0;
  }

  .hero-actions,
  .card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

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

  .detail-gallery img {
    height: 380px;
    min-height: 300px;
  }

  .cart-item {
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: start;
  }

  .cart-item-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: stretch;
    border-top: 1px solid var(--line);
    padding-top: 0.85rem;
  }

  .cart-item-price {
    justify-items: start;
  }

  .cart-controls {
    justify-content: end;
  }

  .detail-actions .button {
    min-width: 0;
  }

  .collection-filter-panel {
    grid-template-columns: 1fr;
  }

  .collection-results-bar {
    align-items: start;
    flex-direction: column;
  }

  .reset-filters {
    width: 100%;
  }

  .auth-shell {
    grid-template-columns: 1fr;
  }

  .otp-row {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   DYNAMIC NAVIGATION SUBMENU DROPDOWN & ACCORDION STYLES
   ========================================================================== */

/* 1. Desktop Nav Dropdown styling */
.nav-dropdown {
  position: relative;
  display: inline-block;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
  text-decoration: none;
}

.nav-dropdown-trigger i {
  font-size: 0.68rem;
  transition: transform 0.2s ease-in-out;
}

.nav-dropdown:hover .nav-dropdown-trigger i {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--surface, #ffffff);
  border: 1px solid var(--line, #e2e8f0);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  min-width: 170px;
  padding: 0.45rem 0;
  z-index: 1000;
  flex-direction: column;
  margin-top: 0.35rem;
}

.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background: transparent;
}

.nav-dropdown-menu a {
  padding: 0.55rem 1rem !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  color: var(--muted, #475569) !important;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
  text-align: left;
  border-bottom: 0 !important;
  display: block;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a[aria-current="page"] {
  background-color: var(--surface-soft, #f8fafc);
  color: var(--brand-700, #3b92ab) !important;
}

.nav-dropdown:hover .nav-dropdown-menu {
  display: flex;
}

/* 2. Mobile Nav Dropdown styling */
.mobile-nav-dropdown {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mobile-nav-dropdown-trigger {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.8rem 0 !important;
  font-family: var(--font-sans), sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--muted, #475569);
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid var(--line, #e2e8f0);
}

.mobile-nav-dropdown-trigger i {
  font-size: 0.82rem;
  transition: transform 0.25s ease;
}

.mobile-nav-dropdown.is-open .mobile-nav-dropdown-trigger i {
  transform: rotate(180deg);
}

.mobile-nav-dropdown-menu {
  display: none;
  flex-direction: column;
  padding-left: 1.2rem;
  border-left: 2px solid var(--brand-700, #3b92ab);
  margin-top: 0.25rem;
  margin-bottom: 0.45rem;
}

.mobile-nav-dropdown.is-open .mobile-nav-dropdown-menu {
  display: flex;
}

.mobile-nav-dropdown-menu a {
  padding: 0.5rem 0 !important;
  font-size: 0.95rem !important;
  color: var(--muted, #475569) !important;
  border-bottom: 0 !important;
}

.mobile-nav-dropdown-menu a[aria-current="page"] {
  color: var(--brand-700, #3b92ab) !important;
  font-weight: 700;
}
