/* from brochure.html */

:root {
  --gold: #D4AF37;
  --gold-light: #E8D48B;
  --burgundy: #800020;
  --dark: #1a1a1a;
  --darker: #111111;
  --cream: #FAF7F2;
  --cream-dark: #F0EBE1;
}

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

body {
  font-family: 'Inter', sans-serif;
  font-size: 11pt;
  line-height: 1.6;
  color: var(--dark);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

h1, h2, h3, h4, h5 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; }

.page {
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  position: relative;
  page-break-after: always;
  display: flex;
  flex-direction: column;
}

.page:last-child { page-break-after: auto; }

/* ========== DECORATIVE HELPERS ========== */
.gold-line { width: 80px; height: 2px; background: var(--gold); margin: 1.2rem auto; }
.gold-line-left { width: 80px; height: 2px; background: var(--gold); margin: 1.2rem 0; }
.gold-line-wide { width: 160px; height: 1px; background: var(--gold); margin: 1.5rem auto; }

.corner-tl, .corner-tr, .corner-bl, .corner-br {
  position: absolute; width: 60px; height: 60px; border-color: var(--gold); border-style: solid; border-width: 0; opacity: 0.5;
}
.corner-tl { top: 30px; left: 30px; border-top-width: 1px; border-left-width: 1px; }
.corner-tr { top: 30px; right: 30px; border-top-width: 1px; border-right-width: 1px; }
.corner-bl { bottom: 30px; left: 30px; border-bottom-width: 1px; border-left-width: 1px; }
.corner-br { bottom: 30px; right: 30px; border-bottom-width: 1px; border-right-width: 1px; }

/* ========== PAGE 1 — COVER ========== */
.page-cover {
  background: var(--dark);
  color: var(--cream);
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-cover::before {
  content: '';
  position: absolute;
  inset: 50px;
  border: 1px solid rgba(212,175,55,0.2);
  pointer-events: none;
}
.page-cover::after {
  content: '';
  position: absolute;
  inset: 55px;
  border: 1px solid rgba(212,175,55,0.08);
  pointer-events: none;
}
.cover-content { position: relative; z-index: 1; padding: 2rem; }
.cover-ornament {
  font-size: 2rem;
  color: var(--gold);
  letter-spacing: 1rem;
  margin-bottom: 2rem;
  opacity: 0.6;
}
.cover-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 0.3rem;
  line-height: 1.15;
}
.cover-title span { color: var(--gold); }
.cover-tagline {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-style: italic;
  color: var(--gold);
  margin-top: 1rem;
  letter-spacing: 0.08em;
}
.cover-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.5);
  margin-top: 1.8rem;
}
.cover-rating {
  display: inline-block;
  margin-top: 2.5rem;
  padding: 0.6rem 2rem;
  border: 1px solid var(--gold);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: var(--gold);
}
.cover-rating .stars { font-size: 1rem; }
.cover-bottom-ornament { margin-top: 2.5rem; color: var(--gold); opacity: 0.4; font-size: 1.5rem; letter-spacing: 0.8rem; }

/* ========== PAGE 2 — ABOUT (CREAM) ========== */
.page-about {
  background: var(--cream);
  color: var(--dark);
  padding: 60px 70px;
  justify-content: center;
}
.page-about .corner-tl, .page-about .corner-tr, .page-about .corner-bl, .page-about .corner-br { border-color: var(--gold); opacity: 0.3; }
.section-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.5rem;
}
.about-text { max-width: 640px; font-size: 0.92rem; line-height: 1.75; color: #333; margin-bottom: 1rem; }
.stats-row { display: flex; gap: 20px; margin: 2rem 0; }
.stat-box {
  flex: 1;
  text-align: center;
  padding: 1.2rem 0.5rem;
  border: 1px solid rgba(212,175,55,0.35);
  background: rgba(212,175,55,0.04);
}
.stat-box .stat-number { font-family: 'Playfair Display', serif; font-size: 1.6rem; color: var(--gold); font-weight: 700; }
.stat-box .stat-label { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: #666; margin-top: 0.3rem; }
.philosophy-quote {
  margin-top: 1.8rem;
  padding: 1.5rem 2rem;
  border-left: 3px solid var(--gold);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
}

/* ========== PAGE 3 — WEDDING SERVICES (CREAM) ========== */
.page-weddings {
  background: var(--cream);
  color: var(--dark);
  padding: 55px 60px;
  justify-content: center;
}
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 1.5rem 0; }
.service-card {
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(212,175,55,0.3);
  background: rgba(255,255,255,0.7);
  transition: none;
}
.service-card .service-icon { font-size: 1.4rem; margin-bottom: 0.3rem; }
.service-card .service-name { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 600; color: var(--dark); margin-bottom: 0.25rem; }
.service-card .service-desc { font-size: 0.78rem; color: #666; line-height: 1.5; }
.page-note { text-align: center; font-size: 0.82rem; color: var(--gold); font-style: italic; margin-top: 1.2rem; font-family: 'Playfair Display', serif; }

/* ========== PAGE 4 — CORPORATE (DARK) ========== */
.page-corporate {
  background: var(--dark);
  color: var(--cream);
  padding: 55px 60px;
  justify-content: center;
}
.page-corporate .section-heading { color: var(--cream); }
.page-corporate .section-label { color: var(--gold); }
.page-corporate .service-card {
  background: rgba(255,255,255,0.04);
  border-color: rgba(212,175,55,0.25);
}
.page-corporate .service-name { color: var(--cream) !important; }
.page-corporate .service-desc { color: rgba(250,247,242,0.6) !important; }
.page-corporate .page-note { color: rgba(212,175,55,0.7); }

/* ========== PAGE 5 — PACKAGES (CREAM) ========== */
.page-packages {
  background: var(--cream);
  color: var(--dark);
  padding: 50px 50px;
  justify-content: center;
}
.packages-row { display: flex; gap: 20px; margin: 1.5rem 0; }
.package-col {
  flex: 1;
  padding: 1.5rem 1.3rem;
  border: 1px solid rgba(212,175,55,0.3);
  position: relative;
  display: flex;
  flex-direction: column;
}
.package-col.featured {
  border: 2px solid var(--gold);
  background: rgba(212,175,55,0.04);
}
.package-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--dark);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 3px 14px;
  font-weight: 600;
}
.package-name { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; text-align: center; margin-bottom: 0.2rem; }
.package-price { text-align: center; font-size: 1.4rem; font-weight: 600; color: var(--gold); font-family: 'Playfair Display', serif; }
.package-price-sub { text-align: center; font-size: 0.65rem; color: #999; margin-bottom: 1rem; letter-spacing: 0.1em; }
.package-list { list-style: none; font-size: 0.78rem; line-height: 1.9; color: #444; flex: 1; }
.package-list li::before { content: '✦ '; color: var(--gold); font-size: 0.6rem; }
.package-tagline { text-align: center; font-style: italic; font-size: 0.78rem; color: var(--gold); margin-top: 1rem; font-family: 'Playfair Display', serif; }
.packages-footer { text-align: center; font-size: 0.75rem; color: #777; margin-top: 1.2rem; line-height: 1.6; max-width: 580px; margin-left: auto; margin-right: auto; }

/* ========== PAGE 6 — PROCESS (CREAM) ========== */
.page-process {
  background: var(--cream);
  color: var(--dark);
  padding: 55px 70px;
  justify-content: center;
}
.process-timeline { margin: 2rem 0; position: relative; padding-left: 0; }
.process-steps { display: flex; flex-wrap: wrap; gap: 0; }
.process-step {
  flex: 1 1 33%;
  text-align: center;
  padding: 1.5rem 1rem;
  position: relative;
}
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.step-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 600; margin-bottom: 0.3rem; color: var(--dark); }
.step-desc { font-size: 0.8rem; color: #666; max-width: 200px; margin: 0 auto; }
.process-connector { display: flex; justify-content: center; gap: 8px; margin: 0.5rem 0 1rem; }
.process-connector span { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; opacity: 0.4; }

/* ========== PAGE 7 — TESTIMONIALS (DARK) ========== */
.page-testimonials {
  background: var(--dark);
  color: var(--cream);
  padding: 50px 55px;
  justify-content: center;
}
.page-testimonials .section-heading { color: var(--cream); }
.testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 1.5rem 0; }
.testimonial-card {
  padding: 1.3rem 1.4rem;
  border: 1px solid rgba(212,175,55,0.2);
  background: rgba(255,255,255,0.03);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: var(--gold);
  opacity: 0.3;
  position: absolute;
  top: 5px;
  left: 12px;
  line-height: 1;
}
.testimonial-text { font-size: 0.82rem; line-height: 1.7; color: rgba(250,247,242,0.85); font-style: italic; margin-bottom: 0.8rem; padding-top: 0.5rem; }
.testimonial-author { font-size: 0.75rem; color: var(--gold); font-weight: 600; letter-spacing: 0.05em; }
.testimonial-event { font-size: 0.68rem; color: rgba(250,247,242,0.4); margin-top: 0.15rem; }
.testimonial-stars { color: var(--gold); font-size: 0.7rem; letter-spacing: 2px; margin-top: 0.3rem; }
.big-rating { text-align: center; margin-top: 1.5rem; }
.big-rating .number { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: var(--gold); font-weight: 700; }
.big-rating .stars-big { font-size: 1.3rem; color: var(--gold); display: block; margin-top: 0.2rem; }
.big-rating .reviews-label { font-size: 0.75rem; color: rgba(250,247,242,0.4); margin-top: 0.3rem; letter-spacing: 0.15em; }

/* ========== PAGE 8 — CONTACT (DARK) ========== */
.page-contact {
  background: var(--darker);
  color: var(--cream);
  padding: 55px 65px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-contact .section-heading { color: var(--cream); font-size: 2.4rem; }
.contact-grid { display: flex; gap: 40px; margin: 2rem 0; justify-content: center; align-items: flex-start; }
.contact-info { text-align: left; }
.contact-item { margin-bottom: 1rem; }
.contact-item .label { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.2rem; }
.contact-item .value { font-size: 0.92rem; color: var(--cream); }
.contact-item .value a { color: var(--cream); text-decoration: none; }
.qr-placeholder {
  width: 140px;
  height: 140px;
  border: 2px dashed rgba(212,175,55,0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.qr-placeholder .qr-label { font-size: 0.6rem; color: rgba(250,247,242,0.4); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 0.5rem; }
.qr-placeholder .qr-icon { font-size: 2rem; color: var(--gold); opacity: 0.4; }
.cities-served { margin: 1.5rem 0; }
.cities-served .cities-label { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.cities-list { font-size: 0.8rem; color: rgba(250,247,242,0.6); line-height: 1.8; }
.booking-badge {
  display: inline-block;
  padding: 0.7rem 2.5rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 1.5rem 0;
}
.referral-note { font-size: 0.75rem; color: rgba(250,247,242,0.4); margin: 0.8rem 0; }
.referral-note span { color: var(--gold); }
.page-footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.65rem;
  color: rgba(250,247,242,0.25);
  letter-spacing: 0.15em;
}

/* ========== PRINT ========== */
@media print {
  body { margin: 0; }
  .page {
    height: 100vh;
    min-height: 100vh;
    page-break-after: always;
    page-break-inside: avoid;
  }
  .page:last-child { page-break-after: auto; }
}

@page {
  size: letter;
  margin: 0;
}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}}
@media (max-width:768px){.site-links a{padding:0.45rem 0!important;margin:0!important;}}


/* from brochure.html */
.site-links a:hover{color:#D4AF37!important;transition:color .25s;}@media (max-width:600px){.site-links > div{grid-template-columns:1fr 1fr!important;gap:1.2rem!important;}}

/* from links.html — scoped to body.page-links so packages/portfolio stay intact */

body.page-links {
  font-family: 'Lato', sans-serif;
  background: var(--dark);
  color: var(--cream);
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  position: relative;
  overflow-x: hidden;
  line-height: 1.5;
}
body.page-links::before {
  content: '';
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(212,175,55,.08) 0%, transparent 60%),
              radial-gradient(ellipse at bottom, rgba(128,0,32,.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
body.page-links .container {
  max-width: 420px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

/* HEADER */
body.page-links .header { text-align: center; margin-bottom: 1.5rem; }
body.page-links .logo {
  width: 100px; height: 100px; border-radius: 50%;
  border: 2px solid var(--gold); padding: 4px;
  margin: 0 auto 1rem; overflow: hidden;
  box-shadow: 0 0 30px rgba(212,175,55,.2);
}
body.page-links .logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
body.page-links .header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: var(--white);
  font-weight: 400;
  margin-bottom: .3rem;
  overflow-wrap: anywhere;
  line-height: 1.25;
}
body.page-links .header p {
  color: rgba(255,255,255,.5);
  font-size: .8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}
body.page-links .header .tagline {
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: .95rem;
  margin-top: .5rem;
  letter-spacing: 0;
  text-transform: none;
}
body.page-links .rating {
  display: inline-flex; align-items: center; gap: .4rem;
  margin-top: .8rem; background: rgba(255,255,255,.05);
  padding: .4rem 1rem; border-radius: 20px;
  border: 1px solid rgba(212,175,55,.2);
}
body.page-links .rating .stars { color: var(--gold); font-size: .85rem; letter-spacing: 1px; }
body.page-links .rating .count { color: rgba(255,255,255,.6); font-size: .75rem; }

/* LINKS */
body.page-links .links { display: flex; flex-direction: column; gap: .75rem; width: 100%; }
body.page-links .link-btn {
  display: flex; align-items: center; gap: .85rem;
  padding: .85rem 1rem; min-height: 48px; width: 100%; max-width: 100%;
  border-radius: 12px; text-decoration: none; color: var(--white);
  transition: all .3s ease; position: relative; overflow: hidden;
  border: 1px solid rgba(255,255,255,.08); box-sizing: border-box;
}
body.page-links .link-btn::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  transition: all .3s;
}
body.page-links .link-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(212,175,55,.3);
  box-shadow: 0 8px 25px rgba(0,0,0,.3);
}
body.page-links .link-btn:hover::before {
  background: linear-gradient(135deg, rgba(212,175,55,.08), rgba(212,175,55,.02));
}
body.page-links .link-btn:active { transform: translateY(0); }
body.page-links .link-icon {
  width: 42px; height: 42px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; flex-shrink: 0;
}
body.page-links .link-text { flex: 1; min-width: 0; }
body.page-links .link-text .title {
  font-size: .95rem; font-weight: 600; margin-bottom: .1rem;
  overflow-wrap: anywhere;
}
body.page-links .link-text .subtitle {
  font-size: .72rem; color: rgba(255,255,255,.45); font-weight: 300;
  overflow-wrap: anywhere; word-break: break-word;
}
body.page-links .link-arrow {
  color: rgba(255,255,255,.2); font-size: 1rem; flex-shrink: 0;
  transition: all .3s;
}
body.page-links .link-btn:hover .link-arrow { color: var(--gold); transform: translateX(3px); }

/* SPECIFIC LINK STYLES */
body.page-links .link-btn.primary { border-color: rgba(212,175,55,.3); background: rgba(212,175,55,.08); }
body.page-links .link-btn.primary .link-icon { background: var(--gold); color: var(--dark); }
body.page-links .link-btn.primary:hover { border-color: var(--gold); box-shadow: 0 8px 30px rgba(212,175,55,.15); }

body.page-links .link-btn .link-icon.portfolio { background: rgba(128,0,32,.3); color: #ff6b8a; }
body.page-links .link-btn .link-icon.reviews { background: rgba(251,188,4,.15); color: #fbbc04; }
body.page-links .link-btn .link-icon.call { background: rgba(76,175,80,.15); color: #4caf50; }
body.page-links .link-btn .link-icon.whatsapp { background: rgba(37,211,102,.15); color: #25d366; }
body.page-links .link-btn .link-icon.instagram { background: linear-gradient(135deg, rgba(131,58,180,.2), rgba(253,29,29,.2)); color: #e1306c; }
body.page-links .link-btn .link-icon.facebook { background: rgba(66,103,178,.15); color: #4267b2; }
body.page-links .link-btn .link-icon.maps { background: rgba(66,133,244,.15); color: #4285f4; }
body.page-links .link-btn .link-icon.email { background: rgba(212,175,55,.15); color: var(--gold); }
body.page-links .link-btn .link-icon.website { background: rgba(255,255,255,.08); color: var(--white); }

/* FEATURED BANNER */
body.page-links .featured {
  margin-top: 1.5rem; padding: 1.2rem; border-radius: 12px;
  background: linear-gradient(135deg, rgba(212,175,55,.1), rgba(128,0,32,.1));
  border: 1px solid rgba(212,175,55,.15); text-align: center;
}
body.page-links .featured p { color: rgba(255,255,255,.6); font-size: .8rem; line-height: 1.6; margin-bottom: 0; overflow-wrap: anywhere; }
body.page-links .featured .highlight { color: var(--gold); font-weight: 600; }

/* SOCIAL ROW */
body.page-links .social-row { display: flex; justify-content: center; gap: 1rem; margin-top: 1.5rem; }
body.page-links .social-icon {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.5); text-decoration: none;
  font-size: 1.1rem; transition: all .3s;
}
body.page-links .social-icon:hover {
  border-color: var(--gold); color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(212,175,55,.15);
}

/* FOOTER */
body.page-links .footer { text-align: center; margin-top: 1.5rem; padding: 0; background: transparent; }
body.page-links .footer p { color: rgba(255,255,255,.25); font-size: .7rem; letter-spacing: 1px; margin-bottom: 0; }
body.page-links .footer a { color: rgba(255,255,255,.35); text-decoration: none; }

/* Visible immediately (no opacity-0 entrance — Instagram/QR first paint) */
body.page-links .link-btn { opacity: 1; }
body.page-links .link-btn.primary { animation: pageLinksPulse 3s ease-in-out 2s infinite; }
@keyframes pageLinksPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(212,175,55,.2); } 50% { box-shadow: 0 0 0 8px rgba(212,175,55,0); } }

/* Hide marketing chrome leftover on this page */
body.page-links nav,
body.page-links .hamburger,
body.page-links .mobile-menu,
body.page-links .sticky-cta,
body.page-links .site-links,
body.page-links .section,
body.page-links #mobileCTA,
body.page-links #scrollTopBtn {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

@media (prefers-reduced-motion: reduce) {
  body.page-links *, body.page-links *::before, body.page-links *::after {
    animation: none !important; transition: none !important; scroll-behavior: auto !important;
  }
}

/* from welcome-packet.html */

  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap');

  :root {
    --gold: #D4AF37;
    --burgundy: #800020;
    --dark: #1a1a1a;
    --cream: #FAF7F2;
    --light-gold: #f5e6b8;
  }

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

  body {
    font-family: 'Inter', sans-serif;
    color: var(--dark);
    background: #fff;
    font-size: 11pt;
    line-height: 1.6;
  }

  .page {
    width: 8.5in;
    min-height: 11in;
    margin: 0 auto;
    padding: 0.75in 1in;
    page-break-after: always;
    position: relative;
  }

  .page:last-child { page-break-after: auto; }

  /* Cover Page */
  .cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--cream);
    padding: 1in;
  }

  .cover .logo-placeholder {
    width: 120px;
    height: 120px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
    font-size: 36pt;
    color: var(--gold);
  }

  .cover h1 {
    font-family: 'Playfair Display', serif;
    font-size: 28pt;
    color: var(--dark);
    font-weight: 400;
    margin-bottom: 8px;
  }

  .cover .subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 14pt;
    color: var(--gold);
    font-style: italic;
    margin-bottom: 40px;
  }

  .cover .divider {
    width: 80px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 40px;
  }

  .cover .tagline {
    font-size: 11pt;
    color: #666;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .cover .prepared-for {
    margin-top: 60px;
    padding: 20px 40px;
    border: 1px solid var(--gold);
    font-size: 10pt;
    color: #888;
  }

  .cover .prepared-for strong {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 14pt;
    color: var(--dark);
    margin-top: 4px;
  }

  /* Section Headers */
  h2 {
    font-family: 'Playfair Display', serif;
    font-size: 18pt;
    color: var(--burgundy);
    font-weight: 600;
    margin-bottom: 6px;
  }

  h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: var(--gold);
    margin-top: 8px;
    margin-bottom: 20px;
  }

  h3 {
    font-family: 'Playfair Display', serif;
    font-size: 13pt;
    color: var(--dark);
    margin: 18px 0 8px;
  }

  p { margin-bottom: 10px; }

  /* About Section */
  .about-highlight {
    background: var(--cream);
    border-left: 3px solid var(--gold);
    padding: 15px 20px;
    margin: 15px 0;
    font-style: italic;
    color: #444;
  }

  /* Timeline */
  .timeline { margin: 10px 0; }

  .timeline-item {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    align-items: flex-start;
  }

  .timeline-dot {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    background: var(--gold);
    border-radius: 50%;
    margin-top: 6px;
  }

  .timeline-label {
    font-weight: 600;
    color: var(--burgundy);
    font-size: 10pt;
    min-width: 130px;
    flex-shrink: 0;
  }

  .timeline-desc {
    font-size: 10pt;
    color: #444;
  }

  /* Checklist */
  .checklist {
    list-style: none;
    padding: 0;
  }

  .checklist li {
    padding: 6px 0 6px 28px;
    position: relative;
    font-size: 10.5pt;
  }

  .checklist li::before {
    content: '☐';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-size: 14pt;
    line-height: 1.2;
  }

  /* Package Table */
  .package-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
  }

  .package-table th {
    background: var(--burgundy);
    color: #fff;
    padding: 10px 14px;
    text-align: left;
    font-weight: 500;
    font-size: 10pt;
  }

  .package-table td {
    padding: 9px 14px;
    border-bottom: 1px solid #e8e0d0;
    font-size: 10pt;
  }

  .package-table tr:nth-child(even) td {
    background: var(--cream);
  }

  .package-table .placeholder {
    color: #aaa;
    font-style: italic;
  }

  /* Policy */
  .policy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 10px 0;
  }

  .policy-card {
    background: var(--cream);
    padding: 14px 16px;
    border-radius: 4px;
  }

  .policy-card h4 {
    font-family: 'Playfair Display', serif;
    color: var(--burgundy);
    font-size: 10.5pt;
    margin-bottom: 6px;
  }

  .policy-card p, .policy-card ul {
    font-size: 9.5pt;
    margin: 0;
  }

  .policy-card ul {
    padding-left: 16px;
  }

  .policy-card li {
    margin-bottom: 3px;
  }

  /* FAQ */
  .faq-item {
    margin-bottom: 14px;
  }

  .faq-q {
    font-weight: 600;
    color: var(--burgundy);
    font-size: 10.5pt;
    margin-bottom: 3px;
  }

  .faq-a {
    font-size: 10pt;
    color: #444;
    padding-left: 16px;
  }

  /* Contact */
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 15px 0;
  }

  .contact-box {
    text-align: center;
    padding: 16px;
    border: 1px solid var(--gold);
    border-radius: 4px;
  }

  .contact-box .label {
    font-size: 8pt;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #999;
    margin-bottom: 4px;
  }

  .contact-box .value {
    font-size: 11pt;
    color: var(--dark);
    font-weight: 500;
  }

  /* Footer */
  .page-footer {
    text-align: center;
    padding-top: 30px;
    margin-top: auto;
  }

  .page-footer .closing {
    font-family: 'Playfair Display', serif;
    font-size: 16pt;
    color: var(--gold);
    font-style: italic;
  }

  .page-footer .brand {
    font-size: 8pt;
    color: #bbb;
    margin-top: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  /* Print */
  @media print {
    body { background: #fff; }
    .page {
      margin: 0;
      padding: 0.6in 0.8in;
      width: 100%;
      min-height: auto;
    }
    .cover { min-height: 100vh; }
  }
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}}
@media (max-width:768px){.site-links a{padding:0.45rem 0!important;margin:0!important;}}


/* from welcome-packet.html */
.site-links a:hover{color:#D4AF37!important;transition:color .25s;}@media (max-width:600px){.site-links > div{grid-template-columns:1fr 1fr!important;gap:1.2rem!important;}}

/* from packages.html */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --gold: #D4AF37;
  --gold-light: #e8c84a;
  --burgundy: #800020;
  --dark: #1a1a1a;
  --darker: #111;
  --cream: #FAF7F2;
  --white: #fff;
  --charcoal: #333;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Lato', 'Helvetica Neue', sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--cream); background: var(--dark); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 500; line-height: 1.2; }

nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 4%; background: rgba(26,26,26,0.95); backdrop-filter: blur(10px);
}
.nav-logo img { height: 55px; filter: brightness(1.3) drop-shadow(0 0 8px rgba(212,175,55,0.3)); }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { color: var(--white); font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 300; transition: color 0.3s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--dark); padding: 0.6rem 1.5rem; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; border: none; cursor: pointer; transition: all 0.3s; }
.nav-cta:hover { background: var(--white); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 28px; height: 2px; background: var(--white); }

.hero {
  padding: 10rem 4% 6rem; text-align: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(26,26,26,1)), url('../images/hero.webp') center/cover;
  min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.hero-badge { font-size: 0.8rem; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); color: var(--white); margin-bottom: 1rem; }
.hero p { font-size: 1.1rem; color: #ccc; max-width: 700px; margin: 0 auto 2rem; font-weight: 300; }
.btn-gold { display: inline-block; padding: 1rem 2.5rem; background: var(--gold); color: var(--dark); font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; transition: all 0.3s; border: 2px solid var(--gold); }
.btn-gold:hover { background: transparent; color: var(--gold); }

.section { padding: 5rem 4%; max-width: 1100px; margin: 0 auto; }
.section-dark { background: var(--darker); padding: 5rem 4%; }
.section-dark .inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; }
.section h2 { font-size: 2rem; color: var(--white); margin-bottom: 1.5rem; }
.section-dark h2 { font-size: 2rem; color: var(--white); margin-bottom: 1.5rem; font-family: var(--font-heading); }
.section p, .section-dark p { color: #bbb; font-size: 1rem; line-height: 1.9; margin-bottom: 1.2rem; }

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.service-card { padding: 2rem; border: 1px solid rgba(212,175,55,0.2); text-align: center; transition: all 0.4s; }
.service-card:hover { border-color: var(--gold); transform: translateY(-5px); }
.service-card .icon { font-size: 2rem; margin-bottom: 0.8rem; }
.service-card h3 { font-size: 1.1rem; color: var(--white); margin-bottom: 0.5rem; font-family: var(--font-heading); }
.service-card p { font-size: 0.85rem; color: #999; }

.cta-section { text-align: center; padding: 5rem 4%; background: linear-gradient(135deg, #1a1a1a, #2a2515); }
.cta-section h2 { font-size: 2rem; color: var(--white); margin-bottom: 1rem; font-family: var(--font-heading); }
.cta-section p { color: #bbb; margin-bottom: 2rem; font-size: 1.1rem; }
.cta-links { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.cta-links a { color: var(--gold); font-size: 1rem; }
.cta-links a:hover { text-decoration: underline; }

footer { text-align: center; padding: 2rem; background: var(--darker); color: #666; font-size: 0.8rem; }
footer a { color: var(--gold); }

/* PACKAGE CARDS */
.package-card {
  border: 1px solid rgba(212,175,55,0.25);
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  background: rgba(255,255,255,0.02);
  transition: border-color 0.3s;
}
.package-card:hover { border-color: var(--gold); }
.package-card .flag { font-size: 1.5rem; margin-bottom: 0.5rem; }
.package-card h3 { font-size: 1.5rem; color: var(--gold); margin-bottom: 0.5rem; }
.package-card .subtitle { font-size: 0.9rem; color: #999; margin-bottom: 1.5rem; letter-spacing: 1px; }
.package-card .events-list { list-style: none; margin-bottom: 1.5rem; }
.package-card .events-list li { padding: 0.6rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); color: #ccc; font-size: 0.95rem; }
.package-card .events-list li strong { color: var(--white); }
.package-card .savings { display: inline-block; background: var(--burgundy); color: var(--white); padding: 0.4rem 1rem; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; }

/* CUSTOM BUNDLE */
.bundle-box {
  text-align: center; padding: 3rem; border: 2px dashed rgba(212,175,55,0.4);
  margin-top: 2rem; background: rgba(212,175,55,0.03);
}
.bundle-box h3 { color: var(--gold); font-size: 1.5rem; margin-bottom: 1rem; }
.bundle-box .discount-tags { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; margin: 1.5rem 0; }
.bundle-box .tag { background: rgba(212,175,55,0.15); border: 1px solid rgba(212,175,55,0.3); padding: 0.8rem 1.5rem; color: var(--gold); font-weight: 700; font-size: 1.1rem; }

/* FAQ */
.faq-item { border-bottom: 1px solid rgba(212,175,55,0.15); padding: 1.5rem 0; }
.faq-item h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 0.5rem; cursor: pointer; }
.faq-item p { color: #bbb; font-size: 0.95rem; }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero h1 { font-size: 2rem; }
  .services-grid { grid-template-columns: 1fr; }
  .section, .section-dark .inner { padding-left: 5%; padding-right: 5%; }
  .bundle-box .discount-tags { flex-direction: column; align-items: center; }
}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}}
@media (max-width:768px){.site-links a{padding:0.45rem 0!important;margin:0!important;}}


/* from packages.html */
.site-links a:hover{color:#D4AF37!important;transition:color .25s;}@media (max-width:600px){.site-links > div{grid-template-columns:1fr 1fr!important;gap:1.2rem!important;}}

/* from portfolio.html */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --gold: #D4AF37;
  --gold-light: #e8c84a;
  --burgundy: #800020;
  --dark: #1a1a1a;
  --darker: #111;
  --cream: #FAF7F2;
  --white: #fff;
  --charcoal: #333;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Lato', 'Helvetica Neue', sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--cream); background: var(--dark); line-height: 1.7; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 500; line-height: 1.2; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 4%; background: rgba(26,26,26,0.95); backdrop-filter: blur(10px);
}
.nav-logo img { height: 55px; filter: brightness(1.3) drop-shadow(0 0 8px rgba(212,175,55,0.3)); }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { color: var(--white); font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 300; transition: color 0.3s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--dark); padding: 0.6rem 1.5rem; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; border: none; cursor: pointer; transition: all 0.3s; }
.nav-cta:hover { background: var(--white); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 28px; height: 2px; background: var(--white); }

/* HERO */
.hero {
  padding: 10rem 4% 5rem; text-align: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(26,26,26,1)), url('../images/hero.webp') center/cover;
  min-height: 55vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.hero-badge { font-size: 0.8rem; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); color: var(--white); margin-bottom: 1rem; }
.hero p { font-size: 1.15rem; color: #ccc; max-width: 650px; margin: 0 auto; font-weight: 300; font-style: italic; }

.btn-gold { display: inline-block; padding: 1rem 2.5rem; background: var(--gold); color: var(--dark); font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; transition: all 0.3s; border: 2px solid var(--gold); }
.btn-gold:hover { background: transparent; color: var(--gold); }

/* SECTIONS */
.section { padding: 5rem 4%; max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; }
.section h2 { font-size: 2rem; color: var(--white); margin-bottom: 1.5rem; font-family: var(--font-heading); }

/* FILTER TABS — CSS only with radio buttons */
.filter-wrap { text-align: center; margin-bottom: 2.5rem; }
.filter-wrap input[type="radio"] { display: none; }
.filter-wrap label {
  display: inline-block; padding: 0.6rem 1.5rem; margin: 0.3rem;
  font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase;
  border: 1px solid rgba(212,175,55,0.3); color: #999; cursor: pointer; transition: all 0.3s;
  font-family: var(--font-body);
}
.filter-wrap label:hover { color: var(--gold); border-color: var(--gold); }
.filter-wrap input[type="radio"]:checked + label { background: var(--gold); color: var(--dark); border-color: var(--gold); font-weight: 700; }

/* GALLERY GRID */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }

.event-card {
  position: relative; overflow: hidden; aspect-ratio: 4/3;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem;
  transition: all 0.4s; cursor: default;
}
.event-card:hover { transform: translateY(-5px); }

/* Gradient backgrounds — alternating luxurious dark gradients */
.event-card.grad-1 { background: linear-gradient(135deg, #1a1a1a 0%, #2a2218 50%, #1a1a1a 100%); }
.event-card.grad-2 { background: linear-gradient(135deg, #111 0%, #1f1a14 50%, #111 100%); }
.event-card.grad-3 { background: linear-gradient(135deg, #1a1a1a 0%, #251a20 50%, #1a1a1a 100%); }
.event-card.grad-4 { background: linear-gradient(135deg, #0f0f0f 0%, #1a1a12 50%, #0f0f0f 100%); }

.event-card::before {
  content: ''; position: absolute; inset: 0;
  border: 1px solid rgba(212,175,55,0.15);
  transition: border-color 0.4s;
}
.event-card:hover::before { border-color: rgba(212,175,55,0.5); }

.event-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0; transition: opacity 0.4s;
}
.event-card:hover::after { opacity: 1; }

.card-tag {
  font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.5rem; position: relative; z-index: 1;
}
.card-title {
  font-family: var(--font-heading); font-size: 1.3rem; color: var(--white);
  margin-bottom: 0.4rem; position: relative; z-index: 1;
}
.card-desc {
  font-size: 0.85rem; color: #888; position: relative; z-index: 1;
}

/* Decorative corner accents */
.event-card .corner-tl, .event-card .corner-br {
  position: absolute; width: 30px; height: 30px; z-index: 1;
}
.corner-tl { top: 12px; left: 12px; border-top: 1px solid rgba(212,175,55,0.3); border-left: 1px solid rgba(212,175,55,0.3); }
.corner-br { bottom: 12px; right: 12px; border-bottom: 1px solid rgba(212,175,55,0.3); border-right: 1px solid rgba(212,175,55,0.3); }

/* CTA */
.cta-section { text-align: center; padding: 5rem 4%; background: linear-gradient(135deg, #1a1a1a, #2a2515); }
.cta-section h2 { font-size: 2rem; color: var(--white); margin-bottom: 1rem; font-family: var(--font-heading); }
.cta-section p { color: #bbb; margin-bottom: 2rem; font-size: 1.1rem; }
.cta-links { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.cta-links a { color: var(--gold); font-size: 1rem; }
.cta-links a:hover { text-decoration: underline; }

/* FOOTER */
footer { text-align: center; padding: 2rem; background: var(--darker); color: #666; font-size: 0.8rem; }
footer a { color: var(--gold); }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero h1 { font-size: 2rem; }
  .gallery-grid { grid-template-columns: 1fr; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}}
@media (max-width:768px){.site-links a{padding:0.45rem 0!important;margin:0!important;}}


/* from portfolio.html */
.site-links a:hover{color:#D4AF37!important;transition:color .25s;}@media (max-width:600px){.site-links > div{grid-template-columns:1fr 1fr!important;gap:1.2rem!important;}}

/* from reviews.html */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --gold: #D4AF37;
  --gold-light: #e8c84a;
  --burgundy: #800020;
  --dark: #1a1a1a;
  --darker: #111;
  --cream: #FAF7F2;
  --white: #fff;
  --charcoal: #333;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Lato', 'Helvetica Neue', sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--cream); background: var(--dark); line-height: 1.7; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 500; line-height: 1.2; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 4%; background: rgba(26,26,26,0.95); backdrop-filter: blur(10px);
}
.nav-logo img { height: 55px; filter: brightness(1.3) drop-shadow(0 0 8px rgba(212,175,55,0.3)); }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { color: var(--white); font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 300; transition: color 0.3s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--dark); padding: 0.6rem 1.5rem; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; border: none; cursor: pointer; transition: all 0.3s; }
.nav-cta:hover { background: var(--white); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 28px; height: 2px; background: var(--white); }

/* HERO */
.hero {
  padding: 10rem 4% 5rem; text-align: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(26,26,26,1)), url('../images/hero.webp') center/cover;
  min-height: 55vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.hero-badge { font-size: 0.8rem; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); color: var(--white); margin-bottom: 1rem; }
.hero p { font-size: 1.1rem; color: #ccc; max-width: 700px; margin: 0 auto 1.5rem; font-weight: 300; }
.hero-rating { font-size: 2.5rem; color: var(--gold); margin-bottom: 0.5rem; }
.hero-rating-text { font-size: 1.3rem; color: var(--white); font-family: var(--font-heading); }

.btn-gold { display: inline-block; padding: 1rem 2.5rem; background: var(--gold); color: var(--dark); font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; transition: all 0.3s; border: 2px solid var(--gold); }
.btn-gold:hover { background: transparent; color: var(--gold); }
.btn-outline { display: inline-block; padding: 1rem 2.5rem; background: transparent; color: var(--gold); font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; transition: all 0.3s; border: 2px solid var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--dark); }

/* STATS */
.stats-section { background: var(--darker); padding: 3.5rem 4%; }
.stats-grid { display: flex; justify-content: center; gap: 4rem; flex-wrap: wrap; max-width: 800px; margin: 0 auto; text-align: center; }
.stat-item h3 { font-size: 2.5rem; color: var(--gold); margin-bottom: 0.3rem; }
.stat-item p { font-size: 0.85rem; color: #999; letter-spacing: 2px; text-transform: uppercase; }

/* SECTIONS */
.section { padding: 5rem 4%; max-width: 1100px; margin: 0 auto; }
.section-dark { background: var(--darker); padding: 5rem 4%; }
.section-dark .inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; }
.section h2, .section-dark h2 { font-size: 2rem; color: var(--white); margin-bottom: 1.5rem; font-family: var(--font-heading); }
.section p, .section-dark p { color: #bbb; font-size: 1rem; line-height: 1.9; margin-bottom: 1.2rem; }

/* REVIEW CARDS */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.review-card {
  padding: 2rem; border: 1px solid rgba(212,175,55,0.25); background: rgba(255,255,255,0.03);
  transition: all 0.4s; position: relative;
}
.review-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.review-stars { color: var(--gold); font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 1rem; }
.review-type { font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); background: rgba(212,175,55,0.1); display: inline-block; padding: 0.3rem 0.8rem; margin-bottom: 1rem; }
.review-text { font-style: italic; color: #ccc; font-size: 0.95rem; line-height: 1.8; margin-bottom: 1.2rem; }
.review-author { color: var(--gold); font-size: 0.85rem; font-weight: 700; }

/* LEAVE REVIEW */
.leave-review { text-align: center; padding: 4rem 4%; background: linear-gradient(135deg, #1a1a1a, #2a2515); }
.leave-review h2 { font-size: 2rem; color: var(--white); margin-bottom: 1rem; font-family: var(--font-heading); }
.leave-review p { color: #bbb; margin-bottom: 2rem; font-size: 1.05rem; max-width: 600px; margin-left: auto; margin-right: auto; }

/* FAQ */
.faq-item { border-bottom: 1px solid rgba(212,175,55,0.15); padding: 1.5rem 0; }
.faq-item h3 { font-size: 1.1rem; color: var(--white); margin-bottom: 0.8rem; }
.faq-item p { color: #bbb; font-size: 0.95rem; margin-bottom: 0; }

/* DISCLAIMER */
.disclaimer { font-size: 0.75rem; color: #666; text-align: center; margin-top: 2rem; font-style: italic; }

/* CTA */
.cta-section { text-align: center; padding: 5rem 4%; background: linear-gradient(135deg, #1a1a1a, #2a2515); }
.cta-section h2 { font-size: 2rem; color: var(--white); margin-bottom: 1rem; font-family: var(--font-heading); }
.cta-section p { color: #bbb; margin-bottom: 2rem; font-size: 1.1rem; }
.cta-links { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.cta-links a { color: var(--gold); font-size: 1rem; }
.cta-links a:hover { text-decoration: underline; }

/* FOOTER */
footer { text-align: center; padding: 2rem; background: var(--darker); color: #666; font-size: 0.8rem; }
footer a { color: var(--gold); }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero h1 { font-size: 2rem; }
  .reviews-grid { grid-template-columns: 1fr; }
  .stats-grid { gap: 2rem; }
  .stat-item h3 { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}}
@media (max-width:768px){.site-links a{padding:0.45rem 0!important;margin:0!important;}}


/* from reviews.html */
.site-links a:hover{color:#D4AF37!important;transition:color .25s;}@media (max-width:600px){.site-links > div{grid-template-columns:1fr 1fr!important;gap:1.2rem!important;}}

/* from corporate-events.html */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --gold: #D4AF37;
  --gold-light: #e8c84a;
  --burgundy: #800020;
  --dark: #1a1a1a;
  --darker: #111;
  --cream: #FAF7F2;
  --white: #fff;
  --charcoal: #333;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Lato', 'Helvetica Neue', sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--cream); background: var(--dark); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 500; line-height: 1.2; }

nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 4%; background: rgba(26,26,26,0.95); backdrop-filter: blur(10px);
}
.nav-logo img { height: 55px; filter: brightness(1.3) drop-shadow(0 0 8px rgba(212,175,55,0.3)); }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { color: var(--white); font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 300; transition: color 0.3s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--dark); padding: 0.6rem 1.5rem; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; border: none; cursor: pointer; transition: all 0.3s; }
.nav-cta:hover { background: var(--white); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 28px; height: 2px; background: var(--white); }

.hero {
  padding: 10rem 4% 6rem; text-align: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(26,26,26,1)), linear-gradient(135deg, #1a1a1a 0%, #2a2515 50%, #1a1a1a 100%);
  min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.hero-badge { font-size: 0.8rem; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); color: var(--white); margin-bottom: 1rem; }
.hero p { font-size: 1.1rem; color: #ccc; max-width: 700px; margin: 0 auto 2rem; font-weight: 300; }
.btn-gold { display: inline-block; padding: 1rem 2.5rem; background: var(--gold); color: var(--dark); font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; transition: all 0.3s; border: 2px solid var(--gold); }
.btn-gold:hover { background: transparent; color: var(--gold); }
.btn-outline { display: inline-block; padding: 1rem 2.5rem; background: transparent; color: var(--gold); font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; transition: all 0.3s; border: 2px solid var(--gold); margin-left: 1rem; }
.btn-outline:hover { background: var(--gold); color: var(--dark); }

.section { padding: 5rem 4%; max-width: 1100px; margin: 0 auto; }
.section-dark { background: var(--darker); padding: 5rem 4%; }
.section-dark .inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; }
.section h2 { font-size: 2rem; color: var(--white); margin-bottom: 1.5rem; }
.section-dark h2 { font-size: 2rem; color: var(--white); margin-bottom: 1.5rem; font-family: var(--font-heading); }
.section p, .section-dark p { color: #bbb; font-size: 1rem; line-height: 1.9; margin-bottom: 1.2rem; }

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.service-card { padding: 2rem; border: 1px solid rgba(212,175,55,0.2); transition: all 0.4s; }
.service-card:hover { border-color: var(--gold); transform: translateY(-5px); }
.service-card .icon { font-size: 2rem; margin-bottom: 0.8rem; }
.service-card h3 { font-size: 1.1rem; color: var(--white); margin-bottom: 0.5rem; font-family: var(--font-heading); }
.service-card h3 a { color: var(--white); transition: color 0.3s; }
.service-card h3 a:hover { color: var(--gold); }
.service-card p { font-size: 0.85rem; color: #999; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 2rem; text-align: center; }
.process-step { padding: 1.5rem; }
.process-step .step-num { font-size: 2.5rem; color: var(--gold); font-family: var(--font-heading); font-weight: 700; margin-bottom: 0.5rem; }
.process-step h3 { font-size: 1rem; color: var(--white); margin-bottom: 0.5rem; font-family: var(--font-heading); }
.process-step p { font-size: 0.85rem; color: #999; }

.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; }
.why-card { padding: 1.5rem; border-left: 3px solid var(--gold); background: rgba(255,255,255,0.03); }
.why-card h3 { font-size: 1rem; color: var(--white); margin-bottom: 0.5rem; font-family: var(--font-heading); }
.why-card p { font-size: 0.9rem; color: #999; }

.industries-list { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
.industries-list span { padding: 0.5rem 1.2rem; border: 1px solid rgba(212,175,55,0.3); color: var(--gold); font-size: 0.85rem; letter-spacing: 1px; }

.cities-list { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
.cities-list a { padding: 0.5rem 1.2rem; border: 1px solid rgba(212,175,55,0.3); color: #bbb; font-size: 0.85rem; transition: all 0.3s; }
.cities-list a:hover { border-color: var(--gold); color: var(--gold); }

.faq { margin-top: 2rem; }
.faq-item { border-bottom: 1px solid rgba(212,175,55,0.15); padding: 1.5rem 0; }
.faq-item h3 { font-size: 1.05rem; color: var(--white); margin-bottom: 0.8rem; font-family: var(--font-heading); }
.faq-item p { font-size: 0.95rem; color: #999; margin-bottom: 0; }

.cta-section { text-align: center; padding: 5rem 4%; background: linear-gradient(135deg, #1a1a1a, #2a2515); }
.cta-section h2 { font-size: 2rem; color: var(--white); margin-bottom: 1rem; font-family: var(--font-heading); }
.cta-section p { color: #bbb; margin-bottom: 2rem; font-size: 1.1rem; }
.cta-links { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.cta-links a { color: var(--gold); font-size: 1rem; }
.cta-links a:hover { text-decoration: underline; }

.venues-list { columns: 2; gap: 2rem; margin-top: 1.5rem; }
.venues-list li { color: #bbb; font-size: 0.95rem; margin-bottom: 0.5rem; list-style: none; padding-left: 1.2rem; position: relative; }
.venues-list li::before { content: "✦"; color: var(--gold); position: absolute; left: 0; font-size: 0.7rem; top: 0.15rem; }

footer { text-align: center; padding: 2rem; background: var(--darker); color: #666; font-size: 0.8rem; }
footer a { color: var(--gold); }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero h1 { font-size: 2rem; }
  .services-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .venues-list { columns: 1; }
  .btn-outline { margin-left: 0; margin-top: 1rem; }
  .section, .section-dark .inner { padding-left: 5%; padding-right: 5%; }
}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}}
@media (max-width:768px){.site-links a{padding:0.45rem 0!important;margin:0!important;}}


/* from corporate-events.html */
.site-links a:hover{color:#D4AF37!important;transition:color .25s;}@media (max-width:600px){.site-links > div{grid-template-columns:1fr 1fr!important;gap:1.2rem!important;}}

/* from referrals.html */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --gold: #D4AF37;
  --gold-light: #e8c84a;
  --burgundy: #800020;
  --dark: #1a1a1a;
  --darker: #111;
  --cream: #FAF7F2;
  --white: #fff;
  --charcoal: #333;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Lato', 'Helvetica Neue', sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--cream); background: var(--dark); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 500; line-height: 1.2; }

nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 4%; background: rgba(26,26,26,0.95); backdrop-filter: blur(10px);
}
.nav-logo img { height: 55px; filter: brightness(1.3) drop-shadow(0 0 8px rgba(212,175,55,0.3)); }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { color: var(--white); font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 300; transition: color 0.3s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--dark); padding: 0.6rem 1.5rem; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; border: none; cursor: pointer; transition: all 0.3s; }
.nav-cta:hover { background: var(--white); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 28px; height: 2px; background: var(--white); }

.hero {
  padding: 10rem 4% 6rem; text-align: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(26,26,26,1)), url('../images/hero.webp') center/cover;
  min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.hero-badge { font-size: 0.8rem; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); color: var(--white); margin-bottom: 1rem; }
.hero p { font-size: 1.1rem; color: #ccc; max-width: 700px; margin: 0 auto 2rem; font-weight: 300; }
.btn-gold { display: inline-block; padding: 1rem 2.5rem; background: var(--gold); color: var(--dark); font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; transition: all 0.3s; border: 2px solid var(--gold); }
.btn-gold:hover { background: transparent; color: var(--gold); }

.section { padding: 5rem 4%; max-width: 1100px; margin: 0 auto; }
.section-dark { background: var(--darker); padding: 5rem 4%; }
.section-dark .inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; }
.section h2 { font-size: 2rem; color: var(--white); margin-bottom: 1.5rem; }
.section-dark h2 { font-size: 2rem; color: var(--white); margin-bottom: 1.5rem; font-family: var(--font-heading); }
.section p, .section-dark p { color: #bbb; font-size: 1rem; line-height: 1.9; margin-bottom: 1.2rem; }

.cta-section { text-align: center; padding: 5rem 4%; background: linear-gradient(135deg, #1a1a1a, #2a2515); }
.cta-section h2 { font-size: 2rem; color: var(--white); margin-bottom: 1rem; font-family: var(--font-heading); }
.cta-section p { color: #bbb; margin-bottom: 2rem; font-size: 1.1rem; }
.cta-links { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.cta-links a { color: var(--gold); font-size: 1rem; }
.cta-links a:hover { text-decoration: underline; }

footer { text-align: center; padding: 2rem; background: var(--darker); color: #666; font-size: 0.8rem; }
footer a { color: var(--gold); }

/* STEPS */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 2rem; }
.step { text-align: center; padding: 2.5rem 1.5rem; border: 1px solid rgba(212,175,55,0.2); position: relative; }
.step:hover { border-color: var(--gold); }
.step-number { font-family: var(--font-heading); font-size: 3rem; color: var(--gold); opacity: 0.3; margin-bottom: 0.5rem; }
.step h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 0.5rem; }
.step p { color: #999; font-size: 0.9rem; }

/* RULES */
.rules-list { list-style: none; margin-top: 1.5rem; }
.rules-list li { padding: 0.8rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); color: #ccc; font-size: 0.95rem; padding-left: 1.5rem; position: relative; }
.rules-list li::before { content: "✓"; color: var(--gold); font-weight: 700; position: absolute; left: 0; }

/* SHARE BUTTONS */
.share-buttons { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin-top: 2rem; }
.share-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.8rem 1.5rem; font-size: 0.85rem; letter-spacing: 1px; font-weight: 700; border: 2px solid rgba(212,175,55,0.4); color: var(--cream); transition: all 0.3s; cursor: pointer; text-transform: uppercase; }
.share-btn:hover { border-color: var(--gold); background: rgba(212,175,55,0.1); }
.share-btn.whatsapp { border-color: #25D366; color: #25D366; }
.share-btn.whatsapp:hover { background: rgba(37,211,102,0.1); }

/* TESTIMONIAL */
.testimonial { border-left: 3px solid var(--gold); padding: 1.5rem 2rem; margin: 2rem 0; background: rgba(255,255,255,0.03); }
.testimonial p { color: #ccc; font-style: italic; font-size: 1rem; margin-bottom: 0.5rem; }
.testimonial .author { color: var(--gold); font-size: 0.85rem; font-weight: 700; }

/* REWARD HIGHLIGHT */
.reward-highlight {
  text-align: center; padding: 3rem; margin: 2rem 0;
  background: linear-gradient(135deg, rgba(212,175,55,0.08), rgba(128,0,32,0.08));
  border: 1px solid rgba(212,175,55,0.2);
}
.reward-amount { font-family: var(--font-heading); font-size: 4rem; color: var(--gold); margin-bottom: 0.5rem; }
.reward-text { color: #ccc; font-size: 1.1rem; }

/* FAQ */
.faq-item { border-bottom: 1px solid rgba(212,175,55,0.15); padding: 1.5rem 0; }
.faq-item h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 0.5rem; }
.faq-item p { color: #bbb; font-size: 0.95rem; }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero h1 { font-size: 2rem; }
  .steps { grid-template-columns: 1fr; }
  .share-buttons { flex-direction: column; align-items: center; }
  .section, .section-dark .inner { padding-left: 5%; padding-right: 5%; }
}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}}
@media (max-width:768px){.site-links a{padding:0.45rem 0!important;margin:0!important;}}


/* from referrals.html */
.site-links a:hover{color:#D4AF37!important;transition:color .25s;}@media (max-width:600px){.site-links > div{grid-template-columns:1fr 1fr!important;gap:1.2rem!important;}}

/* v2 overlay hamburger must win over duplicated inner-page nav CSS */
@media (max-width: 768px) {
  .nav-links.show { display: none !important; }
  .hamburger { display: flex !important; }
  .mobile-menu { background: #111111 !important; z-index: 2000; }
  .mobile-menu.active { display: flex; opacity: 1; background: #111111 !important; }
}
.hero {
  background-image: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(26,26,26,1)), url('../images/hero.webp');
  background-size: cover;
  background-position: center;
}


/* ═══ page-links: win over later unscoped packages/portfolio/nav/sticky rules ═══ */
body.page-links {
  font-family: 'Lato', 'Helvetica Neue', sans-serif;
  background: #1a1a1a;
  color: #FAF7F2;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  overflow-x: hidden;
  line-height: 1.5;
}
body.page-links nav,
body.page-links .nav-links,
body.page-links .hamburger,
body.page-links .mobile-menu,
body.page-links .sticky-cta,
body.page-links .site-links,
body.page-links .section,
body.page-links #mobileCTA,
body.page-links #scrollTopBtn,
body.page-links .floating-btns {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
body.page-links { font-size: 16px; }
body.page-links .container {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  min-width: 0;
}
body.page-links .links {
  display: flex !important;
  flex-direction: column;
  gap: .75rem;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
body.page-links .link-btn {
  display: flex !important;
  min-height: 48px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  opacity: 1 !important;
  visibility: visible !important;
  animation: none;
}
body.page-links .link-btn.primary { animation: pageLinksPulse 3s ease-in-out 2s infinite; }

body.page-links .link-text,
body.page-links .link-text .subtitle,
body.page-links .link-text .title,
body.page-links .header h1 {
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}
@media (max-width: 768px) {
  body.page-links {
    padding: 16px;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }
  body.page-links .hamburger { display: none !important; }
  body.page-links .sticky-cta { display: none !important; }
  body.page-links .nav-links,
  body.page-links .nav-links.show { display: none !important; }
  body.page-links .mobile-menu,
  body.page-links .mobile-menu.active { display: none !important; }
}
@media (max-width: 375px) {
  body.page-links { padding: 16px; overflow-x: hidden; }
  body.page-links .container { max-width: 100%; }
  body.page-links .link-btn { min-height: 48px; padding: 0.8rem 0.85rem; }
  body.page-links .header h1 { font-size: 1.2rem; }
}
