/* Aurora Concierge Group — rebuilt static site
   Design tokens extracted from the original Wix site */
:root {
  --text: #605e5e;
  --text-dark: #2b2b2b;
  --accent: #94703a;          /* bronze — serif headings & links */
  --line: #e5e2de;
  --sans: 'Futura', 'Jost', 'Century Gothic', 'Helvetica Neue', sans-serif;
  --serif: 'Libre Baskerville', Georgia, serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--text);
  font-size: 19px;
  line-height: 1.7;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { opacity: .8; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.topbar { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; font-size: 20px; letter-spacing: .04em; color: var(--text); }
.topbar a { color: var(--text); }
.logo-wrap { display: flex; justify-content: center; padding: 10px 0 24px; }
.logo-wrap img { width: 330px; height: auto; }

.site-nav { border-top: 1px solid #f2f0ee; background: #fff; }
.site-nav ul { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 0; }
.site-nav a {
  display: block; padding: 18px 34px; font-size: 14.5px; color: #000;
  letter-spacing: .02em; white-space: nowrap;
}
.site-nav a:hover { color: var(--text); opacity: 1; }
.site-nav a.active { color: #9a9a9a; }
.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative; height: 480px; overflow: hidden;
  background: url('../images/hero.jpg') center 62% / cover no-repeat;
  display: flex; align-items: center;
}
.hero h1 {
  width: 100%; text-align: right; padding: 0 8%;
  font-family: var(--sans); font-weight: 300; color: #fff;
  font-size: 40px; letter-spacing: .38em; text-transform: none;
  text-shadow: 0 0 18px rgba(0,0,0,.08);
}

/* ---------- Type ---------- */
.kicker {
  font-size: 16px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--text); font-weight: 400; margin-bottom: 18px;
}
h2.display, h3.display {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  color: var(--accent); font-size: 30px; line-height: 1.55; margin-bottom: 26px;
}
p + p { margin-top: 1.2em; }
.text-justify p { text-align: justify; }
.center { text-align: center; }
.small-note { font-size: 15px; font-style: italic; line-height: 1.8; }

/* ---------- Sections ---------- */
.section { padding: 90px 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split.tight { gap: 48px; }
.more-link { display: inline-block; margin-top: 26px; color: var(--text); letter-spacing: .02em; }
.more-link:hover { color: var(--accent); opacity: 1; }

.btn {
  display: inline-block; background: #000; color: #fff; font-family: var(--sans);
  font-weight: 300; font-size: 15px; padding: 13px 34px; border: 1px solid #000;
  cursor: pointer; transition: all .2s; letter-spacing: .02em;
}
.btn:hover { background: #fff; color: #000; opacity: 1; }
.btn.italic { font-style: italic; }

/* Full-width image band */
.img-band { width: 100%; max-height: 560px; object-fit: cover; }

/* Divider line used on home CTA */
.vline { width: 1px; height: 70px; background: #c9c5c0; margin: 0 auto; }

/* Phone display */
.phone-big { font-size: 34px; letter-spacing: .12em; color: var(--text); }

/* ---------- Featured-in strip ---------- */
.featured { border-top: 1px solid #f2f0ee; padding: 20px 0; background: #fff; }
.featured .row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px; }
.featured .label { font-size: 14px; letter-spacing: .22em; color: var(--text-dark); }
.featured .name { font-family: var(--serif); font-style: italic; font-size: 19px; letter-spacing: .18em; color: #000; }
.featured .dot { font-size: 14px; color: #000; }

/* ---------- Footer ---------- */
.site-footer { background: #000; color: #fff; padding: 56px 0 70px; }
.site-footer .cols { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; }
.footer-cta { font-family: var(--serif); font-style: italic; font-size: 24px; margin-bottom: 34px; }
.footer-phone { font-size: 42px; font-weight: 300; letter-spacing: .1em; color: #fff; }
.footer-copy { margin-top: 16px; font-size: 15px; }
.footer-note { margin-top: 40px; font-size: 15px; }
.footer-right { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; justify-content: center; }
.footer-right a.mail { color: #fff; font-size: 17px; letter-spacing: .03em; }
.btn-invert { background: #fff; color: #000; border-color: #fff; }
.btn-invert:hover { background: #000; color: #fff; }

/* ---------- Services page ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin-top: 70px; }
.svc-card img { width: 100%; aspect-ratio: 1.47; object-fit: cover; }
.svc-card h3 {
  font-weight: 300; font-size: 24px; letter-spacing: .06em; color: var(--text-dark);
  text-align: center; margin: 30px 0 26px; border-bottom: 1px solid var(--line); padding-bottom: 28px;
}
.svc-card ul { list-style: none; text-align: center; font-size: 17.5px; }
.svc-card li { padding: 7px 0; }
.somuchmore { font-family: var(--serif); font-style: italic; font-size: 24px; color: var(--text); text-align: center; margin-top: 60px; letter-spacing: .06em; }

.booking-card {
  border: 1px solid var(--line); max-width: 1080px; margin: 90px auto 0;
  padding: 70px 40px; text-align: center;
}
.booking-card h3 { font-weight: 300; font-size: 26px; color: var(--text-dark); margin-bottom: 14px; }
.booking-card p { margin-bottom: 34px; font-size: 17px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 920px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: none; border: none; text-align: left; cursor: pointer;
  font-family: var(--sans); font-weight: 300; font-size: 19px; color: var(--text);
  padding: 30px 46px 30px 4px; position: relative;
}
.faq-q::after {
  content: ''; position: absolute; right: 12px; top: 50%;
  width: 9px; height: 9px; border-right: 1.5px solid var(--text); border-bottom: 1.5px solid var(--text);
  transform: translateY(-70%) rotate(45deg); transition: transform .25s;
}
.faq-item.open .faq-q::after { transform: translateY(-30%) rotate(225deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 4px 34px; font-size: 17.5px; }
.faq-a-inner ul { margin: 14px 0 14px 22px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.form-card { border: 1px solid var(--line); padding: 44px 40px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: 15px; margin-bottom: 8px; color: var(--text-dark); }
.field input, .field textarea {
  width: 100%; border: 1px solid #c9c5c0; padding: 11px 12px; font-family: var(--sans);
  font-size: 16px; color: var(--text-dark); background: #fff;
}
.field input:focus, .field textarea:focus { outline: 1px solid var(--accent); border-color: var(--accent); }
.field input.field-error, .field textarea.field-error { border-color: #c0392b; outline: 1px solid #c0392b; }
.field textarea { min-height: 120px; resize: vertical; }
.send-btn { background: #2f4f5e; color: #fff; border: none; padding: 12px 52px; font-family: var(--sans); font-size: 16px; letter-spacing: .08em; cursor: pointer; float: right; }
.send-btn:hover { background: #24404d; }
.form-status { clear: both; padding-top: 16px; font-size: 15px; }

.contact-info { text-align: center; margin-top: 80px; font-size: 22px; letter-spacing: .08em; }
.contact-info a { color: var(--text); }

/* ---------- Music festivals ---------- */
.mf-split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.mf-split .img-half { min-height: 560px; background-size: cover; background-position: center; filter: grayscale(100%); }
.mf-split .txt-half { display: flex; flex-direction: column; justify-content: center; padding: 80px 8%; }
.mf-title { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 34px; color: var(--text-dark); line-height: 1.5; margin-bottom: 46px; text-align: center; }
.mf-sub { font-family: var(--serif); font-style: italic; font-size: 21px; color: var(--text); margin-bottom: 26px; text-align: center; }

/* ---------- Booking page ---------- */
.book-wrap { max-width: 1080px; margin: 0 auto; }
.cal-embed { min-height: 640px; border: 1px solid var(--line); }
.book-fallback { text-align: center; padding: 40px 20px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  body { font-size: 17px; }
  .topbar { font-size: 16px; }
  .logo-wrap img { width: 250px; }
  .nav-toggle {
    display: block; margin: 0 auto 8px; background: none; border: 1px solid var(--line);
    padding: 8px 22px; font-family: var(--sans); font-size: 14px; color: var(--text-dark); cursor: pointer;
  }
  .site-nav ul { display: none; flex-direction: column; text-align: center; padding-bottom: 12px; }
  .site-nav.open ul { display: flex; }
  .site-nav a { padding: 12px; }
  .hero { height: 340px; }
  .hero h1 { font-size: 26px; letter-spacing: .28em; text-align: center; padding: 0 20px; }
  .section { padding: 56px 0; }
  .split, .contact-grid, .svc-grid, .site-footer .cols, .mf-split { grid-template-columns: 1fr; }
  .split { gap: 36px; }
  .mf-split .img-half { min-height: 300px; }
  .mf-split .txt-half { padding: 50px 24px; }
  .footer-phone { font-size: 32px; }
  .form-row { grid-template-columns: 1fr; }
}
