/* =================================================================
   JUST GREAT EVENTS TORONTO — Light Editorial Theme
   Warm cream + charcoal + champagne gold + blush
================================================================= */

:root {
  --cream: #FAF8F3;
  --cream-2: #F4F0E8;
  --blush: #F8EDE6;
  --ivory: #FFFFFF;
  --ink: #1A1A1A;
  --ink-2: #2A2A2A;
  --muted: #6B6B6B;
  --soft: #9A9A9A;
  --line: rgba(26, 26, 26, 0.08);
  --line-2: rgba(26, 26, 26, 0.14);
  --gold: #C8A968;
  --gold-2: #B5945A;
  --gold-soft: rgba(200, 169, 104, 0.12);
  --burgundy: #6B2D2D;
  --burgundy-soft: #F5E8E8;
  --whatsapp: #25D366;

  --font-serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-sans: 'Outfit', -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;

  --container: 1280px;
  --r-sm: 6px;
  --r: 12px;
  --r-lg: 20px;
  --transition: 220ms cubic-bezier(.2,.7,.2,1);
  --shadow-sm: 0 2px 12px rgba(26, 26, 26, 0.06);
  --shadow: 0 12px 36px rgba(26, 26, 26, 0.08);
  --shadow-lg: 0 24px 60px rgba(26, 26, 26, 0.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--ink);
}
h1 em, h2 em, h3 em { font-style: italic; color: var(--gold); font-weight: 500; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 32px; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

/* ========== Announcement bar ========== */
.announce {
  background: var(--ink);
  color: var(--cream);
  font-size: 13.5px;
  padding: 10px 24px;
  text-align: center;
  letter-spacing: 0.03em;
}
.announce strong { color: var(--gold); font-weight: 600; }

/* ========== Buttons ========== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 28px;
  font-family: var(--font-sans);
  font-weight: 500; font-size: 14.5px;
  letter-spacing: 0.04em;
  border-radius: 999px;
  transition: all var(--transition);
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-lg { padding: 17px 36px; font-size: 15px; }
.btn svg { width: 20px; height: 20px; flex: 0 0 auto; }
.btn-lg svg { width: 22px; height: 22px; }
.btn-sm { padding: 10px 20px; font-size: 13.5px; }
.btn-block { display: flex; width: 100%; }
.btn-primary {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.btn-primary:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.btn-gold {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}
.btn-gold:hover {
  background: var(--gold-2);
  border-color: var(--gold-2);
  color: var(--ivory);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.btn-outline {
  border-color: var(--line-2);
  color: var(--ink);
  background: transparent;
}
.btn-outline:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--cream);
}
.btn-whatsapp {
  background: var(--whatsapp);
  color: white;
  border-color: var(--whatsapp);
}
.btn-whatsapp:hover {
  background: #1ebe57;
  border-color: #1ebe57;
  color: white;
  transform: translateY(-2px);
}
.btn-link {
  padding: 14px 0;
  color: var(--ink);
}
.btn-link:hover { color: var(--gold); }
.btn-link span { transition: transform var(--transition); display: inline-block; }
.btn-link:hover span { transform: translateX(4px); }

/* ========== Header ========== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 248, 243, 0.92);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 40px;
  padding: 16px 32px;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
}
.brand-mark {
  width: 44px; height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
}
.brand-sub {
  font-family: var(--font-sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 3px;
}
.primary-nav {
  display: flex; justify-content: center; gap: 32px;
  font-size: 14px;
}
.primary-nav > * { position: relative; }
.primary-nav a, .nav-item > button {
  color: var(--ink-2);
  font-weight: 400;
  padding: 8px 0;
  display: inline-flex; align-items: center; gap: 4px;
}
.primary-nav a:hover, .nav-item > button:hover { color: var(--gold); }
.nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown {
  position: absolute; top: calc(100% + 6px); left: 50%;
  transform: translate(-50%, -8px);
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 12px;
  min-width: 240px;
  opacity: 0; visibility: hidden;
  transition: all var(--transition);
  z-index: 60;
}
.dropdown a {
  display: block;
  padding: 9px 14px;
  font-size: 14px;
  border-radius: var(--r-sm);
}
.dropdown a:hover { background: var(--cream-2); color: var(--ink); }
.dropdown-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
  min-width: 460px;
}

.header-right {
  display: flex; align-items: center; gap: 14px;
}
.header-phone {
  display: inline-flex; align-items: center;
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--ink);
  padding: 8px 18px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.header-phone .phone-default,
.header-phone .phone-hover {
  display: inline-flex; align-items: center; gap: 8px;
  transition: transform var(--transition), opacity var(--transition);
}
.header-phone .phone-hover {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  background: var(--ink);
  color: var(--cream);
  transform: translateY(100%);
}
.header-phone:hover .phone-default { opacity: 0; transform: translateY(-100%); }
.header-phone:hover .phone-hover { opacity: 1; transform: translateY(0); }

.header-cta-group { display: inline-flex; gap: 8px; }

.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  font-size: 22px;
}

/* ========== Floating WhatsApp ========== */
.float-whatsapp {
  position: fixed; bottom: 24px; right: 24px;
  z-index: 60;
  width: 60px; height: 60px;
  background: var(--whatsapp);
  color: white;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
  transition: transform var(--transition);
}
.float-whatsapp:hover { transform: scale(1.08); color: white; }
.float-whatsapp svg { width: 30px; height: 30px; }

/* ========== Hero ========== */
.hero {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 900px 600px at 80% 20%, var(--gold-soft), transparent 60%),
    radial-gradient(ellipse 600px 400px at 10% 80%, var(--burgundy-soft), transparent 70%),
    var(--cream);
}
.hero-inner {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px;
  align-items: center;
  position: relative;
}
.hero-title {
  font-size: clamp(44px, 6vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 26px;
  color: var(--ink);
}
.hero-lede {
  font-size: 19px;
  color: var(--muted);
  max-width: 540px;
  line-height: 1.55;
  margin-bottom: 36px;
}
.hero-actions {
  display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
  margin-bottom: 44px;
}
.hero-trust {
  display: flex; gap: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
.hero-trust > div {
  display: flex; flex-direction: column; gap: 4px;
}
.trust-num {
  font-family: var(--font-serif);
  font-size: 30px;
  color: var(--burgundy);
  line-height: 1;
}
.trust-label {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.hero-rating {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  color: var(--ink);
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}
.hero-rating .stars { color: var(--gold); letter-spacing: 1px; }

.hero-visual {
  position: relative;
  min-height: 600px;
  height: 600px;
}
.hero-collage {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
}
.hero-collage img {
  position: absolute;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  object-fit: cover;
}
.hc-1 { width: 65%; height: 70%; top: 0; right: 0; }
.hc-2 { width: 50%; height: 52%; bottom: 0; left: 0; }
.hc-3 { width: 34%; height: 34%; top: 36%; left: 34%; z-index: 2; border: 6px solid var(--cream); }

/* ========== Sections ========== */
section { position: relative; }
.section { padding: 100px 0; }
.section-sm { padding: 60px 0; }
.section-lg { padding: 140px 0; }
.section-cream-2 { background: var(--cream-2); }
.section-blush { background: var(--blush); }
.section-dark { background: var(--ink); color: var(--cream); }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: var(--cream); }
.section-dark .eyebrow { color: var(--gold); }

.section-head { margin-bottom: 64px; max-width: 740px; }
.section-head h2 {
  font-size: clamp(36px, 4.4vw, 60px);
  margin-bottom: 18px;
}
.section-head p {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.55;
}
.section-head-center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head-row {
  display: flex; align-items: flex-end; justify-content: space-between;
  max-width: none; gap: 32px; flex-wrap: wrap;
}
.link-arrow {
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
}
.link-arrow span { display: inline-block; transition: transform var(--transition); margin-left: 6px; }
.link-arrow:hover { color: var(--gold); border-color: var(--gold); }
.link-arrow:hover span { transform: translateX(4px); }

/* ========== Service cards (homepage + services page) ========== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.svc-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex; flex-direction: column;
}
.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.svc-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.svc-img img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 600ms cubic-bezier(.2,.7,.2,1);
}
.svc-card:hover .svc-img img { transform: scale(1.05); }
.svc-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--gold);
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
}
.svc-body {
  padding: 28px;
  display: flex; flex-direction: column;
  flex: 1;
}
.svc-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.svc-card h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.svc-card p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
  margin-bottom: 20px;
  flex: 1;
}
.svc-foot {
  display: flex; justify-content: space-between; align-items: center;
  gap: 14px; flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.svc-price {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--ink);
}
.svc-price span { font-size: 12px; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; }
.svc-card .link-arrow { font-size: 13px; padding-bottom: 2px; }

/* ========== Stats strip ========== */
.stats-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--ivory);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.stat-item {
  padding: 36px 28px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.stat-item:last-child { border-right: 0; }
.stat-num {
  font-family: var(--font-serif);
  font-size: 44px;
  color: var(--burgundy);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

/* ========== Events grid ========== */
.events-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.event-card {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  display: block;
  cursor: pointer;
}
.event-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 700ms cubic-bezier(.2,.7,.2,1);
}
.event-card:hover img { transform: scale(1.06); }
.event-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(26, 26, 26, 0.85));
}
.event-card-body {
  position: absolute; left: 28px; right: 28px; bottom: 28px;
  z-index: 2;
  color: var(--cream);
}
.event-card-body h3 {
  font-size: 28px;
  color: var(--cream);
  margin-bottom: 8px;
}
.event-card-body p {
  font-size: 14px;
  color: rgba(250, 248, 243, 0.85);
  margin-bottom: 16px;
}
.event-card-body .link-arrow {
  color: var(--gold);
  border-color: var(--gold);
}

/* ========== Locations strip ========== */
.locations-strip {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
}
.loc-pill {
  display: flex; align-items: center; justify-content: center;
  padding: 18px 16px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--r);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-2);
  transition: all var(--transition);
  text-align: center;
}
.loc-pill:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  transform: translateY(-2px);
}

/* ========== Why us ========== */
.why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.why-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 36px 30px;
}
.why-icon {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold-soft);
  color: var(--gold-2);
  border-radius: 50%;
  margin-bottom: 22px;
}
.why-card h3 { font-size: 22px; margin-bottom: 10px; }
.why-card p { color: var(--muted); font-size: 14.5px; line-height: 1.6; }

/* ========== 3-step process ========== */
.process-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
  position: relative;
}
.process-step {
  position: relative;
  padding: 0 8px;
}
.process-num {
  font-family: var(--font-serif);
  font-size: 64px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 16px;
}
.process-step h3 { font-size: 24px; margin-bottom: 10px; }
.process-step p { color: var(--muted); font-size: 15px; line-height: 1.6; }

/* ========== Reviews ========== */
.review-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.review-card {
  padding: 36px 32px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  position: relative;
}
.review-stars {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 16px;
}
.review-card p {
  font-family: var(--font-serif);
  font-size: 19px;
  font-style: italic;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 22px;
}
.review-card footer {
  display: flex; align-items: center; gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.review-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--cream-2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--ink);
  font-weight: 500;
}
.review-author { font-weight: 500; font-size: 14px; color: var(--ink); }
.review-event { font-size: 12px; color: var(--muted); }
.google-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  box-shadow: var(--shadow-sm);
  margin-top: 28px;
}
.google-badge .stars { color: var(--gold); }

/* ========== FAQ ========== */
.faq-list {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
  max-width: 880px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  padding: 26px 0;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  color: var(--gold);
  font-size: 18px;
  transition: transform var(--transition), border-color var(--transition);
  flex-shrink: 0;
  margin-left: 24px;
}
.faq-item[open] summary::after { transform: rotate(45deg); border-color: var(--gold); }
.faq-item p, .faq-item div {
  padding: 0 0 26px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.65;
  max-width: 760px;
}
.faq-item ul {
  padding: 0 0 12px 0;
  list-style: disc inside;
}
.faq-item li { color: var(--muted); font-size: 15px; padding: 4px 0; }

/* ========== Form ========== */
.contact-form {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}
/* ===== Blog post content ===== */
.post-content { font-size: 17px; line-height: 1.75; color: var(--ink-2); }
.post-content h2 { font-family: var(--font-serif); font-size: 30px; margin: 40px 0 14px; color: var(--ink); }
.post-content h3 { font-size: 22px; margin: 28px 0 10px; color: var(--ink); }
.post-content p { margin-bottom: 20px; }
.post-content ul, .post-content ol { margin: 0 0 22px 22px; }
.post-content li { margin-bottom: 8px; }
.post-content a { color: var(--gold-2); border-bottom: 1px solid var(--gold-2); }
.post-content a:hover { color: var(--ink); border-color: var(--ink); }
.post-content strong { color: var(--ink); }
.post-content .btn, .post-content .btn:hover { color: var(--cream); border-bottom: 0; }
.post-content .btn-outline { color: var(--ink); }

/* ===== Contact page layout ===== */
.contact-layout {
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: start;
}
.contact-method {
  padding: 16px 0; border-bottom: 1px solid var(--line);
}
.contact-method-label {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 6px;
}
.contact-method-value {
  font-family: var(--font-serif); font-size: 21px; color: var(--ink); display: inline-block;
  border-bottom: 1px solid transparent; transition: color var(--transition), border-color var(--transition);
}
.contact-method-value:hover { color: var(--gold); border-color: var(--gold); }
.contact-info-box {
  margin-top: 28px; padding: 26px 28px; background: var(--cream-2); border-radius: var(--r-lg);
}
.contact-info-box-blush { background: var(--blush); }
.contact-info-box h3 { font-size: 20px; margin-bottom: 10px; }
.contact-info-box p { color: var(--muted); margin-bottom: 6px; font-size: 14.5px; line-height: 1.5; }
.contact-info-box p:last-child { margin-bottom: 0; }
.contact-form-wrap .contact-form { margin-top: 18px; }
@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
}
.form-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  margin-bottom: 16px;
}
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field-full { grid-column: 1 / -1; }
.form-field label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  font-family: inherit;
  font-size: 15px;
  background: var(--cream);
  color: var(--ink);
  transition: border-color var(--transition);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 0;
  border-color: var(--gold);
  background: var(--ivory);
}
.form-field textarea { min-height: 120px; resize: vertical; }
.form-note {
  margin-top: 18px;
  font-size: 13px;
  color: var(--muted);
}

/* ========== CTA band ========== */
.cta-band {
  padding: 100px 0;
  background:
    linear-gradient(135deg, rgba(200, 169, 104, 0.1), rgba(244, 228, 220, 0.5)),
    var(--cream-2);
  text-align: center;
}
.cta-band h2 {
  font-size: clamp(34px, 4.4vw, 56px);
  margin-bottom: 18px;
  max-width: 820px;
  margin-left: auto; margin-right: auto;
}
.cta-band p {
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 40px;
  max-width: 580px;
  margin-left: auto; margin-right: auto;
}
.cta-actions {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}

/* ========== Page hero (inner pages) ========== */
.page-hero {
  padding: 70px 0 80px;
  background:
    radial-gradient(ellipse 800px 500px at 70% 30%, var(--gold-soft), transparent 60%),
    var(--cream);
}
.page-hero-inner {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px;
  align-items: center;
}
.page-hero-image {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 5 / 4;
}
.page-hero-image { position: relative; }
.page-hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.page-hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  margin-bottom: 18px;
}
.page-hero p.lede {
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 28px;
  line-height: 1.6;
  max-width: 540px;
}
.breadcrumbs {
  display: flex; gap: 10px;
  font-size: 12.5px;
  color: var(--muted);
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs span { color: var(--soft); }

/* ========== Features list (booth detail) ========== */
.features-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px 40px;
}
.feature-item {
  display: flex; gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.feature-bullet {
  flex-shrink: 0;
  width: 24px; height: 24px;
  background: var(--gold-soft);
  color: var(--gold-2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.feature-item h4 { font-family: var(--font-sans); font-size: 14.5px; font-weight: 600; margin-bottom: 4px; }
.feature-item p { font-size: 13.5px; color: var(--muted); margin: 0; }

/* ========== Gallery ========== */
.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 16px;
}
.gm-tile { border-radius: var(--r); overflow: hidden; position: relative; }
.gm-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 600ms ease; }
.gm-tile:hover img { transform: scale(1.05); }
.gm-tile-tall { grid-row: span 2; }
.gm-tile-wide { grid-column: span 2; }

/* ========== Pricing table ========== */
.price-table {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.price-row {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  padding: 22px 28px;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.price-row:last-child { border-bottom: 0; }
.price-row:hover { background: var(--cream); }
.price-name {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--ink);
}
.price-name small {
  display: block;
  font-family: var(--font-sans);
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 4px;
  letter-spacing: 0.04em;
}
.price-value {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--ink);
  text-align: right;
}
.price-value small { color: var(--muted); font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }

/* ========== Footer ========== */
.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding-top: 80px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 50px;
}
.footer-brand .brand .brand-name { color: var(--cream); }
.footer-tag {
  color: rgba(250, 248, 243, 0.7);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 20px 0;
  max-width: 320px;
}
.footer-contact { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: rgba(250, 248, 243, 0.75); }
.footer-contact a:hover { color: var(--gold); }
.footer-col h4 {
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
  color: rgba(250, 248, 243, 0.75);
  font-size: 14px;
}
.footer-col a:hover { color: var(--gold); }
.footer-socials {
  display: flex; gap: 14px;
  margin-top: 16px;
}
.footer-socials a {
  width: 40px; height: 40px;
  border: 1px solid rgba(250, 248, 243, 0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(250, 248, 243, 0.75);
  transition: all var(--transition);
}
.footer-socials a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}
.copyright {
  border-top: 1px solid rgba(250, 248, 243, 0.08);
  padding: 24px 0;
  color: rgba(250, 248, 243, 0.5);
  font-size: 13px;
}
.copyright-inner {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}

/* ========== Mobile drawer ========== */
.mobile-drawer {
  position: fixed; top: 0; right: 0;
  height: 100vh; width: 90%; max-width: 360px;
  background: var(--cream);
  z-index: 70;
  transform: translateX(100%);
  transition: transform var(--transition);
  overflow-y: auto;
  box-shadow: -10px 0 40px rgba(0,0,0,0.15);
}
.mobile-drawer.open { transform: translateX(0); }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
}
.drawer-close { font-size: 24px; }
.drawer-nav { padding: 24px; display: flex; flex-direction: column; gap: 4px; }
.drawer-nav a {
  padding: 12px 0;
  font-size: 17px;
  border-bottom: 1px solid var(--line);
}
.drawer-cta { padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.drawer-backdrop {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 65;
  opacity: 0; pointer-events: none;
  transition: opacity var(--transition);
}
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .hero-inner, .page-hero-inner { grid-template-columns: 1fr; gap: 50px; }
  .hero-visual { min-height: 460px; }
  .services-grid, .events-grid, .why-grid, .process-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: 0; }
  .stat-item:nth-child(1), .stat-item:nth-child(2) { border-bottom: 1px solid var(--line); }
  .locations-strip { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .form-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .gallery-mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .gm-tile-wide { grid-column: span 2; }
  .price-row { grid-template-columns: 1fr 1fr; }
  .price-row .btn { display: none; }
}
@media (max-width: 720px) {
  .container { padding: 0 20px; }
  .primary-nav, .header-cta-group { display: none; }
  .menu-toggle { display: flex; }
  .header-inner { grid-template-columns: auto 1fr auto; gap: 16px; }
  .hero { padding: 50px 0 70px; }
  .hero-trust { gap: 24px; }
  .trust-num { font-size: 24px; }
  .section, .cta-band { padding: 60px 0; }
  .section-head { margin-bottom: 40px; }
  .services-grid, .events-grid, .why-grid, .process-grid, .review-grid { grid-template-columns: 1fr; }
  .locations-strip { grid-template-columns: repeat(2, 1fr); }
  .stats-strip { grid-template-columns: 1fr; }
  .stat-item { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-form { padding: 28px 22px; }
  .float-whatsapp { width: 52px; height: 52px; bottom: 18px; right: 18px; }
  .float-whatsapp svg { width: 26px; height: 26px; }
  .price-row { grid-template-columns: 1fr; gap: 8px; }
  .price-value { text-align: left; }
  .hero-collage { display: flex; flex-direction: column; gap: 12px; }
  .hero-collage img { position: relative; width: 100% !important; height: auto !important; aspect-ratio: 4/3; }
  .hc-3 { display: none; }
}
