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

/* ── Variables ── */
:root {
  --navy:   #1a2e44;
  --teal:   #1f6b5c;
  --gold:   #a67720;
  --light:  #f4f1ec;
  --white:  #ffffff;
  --text:   #222222;
  --muted:  #555555;
  --radius: 4px;
  --shadow: 0 4px 24px rgba(0,0,0,0.08);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: var(--text);
  background: var(--white);
  line-height: 1.8;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
/* Body content links get underline so they're distinguishable without color */
p a, li a:not(.btn):not(.btn-book):not(.nav-logo) {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Typography ── */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
  color: var(--navy);
}
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 1rem; }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); margin-bottom: 0.75rem; }
h4 { font-size: 1.1rem; margin-bottom: 0.5rem; color: var(--teal); letter-spacing: 0.05em; text-transform: uppercase; }
p { margin-bottom: 1.2rem; }
p:last-child { margin-bottom: 0; }

/* ── Nav ── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy);
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: var(--white);
  letter-spacing: 0.05em;
}
.nav-logo span { color: var(--gold); }
.nav-tagline {
  font-size: 0.7rem;
  color: var(--gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  margin-top: -4px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}
.nav-links a {
  color: rgba(255,255,255,0.8);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a.active { color: var(--gold); }
.btn-book {
  background: var(--gold);
  color: var(--white) !important;
  padding: 0.5rem 1.2rem;
  border-radius: var(--radius);
  font-weight: 700 !important;
  transition: background 0.2s, transform 0.1s !important;
}
.btn-book:hover { background: #b8841f !important; transform: translateY(-1px); }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s;
}
.mobile-menu {
  display: none;
  flex-direction: column;
  background: var(--navy);
  padding: 1rem 2rem 1.5rem;
  gap: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu a {
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mobile-menu a.btn-book {
  text-align: center;
  padding: 0.6rem;
  border-radius: var(--radius);
  border-bottom: none;
  margin-top: 0.5rem;
}
.mobile-menu.open { display: flex; }

/* ── Buttons ── */
.btn {
  display: inline-block;
  background: var(--teal);
  color: var(--white);
  padding: 0.8rem 2rem;
  border-radius: var(--radius);
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(42,127,111,0.3);
}
.btn:hover { background: #226658; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(42,127,111,0.35); }
.btn-gold {
  background: var(--gold);
  box-shadow: 0 2px 8px rgba(201,149,42,0.3);
}
.btn-gold:hover { background: #b8841f; box-shadow: 0 6px 16px rgba(201,149,42,0.35); }
.btn-center { text-align: center; margin: 2rem 0; }

/* ── Hero ── */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, #2a4060 60%, var(--teal) 100%);
  padding: 6rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content { position: relative; max-width: 700px; margin: 0 auto; }
.hero h1 { color: var(--white); margin-bottom: 1rem; }
.hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 2rem;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}
.hero-tagline {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

/* ── Sections ── */
.section { padding: 5rem 2rem; }
.section-light { background: var(--light); }
.section-white { background: var(--white); }
.container { max-width: 1000px; margin: 0 auto; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }

.section-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8a6210;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-family: 'Lato', sans-serif;
}
.divider {
  width: 50px;
  height: 3px;
  background: var(--gold);
  margin: 1rem 0 1.5rem;
}

/* ── Image placeholder ── */
.img-placeholder {
  background: linear-gradient(135deg, #e8f4f1 0%, #d4eae5 100%);
  border-radius: 8px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.9rem;
  text-align: center;
  padding: 2rem;
  border: 2px dashed rgba(42,127,111,0.2);
}

/* ── Testimonials ── */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.testimonial-card {
  background: var(--white);
  border-radius: 8px;
  padding: 2rem;
  box-shadow: var(--shadow);
  border-left: 4px solid var(--teal);
  position: relative;
}
.testimonial-card::before {
  content: '\201C';
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: var(--teal);
  opacity: 0.15;
  position: absolute;
  top: -10px;
  left: 16px;
  line-height: 1;
}
.testimonial-card h4 { margin-bottom: 1rem; }
.testimonial-author {
  margin-top: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  font-size: 0.9rem;
}

/* ── Contact Form ── */
.contact-form {
  background: var(--white);
  border-radius: 8px;
  padding: 2.5rem;
  box-shadow: var(--shadow);
}
.form-group { margin-bottom: 1.5rem; }
label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
input, textarea, select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid #ddd;
  border-radius: var(--radius);
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  color: var(--text);
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fafafa;
}
input:focus, textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(42,127,111,0.1);
  background: var(--white);
}
textarea { resize: vertical; min-height: 130px; }
.form-submit { width: 100%; padding: 1rem; font-size: 1rem; cursor: pointer; border: none; }
.form-success {
  display: none;
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #2e7d32;
  padding: 1rem 1.5rem;
  border-radius: var(--radius);
  margin-top: 1rem;
  font-weight: 700;
}

/* ── About page ── */
.about-intro {
  background: linear-gradient(135deg, var(--navy) 0%, #2a4060 100%);
  padding: 5rem 2rem;
  text-align: center;
}
.about-intro h1 { color: var(--white); }
.about-intro p {
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 1rem auto 0;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}
.bio-box {
  background: var(--navy);
  color: var(--white);
  border-radius: 8px;
  padding: 2rem;
}
.bio-box h3 { color: var(--gold); }
.bio-box p { color: rgba(255,255,255,0.8); }
.quals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.qual-tag {
  background: rgba(201,149,42,0.2);
  color: var(--gold);
  font-size: 0.75rem;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* ── Page hero (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, #2a4060 100%);
  padding: 4rem 2rem;
  text-align: center;
}
.page-hero h1 { color: var(--white); }
.page-hero p {
  color: rgba(255,255,255,0.85);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  margin-top: 0.75rem;
}

/* ── Footer ── */
footer {
  background: var(--navy);
  color: rgba(255,255,255,0.85);
  text-align: center;
  padding: 2.5rem 2rem;
  font-size: 0.85rem;
}
footer a { color: #f0c060; }
footer strong { color: var(--white); }

/* ── Fade-in animation ── */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── Responsive ── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .two-col { grid-template-columns: 1fr; gap: 2rem; }
  .two-col.reverse { direction: ltr; }
  .section { padding: 3rem 1.25rem; }
  .hero { padding: 4rem 1.25rem; }
}