:root {
  --ink: #02060c;
  --ink-2: #07121f;
  --ink-3: #0a1c30;
  --paper: #edf7ff;
  --paper-2: #d9eaf7;
  --blue: #008bd8;
  --blue-deep: #004b84;
  --blue-2: #39c7ff;
  --blue-soft: #9ee5ff;
  --steel: #b9d2e3;
  --white: #ffffff;
  --muted: #a8bdcc;
  --line: rgba(76, 190, 255, .20);
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 22px 65px rgba(0, 35, 68, .42);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
::selection { background: var(--blue-2); color: #00111e; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.skip-link {
  position: absolute; left: -9999px; top: 8px; z-index: 9999;
  padding: .8rem 1rem; background: var(--blue-2); color: #00111e; font-weight: 900;
}
.skip-link:focus { left: 8px; }
.container { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 .7rem;
  color: var(--blue-2);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 9vw, 7.7rem); text-transform: uppercase; }
h2 { font-size: clamp(2.2rem, 5vw, 4.7rem); text-transform: uppercase; }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
p { margin: 0; }
.lead { font-size: clamp(1.1rem, 2vw, 1.42rem); color: #d7e7f2; max-width: 720px; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 48px; padding: .85rem 1.2rem; border-radius: 999px;
  border: 1px solid transparent; text-decoration: none; font-weight: 900;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 139, 216, .26);
}
.btn-primary:hover { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #00111e; }
.btn-secondary { border-color: rgba(110,205,255,.48); background: rgba(31,139,200,.08); }
.btn-secondary:hover { border-color: var(--blue-2); background: rgba(31,139,200,.16); }
.btn-dark { background: #02070d; color: var(--paper); border-color: rgba(255,255,255,.08); }
.btn-dark:hover { border-color: var(--blue-2); }
.btn-group { display: flex; flex-wrap: wrap; gap: .75rem; }
.top-strip {
  background: linear-gradient(90deg, #003e71, #008bd8 48%, #005a9d);
  color: white; font-weight: 900; text-align: center;
  padding: .55rem 1rem; font-size: .9rem;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.top-strip a { text-decoration-thickness: 2px; text-underline-offset: 3px; }
.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(2,6,12,.93);
  backdrop-filter: blur(16px); border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 25px rgba(0,0,0,.18);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark {
  width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center;
  overflow: hidden; border-radius: 50%; border: 1px solid rgba(93,207,255,.5);
  background: #000; box-shadow: 0 0 0 3px rgba(0,139,216,.10), 0 0 24px rgba(0,139,216,.28);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-text strong { display: block; font-size: 1rem; letter-spacing: .12em; }
.brand-text span { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .08em; }
.nav-links { display: flex; align-items: center; gap: 1.25rem; }
.nav-links a { text-decoration: none; font-size: .9rem; font-weight: 800; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue-2); }
.menu-toggle {
  display: none; border: 1px solid var(--line); background: rgba(0,139,216,.08); color: white;
  width: 46px; height: 42px; border-radius: 10px; cursor: pointer;
}
.hero {
  position: relative; overflow: hidden; min-height: 760px; display: grid; align-items: center;
  background:
    radial-gradient(circle at 78% 17%, rgba(0,160,239,.25), transparent 31%),
    radial-gradient(circle at 24% 85%, rgba(0,75,132,.24), transparent 35%),
    linear-gradient(115deg, #010409 0%, #04101d 54%, #071c31 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(120deg, transparent 0 55px, rgba(76,190,255,.035) 55px 56px),
    linear-gradient(90deg, rgba(0,0,0,.25), transparent 42%);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; width: 520px; height: 520px; right: -260px; top: 90px;
  border: 1px solid rgba(57,199,255,.16); border-radius: 50%; box-shadow: 0 0 0 55px rgba(0,139,216,.025), 0 0 0 110px rgba(0,139,216,.018);
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: 3rem; align-items: center; padding: 6rem 0; }
.hero-copy h1 span {
  color: var(--blue-2);
  background: linear-gradient(90deg, #31c5ff, #008bd8 68%, #7ddaff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-copy .lead { margin-top: 1.3rem; }
.hero-copy .btn-group { margin-top: 2rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.hero-meta span {
  border: 1px solid var(--line); border-radius: 999px; padding: .55rem .8rem;
  color: #d8e8f2; font-size: .86rem; background: rgba(0,139,216,.055);
}
.photo-placeholder {
  position: relative; min-height: 530px; border: 1px solid rgba(78,194,255,.28);
  border-radius: 28px; overflow: hidden; display: grid; place-items: center;
  background:
    radial-gradient(circle at 70% 16%, rgba(57,199,255,.17), transparent 34%),
    linear-gradient(150deg, rgba(0,139,216,.16), transparent 42%),
    linear-gradient(135deg, #0a1c30, #02070d);
  box-shadow: var(--shadow);
}
.photo-placeholder::before, .photo-placeholder::after {
  content: ""; position: absolute; background: linear-gradient(90deg, transparent, rgba(57,199,255,.92), transparent); transform: rotate(-8deg);
}
.photo-placeholder::before { width: 82%; height: 2px; }
.photo-placeholder::after { height: 82%; width: 2px; background: linear-gradient(180deg, transparent, rgba(57,199,255,.92), transparent); }
.photo-label { position: relative; z-index: 2; max-width: 76%; text-align: center; padding: 1rem; }
.placeholder-brand { width: 118px; height: 118px; object-fit: cover; border-radius: 50%; margin: 0 auto 1.15rem; border: 1px solid rgba(57,199,255,.55); box-shadow: 0 0 30px rgba(0,139,216,.32); }
.photo-label strong { display: block; color: var(--blue-2); font-size: 1.25rem; text-transform: uppercase; }
.photo-label span { display: block; color: #c0d5e3; margin-top: .55rem; }
.section { padding: 6.5rem 0; }
.section-light { background: linear-gradient(180deg, var(--paper), #e5f2fb); color: #061422; }
.section-light .eyebrow { color: #0067a4; }
.section-light .lead, .section-light .muted { color: #385366; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.4rem; }
.section-head p { max-width: 580px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.4rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; }
.card {
  border: 1px solid var(--line); background: linear-gradient(145deg, var(--ink-2), #05101b); border-radius: var(--radius);
  padding: 1.5rem; min-height: 100%; box-shadow: inset 0 1px rgba(255,255,255,.015);
}
.section-light .card { background: white; border-color: rgba(0,93,153,.13); box-shadow: 0 14px 35px rgba(0,55,90,.08); }
.card-number { font-size: .8rem; color: var(--blue-2); font-weight: 900; letter-spacing: .14em; }
.card h3 { margin-top: 1rem; }
.card p { margin-top: .8rem; color: #bdd0dc; }
.section-light .card p { color: #3e5869; }
.stat { border-left: 3px solid var(--blue); padding-left: 1rem; }
.stat strong { display: block; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; }
.stat span { color: var(--muted); }
.section-light .stat span { color: #426074; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; align-items: center; }
.story-copy p + p { margin-top: 1rem; }
.band {
  position: relative; overflow: hidden;
  background: linear-gradient(115deg, #003b6b 0%, #007fc7 54%, #00528f 100%);
  color: white; padding: 4.5rem 0; border-block: 1px solid rgba(126,220,255,.28);
}
.band::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -170px; top: -175px; }
.band .container { position: relative; z-index: 1; }
.band .eyebrow { color: var(--blue-soft) !important; }
.band-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 2rem; }
.event-card {
  position: relative; overflow: hidden; border: 1px solid rgba(80,195,255,.23);
  background: linear-gradient(145deg, #0b2035, #02070d); border-radius: 26px; padding: 2rem;
  box-shadow: 0 20px 55px rgba(0,42,75,.25);
}
.event-card::after {
  content: "25 OCT"; position: absolute; right: -1rem; bottom: -1.1rem;
  color: rgba(65,197,255,.07); font-weight: 1000; font-size: clamp(5rem, 12vw, 10rem); line-height: .8;
}
.event-card > * { position: relative; z-index: 1; }
.event-facts { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.3rem 0 1.6rem; }
.event-facts span { border: 1px solid rgba(89,198,255,.27); background: rgba(0,139,216,.055); padding: .55rem .8rem; border-radius: 999px; font-weight: 800; }
.price-card { position: relative; }
.price-card.featured { border-color: var(--blue); box-shadow: 0 0 0 1px var(--blue), 0 20px 50px rgba(0,139,216,.14); }
.price-badge { position: absolute; right: 1rem; top: 1rem; background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #00111e; border-radius: 999px; padding: .35rem .65rem; font-size: .72rem; font-weight: 1000; }
.price { font-size: clamp(2.6rem, 5vw, 4.5rem); font-weight: 1000; line-height: 1; margin-top: 1rem; }
.price small { font-size: .95rem; color: var(--muted); font-weight: 700; }
.price-list { list-style: none; padding: 0; margin: 1.3rem 0 1.7rem; }
.price-list li { padding: .55rem 0; border-bottom: 1px solid var(--line); color: #c6d8e3; }
.price-list li::before { content: "✓"; color: var(--blue-2); font-weight: 1000; margin-right: .55rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.gallery-item { min-height: 260px; grid-column: span 4; }
.gallery-item.wide { grid-column: span 8; }
.gallery-item.tall { min-height: 480px; }
.team-card { padding: 0; overflow: hidden; }
.team-photo { min-height: 300px; border-radius: 0; border: 0; box-shadow: none; }
.team-copy { padding: 1.25rem; }
.team-copy p { margin-top: .55rem; }
.accordion { display: grid; gap: .8rem; }
details { border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, var(--ink-2), #050e18); padding: 1rem 1.1rem; }
details summary { cursor: pointer; font-weight: 900; list-style: none; padding-right: 2rem; position: relative; }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: "+"; position: absolute; right: 0; color: var(--blue-2); font-size: 1.3rem; }
details[open] summary::after { content: "–"; }
details p { margin-top: .8rem; color: #bfd2dd; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; }
.contact-list { display: grid; gap: .8rem; margin-top: 1.5rem; }
.contact-row { border-bottom: 1px solid var(--line); padding: .8rem 0; }
.contact-row strong { display: block; color: var(--blue-2); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.form-card { background: linear-gradient(180deg, var(--paper), #dceefa); color: #061422; border-radius: 24px; padding: 1.5rem; border: 1px solid rgba(0,112,180,.13); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 800; font-size: .9rem; }
input, textarea, select { width: 100%; border: 1px solid #a8c7d9; border-radius: 10px; padding: .8rem .9rem; background: white; color: #061422; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(57,199,255,.24); border-color: var(--blue); }
textarea { min-height: 140px; resize: vertical; }
.form-note { margin-top: .8rem; color: #466274; font-size: .85rem; }
.map-placeholder { min-height: 420px; }
.site-footer { border-top: 1px solid var(--line); background: #010409; padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; }
.footer-title { color: var(--blue-2); font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.footer-links { display: grid; gap: .55rem; margin-top: .9rem; }
.footer-links a { color: #bfd1dd; text-decoration: none; }
.footer-links a:hover { color: var(--blue-2); }
.footer-bottom { margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; color: #8298a7; font-size: .84rem; }
.page-hero {
  padding: 7rem 0 4rem;
  background:
    radial-gradient(circle at 85% 0%, rgba(0,164,239,.22), transparent 30%),
    linear-gradient(130deg, #02070d, #071a2d 70%, #09243c);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(3rem, 8vw, 6.8rem); }
.notice { border-left: 4px solid var(--blue); background: rgba(0,139,216,.09); padding: 1rem 1.1rem; border-radius: 0 12px 12px 0; }
.kicker-list { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.kicker-list span { border: 1px solid var(--line); border-radius: 999px; padding: .55rem .8rem; background: rgba(0,139,216,.045); }
.section-light .btn-secondary { color: #06223a !important; border-color: rgba(0,75,132,.45) !important; background: rgba(0,139,216,.05); }
.section-light .btn-secondary:hover { border-color: var(--blue) !important; background: rgba(0,139,216,.12); }
@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 82px 0 0; background: #02070d; flex-direction: column; align-items: stretch; padding: 1.3rem; transform: translateX(100%); transition: transform .2s ease; visibility: hidden; pointer-events: none; }
  .nav-links.open { transform: translateX(0); visibility: visible; pointer-events: auto; }
  .nav-links a { padding: 1rem; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: block; }
  .hero-grid, .story-grid, .band-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-grid { padding: 4.8rem 0; }
  .photo-placeholder { min-height: 420px; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .section { padding: 4.5rem 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 1rem; }
  .grid-2, .grid-3, .grid-4, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .gallery-item, .gallery-item.wide { grid-column: span 12; }
  .gallery-item.tall { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: .45rem; }
  h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .brand-mark { width: 48px; height: 48px; flex-basis: 48px; }
  .nav-wrap { min-height: 76px; }
  .nav-links { inset: 76px 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
.sr-only{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}

/* ==========================================================
   LIFESTYLE HOMEPAGE — energetic blue/black redesign
   ========================================================== */
.home-page { background: #02050a; }
.home-page .site-header { background: rgba(2,5,10,.82); }
.home-page .top-strip {
  background: #16a8ee;
  color: #00101b;
  border: 0;
  letter-spacing: .02em;
}
.home-page .top-strip a { text-decoration: none; }
.home-page .top-strip strong { letter-spacing: .14em; }
.btn-xl { min-height: 56px; padding: 1rem 1.45rem; }
.btn-glass { border-color: rgba(255,255,255,.35); background: rgba(1,8,16,.48); backdrop-filter: blur(10px); color: white; }
.btn-glass:hover { background: rgba(16,168,238,.17); border-color: var(--blue-2); }

.lifestyle-hero {
  position: relative;
  min-height: calc(100svh - 119px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: #02050a;
}
.lifestyle-hero-image {
  position: absolute;
  inset: 0;
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.12) contrast(1.08);
  transform: scale(1.035);
}
.lifestyle-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(1,4,9,.98) 0%, rgba(1,4,9,.85) 39%, rgba(1,4,9,.28) 72%, rgba(1,4,9,.62) 100%),
    linear-gradient(0deg, #02050a 0%, transparent 31%, rgba(0,20,38,.15) 100%);
}
.lifestyle-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 72% 38%, rgba(33,183,255,.18), transparent 28%),
    repeating-linear-gradient(110deg, transparent 0 74px, rgba(102,211,255,.035) 74px 75px);
  pointer-events: none;
}
.lifestyle-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(42vw, 560px);
  height: 6px;
  background: linear-gradient(90deg, #16a8ee, #7fddff, transparent);
}
.lifestyle-hero-inner { padding: clamp(5rem, 10vh, 8.5rem) 0 5rem; position: relative; z-index: 2; }
.hero-energy-tag { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.1rem; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 950; color: #bfeaff; }
.hero-energy-tag span { width: 42px; height: 3px; background: #21b7ff; box-shadow: 0 0 18px #21b7ff; }
.lifestyle-hero h1 { max-width: 980px; font-size: clamp(4.2rem, 10.8vw, 10rem); line-height: .78; letter-spacing: -.065em; }
.lifestyle-hero h1 em { color: #3dc8ff; font-style: normal; text-shadow: 0 0 40px rgba(37,188,255,.28); }
.hero-statement { max-width: 690px; margin-top: 1.8rem; font-size: clamp(1.15rem, 2vw, 1.52rem); line-height: 1.45; color: #e1eff8; }
.hero-actions { margin-top: 2rem; }
.hero-price-line { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: .9rem 1.7rem; color: #b5c8d4; font-size: .9rem; }
.hero-price-line span { display: flex; align-items: baseline; gap: .35rem; }
.hero-price-line strong { color: white; font-size: 1.18rem; }
.hero-outline-word { position: absolute; right: -1.8vw; bottom: 1.8rem; z-index: -1; font-size: clamp(7rem, 18vw, 18rem); font-weight: 1000; line-height: .75; letter-spacing: -.08em; color: transparent; -webkit-text-stroke: 1px rgba(138,222,255,.15); transform: rotate(-90deg) translateX(50%); transform-origin: right bottom; pointer-events: none; }
.hero-scroll { position: absolute; right: clamp(1rem, 3vw, 3rem); bottom: 2rem; z-index: 4; display: grid; gap: .5rem; justify-items: center; color: #d9edf7; text-decoration: none; text-transform: uppercase; letter-spacing: .17em; font-size: .65rem; font-weight: 900; }
.hero-scroll i { width: 1px; height: 45px; background: linear-gradient(#54ccff, transparent); }

.energy-marquee { overflow: hidden; background: #16a8ee; color: #00101a; border-block: 1px solid rgba(255,255,255,.35); }
.energy-track { display: flex; width: max-content; animation: limitless-marquee 24s linear infinite; font-size: clamp(1rem, 2vw, 1.4rem); font-weight: 1000; text-transform: uppercase; letter-spacing: .08em; will-change: transform; }
.energy-set { min-width: 100vw; flex: 0 0 auto; display: flex; align-items: center; justify-content: space-around; gap: 1.35rem; padding: .9rem 1rem; }
.energy-track b { font-size: .85em; }
@keyframes limitless-marquee { to { transform: translate3d(-50%, 0, 0); } }

.inside-section { background: radial-gradient(circle at 20% 0%, rgba(0,139,216,.12), transparent 30%), #02050a; }
.lifestyle-head h2 span, .instagram-top h2 span, .event-lifestyle-copy h2 span { color: #38c5ff; }
.experience-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(270px, 1fr)); gap: 1rem; }
.experience-card { position: relative; min-height: 300px; border-radius: 25px; overflow: hidden; text-decoration: none; border: 1px solid rgba(73,193,255,.23); background: #07121f; box-shadow: 0 20px 55px rgba(0,0,0,.34); isolation: isolate; }
.experience-card-main { grid-row: 1 / 3; min-height: 620px; }
.experience-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease; filter: saturate(1.06) contrast(1.04); }
.experience-card:hover img { transform: scale(1.055); filter: saturate(1.18) contrast(1.08); }
.experience-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(1,5,10,.98) 0%, rgba(1,5,10,.22) 60%, rgba(1,5,10,.08) 100%); }
.experience-index { position: absolute; right: 1rem; top: .7rem; font-size: 4.2rem; line-height: 1; font-weight: 1000; color: rgba(255,255,255,.18); }
.experience-copy { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.55rem; display: grid; gap: .45rem; }
.experience-copy small { color: #48caff; text-transform: uppercase; letter-spacing: .15em; font-weight: 950; }
.experience-copy strong { max-width: 630px; font-size: clamp(1.55rem, 3.3vw, 3.3rem); line-height: .98; letter-spacing: -.04em; text-transform: uppercase; }
.experience-card:not(.experience-card-main) .experience-copy strong { font-size: clamp(1.4rem, 2.4vw, 2.2rem); }
.experience-copy em { color: #b7ccd9; font-style: normal; font-size: .88rem; }
.micro-features { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin-top: 1.4rem; }
.micro-features span { border: 1px solid rgba(61,196,255,.25); background: rgba(19,146,208,.07); border-radius: 999px; padding: .65rem .9rem; color: #bdd3df; font-size: .88rem; }

.culture-section { position: relative; overflow: hidden; background: linear-gradient(120deg, #eaf7ff 0%, #f8fcff 63%, #d7effc 100%); color: #04111e; }
.culture-section .eyebrow { color: #0076b5; }
.culture-rings { position: absolute; width: 660px; height: 660px; right: -300px; top: -180px; border: 1px solid rgba(0,139,216,.16); border-radius: 50%; box-shadow: 0 0 0 75px rgba(0,139,216,.035), 0 0 0 150px rgba(0,139,216,.025); }
.culture-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); position: relative; }
.culture-copy h2 { font-size: clamp(2.7rem, 6vw, 6rem); }
.culture-lead { margin-top: 1.6rem; color: #123149; font-size: clamp(1.2rem, 2.2vw, 1.55rem); font-weight: 720; max-width: 780px; }
.culture-copy > p:not(.eyebrow):not(.culture-lead) { margin-top: 1rem; color: #39566a; font-size: 1.05rem; }
.culture-points { display: grid; gap: .6rem; margin: 1.7rem 0; }
.culture-points span { display: flex; align-items: center; gap: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.culture-points b { color: #008bd8; font-size: .72rem; letter-spacing: .13em; }
.culture-section .btn-secondary { color: #042239; border-color: rgba(0,89,143,.4); }
.culture-visual { position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; }
.culture-visual::before { content: ""; position: absolute; inset: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(22,168,238,.23), transparent 65%); filter: blur(4px); }
.culture-visual img { width: min(100%, 520px); aspect-ratio: 1; border-radius: 50%; position: relative; box-shadow: 0 28px 80px rgba(0,43,73,.3), 0 0 0 8px rgba(255,255,255,.65); transform: rotate(2deg); }
.culture-quote { position: absolute; left: -2rem; bottom: 7%; width: min(360px, 83%); padding: 1.25rem 1.35rem; border-radius: 18px; background: rgba(2,8,15,.94); color: white; box-shadow: 0 18px 45px rgba(0,0,0,.24); border: 1px solid rgba(58,199,255,.3); transform: rotate(-2deg); }
.culture-quote span { display: block; color: #7edcff; text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; font-weight: 950; }
.culture-quote strong { display: block; margin-top: .35rem; font-size: 1.35rem; line-height: 1.05; }

.instagram-section { position: relative; overflow: hidden; padding: 7.5rem 0; background: linear-gradient(125deg, #03101d 0%, #071c30 55%, #02050a 100%); }
.instagram-section::before { content: ""; position: absolute; inset: -40%; background: conic-gradient(from 110deg, transparent, rgba(20,171,239,.18), transparent 25%, rgba(70,29,255,.12), transparent 55%); animation: insta-glow 18s linear infinite; }
@keyframes insta-glow { to { transform: rotate(360deg); } }
.instagram-noise { position: absolute; inset: 0; opacity: .25; background: repeating-linear-gradient(115deg, transparent 0 80px, rgba(255,255,255,.025) 80px 81px); }
.instagram-section .container { position: relative; z-index: 1; }
.instagram-top { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: end; }
.instagram-top h2 { font-size: clamp(2.8rem, 6.4vw, 6.4rem); }
.instagram-intro p { color: #c3d6e2; font-size: 1.12rem; }
.btn-instagram { margin-top: 1.25rem; background: linear-gradient(135deg, #008bd8, #39c7ff); color: #00121f; box-shadow: 0 14px 38px rgba(0,139,216,.28); }
.instagram-stage { margin-top: 3rem; display: grid; grid-template-columns: .34fr 1fr; min-height: 650px; border: 1px solid rgba(69,194,255,.25); border-radius: 30px; overflow: hidden; background: rgba(1,5,10,.62); box-shadow: 0 28px 80px rgba(0,0,0,.42); }
.instagram-side-copy { display: flex; align-items: end; padding: 2rem; background: linear-gradient(180deg, #0aa7ed, #0069aa); color: #00111d; font-size: clamp(2.3rem, 4.6vw, 5.2rem); font-weight: 1000; line-height: .8; letter-spacing: -.07em; writing-mode: vertical-rl; transform: rotate(180deg); }
.instagram-live-panel { padding: clamp(1.1rem, 3vw, 2rem); }
.instagram-live-header { display: grid; grid-template-columns: auto 1fr auto; gap: .8rem; align-items: center; padding-bottom: 1.1rem; border-bottom: 1px solid rgba(80,196,255,.18); }
.instagram-avatar { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; border: 2px solid #36c4ff; box-shadow: 0 0 22px rgba(41,190,255,.28); }
.instagram-avatar img { width: 100%; height: 100%; object-fit: cover; }
.instagram-live-header strong, .instagram-live-header span { display: block; }
.instagram-live-header > div:nth-child(2) span { color: #91a9b8; font-size: .85rem; }
.live-pill { display: inline-flex !important; align-items: center; gap: .45rem; border: 1px solid rgba(58,196,255,.28); border-radius: 999px; padding: .45rem .7rem; color: #9fe3ff; font-size: .76rem; font-weight: 900; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #31c6ff; box-shadow: 0 0 10px #31c6ff; }
.instagram-embed-target { min-height: 520px; display: grid; place-items: center; padding-top: 1rem; }
.instagram-load-state { position: relative; width: 100%; min-height: 500px; display: grid; place-items: center; overflow: hidden; border-radius: 22px; border: 1px solid rgba(74,192,255,.18); }
.instagram-preview-grid { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; opacity: .35; filter: grayscale(.25) saturate(1.2); }
.instagram-preview-grid span { background-image: var(--preview-image); background-size: cover; background-position: center; }
.instagram-preview-grid::after { content: ""; position: absolute; inset: 0; background: rgba(1,6,12,.68); backdrop-filter: blur(3px); }
.instagram-consent-card { position: relative; z-index: 2; width: min(460px, calc(100% - 2rem)); text-align: center; background: rgba(2,9,17,.92); border: 1px solid rgba(75,197,255,.28); border-radius: 24px; padding: 2rem; box-shadow: 0 20px 55px rgba(0,0,0,.45); }
.instagram-glyph { display: block; font-size: 3.5rem; line-height: 1; color: #43cbff; }
.instagram-consent-card h3 { margin-top: .7rem; }
.instagram-consent-card p { margin: .8rem auto 1.3rem; color: #afc6d3; max-width: 390px; }
.instagram-consent-card a { display: block; margin-top: .9rem; color: #82d9ff; font-size: .85rem; }
.instagram-embed-target blockquote.instagram-media { min-width: 280px !important; width: 100% !important; max-width: 620px !important; margin: 0 auto !important; }
.instagram-loading { text-align: center; color: #b9d1df; padding: 3rem; }
.instagram-note { margin: 1rem auto 0; color: #86a2b4; font-size: .83rem; max-width: 900px; text-align: center; }

.event-lifestyle-section { background: #02050a; }
.event-lifestyle-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.event-date-block { aspect-ratio: 1; border-radius: 50%; display: grid; place-content: center; text-align: center; background: radial-gradient(circle, rgba(22,168,238,.19), rgba(1,5,10,.95) 66%); border: 1px solid rgba(71,195,255,.28); box-shadow: 0 0 0 22px rgba(0,139,216,.035), 0 0 0 44px rgba(0,139,216,.02), inset 0 0 55px rgba(0,139,216,.17); transform: rotate(-4deg); }
.event-date-block span { font-size: clamp(7rem, 14vw, 12rem); line-height: .7; font-weight: 1000; letter-spacing: -.1em; color: #37c5ff; }
.event-date-block strong { font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: .18em; margin-left: .18em; }
.event-date-block em { color: #87a3b4; font-style: normal; letter-spacing: .35em; margin-left: .35em; }
.event-lifestyle-copy h2 { font-size: clamp(3.3rem, 7.5vw, 7.5rem); }
.event-lifestyle-copy .lead { margin-top: 1.4rem; }

.join-blast { position: relative; overflow: hidden; padding: 6rem 0; background: linear-gradient(115deg, #007abb 0%, #20b9f4 55%, #0085ca 100%); color: #00111e; }
.join-blast::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(110deg, transparent 0 70px, rgba(255,255,255,.08) 70px 71px); }
.join-blast-word { position: absolute; left: -1rem; bottom: -1.3rem; color: rgba(255,255,255,.13); font-size: clamp(8rem, 24vw, 24rem); font-weight: 1000; line-height: .65; letter-spacing: -.09em; }
.join-blast-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: end; }
.join-blast .eyebrow { color: #003855; }
.join-blast h2 { font-size: clamp(3rem, 7vw, 7rem); }
.join-blast-action { justify-self: end; max-width: 560px; }
.join-blast-action p { font-size: 1.25rem; font-weight: 800; margin-bottom: 1.2rem; }
.join-blast .btn-dark { background: #02060c; }
.join-blast .btn-glass { color: #00111e; background: rgba(255,255,255,.22); border-color: rgba(0,17,30,.28); backdrop-filter: blur(6px); }

@media (max-width: 980px) {
  .lifestyle-hero { min-height: 760px; }
  .lifestyle-hero-shade { background: linear-gradient(90deg, rgba(1,4,9,.94), rgba(1,4,9,.48)), linear-gradient(0deg, #02050a, transparent 40%); }
  .experience-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .experience-card-main { grid-row: auto; min-height: 480px; }
  .experience-card { min-height: 380px; }
  .culture-grid, .instagram-top, .event-lifestyle-grid, .join-blast-inner { grid-template-columns: 1fr; }
  .culture-visual { max-width: 650px; margin: 0 auto; }
  .instagram-stage { grid-template-columns: 110px 1fr; }
  .event-date-block { width: min(70vw, 500px); margin-inline: auto; }
  .join-blast-action { justify-self: start; }
}
@media (max-width: 720px) {
  .lifestyle-hero { min-height: 710px; }
  .lifestyle-hero-image { object-position: 62% center; }
  .lifestyle-hero-shade { background: linear-gradient(90deg, rgba(1,4,9,.94), rgba(1,4,9,.52)), linear-gradient(0deg, #02050a 0%, transparent 36%); }
  .lifestyle-hero-inner { padding: 4.5rem 0 4rem; }
  .lifestyle-hero h1 { font-size: clamp(4rem, 19vw, 6.4rem); }
  .hero-statement { font-size: 1.08rem; }
  .hero-price-line { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
  .hero-scroll, .hero-outline-word { display: none; }
  .energy-track { animation-duration: 18s; }
  .experience-card-main, .experience-card { min-height: 390px; }
  .experience-copy strong, .experience-card:not(.experience-card-main) .experience-copy strong { font-size: 1.65rem; }
  .culture-quote { left: 0; bottom: 0; }
  .instagram-section { padding: 5rem 0; }
  .instagram-stage { display: block; min-height: 0; }
  .instagram-side-copy { display: none; }
  .instagram-live-panel { padding: .85rem; }
  .instagram-live-header { grid-template-columns: auto 1fr; }
  .live-pill { grid-column: 1 / -1; justify-self: start; }
  .instagram-embed-target, .instagram-load-state { min-height: 460px; }
  .instagram-preview-grid { grid-template-columns: 1fr 1fr; }
  .instagram-preview-grid span:last-child { display: none; }
  .instagram-consent-card { padding: 1.4rem; }
  .event-date-block { width: min(82vw, 420px); }
  .join-blast { padding: 5rem 0; }
}
@media (prefers-reduced-motion: reduce) {
  .energy-track, .instagram-section::before { animation: none !important; }
}
