/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 439:2 Unexpected "<"

**/
<style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --navy:       #163A5A;
      --navy-dark:  #0E2D47;
      --navy-mid:   #1A4468;
      --gold:       #BFA36A;
      --gold-light: #D4BC8E;
      --gold-dim:   rgba(191,163,106,0.12);
      --cream:      #F5F0E8;
      --white:      #FFFFFF;
      --glass:      rgba(255,255,255,0.05);
      --glass-border: rgba(191,163,106,0.2);
      --text-muted: rgba(245,240,232,0.6);
    }

    html { scroll-behavior: smooth; }

    body {
      background-color: var(--navy-dark);
      color: var(--cream);
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      overflow-x: hidden;
    }

    
    /* ── HERO ── */
    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 120px 24px 80px;
      overflow: hidden;
      background: linear-gradient(180deg, #0A2236 0%, #163A5A 40%, #0E2D47 100%);
    }

    .hero-logo {
      margin-bottom: 40px;
      animation: fadeUp 1s 0.1s ease both;
      opacity: 0;
    }
    .hero-logo img {
      height: 90px;
      width: auto;
      mix-blend-mode: lighten;
      filter: brightness(1.15) drop-shadow(0 0 40px rgba(22,58,90,0.8));
    }

    .hero-rule {
      display: flex;
      align-items: center;
      gap: 20px;
      justify-content: center;
      margin-bottom: 28px;
      animation: fadeUp 1s 0.2s ease both;
      opacity: 0;
    }
    .hero-rule span { height: 1px; width: 50px; background: var(--gold); opacity: 0.5; }
    .hero-rule p {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      color: var(--gold);
    }

    h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(52px, 10vw, 96px);
      font-weight: 300;
      line-height: 0.95;
      color: var(--white);
      letter-spacing: -0.01em;
      margin-bottom: 10px;
      animation: fadeUp 1s 0.3s ease both;
      opacity: 0;
    }
    h1 em { font-style: italic; color: var(--gold-light); }

    .hero-sub {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(16px, 2.5vw, 22px);
      font-style: italic;
      color: var(--text-muted);
      margin-bottom: 52px;
      animation: fadeUp 1s 0.4s ease both;
      opacity: 0;
    }

    .event-tiles {
      display: flex;
      gap: 0;
      border: 1px solid var(--glass-border);
      background: rgba(255,255,255,0.03);
      backdrop-filter: blur(8px);
      max-width: 580px;
      margin: 0 auto 48px;
      animation: fadeUp 1s 0.5s ease both;
      opacity: 0;
    }
    .tile {
      flex: 1;
      padding: 20px 16px;
      text-align: center;
      border-right: 1px solid var(--glass-border);
    }
    .tile:last-child { border-right: none; }
    .tile-label {
      font-size: 8px;
      font-weight: 600;
      letter-spacing: 0.35em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 6px;
    }
    .tile-val {
      font-family: 'Cormorant Garamond', serif;
      font-size: 17px;
      color: var(--cream);
      line-height: 1.3;
    }

    .hero-cta-wrap {
      animation: fadeUp 1s 0.6s ease both;
      opacity: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
    }

    .btn-gold {
      display: inline-block;
      padding: 16px 48px;
      background: var(--gold);
      color: var(--navy-dark);
      font-family: 'Montserrat', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      text-decoration: none;
      border: none;
      cursor: pointer;
      border-radius: 2px;
      transition: background 0.25s ease, transform 0.15s;
    }
    .btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }
    .btn-gold:active { transform: translateY(0); }

    .btn-outline {
      display: inline-block;
      padding: 16px 48px;
      background: transparent;
      color: var(--gold-light);
      font-family: 'Montserrat', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      text-decoration: none;
      border: 1px solid var(--gold);
      cursor: pointer;
      border-radius: 2px;
      transition: all 0.25s ease;
    }
    .btn-outline:hover { background: var(--gold); color: var(--navy-dark); }

    .capacity-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 16px;
      border: 1px solid rgba(191,163,106,0.3);
      background: rgba(191,163,106,0.08);
      border-radius: 2px;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.12em;
      color: var(--gold-light);
    }
    .capacity-pill .dot {
      width: 5px; height: 5px;
      border-radius: 50%;
      background: var(--gold);
    }

    /* ── SECTION SHARED ── */
    .section-wrap {
      max-width: 1080px;
      margin: 0 auto;
      padding: 0 24px;
    }
    .section-label {
      font-size: 9px;
      font-weight: 600;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 16px;
      display: block;
    }
    h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(34px, 4.5vw, 58px);
      font-weight: 300;
      line-height: 1.05;
      color: var(--white);
      margin-bottom: 28px;
    }
    h2 em { font-style: italic; color: var(--gold-light); }
    .body-text {
      font-size: 14px;
      line-height: 1.95;
      color: var(--text-muted);
      font-weight: 300;
    }
    .body-text + .body-text { margin-top: 16px; }
    .gold-divider {
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--glass-border) 40%, var(--glass-border) 60%, transparent);
    }

    /* ── RSVP SECTION ── */
    .rsvp-section {
      padding: 80px 24px;
      background: var(--navy-dark);
    }
    .rsvp-inner {
      max-width: 640px;
      margin: 0 auto;
      text-align: center;
    }
    .rsvp-card {
      background: rgba(22,58,90,0.5);
      border: 1px solid var(--glass-border);
      backdrop-filter: blur(16px);
      padding: 52px 48px;
      text-align: left;
      margin-top: 40px;
      border-radius: 2px;
    }
    @media(max-width:540px){ .rsvp-card { padding: 36px 24px; } }

    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    @media(max-width:540px){ .form-row { grid-template-columns: 1fr; } }
    .form-group { margin-bottom: 22px; }

    .form-label {
      display: block;
      font-size: 9px;
      font-weight: 600;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 8px;
    }
    .form-input, .form-select {
      width: 100%;
      background: transparent;
      border: none;
      border-bottom: 1px solid rgba(191,163,106,0.25);
      padding: 10px 0;
      color: var(--cream);
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: 300;
      outline: none;
      transition: border-color 0.2s;
      appearance: none;
    }
    .form-input::placeholder { color: rgba(245,240,232,0.22); }
    .form-input:focus, .form-select:focus { border-bottom-color: var(--gold); }
    .form-select option { background: #163A5A; color: var(--cream); }

    .form-divider { height: 1px; background: rgba(191,163,106,0.1); margin: 28px 0; }
    .submit-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
    .privacy-note { font-size: 10px; color: rgba(245,240,232,0.28); line-height: 1.6; flex: 1; min-width: 180px; }

    .success-msg { display: none; text-align: center; padding: 40px 20px; }
    .success-msg.show { display: block; }
    .success-icon { font-size: 28px; color: var(--gold); margin-bottom: 16px; }
    .success-title { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 300; color: var(--white); margin-bottom: 12px; }
    .success-text { font-size: 13px; color: var(--text-muted); line-height: 1.8; }

    /* ── ABOUT SECTION ── */
    .about-section {
      padding: 100px 24px;
      background: linear-gradient(180deg, var(--navy-dark) 0%, #122E47 100%);
      border-top: 1px solid rgba(191,163,106,0.08);
    }
    .about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; }
    @media(max-width:760px){ .about-grid { grid-template-columns: 1fr; gap: 48px; } }

    .highlight-bar {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-top: 36px;
      padding: 16px 20px;
      border-left: 2px solid var(--gold);
      background: var(--gold-dim);
    }
    .highlight-bar span { font-size: 12px; font-weight: 500; letter-spacing: 0.08em; color: var(--gold-light); line-height: 1.5; }

    /* ── VENUE SECTION ── */
    .venue-section {
      padding: 100px 24px;
      background: var(--navy);
      border-top: 1px solid rgba(191,163,106,0.08);
    }
    .venue-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: start; }
    @media(max-width:760px){ .venue-grid { grid-template-columns: 1fr; gap: 48px; } }

    .venue-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 14px;
      border: 1px solid var(--glass-border);
      background: rgba(255,255,255,0.03);
      margin-bottom: 24px;
      border-radius: 2px;
    }
    .venue-badge .dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }
    .venue-badge span { font-size: 9px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }

    .venue-details { display: flex; flex-direction: column; gap: 0; margin-top: 36px; }
    .venue-row {
      display: flex;
      gap: 16px;
      padding: 14px 0;
      border-bottom: 1px solid rgba(191,163,106,0.08);
      align-items: flex-start;
    }
    .venue-row:last-child { border-bottom: none; }
    .venue-row-label { font-size: 8px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); min-width: 72px; padding-top: 3px; }
    .venue-row-val { font-size: 13px; color: rgba(245,240,232,0.7); font-weight: 300; line-height: 1.65; }

    .address-card {
      background: rgba(14,45,71,0.6);
      border: 1px solid var(--glass-border);
      padding: 36px;
      border-radius: 2px;
    }
    .address-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 24px;
      font-weight: 300;
      color: var(--white);
      margin-bottom: 24px;
      line-height: 1.2;
    }
    .address-card h3 em { font-style: italic; color: var(--gold-light); }
    .addr-rows { display: flex; flex-direction: column; gap: 14px; border-top: 1px solid rgba(191,163,106,0.1); padding-top: 20px; }
    .addr-row { display: flex; gap: 14px; }
    .addr-lbl { font-size: 8px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); min-width: 64px; padding-top: 2px; }
    .addr-val { font-size: 13px; color: rgba(245,240,232,0.68); line-height: 1.6; font-weight: 300; }
    .map-link {
      display: block;
      margin-top: 24px;
      padding: 12px 20px;
      text-align: center;
      border: 1px solid var(--gold);
      color: var(--gold-light);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 2px;
      transition: all 0.2s;
    }
    .map-link:hover { background: var(--gold); color: var(--navy-dark); }

    /* ── FINAL CTA SECTION ── */
    .final-cta {
      padding: 100px 24px;
      background: linear-gradient(135deg, #0A2236 0%, #163A5A 60%, #0E2D47 100%);
      border-top: 1px solid rgba(191,163,106,0.1);
      text-align: center;
    }
    .final-cta h2 { margin-bottom: 16px; }
    .final-cta p { font-size: 14px; color: var(--text-muted); max-width: 440px; margin: 0 auto 40px; line-height: 1.8; }


    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(28px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .reveal { opacity: 1; transform: translateY(0); transition: opacity 0.7s ease, transform 0.7s ease; }
    .reveal.animate { opacity: 0; transform: translateY(22px); }
    .reveal.animate.visible { opacity: 1; transform: translateY(0); }

    /* scroll indicator */
    .scroll-indicator {
      position: absolute;
      bottom: 32px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      animation: fadeUp 1.5s 1.2s ease both;
      opacity: 0;
    }
    .scroll-indicator span {
      font-size: 8px;
      font-weight: 500;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: rgba(191,163,106,0.35);
    }
    .scroll-line {
      width: 1px;
      height: 36px;
      background: linear-gradient(180deg, var(--gold) 0%, transparent 100%);
      animation: pulse 2s ease infinite;
    }
    @keyframes pulse {
      0%,100% { opacity: 0.3; }
      50% { opacity: 0.9; }
    }
  </style>