/* =============================================
   Château Cluzel — Feuille de style principale
   ============================================= */

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

:root {
  --cream:      #F8F4ED;
  --warm-white: #FDFAF5;
  --charcoal:   #2C2416;
  --bordeaux:   #6B2737;
  --gold:       #B8964A;
  --gold-light: #D4AF6A;
  --stone:      #E8E0D0;
  --text-muted: #7A6E60;
  --max-width:  1100px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Raleway', sans-serif;
  background-color: var(--cream);
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}

/* ---- NAVIGATION ---- */
nav {
  background-color: var(--charcoal);
  padding: 0 2rem;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(184,150,74,0.3);
}

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--gold-light);
  text-decoration: none;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold-light);
}

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: rgba(255,255,255,0.8);
  transition: all 0.3s;
}

/* ---- HERO ---- */
.hero {
  position: relative;
  background-color: var(--charcoal);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 85vh;
  text-align: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('images/hero.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.55;
  transition: opacity 0.5s;
}

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

.hero-eyebrow {
  font-family: 'Raleway', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.5rem;
}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 300;
  color: var(--warm-white);
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

.hero p {
  font-size: 1rem;
  color: rgba(255,255,255,0.82);
  max-width: 560px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
  line-height: 1.9;
}

.hero-divider {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 2rem;
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  cursor: pointer;
}

.btn-gold {
  background: var(--gold);
  color: var(--charcoal);
  border: 1px solid var(--gold);
}
.btn-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
}

.btn-outline {
  background: transparent;
  color: var(--warm-white);
  border: 1px solid rgba(255,255,255,0.5);
  margin-left: 1rem;
}
.btn-outline:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
}

/* ---- SECTIONS ---- */
section {
  padding: 5rem 2rem;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section-label {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
}

h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}

.lead {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #4A4030;
  max-width: 680px;
}

/* ---- GOLD DIVIDER ---- */
.gold-line {
  display: block;
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 1.5rem 0;
}

.gold-line.centered {
  margin: 1.5rem auto;
}

/* ---- TWO-COLUMN INTRO ---- */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.intro-grid.reverse { direction: rtl; }
.intro-grid.reverse > * { direction: ltr; }

.intro-image {
  aspect-ratio: 4/3;
  background: var(--stone);
  overflow: hidden;
  position: relative;
}

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

.img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--stone);
  min-height: 320px;
}

/* ---- CARDS GRID ---- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.card {
  background: var(--warm-white);
  padding: 2.2rem;
  border-top: 2px solid var(--gold);
}

.card-icon {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  display: block;
}

.card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ---- INFO BOX ---- */
.info-box {
  background: var(--warm-white);
  border-left: 3px solid var(--gold);
  padding: 1.8rem 2rem;
  margin: 2rem 0;
}

.info-box h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

/* ---- CHECKLIST ---- */
.checklist {
  list-style: none;
  margin: 1rem 0;
}

.checklist li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
  border-bottom: 1px solid var(--stone);
  font-size: 0.95rem;
}

.checklist li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* ---- STEP LIST ---- */
.steps {
  counter-reset: step;
  list-style: none;
  margin: 1.5rem 0;
}

.steps li {
  counter-increment: step;
  display: flex;
  gap: 1.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--stone);
  align-items: flex-start;
}

.steps li::before {
  content: counter(step);
  min-width: 28px;
  height: 28px;
  background: var(--bordeaux);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

/* ---- HIGHLIGHT BOX ---- */
.highlight {
  background: var(--charcoal);
  color: var(--warm-white);
  padding: 2rem 2.5rem;
  margin: 2rem 0;
}

.highlight h3 {
  color: var(--gold-light);
  margin-bottom: 0.8rem;
}

.highlight p, .highlight li { color: rgba(255,255,255,0.85); }
.highlight ul { padding-left: 1.2rem; }

/* ---- RESTAURANT / PLACE CARD ---- */
.places-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.place-card {
  background: var(--warm-white);
  padding: 1.8rem;
  border-bottom: 2px solid var(--stone);
  transition: border-color 0.2s;
}

.place-card:hover {
  border-color: var(--gold);
}

.place-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--bordeaux);
}

.place-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ---- PAGE HERO (inner pages) ---- */
.page-hero {
  background: var(--charcoal);
  padding: 5rem 2rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 60px,
    rgba(184,150,74,0.04) 60px,
    rgba(184,150,74,0.04) 61px
  );
}

.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  color: var(--warm-white);
  position: relative;
  letter-spacing: 0.02em;
}

.page-hero p {
  color: rgba(255,255,255,0.65);
  margin-top: 1rem;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  position: relative;
}

/* ---- SECTION ALT ---- */
.section-alt {
  background: var(--warm-white);
}

/* ---- FOOTER ---- */
footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.55);
  text-align: center;
  padding: 3rem 2rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

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

footer .footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  color: var(--gold-light);
  display: block;
  margin-bottom: 0.5rem;
  letter-spacing: 0.06em;
  font-weight: 300;
}

footer .footer-address {
  margin: 0.8rem 0;
  line-height: 1.8;
}

.footer-divider {
  width: 40px;
  height: 1px;
  background: rgba(184,150,74,0.4);
  margin: 1.5rem auto;
}

/* ---- WARNING / NOTE ---- */
.note {
  background: #FFF8E7;
  border-left: 3px solid var(--gold);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}

.warning {
  background: #FFF0F0;
  border-left: 3px solid var(--bordeaux);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 64px;
    left: 0; right: 0;
    background: var(--charcoal);
    padding: 1.5rem 2rem;
    gap: 1.2rem;
    border-top: 1px solid rgba(184,150,74,0.2);
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .intro-grid.reverse { direction: ltr; }

  section { padding: 3rem 1.5rem; }

  .btn-outline { margin-left: 0; margin-top: 0.8rem; }
  .hero-content { padding: 2rem 1.2rem; }
}
