/* ============================================================
   Jack Bodenstein Coventry Enterprise Watches
   Premium Luxury Stylesheet — Champagne & Burgundy Edition
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Lato:wght@300;400;700&display=swap');

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

:root {
  --cream:       #f8f3ec;
  --ivory:       #faf6f0;
  --champagne:   #e8d5a3;
  --gold:        #b8932a;
  --gold-lt:     #d4aa4a;
  --gold-deep:   #8a6e1e;
  --burgundy:    #5c1a2e;
  --burgundy-lt: #7a2440;
  --burgundy-dk: #3a0f1c;
  --navy:        #0f1e2e;
  --charcoal:    #2a2020;
  --warm-dark:   #1a1410;
  --text:        #2c2018;
  --text-mid:    #5a4a3a;
  --text-lt:     #8a7a6a;
  --border:      rgba(184,147,42,0.2);
  --border-strong: rgba(184,147,42,0.55);
  --shadow:      0 8px 40px rgba(92,26,46,0.12);
  --shadow-lg:   0 20px 80px rgba(92,26,46,0.18);
}

html { scroll-behavior: smooth; }

body {
  background: var(--ivory);
  color: var(--text);
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.85;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  color: var(--charcoal);
  line-height: 1.15;
}

a { color: var(--burgundy); text-decoration: none; transition: color 0.3s; }
a:hover { color: var(--gold); }
img { max-width: 100%; display: block; }
p { margin-bottom: 1.4em; color: var(--text-mid); }
strong { color: var(--charcoal); font-weight: 700; }

.gold-line {
  width: 60px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 1.5rem auto;
}
.gold-line.left { margin-left: 0; background: linear-gradient(90deg, var(--gold), transparent); }

/* ============================================================
   NAVIGATION
   ============================================================ */
nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 9000;
  background: rgba(250,246,240,0.97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
  padding: 0 3rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
  box-shadow: 0 2px 30px rgba(92,26,46,0.08);
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  color: var(--charcoal);
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-logo span {
  color: var(--gold);
  font-size: 0.65rem;
  display: block;
  letter-spacing: 0.28em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
.nav-links a {
  color: var(--text-mid);
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: color 0.3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }

.nav-cta {
  background: var(--burgundy) !important;
  border: none;
  color: var(--cream) !important;
  padding: 0.55rem 1.5rem;
  font-size: 0.7rem !important;
  letter-spacing: 0.2em;
  transition: background 0.3s !important;
}
.nav-cta:hover { background: var(--burgundy-lt) !important; color: var(--cream) !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 1px; background: var(--charcoal); display: block; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; width: 100%; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
}

.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.45) saturate(0.8);
}

.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(26,20,16,0.55) 0%,
    rgba(92,26,46,0.35) 50%,
    rgba(26,20,16,0.75) 100%);
}

.hero-content {
  position: relative; z-index: 2;
  max-width: 860px; padding: 0 2rem;
}

.hero-eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 0.7rem; letter-spacing: 0.45em;
  color: var(--champagne); text-transform: uppercase;
  margin-bottom: 1.8rem;
}

.hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.05;
  text-shadow: 0 2px 40px rgba(0,0,0,0.4);
}

.hero-sub {
  font-size: 1.05rem;
  color: rgba(248,243,236,0.88);
  max-width: 600px;
  margin: 0 auto 2.8rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.75;
}

.btn-primary {
  display: inline-block;
  border: 1px solid var(--champagne);
  color: var(--champagne);
  font-family: 'Lato', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  padding: 1.1rem 3rem;
  transition: background 0.35s, color 0.35s, border-color 0.35s;
}
.btn-primary:hover {
  background: var(--champagne);
  color: var(--warm-dark);
  border-color: var(--champagne);
}

.btn-secondary {
  display: inline-block;
  background: var(--burgundy);
  color: var(--cream);
  font-family: 'Lato', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 1rem 2.8rem;
  font-weight: 400;
  transition: background 0.35s;
}
.btn-secondary:hover { background: var(--burgundy-lt); color: var(--cream); }

.btn-gold {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold-deep), var(--gold), var(--gold-lt));
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 1rem 2.8rem;
  transition: opacity 0.3s;
}
.btn-gold:hover { opacity: 0.88; color: #fff; }

/* ============================================================
   SECTIONS
   ============================================================ */
section { padding: 6rem 0; }
.section-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section-inner.narrow { max-width: 820px; }
.section-inner.wide { max-width: 1440px; }

.section-label {
  font-family: 'Lato', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  display: block;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 1.2rem;
  color: var(--charcoal);
}

.section-title-sm {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
}

.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-burgundy { color: var(--burgundy); }

/* Cream section */
.section-cream { background: var(--cream); }

/* Warm charcoal section */
.section-dark {
  background: var(--warm-dark);
}
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4 { color: var(--cream); }
.section-dark p { color: rgba(248,243,236,0.72); }
.section-dark .section-title { color: var(--cream); }
.section-dark .section-label { color: var(--champagne); }

/* Burgundy section */
.section-burgundy {
  background: linear-gradient(135deg, var(--burgundy-dk) 0%, var(--burgundy) 100%);
}
.section-burgundy h1,
.section-burgundy h2,
.section-burgundy h3 { color: var(--cream); }
.section-burgundy p { color: rgba(248,243,236,0.8); }
.section-burgundy .section-title { color: var(--cream); }
.section-burgundy .section-label { color: var(--champagne); }

/* ============================================================
   COLLECTION CARDS
   ============================================================ */
.collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.watch-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(184,147,42,0.15);
  box-shadow: var(--shadow);
  transition: box-shadow 0.4s, transform 0.4s;
}
.watch-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.watch-card-img {
  width: 100%; height: 280px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.watch-card:hover .watch-card-img { transform: scale(1.04); }

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

.watch-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--charcoal);
  margin-bottom: 0.4rem;
}

.watch-card-sub {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.watch-card-desc {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

.watch-card-link {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--burgundy);
  border-bottom: 1px solid var(--border);
  padding-bottom: 2px;
  transition: border-color 0.3s, color 0.3s;
}
.watch-card-link:hover { border-color: var(--gold); color: var(--gold); }

/* ============================================================
   WATCH DETAIL PAGE
   ============================================================ */
.watch-hero {
  position: relative;
  width: 100%; min-height: 72vh;
  display: flex; align-items: flex-end;
  overflow: hidden;
  margin-top: 76px;
}

.watch-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.42) saturate(0.85);
}

.watch-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(26,20,16,0.98) 0%,
    rgba(92,26,46,0.25) 50%,
    transparent 80%);
}

.watch-hero-content {
  position: relative; z-index: 2;
  padding: 4rem;
  max-width: 800px;
}

.watch-hero-content h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  margin-bottom: 0.8rem;
  color: var(--cream);
}

.watch-series {
  font-size: 0.7rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 1.5rem;
}

/* Specs table */
.specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0;
  border: 1px solid var(--border);
  margin: 3rem 0;
  background: #fff;
  box-shadow: var(--shadow);
}

.spec-item {
  padding: 1.5rem 1.8rem;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.spec-label {
  font-size: 0.63rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}

.spec-value {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--charcoal);
}

/* ============================================================
   EDITORIAL SPLIT
   ============================================================ */
.editorial-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.editorial-split.reverse { direction: rtl; }
.editorial-split.reverse > * { direction: ltr; }

.editorial-img {
  width: 100%; height: 520px;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}

.editorial-text h2 { margin-bottom: 1.2rem; }

/* ============================================================
   BLOG
   ============================================================ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.blog-card {
  background: #fff;
  border: 1px solid rgba(184,147,42,0.12);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: box-shadow 0.4s, transform 0.4s;
}
.blog-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }

.blog-card-img { width: 100%; height: 220px; object-fit: cover; }

.blog-card-body { padding: 1.8rem; }
.blog-card-tag {
  font-size: 0.63rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
}
.blog-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.12rem;
  color: var(--charcoal);
  margin-bottom: 0.8rem;
  line-height: 1.35;
}
.blog-card-excerpt {
  font-size: 0.88rem;
  color: var(--text-mid);
  margin-bottom: 1.2rem;
}
.blog-card-link {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--burgundy);
}
.blog-card-link:hover { color: var(--gold); }

/* ============================================================
   ARTICLE LAYOUT
   ============================================================ */
.article-hero {
  position: relative; height: 55vh; min-height: 420px;
  overflow: hidden; margin-top: 76px;
}
.article-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.38) saturate(0.8);
}
.article-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,20,16,1) 0%, transparent 55%);
}
.article-hero-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 3rem 4rem;
  max-width: 860px;
}
.article-hero-content h1 { color: var(--cream); }

.article-body {
  max-width: 760px; margin: 0 auto; padding: 4rem 2rem;
}
.article-body h2 {
  font-size: 1.9rem; margin: 2.5rem 0 1rem;
  color: var(--charcoal);
}
.article-body h3 {
  font-size: 1.35rem; color: var(--burgundy);
  margin: 2rem 0 0.8rem;
}
.article-body p { color: var(--text-mid); }
.article-body a { color: var(--burgundy); border-bottom: 1px solid var(--border); }
.article-body a:hover { border-color: var(--gold); color: var(--gold); }
.article-body blockquote {
  border-left: 2px solid var(--gold);
  padding: 0.5rem 0 0.5rem 2rem;
  margin: 2rem 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.35rem;
  color: var(--charcoal);
  background: var(--cream);
}

/* ============================================================
   FORMS
   ============================================================ */
.form-luxury {
  background: #fff;
  border: 1px solid var(--border);
  padding: 3rem;
  max-width: 620px;
  box-shadow: var(--shadow);
}
.form-luxury h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.form-luxury p { color: var(--text-mid); font-size: 0.9rem; margin-bottom: 2rem; }

.form-group { margin-bottom: 1.5rem; }
.form-group label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 0.5rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--ivory);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 0.9rem 1.2rem;
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { height: 130px; resize: vertical; }
.form-group select option { background: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--warm-dark);
  border-top: 1px solid rgba(184,147,42,0.2);
  padding: 5rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1200px; margin: 0 auto;
  padding: 0 2rem 3rem;
  border-bottom: 1px solid rgba(184,147,42,0.15);
}

.footer-brand h3 {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--cream);
  margin-bottom: 0.5rem;
}
.footer-brand p { font-size: 0.85rem; color: rgba(248,243,236,0.5); max-width: 280px; }

.footer-col h4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a { font-size: 0.88rem; color: rgba(248,243,236,0.5); }
.footer-col ul li a:hover { color: var(--champagne); }

.footer-bottom {
  max-width: 1200px; margin: 0 auto;
  padding: 2rem 2rem 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.78rem; color: rgba(248,243,236,0.35);
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb {
  padding: 1rem 2rem;
  max-width: 1200px; margin: 0 auto;
  margin-top: 76px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--text-lt);
}
.breadcrumb a { color: var(--text-lt); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); margin: 0 0.5rem; }

/* ============================================================
   JB SIGNATURE BADGE
   ============================================================ */
.jb-signature {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--gold);
  border: 1px solid var(--border);
  display: inline-block;
  padding: 0.4rem 1.2rem;
  letter-spacing: 0.05em;
  background: rgba(184,147,42,0.04);
}

/* ============================================================
   LUXURY BANNER
   ============================================================ */
.luxury-banner {
  background: linear-gradient(135deg, var(--burgundy-dk), var(--burgundy));
  padding: 5rem 2rem;
  text-align: center;
}
.luxury-banner h2 { color: var(--cream); margin-bottom: 1rem; font-size: clamp(1.8rem,3.5vw,3rem); }
.luxury-banner p { color: rgba(248,243,236,0.75); max-width: 560px; margin: 0 auto 2rem; font-family: 'Cormorant Garamond', serif; font-style:italic; font-size:1.15rem; }

/* ============================================================
   HERITAGE TIMELINE
   ============================================================ */
.timeline { position: relative; padding-left: 2.5rem; }
.timeline::before {
  content:''; position:absolute; left:0; top:0; bottom:0;
  width:1px; background: linear-gradient(180deg, transparent, var(--gold), transparent);
}
.timeline-item { position:relative; margin-bottom:2.5rem; }
.timeline-item::before {
  content:''; position:absolute; left:-2.5rem; top:0.4rem;
  width:8px; height:8px; border-radius:50%;
  background: var(--gold); transform:translateX(-3.5px);
}
.timeline-year {
  font-size:0.7rem; letter-spacing:0.3em; text-transform:uppercase;
  color:var(--gold); margin-bottom:0.4rem;
}
.timeline-item h4 { color:var(--charcoal); margin-bottom:0.4rem; font-size:1.1rem; }
.timeline-item p { color:var(--text-mid); font-size:0.92rem; margin-bottom:0; }

/* ============================================================
   UTILITY
   ============================================================ */
.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}
.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}
.flex-center{display:flex;align-items:center;justify-content:center}
.gap-1{gap:1rem}.gap-2{gap:2rem}

.overlay-text {
  background: rgba(250,246,240,0.92);
  border-left: 2px solid var(--gold);
  padding: 1.5rem 2rem;
}

.divider-ornament {
  text-align:center; margin:3rem 0;
  color:var(--gold); font-size:1.2rem; letter-spacing:0.8em;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .editorial-split{grid-template-columns:1fr;gap:3rem}
  .editorial-img{height:380px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
}

@media (max-width: 768px) {
  nav{padding:0 1.5rem}
  .nav-links{display:none}
  .hamburger{display:flex}
  .hero h1{font-size:2.4rem}
  .watch-hero-content{padding:2rem}
  .article-hero-content{padding:2rem}
  .watch-hero-content h1{font-size:2rem}
  section{padding:4rem 0}
  .collection-grid{grid-template-columns:1fr}
  .blog-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:.8rem;text-align:center}
  .form-luxury{padding:2rem}
  .specs-grid{grid-template-columns:1fr 1fr}
  .editorial-split.reverse{direction:ltr}
}

@media (max-width: 480px) {
  .specs-grid{grid-template-columns:1fr}
  nav{height:62px}
  .watch-hero{margin-top:62px}
  .article-hero{margin-top:62px}
  .breadcrumb{margin-top:62px}
}
