/* ------------------------------------------------------------
   TUDOR ATELIER - Premium CSS Design System
   ------------------------------------------------------------ */

/* ------ Design Tokens ------------------------------------------------------------ */
:root {
  --gold:         #cc0000;
  --gold-light:   #e63333;
  --gold-dim:     #8a0000;
  --tudor-red:    #cc0000;
  --tudor-red-dim:#8a0000;
  --dark:         #0a0a0a;
  --surface:      #141414;
  --surface-2:    #1c1c1c;
  --surface-3:    #242424;
  --border:       rgba(255,255,255,0.1);
  --border-hover: rgba(255,255,255,0.25);
  --cream:        #f5efe6;
  --cream-dim:    #c8bfb0;
  --white:        #ffffff;
  --text-muted:   #888;
  --overlay:      rgba(10,10,10,0.85);

  --radius-sm:    4px;
  --radius:       8px;
  --radius-lg:    14px;

  --transition:   0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);

  --font-serif:   'Cormorant Garamond', 'Georgia', serif;
  --font-sans:    'Montserrat', 'Helvetica Neue', sans-serif;
}

/* ------ Reset & Base ------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--dark);
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ------ Typography ------------------------------------------------------------ */
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.label-caps {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-light); }

/* ------ Scrollbar ------------------------------------------------------------ */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--surface); }
::-webkit-scrollbar-thumb { background: var(--gold-dim); border-radius: 3px; }

/* ------------------------------------------------------------
   SEARCH HERO
------------------------------------------------------------ */
/* ------ Site Nav ------------------------------------------------------------ */
#site-nav {
  background: #002a75;
  position: sticky;
  top: 0;
  z-index: 800;
}

.nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand-logo {
  height: 44px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  transition: opacity 0.2s;
}

.nav-brand {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.nav-brand:hover { opacity: 0.7; }

.nav-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-phone {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.nav-phone:hover { opacity: 0.7; }

.nav-cart-btn {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  transition: opacity 0.2s;
}
.nav-cart-btn:hover { opacity: 0.7; }

.nav-cart-count {
  position: absolute;
  top: -4px;
  right: -6px;
  background: var(--gold);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  opacity: 0;
  transition: opacity 0.2s;
}
.nav-cart-count.has-items { opacity: 1; }

#search-hero {
  position: relative;
  min-height: calc(100vh - 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 2rem 4rem;
  overflow: hidden;
  background: linear-gradient(to bottom, #002a75 0%, #0d0d0d 22%);
}

/* Atmospheric background glow */
#search-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 55% at 50% 105%, rgba(204,0,0,0.09) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 15% 15%, rgba(204,0,0,0.04) 0%, transparent 60%),
    radial-gradient(ellipse 40% 35% at 85% 20%, rgba(204,0,0,0.03) 0%, transparent 60%);
  pointer-events: none;
}

.search-hero-content {
  position: relative;
  width: 100%;
  max-width: 680px;
}

.search-hero-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 2.25rem;
}

.search-hero-eyebrow {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #ff3d46;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.search-hero-byline {
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: none;
  color: rgb(255 255 255 / 80%);
}

.search-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 300;
  color: rgb(255 255 255 / 45%);
  line-height: 1.05;
  white-space: nowrap;
  margin-bottom: 2.5rem;
}

.smart-search-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  background: linear-gradient(90deg, #e04848, #f06878, #ffaabb, #ff7799, #f05070, #e04848);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: atelier-shimmer 4s linear infinite;
}

/* ------ AI Search Box ------------------------------------------------------------ */
.ai-search-wrap {
  margin-bottom: 1.75rem;
  position: relative;
  text-align: left;
}

.ai-search-box {
  display: flex;
  align-items: flex-start;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: rgba(20,20,20,0.9);
  backdrop-filter: blur(12px);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.ai-search-box:focus-within {
  border-color: rgba(255,255,255,0.65);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.15), 0 12px 40px rgba(0,0,0,0.3);
}

.ai-search-textarea {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
  padding: 1.1rem 1.25rem;
  resize: none;
  outline: none;
  min-height: 56px;
  max-height: 120px;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  overflow-wrap: normal;
}

.ai-search-textarea::placeholder { color: var(--text-muted); }

.ai-search-btn {
  width: 56px;
  min-height: 56px;
  background: var(--white);
  border: none;
  cursor: pointer;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background var(--transition);
  align-self: stretch;
}

.ai-search-btn:hover { background: rgba(255,255,255,0.85); }
.ai-search-btn:disabled { opacity: 0.4; cursor: not-allowed; }

.ai-search-btn svg { pointer-events: none; }

/* Shared container for loading + prompt chips — prevents layout jump */
#search-state-wrap {
  position: relative;
  min-height: 48px;
}

/* Loading state — absolutely positioned so it never affects surrounding layout */
.ai-search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.75rem 0;
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  letter-spacing: 0.1em;
}

#ai-loading {
  position: absolute;
  inset: 0;
}

/* ------ Example Prompts ------------------------------------------------------------ */
.prompt-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

.prompt-example-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-right: 0.2rem;
}

.prompt-chip {
  padding: 0.45rem 1rem;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: rgba(255,255,255,0.55);
  font-size: 12px;
  font-family: var(--font-sans);
  cursor: pointer;
  border-radius: 999px;
  transition: all var(--transition);
  text-align: left;
}

.prompt-chip:hover {
  border-color: rgba(255,255,255,0.5);
  color: var(--white);
  background: rgba(255,255,255,0.06);
}

/* Hero scroll hint */
.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.hero-scroll-arrow {
  display: block;
  font-size: 16px;
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

/* ------------------------------------------------------------
   REVEAL SECTION
------------------------------------------------------------ */
#reveal-section {
  padding: 5rem 1.5rem 4rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.reveal-header {
  text-align: center;
  margin-bottom: 3rem;
}

.reveal-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--cream);
  font-weight: 300;
  margin: 0.5rem 0;
}

.reveal-query {
  color: var(--text-muted);
  font-size: 13px;
  font-style: italic;
  margin-top: 0.6rem;
}

/* 4-column card grid */
.reveal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto 2.5rem;
}

@media (max-width: 900px)  { .reveal-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .reveal-grid { grid-template-columns: 1fr; } }

/* ------ Card flip ------------------------------------------------------------ */
.reveal-card {
  perspective: 1400px;
  height: 480px;
}

@media (max-width: 900px) { .reveal-card { height: 520px; } }

.reveal-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-card.revealed .reveal-card-inner {
  transform: rotateY(180deg);
}

.reveal-card-front,
.reveal-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: var(--radius);
  overflow: hidden;
}

/* FRONT: mystery card */
.reveal-card-front {
  background: var(--surface-2);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  animation: cardPulse 2.5s ease-in-out infinite;
}

.reveal-card.revealed .reveal-card-front {
  animation: none;
}

@keyframes cardPulse {
  0%, 100% { border-color: var(--border); }
  50%       { border-color: rgba(255,255,255,0.25); box-shadow: 0 0 20px rgba(255,255,255,0.04); }
}

.reveal-front-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  opacity: 0.22;
}

.reveal-card-number {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  color: var(--gold);
  opacity: 0.2;
  font-weight: 300;
  line-height: 1;
}

/* BACK: watch reveal (starts hidden behind, rotated) */
.reveal-card-back {
  transform: rotateY(180deg);
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}

/* Watch image area inside reveal back */
.reveal-watch-img-wrap {
  height: 240px;
  flex-shrink: 0;
  background: #f4f4f4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.reveal-watch-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
  transition: transform 0.5s ease;
}

.reveal-card:hover .reveal-watch-img-wrap img {
  transform: scale(1.04);
}

/* Info bar at bottom of reveal card */
.reveal-watch-info {
  padding: 1.1rem 1.1rem 0.9rem;
  border-top: 1px solid var(--border);
  background: var(--surface);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.reveal-watch-collection {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--cream-dim);
  margin-bottom: 0.2rem;
}

.reveal-watch-name {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: 0.4rem;
}

.reveal-watch-reason {
  font-size: 11.5px;
  color: var(--cream-dim);
  line-height: 1.55;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reveal-card-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.75rem;
}

.btn-sm {
  flex: 1;
  padding: 0.45rem 0.5rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  cursor: pointer;
  border: none;
  transition: all var(--transition);
}

.btn-sm-gold {
  background: var(--gold);
  color: var(--white);
}

.btn-sm-gold:hover { background: var(--gold-light); }

.btn-sm-ghost {
  background: transparent;
  border: 1px solid var(--border) !important;
  color: var(--cream-dim);
}

.btn-sm-ghost:hover { border-color: var(--gold) !important; color: var(--gold); }

/* Reveal actions (below grid) */
.reveal-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

/* ------------------------------------------------------------
   CONCIERGE FLOW
------------------------------------------------------------ */
#concierge {
  padding: 5rem 1.5rem;
  max-width: 900px;
  margin: 0 auto;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.concierge-step {
  display: none;
  animation: fadeInUp 0.5s ease forwards;
}

.concierge-step.active { display: block; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.concierge-question {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--cream);
  margin-bottom: 0.5rem;
  font-weight: 300;
}

.concierge-sub {
  color: var(--cream-dim);
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.option-card {
  border: 1px solid var(--border);
  padding: 1.75rem 1.25rem;
  cursor: pointer;
  text-align: center;
  background: var(--surface);
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
  border-radius: var(--radius-sm);
}

.option-card:hover {
  border-color: var(--gold);
  background: var(--surface-2);
  transform: translateY(-2px);
}

.option-card.selected {
  border-color: var(--gold);
  background: var(--surface-2);
}

.option-card.selected::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: var(--gold);
  margin: 0.75rem auto 0;
}

.option-icon {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
  display: block;
}

.option-label {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream);
}

.option-desc {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 0.4rem;
  line-height: 1.5;
}

.concierge-nav {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
  align-items: center;
}

.btn-gold {
  padding: 0.75rem 2rem;
  background: var(--gold);
  color: var(--white);
  border: none;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--transition), opacity var(--transition);
  border-radius: var(--radius-sm);
}

.btn-gold:hover { background: var(--gold-light); }
.btn-gold:disabled { opacity: 0.4; cursor: not-allowed; }

.btn-ghost {
  padding: 0.75rem 1.5rem;
  background: transparent;
  color: var(--cream-dim);
  border: 1px solid var(--border);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color var(--transition), color var(--transition);
  border-radius: var(--radius-sm);
}

.btn-ghost:hover { border-color: var(--cream-dim); color: var(--cream); }

/* Step indicator */
.step-dots {
  display: flex;
  gap: 8px;
  margin-bottom: 3rem;
}

.step-dot {
  width: 24px;
  height: 2px;
  background: var(--border);
  transition: background var(--transition), width var(--transition);
}

.step-dot.active { background: var(--gold); width: 40px; }
.step-dot.done   { background: var(--gold-dim); }

/* AI Reasoning Block */
.reasoning-block {
  margin-top: 2rem;
  padding: 1.5rem;
  border-left: 2px solid var(--gold);
  background: var(--surface);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 13px;
  color: var(--cream-dim);
  line-height: 1.7;
  font-style: italic;
}

/* ------------------------------------------------------------
   SECTION CHROME
------------------------------------------------------------ */
.section-header {
  text-align: center;
  padding: 4rem 1.5rem 2.5rem;
}

.section-tudor-crest {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 0.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--cream);
  font-weight: 300;
}

.section-rule {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin: 1.2rem auto;
}

/* ------------------------------------------------------------
   FILTER BAR
------------------------------------------------------------ */
#filter-bar {
  padding: 0 1.5rem 2.5rem;
  max-width: 1400px;
  margin: 0 auto;
}

.filter-bar-inner {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}

.filter-chip {
  padding: 0.5rem 1.1rem;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--cream-dim);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 999px;
  transition: all var(--transition);
}

.filter-chip:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.filter-chip.active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}

.filter-search-wrap {
  margin-left: auto;
  position: relative;
}

.filter-search-wrap input {
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--cream);
  padding: 0.5rem 1rem 0.5rem 2.2rem;
  font-size: 12px;
  border-radius: 999px;
  outline: none;
  width: 220px;
  transition: border-color var(--transition);
}

.filter-search-wrap input:focus {
  border-color: var(--gold);
}

.filter-search-wrap input::placeholder { color: var(--text-muted); }

.filter-search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 13px;
  pointer-events: none;
}

/* ------------------------------------------------------------
   WATCH GALLERY
------------------------------------------------------------ */
#gallery {
  padding: 0 1.5rem 5rem;
  max-width: 1400px;
  margin: 0 auto;
}

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

@media (max-width: 1100px) { .watch-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 780px)  { .watch-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .watch-grid { grid-template-columns: 1fr; } }

.watch-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
  position: relative;
}

.watch-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.08);
}

.watch-card-image {
  width: 100%;
  background: radial-gradient(circle at 75% 80%, #ffffff 0%, #e8e8e8 100%);
}

/* Watches with real photos (white bg) look great on cream.
   Placeholder SVGs invert to stay visible. */
.watch-card-image img {
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  transition: transform var(--transition-slow);
}

/* TUDOR logo placeholder --- gallery cards */
img.watch-placeholder {
  width: 55%;
  height: 55%;
  object-fit: contain;
  opacity: 0.15;
}

/* TUDOR logo placeholder --- reveal cards */
.reveal-watch-img-wrap img.is-placeholder {
  width: 80px;
  height: 80px;
  object-fit: contain;
  opacity: 0.2;
  padding: 0;
}

.watch-card-body {
  padding: 1.25rem;
}

.watch-collection-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-dim);
  margin-bottom: 0.4rem;
}

.watch-card-name {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--cream);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.watch-card-tagline {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 1rem;
  line-height: 1.5;
}

.watch-spec-tags {
  gap: 0.35rem;
  margin-bottom: 0.9rem;
}

.spec-tag {
  padding: 0.2rem 0.6rem;
  border-color: var(--border);
  border-radius: 999px;
  color: var(--cream-dim);
}

/* .watch-card-footer — structure inherited from /css/styles.css */

/* btn structure inherited from /css/styles.css — dark-theme overrides only */
.btn-compare, .btn-details, .btn-cart {
  border-color: var(--border);
  color: var(--cream-dim);
  transition: all var(--transition);
}
.btn-compare:hover, .btn-compare.in-compare,
.btn-details:hover, .btn-cart:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.ai-badge {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-dim);
  padding: 0.3rem 0.6rem;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
}

/* Recommended badge (from AI concierge) */
.recommended-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: var(--gold);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-sm);
}

/* No results */
.no-results {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem 2rem;
  color: var(--text-muted);
}

.no-results svg { opacity: 0.2; margin-bottom: 1rem; }

/* ------------------------------------------------------------
   DETAIL PANEL (slide-in overlay)
------------------------------------------------------------ */
#detail-overlay {
  position: fixed;
  inset: 0;
  background: var(--overlay);
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
  backdrop-filter: blur(4px);
}

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

#detail-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: min(600px, 100vw);
  height: 100%;
  background: var(--surface);
  z-index: 901;
  transform: translateX(100%);
  transition: transform var(--transition-slow);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--border);
}

#detail-panel.open { transform: translateX(0); }

.panel-header {
  position: sticky;
  top: 0;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

.panel-close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-muted);
  font-size: 1.2rem;
  padding: 0.25rem;
  transition: color var(--transition);
  line-height: 1;
}

.panel-close:hover { color: var(--cream); }

/* ------ Detail Carousel ------------------------------------------------------------ */
.detail-carousel {
  position: relative;
  background: #f4f4f4;
  overflow: hidden;
  user-select: none;
  height: 400px;
  min-height: 400px;
  flex-shrink: 0;
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 100%;
  height: 100%;
}

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

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: 1px solid #e0e0e0;
  color: #333;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  z-index: 2;
  font-size: 13px;
  padding: 0;
}
.carousel-arrow:hover { background: #fff; border-color: #aaa; }
.carousel-arrow.hidden { opacity: 0; pointer-events: none; }
.carousel-prev { left: 10px; }
.carousel-next { right: 10px; }

.carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}
.carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0,0,0,0.2);
  cursor: pointer;
  transition: background 0.2s;
}
.carousel-dot.active { background: #333; }

.detail-body {
  padding: 2rem 1.75rem;
  flex: 1;
}

.detail-collection {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--cream-dim);
  margin-bottom: 0.5rem;
}

.detail-name {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  color: var(--cream);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.ai-story {
  background: var(--surface-2);
  border-left: 2px solid var(--gold);
  padding: 1.25rem 1.5rem;
  font-size: 13.5px;
  color: var(--cream-dim);
  line-height: 1.8;
  margin-bottom: 2rem;
  font-style: italic;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.ai-story-label {
  font-style: normal;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
  display: block;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.spec-table tr {
  border-bottom: 1px solid var(--border);
}

.spec-table tr:last-child { border-bottom: none; }

.spec-table td {
  padding: 0.6rem 0;
  font-size: 12.5px;
}

.spec-table td:first-child {
  color: var(--text-muted);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
  width: 40%;
}

.spec-table td:last-child { color: var(--cream); }

.detail-highlights {
  margin-bottom: 2rem;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  color: var(--cream-dim);
}

.highlight-item:last-child { border-bottom: none; }

.highlight-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  margin-top: 0.45rem;
}

.metas-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cream-dim);
  background: rgba(255,255,255,0.05);
  margin-bottom: 1.5rem;
}

.detail-actions {
  display: flex;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.loading-story {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text-muted);
  font-size: 13px;
  padding: 1rem 0;
}

.loading-dots {
  display: flex;
  gap: 4px;
}

.loading-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  animation: loadBounce 1.2s ease infinite;
}

.loading-dot:nth-child(2) { animation-delay: 0.15s; }
.loading-dot:nth-child(3) { animation-delay: 0.3s; }

@keyframes loadBounce {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
  40% { transform: scale(1); opacity: 1; }
}

/* ------------------------------------------------------------
   COMPARE DRAWER
------------------------------------------------------------ */
#compare-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--surface);
  border-top: 1px solid var(--gold);
  z-index: 800;
  transform: translateY(100%);
  transition: transform var(--transition-slow);
  max-height: 90vh;
  overflow-y: auto;
}

#compare-drawer.open { transform: translateY(0); }

.compare-tray {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--surface-2);
  border-top: 1px solid var(--border);
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 799;
  transform: translateY(100%);
  transition: transform var(--transition);
}

#compare-drawer.open ~ .compare-tray { transform: translateY(0); }
.compare-tray.visible { transform: translateY(0); }

.compare-tray-watches {
  display: flex;
  gap: 0.75rem;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
}

.compare-tray-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.75rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 12px;
  color: var(--cream);
}

.compare-tray-remove {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-muted);
  font-size: 0.9rem;
  padding: 0;
  line-height: 1;
  transition: color var(--transition);
}

.compare-tray-remove:hover { color: var(--cream); }

.compare-tray-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
}

/* Compare Drawer content */
.compare-header {
  position: sticky;
  top: 0;
  background: var(--surface);
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

.compare-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--cream);
  font-weight: 300;
}

.compare-content {
  padding: 2rem 1.5rem;
}

.compare-watches-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.compare-watch-col {
  text-align: center;
}

.compare-watch-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin: 0 auto 1rem;
  display: block;
  background: #f4f4f4;
  border-radius: var(--radius-sm);
  padding: 0.5rem;
}

.compare-watch-name {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--cream);
  margin-bottom: 0.25rem;
}

.compare-watch-coll {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-dim);
}

.compare-spec-row {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--border);
}

.compare-row {
  display: grid;
  gap: 1px;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
  align-items: center;
}

.compare-row-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 0.6rem 0;
  grid-column: 1;
}

.compare-row-value {
  font-size: 13px;
  color: var(--cream);
  text-align: center;
  padding: 0.6rem 0;
}

.verdict-block {
  margin-top: 2rem;
  padding: 2rem;
  background: var(--surface-2);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.1);
}

.verdict-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.verdict-text {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--cream);
  line-height: 1.7;
  font-weight: 300;
}

/* ------------------------------------------------------------
   FLOATING CHAT
------------------------------------------------------------ */
#chat-fab {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 850;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform var(--transition), box-shadow var(--transition);
}

#chat-fab:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 28px rgba(0,0,0,0.5);
}

#chat-fab svg { color: var(--tudor-red); }

#chat-panel {
  position: fixed;
  bottom: 5.5rem;
  right: 2rem;
  width: min(400px, calc(100vw - 2rem));
  max-height: 65vh;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  z-index: 850;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.97);
  transform-origin: bottom right;
  transition: opacity var(--transition), transform var(--transition);
}

#chat-panel.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0) scale(1);
}

.chat-panel-header {
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.chat-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--white);
  font-weight: 700;
  flex-shrink: 0;
}

.chat-panel-title {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--cream);
  font-weight: 400;
}

.chat-panel-sub {
  font-size: 11px;
  color: var(--text-muted);
}

.chat-close {
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-muted);
  font-size: 1rem;
  transition: color var(--transition);
}

.chat-close:hover { color: var(--cream); }

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 160px;
}

.chat-msg {
  max-width: 88%;
  font-size: 13px;
  line-height: 1.6;
  animation: msgSlide 0.25s ease;
}

@keyframes msgSlide {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.chat-msg.ai {
  background: var(--surface-2);
  border: 1px solid var(--border);
  padding: 0.75rem 1rem;
  border-radius: var(--radius) var(--radius) var(--radius) 0;
  color: var(--cream);
  align-self: flex-start;
}

.chat-msg.user {
  background: var(--gold);
  color: var(--white);
  padding: 0.75rem 1rem;
  border-radius: var(--radius) var(--radius) 0 var(--radius);
  align-self: flex-end;
  font-weight: 500;
}

.chat-input-row {
  display: flex;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border-top: 1px solid var(--border);
}

.chat-input {
  flex: 1;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--cream);
  padding: 0.6rem 0.9rem;
  font-size: 13px;
  font-family: var(--font-sans);
  outline: none;
  transition: border-color var(--transition);
  resize: none;
  height: 38px;
  line-height: 1.5;
}

.chat-input:focus { border-color: var(--gold); }
.chat-input::placeholder { color: var(--text-muted); }

.chat-send {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  background: var(--gold);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background var(--transition);
}

.chat-send:hover { background: var(--gold-light); }
.chat-send svg { color: var(--white); }

/* ------------------------------------------------------------
   TOAST
------------------------------------------------------------ */
#toast {
  position: fixed;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--surface-2);
  border: 1px solid var(--border);
  color: var(--cream);
  font-size: 13px;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
  white-space: nowrap;
}

#toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ------------------------------------------------------------
   UTILITY
------------------------------------------------------------ */
.hidden { display: none !important; }

.skeleton {
  background: linear-gradient(90deg, var(--surface-2) 25%, var(--surface-3) 50%, var(--surface-2) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: var(--radius-sm);
}

@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

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

/* ------------------------------------------------------------
   LIGHT PRODUCT AREA - TUDOR Brand Guidelines
   Everything below the dark hero uses a clean white/light palette.
   The hero keeps its own explicit dark background; body defaults to white.
------------------------------------------------------------ */

body { background: #ffffff; }

/* ------ Shared light sections ------------------------------------------------------------ */
#reveal-section,
#gallery-section {
  background: #ffffff;
  border-top: none;
  border-bottom: none;
}

/* ------ Reveal section ------------------------------------------------------------ */
.reveal-title         { color: #1a1a1a; }
.reveal-query         { color: #888; }

.reveal-card-front {
  background: #f2f2f2;
  border-color: #e0e0e0;
  animation-name: cardPulseLight;
}
@keyframes cardPulseLight {
  0%, 100% { border-color: #e0e0e0; }
  50%       { border-color: #bbb; box-shadow: none; }
}
.reveal-card-number   { color: #1a1a1a; }

.reveal-card-back {
  background: #ffffff;
  border-color: #e0e0e0;
}
.reveal-watch-info {
  background: #ffffff;
  border-top-color: #e8e8e8;
}
.reveal-watch-collection { color: #999; }
.reveal-watch-name {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}
.reveal-watch-reason  { color: #666; }
.reveal-watch-price   { font-family: var(--font-sans); font-size: 11px; color: #999; letter-spacing: 0.04em; margin-bottom: 0.4rem; }

.btn-sm-ghost {
  border-color: #d8d8d8 !important;
  color: #555;
  background: transparent;
}
.btn-sm-ghost:hover { border-color: var(--gold) !important; color: var(--gold); }

#reveal-section .btn-ghost {
  color: #555;
  border-color: #d0d0d0;
}
#reveal-section .btn-ghost:hover { color: #1a1a1a; border-color: #1a1a1a; }

/* ------ Section header ------------------------------------------------------------ */
.section-title { color: #1a1a1a; }

/* ------ Filter bar ------------------------------------------------------------ */
.filter-chip {
  background: #ffffff;
  border-color: #d5d5d5;
  color: #444;
}
.filter-chip:hover    { border-color: var(--gold); color: var(--gold); }
.filter-chip.active   { background: var(--gold); border-color: var(--gold); color: #fff; }

.filter-search-wrap input {
  background: #ffffff;
  border-color: #d5d5d5;
  color: #1a1a1a;
}
.filter-search-wrap input::placeholder { color: #aaa; }
.filter-search-wrap input:focus        { border-color: var(--gold); }
.filter-search-icon                    { color: #aaa; }

/* ------ Watch cards ------------------------------------------------------------ */
.watch-card {
  background: #ffffff;
  border-color: #f0f0f0;
  border-radius: 0;
}
.watch-card:hover {
  border-color: #d5d5d5;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.watch-collection-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #999;
}
.watch-card-name {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}
.watch-card-tagline { color: #888; font-size: 11px; }

.spec-tag { color: #777; border-color: #e0e0e0; }

.btn-compare, .btn-details, .btn-cart { border-color: #ddd; color: #777; }
.btn-compare:hover, .btn-compare.in-compare, .btn-details:hover, .btn-cart:hover { border-color: var(--gold); color: var(--gold); }

.no-results { color: #aaa; }

/* ------ Detail panel ------------------------------------------------------------ */
#detail-panel {
  background: #ffffff;
  border-left-color: #e5e5e5;
}
.panel-header {
  background: #ffffff;
  border-bottom-color: #e5e5e5;
}
.panel-close             { color: #aaa; }
.panel-close:hover       { color: #1a1a1a; }

.detail-collection       { color: #999; }
.detail-name {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

.ai-story {
  background: #f8f8f8;
  color: #555;
  border-left-color: var(--gold);
}
.ai-story-label          { color: var(--gold); }

.spec-table tr           { border-bottom-color: #eeeeee; }
.spec-table td:first-child { color: #999; }
.spec-table td:last-child  { color: #1a1a1a; }

.highlight-item          { color: #555; border-bottom-color: #eeeeee; }
.highlight-dot           { background: var(--gold); }

.metas-badge {
  border-color: #ddd;
  color: #666;
  background: transparent;
}
.loading-story           { color: #aaa; }
.detail-actions          { border-top-color: #eeeeee; }
#detail-panel .btn-ghost { color: #555; border-color: #d5d5d5; }
#detail-panel .btn-ghost:hover { color: #1a1a1a; border-color: #1a1a1a; }

/* ------ Compare drawer + tray ------------------------------------------------------------ */
#compare-drawer {
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}
.compare-tray {
  background: #ffffff;
  border-top-color: #e5e5e5;
}
.compare-tray-item {
  background: #f5f5f5;
  border-color: #e5e5e5;
  color: #1a1a1a;
}
.compare-tray-remove       { color: #bbb; }
.compare-tray-remove:hover { color: #1a1a1a; }
.compare-tray-label        { color: #aaa; }

.compare-header {
  background: #ffffff;
  border-bottom-color: #e5e5e5;
}
.compare-title    { color: #1a1a1a; }
.compare-watch-name {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
.compare-watch-coll     { color: #999; }
.compare-spec-row,
.compare-row            { border-color: #eeeeee; }
.compare-row-label      { color: #999; }
.compare-row-value      { color: #1a1a1a; }

.verdict-block {
  background: #f8f8f8;
  border-color: #eeeeee;
}
.verdict-label  { color: var(--gold); }
.verdict-text   { color: #1a1a1a; }

/* ------ Detail panel header ------------------------------------------------------------ */
.panel-header-left {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.panel-tudor-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  opacity: 0.55;
}

/* ------ Detail panel price ------------------------------------------------------------ */
.detail-description {
  font-size: 13.5px;
  color: #555;
  line-height: 1.75;
  margin-bottom: 1.75rem;
}

.detail-price {
  font-family: var(--font-sans);
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.25rem;
  letter-spacing: 0.01em;
}

/* ------ Detail cart button ------------------------------------------------------------ */
.detail-cart-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.detail-cart-btn.added {
  background: #2d7a2d;
}

/* ------ Watch card price ------------------------------------------------------------ */
.watch-card-price {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: #555;
  margin-bottom: 0.4rem;
  letter-spacing: 0.01em;
}

/* ------ Card footer layout + add-to-cart ------------------------------------------------------------ */
.card-footer-right {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.btn-add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: var(--radius-sm);
  border: 1px solid #ddd;
  background: transparent;
  color: #777;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}
.btn-add-cart:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}
.btn-add-cart.added {
  border-color: #2d7a2d;
  background: #2d7a2d;
  color: #fff;
}

/* ------ Welcome Modal ------------------------------------------------------------ */
.welcome-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.welcome-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.welcome-modal {
  background: #fff;
  width: 100%;
  max-width: 420px;
  margin: 1rem;
  padding: 3rem 2.5rem 2.5rem;
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.welcome-overlay.open .welcome-modal {
  transform: translateY(0);
}

.welcome-logo {
  width: 90px;
  margin-bottom: 1.75rem;
}

.welcome-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1.2;
  color: #111;
  margin-bottom: 0.75rem;
}

.welcome-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  color: #777;
  line-height: 1.6;
  margin-bottom: 2rem;
  letter-spacing: 0.02em;
}

.welcome-input-wrap {
  margin-bottom: 1rem;
}

.welcome-input {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: 2px solid #111;
  border-radius: 0;
  padding: 0.7rem 0.9rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  color: #111;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
  background: transparent;
}
.welcome-input:focus {
  border-color: #cc0000;
  border-bottom-color: #cc0000;
}

.welcome-btn {
  width: 100%;
  background: #111;
  color: #fff;
  border: none;
  padding: 0.85rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  margin-bottom: 0.75rem;
}
.welcome-btn:hover { background: #cc0000; }

.welcome-skip {
  background: none;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  color: #aaa;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-decoration: underline;
  padding: 0;
  transition: color 0.2s;
}
.welcome-skip:hover { color: #555; }

/* ------ Nav visitor button ------------------------------------------------------------ */
.nav-visitor-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0 4px;
  opacity: 0.7;
  transition: opacity 0.2s;
  line-height: 1;
}
.nav-visitor-btn:hover { opacity: 1; }

/* ------ Inline video ad card ------------------------------------------------------------ */
.watch-ad-card {
  position: relative;
  overflow: hidden;
  background: #000;
  border: 1px solid #f0f0f0;
  aspect-ratio: 9 / 16;
}
.watch-ad-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.watch-ad-card--landscape {
  aspect-ratio: 9 / 16;
}
.watch-ad-card[data-watch-id] {
  cursor: pointer;
}

/* ------ Intro banner ------------------------------------------------------------ */
.intro-banner-wrap {
  background: #fff;
  padding: 3rem 2rem;
  text-align: center;
}
.intro-banner-img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ------------------------------------------------------------
   SHARED INCLUDES - World of Tudor & Footer
   ------------------------------------------------------------ */

/* ------ World of Tudor include wrapper ------------------------------------------------------------ */
.inc-world-tudor {
  background: #fff;
  color: #1a1a1a;
  font-family: 'Montserrat', sans-serif;
}
.inc-world-tudor .full-img {
  width: 100%;
  line-height: 0;
}
.inc-world-tudor .full-img img {
  width: 100%;
  height: auto;
  display: block;
}
.inc-world-tudor .section-heading {
  text-align: center;
  padding: 3.5rem 1.5rem 2rem;
}
.inc-world-tudor .section-heading h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  line-height: 1.15;
}
.inc-world-tudor .section-heading .sub {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #cc0000;
}
.inc-world-tudor .section-body-text {
  font-size: 15px;
  line-height: 1.85;
  color: #555;
  max-width: 920px;
  margin: 0 auto 2.5rem;
  text-align: center;
  padding: 0 1.5rem;
}
.inc-world-tudor .discover-link {
  text-align: center;
  padding: 0.5rem 1.5rem 3rem;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.inc-world-tudor .discover-link::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #ccc;
}
.inc-world-tudor .discover-link a { color: #555; text-decoration: none; transition: color 0.2s; }
.inc-world-tudor .discover-link a:hover { color: #cc0000; }

/* ------ Ambassador carousel ------------------------------------------------------------ */
.ambassador-section-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3.5rem;
  position: relative;
}
#ambassadors {
  position: relative;
  margin-bottom: 2rem;
}
.ambassador-track-wrap { overflow: hidden; }
.ambassador-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.ambassador-slide {
  flex: 0 0 25%;
  padding: 0 6px;
}
.ambassador-img {
  width: 100%;
  aspect-ratio: 1;
  background: #2a2a2a;
  overflow: hidden;
  margin-bottom: 0.9rem;
}
.ambassador-img img { width: 100%; height: 100%; object-fit: cover; }
.ambassador-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
}
.ambassador-role {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #cc0000;
  margin-bottom: 0.5rem;
}
.ambassador-desc {
  font-size: 12px;
  line-height: 1.7;
  color: #666;
}
.ambassador-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  background: #cc0000;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  color: #fff;
  z-index: 2;
  transition: background 0.2s;
  user-select: none;
}
.ambassador-arrow:hover { background: #a80000; }
.ambassador-prev { left: -20px; }
.ambassador-next { right: -20px; }
.ambassador-arrow.hidden { opacity: 0; pointer-events: none; }

/* ------ Shared Tudor footer ------------------------------------------------------------ */
#tudor-footer {
  background: #000;
  text-align: center;
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
#tudor-footer .footer-logo { height: 96px; width: auto; }
#tudor-footer .footer-links { display: flex; align-items: center; gap: 1.5rem; }
#tudor-footer a {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.2s;
}
#tudor-footer a:hover { color: #fff; }
#tudor-footer .footer-atelier-link {
  background: linear-gradient(90deg, #e04848, #f06878, #ffaabb, #ff7799, #f05070, #e04848);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: atelier-shimmer 4s linear infinite;
}
#tudor-footer .footer-atelier-link:hover {
  background: none;
  -webkit-text-fill-color: #ff9aaa;
  animation: none;
}
@keyframes atelier-shimmer {
  0%   { background-position: 100% 50%; }
  100% { background-position:   0% 50%; }
}
.atelier-shimmer {
  background: linear-gradient(90deg, #e04848, #f06878, #ffaabb, #ff7799, #f05070, #e04848);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: atelier-shimmer 4s linear infinite;
}
#tudor-footer .footer-copy {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.1em;
}

/* Nash shared styles reset for atelier ----------------------------------------- */
body { margin: 0 !important; }

/* ------ In-Stock Indicator ---------------------------------------------------- */
.stock-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34,197,94,0.25);
  z-index: 2;
  pointer-events: none;
}
/* .watch-card[data-instock="0"] .stock-dot — inherited from /css/styles.css */

.instock-dot-btn {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 1px;
}

/* Nash footer: remove top gap (mt-150 uses !important) */
#tudor-footer ~ .site-footer { margin-top: 0 !important; }

/* ------ Responsive ------------------------------------------------------------ */
@media (max-width: 900px) {
  .ambassador-section-wrap { padding: 0 2.5rem; }
  .ambassador-slide { flex: 0 0 50%; }
}
@media (max-width: 600px) {
  .ambassador-slide { flex: 0 0 100%; }
  .ambassador-section-wrap { padding: 0 2rem; }
}
