    /* :root vars, reset, body, nav, mobile-menu — moved to resources/css/app.css */
    /* ========================================
       SHARED STYLES
    ======================================== */
    /* .section-label / .section-title / .section-desc / .btn-gold — moved to resources/css/partials/typography.css */

    /* ========================================
       PAGE HERO
    ======================================== */
    .page-hero {
      height: 70vh; min-height: 500px;
      position: relative; overflow: hidden;
      display: flex; align-items: center; justify-content: center;
      background: var(--charcoal-deep);
    }
    .page-hero-bg {
      position: absolute; inset: 0;
      background: image-set(url('/images/page-hero-aerial-view.webp') type('image/webp'), url('/images/page-hero-aerial-view.jpg') type('image/jpeg')) center/cover no-repeat;
    }
    .page-hero-content {
      position: relative; z-index: 1;
      text-align: center; color: var(--ivory);
      padding: 4rem 5rem;
    }
    .page-hero-content::before {
      content: ''; position: absolute; inset: 0; z-index: -1;
      background: rgba(0, 0, 0, 0.32);
      backdrop-filter: blur(14px) saturate(1.1);
      -webkit-backdrop-filter: blur(14px) saturate(1.1);
      -webkit-mask-image: radial-gradient(ellipse 50% 70% at center,rgba(0,0,0,1) 0%,rgba(0,0,0,0.92) 12%,rgba(0,0,0,0.74) 26%,rgba(0,0,0,0.5) 42%,rgba(0,0,0,0.28) 58%,rgba(0,0,0,0.13) 72%,rgba(0,0,0,0.05) 84%,rgba(0,0,0,0.01) 94%,rgba(0,0,0,0) 100%);
      mask-image: radial-gradient(ellipse 50% 70% at center,rgba(0,0,0,1) 0%,rgba(0,0,0,0.92) 12%,rgba(0,0,0,0.74) 26%,rgba(0,0,0,0.5) 42%,rgba(0,0,0,0.28) 58%,rgba(0,0,0,0.13) 72%,rgba(0,0,0,0.05) 84%,rgba(0,0,0,0.01) 94%,rgba(0,0,0,0) 100%);
    }
    .page-hero-content h1 {
      font-size: 3rem; font-weight: 900;
      letter-spacing: 0.3em; line-height: 1.3;
      color: var(--ivory);
      text-shadow: 0 2px 24px rgba(0,0,0,0.5), 0 1px 8px rgba(0,0,0,0.3);
      margin-bottom: 1rem;
    }
    .page-hero-content h1 span {
      display: block; font-family: Georgia, 'Bodoni 72', serif;
      font-size: 0.8rem; letter-spacing: 0.6em;
      color: var(--gold); font-weight: 400; margin-top: 0.5rem;
      text-shadow: 0 2px 16px rgba(0,0,0,0.5);
    }
    .page-hero-content p {
      font-size: 0.9rem; font-weight: 300;
      color: rgba(255, 253, 245, 0.95);
      letter-spacing: 0.15em;
      text-shadow: 0 1px 8px rgba(0,0,0,0.4);
    }

    /* ========================================
       VENUE SPLIT SECTIONS
    ======================================== */
    .venue-split {
      display: grid; grid-template-columns: 1fr 1fr;
      min-height: 85vh;
    }
    .venue-split-img {
      position: relative; overflow: hidden;
    }
    .venue-split-img img {
      width: 100%; height: 100%; object-fit: cover;
      transition: transform 8s ease;
    }
    .venue-split-img:hover img { transform: scale(1.04); }
    .venue-split-text {
      display: flex; flex-direction: column;
      justify-content: center;
      padding: 5rem 5.5rem;
    }
    .venue-split-text .venue-en {
      font-family: Georgia, 'Bodoni 72', serif;
      font-size: 0.6rem; letter-spacing: 0.5em;
      text-transform: uppercase; color: var(--gold);
      margin-bottom: 0.6rem;
    }
    .venue-split-text h2 {
      font-size: 1.8rem; font-weight: 700;
      color: var(--champagne); line-height: 1.5;
      margin-bottom: 0.5rem; letter-spacing: 0.08em;
    }
    .venue-capacity {
      display: block; margin: 0.6rem 0 1.6rem;
      font-family: Georgia, 'Bodoni Moda', 'Bodoni 72', serif;
      font-style: italic;
      font-size: 1.05rem; font-weight: 400;
      letter-spacing: 0.06em;
      color: var(--gold);
    }
    .venue-capacity::before {
      content: '— '; opacity: 0.55;
    }
    .venue-split-text .btn-gold {
      padding: 0.55rem 1.8rem;
      font-size: 0.7rem; letter-spacing: 0.25em;
      width: fit-content;
    }
    .venue-split-text .venue-desc {
      font-size: 0.88rem; line-height: 2.4; font-weight: 300;
      color: rgba(80, 83, 80, 0.6); max-width: 440px;
      margin-bottom: 1.5rem;
    }
    .venue-features {
      display: flex; flex-wrap: wrap; gap: 0.6rem;
      margin-bottom: 2rem;
    }
    .venue-features .chip {
      display: inline-flex; align-items: center; gap: 0.3rem;
      padding: 0.3rem 0.8rem;
      font-size: 0.65rem; letter-spacing: 0.05em; font-weight: 300;
      border: 1px solid rgba(80,83,80,0.12); border-radius: 2px;
      color: rgba(80,83,80,0.6);
    }

    /* Dark text variant */
    .venue-split-text.dark-bg h2 { color: var(--champagne-light); }
    .venue-split-text.dark-bg .venue-desc { color: rgba(255, 253, 245, 0.5); }
    .venue-split-text.dark-bg .chip {
      border-color: rgba(255,253,245,0.15);
      color: rgba(255,253,245,0.5);
    }

    /* ========================================
       VENUE DIVIDER
    ======================================== */
    .venue-divider {
      text-align: center; padding: 3rem 2rem;
      background: var(--charcoal-deep);
    }
    .venue-divider .divider-line {
      width: 40px; height: 1px;
      background: var(--gold); margin: 0 auto 1rem;
    }
    .venue-divider p {
      font-family: Georgia, 'Bodoni 72', serif;
      font-size: 0.6rem; letter-spacing: 0.5em;
      text-transform: uppercase; color: var(--champagne);
    }

    /* ========================================
       PHOTO GALLERY
    ======================================== */
    .gallery-section {
      background: var(--ivory);
      padding: 7rem 4rem;
    }
    .gallery-header {
      text-align: center; margin-bottom: 3.5rem;
    }
    .gallery-header .section-desc {
      margin: 0 auto; text-align: center;
    }
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0.8rem;
      max-width: 1200px; margin: 0 auto;
    }
    .gallery-grid-item {
      position: relative; overflow: hidden;
      border-radius: 2px;
    }
    .gallery-grid-item:nth-child(1) {
      grid-column: span 2; grid-row: span 2;
    }
    .gallery-grid-item img {
      width: 100%; height: 100%; object-fit: cover;
      transition: transform 5s ease, filter 0.5s ease;
      filter: saturate(1.05);
    }
    .gallery-grid-item:hover img {
      transform: scale(1.05);
      filter: saturate(1.15);
    }

    /* ========================================
       CTA SECTION
    ======================================== */
    .cta-section {
      background: var(--ivory);
      text-align: center;
      padding: 7rem 2rem;
      position: relative; overflow: hidden;
    }
    .cta-text-wrap {
      position: relative;
      display: inline-block;
      padding: 2rem 3rem;
    }
    .cta-section .section-title {
      color: var(--champagne);
      margin-bottom: 1.5rem;
    }

    /* FOOTER — moved to resources/css/app.css */

    /* ========================================
       ANIMATIONS
    ======================================== */
    .fade-in {
      opacity: 0; transform: translateY(30px);
      transition: opacity 1s ease, transform 1s ease;
    }
    .fade-in.visible { opacity: 1; transform: translateY(0); }
    .fade-in-slow {
      opacity: 0; transform: translateY(20px);
      transition: opacity 1.4s ease, transform 1.4s ease;
    }
    .fade-in-slow.visible { opacity: 1; transform: translateY(0); }

    .stagger-children .fade-in:nth-child(1) { transition-delay: 0s; }
    .stagger-children .fade-in:nth-child(2) { transition-delay: 0.15s; }
    .stagger-children .fade-in:nth-child(3) { transition-delay: 0.3s; }
    .stagger-children .fade-in:nth-child(4) { transition-delay: 0.45s; }
    .stagger-children .fade-in:nth-child(5) { transition-delay: 0.6s; }
    .stagger-children .fade-in:nth-child(6) { transition-delay: 0.75s; }
    .stagger-children .fade-in:nth-child(7) { transition-delay: 0.9s; }
    .stagger-children .fade-in:nth-child(8) { transition-delay: 1.05s; }

    /* ========================================
       RESPONSIVE
    ======================================== */
    @media (max-width: 768px) {
      nav { padding: 1rem 1.8rem; }
      .nav-links {
        position: fixed; top: 0; right: -100%;
        width: 75%; max-width: 320px; height: 100vh;
        background: rgba(255, 253, 245, 0.97);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        flex-direction: column; justify-content: center;
        align-items: center; gap: 2rem;
        transition: right 0.4s ease;
      }
      .nav-links.open { right: 0; }
      .nav-links a { font-size: 0.9rem; color: rgba(80, 83, 80, 0.7); }
      .nav-toggle { display: block; }

      .page-hero { height: 55vh; }
      .page-hero-content { padding: 3rem 3rem; }
      .page-hero-content h1 { font-size: 2.2rem; letter-spacing: 0.2em; }

      .venue-split { grid-template-columns: 1fr; }
      .venue-split-img { min-height: 55vh; }
      .venue-split-text { padding: 4rem 2rem; }

      .gallery-section { padding: 5rem 2rem; }
      .gallery-grid { grid-template-columns: repeat(2, 1fr); }
      .gallery-grid-item:nth-child(1) { grid-column: span 2; grid-row: span 1; }

    }

    @media (max-width: 480px) {
      .page-hero-content h1 { font-size: 1.8rem; letter-spacing: 0.15em; }
      .gallery-grid { grid-template-columns: 1fr; }
      .gallery-grid-item:nth-child(1) { grid-column: span 1; }
    }
