  :root {
      /* Exact colours retained from the supplied HTML */
      --navy: #08152f;
      --navy-2: #10264d;
      --gold: #d6aa4e;
      --gold-2: #f2d787;
      --saffron: #b46a1c;
      --cream: #fffaf0;
      --cream-2: #f7eed9;
      --ink: #1b2940;
      --muted: #68728b;
      --teal: #0d7779;
      --card: #fff;
      --line: #eadfc8;
      --shadow: 0 22px 55px rgba(8, 21, 47, .12);
      --radius: 22px;
      --max: 1200px;
    }

    * {
      box-sizing: border-box
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 82px
    }

    body {
      margin: 0;
      color: var(--ink);
      font: 400 15px/1.65 Inter, system-ui, sans-serif;
      background: var(--cream);
      overflow-x: hidden
    }

    body.menu-open {
      overflow: hidden
    }

    img {
      max-width: 100%;
      display: block
    }

    a {
      color: inherit
    }

    button,
    input,
    select,
    textarea {
      font: inherit
    }

    .container {
      width: min(var(--max), calc(100% - 32px));
      margin: auto
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0
    }

    h1,
    h2,
    h3,
    h4 {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 600;
      line-height: 1.18;
      margin: 0;
      color: var(--navy)
    }

    h1 {
      font-size: clamp(2.55rem, 6vw, 5.4rem);
      letter-spacing: -.035em
    }

    h2 {
      font-size: clamp(1.8rem, 4vw, 3.15rem);
      letter-spacing: -.025em
    }

    h3 {
      font-size: 1.16rem
    }

    p {
      margin: 0
    }

    .section {
      padding: 30px 0
    }

    .section-soft {
      background: linear-gradient(180deg, var(--cream-2), #fff)
    }

    .section-dark {
      background: var(--navy);
      color: #fff
    }

    .section-dark h2,
    .section-dark h3 {
      color: #fff
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: var(--saffron);
      text-transform: uppercase;
      letter-spacing: .15em;
      font-size: .74rem;
      font-weight: 600;
      margin-bottom: 10px
    }

    .eyebrow:before {
      content: "";
      width: 26px;
      height: 1px;
      background: var(--gold)
    }

    .section-dark .eyebrow {
      color: var(--gold-2)
    }

    .section-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 28px;
      margin-bottom: 32px
    }

    .section-head>div {
      max-width: 690px
    }

    .lead {
      color: var(--muted)
    }

    .section-dark .lead {
      color: #cbd5e7
    }

    .btn {
      min-height: 30px;
      padding: 8px 19px;
      font-size: 13px;
      border-radius: 999px;
      border: 1px solid transparent;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      text-decoration: none;
      font-weight: 600;
      cursor: pointer;
      transition: .2s ease
    }

    .btn:hover {
      transform: translateY(-2px)
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--gold-2), var(--gold));
      color: #2a220f;
      box-shadow: 0 10px 28px rgba(214, 170, 78, .24)
    }

    .btn-outline {
      color: #fff;
      border-color: rgba(255, 255, 255, .3);
      background: rgba(255, 255, 255, .06)
    }

    .btn-light {
      background: #fff;
      color: var(--navy);
      border-color: var(--line)
    }

    .card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: 0 12px 32px rgba(8, 21, 47, .06)
    }

    /* Navigation */
    

    .nav {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 11px;
      text-decoration: none;
      color: #fff
    }

    .brand-mark {
      width: 43px;
      height: 43px;
      border: 1px solid rgba(242, 215, 135, .5);
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: var(--gold-2);
      font-size: 1.15rem
    }

    .brand strong,
    .brand span {
      display: block
    }

    .brand strong {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 600;
      letter-spacing: .02em
    }

    .brand span {
      flex-direction: column;
      display: flex;
      justify-content: center;
      color: #cbd5e7;
      font-size: .72rem
    }

    .navlinks {
      display: flex;
      align-items: center;
      gap: 20px
    }

    .navlinks>a:not(.btn) {
      color: #e8eef9;
      text-decoration: none;
      font-size: .86rem
    }

    .navlinks>a:hover {
      color: var(--gold-2)
    }

    .menu-btn {
      display: none;
      width: 43px;
      height: 43px;
      border: 1px solid rgba(255, 255, 255, .25);
      border-radius: 12px;
      background: transparent;
      color: #fff;
      font-size: 1.1rem
    }

    /* Hero */
    

    .hero:before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .18;
      background-image: radial-gradient(circle, rgba(242, 215, 135, .75) 0 1px, transparent 1.4px);
      background-size: 48px 48px;
      mask-image: linear-gradient(to bottom, #000, transparent 95%)
    }

    .hero:after {
      content: "";
      position: absolute;
      right: -110px;
      bottom: -260px;
      width: 720px;
      height: 720px;
      border: 1px solid rgba(242, 215, 135, .22);
      border-radius: 50%;
      box-shadow: 0 0 0 52px rgba(214, 170, 78, .025), 0 0 0 104px rgba(214, 170, 78, .02);
      z-index: -1
    }

    

    

    

    

    .hero-kicker {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 15px;
      padding: 7px 12px;
      border: 1px solid rgba(242, 215, 135, .32);
      border-radius: 999px;
      color: var(--gold-2);
      font-size: .78rem;
      letter-spacing: .12em;
      text-transform: uppercase
    }

    .hero-desc {
      margin-top: 18px;
      color: #d9e2f1;
      font-size: clamp(.96rem, 1.5vw, 1.08rem);
      max-width: 680px
    }

    

    .meta-pill {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 9px 12px;
      border: 1px solid rgba(255, 255, 255, .14);
      border-radius: 999px;
      background: rgba(255, 255, 255, .06)
    }

    .meta-pill i {
      color: var(--gold-2)
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 11px;
      margin-top: 25px
    }

    .organizer {
      margin-top: 15px;
      color: #aebbd1;
      font-size: .83rem
    }

    .divine-art {
      min-height: 535px;
      position: relative;
      display: grid;
      place-items: center
    }

    .arch {
      width: min(430px, 100%);
      aspect-ratio: .78;
      border: 1px solid rgba(242, 215, 135, .36);
      border-radius: 210px 210px 28px 28px;
      background: radial-gradient(circle at 50% 28%, rgba(242, 215, 135, .2), transparent 22%), linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015));
      display: grid;
      place-items: center;
      position: relative;
      overflow: hidden;
      box-shadow: 0 36px 80px rgba(0, 0, 0, .3)
    }

    

    .arch-copy {
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 24px;
      text-align: center;
      padding: 17px;
      border: 1px solid rgba(242, 215, 135, .23);
      border-radius: 18px;
      background: rgba(8, 21, 47, .82);
      backdrop-filter: blur(9px)
    }

    .arch-copy strong {
      display: block;
      color: var(--gold-2);
      font: 600 1.2rem 'Playfair Display', Georgia, serif
    }

    .arch-copy span {
      color: #d9e2f1;
      font-size: .82rem
    }

    .petal {
      position: absolute;
      color: var(--gold-2);
      opacity: .52;
      font-size: 1.2rem;
      animation: float 5s ease-in-out infinite
    }

    .p1 {
      left: 1%;
      top: 20%
    }

    .p2 {
      right: 4%;
      top: 9%;
      animation-delay: -1.8s
    }

    .p3 {
      right: 1%;
      bottom: 14%;
      animation-delay: -3s
    }

    @keyframes float {
      50% {
        transform: translateY(-13px) rotate(8deg)
      }
    }

    

    

    

    .count:last-child {
      border: 0
    }

    

    

    /* Invitation & highlights */
    

    .invitation-inner {
      max-width: 850px;
      margin: auto;
      padding: 10px 0
    }

    .mantra {
      margin: 22px auto 0;
      padding: 18px 22px;
      max-width: 610px;
      color: var(--saffron);
      font: 500 clamp(1.08rem, 2vw, 1.35rem) Georgia, serif;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line)
    }

    .experience-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 17px
    }

    .experience {
      padding: 25px;
      position: relative;
      overflow: hidden;
      min-height: 210px;
      transition: .2s
    }

    .experience:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow)
    }

    .experience:after {
      content: "";
      position: absolute;
      right: -34px;
      bottom: -34px;
      width: 105px;
      height: 105px;
      border-radius: 50%;
      background: rgba(214, 170, 78, .1)
    }

    .exp-icon {
      width: 45px;
      height: 45px;
      border-radius: 14px;
      background: #fff5db;
      color: var(--saffron);
      display: grid;
      place-items: center;
      font-size: 1.1rem;
      margin-bottom: 18px
    }

    .experience p {
      color: var(--muted);
      margin-top: 8px;
      font-size: .91rem
    }

    /* Schedule */
    .schedule-layout {
      display: grid;
      grid-template-columns: .72fr 1.28fr;
      gap: 34px
    }

    .schedule-note {
      padding: 27px;
      position: sticky;
      top: 100px
    }

    .schedule-note p {
      color: var(--muted);
      margin-top: 11px
    }

    .note-list {
      display: grid;
      gap: 10px;
      margin-top: 21px
    }

    .note-line {
      display: flex;
      gap: 11px;
      align-items: flex-start;
      padding: 13px;
      background: var(--cream);
      border-radius: 14px
    }

    .note-line i {
      color: var(--saffron);
      margin-top: 4px
    }

    .timeline {
      position: relative;
      padding-left: 24px
    }

    .timeline:before {
      content: "";
      position: absolute;
      left: 7px;
      top: 8px;
      bottom: 8px;
      width: 2px;
      background: linear-gradient(var(--gold), rgba(214, 170, 78, .18))
    }

    .time-item {
      position: relative;
      display: grid;
      grid-template-columns: 155px 1fr;
      gap: 14px;
      padding: 0 0 18px 16px
    }

    .time-item:before {
      content: "";
      position: absolute;
      left: -22px;
      top: 7px;
      width: 13px;
      height: 13px;
      border: 3px solid var(--cream);
      border-radius: 50%;
      background: var(--gold);
      box-shadow: 0 0 0 1px var(--gold)
    }

    .time {
      color: var(--saffron);
      font-weight: 600
    }

    .activity strong {
      display: block;
      color: var(--navy);
      font-weight: 600
    }

    .activity span {
      color: var(--muted);
      font-size: .9rem
    }

    .time-item.sacred {
      padding: 18px 18px 18px 24px;
      margin: 0 0 20px 0;
      border: 1px solid var(--gold);
      border-radius: 17px;
      background: #fff8e7;
      box-shadow: 0 12px 32px rgba(214, 170, 78, .12)
    }

    .time-item.sacred:before {
      left: -30px;
      top: 25px;
      box-shadow: 0 0 0 6px rgba(214, 170, 78, .14)
    }

    /* Venue and transport */
    .venue-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 20px
    }

    .venue-card {
      overflow: hidden
    }

    .venue-top {
      min-height: 220px;
      padding: 28px;
      display: flex;
      flex-direction: column;
      justify-content: end;
      color: #fff;
      background: radial-gradient(circle at 78% 14%, rgba(242, 215, 135, .24), transparent 25%), linear-gradient(145deg, var(--navy-2), var(--teal))
    }

    .venue-top h3 {
      color: #fff;
      font-size: 1.65rem
    }

    .venue-body {
      padding: 25px
    }

    .info-list {
      display: grid;
      gap: 14px
    }

    .info {
      display: grid;
      grid-template-columns: 38px 1fr;
      gap: 11px
    }

    .info i {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      color: var(--saffron);
      background: #fff5dc;
      border-radius: 12px
    }

    .info small {
      display: block;
      color: var(--muted);
      margin-top: 2px
    }

    .venue-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 20px
    }

    .map {
      width: 100%;
      height: 100%;
      min-height: 510px;
      border: 0;
      border-radius: var(--radius)
    }

    .transport-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px
    }

    .transport-card {
      padding: 23px
    }

    .transport-card ul {
      margin: 11px 0 0;
      padding-left: 18px;
      color: var(--muted);
      font-size: .88rem
    }

    .transport-card li+li {
      margin-top: 7px
    }

    .shuttle {
      margin-top: 18px;
      padding: 18px;
      border: 1px solid rgba(242, 215, 135, .25);
      border-radius: 18px;
      background: rgba(255, 255, 255, .06);
      color: #d9e2f1
    }

    .shuttle strong {
      color: var(--gold-2)
    }

    /* Host, media, gallery */
    .host-grid {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 20px
    }

    .host-card {
      display: grid;
      grid-template-columns: 200px 1fr;
      overflow: hidden
    }

    .host-photo {
      min-height: 265px;
      background: var(--cream-2)
    }

    .host-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover
    }

    .host-copy {
      padding: 28px;
      display: flex;
      flex-direction: column;
      justify-content: center
    }

    .host-role {
      color: var(--saffron);
      font-size: .72rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      font-weight: 600
    }

    .host-copy p {
      color: var(--muted);
      margin-top: 9px
    }

    .guest-note {
      padding: 30px;
      background: linear-gradient(145deg, var(--navy), var(--navy-2));
      color: #d9e2f1
    }

    .guest-note h3 {
      color: #fff
    }

    .guest-note p {
      margin-top: 11px
    }

    .guest-note .btn {
      margin-top: 20px
    }

    /* Devotional media: one reusable gallery and one reusable modal */
    

    #media .section-head {
      display: block;
      margin: 0 auto 30px;
      text-align: center
    }

    #media .section-head>div,
    #media .section-head .lead {
      max-width: none
    }

    #media .section-head .lead {
      margin-top: 10px;
      color: #bdc9dc
    }

    .media-showcase {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px
    }

    .media-video-card,
    .media-image-card {
      position: relative;
      width: 100%;
      padding: 0;
      overflow: hidden;
      border: 1px solid rgba(214, 170, 78, .75);
      border-radius: 17px;
      background: #061128;
      color: #fff;
      cursor: pointer;
      text-align: left
    }

    .media-video-card {
      height: 205px
    }

    .media-video-card img,
    .media-video-card video,
    .media-image-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .35s ease
    }

    .media-video-card video {
      pointer-events: none
    }

    .media-video-card:after,
    .media-image-card:after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(5, 15, 35, .95), transparent 66%);
      pointer-events: none
    }

    .media-video-card:hover img,
    .media-image-card:hover img {
      transform: scale(1.035)
    }

    .media-card-copy {
      position: absolute;
      z-index: 2;
      left: 18px;
      right: 18px;
      bottom: 16px;
      display: flex;
      align-items: center;
      gap: 13px
    }

    .media-card-copy strong {
      display: block;
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 1.02rem;
      font-weight: 600
    }

    .media-card-copy small {
      display: block;
      margin-top: 2px;
      color: var(--gold-2)
    }

    .media-play {
      width: 48px;
      height: 48px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--gold-2);
      color: var(--navy);
      box-shadow: 0 0 0 7px rgba(242, 215, 135, .13)
    }

    .media-filters {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin: 0 0 24px
    }

    .media-filter {
      min-width: 112px;
      padding: 9px 20px;
      border: 1px solid var(--gold);
      border-radius: 999px;
      background: transparent;
      color: var(--gold-2);
      cursor: pointer
    }

    .media-filter.active {
      background: linear-gradient(135deg, var(--gold-2), var(--gold));
      color: var(--navy)
    }

    .media-library {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 14px
    }

    .media-image-card {
      height: 210px
    }

    .media-image-card .media-card-copy {
      font-size: .92rem
    }

    .media-lightbox-image {
      display: block;
      width: auto;
      max-width: 100%;
      max-height: 78vh;
      margin: auto;
      border-radius: 12px
    }

    [hidden] {
      display: none !important
    }

    /* Registration */
    .register-wrap {
      display: grid;
      grid-template-columns: minmax(340px, .78fr) 1.42fr;
      overflow: hidden
    }

    .register-aside {
      padding: 42px 34px 68px;
      color: #d9e2f1;
      background-image:  url('../img/Govindotsav Entry Registration_img.png');
      background-size: cover;
      background-position: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative
    }

    .register-kicker {
      display: flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 18px;
      color: var(--gold-2);
      font-size: .74rem;
      letter-spacing: .14em;
      text-transform: uppercase
    }

    .register-aside h3 {
      color: #fff;
      font-size: 1.7rem
    }

    .register-aside>p {
      margin-top: 12px
    }

    .steps {
      display: grid;
      gap: 15px;
      margin-top: 24px
    }

    .step {
      display: flex;
      gap: 12px
    }

    .step b {
      width: 30px;
      height: 30px;
      flex: 0 0 auto;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--gold);
      color: var(--navy)
    }

    .register-promise {
      margin-top: 28px;
      padding: 12px 14px;
      border: 1px solid rgba(214, 170, 78, .55);
      border-radius: 12px;
      color: #fff;
      font-size: .8rem;
      background: rgba(8, 21, 47, .4)
    }

    .devotional-lamps {
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 16px;
      display: flex;
      justify-content: space-between;
      font-size: 1.55rem;
      filter: drop-shadow(0 0 9px rgba(242, 215, 135, .65));
      pointer-events: none
    }

    .form {
      padding: 34px;
      background: #fff
    }

    .register-form-head {
      margin-bottom: 22px
    }

    .register-form-head h3 {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 1.7rem
    }

    .register-form-head i,
    .form-section-title i {
      color: var(--saffron)
    }

    .register-form-head p {
      margin-top: 4px;
      color: var(--muted)
    }

    .form-section-title {
      grid-column: 1/-1;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 3px;
      color: var(--navy);
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 1.08rem;
      font-weight: 600
    }

    .form-section-title:after {
      content: "";
      height: 1px;
      flex: 1;
      background: linear-gradient(90deg, var(--gold), transparent)
    }

    .field-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 15px
    }

    .field {
      display: grid;
      gap: 6px
    }

    .field.full {
      grid-column: 1/-1
    }

    .field label {
      color: #34415a;
      font-size: .82rem;
      font-weight: 600
    }

    .field input,
    .field select,
    .field textarea {
      width: 100%;
      padding: 11px 13px;
      border: 1px solid #dacbad;
      border-radius: 12px;
      color: var(--ink);
      background: #fffefb;
      outline: 0
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus {
      border-color: var(--gold);
      box-shadow: 0 0 0 4px rgba(214, 170, 78, .12)
    }

    .consent {
      display: flex;
      gap: 9px;
      align-items: flex-start
    }

    .consent input {
      width: 17px;
      height: 17px;
      margin-top: 3px
    }

    .consent-row {
      grid-column: 1/-1;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px
    }

    .secure-note {
      display: flex;
      align-items: center;
      gap: 7px;
      color: var(--muted);
      font-size: .76rem;
      white-space: nowrap
    }

    .form-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 18px
    }

    .output {
      display: none;
      margin-top: 18px;
      padding: 17px;
      border: 1px solid var(--line);
      border-radius: 15px;
      background: var(--cream);
      white-space: pre-line
    }

    .output.show {
      display: block
    }

    /* FAQ/footer */
    .faq {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 13px
    }

    .faq details {
      padding: 17px 19px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 15px
    }

    .faq summary {
      cursor: pointer;
      color: var(--navy);
      font-weight: 600;
      list-style: none
    }

    .faq summary::-webkit-details-marker {
      display: none
    }

    .faq details p {
      color: var(--muted);
      margin-top: 9px
    }

    footer {
      padding: 40px 0 86px;
      background: #061128;
      color: #cbd5e7
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .9fr .9fr;
      gap: 25px
    }

    .footer-grid h4 {
      color: #fff;
      margin-bottom: 10px
    }

    .footer-grid a {
      text-decoration: none;
      color: #cbd5e7
    }

    .footer-grid a:hover {
      color: var(--gold-2)
    }

    .footer-links {
      display: grid;
      gap: 6px
    }

    .copyright {
      margin-top: 26px;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, .1);
      font-size: .8rem;
      color: #94a2bb
    }

    .mobile-cta {
      display: none;
      position: fixed;
      left: 10px;
      right: 10px;
      bottom: 10px;
      z-index: 55;
      gap: 9px;
      padding: 8px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: rgba(255, 255, 255, .94);
      backdrop-filter: blur(10px);
      box-shadow: 0 12px 34px rgba(8, 21, 47, .2)
    }

    .mobile-cta .btn {
      flex: 1
    }

    @media(max-width:1050px) {
      .navlinks {
        position: fixed;
        inset: 76px 0 auto 0;
        padding: 22px;
        display: none;
        align-items: stretch;
        flex-direction: column;
        background: var(--navy);
        border-bottom: 1px solid rgba(242, 215, 135, .2)
      }

      .navlinks.open {
        display: flex
      }

      .menu-btn {
        display: block
      }

      .hero-grid,
      .schedule-layout,
      .venue-grid,
      .host-grid,
      .register-wrap {
        grid-template-columns: 1fr
      }

      .divine-art {
        min-height: 440px
      }

      .schedule-note {
        position: static
      }

      .transport-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .map {
        min-height: 420px
      }

      .host-card {
        grid-template-columns: 180px 1fr
      }
    }

    @media(max-width:700px) {
      body {
        font-size: 14px
      }

      .container {
        width: min(100% - 24px, var(--max))
      }

      .section {
        padding: 64px 0
      }

      .section-head {
        display: block
      }

      .section-head .lead {
        margin-top: 12px
      }

      .brand span {
        display: none
      }

      

      

      

      .divine-art {
        min-height: 350px
      }

      .arch {
        max-width: 300px
      }

      .count-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .count:nth-child(2) {
        border-right: 0
      }

      .count:nth-child(-n+2) {
        border-bottom: 1px solid var(--line)
      }

      .experience-grid,
      .transport-grid,
      .faq,
      .field-grid {
        grid-template-columns: 1fr
      }

      .time-item {
        grid-template-columns: 1fr;
        gap: 4px
      }

      .map {
        min-height: 330px
      }

      .host-card {
        grid-template-columns: 1fr
      }

      .host-photo {
        height: 310px
      }

      .register-aside,
      .form {
        padding: 24px
      }

      .mobile-cta {
        display: flex
      }

      .hero-actions .btn {
        width: 100%
      }

      .footer-grid {
        grid-template-columns: 1fr
      }

      .footer-grid>div+div {
        padding-top: 18px;
        border-top: 1px solid rgba(255, 255, 255, .1)
      }
    }

    /* Approved dark navy + gold visual direction */
    .arch:before {
      content: "ॐ";
      font-family: Georgia, serif;
      color: var(--gold-2);
      font-size: clamp(5rem, 13vw, 10rem);
      text-shadow: 0 0 50px rgba(242, 215, 135, .32);
      opacity: .92;
      transform: translateY(-15px);
      display: none;
    }

    .arch>img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top
    }

    #experiences,
    #schedule,
    #venue,
    
    #faq {
      background: var(--navy);
      color: #fff
    }

    #media{
      position: relative;
      padding: 30px 0;
      overflow: hidden;
      background: url('../img/gallery_bg.png');
    color: #fff;
    }

    

    #experiences h2,
    #experiences h3,
    #schedule h2,
    #schedule h3,
    #venue h2,
    #media h2,
    #faq h2 {
      color: #fff
    }

    #experiences .lead,
    #schedule .lead,
    #venue .lead,
    #media .lead {
      color: #bdc9dc
    }

    #experiences .experience-grid {
      grid-template-columns: repeat(6, 1fr);
      gap: 10px
    }

    

    .experience-media {
      height: 160px;
      background-size: cover;
      background-position: center;
      position: relative
    }

    .experience-media:after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(8, 21, 47, .72), transparent 65%)
    }

    .experience-body {
      padding: 13px 9px 15px;
      text-align: center
    }

    .experience-body h3 {
      font-family: Georgia, serif;
      font-size: .94rem
    }

    .experience-body p {
      display: none
    }

    

    

    

    

    #schedule .time {
      color: var(--gold-2)
    }

    

    

    

    #venue .eyebrow {
      color: var(--saffron)
    }

    

    

    #venue .venue-top {
      min-height: 110px;
      background: linear-gradient(135deg, var(--navy), var(--teal));
      border-bottom: 1px solid var(--gold)
    }

    #venue .venue-body {
      padding: 22px
    }

    #venue .info i {
      background: var(--gold-2);
      color: var(--saffron)
    }

    

    

    

    #host>.container>.section-head {
      display: none
    }

    

    

    #host .host-copy h3 {
      color: #fff
    }

    #host .host-copy p {
      color: #bdc9dc
    }

    #host .host-role {
      color: var(--gold-2)
    }

    

    

    

    

    #register {
      background: linear-gradient(180deg, #fffaf0, #f7eed9);
      padding: 54px 0
    }

    #register>.container>.section-head {
      display: none
    }

    #register .register-wrap {
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: 0 18px 44px rgba(8, 21, 47, .09)
    }

    

    

    #faq .section-head {
      justify-content: center;
      text-align: center;
      margin-bottom: 24px
    }

    

    

    

    

    #faq summary:after {
      content: "+";
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      width: 26px;
      height: 26px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--navy);
      color: var(--gold-2);
      font-size: 1.1rem
    }

    

    #faq details[open] summary:after {
      content: "−"
    }

    

    .modal {
      position: fixed;
      inset: 0;
      z-index: 200;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
      background: rgba(3, 9, 22, .86);
      backdrop-filter: blur(7px)
    }

    .modal.open {
      display: flex
    }

    .modal-dialog {
      position: relative;
      width: min(94vw, 900px);
      max-height: 92vh;
      border: 1px solid var(--gold);
      border-radius: 18px;
      background: var(--navy);
      box-shadow: 0 30px 90px rgba(0, 0, 0, .5);
      overflow: hidden
    }

    .modal-close {
      position: absolute;
      right: 11px;
      top: 11px;
      z-index: 5;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255, 255, 255, .4);
      border-radius: 50%;
      background: rgba(8, 21, 47, .88);
      color: #fff;
      font-size: 1.15rem;
      cursor: pointer
    }

    .modal-title {
      padding: 16px 62px 13px 18px;
      color: #fff;
      border-bottom: 1px solid rgba(242, 215, 135, .25);
      font: 600 1rem 'Playfair Display', Georgia, serif
    }

    .modal-body {
      padding: 14px;
      overflow: auto;
      max-height: calc(92vh - 58px);
      text-align: center
    }

    .modal-video {
      display: block;
      width: 100%;
      height: auto;
      max-height: 75vh;
      aspect-ratio: 16 / 9;
      object-fit: contain;
      border: 0;
      border-radius: 12px;
      background: #000
    }

    /* Approved compact composition with the generated image assets */
    .hero {
      position: relative;
      isolation: isolate;
      display: grid;
      align-items: center;
      color: #fff;
      background:
        radial-gradient(circle at 82% 18%, rgba(13, 119, 121, .32), transparent 23%),
        radial-gradient(circle at 5% 85%, rgba(214, 170, 78, .24), transparent 28%),
        linear-gradient(120deg, #061128 0%, var(--navy) 52%, var(--navy-2) 100%);
      overflow: hidden;
      min-height: 680px;
      background-image: linear-gradient(90deg, rgba(4, 14, 37, .96), rgba(4, 14, 37, .8) 37%, rgba(4, 14, 37, .08) 70%), url('../img/ChatGPT Image Aug 16, 2026, 01_54_39 PM.png');
      background-size: cover;
      background-position: center;
    }

    .hero-grid {
      display: grid;
      align-items: center;
      gap: 50px;
      grid-template-columns: 1fr;
      padding: 0px 0 140px;
    }

    

    .hero h1 {
      color: var(--gold);
      font-size: 82px;
    }

    .hero h1 span {
      display: inline;
      color: var(--gold)
    }

    .hero .divine-art,
    .hero-kicker {
      display: none
    }

    .hero-meta {
      flex-wrap: wrap;
      margin-top: 23px;
      display: grid;
      gap: 10px;
    }

    .hero-meta .meta-pill {
      width: max-content;
      border: 0;
      background: transparent;
      padding: 0
    }

    .countdown {
      position: relative;
      z-index: 4;
      margin-top: -150px;
      padding-bottom: 20px
    }

    .countdown .container {
      margin-left: max(16px, calc((100% - 1320px)/2));
      width: min(570px, calc(100% - 32px))
    }

    .count-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      overflow: hidden;
      background: rgba(8, 21, 47, .92);
      border: 1px solid var(--gold);
      border-radius: 12px;
      box-shadow: none
    }

    .count {
      text-align: center;
      border-right: 1px solid var(--line);
      padding: 15px 11px;
      border-color: rgba(242, 215, 135, .26);
    }

    .count strong {
      display: block;
      font: 600 clamp(1.45rem, 3vw, 2rem) 'Playfair Display', Georgia, serif;
      color: var(--gold);
    }

    .count span {
      font-size: .7rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #fff;
    }

    .invitation {
      text-align: center;
      position: relative;
      background: #fff;
      padding: 58px 0;
      background-image: url('../img/ChatGPT Image Aug 16, 2026, 01_52_28 PM.png');
      background-size: cover;
      background-position: center;
    }

    .invitation:before,
    .invitation:after {
      display: none
    }

    .invitation h2 {
      color: #8d5b17
    }

    .invitation .lead {
      color: #38445b
    }

    #experiences {
      padding: 28px 0 38px
    }

    #experiences .section-head {
      justify-content: center;
      text-align: center;
      margin-bottom: 18px
    }

    #experiences .section-head .lead {
      display: none
    }

    #experiences .experience-media {
      height: 185px
    }

    #experiences .experience {
      padding: 0;
      border-color: var(--gold);
      border-radius: 12px;
      background: #0d2244;
      min-height: 244px;
    }

    

    

    #schedule:before {
      left: 0;
      background-image: linear-gradient(90deg, rgba(8, 21, 47, .05), var(--navy)), url('../img/ChatGPT Image Aug 16, 2026, 01_54_39 PM.png')
    }

    #schedule:after {
      right: 0;
      background-image: linear-gradient(270deg, rgba(8, 21, 47, .05), var(--navy)), url('../img/ChatGPT Image Aug 16, 2026, 02_04_38 PM.png')
    }

    

    

    #schedule .section-head .lead,
    #schedule aside {
      display: none
    }

    

    

    #venue {
      background: linear-gradient(180deg, #fff9e7, var(--gold-2));
      padding: 26px 0;
      background-image: url('../img/ChatGPT Image Aug 16, 2026, 04_56_00 PM.png');
      background-size: cover;
      background-position: center;
      color: #fff
    }

    #venue h2 {
      color: #fff
    }

    #venue .lead {
      color: #bdc9dc
    }

    #venue .section-head {
      justify-content: center;
      text-align: center;
      margin-bottom: 18px
    }

    #venue .section-head .lead {
      display: none
    }

    #venue .venue-grid {
      gap: 18px;
      align-items: stretch;
      grid-template-columns: .95fr 1.05fr;
    }

    #venue .venue-card {
      border-color: var(--gold);
      background: #0d2244;
      color: #fff;
      box-shadow: none
    }

    #venue .info small {
      color: #bdc9dc
    }

    #venue .map {
      border: 2px solid var(--gold);
      min-height: 360px;
      box-shadow: none
    }

    

    

    

    

    

    

    

    

    

    #faq {
      color: var(--ink);
      padding: 28px 0;
      background: var(--navy);
    }

    #faq h2 {
      color: #fff
    }

    #faq .eyebrow {
      color: var(--gold-2)
    }

    #faq .faq {
      margin: auto;
      gap: 10px;
      grid-template-columns: 1fr 1fr;
      max-width: 100%
    }

    #faq details {
      padding: 0;
      border: 1px solid var(--gold);
      overflow: hidden;
      background: rgba(255, 255, 255, .03);
      border-radius: 6px;
      box-shadow: none
    }

    #faq summary {
      position: relative;
      font-weight: 600;
      color: #fff;
      padding: 13px 45px 13px 15px;
    }

    #faq details[open] summary {
      background: #f2d787cc;
      color: var(--navy)
    }

    #faq details p {
      margin: 0;
      padding: 0 18px 17px;
      color: #bdc9dc
    }

    /* Preserve the original schedule content and improve the requested sections */
    #schedule {
      position: relative;
      overflow: hidden;
      padding: 20px 0px 0px 4px;
      background:url('../img/journey_bg.png');
      color: var(--ink);
      background-size: cover;
    background-repeat: no-repeat;
    }

    #schedule:before,
    #schedule:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 28%;
      height: 90%;
      background-size: cover;
      background-position: center top;
      opacity: .55;
      pointer-events: none;
      display: none;
    }

    #schedule .container {
      position: relative;
      z-index: 1;
      max-width: 1200px
    }

    #schedule .section-head {
      display: flex;
      justify-content: space-between;
      text-align: left;
      align-items: end;
      margin-bottom: 32px
    }

    #schedule .section-head .lead {
      display: block;
      color: #444850;
    }

    #schedule h2,
    #schedule h3 {
      color: var(--navy)
    }

    #schedule .schedule-layout {
      display: grid;
      grid-template-columns: .72fr 1.28fr;
      gap: 34px
    }

    #schedule aside {
      display: block
    }

    #schedule .schedule-note {
      position: sticky;
      top: 96px;
      background: #fff;
      border-color: var(--line);
      box-shadow: 0 16px 38px rgba(8, 21, 47, .08)
    }

    #schedule .schedule-note p,
    #schedule .activity span {
      color: var(--muted)
    }

    #schedule .note-line {
      background: #fffdf7;
      border: 1px solid var(--line);
      color: var(--ink)
    }

    #schedule .note-line i,
    #schedule .time {
      color: var(--saffron)
    }

    

    #schedule .activity strong {
      color: var(--navy)
    }

    

    

    #host .guest-note {
      border: 0;
      border-radius: 0;
      box-shadow: none;
      color: var(--ink);
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      padding: 34px 42px;
      background: linear-gradient(120deg, #fffaf0, #f2d787cc);
      overflow: hidden;
    }

    #host .guest-note:after {
      content: "\f1d8";
      font: 900 8rem/1 "Font Awesome 6 Free";
      position: absolute;
      right: 24px;
      bottom: -25px;
      color: rgba(180, 106, 28, .07)
    }

    #host .guest-note h3 {
      color: var(--navy);
      font-family: Inter, sans-serif;
      font-size: 1.35rem;
      font-weight: 600;
    }

    #host .guest-note p {
      color: var(--muted);
      max-width: 650px;
      font-size: .96rem;
      position: relative;
      z-index: 1;
    }

    #host .guest-note .btn {
      position: relative;
      z-index: 1;
      width: max-content;
      background: var(--navy);
      color: #fff;
      border-color: var(--navy)
    }

    #transport {
      background: linear-gradient(135deg, #071329, #10264d);
      padding: 25px 0
    }

    #transport .section-head {
      display: flex
    }

    #transport .transport-grid {
      counter-reset: travel;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px
    }

    #transport .transport-card {
      box-shadow: none;
      border-color: rgba(214, 170, 78, .45);
      counter-increment: travel;
      position: relative;
      display: grid;
      grid-template-columns: 62px 1fr;
      grid-template-rows: auto 1fr;
      column-gap: 18px;
      padding: 24px;
      background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045));
      border: 1px solid rgba(242, 215, 135, .3);
      border-radius: 18px;
      color: #fff;
      overflow: hidden;
    }

    #transport .transport-card:after {
      content: "0" counter(travel);
      position: absolute;
      right: 15px;
      top: 5px;
      font: 600 3.5rem/1 Inter, sans-serif;
      color: rgba(242, 215, 135, .08)
    }

    #transport .transport-card .exp-icon {
      grid-row: 1/3;
      width: 58px;
      height: 58px;
      margin: 0;
      border: 1px solid rgba(214, 170, 78, .5);
      border-radius: 16px;
      background: #f2d787cc;
      color: var(--navy);
      font-size: 1.25rem
    }

    #transport .transport-card h3 {
      font-family: Inter, sans-serif;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: 0;
      color: #fff;
      margin: 2px 0 8px
    }

    #transport .transport-card ul {
      margin: 0;
      padding-left: 18px;
      color: #cad4e5;
      font-size: .85rem;
      line-height: 1.65
    }

    #transport .shuttle {
      margin-top: 16px;
      background: rgba(242, 215, 135, .08);
      border-color: rgba(242, 215, 135, .35)
    }

    /* Final balance pass: calm schedule rows and exact timeline alignment */
    #schedule .timeline {
      max-width: none;
      margin: 0;
      padding-left: 33px;
    }

    #schedule .timeline:before {
      left: 11px
    }

    #schedule .time-item {
      padding-left: 18px
    }

    #schedule .time-item:before,
    #schedule .time-item.sacred:before {
      left: -32px;
      top: 7px;
      width: 16px;
      height: 16px;
      border: 3px solid #fffaf0;
      box-shadow: 0 0 0 1px var(--gold)
    }

    #schedule .time-item.sacred {
      border-color: var(--gold);
      padding: 0 0 24px 18px;
      margin: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    #schedule .time-item.sacred .activity strong {
      color: var(--navy)
    }

    @media(max-width:1050px) {
      #experiences .experience-grid {
        grid-template-columns: repeat(3, 1fr)
      }
    }

    @media(max-width:700px) {
      .hero {
      min-height: 620px;
        background-position: 66% center
    }

      .hero-grid {
      gap: 25px;
      padding: 55px 0 125px;
    }

      .hero h1 {
      font-size: 2.8rem
    }

      .countdown {
        margin-top: -105px
      }

      .countdown .container {
        margin: auto;
        width: calc(100% - 24px)
      }

      #experiences .experience-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      #schedule:before,
      #schedule:after {
        display: none
      }

      #venue .venue-grid,
      #host .host-grid,
      #register .register-wrap {
        grid-template-columns: 1fr
      }

      

      #host .host-card {
        grid-template-columns: 130px 1fr
      }

      #host .guest-note {
        padding: 24px
      }

      #faq .faq {
        grid-template-columns: 1fr
      }

      .experience-media {
        height: 145px
      }

      .modal {
        padding: 10px
      }

      .modal-body {
        padding: 8px
      }

      .modal-video {
        max-height: 70vh
      }
    }

    @media(max-width:700px) {
      #schedule .section-head {
        display: block
      }

      #schedule .section-head .lead {
        margin-top: 12px
      }

      #schedule .schedule-note {
        position: static
      }

      #transport .transport-grid {
      grid-template-columns: 1fr
    }

      #media {
        padding: 54px 0
      }

      .media-showcase {
        grid-template-columns: 1fr
      }

      .media-video-card {
        height: 190px
      }

      .media-library {
        grid-template-columns: repeat(2, minmax(0, 1fr))
      }

      .media-image-card {
        height: 190px
      }

      .consent-row {
        flex-direction: column;
        gap: 9px
      }

      .secure-note {
        white-space: normal
      }

    }

    @media(prefers-reduced-motion:reduce) {
      html {
        scroll-behavior: auto
      }

      .petal {
        animation: none
      }

      .btn {
        transition: none
      }
    }
    /* Final layout refinements: centered spiritual-host panel, left-aligned hero,
       and mobile-safe stacking. Kept together to avoid changing prior custom CSS. */
    .hero > .container {
      width: min(1300px, calc(100% - 48px));
    }

    .hero-copy {
      max-width: 650px;
      margin-right: auto;
    }

    #host {
      background: var(--navy);
      padding: 30px 150px;
    }

    #host .container {
      width: min(1400px, 100%);
      max-width: 1400px;
      margin-inline: auto;
    }

    #host .host-grid {
      gap: 0;
      overflow: hidden;
      border: 1px solid var(--gold);
      background: var(--cream);
      grid-template-columns: minmax(500px, .9fr) minmax(0, 1.1fr);
      border-left: 1px solid var(--gold);
      border-right: 1px solid var(--gold);
      border-radius: 18px;
      box-shadow: 0 18px 45px rgba(2, 10, 28, .22);
    }

    #host .host-card {
      border: 0;
      border-radius: 0;
      box-shadow: none;
      background: var(--navy);
      grid-template-columns: 190px minmax(0, 1fr);
    }

    @media (max-width: 1050px) {
      .hero > .container {
        width: min(100% - 32px, 920px);
      }

      #host {
        padding: 24px 16px;
      }

      #host .host-grid {
        grid-template-columns: 1fr;
      }

      #host .host-card {
        grid-template-columns: 190px minmax(0, 1fr);
      }
    }

    @media (max-width: 700px) {
      

      .hero > .container {
        width: calc(100% - 28px);
        margin-inline: 14px;
      }

      

      .hero-copy {
        width: min(100%, 520px);
        padding: 0;
      }

      

      

      .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      #host {
        padding: 18px 12px;
      }

      #host .host-grid {
        border-radius: 15px;
      }

      #host .host-card {
        grid-template-columns: 1fr;
      }

      #host .host-photo {
        height: clamp(260px, 88vw, 390px);
        min-height: 0;
      }

      #host .host-photo img {
        object-position: center 24%;
      }

      #host .host-copy,
      #host .guest-note {
        padding: 24px 20px;
      }

      #host .host-copy h3,
      #host .guest-note h3 {
        font-size: 1.35rem;
        line-height: 1.18;
      }

      #host .guest-note .btn {
        width: 100%;
        justify-content: center;
      }
    }

    @media (max-width: 420px) {
      .hero h1 {
        font-size: 2.55rem;
      }

      .hero-desc {
        max-width: 100%;
      }

      .hero-meta .meta-pill {
        max-width: 100%;
      }

      #host .host-copy,
      #host .guest-note {
        padding: 21px 17px;
      }
    }
    /* Registration aside spacing refinement — matches the approved open layout. */
    #register .register-aside {
      justify-content: flex-start;
      min-height: 680px;
      padding: 72px 40px 34px;
    }

    #register .register-kicker {
      margin-bottom: 24px;
    }

    #register .register-aside h3 {
      max-width: 310px;
      font-size: clamp(2rem, 2.3vw, 2.45rem);
      line-height: 1.14;
      letter-spacing: -.02em;
    }

    #register .register-aside > p {
      max-width: 330px;
      margin-top: 18px;
      line-height: 1.55;
    }

    #register .steps {
      gap: 0;
      margin-top: 32px;
    }

    #register .step {
      position: relative;
      gap: 16px;
      padding-bottom: 26px;
    }

    #register .step:not(:last-child)::after {
      content: "";
      position: absolute;
      left: 14px;
      top: 30px;
      bottom: 0;
      width: 2px;
      background: var(--gold);
    }

    #register .step b {
      position: relative;
      z-index: 1;
      width: 34px;
      height: 34px;
      font-size: .95rem;
    }

    #register .step span {
      padding-top: 2px;
      line-height: 1.55;
    }

    #register .step strong {
      display: inline-block;
      margin-bottom: 2px;
      color: #fff;
      font-weight: 600;
    }

    #register .register-promise {
      width: 100%;
      margin-top: auto;
      padding: 14px 16px;
      border-radius: 10px;
    }

    @media (max-width: 1050px) {
      #register .register-aside {
        min-height: 640px;
        padding: 58px 36px 32px;
      }
    }

    @media (max-width: 700px) {
      #register .register-aside {
        min-height: 620px;
        padding: 48px 26px 26px;
      }

      #register .register-aside h3 {
        max-width: 290px;
        font-size: 2rem;
      }

      #register .register-aside > p {
        max-width: 310px;
      }

      #register .steps {
        margin-top: 28px;
      }

      #register .step {
        padding-bottom: 23px;
      }
    }

    @media (max-width: 700px) {
#register .register-promise{
  margin-top: 10px;
    }
    }

    
    /* Mobile-only background assets and responsive corrections.
       Desktop rules and existing custom changes remain untouched. */
    @media (max-width: 700px) {
      /* Clear, fully visible navigation divider. */
      .topbar {
        height: 68px;
        border-bottom: 1px solid rgba(242, 215, 135, .58);
        box-shadow: inset 0 -1px 0 rgba(242, 215, 135, .12);
      }

      .topbar .nav {
        width: calc(100% - 24px);
        gap: 9px;
      }

      .brand {
        min-width: 0;
        flex: 1;
        gap: 9px;
      }

      .brand .brand-mark {
        display: grid !important;
        width: 39px;
        height: 39px;
        flex: 0 0 39px;
        font-size: .9rem;
      }

      .brand > span:last-child {
        display: flex !important;
        min-width: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 2px;
        line-height: 1.15;
      }

      .brand > span:last-child > strong {
        display: block;
        max-width: 100%;
        color: #fff;
        font-size: .82rem;
        line-height: 1.15;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .brand > span:last-child > span {
        display: block !important;
        max-width: 100%;
        color: #aebbd1;
        font-size: .61rem;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .menu-btn {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
      }

      /* Portrait hero asset is used only on phones. */
      .hero {
      min-height: 0;
        background-image:
          linear-gradient(90deg, rgba(3, 12, 31, .9) 0%, rgba(3, 12, 31, .67) 55%, rgba(3, 12, 31, .16) 100%),
          url('../img/ChatGPT Image Aug 16, 2026, 06_08_57 PM.png');
        background-size: cover;
        background-position: center top;
    }

      .hero-grid {
      min-height: calc(80svh - 68px);
        padding: 38px 0 34px;
        align-items: center;
    }

      .hero h1 {
      line-height: .98;
      font-size: clamp(2.45rem, 13vw, 3.45rem);
    }

      .hero-desc {
      font-size: .95rem;
        line-height: 1.65;
      max-width: 88%;
        text-shadow: 0 2px 9px rgba(0, 0, 0, .6);
    }

      .hero-meta,
      .hero-actions,
      .organizer {
        position: relative;
        z-index: 2;
      }

      /* Countdown remains in normal flow and cannot cover the invitation. */
      .countdown {
        margin-top: 0;
        padding: 12px 0 20px;
        background: var(--navy);
      }

      .countdown .container {
        width: calc(100% - 24px);
        margin-inline: auto;
      }

      .count-grid {
        position: relative;
        z-index: 1;
      }

      /* Portrait invitation asset. */
      .invitation {
        padding: 68px 0;
        background-image: url('../img/ChatGPT Image Aug 16, 2026, 06_10_59 PM.png');
        background-size: cover;
        background-position: center top;
      }

      /* Portrait Journey to Midnight asset and true one-column structure. */
      #schedule {
        padding: 58px 0;
        background-image: url('../img/ChatGPT Image Aug 16, 2026, 06_13_53 PM.png');
        background-size: cover;
        background-position: center top;
      }

      #schedule .section-head {
        margin-bottom: 24px;
      }

      #schedule .schedule-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
      }

      #schedule aside,
      #schedule .schedule-note,
      #schedule .timeline {
        width: 100%;
        max-width: none;
        min-width: 0;
      }

      #schedule .schedule-note {
        position: static;
        padding: 22px;
      }

      #schedule .timeline {
        margin: 0;
        padding-left: 32px;
      }

      #schedule .timeline::before {
        left: 10px;
      }

      #schedule .time-item {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 12px;
        padding-left: 16px;
      }

      #schedule .time-item::before,
      #schedule .time-item.sacred::before {
        left: -31px;
      }

      /* Portrait Plan Your Visit asset. */
      #venue {
        padding: 58px 0;
        background-image: url('../img/ChatGPT Image Aug 16, 2026, 06_19_33 PM.png');
        background-size: cover;
        background-position: center top;
      }

      #venue .venue-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
      }

      #venue .map {
        min-height: 330px;
      }

      /* Portrait celebration-gallery asset. */
      #media {
        padding: 58px 0;
        background-image: url('../img/ChatGPT Image Aug 16, 2026, 06_21_31 PM.png');
        background-size: cover;
        background-position: center top;
        background-attachment: scroll;
      }
    }

    @media (max-width: 420px) {
      .brand > span:last-child > strong {
        font-size: .76rem;
      }

      .brand > span:last-child > span {
        font-size: .56rem;
      }

      #schedule .time-item {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 10px;
      }
    }
    /* Confirmed 17 Aug additions — consolidated component styles. */
    .topbar{
      position: sticky;
      top: 0;
      z-index: 60;
      background: rgba(8, 21, 47, .96);
      border-bottom: 1px solid rgba(242, 215, 135, .2);
      backdrop-filter: blur(14px);
      height:100px;
    }
    .topbar .unified-nav{width:100%;max-width:none;display:grid;grid-template-columns:minmax(340px,1.15fr) auto minmax(330px,.9fr);align-items:center;gap:28px;height:100%}
    .unified-brand{display:flex;align-items:center;min-width:0;color:#fff;text-decoration:none}
    .unified-logo-lockup{width:116px;flex:0 0 116px;text-align:center;padding-right:18px;border-right:1px solid rgba(235,188,83,.72)}
    .unified-logo-lockup img{width:74px;height:62px;margin:auto;object-fit:contain}
    .unified-logo-lockup span{display:block;width:100%;margin-top:5px;color:#e8edf7;font-family:'Playfair Display',serif;font-size:8px;line-height:1;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}
    .unified-org{padding-left:20px;color:#f5f7fb;font-size:14px;line-height:1.35;letter-spacing:.035em;text-transform:uppercase}
    .unified-org strong{display:block;font-weight:500}
    .unified-founder{display:grid;grid-template-columns:90px 1fr;align-items:center;gap:14px;min-width:0;padding-left:20px;border-left:1px solid rgba(235,188,83,.72)}
    .founder-frame{position:relative;width:75px;height:78px;display:flex;align-items:flex-end;justify-content:center;border:2px solid #d8a841;border-radius:48px 48px 16px 16px;box-shadow:inset 0 0 0 3px rgba(7,26,59,.95),0 0 0 1px rgba(242,215,135,.35);overflow:hidden}
    .founder-frame:after{content:'❧';position:absolute;left:50%;bottom:-9px;transform:translateX(-50%);color:#efc85f;font-size:26px;line-height:1}
    .founder-frame img{width:80px;height:88px;object-fit:contain;object-position:center bottom}
    .founder-copy{min-width:0}.founder-copy span{display:block;color:#e6b94f;font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px}.founder-copy strong{display:block;color:#fff;font-family:'Playfair Display',serif;font-size:13px;font-weight:500;line-height:1.35}
    .unified-nav .navlinks{gap:16px;justify-content:center}.unified-nav .navlinks>a:not(.btn){font-size:.8rem;white-space:nowrap}.unified-nav .btn{white-space:nowrap}
    .dance-feature{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 15%,rgba(214,170,78,.18),transparent 30%),linear-gradient(135deg,#06152f,#0a2147);color:#fff}
    .dance-feature:before,.dance-feature:after{content:'✦';position:absolute;color:rgba(232,185,74,.22);font-size:120px;line-height:1}.dance-feature:before{left:-24px;top:35px}.dance-feature:after{right:-18px;bottom:25px}
    .dance-feature .section-head{position:relative;z-index:1}.dance-feature h2{color:#fff}.dance-feature .lead{color:#cbd5e7}
    .dance-showcase{position:relative;z-index:1;display:grid;grid-template-columns:1.35fr .9fr .9fr;grid-template-rows:repeat(2,230px);gap:18px}
    .dance-card{position:relative;overflow:hidden;border:1px solid rgba(230,178,63,.65);border-radius:20px;background:#081b3a;cursor:pointer;padding:0;box-shadow:0 16px 36px rgba(0,0,0,.22)}
    .dance-card:first-child{grid-row:1/3}.dance-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.dance-card:hover img{transform:scale(1.045)}
    .dance-card:after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(2,10,26,.92))}
    .dance-card-copy{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;text-align:left;color:#fff}.dance-card-copy small{display:block;color:#efc85f;text-transform:uppercase;letter-spacing:.12em;font-size:10px;margin-bottom:5px}.dance-card-copy strong{display:block;font-family:'Playfair Display',serif;font-size:clamp(18px,2vw,27px);font-weight:500; line-height: 1.2;}.dance-card-copy span{display:block;color:#d8e0ef;font-size:12px;margin-top:5px}
    .pass-grid{display:grid;grid-template-columns:repeat(3,1fr) minmax(260px,.85fr);gap:18px}.pass-card,.payment-card,.contact-card,.associate-card{padding:26px;border:1px solid rgba(213,158,43,.45);border-radius:22px;background:#fff}.pass-card h3{font-size:27px}.pass-price{font-family:"Cormorant Garamond",serif;font-size:43px;font-weight:700;color:#a96508;margin:10px 0}.pass-card ul{padding-left:20px;color:#56637a;line-height:1.8}.free-pass{background:linear-gradient(145deg,#fff,#fff8e4);border-color:#d9ad4d}.free-pass .pass-price{color:#0d7779}.payment-card{text-align:center;background:#071a3b;color:#fff}.payment-card img{width:170px;height:170px;object-fit:contain;background:#fff;padding:10px;border-radius:16px;margin:10px auto}.payment-card p{color:#dfe7f5;font-size:14px}.section-title-center{text-align:center; margin:0 auto 30px}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.contact-card i{font-size:24px;color:#bf7812}.contact-card h3{font-size:20px;margin:12px 0 7px}.contact-card a{color:#0a684f;font-weight:800; text-decoration: none;}.associate-card{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#fffaf0}.associate-card img{width:180px;height:84px;object-fit:contain}.associate-copy{flex:1}.associate-copy h3{font-size:25px}.associate-phones{display:flex;gap:10px;flex-wrap:wrap}.activity-caption{font-size:13px;color:#7a5a22;margin-top:6px}
    @media(max-width:1180px){.topbar{height:92px}.unified-nav{grid-template-columns:minmax(240px,1fr) auto 80px}.unified-logo-lockup{width:82px;flex-basis:82px}.unified-logo-lockup img{width:60px;height:50px}.unified-org{font-size:11px;padding-left:14px}.unified-founder{grid-template-columns:68px;justify-content:end;padding-left:12px}.founder-frame{width:64px;height:68px}.founder-frame img{width:60px;height:66px}.founder-copy{display:none}.unified-nav .navlinks{gap:11px}.unified-nav .navlinks>a:not(.btn){font-size:.72rem}}
    .hero-video-stage{display:grid;position:fixed;right:18px;bottom:18px;width:min(340px,calc(100vw - 36px));min-height:0;align-items:center;z-index:180}.hero-video-frame{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border:1px solid rgba(242,215,135,.82);border-radius:18px;background:#061631;box-shadow:0 20px 55px rgba(0,0,0,.52);cursor:pointer}.hero-video-frame video{width:100%;height:100%;display:block;object-fit:cover;pointer-events:none}.hero-video-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(4,16,39,.92) 100%);pointer-events:none}.hero-video-caption{position:absolute;left:16px;right:104px;bottom:14px;color:#fff;pointer-events:none}.hero-video-caption span{display:block;color:var(--gold-2);font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:3px}.hero-video-caption strong{font:600 1rem 'Playfair Display',Georgia,serif}.hero-video-toggle,.hero-video-sound{position:absolute;bottom:12px;width:40px;height:40px;border:1px solid rgba(242,215,135,.8);border-radius:50%;background:var(--gold-2);color:#071a3b;cursor:pointer;font-size:.86rem;z-index:2}.hero-video-toggle{right:14px}.hero-video-sound{right:60px}.modal-actions{display:flex;justify-content:flex-end;padding:0 14px 14px}.modal-actions .btn{min-width:110px;justify-content:center}
    .leadership-section{background:linear-gradient(180deg,#fdf8ec,#fff);position:relative;overflow:hidden}.leadership-section:before{content:'✦';position:absolute;right:5%;top:7%;font-size:10rem;color:rgba(194,134,15,.06)}.leadership-grid{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.leader-card{padding:25px 16px 22px;text-align:center;border:1px solid rgba(184,124,17,.3);border-radius:22px;background:rgba(255,255,255,.9);box-shadow:0 14px 35px rgba(23,39,72,.08)}.leader-card:nth-child(3){transform:translateY(-10px);border-color:rgba(201,145,31,.65);box-shadow:0 20px 45px rgba(23,39,72,.14)}.leader-photo{width:126px;height:126px;margin:0 auto 18px;padding:5px;border:1px solid #d4a634;border-radius:50%;background:#fff4d1;box-shadow:0 0 0 7px rgba(221,174,61,.1)}.leader-photo img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}.leader-card h3{font:600 1.18rem 'Playfair Display',Georgia,serif;color:#071a3b;margin-bottom:7px}.leader-role{display:block;color:#a96607;font-size:.67rem;line-height:1.45;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.leader-card p{margin:9px 0 0;color:#63708a;font-size:.78rem;line-height:1.55}
    @media(max-width:1100px){.leadership-grid{grid-template-columns:repeat(3,1fr)}.leader-card:nth-child(3){transform:none}}
    @media(max-width:900px){.topbar{height:76px}.topbar .unified-nav{display:flex;width:100%;padding-inline:12px;gap:10px}.unified-brand{flex:1;order:1}.unified-logo-lockup{width:66px;flex-basis:66px;padding-right:10px}.unified-logo-lockup img{width:48px;height:40px}.unified-logo-lockup span{font-size:7px}.unified-org{font-size:10px;padding-left:10px}.unified-founder{order:2;border:0;padding:0;display:block}.founder-frame{width:50px;height:54px}.founder-frame img{width:47px;height:52px}.unified-nav .menu-btn{order:3;display:grid;place-items:center}.unified-nav .navlinks{order:4;position:fixed;inset:76px 0 auto;background:#071a3b;padding:22px;display:none;flex-direction:column;align-items:stretch}.unified-nav .navlinks.open{display:flex}.dance-showcase{grid-template-columns:1fr 1fr;grid-template-rows:330px repeat(2,210px)}.dance-card:first-child{grid-column:1/3;grid-row:auto}.pass-grid{grid-template-columns:1fr 1fr}.payment-card{grid-column:auto}.contact-grid{grid-template-columns:1fr 1fr}}
    @media(max-width:600px){.topbar{height:82px}.topbar .unified-nav{gap:7px;padding-inline:8px}.unified-logo-lockup{width:52px;flex-basis:52px;padding-right:7px}.unified-logo-lockup img{width:42px;height:36px}.unified-org{padding-left:7px;font-size:7px;line-height:1.3}.unified-org strong{max-width:108px;white-space:normal}.unified-founder{display:flex;align-items:center;gap:6px;flex:0 0 128px}.unified-founder .founder-frame{width:42px;height:46px;flex:0 0 42px}.unified-founder .founder-frame img{width:40px;height:45px}.unified-founder .founder-copy{display:block}.unified-founder .founder-copy span{font-size:6px;margin-bottom:2px}.unified-founder .founder-copy strong{font-size:7px;line-height:1.2}.unified-nav .menu-btn{width:36px;height:36px;flex:0 0 36px}.unified-nav .navlinks{inset:82px 0 auto}.hero-video-stage{right:10px;bottom:72px;width:210px}.hero-video-caption{left:10px;right:78px;bottom:9px}.hero-video-caption span{display:none}.hero-video-caption strong{font-size:.72rem}.hero-video-toggle,.hero-video-sound{bottom:7px;width:30px;height:30px;font-size:.68rem}.hero-video-toggle{right:8px}.hero-video-sound{right:43px}.dance-feature{padding:58px 0}.dance-feature .section-head{display:block}.dance-feature .lead{margin-top:12px}.dance-showcase{grid-template-columns:1fr;grid-template-rows:260px repeat(4,210px)}.dance-card:first-child{grid-column:auto}.leadership-grid{grid-template-columns:1fr}.leader-card{display:grid;grid-template-columns:92px 1fr;text-align:left;column-gap:16px;align-items:center}.leader-photo{grid-row:1/4;width:88px;height:88px;margin:0}.pass-grid,.contact-grid{grid-template-columns:1fr}.payment-card{grid-column:auto}.associate-card{align-items:flex-start;flex-direction:column}.associate-card img{width:150px}.pass-card,.payment-card,.contact-card{padding:20px}}
    @media(max-width:360px){.unified-org{display:none}.unified-founder{margin-left:auto;flex-basis:142px}.hero-video-stage{width:185px}}