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

:root {
  --primary:   #4A3728;
  --accent:    #6B4C35;
  --gold:      #C09A6B;
  --parchment: #F5EFE6;
  --parchment2:#E8DDD0;
  --text:      #2C1F14;
  --muted:     #7A6555;
  --white:     #FDFAF6;
  --shadow:    rgba(74,55,40,0.15);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Lora', Georgia, serif;
  background: var(--white);
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}

/* ── NAV ── */
nav {
  background: var(--primary);
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px var(--shadow);
  min-height: 68px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

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

.nav-wordmark {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: var(--parchment);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.nav-links {
  display: flex;
  gap: 0.25rem;
  list-style: none;
  align-items: center;
}

.nav-links a {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--parchment2);
  text-decoration: none;
  padding: 0.5rem 0.85rem;
  border-radius: 3px;
  transition: background 0.2s, color 0.2s;
}

.nav-links a:hover,
.nav-links a.active { background: rgba(255,255,255,0.1); color: #fff; }

.nav-links .cta-nav {
  background: var(--gold);
  color: var(--primary);
  font-weight: 500;
  margin-left: 0.5rem;
  padding: 0.5rem 1.1rem;
}

.nav-links .cta-nav:hover { background: #d4aa7d; color: var(--primary); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--parchment); margin: 5px 0; transition: all 0.3s; }

/* ── HERO with photo background ── */
.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('images/hero.jpg');
  background-size: cover;
  background-position: center 30%;
  padding: 5rem 2rem 4.5rem;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(30, 16, 8, 0.72) 0%,
    rgba(44, 31, 20, 0.60) 60%,
    rgba(74, 55, 40, 0.80) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-logo {
  width: 180px;
  height: auto;
  margin-bottom: 1.5rem;
  animation: fadeUp 0.8s ease both;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
  animation: fadeUp 0.8s 0.1s ease both;
}

.hero-tagline {
  font-family: 'Lora', serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--parchment2);
  max-width: 640px;
  margin: 0 auto 1rem;
  font-style: italic;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
  animation: fadeUp 0.8s 0.2s ease both;
}

.hero-location {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2.5rem;
  animation: fadeUp 0.8s 0.3s ease both;
}

.hero-cta {
  display: inline-block;
  background: var(--gold);
  color: var(--primary);
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.9rem 2.2rem;
  border-radius: 3px;
  transition: background 0.2s, transform 0.15s;
  animation: fadeUp 0.8s 0.4s ease both;
  box-shadow: 0 4px 18px rgba(0,0,0,0.25);
}

.hero-cta:hover { background: #d4aa7d; transform: translateY(-2px); }

.hero-sub-cta {
  display: block;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--parchment2);
  opacity: 0.8;
  animation: fadeUp 0.8s 0.5s ease both;
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: linear-gradient(160deg, var(--primary) 0%, #3a2a1e 100%);
  padding: 3.5rem 2rem 3rem;
  text-align: center;
  color: var(--white);
}

.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff;
  margin-bottom: 0.5rem;
}

.page-hero p {
  color: var(--parchment2);
  font-style: italic;
  font-size: 1rem;
  max-width: 540px;
  margin: 0 auto;
}

/* ── SECTIONS ── */
section { padding: 4rem 2rem; }

.container { max-width: 900px; margin: 0 auto; }

.section-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

h2.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

h3.service-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.6rem;
}

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

/* ── ABOUT STRIP ── */
.about-strip { background: var(--parchment); }
.about-strip p { margin-bottom: 1rem; color: var(--text); max-width: 720px; }

/* ── CLIENTS STRIP ── */
.clients-strip {
  background: var(--white);
  border-top: 1px solid var(--parchment2);
  border-bottom: 1px solid var(--parchment2);
  padding: 3rem 2rem;
  text-align: center;
}

.client-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.client-tag {
  background: var(--parchment);
  border: 1px solid var(--parchment2);
  border-radius: 100px;
  padding: 0.45rem 1.1rem;
  font-family: 'Oswald', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ── SERVICE GRID ── */
.services-section { background: var(--white); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.service-card {
  background: var(--parchment);
  border: 1px solid var(--parchment2);
  border-top: 3px solid var(--gold);
  border-radius: 4px;
  padding: 1.75rem 1.5rem;
  transition: box-shadow 0.2s, transform 0.2s;
}

.service-card:hover { box-shadow: 0 6px 24px var(--shadow); transform: translateY(-3px); }

.service-icon { font-size: 1.75rem; margin-bottom: 0.75rem; display: block; }
.service-card p { font-size: 0.95rem; color: var(--muted); line-height: 1.65; }

/* ── FEATURED TRIO ── */
.featured-trio {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.featured-card {
  background: var(--primary);
  color: var(--parchment);
  border-radius: 4px;
  padding: 2rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.featured-card::after {
  content: '';
  position: absolute;
  bottom: -20px; right: -20px;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(192,154,107,0.12);
}

.featured-card h3 { font-family: 'Playfair Display', serif; color: #fff; font-size: 1.2rem; margin-bottom: 0.5rem; }
.featured-card p { font-size: 0.92rem; color: var(--parchment2); line-height: 1.65; }

/* ── TESTIMONIALS ── */
.testimonials-section { background: var(--parchment2); }

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.testimonial-card {
  background: var(--white);
  border-radius: 4px;
  padding: 1.75rem;
  box-shadow: 0 2px 12px var(--shadow);
  position: relative;
}

.testimonial-card::before {
  content: '\201C';
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  color: var(--gold);
  opacity: 0.4;
  position: absolute;
  top: 0.25rem; left: 1rem;
  line-height: 1;
}

.testimonial-card p {
  font-style: italic;
  font-size: 0.95rem;
  color: var(--text);
  margin-bottom: 1rem;
  padding-top: 1.5rem;
}

.testimonial-author {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.stars { color: var(--gold); letter-spacing: 0.1em; font-size: 0.9rem; margin-bottom: 0.5rem; }

.reviews-link {
  display: inline-block;
  margin-top: 2rem;
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
}

/* ── CTA BAND ── */
.cta-band {
  background: linear-gradient(135deg, var(--primary) 0%, #2C1F14 100%);
  color: var(--white);
  text-align: center;
  padding: 4rem 2rem;
}

.cta-band h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #fff;
  margin-bottom: 1rem;
}

.cta-band p { color: var(--parchment2); max-width: 560px; margin: 0 auto 2rem; font-size: 1rem; }

.btn {
  display: inline-block;
  background: var(--gold);
  color: var(--primary);
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 2rem;
  border-radius: 3px;
  transition: background 0.2s, transform 0.15s;
}

.btn:hover { background: #d4aa7d; transform: translateY(-2px); }

.btn-outline {
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
  margin-left: 1rem;
}

.btn-outline:hover { background: rgba(192,154,107,0.1); transform: translateY(-2px); }

/* ── CONTACT ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-top: 2rem;
}

.contact-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.contact-icon { font-size: 1.4rem; min-width: 2rem; margin-top: 0.1rem; }

.contact-item h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.2rem;
}

.contact-item a, .contact-item p { color: var(--text); text-decoration: none; font-size: 1rem; }
.contact-item a:hover { color: var(--accent); }

.booking-box {
  background: var(--parchment);
  border: 1px solid var(--parchment2);
  border-top: 3px solid var(--gold);
  border-radius: 4px;
  padding: 2rem;
}

.booking-box h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--primary); margin-bottom: 0.75rem; }
.booking-box p { font-size: 0.95rem; color: var(--muted); margin-bottom: 1.5rem; }

/* ── ABOUT PAGE ── */
.about-content p { margin-bottom: 1.2rem; max-width: 720px; }

.cert-list { list-style: none; margin: 1rem 0; }
.cert-list li {
  padding: 0.6rem 0 0.6rem 1.75rem;
  border-bottom: 1px solid var(--parchment2);
  position: relative;
  font-size: 0.95rem;
}
.cert-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: bold; }

/* ── PHOTO ── */
.about-photo {
  width: 100%;
  max-width: 420px;
  border-radius: 4px;
  box-shadow: 0 8px 32px var(--shadow);
  border: 4px solid var(--parchment2);
}

.about-two-col {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 3rem;
  align-items: start;
  margin-top: 2rem;
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible { opacity: 1; transform: none; }

/* ── FOOTER ── */
footer {
  background: #1e1410;
  color: var(--parchment2);
  padding: 3rem 2rem 2rem;
  text-align: center;
}

footer .footer-logo {
  height: 50px;
  margin-bottom: 1rem;
}

footer .footer-links {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1rem 0;
  list-style: none;
}

footer .footer-links a {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--parchment2);
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

footer .footer-links a:hover { opacity: 1; }
footer .footer-contact a { color: var(--gold); text-decoration: none; font-size: 0.9rem; }

footer .footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.8rem;
  opacity: 0.45;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.05em;
}

/* ── RESPONSIVE ── */
@media (max-width: 700px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--primary); padding: 1rem 0; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 0.75rem 2rem; }
  .nav-toggle { display: block; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-two-col { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 3.5rem 1.5rem 3rem; }
  section { padding: 3rem 1.25rem; }
  .btn-outline { margin-left: 0; margin-top: 0.75rem; }
}
