/* =========================================================
   Event Ally — shared stylesheet
   Brand: Navy #203A5B · Sage #A7B8A0 · White
   Display: Fraunces · Body: Hanken Grotesk
   ========================================================= */

:root {
  --navy: #203a5b;
  --navy-deep: #16293f;
  --navy-ink: #1b2c40;
  --sage: #a7b8a0;
  --sage-deep: #7f9376;
  --sage-soft: #d6dfce;
  --ivory: #f7f5ef;
  --cream: #efe9dd;
  --white: #ffffff;
  --muted: #586a78;
  --line: #e4ddd0;
  --gold: #b08a4f;

  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Hanken Grotesk", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 14px;
  --shadow: 0 18px 40px -24px rgba(22, 41, 63, 0.45);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--body);
  color: var(--navy-ink);
  background: var(--ivory);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--navy); text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 460;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--navy-deep);
  margin: 0 0 0.5em;
}

p { margin: 0 0 1.1em; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- Brand motif: the Ally star ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 18px;
}
.eyebrow svg { width: 15px; height: 15px; flex: none; }
.eyebrow.light { color: var(--sage); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--body);
  font-weight: 600;
  font-size: 0.98rem;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.btn-primary { background: var(--navy); color: var(--white); }
.btn-primary:hover { background: var(--navy-deep); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }
.btn-light { background: var(--white); color: var(--navy); }
.btn-light:hover { background: var(--sage-soft); transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.6); }
.btn-outline-light:hover { background: rgba(255,255,255,0.12); border-color: var(--white); transform: translateY(-2px); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 245, 239, 0.9);
  backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark { height: 44px; width: auto; flex: none; }
.brand .wordmark { display: flex; flex-direction: column; line-height: 1; }
.brand .name {
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 540;
  color: var(--navy-deep);
  letter-spacing: -0.01em;
}
.brand .sub {
  font-family: var(--body);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-top: 3px;
}
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  font-weight: 500;
  font-size: 0.97rem;
  color: var(--navy-ink);
  position: relative;
}
.nav-links a.current { color: var(--sage-deep); }
.nav-links a.btn-primary { color: var(--white); }
.nav-links a:not(.btn):hover { color: var(--sage-deep); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy-deep); margin: 5px 0; transition: 0.2s; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: var(--white);
  min-height: 86vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/elegant-reception.jpg");
  background-size: cover;
  background-position: center 60%;
  transform: scale(1.03);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22,41,63,0.66) 0%, rgba(22,41,63,0.62) 50%, rgba(22,41,63,0.92) 100%);
}
.hero .wrap { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 64px; width: 100%; }
.hero h1 {
  color: var(--white);
  font-size: clamp(2.5rem, 6.2vw, 4.6rem);
  font-weight: 420;
  max-width: 16ch;
  margin-bottom: 0.35em;
}
.hero .lead {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  max-width: 54ch;
  color: rgba(255,255,255,0.92);
  margin-bottom: 1.8em;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-meta {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.88);
}
.hero-meta strong { color: var(--white); }

/* ---------- Sections ---------- */
section { padding: clamp(64px, 9vw, 110px) 0; }
.section-head { max-width: 60ch; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.center .eyebrow { justify-content: center; }

.bg-white { background: var(--white); }
.bg-cream { background: var(--cream); }
.bg-navy { background: var(--navy-deep); color: var(--sage-soft); }
.bg-navy h2, .bg-navy h3 { color: var(--white); }

/* ---------- Intro split ---------- */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}
.split .media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: 100%; object-fit: cover; }
.split h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); }

/* ---------- Pillars (who we help) ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pillar {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease;
}
.pillar:hover { transform: translateY(-4px); }
.pillar .ph { height: 210px; overflow: hidden; }
.pillar .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.pillar:hover .ph img { transform: scale(1.05); }
.pillar .body { padding: 26px 26px 30px; }
.pillar h3 { font-size: 1.45rem; margin-bottom: 0.4em; }
.pillar p { color: var(--muted); font-size: 0.99rem; margin-bottom: 0; }

/* ---------- Services list ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 28px;
}
.svc .star { width: 22px; height: 22px; color: var(--sage-deep); margin-bottom: 16px; }
.svc h3 { font-size: 1.25rem; margin-bottom: 0.4em; }
.svc ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 0.96rem; }
.svc ul li { margin-bottom: 5px; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; counter-reset: step; }
.step { position: relative; padding-top: 18px; }
.step .num {
  font-family: var(--display);
  font-size: 2.6rem;
  color: var(--sage);
  line-height: 1;
  margin-bottom: 14px;
  display: block;
}
.step h3 { font-size: 1.3rem; margin-bottom: 0.35em; }
.step p { color: var(--muted); margin-bottom: 0; }

/* ---------- Tagline band ---------- */
.band { text-align: center; }
.band .wrap { max-width: 900px; }
.band .quote {
  font-family: var(--display);
  font-size: clamp(1.9rem, 4.4vw, 3.2rem);
  font-weight: 380;
  line-height: 1.18;
  color: var(--white);
}
.band .by { margin-top: 22px; color: var(--sage); letter-spacing: 0.05em; }

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px 36px;
  display: flex;
  flex-direction: column;
}
.price-card.featured { border-color: var(--sage-deep); box-shadow: var(--shadow); position: relative; }
.price-card.featured::before {
  content: "Most booked";
  position: absolute;
  top: -13px; left: 30px;
  background: var(--sage-deep);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 999px;
}
.price-card .tier { font-family: var(--body); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.82rem; color: var(--sage-deep); }
.price-card .amount { font-family: var(--display); font-size: 3rem; color: var(--navy-deep); line-height: 1; margin: 12px 0 4px; }
.price-card .amount span { font-size: 1rem; color: var(--muted); font-family: var(--body); }
.price-card .hours { color: var(--muted); margin-bottom: 18px; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 26px; }
.price-card ul li { padding: 8px 0; border-top: 1px solid var(--line); color: var(--navy-ink); font-size: 0.97rem; display: flex; gap: 10px; }
.price-card ul li::before { content: "✦"; color: var(--sage-deep); }
.price-card .btn { margin-top: auto; justify-content: center; }
.note { font-size: 0.92rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 6px 0;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 40px 20px 0;
  font-family: var(--display);
  font-size: 1.25rem;
  color: var(--navy-deep);
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 4px; top: 18px;
  font-size: 1.5rem;
  color: var(--sage-deep);
  font-family: var(--body);
  transition: transform 0.2s;
}
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); padding: 0 0 18px; margin: 0; }

/* ---------- Values ---------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.value h3 { font-size: 1.25rem; display: flex; align-items: center; gap: 10px; }
.value h3 svg { width: 20px; height: 20px; color: var(--sage-deep); flex: none; }
.value p { color: var(--muted); margin: 0; }

/* ---------- Booking / Calendly ---------- */
.booking-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(34px, 5vw, 60px); align-items: start; }
.calendly-inline-widget {
  min-width: 320px;
  height: 660px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
}
.contact-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
.contact-card .row { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-card .row:last-child { border-bottom: 0; }
.contact-card .row svg { width: 20px; height: 20px; color: var(--sage-deep); flex: none; margin-top: 3px; }
.contact-card .row .label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.contact-card .row a, .contact-card .row span { font-size: 1.05rem; color: var(--navy-deep); font-weight: 500; }

/* ---------- Form ---------- */
.form { display: grid; gap: 16px; }
.form .field { display: flex; flex-direction: column; gap: 6px; }
.form .two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { font-size: 0.85rem; font-weight: 600; color: var(--navy-ink); }
.form input, .form select, .form textarea {
  font-family: var(--body);
  font-size: 1rem;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--navy-ink);
}
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--sage-deep); border-color: var(--sage-deep); }
.form textarea { min-height: 130px; resize: vertical; }
.hp { position: absolute; left: -9999px; }

/* ---------- CTA strip ---------- */
.cta-strip { text-align: center; }
.cta-strip h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); color: var(--white); margin-bottom: 0.4em; }
.cta-strip p { color: var(--sage-soft); max-width: 52ch; margin: 0 auto 1.8em; }
.cta-strip .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,0.72); padding: 64px 0 32px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.site-footer .brand .name { color: var(--white); }
.site-footer p { font-size: 0.95rem; max-width: 38ch; }
.footer-col h4 { color: var(--white); font-family: var(--body); font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col a { display: block; color: rgba(255,255,255,0.72); padding: 5px 0; font-size: 0.96rem; }
.footer-col a:hover { color: var(--sage); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 24px; font-size: 0.85rem; color: rgba(255,255,255,0.5); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .pillars, .services-grid, .steps, .pricing, .values { grid-template-columns: 1fr; }
  .split, .booking-grid, .footer-top { grid-template-columns: 1fr; }
  .split .media { order: -1; }
  .nav-links {
    position: absolute;
    top: 76px; left: 0; right: 0;
    background: var(--ivory);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px var(--gutter) 22px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-links a.btn { margin-top: 12px; justify-content: center; border-bottom: 0; }
  .nav-toggle { display: block; }
  .form .two { grid-template-columns: 1fr; }
  .hero { min-height: 78vh; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
