/* HHH shared stylesheet — design tokens + base components */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:    #1C3A2B;
  --green-mid:#2A5240;
  --sage:     #8FAF95;
  --gold:     #C9A84C;
  --gold-lt:  #E3C97A;
  --cream:    #F8F3EC;
  --cream-dk: #EEE6D8;
  --ink:      #141414;
  --muted:    #6B7566;
  --border:   rgba(28,58,43,0.15);
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--cream); color: var(--ink); font-size: 16px; line-height: 1.6; overflow-x: hidden; }

/* NAV */
nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 3rem; background: rgba(248,243,236,0.95); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(201,168,76,0.2); }
.nav-logo { display:inline-flex; align-items:center; text-decoration:none; }
.nav-logo-img { display:block; }
.nav-logo-full { height:56px; width:auto; }
.nav-logo-mark { height:48px; width:auto; display:none; }
@media (max-width:900px) { .nav-logo-full { height:48px; } }
@media (max-width:640px) { .nav-logo-full { display:none; } .nav-logo-mark { display:block; } }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { font-size: 0.8rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { background: var(--green); color: var(--cream) !important; padding: 0.55rem 1.4rem; border-radius: 2px; }
.nav-cta:hover { background: var(--green-mid) !important; }
.nav-login { border: 1px solid rgba(28,58,43,0.3); padding: 0.5rem 1rem; border-radius: 2px; transition: all 0.2s; }
.nav-login:hover { background: rgba(28,58,43,0.05); color: var(--green) !important; }

/* BUTTONS */
.btn-primary { background: var(--gold); color: var(--green); padding: 0.85rem 2rem; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: background 0.2s, transform 0.15s; display: inline-block; border: none; cursor: pointer; font-family: inherit; }
.btn-primary:hover { background: var(--gold-lt); transform: translateY(-1px); }
.btn-green { background: var(--green); color: var(--cream); padding: 0.85rem 2rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: background 0.2s, transform 0.15s; display: inline-block; border: none; cursor: pointer; font-family: inherit; }
.btn-green:hover { background: var(--green-mid); transform: translateY(-1px); }
.btn-outline-dark { border: 1.5px solid rgba(28,58,43,0.25); color: var(--green); padding: 0.85rem 2rem; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: all 0.2s; display: inline-block; background: transparent; cursor: pointer; font-family: inherit; }
.btn-outline-dark:hover { background: var(--green); color: var(--cream); }
.btn-outline-cream { border: 1.5px solid rgba(201,168,76,0.4); color: var(--cream); padding: 0.85rem 2rem; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: all 0.2s; display: inline-block; }
.btn-outline-cream:hover { border-color: var(--gold); color: var(--gold); }

/* HEADINGS */
.section-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 400; line-height: 1.18; color: var(--green); margin-bottom: 1.25rem; max-width: 720px; }
.section-title em { font-style: italic; color: var(--gold); }
.section-body { font-size: 0.95rem; line-height: 1.75; color: var(--muted); max-width: 680px; margin-bottom: 1.25rem; }

/* HERO */
.hero { background: var(--green); padding: 6rem 5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.hero-eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 400; line-height: 1.12; color: var(--cream); margin-bottom: 1.5rem; }
.hero-title em { font-style: italic; color: var(--gold-lt); }
.hero-body { font-size: 0.95rem; line-height: 1.75; color: var(--sage); margin-bottom: 2rem; max-width: 480px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* IMAGE PLACEHOLDER */
.img-placeholder { background: rgba(248,243,236,0.06); border: 2px dashed rgba(201,168,76,0.4); border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(248,243,236,0.65); font-size: 0.85rem; text-align: center; padding: 2rem; min-height: 320px; }
.img-placeholder strong { color: var(--gold); font-weight: 600; font-size: 0.95rem; margin-bottom: 0.4rem; display: block; }
.img-placeholder small { color: rgba(248,243,236,0.45); font-size: 0.75rem; margin-top: 0.5rem; display: block; }
.img-placeholder-light { background: rgba(28,58,43,0.04); border: 2px dashed rgba(28,58,43,0.18); color: var(--muted); border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 0.85rem; text-align: center; padding: 2rem; min-height: 320px; }
.img-placeholder-light strong { color: var(--green); font-weight: 600; font-size: 0.95rem; margin-bottom: 0.4rem; display: block; }
.img-placeholder-light small { color: var(--muted); opacity: 0.7; font-size: 0.75rem; margin-top: 0.5rem; display: block; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s, transform 0.7s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* FOOTER */
footer { background: var(--ink); color: rgba(248,243,236,0.5); padding: 3rem 5rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand p { font-size: 0.8rem; line-height: 1.7; max-width: 260px; margin-bottom: 0.4rem; }
.footer-brand a { font-size: 0.8rem; color: rgba(248,243,236,0.5); text-decoration: none; display: block; margin-bottom: 0.3rem; }
.footer-brand a:hover { color: var(--gold); }
.footer-col h5 { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer-col a { display: block; font-size: 0.82rem; color: rgba(248,243,236,0.5); text-decoration: none; margin-bottom: 0.5rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--cream); }
.footer-bottom { background: var(--ink); border-top: 1px solid rgba(248,243,236,0.07); padding: 1.25rem 5rem; display: flex; justify-content: space-between; font-size: 0.72rem; color: rgba(248,243,236,0.3); flex-wrap: wrap; gap: 0.5rem; }

/* RESPONSIVE */
@media (max-width: 900px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .hero { padding: 4rem 1.5rem; grid-template-columns: 1fr; gap: 2.5rem; }
  footer { grid-template-columns: 1fr; padding: 2.5rem 1.5rem; gap: 2rem; }
  .footer-bottom { padding: 1.25rem 1.5rem; flex-direction: column; }
}
