/* ================================================================
   WATCHES & WONDERS 2026 — Swiss Limousine Service
   Campaign page + homepage pill styles
   Active until 30 April 2026
   All classes prefixed ww- or page-specific (exp-, svc-)
   ================================================================ */


/* ================================================================
   0. HOMEPAGE PILL — Option C (in hero-right)
   ================================================================ */

.ww-homepage-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fdf6ec;
  border: 1px solid #e8d5b8;
  border-radius: 100px;
  padding: 6px 14px 6px 8px;
  margin-bottom: 14px;
  text-decoration: none;
  width: fit-content;
  transition: border-color 0.2s, background 0.2s;
}
.ww-homepage-pill:hover {
  border-color: var(--gold-l, #c9a87c);
  background: #faf0e0;
}
.ww-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-d, #8a6238);
  flex-shrink: 0;
  animation: ww-pulse 2.5s ease-in-out infinite;
}
@keyframes ww-pulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.4; }
}
.ww-pill-text {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6a4c28;
  white-space: nowrap;
}
.ww-pill-arrow {
  font-size: 11px;
  color: var(--gold-d, #8a6238);
  transition: transform 0.2s;
}
.ww-homepage-pill:hover .ww-pill-arrow {
  transform: translateX(2px);
}


/* ================================================================
   1. W&W PAGE — Hero section
   ================================================================ */

.ww-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
}

/* Photo side */
.ww-hero-photo-side {
  position: relative;
  overflow: visible;
  background: var(--ink, #1a1814);
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}
.ww-hero-photo-side picture {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ww-hero-photo-side img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ww-hero-photo-side::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(26,24,20,0.55) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.ww-hero-photo-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26, 24, 20, 0.52);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255,255,255,0.88);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 4px;
  width: fit-content;
}
.ww-hero-photo-label::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  flex-shrink: 0;
}

/* Badge on hero photo */
.ww-badge-photo {
  position: absolute;
  bottom: 72px;
  right: 22px;
  z-index: 2;
  background: #fff;
  border: 1px solid var(--gold-l, #c9a87c);
  border-radius: 6px;
  padding: 12px 16px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(138, 98, 56, 0.18);
}
.ww-badge-photo .wb-eyebrow {
  display: block;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-d, #8a6238);
  margin-bottom: 5px;
}
.ww-badge-photo .wb-title {
  display: block;
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 13px;
  font-weight: 400;
  color: var(--ink, #1a1814);
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.ww-badge-photo .wb-year {
  display: block;
  font-size: 9px;
  font-weight: 400;
  color: var(--gold-d, #8a6238);
  letter-spacing: 0.16em;
  margin-top: 4px;
}
.ww-badge-photo::after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background: var(--gold-l, #c9a87c);
  margin: 10px auto 0;
  opacity: 0.55;
}

/* Content side */
.ww-hero-content-side {
  position: relative;
  background: #fff;
  padding: 56px 52px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Badge on hero content — hidden, photo badge is sufficient */
.ww-badge-content {
  display: none;
  position: absolute;
  top: 22px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--cream, #fdf8f2);
  border: 1px solid #e8d5b8;
  border-radius: 6px;
  padding: 9px 14px 9px 10px;
  box-shadow: 0 2px 10px rgba(138,98,56,0.1);
}
.ww-badge-icon {
  width: 30px;
  height: 30px;
  background: var(--gold-d, #8a6238);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ww-badge-icon svg {
  width: 16px;
  height: 16px;
}
.ww-badge-text {
  display: flex;
  flex-direction: column;
}
.ww-badge-text .wbt-top {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-d, #8a6238);
  line-height: 1.3;
}
.ww-badge-text .wbt-main {
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 12.5px;
  font-weight: 400;
  color: var(--ink, #1a1814);
  line-height: 1.3;
  white-space: nowrap;
}

/* Hero text elements */
.ww-avail-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f0faf3;
  color: #166534;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 5px 13px;
  border-radius: 100px;
  border: 1px solid #bbf7d0;
  margin-bottom: 22px;
  width: fit-content;
}
.ww-avail-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  animation: ww-avail-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes ww-avail-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(0.85); }
}

.ww-hero-overline {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-d, #8a6238);
  margin-bottom: 16px;
}

.ww-hero-h1 {
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink, #1a1814);
  margin-bottom: 20px;
}
.ww-hero-h1 em {
  font-style: italic;
  color: var(--gold-d, #8a6238);
}

.ww-hero-p {
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.68;
  color: #5a544e;
  margin-bottom: 36px;
  max-width: 420px;
}

.ww-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.ww-hero .ww-trust-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.ww-hero .ww-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 500;
  color: #7a746e;
}
.ww-hero .ww-trust-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-d, #8a6238);
  flex-shrink: 0;
}


/* ================================================================
   2. PROMO SECTION — Watches & Wonders
   ================================================================ */

.ww-promo-section {
  padding: 96px 0;
  background: var(--paper, #f5f3f0);
  border-top: 1px solid var(--paper-border, #ede9e2);
  border-bottom: 1px solid var(--paper-border, #ede9e2);
  position: relative;
  overflow: hidden;
}
.ww-promo-section::before {
  content: 'W&W';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 280px;
  font-weight: 400;
  color: rgba(138,98,56,0.04);
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

.ww-promo-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 40px;
}

.ww-overline-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.ww-overline-row span {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-d, #8a6238);
  white-space: nowrap;
}
.ww-overline-row::before,
.ww-overline-row::after {
  content: '';
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: var(--gold-l, #c9a87c);
  opacity: 0.5;
}

.ww-h2 {
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.18;
  color: var(--ink, #1a1814);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.ww-h2 em {
  font-style: italic;
  color: var(--gold-d, #8a6238);
}

.ww-rule {
  width: 40px;
  height: 1px;
  background: var(--gold-l, #c9a87c);
  margin: 22px 0;
  opacity: 0.65;
}

.ww-body-text {
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.75;
  color: #5a544e;
  margin-bottom: 32px;
}

.ww-pills-row {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 40px;
  padding: 0;
}
.ww-pill {
  font-size: 11px;
  font-weight: 500;
  color: #6a5840;
  background: #fff;
  border: 1px solid #e0cdb0;
  border-radius: 100px;
  padding: 7px 17px;
  letter-spacing: 0.04em;
  transition: border-color 0.2s, color 0.2s;
}
.ww-pill:hover {
  border-color: var(--gold-l, #c9a87c);
  color: var(--gold-d, #8a6238);
}

.ww-cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ww-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ink, #1a1814);
  color: #fff;
  font-family: var(--sans, 'Figtree', system-ui, sans-serif);
  font-size: 13px;
  font-weight: 600;
  padding: 18px 40px;
  border-radius: 40px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 2px solid var(--ink, #1a1814);
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  white-space: nowrap;
  text-decoration: none;
}
.ww-cta-btn:hover {
  background: var(--gold-d, #8a6238);
  border-color: var(--gold-d, #8a6238);
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}
.ww-cta-btn .arrow {
  transition: transform 0.2s;
}
.ww-cta-btn:hover .arrow {
  transform: translateX(4px);
}

.ww-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--gold-d, #8a6238);
  font-family: var(--sans, 'Figtree', system-ui, sans-serif);
  font-size: 12px;
  font-weight: 500;
  padding: 16px 28px;
  border-radius: 40px;
  border: 1.5px solid var(--gold-l, #c9a87c);
  letter-spacing: 0.05em;
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
.ww-cta-ghost:hover {
  background: rgba(138,98,56,0.07);
  border-color: var(--gold-d, #8a6238);
  text-decoration: none;
}


/* ================================================================
   3. EXPERIENCE SECTION
   ================================================================ */

.ww-exp-section {
  padding: 96px 0;
  background: #fff;
  border-top: 1px solid var(--paper-border, #ede9e2);
}
.ww-exp-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.ww-exp-header {
  margin-bottom: 64px;
  max-width: 680px;
}
.ww-exp-overline {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-d, #8a6238);
  margin-bottom: 14px;
}
.ww-exp-h2 {
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink, #1a1814);
  margin-bottom: 20px;
}
.ww-exp-h2 em {
  font-style: italic;
  color: var(--gold-d, #8a6238);
}
.ww-exp-lead {
  font-size: 15.5px;
  line-height: 1.75;
  color: #5a544e;
  max-width: 600px;
}

/* Stats grid */
.ww-exp-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--paper-border, #ede9e2);
  border-radius: 4px;
  margin-bottom: 72px;
  overflow: hidden;
}
.ww-exp-stat {
  padding: 36px 32px;
  border-right: 1px solid var(--paper-border, #ede9e2);
  background: var(--paper, #f5f3f0);
  text-align: center;
}
.ww-exp-stat:last-child {
  border-right: none;
}
.ww-exp-stat-num {
  display: block;
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 48px;
  font-weight: 400;
  color: var(--gold-d, #8a6238);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.ww-exp-stat-label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a746e;
}

/* Who we transport */
.ww-exp-who {
  margin-bottom: 72px;
}
.ww-exp-who-header {
  margin-bottom: 32px;
}
.ww-exp-tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-d, #8a6238);
  border-bottom: 1px solid var(--gold-l, #c9a87c);
  padding-bottom: 6px;
}
.ww-exp-who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ww-exp-who-card {
  background: var(--paper, #f5f3f0);
  border: 1px solid var(--paper-border, #ede9e2);
  border-radius: 4px;
  padding: 32px 28px;
}
.ww-exp-who-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold-l, #c9a87c);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--gold-d, #8a6238);
}
.ww-exp-who-icon svg {
  width: 18px;
  height: 18px;
}
.ww-exp-who-title {
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--ink, #1a1814);
  margin-bottom: 10px;
  line-height: 1.25;
}
.ww-exp-who-body {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.72;
  color: #7a746e;
}

/* Venues */
.ww-exp-venues {
  margin-bottom: 64px;
}
.ww-exp-venues-header {
  margin-bottom: 36px;
}
.ww-exp-venues-sub {
  font-size: 14px;
  color: #5a544e;
  margin-top: 10px;
  max-width: 500px;
  line-height: 1.65;
}
.ww-exp-venues-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--paper-border, #ede9e2);
  border-radius: 4px;
  overflow: hidden;
}
.ww-exp-venue-block {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 32px;
  border-right: 1px solid var(--paper-border, #ede9e2);
  border-bottom: 1px solid var(--paper-border, #ede9e2);
  background: #fff;
  transition: background 0.2s;
}
.ww-exp-venue-block:hover {
  background: var(--cream, #fdf8f2);
}
.ww-exp-venue-block:nth-child(2n) {
  border-right: none;
}
.ww-exp-venue-main {
  background: var(--paper, #f5f3f0);
  border-left: 3px solid var(--gold-d, #8a6238);
}
.ww-exp-venue-main:hover {
  background: #f0ebe1;
}
.ww-exp-venue-icon {
  width: 36px;
  height: 36px;
  border: 1px solid var(--paper-border, #ede9e2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--gold-d, #8a6238);
  background: #fff;
}
.ww-exp-venue-icon svg {
  width: 16px;
  height: 16px;
}
.ww-exp-venue-title {
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 15px;
  font-weight: 400;
  color: var(--ink, #1a1814);
  margin-bottom: 6px;
  line-height: 1.25;
}
.ww-exp-venue-body {
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.68;
  color: #7a746e;
}

/* Closing quote */
.ww-exp-closing {
  background: var(--ink, #1a1814);
  border-radius: 4px;
  padding: 52px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.ww-exp-quote {
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,0.88);
  line-height: 1.45;
  max-width: 640px;
  border: none;
  padding: 0;
  margin: 0;
  quotes: none;
}
.ww-exp-quote::before {
  content: '\201C';
  font-size: 48px;
  line-height: 0;
  vertical-align: -0.4em;
  color: var(--gold-d, #8a6238);
  margin-right: 6px;
}
.ww-exp-closing-cta {
  flex-shrink: 0;
}


/* ================================================================
   4. SERVICES SECTION with W&W badge
   ================================================================ */

.ww-services-section {
  padding: 96px 0;
  background: #fff;
}

.ww-section-header {
  margin-bottom: 52px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
.ww-section-overline {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-d, #8a6238);
  margin-bottom: 12px;
}
.ww-section-h2 {
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink, #1a1814);
}

.ww-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--paper-border, #ede9e2);
  border-left: 1px solid var(--paper-border, #ede9e2);
  max-width: 1200px;
  margin: 0 auto;
}
.ww-svc-card {
  padding: 40px 36px;
  border-right: 1px solid var(--paper-border, #ede9e2);
  border-bottom: 1px solid var(--paper-border, #ede9e2);
  background: #fff;
  position: relative;
  transition: background 0.25s;
}
.ww-svc-card:hover {
  background: #fdfcfa;
}
.ww-svc-card.ww-svc-featured {
  background: var(--cream, #fdf8f2);
}
.ww-svc-card.ww-svc-featured:hover {
  background: #fdf5e8;
}

.ww-svc-num {
  display: block;
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 13px;
  font-weight: 400;
  color: var(--gold-l, #c9a87c);
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}

.ww-svc-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--cream, #fdf8f2);
  border: 1px solid #e8d5b8;
  border-radius: 100px;
  padding: 4px 11px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-d, #8a6238);
  margin-bottom: 14px;
}
.ww-svc-featured .ww-svc-badge {
  background: #fff;
}
.ww-svc-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-d, #8a6238);
  flex-shrink: 0;
}

.ww-svc-title {
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 21px;
  font-weight: 400;
  color: var(--ink, #1a1814);
  margin-bottom: 12px;
  line-height: 1.2;
}
.ww-svc-body {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.72;
  color: #7a746e;
  margin-bottom: 22px;
}
.ww-svc-link {
  font-size: 12px;
  font-weight: 500;
  color: var(--gold-d, #8a6238);
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s;
  text-decoration: none;
}
.ww-svc-link:hover {
  gap: 7px;
  text-decoration: none;
}


/* ================================================================
   5. WHY SLS SECTION (dark)
   ================================================================ */

.ww-why-section {
  padding: 96px 0;
  background: var(--ink, #1a1814);
}
.ww-why-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ww-why-h2 {
  font-family: var(--serif, 'Libre Baskerville', Georgia, serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}
.ww-why-p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin-bottom: 32px;
}
.ww-why-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ww-why-feat {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.ww-why-feat-icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.ww-why-feat-text strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  margin-bottom: 3px;
}
.ww-why-feat-text span {
  font-size: 12.5px;
  color: rgba(255,255,255,0.65);
  line-height: 1.55;
}


/* ================================================================
   6. SCROLL REVEAL
   ================================================================ */

.ww-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.ww-reveal.ww-visible {
  opacity: 1;
  transform: translateY(0);
}
.ww-reveal-d1 { transition-delay: 0.1s; }
.ww-reveal-d2 { transition-delay: 0.22s; }
.ww-reveal-d3 { transition-delay: 0.36s; }
.ww-reveal-d4 { transition-delay: 0.5s; }


/* ================================================================
   7. RESPONSIVE
   ================================================================ */

@media (max-width: 960px) {
  .ww-hero {
    grid-template-columns: 1fr;
  }
  .ww-hero-photo-side {
    min-height: 280px;
  }
  .ww-hero-content-side {
    padding: 40px 32px;
  }
  .ww-hero-h1 {
    font-size: 36px;
  }
  .ww-badge-content {
    display: none;
  }
  .ww-svc-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ww-why-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ww-why-h2 {
    font-size: 32px;
  }
  .ww-exp-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .ww-exp-stat:nth-child(2) {
    border-right: none;
  }
  .ww-exp-stat:nth-child(3) {
    border-right: 1px solid var(--paper-border, #ede9e2);
  }
  .ww-exp-who-grid {
    grid-template-columns: 1fr;
  }
  .ww-exp-venues-grid {
    grid-template-columns: 1fr;
  }
  .ww-exp-venue-block {
    border-right: none;
  }
  .ww-exp-closing {
    padding: 40px 32px;
    flex-direction: column;
  }
  .ww-exp-quote {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .ww-badge-photo {
    display: none;
  }
  .ww-hero-content-side {
    padding: 36px 24px 40px;
  }
  .ww-hero-h1 {
    font-size: 30px;
  }
  .ww-hero-p {
    font-size: 14.5px;
  }
  .ww-promo-inner {
    padding: 0 20px;
  }
  .ww-h2 {
    font-size: 28px;
  }
  .ww-promo-section::before {
    display: none;
  }
  .ww-section-header {
    padding: 0 20px;
    margin-bottom: 32px;
  }
  .ww-section-h2 {
    font-size: 30px;
  }
  .ww-svc-grid {
    grid-template-columns: 1fr;
  }
  .ww-svc-card {
    padding: 32px 24px;
  }
  .ww-why-inner {
    padding: 0 20px;
  }
  .ww-exp-inner {
    padding: 0 20px;
  }
  .ww-exp-h2 {
    font-size: 28px;
  }
  .ww-exp-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .ww-exp-stat {
    padding: 24px 16px;
  }
  .ww-exp-stat-num {
    font-size: 36px;
  }
  .ww-exp-closing {
    padding: 32px 24px;
  }
  .ww-exp-quote {
    font-size: 16px;
  }
}


/* ================================================================
   8. PRINT / ACCESSIBILITY
   ================================================================ */

@media (prefers-reduced-motion: reduce) {
  .ww-pill-dot,
  .ww-avail-dot {
    animation: none;
  }
  .ww-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media print {
  .ww-promo-section {
    background: #fff;
    border: 1px solid #ccc;
  }
  .ww-why-section {
    background: #fff;
  }
  .ww-why-h2,
  .ww-why-p,
  .ww-why-feat-text strong,
  .ww-why-feat-text span {
    color: #000;
  }
}
