/* ==========================================================================
   Sarah's Place 42 — shared stylesheet
   Rebuilt against the live Wix site (https://www.sarahsplace42.com) with
   measurements taken at a 1440px viewport. Wix lays every section out on a
   980px centred column; .wrap reproduces it. Section heights, offsets and
   type sizes below are the original's, so keep them in px.
   ========================================================================== */

:root {
  --brown: #441200;          /* headings, top bar, dark bands */
  --gold: #e1bb61;           /* accents, buttons, gold bands */
  --text: #595959;           /* body copy */
  --light: #f7f7f7;          /* header + footer */
  --offwhite: #fafafa;       /* alternating section background */
  --star: #ffd200;

  --font-body: 'Nunito Sans', 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-script: 'Pinyon Script', cursive;

  --col: 980px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.4;
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin: 0; font-weight: 400; }

.wrap { position: relative; width: var(--col); max-width: calc(100% - 40px); margin: 0 auto; }
.gold { color: var(--gold); }

/* headings */
.h-lg { font-family: var(--font-display); font-size: 45px; line-height: 1.4; color: var(--brown); }
.h-md { font-family: var(--font-display); font-size: 37px; line-height: 1.4; color: var(--brown); }
.center { text-align: center; }
.body-lg { font-size: 18px; line-height: 1.4; }
.body-md { font-size: 16px; line-height: 1.4; }

/* ---- buttons (Wix StylableButton) ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 42px; min-width: 151px; padding: 0 28px;
  border-radius: 999px; border: 0;
  background: var(--gold); color: #fff;
  font-family: var(--font-body); font-size: 13px; font-weight: 700; letter-spacing: .05em;
  text-transform: uppercase; cursor: pointer;
  transition: background-color .3s ease, color .3s ease;
}
.btn:hover { background: var(--brown); }
.btn-white { background: #fff; color: var(--brown); }
.btn-white:hover { background: var(--gold); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-ghost:hover { background: #fff; color: var(--brown); }
.btn-lg { height: 49px; min-width: 178px; }

/* ==========================================================================
   HEADER — 37px top bar + 106px menu bar, full width, not sticky
   ========================================================================== */
.site-header { position: relative; z-index: 40; }
.topbar { height: 37px; background: var(--brown); color: #fff; }
.topbar-inner {
  height: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 0 39px 0 35px;
}
.topbar-contact { display: flex; align-items: center; }
.topbar-contact a { display: inline-flex; align-items: center; gap: 9px; font-size: 16px; line-height: 22px; }
.topbar-contact a:hover { color: var(--gold); }
.topbar-contact svg { width: 17px; height: 17px; flex: 0 0 auto; }
.topbar-contact .ph svg { fill: var(--gold); }
.topbar-contact .em { letter-spacing: -.05em; }
.topbar-sep { width: 1px; height: 17px; background: rgba(255,255,255,.55); margin: 0 15px 0 14px; }
.social-bar { list-style: none; display: flex; gap: 10px; margin: 0; padding: 0; }
.social-bar img { width: 17px; height: 17px; }

.navbar { height: 106px; background: var(--light); }
.navbar-inner { height: 100%; display: flex; align-items: center; padding: 0 39px; }
.brand { display: block; margin-top: 1px; }
.brand img { width: 147px; height: 83px; object-fit: contain; }

.main-nav { margin-left: auto; }
.main-nav > ul { list-style: none; display: flex; gap: 10px; margin: 0; padding: 0; }
.main-nav li { position: relative; }
.main-nav a, .footer-nav a {
  display: block; height: 41px; line-height: 39px; padding: 0 25px;
  font-size: 13px; font-weight: 700; color: var(--brown); text-transform: uppercase; white-space: nowrap;
  border-top: 1px solid transparent; border-bottom: 1px solid transparent;
  transition: color .3s ease, border-color .3s ease;
}
.main-nav a:hover, .footer-nav a:hover { color: var(--gold); }
.main-nav .current > a, .footer-nav .current > a { color: var(--gold); border-color: var(--gold); }
.nav-cta { margin-left: 14px; height: 41px; min-width: 137px; padding: 0 22px; }

/* EVENT VENUE sits under OUR SERVICES as a hover dropdown */
.submenu {
  list-style: none; margin: 0; padding: 0; position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%); min-width: 100%; background: var(--light);
  box-shadow: 0 4px 10px rgba(0,0,0,.08); opacity: 0; visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease; z-index: 50;
}
.has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu { opacity: 1; visibility: visible; }
.submenu a { border: 0; text-align: center; }

.nav-toggle { display: none; }

/* ==========================================================================
   SHAPE DIVIDERS — the exact Wix section-divider SVGs
   ========================================================================== */
.dv { position: absolute; left: 0; width: 100%; z-index: 3; pointer-events: none;
  background-repeat: no-repeat; background-size: 100% 100%; }
.dv-top { top: -1px; transform: scaleY(-1); }
.dv-bottom { bottom: -1px; }
.dv.flip-x { transform: scaleX(-1); }
/* arch cut out of a solid band: image bulges down in the middle */
.dv-hero { height: 104px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 91 1920 209' preserveAspectRatio='none'%3E%3Cg transform='matrix(1 0 0 -1 0 391)'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z M0,90 h1920 v210 h-1920 Z'/%3E%3C/g%3E%3C/svg%3E"); }
.dv-hero.off { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 91 1920 209' preserveAspectRatio='none'%3E%3Cg transform='matrix(1 0 0 -1 0 391)'%3E%3Cpath fill='%23fafafa' fill-rule='evenodd' d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z M0,90 h1920 v210 h-1920 Z'/%3E%3C/g%3E%3C/svg%3E"); }
.dv-testi-top { height: 71px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 91 1920 209' preserveAspectRatio='none'%3E%3Cg transform='matrix(1 0 0 -1 0 391)'%3E%3Cpath fill='%23fafafa' fill-rule='evenodd' d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z M0,90 h1920 v210 h-1920 Z'/%3E%3C/g%3E%3C/svg%3E"); }
/* plain arch */
.dv-arch { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 91 1920 209' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z'/%3E%3C/svg%3E"); }
/* sweeping curve (gold band top) */
.dv-sweep { height: 86px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 100 1920 200' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M1920 300v-4.067c-455.162 0-690.876-51.203-1082.65-129.288C490.044 97.423 0 100.013 0 100.013V300h1920z'/%3E%3C/svg%3E"); }
/* shallow tilt (gold band bottom) */
.dv-tilt { height: 39px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 102.446 1920 197.554' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 102.446V300h1920S1050.116 102.446 0 102.446z'/%3E%3C/svg%3E"); }

/* ==========================================================================
   FIXED ("reveal") BACKGROUNDS — the photo stays put while the band scrolls
   over it, as on the original. clip-path confines the fixed image to its
   band; never put a transform on a .bg-fixed element (it would become the
   fixed image's containing block).
   ========================================================================== */
.bg-fixed { position: relative; clip-path: inset(0); }
.bg-fixed > .bg-img {
  position: fixed; top: 0; left: 0; width: 100%; height: 100vh; object-fit: cover; z-index: 0;
  pointer-events: none;
}

/* ==========================================================================
   HOME HERO — background video, white curve, champagne glasses
   ========================================================================== */
.hero-home { position: relative; height: 948px; overflow: hidden; background: #000; color: #fff; }
.hero-home .hero-video {
  position: absolute; left: 0; top: -143px; width: 100%; height: calc(100% + 143px); object-fit: cover;
}
.hero-home .hero-curve { position: absolute; left: 0; bottom: 0; width: 100%; height: 537px; object-fit: cover; z-index: 1; }
.hero-home .hero-glasses { position: absolute; left: 9px; top: 451px; width: 365px; height: 369px; z-index: 2; }
.hero-home .wrap { height: 100%; z-index: 3; }
.hero-title {
  font-family: var(--font-script); font-size: 81px; line-height: 106px; color: #fff; text-align: center;
}
.hero-home .hero-title { position: absolute; top: 229px; left: 50%; width: 848px; margin-left: -424px; }
.hero-home .hero-sub {
  position: absolute; top: 451px; left: 50%; width: 537px; margin-left: -268px;
  font-size: 23px; line-height: 1.4; font-weight: 700; text-align: center;
}
.hero-home .hero-actions { position: absolute; top: 538px; left: 0; right: 0; display: flex; justify-content: center; gap: 20px; }

/* ==========================================================================
   INNER-PAGE HERO — photo on black, script title, arched bottom
   ========================================================================== */
.hero-inner { height: 513px; background: #000; overflow: hidden; }
.hero-inner > .bg-img { opacity: .65; }
.hero-inner .wrap { z-index: 2; height: 100%; }
.hero-inner .hero-title { position: absolute; top: 157px; left: 50%; width: 848px; margin-left: -424px; }

/* ==========================================================================
   IMAGE + TEXT SPLIT ("Where Every Moment", "Premium Event Venue")
   ========================================================================== */
.split { position: relative; display: grid; grid-template-columns: 396px 520px; column-gap: 63px; }
.split-img img {
  width: 396px; height: 413px; object-fit: cover; border-radius: 13px;
  box-shadow: 0 1px 9px rgba(0,0,0,.13);
}
.split-text { padding-top: 40px; }
.split-text .body-lg { margin-top: 15px; }
.split-text .btn { margin-top: 21px; }

.sec-where { position: relative; z-index: 4; height: 372px; }
.sec-where .split { top: -91px; }
.sec-split { height: 593px; }
.sec-split .split { top: 81px; }
.sec-split.alt { background: var(--offwhite); }
.sec-split .split-text { padding-top: 41px; }

/* event-venue intro */
.sec-elegant { height: 500px; padding-top: 81px; }
.sec-elegant .h-md { width: 402px; max-width: 100%; margin: 0 auto; }
.sec-elegant .body-md { margin-top: 15px; }
.sec-elegant .body-md + .body-md { margin-top: 23px; }

/* ==========================================================================
   SERVICES CARDS (3-up photo cards with text over a brown fade)
   ========================================================================== */
.svc-cards { display: grid; grid-template-columns: repeat(3, 393px); gap: 37px; justify-content: center; }
.svc-card { position: relative; height: 523px; border-radius: 37px; overflow: hidden; color: #fff; }
.svc-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.svc-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(68,18,0,.92) 0%, rgba(68,18,0,.78) 32%, rgba(68,18,0,.2) 62%, rgba(68,18,0,0) 78%);
}
.svc-card .svc-body {
  position: absolute; left: 30px; right: 30px; bottom: 29px; z-index: 1; text-align: center;
}
.svc-card h3 { font-family: var(--font-display); font-size: 25px; line-height: 31px; color: var(--gold); }
.svc-card p { margin-top: 13px; font-size: 17px; line-height: 21px; }

/* home: gold band */
.band-gold { height: 874px; background: var(--gold); }
.band-gold > .bg-img { opacity: .15; }
.band-gold .wrap, .band-gold .svc-wide { position: relative; z-index: 2; }
.band-gold .h-lg { padding-top: 115px; color: #fff; }
.svc-wide { margin-top: 56px; }

/* our-services page */
.sec-services { position: relative; height: 897px; background: var(--offwhite); }
.sec-services .h-lg { padding-top: 81px; }
.sec-services .body-lg { margin-top: 14px; }
.sec-services .svc-wide { margin-top: 33px; }

/* ==========================================================================
   FEATURE CARDS (brown + gold rounded boxes)
   ========================================================================== */
.sec-features { height: 1103px; padding-top: 71px; }
.feature {
  position: relative; display: grid; align-items: center; height: 453px; border-radius: 24px;
  padding: 40px 34px 40px 44px; column-gap: 42px;
}
.feature + .feature { margin-top: 43px; }
.feature img { width: 412px; height: 373px; object-fit: cover; border-radius: 19px; box-shadow: 0 1px 9px rgba(0,0,0,.13); }
.feature h3 { font-family: var(--font-display); font-size: 31px; line-height: 1.4; text-align: center; }
.feature p { margin-top: 10px; font-size: 18px; line-height: 1.3; color: #fff; text-align: center; }
.feature.brown { background: var(--brown); grid-template-columns: 448px 412px; }
.feature.brown h3 { color: var(--gold); }
.feature.brown .f-text { padding: 0 0 0 0; }
.feature.gold { background: var(--gold); grid-template-columns: 412px 454px; column-gap: 36px; padding: 40px 34px 40px 44px; }
.feature.gold h3 { color: #fff; }

/* ==========================================================================
   OUR VENUES (photo + caption cards)
   ========================================================================== */
.sec-venues { height: 789px; background: var(--offwhite); padding-top: 77px; }
.venue-cards { display: grid; grid-template-columns: repeat(3, 393px); gap: 37px; justify-content: center; margin-top: 54px; }
.venue-card { border-radius: 37px; overflow: hidden; background: #e8e6e6; box-shadow: 0 6px 16px rgba(0,0,0,.12); }
.venue-card img { width: 100%; height: 392px; object-fit: cover; }
.venue-card .cap {
  height: 94px; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 21px; color: var(--brown);
}

/* ==========================================================================
   BROWN OVERLAY BAND WITH PHOTO ("Plan Your Next Event", "Ideal Venue")
   ========================================================================== */
.band-photo { height: 608px; background: var(--offwhite); }
.band-photo > .bg-img { object-position: 50% 100%; }
.band-photo .panel {
  position: absolute; left: 0; top: 0; bottom: 0; width: 45.9%; background: rgba(68,18,0,.83); z-index: 1;
}
/* the photo column's rounded inner corners (Wix draws them as two 60px fillets) */
.band-photo .corner { position: absolute; left: 45.9%; width: 60px; height: 60px; z-index: 1; fill: rgba(68,18,0,.83); }
.band-photo .corner.top { top: 0; }
.band-photo .corner.bottom { bottom: 0; transform: scaleY(-1); }
.band-photo .panel-text { position: absolute; left: 80px; width: 500px; z-index: 2; color: #fff; }
.band-photo .h-md { color: #fff; }
.band-photo .body-lg { margin-top: 14px; }
.band-photo .btn { margin-top: 21px; }
.plan .panel-text { top: 176px; }
.ideal .panel-text { top: 121px; }
.ideal .h-md { width: 467px; }
.ideal .body-md { margin-top: 15px; }
.ideal .body-md + .body-md { margin-top: 22px; }
.ideal .body-md a { text-decoration: underline; }

/* ==========================================================================
   EVENTS WE OFFER (icon pills)
   ========================================================================== */
.sec-events { height: 1701px; background: var(--offwhite); padding-top: 77px; }
.sec-events.white { background: #fff; }
.sec-events .h-md { width: 252px; margin: 0 auto; }
.pills { display: grid; grid-template-columns: 480px 480px; gap: 26px 19px; justify-content: center; margin-top: 59px; }
.pill {
  display: flex; align-items: center; height: 172px; padding-left: 19px; border-radius: 999px;
  background: #fff; box-shadow: 0 1px 18px rgba(68,18,0,.07);
}
.pill-icon {
  flex: 0 0 auto; width: 137px; height: 137px; border-radius: 50%; background: var(--gold);
  display: flex; align-items: center; justify-content: center;
}
.pill-icon img { width: 69px; height: 69px; }
.pill-label { margin-left: 27px; width: 258px; font-family: var(--font-display); font-size: 21px; line-height: 1.4; color: var(--brown); }

/* ==========================================================================
   TESTIMONIALS (vertical slideshow over a fixed photo)
   ========================================================================== */
.testi { height: 481px; background: #000; color: #fff; }
.testi > .bg-img { opacity: .65; }
.testi .dv-arch.dv-bottom { height: 25px; }
.testi-swiper { position: absolute; inset: 0; z-index: 2; }
.testi-swiper .swiper-slide { height: 481px; }
.testi-inner { width: var(--col); max-width: calc(100% - 40px); margin: 0 auto; padding-top: 53px; text-align: center; }
.testi-stars { width: 109px; height: 19px; margin: 0 auto; }
.testi-quote { margin: 20px auto 0; max-width: 952px; font-size: 16px; line-height: 1.4; }
.testi-name { margin-top: 22px; font-size: 20px; line-height: 28px; font-weight: 700; }
.testi-name span { font-family: var(--font-display); }
.testi-portrait { width: 66px; height: 66px; border-radius: 50%; object-fit: cover; margin: 24px auto 0; }
.testi-nav {
  position: absolute; top: 210px; z-index: 4; width: 18px; height: 38px; padding: 0; border: 0;
  background: none; cursor: pointer;
}
.testi-nav svg { width: 18px; height: 38px; stroke: #fff; stroke-width: 1.5; fill: none; }
.testi-prev { left: calc(50% - 571px); }
.testi-next { right: calc(50% - 571px); }
.testi .testi-dots {
  position: absolute; top: 397px; left: 0; right: 0; bottom: auto; width: auto; transform: none; z-index: 4;
  display: flex; justify-content: center; align-items: center; gap: 16px;
}
.testi-dots .swiper-pagination-bullet {
  display: block; width: 7px; height: 7px; margin: 0 !important; background: #fff; opacity: 1; border-radius: 50%;
}
.testi-dots .swiper-pagination-bullet-active { width: 11px; height: 11px; background: transparent; border: 2px solid #fff; }

/* ==========================================================================
   SLIDERS (Highlights + Gallery) — continuous Pro Gallery sliders
   ========================================================================== */
.slider { position: relative; width: 1264px; max-width: calc(100% - 40px); margin: 0 auto; overflow: hidden; }
.slider-track { display: flex; gap: 37px; width: max-content; will-change: transform; }
.slider-track img { width: 618px; height: 464px; object-fit: cover; border-radius: 24px; flex: 0 0 auto; }
.slider-arrow {
  position: absolute; top: 50%; margin-top: -19px; z-index: 2; width: 23px; height: 39px; padding: 0; border: 0;
  background: none; cursor: pointer; opacity: 0; transition: opacity .3s ease;
}
.slider:hover .slider-arrow, .slider-arrow:focus-visible { opacity: 1; }
.slider-arrow svg { width: 23px; height: 39px; fill: none; stroke: #fff; stroke-width: 2.5; filter: drop-shadow(0 0 3px rgba(0,0,0,.4)); }
.slider-arrow.prev { left: 22px; }
.slider-arrow.next { right: 22px; }

.sec-highlights { height: 2046px; padding-top: 47px; }
.hl-label {
  display: flex; align-items: center; justify-content: center; width: 343px; height: 57px; margin: 0 auto;
  border-radius: 7px; background: var(--gold); color: #fff;
  font-size: 25px; line-height: 35px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
}
.sec-highlights .h-lg + .hl-label { margin-top: 28px; }
.hl-label + .slider { margin-top: 41px; }
.slider + .hl-label { margin-top: 50px; }

.sec-gallery { height: 755px; padding-top: 47px; }
.sec-gallery .body-lg { margin-top: 12px; }
.sec-gallery .slider { margin-top: 33px; }

/* ==========================================================================
   CONTACT BAND (gold info bar + white form card)
   ========================================================================== */
.contact-band { height: 750px; background: var(--brown); color: #fff; }
.contact-band > .bg-img { opacity: .2; }
.contact-band .dv-arch { height: 21px; }
.contact-band .wrap { z-index: 2; padding-top: 74px; }
.contact-band .h-md { color: #fff; }
.contact-band .intro { margin-top: 14px; color: #fff; }
.info-bar {
  display: flex; align-items: flex-start; height: 82px; padding-top: 23px; margin-top: 48px;
  border-radius: 24px 24px 0 0; background: rgba(225,187,97,.92);
}
.info-bar .info { display: flex; align-items: center; gap: 9px; font-size: 16px; line-height: 22px; }
.info-bar svg { width: 16px; height: 16px; fill: #fff; flex: 0 0 auto; }
.info-bar .i-phone { margin-left: 41px; letter-spacing: .1em; }
.info-bar .i-addr { margin-left: 140px; }
.info-bar .i-mail { margin-left: auto; margin-right: 38px; letter-spacing: -.05em; }
.form-card { position: relative; margin-top: -17px; background: #fff; border-radius: 24px; padding: 38px 38px 35px; }
.contact-form { display: grid; grid-template-columns: 431px 431px; column-gap: 31px; row-gap: 26px; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form label.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.contact-form input, .contact-form textarea {
  display: block; width: 100%; height: 38px; padding: 0 12px;
  font-family: var(--font-body); font-size: 14px; color: var(--text);
  border: 1px solid rgba(68,18,0,.18); border-radius: 8px; background: transparent;
  transition: border-color .2s ease;
}
.contact-form textarea { height: 74px; padding: 9px 12px; resize: vertical; }
.contact-form .full:has(textarea) { margin-top: 8px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a7a7a7; }
.contact-form input:hover, .contact-form textarea:hover,
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold); }
.contact-form .submit-row { grid-column: 1 / -1; display: flex; justify-content: center; margin-top: 6px; }
.contact-form .submit-row .btn { width: 291px; height: 41px; font-size: 16px; letter-spacing: 0; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.contact-band.page { height: 806px; }
.contact-band.page .wrap { padding-top: 73px; }
.contact-band.page .info-bar { margin-top: 29px; }

/* ---- map ---- */
.map-section { height: 500px; padding-top: 62px; background: #fff; }
.map-section iframe { display: block; width: 100%; height: 375px; border: 0; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--light); text-align: center; }
.footer-main { height: 630px; padding-top: 73px; }
.footer-logo { width: 300px; height: 168px; margin: 0 auto; object-fit: contain; }
.footer-tagline { margin-top: 30px; font-family: var(--font-display); font-size: 20px; line-height: 28px; color: var(--brown); }
.footer-desc { width: 957px; max-width: 100%; margin: 13px auto 0; font-size: 16px; line-height: 1.4; }
.footer-cta-line { margin-top: 22px; font-weight: 700; color: var(--brown); }
.footer-nav > ul { list-style: none; display: flex; justify-content: center; gap: 10px; margin: 32px 0 0; padding: 0; }
.footer-nav li { position: relative; }
.footer-nav a { padding: 0 62px; }
.footer-nav .submenu { top: auto; bottom: 100%; }
.footer-social { list-style: none; display: flex; justify-content: center; gap: 10px; margin: 27px 0 0; padding: 0; }
.footer-social img { width: 37px; height: 37px; transition: transform .25s ease; }
.footer-social a:hover img { transform: translateY(-2px); }
.footer-bottom { height: 61px; background: var(--brown); color: #fff; }
.footer-bottom > .bg-img { opacity: .09; object-position: 50% 100%; }
.footer-bottom p { position: relative; z-index: 1; line-height: 61px; font-size: 16px; }

/* ==========================================================================
   ENTRANCE MOTION — Wix fadeIn / floatIn / slideIn / glideIn equivalents.
   Content is only held back while html.js-reveal is set (see the inline head
   script); site.js releases each element as it scrolls into view.
   ========================================================================== */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes floatIn { from { opacity: 0; transform: translateY(60px); } to { opacity: 1; transform: none; } }
@keyframes slideIn { from { opacity: 0; transform: translateX(-60px); } to { opacity: 1; transform: none; } }
@keyframes glideIn { from { opacity: 0; transform: translateX(-160px); } to { opacity: 1; transform: none; } }
.a-fade { animation: fadeIn 1.2s cubic-bezier(.445,.05,.55,.95) both; }
.a-float { animation: floatIn 1.2s cubic-bezier(.25,.46,.45,.94) both; }
.a-slide { animation: slideIn 1.2s cubic-bezier(.25,.46,.45,.94) both; }
.a-glide { animation: glideIn 1.2s cubic-bezier(.25,.46,.45,.94) both; }
.js-reveal .a-fade, .js-reveal .a-float, .js-reveal .a-slide, .js-reveal .a-glide { animation-play-state: paused; }
.js-reveal .is-visible { animation-play-state: running !important; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   RESPONSIVE — below 1000px the fixed 980px grid gives way to a fluid,
   stacked layout modelled on the original's mobile site.
   ========================================================================== */
@media (max-width: 1320px) {
  .svc-cards, .venue-cards { grid-template-columns: repeat(3, minmax(0, 393px)); max-width: calc(100% - 40px); margin-left: auto; margin-right: auto; }
  .testi-prev { left: 20px; } .testi-next { right: 20px; }
}

@media (max-width: 1000px) {
  .hero-home .hero-title, .hero-inner .hero-title { width: auto; left: 20px; right: 20px; margin-left: 0; font-size: 68px; line-height: 1.3; }
  .main-nav a { padding: 0 12px; }
  .nav-cta { min-width: 0; }
  .split { grid-template-columns: 1fr 1fr; column-gap: 40px; }
  .split-img img { width: 100%; height: auto; aspect-ratio: 396 / 413; }
  .feature, .feature.brown, .feature.gold { height: auto; grid-template-columns: 1fr 1fr; padding: 32px; column-gap: 32px; }
  .feature img { width: 100%; height: auto; aspect-ratio: 412 / 373; }
  .sec-features { height: auto; padding-bottom: 80px; }
  .pills { grid-template-columns: repeat(2, minmax(0, 480px)); }
  .pill-label { width: auto; margin-right: 24px; }
  .contact-form { grid-template-columns: 1fr 1fr; }
  .info-bar .i-addr { margin-left: 40px; }
  .footer-nav a { padding: 0 24px; }
}

@media (max-width: 760px) {
  .topbar-inner { padding: 0 14px; }
  .topbar-contact a span { display: none; }
  .topbar-sep { margin: 0 10px; }
  .navbar { height: 78px; }
  .navbar-inner { padding: 0 14px; }
  .brand img { width: 100px; height: 56px; }
  .nav-toggle {
    display: flex; flex-direction: column; justify-content: center; gap: 5px; margin-left: auto;
    width: 44px; height: 44px; padding: 0 11px; border: 0; border-radius: 6px; background: var(--gold); cursor: pointer;
  }
  .nav-toggle span { display: block; height: 2px; background: #fff; }
  .nav-toggle span:nth-child(2) { width: 70%; margin-left: auto; }
  .nav-cta { display: none; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--light);
    box-shadow: 0 10px 20px rgba(0,0,0,.08); display: none;
  }
  .main-nav.open { display: block; }
  .main-nav > ul { flex-direction: column; gap: 0; padding: 10px 0 18px; }
  .main-nav a { text-align: center; }
  .submenu { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none; }
  .submenu a { font-weight: 400; }

  .hero-title, .hero-home .hero-title, .hero-inner .hero-title { font-size: 44px; line-height: 1.25; width: auto; left: 20px; right: 20px; margin: 0; }
  .hero-home { height: auto; padding: 56px 0 190px; }
  .hero-home .wrap { height: auto; display: flex; flex-direction: column; align-items: center; gap: 18px; }
  .hero-home .hero-title, .hero-home .hero-sub, .hero-home .hero-actions { position: static; width: auto; margin: 0; }
  .hero-home .hero-sub { font-size: 20px; }
  .hero-home .hero-actions { flex-direction: column; align-items: center; gap: 14px; margin-top: 8px; }
  .hero-home .hero-curve { height: 220px; }
  .hero-home .hero-glasses { width: 120px; height: 121px; top: auto; bottom: 0; left: 0; }
  .hero-inner { height: 300px; }
  .hero-inner .hero-title { top: 80px; }
  .dv-hero { height: 50px; }

  .h-lg { font-size: 32px; }
  .h-md { font-size: 28px; }
  .body-lg { font-size: 16px; }

  .sec-where, .sec-split, .sec-elegant { height: auto; padding: 40px 0 56px; }
  .sec-where .split, .sec-split .split { top: 0; }
  .split { grid-template-columns: 1fr; row-gap: 20px; text-align: center; }
  .split-img img { max-width: 396px; margin: 0 auto; }
  .split-text { padding-top: 0 !important; }

  .band-gold, .sec-services { height: auto; padding-bottom: 80px; }
  .band-gold .h-lg { padding-top: 90px; }
  .svc-cards, .venue-cards { grid-template-columns: minmax(0, 393px); gap: 24px; }
  .svc-wide { margin-top: 32px !important; }

  .feature, .feature.brown, .feature.gold { grid-template-columns: 1fr; row-gap: 24px; padding: 28px 20px; }
  .feature.brown img { order: 2; }
  .sec-features { padding: 40px 0 56px; }

  .sec-venues { height: auto; padding: 56px 0 72px; }
  .venue-cards { margin-top: 32px; }

  .band-photo { height: auto; }
  .band-photo .panel { width: 100%; }
  .band-photo .corner { display: none; }
  .band-photo .panel-text { position: relative; top: 0 !important; left: 0; width: auto; padding: 56px 20px; text-align: center; }
  .ideal .h-md { width: auto; }

  .sec-events { height: auto; padding: 56px 0 72px; }
  .pills { grid-template-columns: minmax(0, 290px); gap: 20px; margin-top: 32px; }
  .pill { flex-direction: column; justify-content: center; height: auto; padding: 24px 20px 28px; border-radius: 140px; text-align: center; }
  .pill-label { width: auto; margin: 16px 0 0; }

  .testi { height: 540px; }
  .testi-swiper .swiper-slide { height: 540px; }
  .testi-inner { padding-top: 60px; }
  .testi-quote { font-size: 15px; }
  .testi-nav { display: none; }
  .testi .testi-dots { top: auto; bottom: 36px; }

  .sec-highlights, .sec-gallery { height: auto; padding-bottom: 72px; }
  .hl-label { width: auto; max-width: 290px; height: 44px; font-size: 18px; }
  .slider-track { gap: 16px; }
  .slider-track img { width: 260px; height: 195px; border-radius: 16px; }
  .slider-arrow { opacity: 1; }

  .contact-band, .contact-band.page { height: auto; padding-bottom: 72px; }
  .contact-band .wrap { padding-top: 56px !important; }
  .info-bar { flex-direction: column; align-items: center; justify-content: center; gap: 8px; height: auto; padding: 18px 12px 34px; margin-bottom: -18px; }
  .info-bar .info { margin: 0 !important; }
  .form-card { padding: 20px; }
  .contact-form { grid-template-columns: 1fr; row-gap: 16px; }
  .contact-form .submit-row .btn { width: 100%; }
  .map-section { display: none; }

  .footer-main { height: auto; padding: 40px 0; }
  .footer-logo { width: 220px; height: 123px; }
  .footer-nav { display: none; }
  .footer-bottom { height: auto; }
  .footer-bottom p { line-height: 1.4; padding: 18px 12px; font-size: 13px; }
}
