/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Jost', sans-serif;
  background: #f0ebe3;
  color: #2c1a10;
  padding-bottom: 80px;
}

/* ── HERO ── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 100vh;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
  gap: 60px;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px;
}

.hero-line { width: 40px; height: 1px; background: #b06040; }

.hero-eyebrow-text {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #b06040;
  font-weight: 400;
}

.hero-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.08;
  color: #1a0f08;
  margin-bottom: 28px;
}

.hero-heading em {
  font-style: italic;
  color: #b06040;
}

.hero-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: #5a3a28;
  margin-bottom: 36px;
  max-width: 440px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #b06040;
  color: #fff;
  padding: 14px 30px;
  border-radius: 40px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: background 0.3s;
}

.hero-btn:hover { background: #8a4828; }

.hero-music-note {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 13px;
  color: #9a7060;
  margin-top: 22px;
  opacity: 0.8;
}

/* HERO RIGHT */
.hero-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-photo-frame {
  position: relative;
  background: #fff;
  padding: 10px 10px 48px;
  box-shadow: 0 12px 48px rgba(60, 20, 10, 0.15);
  transform: rotate(1.5deg);
  max-width: 420px;
  width: 100%;
}

.hero-photo-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #d4956a, #e8b882, #c4845a);
}

/* When using a real image: */
.hero-photo-frame img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.hero-photo-caption {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 14px;
  color: #9a7060;
  text-align: left;
  margin-top: 10px;
  padding: 0 4px;
}

.hero-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #c4845a;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 20px rgba(180, 80, 40, 0.3);
}

/* ── GALLERY ── */
.gallery-section {
  background: #f0ebe3;
  padding: 80px 0 0;
}

.gallery-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
  padding: 0 24px;
}

.gallery-eyebrow {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #b06040;
  margin-bottom: 16px;
}

.gallery-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 400;
  color: #1a0f08;
  line-height: 1.15;
  margin-bottom: 16px;
}

.gallery-heading em {
  font-style: italic;
  color: #b06040;
}

.gallery-subtext {
  font-size: 15px;
  font-weight: 300;
  color: #7a5a48;
  line-height: 1.75;
}

/* Full bleed edge-to-edge grid — white lines between images */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3px;
  background: #fff;
  width: 100%;
}

.gi-tall {
  grid-row: span 2;
}

.gallery-col {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.gallery-item {
  overflow: hidden;
  position: relative;
  flex: 1;
  min-height: 260px;
  background: #f0ebe3;
}

.gi-tall {
  min-height: 522px;
}

.gallery-img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: block;
}

/* Real images */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-item:hover img { transform: scale(1.04); }

.gi-tall .gallery-img-placeholder,
.gi-tall img {
  min-height: 522px;
  height: 100%;
}

/* Placeholder colours */
.gp1 { background: linear-gradient(160deg, #c8906a, #e0b080); }
.gp2 { background: linear-gradient(160deg, #d4a070, #e8c090); }
.gp3 { background: linear-gradient(160deg, #e0c090, #d4a870); }
.gp4 { background: linear-gradient(160deg, #c89060, #b87848); }
.gp5 { background: linear-gradient(160deg, #d4956a, #c47848); }

.gallery-caption {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 13px;
  color: #9a7060;
  padding: 10px 16px 12px;
  background: #f0ebe3;
  border-top: 0.5px solid rgba(180,140,120,0.15);
}

/* ── CLOSING QUOTE ── */
.quote-section {
  background: #f0ebe3;
  padding: 100px 60px;
  text-align: center;
}

.quote-divider {
  width: 48px;
  height: 1px;
  background: #b06040;
  margin: 0 auto 48px;
}

.quote-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 400;
  line-height: 1.7;
  color: #1a0f08;
  max-width: 720px;
  margin: 0 auto;
  font-style: normal;
}

.quote-text em {
  font-style: italic;
  color: #b06040;
}

.quote-sig {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 16px;
  color: #9a7060;
  margin-top: 28px;
}

/* ── FOOTER ── */
.footer {
  background: #f0ebe3;
  border-top: 0.5px solid #d4c4b0;
  padding: 24px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  letter-spacing: 0.22em;
  color: #b06040;
  opacity: 0.7;
}

.footer-text {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #9a7060;
  opacity: 0.6;
}

/* ── FLOATING MUSIC PLAYER ── */
.music-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 252, 248, 0.92);
  backdrop-filter: blur(12px);
  border-radius: 40px;
  padding: 10px 20px 10px 10px;
  box-shadow: 0 4px 24px rgba(44, 26, 16, 0.15);
  border: 0.5px solid rgba(180, 120, 80, 0.2);
  z-index: 999;
  transition: all 0.3s;
}

.music-float:hover {
  box-shadow: 0 8px 32px rgba(44, 26, 16, 0.2);
}

.float-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #b06040;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}

.float-btn:hover { background: #c87050; }

.pause-icon { display: flex; gap: 3px; }
.pause-bar { width: 3px; height: 12px; background: #fff; border-radius: 1px; }
.play-tri { width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 13px solid #fff; margin-left: 2px; }

.float-info {
  display: flex;
  flex-direction: column;
}

.float-note {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #9a7060;
  text-transform: uppercase;
}

.float-track {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  color: #2c1a10;
  font-style: italic;
  white-space: nowrap;
}

/* ── RESPONSIVE — MOBILE ── */
@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 48px 24px 40px;
    gap: 40px;
  }

  .hero-right { justify-content: flex-start; }
  .hero-photo-frame { max-width: 100%; }

  .gallery-section { padding: 56px 0 0; }

  .gallery-grid {
    display: flex;
    flex-direction: column;
    gap: 3px;
    background: #fff;
  }

  .gi-tall,
  .gallery-col {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .gallery-item {
    width: 100%;
    min-height: 280px;
  }

  .gi-tall {
    min-height: 280px;
  }

  .gi-tall img,
  .gallery-col .gallery-item img,
  .gi-tall .gallery-img-placeholder,
  .gallery-img-placeholder {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    min-height: unset;
  }

  .quote-section { padding: 64px 24px; }
  .footer { padding: 20px 24px; }

  .music-float {
    bottom: 16px;
    right: 16px;
    left: 16px;
    border-radius: 40px;
  }
}

/* ── THEME SWITCHER BAR ── */
.switcher-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.switcher-tabs {
  display: flex;
  gap: 20px;
}

.tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  position: relative;
}

.tab-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.tab-btn:hover {
  color: #000;
}

.tab-btn.active {
  color: #333;
  border-bottom-color: #333;
}

body {
  padding-top: 60px;
}