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

:root {
  --cream: #f7f4ee;
  --cream-dark: #efe9df;
  --charcoal: #2b2823;
  --charcoal-soft: #514c43;
  --accent: #8a6f52;
  --white: #ffffff;
}

body {
  font-family: 'Jost', sans-serif;
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.6;
  font-weight: 300;
}

h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  color: var(--charcoal);
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 0.9rem 2rem;
  border-radius: 0;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: var(--charcoal);
  color: var(--white);
}
.btn-primary:hover { background: var(--accent); }

.btn-outline {
  border-color: var(--charcoal);
  color: var(--charcoal);
}
.btn-outline:hover { background: var(--charcoal); color: var(--white); }

.btn-outline-light {
  border-color: var(--white);
  color: var(--white);
}
.btn-outline-light:hover { background: var(--white); color: var(--charcoal); }

/* Minimal underline-style CTA, used for secondary luxury-style links */
.btn-line {
  padding: 0.4rem 0;
  border: none;
  border-bottom: 1px solid var(--charcoal);
  background: none;
  color: var(--charcoal);
  border-radius: 0;
}
.btn-line:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.btn-line-light {
  border-bottom-color: var(--white);
  color: var(--white);
}
.btn-line-light:hover {
  color: var(--cream-dark);
  border-color: var(--cream-dark);
}

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 244, 238, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--cream-dark);
}

.header-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0.75rem 2rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
}

.header-whatsapp {
  justify-self: end;
}

.logo-link {
  justify-self: center;
}

.logo-img {
  height: 143px;
  width: auto;
}

.main-nav {
  display: flex;
  justify-self: start;
  gap: 2.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 400;
}

.main-nav a {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.main-nav a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 8rem 2rem;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 27, 22, 0.55);
  z-index: 0;
}

.hero-text {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  color: var(--white);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.hero-text .eyebrow {
  color: var(--cream);
  font-size: 5.0625rem;
  font-family: 'Great Vibes', cursive;
  letter-spacing: 0.02em;
  text-transform: none;
}

.hero h1 {
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.01em;
  margin-bottom: 1.5rem;
  color: var(--white);
}

.hero-sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--cream-dark);
  max-width: 600px;
  margin: 0 auto 2.2rem;
}

.hero-actions {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* ===== Feature Strip ===== */
.feature-strip {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.5rem 2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  border-bottom: 1px solid var(--cream-dark);
}

.feature {
  text-align: center;
}

.feature-icon {
  display: block;
  font-size: 1.6rem;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.feature-icon-svg {
  display: flex;
  justify-content: center;
}

.feature-icon-svg svg {
  width: 28px;
  height: 28px;
}

.feature p {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  line-height: 1.6;
}

/* ===== Philosophy ===== */
.philosophy {
  max-width: 720px;
  margin: 0 auto;
  padding: 5rem 2rem;
  text-align: center;
  border-top: 1px solid var(--cream-dark);
}

.philosophy-line {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-style: italic;
  color: var(--charcoal-soft);
  line-height: 1.7;
}

.philosophy .btn-line {
  margin-top: 2rem;
}

/* ===== Gallery ===== */
.gallery-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
}

.section-heading {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem;
}

.section-heading h2 {
  font-size: 2.4rem;
  margin-bottom: 0.75rem;
}

.section-sub {
  color: var(--charcoal-soft);
  font-size: 0.95rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
}

.gallery-item {
  cursor: pointer;
  background: transparent;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-4px);
}

.gallery-item img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  background: var(--cream-dark);
  transition: opacity 0.3s ease;
}

.gallery-item:hover img {
  opacity: 0.88;
}

.gallery-item figcaption {
  padding-top: 1rem;
  margin-top: 0.25rem;
  border-top: 1px solid var(--cream-dark);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  line-height: 1.6;
  transition: color 0.25s ease;
}

.gallery-item:hover figcaption {
  color: var(--accent);
}

/* ===== About ===== */
.about-section {
  background: var(--cream-dark);
  padding: 5rem 2rem;
}

.about-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: center;
  text-align: left;
}

.about-photo img {
  width: 100%;
  height: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 2px;
}

.about-text h2 {
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}

.about-text p {
  color: var(--charcoal-soft);
  font-size: 1.02rem;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--charcoal);
  color: var(--cream);
  padding: 4.5rem 2rem 2rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 3rem;
  text-align: left;
}

.footer-logo {
  height: 60px;
  margin: 0 0 1rem;
  filter: invert(1) brightness(1.8);
  opacity: 0.9;
}

.footer-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--cream-dark);
}

.footer-heading {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: var(--accent);
  margin-bottom: 1.1rem;
}

.footer-link {
  display: block;
  font-size: 0.9rem;
  color: var(--cream);
  margin-bottom: 0.6rem;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  width: fit-content;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.footer-link:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.footer-text {
  font-size: 0.9rem;
  color: var(--cream-dark);
  line-height: 1.7;
}

.footer-note {
  font-size: 0.72rem;
  color: #8a8577;
  margin-top: 0.75rem;
}

.footer-copy {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(247, 244, 238, 0.12);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: #8a8577;
  text-align: center;
}

/* ===== Lightbox ===== */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(20, 18, 15, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 2rem;
}

.lightbox.open { display: flex; }

.lightbox-content {
  background: var(--cream);
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}

.lightbox-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

.lightbox-info {
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lightbox-info h3 {
  font-size: 1.9rem;
  margin-bottom: 1rem;
}

.lightbox-info p {
  color: var(--charcoal-soft);
  font-size: 0.95rem;
  margin-bottom: 1.75rem;
}

.lightbox-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lightbox-actions .btn { text-align: center; }

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--white);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  z-index: 10;
}

/* ===== Responsive ===== */
@media (max-width: 720px) {
  .header-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .header-whatsapp { justify-self: center; order: 3; margin-top: 0.25rem; }
  .logo-link { order: 1; }
  .main-nav { order: 2; flex-wrap: wrap; justify-content: center; justify-self: center; }
  .logo-img { height: 100px; }
  .hero h1 { font-size: 2.2rem; }
  .lightbox-content { grid-template-columns: 1fr; }
  .lightbox-content img { max-height: 320px; }
  .about-inner { grid-template-columns: 1fr; text-align: center; }
  .about-photo img { max-height: 360px; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1rem; }
  .philosophy-line { font-size: 1.2rem; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; gap: 2.5rem; }
  .footer-logo { margin: 0 auto 1rem; }
  .footer-link { margin-left: auto; margin-right: auto; }
}
