/** Shopify CDN: Minification failed

Line 47:47 Unexpected "/"

**/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap");


    :root {
      --pink: #E8697D;
      --pink-dark: #d45a6d;
      --teal: #2DBFB0;
      --black: #0C0C0C;
      --white: #FFFFFF;
      --off-white: #F7F6F4;
      --grey: #888888;
    }

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

    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--white);
      color: var(--black);
      overflow-x: hidden;
    }

    /* âââ NAV âââ */
/* NAV STYLES DISABLED - These were for the old custom nav, not compatible with Horizon theme */
nav {
  position: static;
    top: 0; left: 0; right: 0;
      z-index: 200;
        padding: 20px 40px;
          display: flex;
            align-items: center;
              justify-content: space-between;
                transition: background 0.4s, padding 0.4s;
                }
                nav.scrolled {
                  background: var(--white);
                    padding: 14px 40px;
                      box-shadow: 0 1px 0 rgba(0,0,0,0.08);
                      }
                      END DISABLED NAV STYLES */
    .nav-logo { height: 36px; display: flex; align-items: center; }
    .nav-logo-img { height: 36px; width: auto; max-width: 140px; object-fit: contain; }

    /* Logo SVG placeholder â swap with <img src="your-logo.png"> */
    .logo-placeholder {
      height: 44px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .logo-placeholder span {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 28px;
      letter-spacing: 0.04em;
      color: var(--black);
      transition: color 0.3s;
    }
    nav.scrolled .logo-placeholder span { color: var(--black); }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 36px;
      list-style: none;
    }
    .nav-links a {
      text-decoration: none;
      font-size: 13px;
          font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--black);
      transition: color 0.2s;
    }
    nav.scrolled .nav-links a { color: var(--black); }
    .nav-links a:hover { color: var(--pink); }

    .nav-book {
      background: var(--pink);
      color: var(--white) !important;
      padding: 10px 26px;
      border-radius: 100px;
      font-weight: 600 !important;
    }
    .nav-book:hover { background: var(--pink-dark); color: var(--white) !important; }

    .nav-hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 4px;
    }
    .nav-hamburger span {
      display: block;
      width: 24px;
      height: 2px;
      background: var(--white);
      border-radius: 2px;
      transition: background 0.3s;
    }
    nav.scrolled .nav-hamburger span { background: var(--black); }

    /* âââ HERO âââ */
    .hero {
      min-height: 100vh;
      background: var(--black);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }

    /* Side gradient for depth around portrait video */
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        90deg,
        rgba(12,12,12,0.92) 0%,
        rgba(12,12,12,0.3) 22%,
        rgba(12,12,12,0.3) 78%,
        rgba(12,12,12,0.92) 100%
      );
      z-index: 2;
      pointer-events: none;
    }

    /* Bottom gradient for text legibility */
    .hero::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 50%;
      background: linear-gradient(to top, rgba(12,12,12,0.85) 0%, transparent 100%);
      z-index: 2;
      pointer-events: none;
    }

    /* Portrait video wrapper â 9:16 centred */
    .hero-video-wrap {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
    }
    .hero-video-inner {
      height: 100vh;
      aspect-ratio: 9 / 16;
      max-width: 56vw;
      background: #1c1c1c;
      overflow: hidden;
      position: relative;
    }
    .hero-video-inner video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    /* Placeholder until video is added */
    .video-placeholder-bg {
      width: 100%;
      height: 100%;
      background: linear-gradient(160deg, #1a1a1a 0%, #2b2b2b 50%, #1a1a1a 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
    .video-placeholder-bg p {
      font-size: 11px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.2);
    }
    .video-placeholder-bg .ph-icon {
      width: 48px;
      height: 48px;
      border: 2px solid rgba(255,255,255,0.1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .video-placeholder-bg .ph-icon svg { opacity: 0.2; }

    /* Hero text */
    .hero-content {
      position: relative;
      z-index: 3;
      text-align: center;
      padding: 0 24px;
      margin-top: auto;
      padding-bottom: 64px;
      width: 100%;
      max-width: 640px;
    }
    .hero-eyebrow {
      font-size: 11px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--teal);
      margin-bottom: 14px;
    }
    .hero-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(52px, 9vw, 96px);
      line-height: 0.95;
      color: var(--white);
      letter-spacing: 0.02em;
    }
    .hero-title em {
      font-style: normal;
      color: var(--pink);
    }
    .hero-sub {
      margin-top: 18px;
      font-size: 15px;
      color: rgba(255,255,255,0.6);
      font-weight: 300;
      letter-spacing: 0.03em;
      line-height: 1.6;
    }
    .hero-ctas {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      margin-top: 32px;
      flex-wrap: wrap;
    }

    /* âââ BUTTONS âââ */
    .btn {
      display: inline-block;
      text-decoration: none;
      padding: 13px 32px;
      border-radius: 100px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      transition: transform 0.2s, background 0.2s, border-color 0.2s;
    }
    .btn:hover { transform: translateY(-2px); }

    .btn-pink { background: var(--pink); color: var(--white); }
    .btn-pink:hover { background: var(--pink-dark); }

    .btn-outline-white {
      background: transparent;
      color: var(--white);
      border: 1.5px solid rgba(255,255,255,0.4);
    }
    .btn-outline-white:hover { border-color: var(--white); }

    .btn-outline-black {
      background: transparent;
      color: var(--black);
      border: 1.5px solid rgba(0,0,0,0.2);
    }
    .btn-outline-black:hover { border-color: var(--black); }

    .btn-teal { background: var(--teal); color: var(--white); }
    .btn-white { background: var(--white); color: var(--pink); font-weight: 700; }
    .btn-white:hover { background: #f5f5f5; }

    /* âââ SCROLL INDICATOR âââ */
    .scroll-indicator {
      position: absolute;
      bottom: 32px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      opacity: 0.4;
    }
    .scroll-indicator span {
      font-size: 10px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--white);
    }
    .scroll-line {
      width: 1px;
      height: 36px;
      background: var(--white);
      animation: scrollPulse 1.8s ease-in-out infinite;
    }
    @keyframes scrollPulse {
      0%, 100% { opacity: 0.3; transform: scaleY(1); }
      50% { opacity: 1; transform: scaleY(0.6); }
    }

    /* âââ SECTION SHARED âââ */
    .section-label {
      font-size: 11px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--teal);
      margin-bottom: 10px;
      display: block;
    }
    .section-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(40px, 5.5vw, 68px);
      line-height: 1;
      letter-spacing: 0.02em;
    }

    /* âââ INTRO âââ */
    .intro {
      padding: 100px 40px;
      display: flex;
      align-items: flex-start;
      gap: 80px;
      max-width: 1160px;
      margin: 0 auto;
    }
    .intro-left { flex: 1; min-width: 0; }
    .intro-left .section-title { color: var(--black); }
    .intro-left .section-title em { font-style: normal; color: var(--pink); }
    .intro-right {
      flex: 1;
      min-width: 0;
      padding-top: 12px;
    }
    .intro-right p {
      font-size: 17px;
      line-height: 1.75;
      color: #555;
      margin-bottom: 28px;
    }

    .stats-row {
      display: flex;
      gap: 40px;
      margin-top: 48px;
    }
    .stat { text-align: center; }
    .stat-num {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 52px;
      line-height: 1;
      color: var(--pink);
    }
    .stat-lbl {
      font-size: 12px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--grey);
      margin-top: 4px;
    }

    /* âââ WHAT'S ON âââ */
    .whatson {
      background: var(--black);
      padding: 100px 40px;
    }
    .whatson-inner { max-width: 1160px; margin: 0 auto; }
    .whatson-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 56px;
    }
    .whatson-header .section-title { color: var(--white); }

    .cards-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .event-card {
      background: #161616;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid #222;
      transition: transform 0.25s, border-color 0.25s;
    }
    .event-card:hover { transform: translateY(-5px); border-color: #333; }

    .card-top {
      padding: 32px 32px 24px;
      border-bottom: 1px solid #222;
    }
    .card-day {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 44px;
      color: var(--pink);
      line-height: 1;
    }
    .card-name {
      font-size: 19px;
      font-weight: 600;
      color: var(--white);
      margin-top: 6px;
    }
    .card-body { padding: 22px 32px 28px; }
    .card-desc {
      font-size: 14px;
      line-height: 1.65;
      color: #777;
    }
    .card-detail {
      margin-top: 16px;
      font-size: 12px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--teal);
      font-weight: 600;
    }

    /* âââ FEATURED EVENT BANNER âââ */
    .featured-banner {
      margin-top: 24px;
      background: var(--pink);
      border-radius: 20px;
      padding: 44px 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
    }
    .featured-banner-text {}
    .featured-tag {
      display: inline-block;
      background: rgba(255,255,255,0.2);
      color: var(--white);
      font-size: 11px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 100px;
      margin-bottom: 14px;
    }
    .featured-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(44px, 5vw, 72px);
      color: var(--white);
      line-height: 1;
      letter-spacing: 0.02em;
    }
    .featured-desc {
      margin-top: 12px;
      font-size: 15px;
      color: rgba(255,255,255,0.8);
      max-width: 480px;
      line-height: 1.6;
    }
    .featured-right {
      text-align: right;
      flex-shrink: 0;
    }
    .featured-price-label {
      font-size: 11px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.65);
      margin-bottom: 4px;
    }
    .featured-price-value {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 40px;
      color: var(--white);
      line-height: 1;
    }
    .featured-price-sub {
      font-size: 13px;
      color: rgba(255,255,255,0.65);
      margin-top: 4px;
    }

    /* âââ PHOTO GRID âââ */
    .photos { padding: 100px 40px; max-width: 1160px; margin: 0 auto; }
    .photos-header { margin-bottom: 48px; }
    .photos-header .section-title { color: var(--black); }
    .photos-header .section-title em { font-style: normal; color: var(--teal); }

    .photo-grid {
      display: grid;
      grid-template-columns: 1.7fr 1fr 1fr;
      grid-template-rows: 280px 280px;
      gap: 14px;
    }
    .photo-item {
      border-radius: 16px;
      overflow: hidden;
      position: relative;
    }
    .photo-item:first-child { grid-row: span 2; }
    .photo-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s;
    }
    .photo-item:hover img { transform: scale(1.04); }

    /* Placeholder for photos */
    .photo-ph {
      width: 100%;
      height: 100%;
      background: var(--off-white);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .photo-ph span {
      font-size: 11px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: #ccc;
    }

    /* âââ INFO STRIP âââ */
    .info-strip {
      background: var(--off-white);
      padding: 80px 40px;
    }
    .info-strip-inner {
      max-width: 1160px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 60px;
    }
    .info-block h3 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 26px;
      letter-spacing: 0.05em;
      color: var(--black);
      margin-bottom: 14px;
    }
    .info-block p {
      font-size: 15px;
      line-height: 1.75;
      color: #666;
    }
    .info-block a {
      color: var(--teal);
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      margin-top: 10px;
      font-size: 14px;
      letter-spacing: 0.03em;
      transition: color 0.2s;
    }
    .info-block a:hover { color: var(--pink); }
    .highlight { color: var(--teal); font-weight: 600; }
    .highlight-pink { color: var(--pink); font-weight: 600; }
.venue-hire { background: var(--off-white); padding: 80px 40px; overflow: hidden; }
.venue-hire-inner { max-width: 1160px; margin: 0 auto; }
.venue-hire-title { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: .05em; color: var(--black); margin-bottom: 14px; }
.venue-hire-inner p { font-size: 15px; line-height: 1.75; color: #666; }

    /* âââ SOCIAL STRIP âââ */
    .social-btns {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 4px;
    }
    .insta-strip {
      background: var(--black);
      padding: 72px 40px;
      text-align: center;
    }
    .insta-strip .section-label { justify-content: center; display: flex; }
    .insta-strip h2 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(36px, 4vw, 56px);
      color: var(--white);
      margin: 8px 0 28px;
    }
    .insta-strip p {
      font-size: 15px;
      color: rgba(255,255,255,0.5);
      margin-bottom: 28px;
    }

    /* == INSTAFEED INTEGRATION == */
    .insta-strip { padding-bottom: 0; }
    #shopify-section-template--26504216248627__1779354263cc929621 {
      background: var(--black) !important;
        margin-top: 0;
        }
        #shopify-section-template--26504216248627__1779354263cc929621 .section-background {
          background: var(--black) !important;
            padding: 0 40px 60px;
            }
            #shopify-section-template--26504216248627__1779354263cc929621 .instafeed-new-layout-item {
              border-radius: 10px;
                overflow: hidden;
                }
                #shopify-section-template--26504216248627__1779354263cc929621 .instafeed-new-layout-item:nth-child(n+4) { display: none !important; }

                
    /* âââ FOOTER âââ */
    footer {
      background: #080808;
      padding: 60px 40px 40px;
      border-top: 1px solid #1a1a1a;
    }
    .footer-inner {
      max-width: 1160px;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 40px;
      padding-bottom: 48px;
      border-bottom: 1px solid #1a1a1a;
    }
    .footer-logo span {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 30px;
      letter-spacing: 0.04em;
      color: var(--white);
    }
    .footer-tagline {
      font-size: 13px;
      color: #555;
      margin-top: 8px;
      max-width: 220px;
      line-height: 1.6;
    }
    .footer-links-col h4 {
      font-size: 11px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: #555;
      margin-bottom: 16px;
    }
    .footer-links-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-links-col a {
      font-size: 14px;
      color: #888;
      text-decoration: none;
      transition: color 0.2s;
    }
    .footer-links-col a:hover { color: var(--white); }
    .footer-bottom {
      max-width: 1160px;
      margin: 24px auto 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .footer-copy { font-size: 12px; color: #444; }

    /* âââ MOBILE âââ */
    @media (max-width: 900px) {
      nav { padding: 16px 20px; }
      .nav-links { display: none; }
      .nav-hamburger { display: flex; }

      .hero-content { padding-bottom: 80px; }
      .hero-video-inner { max-width: 85vw; }

      .intro {
        flex-direction: column;
        gap: 32px;
        padding: 64px 20px;
      }
      .stats-row { gap: 28px; }
      .stat-num { font-size: 40px; }

      .whatson { padding: 64px 20px; }
      .whatson-header { flex-direction: column; align-items: flex-start; gap: 20px; }
      .cards-grid { grid-template-columns: 1fr; }

      .featured-banner {
        flex-direction: column;
        padding: 32px 24px;
        gap: 28px;
      }
      .featured-right { text-align: left; }

      .photos { padding: 64px 20px; }
      .photo-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
      }
      .photo-item:first-child { grid-row: span 1; grid-column: span 2; height: 240px; }
      .photo-item { height: 180px; }

      .info-strip { padding: 64px 20px; }
      .info-strip-inner { grid-template-columns: 1fr; gap: 40px; }

      footer { padding: 48px 20px 32px; }
      .footer-inner { flex-direction: column; gap: 40px; }
      .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    }

    @media (max-width: 480px) {
      .hero-video-inner { max-width: 100vw; height: 100vh; }
      .hero-ctas { flex-direction: column; }
      .btn { width: 100%; text-align: center; }
    }
  