/* Maison Lavande — Editorial Restaurant + Boutique Hotel
   Style: warm earth tones, magazine-layout, Cormorant italic display */

:root {
  --cream: #FAF6F0;
  --paper: #F4ECE0;
  --sand: #E5D5BE;
  --terracotta: #C97755;
  --terracotta-deep: #A85B3D;
  --lavender: #B4A5C4;
  --olive: #6E7548;
  --ink: #2A2418;
  --ink-soft: #4F4537;
  --ink-mute: #8A7E6C;
  --line: rgba(42, 36, 24, 0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.serif { font-family: 'Cormorant Garamond', 'Times New Roman', serif; }
.italic { font-style: italic; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.narrow { max-width: 760px; margin: 0 auto; }

/* === NAV === */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 22px 32px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background 0.4s, backdrop-filter 0.4s, box-shadow 0.4s;
}
.nav.scrolled {
  background: rgba(250, 246, 240, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line);
}
.nav-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.nav-brand .ampersand { color: var(--terracotta); padding: 0 1px; }
.nav-links { display: flex; gap: 36px; }
.nav-links a {
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
  position: relative;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--terracotta); }
.nav-cta {
  padding: 11px 22px;
  background: var(--ink);
  color: var(--cream);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 100px;
  transition: background 0.2s;
}
.nav-cta:hover { background: var(--terracotta); }
.nav-mobile-toggle { display: none; background: var(--ink); color: var(--cream); padding: 8px 14px; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; border-radius: 100px; }

@media (max-width: 880px) {
  .nav-links, .nav-cta { display: none; }
  .nav-mobile-toggle { display: block; }
}

/* === HERO === */
.hero {
  position: relative;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.78) saturate(1.1);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(42, 36, 24, 0.2) 20%, transparent 50%, rgba(42, 36, 24, 0.45) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 0 64px 80px;
  color: var(--cream);
}
.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 36px;
  opacity: 0.85;
  display: flex; align-items: center; gap: 14px;
}
.hero-eyebrow::before { content: ""; width: 36px; height: 1px; background: currentColor; }
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(56px, 9vw, 130px);
  line-height: 0.96;
  letter-spacing: -0.025em;
  max-width: 1100px;
  margin-bottom: 36px;
}
.hero h1 .word-2 { font-style: normal; padding-left: 60px; }
.hero h1 .word-3 { font-style: italic; padding-left: 130px; display: inline-block; }
.hero-meta {
  display: flex;
  gap: 60px;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.85;
}
.hero-meta > div span { display: block; opacity: 0.65; font-size: 10px; margin-bottom: 6px; letter-spacing: 0.25em; }

@media (max-width: 880px) {
  .hero-content { padding: 0 32px 60px; }
  .hero h1 .word-2 { padding-left: 0; }
  .hero h1 .word-3 { padding-left: 0; }
}

/* === SECTION === */
.section { padding: 140px 0; }
.section-intro { padding: 100px 0 60px; }
.section-eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 600;
  margin-bottom: 22px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 1.04;
  letter-spacing: -0.018em;
  font-weight: 400;
  margin-bottom: 28px;
}
.section-title em { font-style: normal; color: var(--terracotta); }
.section-lede {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--ink-soft);
  max-width: 600px;
  margin-bottom: 40px;
}

/* === BIG QUOTE === */
.big-quote-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 140px 0;
  background: var(--paper);
}
.big-quote-section.cream { background: var(--cream); }
.big-quote-text {
  padding-left: 60px;
  border-left: 1px solid var(--terracotta);
}
.big-quote-text blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 24px;
  font-weight: 400;
}
.big-quote-text cite {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.big-quote-img {
  height: 600px;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}

@media (max-width: 880px) {
  .big-quote-section { grid-template-columns: 1fr; gap: 40px; padding: 80px 32px; }
  .big-quote-img { height: 380px; }
  .big-quote-text { padding-left: 28px; }
}

/* === MENU STORIES === */
.menu-stories { padding: 140px 0; }
.menu-stories .container { max-width: 1100px; }
.story {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 70px;
  margin-bottom: 120px;
  align-items: center;
}
.story:nth-child(even) { direction: rtl; }
.story:nth-child(even) > * { direction: ltr; }
.story-img {
  height: 540px;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
  position: relative;
}
.story-tag {
  position: absolute;
  top: 18px; left: 18px;
  background: var(--cream);
  padding: 6px 12px;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 600;
}
.story-content .course-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-style: italic;
  color: var(--terracotta);
  margin-bottom: 12px;
}
.story-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(34px, 4.5vw, 52px);
  line-height: 1.05;
  font-weight: 400;
  margin-bottom: 22px;
}
.story-content p {
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 20px;
}
.story-content .ingredients {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 17px;
  color: var(--ink-mute);
  line-height: 1.6;
}

@media (max-width: 880px) {
  .story { grid-template-columns: 1fr; gap: 28px; margin-bottom: 80px; }
  .story:nth-child(even) { direction: ltr; }
  .story-img { height: 360px; }
}

/* === ROOMS GALLERY === */
.rooms-section { padding: 140px 0; background: var(--paper); }
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 60px;
}
.room-card {
  cursor: pointer;
  transition: transform 0.4s ease;
}
.room-card:hover { transform: translateY(-4px); }
.room-img {
  height: 360px;
  background-size: cover;
  background-position: center;
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
}
.room-img::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(42, 36, 24, 0);
  transition: background 0.3s;
}
.room-card:hover .room-img::after { background: rgba(42, 36, 24, 0.1); }
.room-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 500;
}
.room-meta { font-size: 13px; color: var(--ink-mute); letter-spacing: 0.05em; }
.room-price { font-size: 14px; color: var(--ink); margin-top: 4px; }
.room-price strong { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; }

@media (max-width: 880px) {
  .rooms-grid { grid-template-columns: 1fr; gap: 24px; }
  .room-img { height: 280px; }
}

/* === JOURNAL STRIP === */
.journal-section { padding: 140px 0; }
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 50px;
}
.journal-card {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.journal-card:hover { transform: translateY(-3px); }
.journal-img {
  height: 280px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.journal-card .date {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 8px;
}
.journal-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 400;
}
.journal-card p { font-size: 15px; color: var(--ink-soft); line-height: 1.55; }

@media (max-width: 880px) {
  .journal-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* === RESERVATIONS CTA === */
.reserve-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 600px;
}
.reserve-img { background-size: cover; background-position: center; }
.reserve-form-wrap {
  padding: 80px 60px;
  background: var(--ink);
  color: var(--cream);
  display: flex; flex-direction: column; justify-content: center;
}
.reserve-form-wrap .section-eyebrow { color: var(--lavender); }
.reserve-form-wrap h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 56px;
  line-height: 1.05;
  margin-bottom: 28px;
  font-weight: 400;
}
.reserve-form-wrap p { color: rgba(250, 246, 240, 0.75); font-size: 16px; margin-bottom: 36px; max-width: 460px; }
.reserve-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(250, 246, 240, 0.18);
}
.reserve-tab {
  padding: 14px 24px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250, 246, 240, 0.55);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.2s, border-color 0.2s;
  font-weight: 500;
}
.reserve-tab.active { color: var(--cream); border-bottom-color: var(--terracotta); }
.reserve-form { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.reserve-form .full { grid-column: 1 / -1; }
.reserve-form input, .reserve-form select {
  background: transparent;
  border: 1px solid rgba(250, 246, 240, 0.2);
  color: var(--cream);
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  border-radius: 0;
}
.reserve-form input::placeholder { color: rgba(250, 246, 240, 0.4); }
.reserve-form input:focus, .reserve-form select:focus { outline: none; border-color: var(--terracotta); }
.reserve-form select option { background: var(--ink); color: var(--cream); }
.reserve-form button.full {
  background: var(--terracotta);
  color: var(--cream);
  padding: 16px 24px;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  margin-top: 8px;
  border: 0;
  transition: background 0.2s;
}
.reserve-form button.full:hover { background: var(--terracotta-deep); }

@media (max-width: 880px) {
  .reserve-section { grid-template-columns: 1fr; }
  .reserve-img { min-height: 320px; }
  .reserve-form-wrap { padding: 50px 32px; }
  .reserve-form { grid-template-columns: 1fr 1fr; }
}

/* === FOOTER === */
footer {
  background: var(--cream);
  padding: 100px 0 40px;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 70px;
}
.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 32px;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.footer-tagline { color: var(--ink-mute); font-size: 14.5px; line-height: 1.7; max-width: 320px; }
.footer-col h4 { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 18px; font-weight: 600; }
.footer-col a, .footer-col p { display: block; font-size: 14px; color: var(--ink-mute); padding: 5px 0; line-height: 1.65; }
.footer-col a:hover { color: var(--terracotta); }
.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
  font-size: 12px;
  color: var(--ink-mute);
}
.footer-bottom .serif { font-style: italic; font-size: 15px; }

@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

/* === REVEAL ANIMATIONS === */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* === PAGE-HEADER (sub-pages) === */
.page-header {
  height: 60vh;
  min-height: 480px;
  position: relative;
  overflow: hidden;
}
.page-header-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(0.7); }
.page-header-content {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center;
  color: var(--cream);
  padding: 0 32px;
}
.page-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(56px, 8vw, 110px);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 18px;
}
.page-header p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  max-width: 560px;
  opacity: 0.92;
}

/* === LIGHTBOX (rooms) === */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(20, 16, 8, 0.94);
  z-index: 200;
  display: none;
  align-items: center; justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.lightbox-close {
  position: absolute; top: 24px; right: 28px;
  color: var(--cream);
  font-size: 28px;
  background: none; border: 0; cursor: pointer;
}
