/* ================================================
   FESTIVE SEASON 2026
   Custom Blocks CSS
   ================================================ */

:root {
  --bull-green:      #1C3A2A;
  --bull-green-mid:  #2E5240;
  --bull-gold:       #C4943A;
  --bull-gold-light: #E8C87A;
  --bull-cream:      #F7F2EA;
  --bull-cream-dark: #EDE4D3;
  --bull-dark:       #1A1A1A;
  --bull-white:      #ffffff;
}

.wp-block-spacer+.wp-block-buttons {
  position: relative
}

/* ─── SHARED UTILITIES ───────────────────────────────────────── */

.bull-section-tag {
  font-size: 11px !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: var(--bull-gold) !important;
  margin-bottom: 12px !important;
  font-weight: 500;
  display: block;
}

.bull-on-dark {
  color: var(--bull-cream) !important;
}

.bull-on-dark-muted {
  color: rgba(247, 242, 234, 0.75) !important;
  line-height: 1.8;
}

.bull-section-heading {
  font-size: clamp(26px, 4vw, 46px) !important;
  font-weight: 300 !important;
  color: var(--bull-green) !important;
  margin-bottom: 0 !important;
}

.bull-section-heading-dark {
  font-size: clamp(26px, 4vw, 46px) !important;
  font-weight: 300 !important;
  color: var(--bull-green) !important;
}


/* ─── BUTTONS ────────────────────────────────────────────────── */

.bull-btn-primary .wp-block-button__link {
  background-color: var(--bull-gold) !important;
  color: var(--bull-dark) !important;
  border: 2px solid var(--bull-gold) !important;
  padding: 14px 32px !important;
  letter-spacing: 2px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  transition: all 0.25s ease !important;
}

.bull-btn-primary .wp-block-button__link:hover {
  background-color: var(--bull-gold-light) !important;
  border-color: var(--bull-gold-light) !important;
}

.bull-btn-outline .wp-block-button__link {
  background: transparent !important;
  color: var(--bull-cream) !important;
  border: 2px solid rgba(247, 242, 234, 0.6) !important;
  padding: 14px 32px !important;
  letter-spacing: 2px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  transition: all 0.25s ease !important;
}

.bull-btn-outline .wp-block-button__link:hover {
  background: var(--bull-cream) !important;
  color: var(--bull-dark) !important;
  border-color: var(--bull-cream) !important;
}


/* ─── SECTION 1: HERO ────────────────────────────────────────── */

.bull-eyebrow {
  font-size: 11px !important;
  letter-spacing: 5px !important;
  text-transform: uppercase !important;
  color: var(--bull-gold) !important;
  margin-bottom: 16px !important;
}

.bull-hero-h1 {
  font-size: clamp(40px, 6vw, 80px) !important;
  font-weight: 300 !important;
  color: var(--bull-cream) !important;
  line-height: 1.1 !important;
  margin-bottom: 8px !important;
}

.bull-hero-h2 {
  font-size: clamp(20px, 3vw, 36px) !important;
  font-weight: 400 !important;
  color: var(--bull-gold) !important;
  margin-bottom: 24px !important;
}

.bull-hero-h2 strong {
  font-weight: 700 !important;
  color: var(--bull-cream) !important;
}

.bull-hero-lead {
  color: rgba(247, 242, 234, 0.8) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}


/* ─── SECTION 2: INTRODUCTION ────────────────────────────────── */

.bull-intro-heading {
  font-size: clamp(24px, 3vw, 38px) !important;
  font-weight: 300 !important;
  color: var(--bull-green) !important;
  line-height: 1.3 !important;
  margin-bottom: 24px !important;
}

.bull-quote-block {
  position: relative;
  overflow: hidden;
  border-radius: 10px
}

.bull-quote-block::before {
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 28px;
  font-size: 130px;
  color: var(--bull-gold);
  opacity: 0.18;
  line-height: 1;
  font-family: Georgia, serif;
  pointer-events: none;
}

.bull-quote-text {
  font-size: clamp(18px, 2.5vw, 24px) !important;
  font-style: italic !important;
  font-weight: 300 !important;
  color: var(--bull-cream) !important;
  line-height: 1.6 !important;
  position: relative;
  z-index: 1;
}

.bull-quote-attr {
  font-size: 11px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: var(--bull-gold) !important;
  margin-top: 16px !important;
}


/* ─── SECTION 3: AFTERNOON TEA ───────────────────────────────── */

#bull-afternoon-tea h2.wp-block-heading {
  color: var(--bull-cream) !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  font-weight: 300 !important;
}

.bull-price-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(196, 148, 58, 0.35);
  padding: 28px 20px;
  text-align: center;
  transition: background 0.2s;
  border-radius: 10px
}

.bull-price-card:hover {
  background: rgba(255, 255, 255, 0.1);
}

.bull-price-card--gold {
  background: rgba(196, 148, 58, 0.12);
  border-color: rgba(196, 148, 58, 0.6);
}

.bull-price-card-title {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: rgba(247, 242, 234, 0.6) !important;
  margin-bottom: 12px !important;
}

.bull-price-card-amount {
  font-size: 52px !important;
  font-weight: 200 !important;
  color: var(--bull-gold) !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.bull-price-card-amount span, .bull-price-card-amount em {
  font-size: 22px;
  vertical-align: super;
  font-weight: 300;
}

.bull-price-card-per {
  font-size: 10px !important;
  color: rgba(247, 242, 234, 0.45) !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-top: 8px !important;
}

.bull-menu-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.bull-menu-list li {
  color: rgba(247, 242, 234, 0.8);
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
}

.bull-tag, .bull-menu-list li em {
  font-size: 10px;
  color: var(--bull-gold);
  letter-spacing: 1px;
  background: rgba(196, 148, 58, 0.15);
  padding: 2px 6px;
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 8px;
}

.bull-allergen-note {
  font-size: 12px !important;
  color: rgba(247, 242, 234, 0.35) !important;
  margin-top: 20px !important;
  font-style: italic !important;
}


/* ─── SECTION 4: PARTY NIGHTS ────────────────────────────────── */

.bull-event-card {
  background: var(--bull-white);
  padding: 40px 36px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

.bull-event-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--bull-gold);
}

.bull-event-card-tag {
  font-size: 10px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: var(--bull-gold) !important;
  margin-bottom: 8px !important;
  display: block;
}

.bull-event-card h3 {
  font-size: 22px;
  font-weight: 400;
  color: var(--bull-green);
  margin-bottom: 12px;
  line-height: 1.2;
}

.bull-event-card-desc {
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.7 !important;
  margin-bottom: 24px !important;
}

.bull-timing-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 24px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.bull-timing-list li {
  font-size: 13px;
  padding: 9px 0;
  color: #555;
  display: flex;
  gap: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  line-height: 1.5;
}

.bull-timing-list li strong {
  color: var(--bull-green);
  min-width: 70px;
  flex-shrink: 0;
  font-weight: 600;
}

.bull-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 13px;
  color: #666;
  gap: 12px;
}

.bull-price-row .price, .bull-price-row em {
  font-size: 22px;
  font-weight: 600;
  color: var(--bull-green);
  white-space: nowrap;
}



.bull-price-row .price small, .bull-price-row em sub {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  margin-left: 2px;
}


/* ─── SECTIONS 5 + 7: FEATURED PRICE BOX ────────────────────── */
.bull-booking-terms {border-radius: 10px}
.bull-featured-price {
  text-align: center;
  padding: 48px 40px;
  border: 1px solid rgba(196, 148, 58, 0.35);
  background: rgba(196, 148, 58, 0.05);
  border-radius: 10px
}

.bull-featured-price .tag {
  display: block;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(247, 242, 234, 0.45);
  margin-bottom: 6px;
}

.bull-featured-price .amount {
  display: block;
  font-size: 72px;
  font-weight: 200;
  color: var(--bull-gold);
  line-height: 1;
}

.bull-featured-price .per {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(247, 242, 234, 0.45);
  margin-bottom: 24px;
  margin-top: 4px;
}

.bull-featured-price-divider {
  height: 1px;
  background: rgba(196, 148, 58, 0.3);
  margin: 24px 0;
}

.bull-featured-price .note {
  font-size: 12px;
  color: rgba(247, 242, 234, 0.4);
  margin-top: 20px;
  font-style: italic;
  line-height: 1.7;
}

/* Light variant — used on white/cream backgrounds */
.bull-featured-price--light {
  background: rgba(28, 58, 42, 0.04);
  border-color: rgba(28, 58, 42, 0.18);
}

.bull-featured-price--light .tag {
  color: rgba(0, 0, 0, 0.35);
}

.bull-featured-price--light .amount {
  color: var(--bull-green);
}

.bull-featured-price--light .per {
  color: rgba(0, 0, 0, 0.35);
}

.bull-featured-price--light .bull-featured-price-divider {
  background: rgba(28, 58, 42, 0.15);
}

.bull-featured-price--light .note {
  color: rgba(0, 0, 0, 0.35);
}


/* ─── SECTION 5: CHRISTMAS DAY ───────────────────────────────── */

#bull-christmas-day h2.wp-block-heading {
  color: var(--bull-cream) !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  font-weight: 300 !important;
}

.bull-highlights {
  list-style: none !important;
  padding: 0 !important;
  margin: 24px 0 !important;
}

.bull-highlights li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(247, 242, 234, 0.8);
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
}

.bull-highlights li::before {
  content: '✦';
  color: var(--bull-gold);
  font-size: 9px;
  margin-top: 4px;
  flex-shrink: 0;
}


/* ─── SECTION 6: BOXING DAY ──────────────────────────────────── */

#bull-boxing-day h2.wp-block-heading,
.bull-boxing-heading {
  font-size: clamp(28px, 4vw, 46px) !important;
  font-weight: 300 !important;
  color: var(--bull-green) !important;
}

.bull-carvery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.bull-carvery-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bull-gold);
  margin-bottom: 12px;
  font-weight: 600;
}

.bull-carvery-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bull-carvery-col ul li {
  font-size: 14px;
  color: #555;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}


/* ─── SECTION 7: NEW YEAR'S EVE ──────────────────────────────── */

#bull-nye h2.wp-block-heading {
  color: var(--bull-cream) !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  font-weight: 300 !important;
}

.bull-nye-timeline {
  list-style: none !important;
  padding: 0 !important;
  margin: 24px 0 !important;
}

.bull-nye-timeline li {
  display: flex;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  align-items: flex-start;
}

.bull-nye-timeline .time, .bull-nye-timeline strong {
  color: var(--bull-gold);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  min-width: 70px;
  flex-shrink: 0;
  padding-top: 1px;
}

.bull-nye-timeline .event {
  color: rgba(247, 242, 234, 0.8);
  line-height: 1.6;
}


/* ─── SECTION 8: ACCOMMODATION ───────────────────────────────── */

#bull-accommodation h2.wp-block-heading {
  font-size: clamp(28px, 4vw, 46px) !important;
  font-weight: 300 !important;
  color: var(--bull-green) !important;
}

.bull-room-card {
  background: var(--bull-white);
  padding: 36px 32px;
  border-bottom: 3px solid var(--bull-green);
  height: 100%;
  box-sizing: border-box;
}

.bull-room-card--featured {
  background: var(--bull-green);
  border-bottom-color: var(--bull-gold);
}

.bull-room-card--featured h3,
.bull-room-card--featured .bull-room-note {
  color: var(--bull-cream) !important;
}

.bull-room-card--featured .bull-rate-row {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(247, 242, 234, 0.65) !important;
}

.bull-room-card--featured .from {
  color: var(--bull-gold) !important;
}

.bull-room-card-tag {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bull-gold);
  margin-bottom: 6px;
  display: block;
}

.bull-room-card h3 {
  font-size: 20px;
  color: var(--bull-green);
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 1.3;
}

.bull-room-note {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
  line-height: 1.5;
}

.bull-rate-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding: 9px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  color: #666;
  gap: 8px;
}

.bull-rate-row .from {
  font-size: 18px;
  font-weight: 600;
  color: var(--bull-green);
  white-space: nowrap;
}

.bull-room-upgrade {
  font-size: 12px;
  color: var(--bull-gold);
  margin-top: 14px;
  font-style: italic;
}


/* ─── SECTION 9: LOCATION ────────────────────────────────────── */

#bull-location h2.wp-block-heading {
  color: var(--bull-cream) !important;
  font-size: clamp(28px, 4vw, 46px) !important;
  font-weight: 300 !important;
}

.bull-location-address {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.bull-location-address p {
  color: rgba(247, 242, 234, 0.8);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 16px;
}

.bull-location-address a {
  color: var(--bull-gold);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.bull-location-address a:hover {
  color: var(--bull-gold-light);
}

.bull-location-details {
  margin-top: 8px;
}

.bull-location-detail {
  display: flex;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: flex-start;
}

.bull-location-detail .label {
  color: var(--bull-gold);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  min-width: 80px;
  font-weight: 600;
  padding-top: 2px;
  flex-shrink: 0;
}

.bull-location-detail span:last-child {
  color: rgba(247, 242, 234, 0.75);
  font-size: 14px;
  line-height: 1.6;
}


/* ─── SECTION 10: GIFT + BOOKING ─────────────────────────────── */

#bull-gift h2.wp-block-heading {
  font-size: clamp(24px, 3.5vw, 40px) !important;
  font-weight: 300 !important;
  color: var(--bull-green) !important;
}

.bull-booking-heading {
  font-size: 18px !important;
  margin-bottom: 16px !important;
}

.bull-booking-body {
  font-size: 13px !important;
  line-height: 1.8 !important;
}


/* ─── RESPONSIVE ─────────────────────────────────────────────── */

@media (max-width: 781px) {

  .bull-hero-h1 {
	font-size: 36px !important;
  }

  .bull-featured-price {
	padding: 36px 24px;
  }

  .bull-featured-price .amount {
	font-size: 56px;
  }

  .bull-price-card-amount {
	font-size: 40px !important;
  }

  .bull-carvery-grid {
	grid-template-columns: 1fr;
	gap: 16px;
  }

  .bull-event-card {
	padding: 28px 24px;
  }

  .bull-room-card {
	padding: 28px 24px;
  }

  .bull-location-detail .label {
	min-width: 70px;
  }
  .wp-block-column, .wp-block-columns .wp-block-group, .wp-block-group .wp-block-group {padding: 0 20px}
  
}
