:root {
  --ink: #080a0b;
  --ink-soft: #111416;
  --ivory: #f1ede5;
  --paper: #e9e4da;
  --gold: #d5b67d;
  --gold-pale: #f1d7a7;
  --line-dark: rgba(16, 18, 18, 0.18);
  --line-light: rgba(255, 255, 255, 0.22);
  --serif: "Bodoni 72", Didot, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: white; font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.skip-link { position: fixed; z-index: 1000; left: 16px; top: 14px; padding: 10px 14px; background: white; color: black; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: absolute; z-index: 50; inset: 0 0 auto; height: 76px; display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 0 3.5vw;
  border-bottom: 1px solid rgba(255,255,255,.045);
}
.wordmark { display: inline-block; width: max-content; font-size: 27px; font-weight: 300; letter-spacing: .28em; line-height: 1; }
.wordmark span { position: relative; letter-spacing: 0; }
.wordmark span::after { content: ""; position: absolute; width: 12px; height: 1px; right: -1px; bottom: 2px; background: currentColor; transform: rotate(-58deg); transform-origin: right; }
.desktop-nav { display: flex; gap: clamp(24px, 3vw, 52px); font-size: 13px; }
.desktop-nav a, .login-link { opacity: .82; transition: opacity .25s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .login-link:hover { opacity: 1; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 26px; }
.login-link { background: none; border: 0; cursor: pointer; font-size: 13px; }
.button {
  appearance: none; border: 1px solid transparent; min-height: 46px; padding: 0 26px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; gap: 28px; cursor: pointer;
  font-size: 13px; font-weight: 500; transition: transform .28s ease, background .28s ease, color .28s ease, border-color .28s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 2px solid var(--gold-pale); outline-offset: 3px; }
.button--small { min-height: 38px; padding: 0 22px; font-size: 12px; }
.button--gold { color: #15120d; background: linear-gradient(105deg, #eed7aa, #caa566 70%, #f4dfb7); box-shadow: inset 0 0 0 1px rgba(255,255,255,.35), 0 10px 30px rgba(181,139,72,.14); }
.button--gold:hover { background: linear-gradient(105deg, #f8e6c4, #d4b477 70%, #f8e6c4); }
.button--glass { color: white; background: rgba(10,12,13,.28); border-color: rgba(238,215,174,.65); backdrop-filter: blur(12px); }
.button--glass:hover { background: rgba(239,216,175,.12); }
.button--ink { background: var(--ink); color: white; }
.button--ink:hover { background: #222; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 680px; height: min(73vw, 760px); overflow: hidden; isolation: isolate; }
.hero-background { position: absolute; z-index: -4; inset: 0; background: url("./assets/zintra-portal-hero.png") center center / cover no-repeat; transform: scale(1.012); animation: heroBreath 12s ease-in-out infinite alternate; }
.hero-vignette { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(5,7,8,.97) 0%, rgba(5,7,8,.90) 23%, rgba(5,7,8,.42) 42%, rgba(5,7,8,.02) 66%, rgba(5,7,8,.24) 100%), linear-gradient(0deg, rgba(4,6,7,.38) 0%, transparent 38%); }
.hero-grain { position: absolute; z-index: -2; inset: 0; opacity: .1; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-content { width: min(610px, 45vw); padding: 100px 0 36px 3.5vw; }
.launch-pill { width: max-content; max-width: 100%; margin-bottom: 17px; padding: 9px 17px 8px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; color: rgba(255,255,255,.88); font-size: 10px; line-height: 1; letter-spacing: .19em; text-transform: uppercase; backdrop-filter: blur(12px); }
.launch-pill span { width: 5px; height: 5px; display: inline-block; margin: 0 9px 1px 0; border-radius: 50%; background: var(--gold-pale); box-shadow: 0 0 14px var(--gold); }
.hero h1 { margin: 0; max-width: 600px; font: 400 clamp(46px, 4.6vw, 76px)/.95 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.hero-lead { max-width: 500px; margin: 17px 0 21px; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.48; }
.hero-buttons { display: flex; align-items: center; gap: 14px; }
.countdown { display: flex; gap: 9px; margin-top: 22px; }
.countdown-unit { width: 81px; height: 79px; display: grid; place-items: center; align-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.24); border-radius: 5px; background: rgba(8,10,11,.28); backdrop-filter: blur(14px); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.countdown-unit strong { font: 400 31px/1 var(--serif); color: #f1dfbf; font-variant-numeric: tabular-nums; }
.countdown-unit span { font-size: 8px; letter-spacing: .22em; text-transform: uppercase; opacity: .8; }
.hero-manifesto { margin: 18px 0 0; font-size: 9px; line-height: 1.7; letter-spacing: .2em; text-transform: uppercase; opacity: .72; }
.hero-manifesto i { display: block; width: 20px; height: 1px; margin-bottom: 10px; background: var(--gold); }
.portal-brand { position: absolute; left: 61.2%; top: 36%; transform: translate(-50%,-50%); display: grid; gap: 12px; text-align: center; text-shadow: 0 2px 20px black; }
.portal-brand b { font-size: 29px; font-weight: 300; letter-spacing: .25em; }
.portal-brand span { font-size: 8px; line-height: 1.55; letter-spacing: .37em; text-transform: uppercase; color: #d8c5a4; }
.portal-ticket { position: absolute; left: 68.4%; top: 34%; width: 176px; min-height: 90px; display: grid; grid-template-columns: 44px 1fr; gap: 9px; padding: 9px; border: 1px solid rgba(255,255,255,.5); border-radius: 10px; background: rgba(8,11,13,.76); backdrop-filter: blur(14px); transform: rotate(4deg); box-shadow: 0 18px 50px rgba(0,0,0,.45); }
.ticket-image { border-radius: 5px; background: url("./assets/zintra-experiences-triptych.png") left center / 300% 100%; }
.portal-ticket div:nth-child(2) { align-self: center; display: grid; gap: 5px; }
.portal-ticket b { font-size: 10px; font-weight: 500; }
.portal-ticket span { font-size: 7px; opacity: .64; }
.portal-ticket small { grid-column: 1/-1; padding: 6px 8px; border-radius: 3px; background: #d6bb87; color: #17130e; font-size: 8px; }
.hero-aside { position: absolute; right: 3.5vw; top: 103px; font-size: 9px; line-height: 1.75; letter-spacing: .27em; text-transform: uppercase; color: rgba(255,255,255,.72); }
.hero-aside i { display: block; width: 24px; height: 1px; margin-top: 16px; background: var(--gold); }
.hero-index { position: absolute; right: 3.5vw; bottom: 36px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.52); font-size: 8px; letter-spacing: .16em; }
.hero-index i { width: 40px; height: 1px; background: linear-gradient(90deg, var(--gold) 25%, rgba(255,255,255,.25) 25%); }

.experiences { position: relative; padding: 29px 3.5vw 42px; color: var(--ink); background: var(--ivory); overflow: hidden; }
.section-kicker { margin-bottom: 10px; color: #5f5b54; font-size: 9px; font-weight: 500; letter-spacing: .27em; text-transform: uppercase; }
.section-heading-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; margin-bottom: 14px; }
.section-heading-row h2 { max-width: 900px; margin: 0; font: 400 clamp(37px, 3.4vw, 57px)/.95 var(--serif); letter-spacing: -.045em; }
.section-heading-row p { width: 165px; margin: 1px 22vw 0 0; font-size: 8px; line-height: 1.55; letter-spacing: .2em; text-transform: uppercase; }
.section-heading-row p::after { content: ""; display: block; width: 27px; height: 1px; margin-top: 12px; background: #9c8b70; }
.experience-layout { display: grid; grid-template-columns: minmax(0, 1fr) 21vw; gap: 28px; align-items: start; }
.experience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.experience-card { position: relative; height: 185px; overflow: hidden; display: flex; align-items: flex-end; justify-content: space-between; padding: 21px; color: white; background-image: linear-gradient(0deg, rgba(0,0,0,.78), transparent 58%), url("./assets/zintra-experiences-triptych.png"); background-size: 300% 100%; transition: filter .35s ease; }
.experience-card::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.2); pointer-events: none; }
.experience-card:hover { filter: brightness(1.12); }
.experience-card--discover { background-position: 0 center; }
.experience-card--meet { background-position: 50% center; }
.experience-card--organize { background-position: 100% center; }
.experience-card span { position: relative; z-index: 1; font: 400 22px/1 var(--serif); text-transform: uppercase; }
.experience-card i { position: relative; z-index: 1; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font: normal 13px/1 var(--sans); transition: transform .3s ease, background .3s ease; }
.experience-card:hover i { transform: rotate(-28deg); background: rgba(255,255,255,.15); }
.phone-wrap { position: relative; height: 205px; }
.phone-wrap > p { position: absolute; right: 0; bottom: 6px; margin: 0; padding-top: 15px; color: #69645d; border-top: 1px solid #a9a298; font-size: 8px; line-height: 1.6; letter-spacing: .2em; text-transform: uppercase; }
.phone { position: absolute; z-index: 2; width: 195px; height: 390px; left: 0; top: -127px; overflow: hidden; border: 5px solid #222628; border-radius: 29px; color: white; background: #080a0b; transform: rotate(5deg); box-shadow: 0 23px 45px rgba(19,16,11,.26), inset 0 0 0 1px #65686a; }
.phone::before { content: ""; position: absolute; z-index: 3; left: 50%; top: 5px; width: 64px; height: 14px; border-radius: 10px; background: #050607; transform: translateX(-50%); }
.phone-top { height: 23px; padding: 8px 13px 0; display: flex; justify-content: space-between; font-size: 6px; }
.phone-top i { width: 26px; height: 5px; background: linear-gradient(90deg, #fff 22%, transparent 22% 32%, #fff 32% 62%, transparent 62% 72%, #fff 72%); opacity: .75; }
.phone-appbar { height: 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 12px; }
.phone-appbar b { color: #d7bc89; font-size: 8px; letter-spacing: .28em; font-weight: 400; }
.phone-content { padding: 8px 12px 15px; }
.phone-eyebrow { margin: 0 0 3px; color: #bfa777; font-size: 5px; letter-spacing: .12em; text-transform: uppercase; }
.phone-content h3 { margin: 0 0 10px; font: 400 15px/1.05 var(--serif); }
.search-field { height: 25px; display: flex; align-items: center; justify-content: space-between; padding: 0 8px; border-radius: 14px; color: #5c5c5c; background: #f6f5f1; font-size: 6px; }
.search-field b { width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; color: white; background: #111; font-size: 10px; }
.chips { display: flex; gap: 4px; margin: 8px 0 13px; }
.chips span { padding: 4px 6px; border: 1px solid #424547; border-radius: 10px; font-size: 5px; }
.chips span:first-child { color: #16120d; border-color: var(--gold); background: var(--gold); }
.phone-section-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 7px; font-size: 6px; }
.phone-section-title span { opacity: .55; }
.mobile-event-card { border-radius: 8px; overflow: hidden; background: #121516; }
.mobile-event-photo { height: 105px; background: url("./assets/zintra-experiences-triptych.png") left center / 300% 100%; }
.mobile-event-card > div:last-child { display: grid; grid-template-columns: auto 1fr; gap: 2px 6px; padding: 8px; }
.mobile-event-card small { grid-row: span 2; color: var(--gold); font-size: 5px; }
.mobile-event-card b { font-size: 7px; }
.mobile-event-card span { font-size: 5px; opacity: .55; }

.experience-story { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; align-items: center; overflow: hidden; padding: 115px 9vw; background: radial-gradient(circle at 18% 55%, rgba(190,145,75,.17), transparent 25%), #090b0c; }
.experience-story::before { content: ""; position: absolute; width: 42vw; aspect-ratio: 1; left: -10vw; top: 50%; border: 1px solid rgba(223,189,131,.25); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 100px rgba(212,171,100,.09), inset 0 0 100px rgba(212,171,100,.05); }
.story-orbit span { position: absolute; border: 1px solid rgba(223,189,131,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.story-orbit span:nth-child(1) { left: 12%; top: 50%; width: 27vw; height: 27vw; }
.story-orbit span:nth-child(2) { left: 12%; top: 50%; width: 18vw; height: 18vw; }
.story-orbit span:nth-child(3) { left: 12%; top: 50%; width: 7px; height: 7px; border: 0; background: var(--gold-pale); box-shadow: 0 0 30px var(--gold); }
.story-copy { position: relative; z-index: 1; max-width: 590px; padding-left: 7vw; }
.section-kicker--dark { color: #b7aa93; }
.story-copy h2, .security h2 { margin: 0; font: 400 clamp(48px, 5.3vw, 86px)/.95 var(--serif); letter-spacing: -.05em; }
.story-copy > p { max-width: 490px; margin: 26px 0; color: rgba(255,255,255,.63); font-size: 16px; line-height: 1.65; }
.text-link { display: inline-flex; gap: 38px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.34); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.feature-rail { position: relative; z-index: 1; border-top: 1px solid var(--line-light); }
.feature-rail article { display: grid; grid-template-columns: 38px 1fr; gap: 23px; padding: 26px 0; border-bottom: 1px solid var(--line-light); }
.feature-rail article > span { color: var(--gold); font-size: 10px; }
.feature-rail h3 { margin: 0 0 8px; font: 400 25px/1.05 var(--serif); }
.feature-rail p { margin: 0; max-width: 420px; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.55; }

.organizer { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 650px; color: var(--ink); background: var(--paper); }
.organizer-visual { min-height: 650px; background-image: linear-gradient(90deg, transparent 72%, rgba(233,228,218,.18)), url("./assets/zintra-experiences-triptych.png"); background-position: right center; background-size: 300% 100%; }
.organizer-copy { align-self: center; padding: 70px 9vw 70px 7vw; }
.organizer-copy h2, .launch h2 { margin: 0; font: 400 clamp(47px, 4.4vw, 72px)/.98 var(--serif); letter-spacing: -.05em; }
.organizer-copy > p { margin: 24px 0 30px; color: #5d5a55; font-size: 15px; line-height: 1.65; }
.organizer-copy ul { list-style: none; margin: 0 0 34px; padding: 0; border-top: 1px solid var(--line-dark); }
.organizer-copy li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line-dark); font: 400 17px/1.25 var(--serif); }
.organizer-copy li span { color: #8c7958; font: 500 9px/1.6 var(--sans); }

.security { position: relative; min-height: 620px; display: grid; grid-template-columns: 1fr .8fr; gap: 12vw; align-items: center; padding: 105px 9vw; overflow: hidden; background: #07090a; }
.security::after { content: "Z"; position: absolute; right: -2vw; top: -18%; color: rgba(255,255,255,.025); font: 400 690px/1 var(--serif); pointer-events: none; }
.security-line { position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: linear-gradient(transparent, rgba(215,182,125,.24), transparent); }
.security-copy, .security-points { position: relative; z-index: 1; }
.security-points { border-top: 1px solid var(--line-light); }
.security-points p { display: grid; grid-template-columns: 42px 1fr; margin: 0; padding: 25px 0; border-bottom: 1px solid var(--line-light); color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.45; }
.security-points span { color: var(--gold); font-size: 9px; }

.launch { position: relative; min-height: 600px; display: grid; place-items: center; overflow: hidden; text-align: center; color: var(--ink); background: var(--ivory); }
.launch-ring { position: absolute; width: min(560px, 72vw); aspect-ratio: 1; border: 1px solid rgba(131,103,60,.45); border-radius: 50%; box-shadow: 0 0 0 55px rgba(149,115,64,.035), 0 0 0 110px rgba(149,115,64,.025), inset 0 0 100px rgba(149,115,64,.08); }
.launch-ring::before, .launch-ring::after { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(131,103,60,.16); border-radius: inherit; }
.launch-ring::after { inset: 23%; }
.launch-content { position: relative; z-index: 1; width: min(610px, 88vw); }
.launch-content p { max-width: 480px; margin: 22px auto 27px; color: #5a5650; line-height: 1.6; }

/* One continuous ZINTRA universe — every chapter follows the cinematic home hero. */
.experiences,
.experience-story,
.organizer,
.security,
.launch {
  border-top: 1px solid rgba(222, 187, 127, .2);
}

.experiences {
  min-height: 720px;
  padding: 82px 3.5vw 96px;
  color: white;
  background:
    linear-gradient(180deg, rgba(7,9,10,.82), rgba(7,9,10,.97) 68%),
    url("./assets/zintra-portal-hero.png") center 60% / cover no-repeat;
}
.experiences::before {
  content: "02";
  position: absolute;
  right: 3.5vw;
  top: 34px;
  color: rgba(238, 215, 175, .66);
  font-size: 10px;
  letter-spacing: .22em;
}
.experiences::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(520px, 37vw);
  aspect-ratio: 1;
  right: 7vw;
  top: 45%;
  border: 1px solid rgba(231, 195, 134, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(218, 178, 110, .025), inset 0 0 80px rgba(218, 178, 110, .045);
  transform: translateY(-50%);
  pointer-events: none;
}
.experiences > * { position: relative; z-index: 1; }
.section-kicker { color: #c7ad80; }
.section-heading-row { margin-bottom: 31px; }
.section-heading-row h2 { max-width: 940px; font-size: clamp(45px, 4.2vw, 70px); color: #f4f0e8; }
.section-heading-row p { color: rgba(255,255,255,.55); }
.section-heading-row p::after { background: var(--gold); }
.experience-layout { grid-template-columns: minmax(0, 1fr) 23vw; gap: 32px; }
.experience-grid { gap: 12px; }
.experience-card {
  height: 310px;
  padding: 27px;
  border-radius: 2px;
  box-shadow: 0 28px 60px rgba(0,0,0,.35);
  filter: saturate(.82) contrast(1.03);
}
.experience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.05), transparent 38%);
  opacity: 0;
  transition: opacity .35s ease;
}
.experience-card:hover { filter: saturate(1) brightness(1.08); }
.experience-card:hover::before { opacity: 1; }
.experience-card span { font-size: 27px; letter-spacing: -.02em; }
.experience-card i { width: 39px; height: 39px; border-color: rgba(238,215,175,.75); }
.phone-wrap { height: 322px; }
.phone-wrap > p { color: rgba(255,255,255,.5); border-top-color: rgba(224,193,140,.42); }
.phone {
  width: 224px;
  height: 448px;
  left: 1vw;
  top: -108px;
  border-color: #2c3032;
  box-shadow: 0 32px 80px rgba(0,0,0,.72), 0 0 60px rgba(190,145,75,.1), inset 0 0 0 1px #65686a;
}
.phone-content h3 { font-size: 18px; }
.mobile-event-photo { height: 132px; }

.experience-story {
  min-height: 780px;
  background:
    linear-gradient(90deg, rgba(5,7,8,.96) 0%, rgba(5,7,8,.91) 43%, rgba(5,7,8,.5) 72%, rgba(5,7,8,.73) 100%),
    url("./assets/zintra-portal-hero.png") center / cover no-repeat;
}
.experience-story::before {
  left: -7vw;
  width: 47vw;
  border-color: rgba(235,199,139,.34);
  box-shadow: 0 0 0 44px rgba(209,168,100,.018), 0 0 100px rgba(212,171,100,.13), inset 0 0 100px rgba(212,171,100,.08);
}
.experience-story::after {
  content: "03";
  position: absolute;
  right: 3.5vw;
  top: 34px;
  color: rgba(238,215,175,.66);
  font-size: 10px;
  letter-spacing: .22em;
}
.story-copy {
  padding: 44px 45px 48px 7vw;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(120deg, rgba(9,11,12,.76), rgba(9,11,12,.25));
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0,0,0,.34);
}
.feature-rail {
  padding: 0 30px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(8,10,11,.58);
  backdrop-filter: blur(22px);
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
.feature-rail article:last-child { border-bottom: 0; }

.organizer {
  position: relative;
  min-height: 760px;
  padding: 72px 5vw;
  gap: 6vw;
  color: white;
  background:
    radial-gradient(circle at 20% 50%, rgba(196,151,80,.12), transparent 30%),
    linear-gradient(135deg, #090b0c, #0e1112 58%, #080a0b);
  overflow: hidden;
}
.organizer::before {
  content: "04";
  position: absolute;
  right: 3.5vw;
  top: 34px;
  color: rgba(238,215,175,.66);
  font-size: 10px;
  letter-spacing: .22em;
}
.organizer::after {
  content: "";
  position: absolute;
  left: -6vw;
  top: 50%;
  width: 56vw;
  height: 56vw;
  border: 1px solid rgba(222,183,118,.2);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: inset 0 0 90px rgba(213,174,107,.07), 0 0 0 44px rgba(213,174,107,.018);
  pointer-events: none;
}
.organizer-visual {
  position: relative;
  z-index: 1;
  min-height: 610px;
  border: 1px solid rgba(239,211,162,.34);
  border-radius: 48% 48% 3px 3px;
  background-image: linear-gradient(0deg, rgba(5,7,8,.63), transparent 52%), url("./assets/zintra-experiences-triptych.png");
  background-position: right center;
  background-size: 300% 100%;
  box-shadow: 0 35px 100px rgba(0,0,0,.55), 0 0 65px rgba(192,145,69,.11);
}
.organizer-copy {
  position: relative;
  z-index: 1;
  padding: 55px 5vw 55px 0;
}
.organizer-copy h2 { color: #f4f0e8; }
.organizer-copy > p { color: rgba(255,255,255,.62); }
.organizer-copy ul { border-top-color: rgba(255,255,255,.18); }
.organizer-copy li { border-bottom-color: rgba(255,255,255,.18); color: rgba(255,255,255,.9); }
.organizer-copy li span { color: var(--gold); }
.organizer .button--ink,
.launch .button--ink { color: #15120d; background: linear-gradient(105deg, #eed7aa, #caa566 70%, #f4dfb7); }

.security {
  min-height: 720px;
  background:
    linear-gradient(90deg, rgba(5,7,8,.96), rgba(5,7,8,.76)),
    url("./assets/zintra-experiences-triptych.png") left center / 300% 100% no-repeat;
}
.security::before {
  content: "05";
  position: absolute;
  left: 3.5vw;
  top: 34px;
  color: rgba(238,215,175,.66);
  font-size: 10px;
  letter-spacing: .22em;
}
.security::after { color: rgba(226,192,132,.045); text-shadow: 0 0 80px rgba(197,151,77,.09); }
.security-copy {
  padding: 45px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(8,10,11,.48);
  backdrop-filter: blur(18px);
}
.security-points {
  padding: 0 30px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(8,10,11,.64);
  backdrop-filter: blur(22px);
}
.security-points p:last-child { border-bottom: 0; }

.launch {
  min-height: 760px;
  color: white;
  background:
    radial-gradient(circle at center, rgba(6,8,9,.36), rgba(6,8,9,.91) 72%),
    url("./assets/zintra-portal-hero.png") center / cover no-repeat;
}
.launch::before {
  content: "06";
  position: absolute;
  right: 3.5vw;
  top: 34px;
  color: rgba(238,215,175,.66);
  font-size: 10px;
  letter-spacing: .22em;
}
.launch::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(5,7,8,.5));
  pointer-events: none;
}
.launch-ring {
  z-index: 1;
  width: min(620px, 72vw);
  border-color: rgba(235,199,139,.66);
  box-shadow: 0 0 0 52px rgba(218,178,110,.035), 0 0 0 104px rgba(218,178,110,.02), 0 0 110px rgba(213,169,96,.18), inset 0 0 100px rgba(218,178,110,.09);
}
.launch-ring::before,
.launch-ring::after { border-color: rgba(235,199,139,.23); }
.launch-content { z-index: 2; padding: 42px; border: 1px solid rgba(255,255,255,.13); background: rgba(6,8,9,.48); backdrop-filter: blur(15px); }
.launch-content h2 { color: #f5f1e9; }
.launch-content p { color: rgba(255,255,255,.66); }

.site-footer { padding: 68px 3.5vw 30px; border-top: 1px solid rgba(255,255,255,.12); background: #060708; }
.wordmark--footer { font-size: 40px; }
.site-footer > p { margin: 20px 0 45px; color: rgba(255,255,255,.52); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 27px; margin-bottom: 48px; font-size: 12px; }
.site-footer nav a { opacity: .68; }
.site-footer nav a:hover { opacity: 1; }
.footer-meta { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.36); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.zintra-modal { width: min(500px, calc(100% - 28px)); padding: 48px; border: 1px solid rgba(224,193,140,.45); color: white; background: rgba(10,12,13,.96); box-shadow: 0 34px 100px rgba(0,0,0,.65); backdrop-filter: blur(24px); }
.zintra-modal::backdrop { background: rgba(0,0,0,.73); backdrop-filter: blur(5px); }
.modal-close { position: absolute; right: 17px; top: 14px; border: 0; background: none; font-size: 28px; font-weight: 200; cursor: pointer; opacity: .65; }
.modal-kicker { color: var(--gold); font-size: 9px; letter-spacing: .25em; text-transform: uppercase; }
.zintra-modal h2 { margin: 12px 0; font: 400 47px/1 var(--serif); }
.zintra-modal > p { color: rgba(255,255,255,.61); font-size: 14px; line-height: 1.6; }
.zintra-modal form { display: grid; gap: 15px; margin-top: 26px; }
.zintra-modal label { display: grid; gap: 7px; color: rgba(255,255,255,.72); font-size: 11px; }
.zintra-modal input, .zintra-modal select { width: 100%; height: 48px; padding: 0 15px; border: 1px solid rgba(255,255,255,.19); border-radius: 0; color: white; background: rgba(255,255,255,.04); outline: 0; }
.zintra-modal input:focus, .zintra-modal select:focus { border-color: var(--gold); }
.zintra-modal option { color: black; }
.zintra-modal form .button { margin-top: 6px; }
.form-success { padding: 30px 0 10px; text-align: center; }
.form-success > span { width: 50px; height: 50px; display: grid; place-items: center; margin: auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 22px; }
.form-success h3 { margin: 20px 0 8px; font: 400 30px/1 var(--serif); }
.form-success p { margin: 0; color: rgba(255,255,255,.58); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes heroBreath { from { transform: scale(1.012); } to { transform: scale(1.045); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { height: 710px; }
  .hero-content { width: 54vw; }
  .portal-ticket, .hero-aside { display: none; }
  .section-heading-row p { margin-right: 18vw; }
  .experience-layout { grid-template-columns: minmax(0,1fr) 18vw; }
  .phone { left: -35px; }
}

@media (max-width: 820px) {
  .site-header { position: absolute; height: 68px; padding: 0 20px; }
  .wordmark { font-size: 23px; }
  .header-actions .login-link, .header-actions .button { display: none; }
  .menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(0,0,0,.2); }
  .menu-toggle span { width: 17px; height: 1px; display: block; background: white; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 60px; left: 14px; right: 14px; display: grid; padding: 18px; border: 1px solid rgba(255,255,255,.18); background: rgba(7,9,10,.96); backdrop-filter: blur(20px); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a, .mobile-nav button { padding: 13px 5px; border: 0; border-bottom: 1px solid rgba(255,255,255,.11); text-align: left; background: none; }
  .mobile-nav button { color: var(--gold-pale); }
  .hero { min-height: 790px; height: 100svh; }
  .hero-background { background-position: 63% center; }
  .hero-vignette { background: linear-gradient(0deg, rgba(5,7,8,.96) 0%, rgba(5,7,8,.66) 58%, rgba(5,7,8,.18) 100%), linear-gradient(90deg, rgba(5,7,8,.62), transparent 80%); }
  .hero-content { position: absolute; left: 0; right: 0; bottom: 0; width: auto; padding: 0 20px 28px; }
  .launch-pill { margin-bottom: 14px; padding: 8px 12px; font-size: 8px; }
  .hero h1 { max-width: 650px; font-size: clamp(47px, 13.5vw, 68px); }
  .hero-lead { margin: 15px 0 19px; font-size: 15px; }
  .hero-buttons { align-items: stretch; }
  .hero-buttons .button { flex: 1; padding-inline: 18px; gap: 12px; }
  .countdown { gap: 6px; }
  .countdown-unit { width: 70px; height: 68px; flex: 1; }
  .countdown-unit strong { font-size: 27px; }
  .hero-manifesto, .portal-brand, .hero-index { display: none; }
  .experiences { padding: 40px 20px 55px; }
  .section-heading-row { display: block; }
  .section-heading-row p { display: none; }
  .section-heading-row h2 { font-size: 46px; }
  .experience-layout { display: block; }
  .experience-grid { display: flex; margin: 24px -20px 0; padding: 0 20px 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .experience-grid::-webkit-scrollbar { display: none; }
  .experience-card { min-width: 80vw; height: 290px; scroll-snap-align: center; }
  .phone-wrap { height: 430px; margin-top: 10px; }
  .phone { width: 210px; height: 420px; left: 50%; top: 15px; transform: translateX(-50%) rotate(3deg); }
  .phone-wrap > p { right: 2px; }
  .experience-story { min-height: auto; grid-template-columns: 1fr; gap: 58px; padding: 100px 20px 80px; }
  .experience-story::before { width: 75vw; left: -32vw; top: 17%; }
  .story-copy { padding: 34px 24px; }
  .feature-rail { padding: 0 19px; }
  .story-copy h2, .security h2 { font-size: 52px; }
  .organizer { grid-template-columns: 1fr; gap: 0; padding: 72px 20px 82px; }
  .organizer-visual { min-height: 470px; background-size: 300% 100%; }
  .organizer-copy { padding: 62px 0 0; }
  .organizer-copy h2, .launch h2 { font-size: 50px; }
  .security { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding: 95px 20px; }
  .security-line { display: none; }
  .security-copy { padding: 34px 24px; }
  .security-points { padding: 0 20px; }
  .launch { min-height: 610px; padding: 70px 20px; }
  .launch-content { padding: 36px 22px; }
  .site-footer { padding: 58px 20px 25px; }
  .footer-meta { flex-direction: column; gap: 10px; }
  .zintra-modal { padding: 44px 22px 28px; }
}

@media (max-width: 480px) {
  .hero-buttons { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .hero-buttons .button { min-height: 43px; }
  .countdown-unit { height: 62px; }
  .countdown-unit strong { font-size: 24px; }
  .countdown-unit span { font-size: 7px; letter-spacing: .13em; }
  .experience-card { min-width: 84vw; }
}
