:root {
  --navy: #10288d;
  --navy-deep: #08195f;
  --pink: #f20b78;
  --yellow: #ffd318;
  --cyan: #19c6ec;
  --orange: #ff7b21;
  --lime: #b8d719;
  --ink: #151a2d;
  --paper: #fffaf0;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(8, 25, 95, .20);
}
.newlayout-page h1, .newlayout-page h2, .newlayout-page h3 { margin-top: 0; font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; line-height: .94; }
.newlayout-page .container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

/* Site-wide navbar & footer theme */
.site-navbar { background: linear-gradient(90deg, var(--navy-deep), var(--navy)); }
.site-navbar .nav-link:hover, .site-navbar .nav-link:focus { color: var(--yellow) !important; }
.site-navbar .navbar-brand { color: var(--white); }
.site-footer-theme { background: var(--navy-deep); }
.site-footer-theme a.text-light:hover { color: var(--yellow) !important; }

.hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(135deg, var(--navy-deep), var(--navy) 58%, #1737b5); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -160px; bottom: -210px; border: 54px solid var(--cyan); border-radius: 50%; opacity: .28; }
.hero-pattern { position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle at 15% 20%, var(--pink) 0 8px, transparent 9px), radial-gradient(circle at 22% 28%, var(--yellow) 0 5px, transparent 6px), radial-gradient(circle at 78% 18%, var(--cyan) 0 7px, transparent 8px); background-size: 190px 190px, 240px 240px, 300px 300px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .8fr; align-items: center; gap: 70px; min-height: 620px; padding-block: 76px; }
.hero-grid.single-column { grid-template-columns: 1fr; text-align: center; min-height: auto; }
.hero-grid.single-column .hero-actions { justify-content: center; }
.eyebrow, .kicker { margin: 0 0 12px; color: var(--pink); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; }
.eyebrow { color: var(--yellow); }
.hero h1 { max-width: 700px; margin: 0 auto 24px; margin-bottom: 24px; font-size: clamp(4.3rem, 8vw, 7.5rem); letter-spacing: -.025em; }
.hero-grid.single-column h1 { margin-inline: auto; }
.hero h1 span { display: block; color: var(--pink); }
.hero-lede { max-width: 640px; margin: 0 0 34px; font-size: 1.18rem; color: rgba(255,255,255,.85); }
.hero-grid.single-column .hero-lede { margin-inline: auto; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 12px 22px; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.button-primary { background: var(--yellow); color: var(--navy-deep); }
.button-secondary { border-color: rgba(255,255,255,.72); color: var(--white); }
.button-light { color: var(--navy-deep); background: white; white-space: nowrap; }
.poster-card { margin: 0; padding: 13px; transform: rotate(1.5deg); background: var(--white); border-radius: 8px; box-shadow: var(--shadow); }
.poster-card img { width: 100%; border-radius: 3px; }
.details { padding: 100px 0; background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; border-bottom: 3px solid var(--navy); }
.section-heading h2, .celebrate h2, .visit h2 { margin-bottom: 18px; font-size: clamp(2.8rem, 5vw, 5rem); color: var(--navy-deep); }
.detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.detail-card { min-height: 240px; display: flex; flex-direction: column; padding: 28px; border-radius: var(--radius); background: var(--white); border-top: 8px solid var(--pink); box-shadow: 0 14px 36px rgba(8,25,95,.08); }
.detail-card:nth-child(2) { border-color: var(--yellow); }.detail-card:nth-child(3) { border-color: var(--cyan); }.detail-card:nth-child(4) { border-color: var(--orange); }
.detail-number { margin-left: auto; color: rgba(16,40,141,.16); font: 800 3.2rem/1 "Barlow Condensed", sans-serif; }
.detail-label { margin: auto 0 4px; color: #5b6278; font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.detail-card h3 { margin: 0; color: var(--navy-deep); font-size: 1.7rem; line-height: 1.03; }
.celebrate { padding: 40px 0 110px; background: var(--paper); }
.celebrate-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 80px; }
.color-panel { position: relative; min-height: 470px; overflow: hidden; border-radius: 42% 58% 55% 45% / 42% 42% 58% 58%; background: var(--navy); box-shadow: inset 0 0 0 18px rgba(255,255,255,.08), var(--shadow); }
.sun { position: absolute; width: 130px; height: 130px; left: 50%; top: 50%; translate: -50% -50%; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 34px var(--pink), 0 0 0 68px var(--cyan); }
.petal { position: absolute; width: 92px; height: 170px; left: calc(50% - 46px); top: calc(50% - 85px); border-radius: 90% 10% 90% 10%; background: var(--orange); transform-origin: center; }.p1{transform:translateY(-138px) rotate(45deg)}.p2{transform:translateX(138px) rotate(135deg)}.p3{transform:translateY(138px) rotate(225deg)}.p4{transform:translateX(-138px) rotate(315deg)}
.celebrate-copy > p:not(.kicker) { max-width: 680px; font-size: 1.08rem; color: #4f566b; }
.feature-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.feature-list li { position: relative; padding-left: 30px; font-weight: 700; }.feature-list li::before { content: ""; position: absolute; left: 0; top: .52em; width: 14px; height: 14px; border-radius: 50%; background: var(--pink); box-shadow: 5px 5px 0 var(--yellow); }
.visit { color: white; background: var(--pink); }
.visit-inner { min-height: 290px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 55px; }
.visit h2 { color: white; max-width: 720px; margin-bottom: 12px; }.visit p { margin-bottom: 0; }.kicker.light { color: var(--yellow); }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; min-height: auto; }.poster-card { width: min(520px, 100%); }.detail-grid { grid-template-columns: repeat(2,1fr); }.celebrate-grid { grid-template-columns: 1fr; }.color-panel { min-height: 360px; }.visit-inner { align-items: flex-start; flex-direction: column; } }
@media (max-width: 560px) { .newlayout-page .container { width: min(100% - 28px, 1160px); }.hero-grid { padding-block: 56px; gap: 48px; } .hero h1 { font-size: 4rem; }.hero-actions, .button { width: 100%; }.detail-grid { grid-template-columns: 1fr; }.detail-card { min-height: 190px; }.details { padding: 76px 0; }.celebrate-grid { gap: 48px; }.color-panel { min-height: 300px; }.sun { scale: .72; }.p1,.p2,.p3,.p4 { scale: .72; }.visit-inner { min-height: 330px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
