:root {
  --navy: #061827;
  --navy-2: #0a263a;
  --burgundy: #5b1423;
  --ivory: #f5e9d3;
  --cream: #fffaf0;
  --gold: #c89a43;
  --blue: #2990e8;
  --ink: #142333;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.srOnly { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.hero { position: relative; min-height: 820px; overflow: hidden; color: var(--ivory); background: radial-gradient(circle at 68% 38%, #17384c 0, var(--navy) 42%, #030d15 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(transparent, rgba(0,0,0,.65)); pointer-events: none; }
.curtain { position: absolute; top: 0; bottom: 0; width: max(52px, 7vw); z-index: 3; background: repeating-linear-gradient(90deg, #28040b 0 18%, #761426 38%, #330710 68%, #160207 100%); box-shadow: inset 0 0 40px #130106, 0 0 28px #000; }
.curtain::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent); }
.curtainLeft { left: 0; transform: skewX(-3deg); transform-origin: top; }
.curtainRight { right: 0; transform: skewX(3deg); transform-origin: top; }
.nav { position: relative; z-index: 5; height: 92px; display: flex; align-items: center; gap: 54px; border-bottom: 1px solid rgba(200,154,67,.75); }
.brand { display: grid; place-items: center; align-self: stretch; }
.brand img { width: 176px; max-height: 80px; object-fit: contain; padding: 2px; }
.navLinks { display: flex; gap: 34px; margin-right: auto; }
.navLinks a { position: relative; font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.navLinks a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .25s ease; }
.navLinks a:hover::after { right: 0; }
.navCta, .primaryCta { border: 2px solid var(--gold); color: var(--ivory); text-transform: uppercase; font-weight: 800; letter-spacing: .14em; transition: .25s ease; }
.navCta { padding: 16px 22px; font-size: .75rem; }
.navCta:hover, .primaryCta:hover { background: #135c96; transform: translateY(-2px); }

.heroGrid { position: relative; z-index: 2; min-height: 700px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 46px; padding-block: 52px 68px; }
.heroCopy { position: relative; z-index: 2; padding-left: clamp(18px, 3vw, 46px); animation: rise .7s ease both; }
.ornament { display: flex; align-items: center; gap: 12px; width: 70%; color: var(--gold); }
.ornament span { height: 1px; flex: 1; background: var(--gold); }
.eyebrow, .kicker { margin: 20px 0 8px; color: var(--blue); text-transform: uppercase; letter-spacing: .2em; font-size: .75rem; font-weight: 900; }
.eventLogo { display: block; width: min(100%, 570px); margin: 10px 0 24px; border: 1px solid rgba(200,154,67,.82); background: var(--cream); box-shadow: 0 16px 38px rgba(0,0,0,.36); }
h1, h2, .fact h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { margin: 0; font-size: clamp(4rem, 6.2vw, 6.7rem); line-height: .78; letter-spacing: -.045em; text-transform: uppercase; font-weight: 500; }
h1 em { display: block; color: var(--gold); font-size: .47em; line-height: 1.1; letter-spacing: .02em; font-style: italic; text-transform: none; }
.subtitle { margin: 16px 0 22px; color: var(--blue); text-transform: uppercase; font-size: 1.1rem; letter-spacing: .25em; font-weight: 800; }
.eventMeta { display: grid; gap: 10px; padding: 20px 0; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.eventMeta p, .presented p { margin: 0; text-transform: uppercase; font-weight: 800; letter-spacing: .12em; font-size: .9rem; }
.eventMeta span { color: var(--gold); display: inline-block; width: 28px; font-size: 1.2rem; }
.eventLocation { display: flex; align-items: flex-start; }
.eventLocation a { display: grid; gap: 4px; border-bottom: 1px solid transparent; transition: border-color .2s ease; }
.eventLocation a:hover { border-color: var(--gold); }
.eventLocation strong { color: var(--ivory); }
.eventLocation small { color: #cbd8e1; font-size: .74rem; letter-spacing: .08em; }
.presented { display: grid; gap: 8px; margin: 22px 0; }
.presented strong { color: var(--blue); }
.primaryCta { display: inline-flex; align-items: center; gap: 28px; padding: 18px 28px; background: #0d4b7d; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.primaryCta span { font-size: 1.5rem; }
.portraitWrap { min-width: 0; animation: resolve .9s .12s ease both; }
.arch { position: relative; overflow: hidden; aspect-ratio: 1.02; border: 5px solid var(--gold); border-bottom: 0; border-radius: 50% 50% 0 0 / 42% 42% 0 0; box-shadow: 0 14px 60px #000; background: #090909; }
.arch::before { content: "✦"; position: absolute; z-index: 2; top: -9px; left: 50%; transform: translateX(-50%); color: var(--gold); font-size: 2rem; }
.arch img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.portraitLabel { margin: 12px 0 0; color: var(--gold); text-align: center; font-family: Georgia, serif; font-style: italic; letter-spacing: .08em; }

.factBar { position: relative; z-index: 4; margin-top: -6px; background: var(--ivory); border-block: 4px double var(--gold); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); }
.fact { min-height: 150px; display: flex; align-items: center; gap: 22px; padding: 28px; border-right: 1px solid rgba(86,56,14,.35); }
.fact:last-child { border: 0; }
.factIcon { display: grid; place-items: center; flex: 0 0 64px; height: 64px; border: 2px solid var(--gold); border-radius: 50%; background: var(--navy); color: var(--gold); font-family: Georgia, serif; font-weight: 700; }
.fact h2 { margin: 0 0 6px; text-transform: uppercase; font-size: 1.3rem; }
.fact p { margin: 0; line-height: 1.5; font-size: .9rem; }

.section { padding: 100px 0; }
.introGrid, .detailGrid, .benefitGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; align-items: center; }
.section h2, .registration h2 { margin: 0; font-size: clamp(2.5rem, 4vw, 4.6rem); line-height: 1; color: var(--navy); }
.introCopy { font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.75; }
.introCopy p { margin: 0 0 20px; }
.includedSection { color: var(--ivory); background: linear-gradient(145deg, #3d0c17, var(--burgundy) 48%, #250711); }
.includedSection h2 { color: var(--ivory); }
.includedIntro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 82px; align-items: end; }
.includedIntro > p { margin: 0; color: #f1ddc9; font-family: Georgia, serif; font-size: 1.12rem; line-height: 1.75; }
.includedGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.includedCard { min-height: 270px; padding: 30px; border: 1px solid rgba(200,154,67,.55); background: rgba(6,24,39,.62); box-shadow: 0 12px 26px rgba(0,0,0,.18); }
.includedCard > span { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; }
.includedCard h3 { margin: 22px 0 12px; font-family: Georgia, serif; font-size: 1.45rem; }
.includedCard p { margin: 0; color: #e4d9cf; line-height: 1.67; }
.dayFlow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 18px; align-items: center; margin-top: 42px; padding: 28px 32px; border-block: 1px solid rgba(200,154,67,.65); background: rgba(0,0,0,.12); }
.dayFlow div { display: grid; gap: 7px; text-align: center; }
.dayFlow span { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; font-weight: 900; }
.dayFlow strong { font-family: Georgia, serif; font-size: 1rem; }
.dayFlow i { color: var(--gold); font-size: 1.2rem; font-style: normal; }
.foodNote { margin: 18px 0 0; color: #d7c8bc; text-align: center; font-size: .78rem; }
.navySection { background: var(--navy); color: var(--ivory); }
.navySection h2 { color: var(--ivory); }
.gold { color: var(--gold); }
.lead { font-size: 1.1rem; line-height: 1.7; max-width: 470px; }
.requirementCard { padding: 18px 36px; border: 1px solid var(--gold); background: rgba(255,255,255,.035); }
.requirement { display: grid; grid-template-columns: 46px 1fr; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(200,154,67,.35); }
.requirement:last-child { border: 0; }
.requirement span { color: var(--gold); font-family: Georgia, serif; font-size: 1.4rem; }
.requirement p { margin: 0; font-weight: 700; letter-spacing: .03em; }
.benefit { background: #f1e4cc; }
.benefitGrid { grid-template-columns: .65fr 1.35fr; }
.sealCard { display: grid; place-items: center; min-height: 360px; background: var(--cream); border: 1px solid var(--gold); box-shadow: 14px 14px 0 var(--navy); }
.sealCard img { width: min(82%, 360px); }
.benefit p:not(.kicker) { font-family: Georgia, serif; font-size: 1.1rem; line-height: 1.7; }
.ethics { margin-top: 26px; padding-left: 20px; border-left: 4px solid var(--gold); }
.ethicsPolicy { color: var(--ivory); background: linear-gradient(135deg, #04111c, var(--navy-2)); }
.ethicsPolicy h2 { color: var(--ivory); }
.policyIntro { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: end; padding-bottom: 46px; border-bottom: 1px solid rgba(200,154,67,.5); }
.policyIntro > p { margin: 0; color: #cdd6dc; font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.75; }
.policyGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 50px; background: rgba(200,154,67,.4); border: 1px solid rgba(200,154,67,.4); }
.policyItem { position: relative; min-height: 250px; padding: 36px; background: #081c2c; }
.policyItem > span { color: var(--gold); font-family: Georgia, serif; font-size: 1.15rem; }
.policyItem h3 { margin: 14px 0 12px; font-family: Georgia, serif; font-size: 1.55rem; text-transform: capitalize; }
.policyItem p { margin: 0; color: #cdd6dc; line-height: 1.72; }
.policyClosing { margin-top: 38px; padding: 28px 32px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.045); }
.policyClosing strong { display: block; margin-bottom: 8px; color: var(--gold); font-family: Georgia, serif; font-size: 1.25rem; }
.policyClosing p { margin: 0; line-height: 1.7; color: #cdd6dc; }
.centered { text-align: center; }
.faqGrid { max-width: 900px; margin: 50px auto 0; border-top: 1px solid #bca67c; }
details { border-bottom: 1px solid #bca67c; }
summary { cursor: pointer; display: flex; justify-content: space-between; gap: 30px; padding: 24px 4px; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--gold); font-family: Arial, sans-serif; font-size: 1.6rem; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details > p { margin: -8px 0 26px; max-width: 740px; line-height: 1.7; color: #4e5d69; }
.registration { padding: 100px 0; text-align: center; color: var(--ivory); background: linear-gradient(rgba(6,24,39,.92),rgba(6,24,39,.96)), url("/images/sea-breeze-singers.jpg") center 35% / cover; }
.registration h2 { color: var(--ivory); }
.registrationInner > p:not(.kicker) { max-width: 610px; margin: 22px auto; line-height: 1.7; }
.comingSoon { display: inline-block; margin-top: 14px; padding: 18px 28px; border: 2px solid var(--gold); color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-weight: 900; }
.embeddedFormCard { width: min(820px, 100%); margin: 52px auto 0; padding: 38px; text-align: left; border: 1px solid var(--gold); background: rgba(255,250,240,.98); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.formHeading { margin-bottom: 20px; text-align: center; }
.formHeading .kicker { margin-top: 0; }
.formHeading h3 { margin: 4px 0 8px; color: var(--navy); font-family: Georgia, serif; font-size: 2rem; }
.cognitoEmbed { min-height: 340px; color: var(--ink); }
.cognitoEmbed iframe { width: 100% !important; }
footer { padding: 36px 0; background: #02090f; color: #b8c3cc; }
.footerInner { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.footerInner p { margin: 0; font-size: .85rem; line-height: 1.6; }

@keyframes rise { from { opacity: 0; transform: translateY(14px); } }
@keyframes resolve { from { opacity: 0; transform: scale(1.02); } }

@media (max-width: 900px) {
  .navLinks { display: none; }
  .nav { justify-content: space-between; }
  .heroGrid { grid-template-columns: 1fr; padding-top: 46px; }
  .heroCopy { max-width: 650px; }
  .portraitWrap { width: min(700px, 100%); margin: 0 auto; }
  .facts { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid rgba(86,56,14,.35); }
  .introGrid, .detailGrid, .benefitGrid { grid-template-columns: 1fr; gap: 44px; }
  .includedIntro { grid-template-columns: 1fr; gap: 24px; }
  .includedGrid { grid-template-columns: repeat(2, 1fr); }
  .dayFlow { grid-template-columns: 1fr 1fr; }
  .dayFlow i { display: none; }
  .policyIntro { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1180px); }
  .curtain { width: 22px; opacity: .72; }
  .nav { height: 78px; }
  .brand img { width: 124px; max-height: 66px; }
  .navCta { padding: 12px; font-size: .64rem; }
  .heroGrid { min-height: auto; padding-bottom: 38px; }
  .heroCopy { padding-left: 18px; padding-right: 8px; }
  h1 { font-size: clamp(3.3rem, 18vw, 5rem); }
  .eyebrow { font-size: .65rem; }
  .eventMeta p, .presented p { font-size: .72rem; line-height: 1.5; }
  .primaryCta { width: 100%; justify-content: center; }
  .arch { aspect-ratio: .9; }
  .fact { padding: 22px 12px; }
  .section, .registration { padding: 72px 0; }
  .section h2, .registration h2 { font-size: 2.65rem; }
  .requirementCard { padding: 12px 22px; }
  .sealCard { min-height: 280px; box-shadow: 8px 8px 0 var(--navy); }
  .footerInner { display: grid; }
  .embeddedFormCard { padding: 28px 16px; }
  .includedGrid { grid-template-columns: 1fr; }
  .includedCard { min-height: auto; }
  .dayFlow { grid-template-columns: 1fr; padding: 22px; }
  .policyGrid { grid-template-columns: 1fr; }
  .policyItem { min-height: auto; padding: 28px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
