@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Outfit:wght@300;400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Page colours */
  --page:         #f0efe8;
  --mid:          #e2e0d5;
  --white:        #f8f7f1;

  /* Text */
  --ink:          #1c1b14;
  --ink-2:        #4a4840;
  --ink-3:        #84827a;

  /* Primary green — richer and more saturated */
  --green:        #2a5226;
  --green-2:      #437d3e;
  --green-3:      #78b870;
  --green-pale:   #c8e8c0;
  --green-bg:     #1e3d1b;   /* dark hero green */

  /* Amber — warm accent throughout */
  --amber:        #c87010;
  --amber-2:      #e8940a;
  --amber-pale:   #fdefc8;
  --amber-bg:     #fdf4e0;

  /* Terracotta — earthy warmth */
  --terra:        #b84828;
  --terra-pale:   #f5e2da;

  /* Stone */
  --stone:        #8a7c68;
  --stone-light:  #c4b8a4;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', sans-serif;
  background: var(--page);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  line-height: 1.15;
}

/* ── NAVIGATION ── */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--green-bg);
  border-bottom: 2px solid rgba(255,255,255,0.08);
  padding: 0 5%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 1.1rem;
  color: #e8f0e6;
  text-decoration: none;
  letter-spacing: 0.01em;
}

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

.nav-links a {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(220,235,218,0.75);
  text-decoration: none;
  transition: color 0.15s;
}

.nav-links a:hover { color: #e8f0e6; }

.nav-links a.active {
  color: #e8f0e6;
  border-bottom: 1.5px solid rgba(255,255,255,0.5);
  padding-bottom: 1px;
}

.nav-cta-link {
  background: var(--amber);
  color: #fff !important;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  letter-spacing: 0.05em !important;
  transition: background 0.15s !important;
  border-bottom: none !important;
}

.nav-cta-link:hover { background: var(--amber-2) !important; }

/* ── FOOTER ── */
.site-footer {
  background: var(--green-bg);
  border-top: 3px solid var(--amber);
  padding: 4rem 5% 0;
}

.footer-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-logo {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 1.15rem;
  color: #e8f0e6;
  text-decoration: none;
  display: block;
  margin-bottom: 0.8rem;
}

.site-footer p,
.site-footer li {
  font-size: 0.85rem;
  line-height: 1.8;
  color: rgba(200,218,196,0.75);
}

.site-footer ul { list-style: none; }

.site-footer a {
  color: rgba(200,218,196,0.85);
  text-decoration: none;
  transition: color 0.15s;
}

.site-footer a:hover { color: #e8f0e6; }

.site-footer h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e8f0e6;
  margin-bottom: 0.9rem;
}

.footer-bottom {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: rgba(200,218,196,0.4);
}

/* ── HELPERS ── */
.eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.9rem;
}

.eyebrow-light {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(200,218,196,0.7);
  margin-bottom: 0.9rem;
}

hr.rule { border: none; border-top: 1px solid var(--ink); }
hr.rule-faint { border: none; border-top: 1px solid var(--mid); }
hr.rule-green { border: none; border-top: 1px solid var(--green-pale); }

/* ── PHOTO HERO ── */
.photo-hero {
  position: relative;
  overflow: hidden;
}

.photo-hero img.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.photo-hero .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.photo-hero .hero-content {
  position: relative;
  z-index: 2;
}

/* ── PHOTO STRIP ── */
.photo-strip {
  display: grid;
  overflow: hidden;
}

.photo-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.photo-strip img:hover { transform: scale(1.03); }

/* ── EMAIL LINK ── */
.email-link {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--green-3);
}

.email-link:hover { text-decoration-color: var(--green); }

/* ── RESPONSIVE NAV ── */
@media (max-width: 720px) {
  .site-nav {
    height: auto;
    padding: 0.9rem 5%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .nav-links { gap: 1rem; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 0.4rem; text-align: center; }
}
