:root {
  --navy: #062a47;
  --navy-deep: #031c30;
  --navy-soft: #0c3f67;
  --orange: #f46a08;
  --orange-soft: #ff8a36;
  --white: #ffffff;
  --paper: #f7f8fa;
  --ink: #0d2840;
  --muted: #5f7180;
  --line: #dce3e8;
  --display: "Montserrat", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--orange); color: white; padding: 10px 16px; text-decoration: none; border-radius: 6px; }
.skip-link:focus { top: 16px; }

.topbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(6,42,71,.08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-family: var(--display); letter-spacing: .12em; font-weight: 800; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: .93rem; font-weight: 600; text-decoration: none; transition: color .2s ease; }
.nav a:hover, .nav a:focus-visible { color: var(--orange); }
.nav .nav-cta { padding: 12px 19px; background: var(--navy); color: white; border-radius: 8px; }
.nav .nav-cta:hover { background: var(--orange); color: white; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); }

.eyebrow { margin: 0 0 19px; color: var(--orange); font-weight: 700; font-size: .76rem; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: #ff984d; }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: 1.08; }
h1 { max-width: 690px; font-size: clamp(3rem, 5.5vw, 5.6rem); letter-spacing: -.055em; color: var(--navy); }
h1 span { display: block; color: var(--orange); }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); letter-spacing: -.045em; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 56px; padding: 0 24px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 14px 34px rgba(244,106,8,.2); }
.button-primary:hover { background: #db5800; }
.button-light { background: white; color: var(--navy); }
.button-light:hover { box-shadow: 0 14px 34px rgba(0,0,0,.12); }
.text-link { font-weight: 700; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.hero-carousel { position: relative; height: min(720px, calc(100vh - 86px)); min-height: 590px; overflow: hidden; background: var(--navy-deep); }
.hero-slide { position: absolute; inset: 0; display: grid; align-items: center; opacity: 0; visibility: hidden; transition: opacity .75s ease, visibility .75s ease; background-image: linear-gradient(90deg, rgba(3,28,48,.97) 0%, rgba(3,28,48,.87) 40%, rgba(3,28,48,.2) 76%, rgba(3,28,48,.1) 100%), var(--slide-image); background-size: cover; background-position: center; }
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.hero-slide-pass { background-position: center 35%; }
.hero-slide-pass-art { background-color: var(--navy-deep); background-image: var(--slide-image); background-position: center; background-repeat: no-repeat; background-size: contain; }
.pass-art-cta { position: relative; z-index: 2; align-self: end; display: flex; justify-content: center; padding-bottom: 76px; }
.slide-content { position: relative; z-index: 2; color: white; }
.slide-content h1 { max-width: 820px; color: white; }
.slide-content p:not(.eyebrow) { max-width: 620px; margin: 26px 0 34px; color: rgba(255,255,255,.8); font-size: 1.22rem; }
.carousel-arrow { position: absolute; top: 50%; z-index: 3; width: 48px; height: 64px; border: 1px solid rgba(255,255,255,.34); border-radius: 8px; color: white; background: rgba(3,28,48,.42); font-size: 2.25rem; cursor: pointer; transform: translateY(-50%); transition: background .2s ease; }
.carousel-arrow:hover, .carousel-arrow:focus-visible { background: var(--orange); }
.carousel-arrow.prev { left: 22px; }
.carousel-arrow.next { right: 22px; }
.carousel-dots { position: absolute; z-index: 4; left: 50%; bottom: 28px; display: flex; gap: 10px; transform: translateX(-50%); }
.carousel-dots button { width: 34px; height: 4px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.42); cursor: pointer; }
.carousel-dots button.is-active { background: var(--orange); }
.hero-stamp { position: absolute; z-index: 4; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 26px; width: 142px; height: 142px; padding: 18px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: var(--navy); border: 5px solid white; box-shadow: 0 18px 42px rgba(3,28,48,.28); }
.hero-stamp span, .hero-stamp small { font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-stamp strong { font-family: var(--display); font-size: 2rem; line-height: 1.05; color: var(--orange-soft); }

.manifesto { background: var(--white); }
.manifesto-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.section-intro h2 { color: var(--navy); }
.manifesto-copy { border-left: 1px solid var(--line); padding-left: 64px; }
.manifesto-copy p { color: var(--muted); max-width: 650px; }
.manifesto-copy .large-copy { margin-top: 0; font-size: 1.45rem; line-height: 1.6; color: var(--ink); }
.manifesto-copy .text-link { display: inline-block; margin-top: 20px; color: var(--orange); }

.pillars { color: white; background: var(--navy); position: relative; overflow: hidden; }
.pillars::before { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; right: -220px; top: -240px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.section-heading { position: relative; display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 62px; }
.section-heading > p { max-width: 370px; color: rgba(255,255,255,.66); margin: 0; font-size: 1.08rem; }
.pillar-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.pillar-card { min-height: 310px; padding: 36px 30px 24px; border-right: 1px solid rgba(255,255,255,.16); transition: background .25s ease, transform .25s ease; }
.pillar-card:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.pillar-card:hover { background: var(--orange); transform: translateY(-8px); }
.pillar-card > span { font-family: var(--display); font-size: .75rem; color: #ff984d; letter-spacing: .15em; }
.pillar-card:hover > span { color: white; }
.pillar-card h3 { margin-top: 86px; font-size: 1.5rem; }
.pillar-card p { color: rgba(255,255,255,.68); line-height: 1.65; }
.pillar-card:hover p { color: white; }

.viking-practices { position: relative; overflow: hidden; background: var(--paper); }
.viking-practices::after { content: "V"; position: absolute; right: -38px; bottom: -170px; color: rgba(6,42,71,.035); font: 800 34rem/1 var(--display); pointer-events: none; }
.practices-heading { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: end; margin-bottom: 62px; }
.practices-heading h2 { color: var(--navy); }
.practices-heading > p { max-width: 570px; margin: 0 0 5px; color: var(--muted); font-size: 1.12rem; }
.practices-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.practice-card { display: grid; grid-template-columns: 54px 1fr; gap: 20px; min-height: 214px; padding: 30px; border: 1px solid var(--line); border-radius: 10px; background: white; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.practice-card:hover { transform: translateY(-4px); border-color: rgba(244,106,8,.5); box-shadow: 0 18px 42px rgba(3,28,48,.08); }
.practice-number { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--orange); background: #fff2e9; font: 800 .76rem var(--display); letter-spacing: .08em; }
.practice-card h3 { margin: 7px 0 13px; color: var(--navy); font-size: 1.22rem; }
.practice-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.practice-card-featured { grid-column: 1 / -1; grid-template-columns: 70px 1fr; min-height: 0; padding: 38px 42px; color: white; border: 0; background: linear-gradient(115deg, var(--navy-deep), var(--navy-soft)); }
.practice-card-featured .practice-number { width: 54px; height: 54px; color: white; background: var(--orange); }
.practice-card-featured h3 { margin-top: 4px; color: white; font-size: 1.55rem; }
.practice-card-featured p { color: rgba(255,255,255,.72); }
.practice-card-featured strong { display: block; margin-top: 16px; color: white; font: 700 clamp(1.15rem, 2vw, 1.55rem)/1.35 var(--display); }

.history { background: var(--paper); }
.history-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 96px; align-items: center; }
.history-visual { position: relative; }
.history-visual::after { content: ""; position: absolute; inset: 20px -20px -20px 20px; border: 1px solid rgba(244,106,8,.55); z-index: 0; }
.history-visual img { position: relative; z-index: 1; aspect-ratio: 1/1; object-fit: cover; }
.history-copy h2 { color: var(--navy); }
.history-copy > p:not(.eyebrow) { margin: 28px 0 34px; color: var(--muted); font-size: 1.08rem; }
.numbers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.numbers div { display: flex; flex-direction: column; }
.numbers strong { font-family: var(--display); font-size: 2.3rem; color: var(--orange); line-height: 1.1; }
.numbers span { color: var(--muted); font-size: .92rem; }

.coffee { background: white; }
.coffee-card { padding: 72px; color: white; background: linear-gradient(120deg, var(--navy-deep), var(--navy-soft)); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-radius: 14px; box-shadow: 0 30px 70px rgba(3,28,48,.14); }
.coffee-copy p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 1.08rem; margin: 26px 0 0; }
.coffee-steps { list-style: none; margin: 0; padding: 0; }
.coffee-steps li { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.coffee-steps li:first-child { padding-top: 0; }
.coffee-steps li > span { color: var(--orange-soft); font-family: var(--display); font-weight: 700; }
.coffee-steps strong { font-size: 1.08rem; }
.coffee-steps p { margin: 5px 0 0; color: rgba(255,255,255,.62); }

.moments { background: white; overflow: hidden; }
.moments-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 64px; }
.moments-heading h2 { color: var(--navy); }
.instagram-pill { display: inline-flex; align-items: center; gap: 11px; padding: 13px 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); font-weight: 700; text-decoration: none; white-space: nowrap; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.instagram-pill span { color: var(--orange); font-size: 1.5rem; line-height: 1; }
.instagram-pill:hover { color: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
.album-list { display: grid; gap: 88px; }
.album-card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: center; }
.album-card.reverse .album-info { order: 2; }
.album-card.reverse .album-cover { order: 1; }
.album-info h3 { font-size: clamp(2rem, 3vw, 3rem); color: var(--navy); margin: 13px 0 20px; }
.album-info > p:not(.album-date) { color: var(--muted); }
.album-date { color: var(--muted); font-size: .84rem; letter-spacing: .04em; }
.event-status { display: inline-flex; width: fit-content; padding: 5px 9px; border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-status.completed { color: #51606d; background: #e7ebee; }
.event-status.next { color: white; background: var(--orange); }
.event-status.planned { color: var(--navy); background: #e3edf5; }
.event-status.special { color: white; background: var(--navy); }
.album-button, .schedule-action { margin-top: 22px; padding: 0; border: 0; background: transparent; color: var(--orange); font: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
.album-button span { margin-left: 9px; }
.album-cover { position: relative; display: block; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 12px; background: var(--navy); box-shadow: 0 22px 54px rgba(3,28,48,.14); cursor: pointer; }
.album-cover img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .4s ease, opacity .4s ease; }
.album-cover-overlay { position: absolute; inset: auto 0 0; display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 54px 24px 22px; color: white; text-align: left; background: linear-gradient(transparent, rgba(3,28,48,.92)); }
.album-cover-overlay small { font: 700 .76rem var(--body); letter-spacing: .08em; text-transform: uppercase; }
.album-cover-overlay strong { font: 700 .95rem var(--body); }
.album-cover:hover img { transform: scale(1.025); opacity: .9; }
.album-cover:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.agenda { background: var(--paper); }
.agenda-head { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.agenda-head h2 { color: var(--navy); }
.agenda-head > p { max-width: 320px; margin: 0; color: var(--muted); }
.calendar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 54px; }
.calendar { padding: 26px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 12px 34px rgba(3,28,48,.05); }
.calendar header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.calendar h3 { color: var(--navy); font-size: 1.12rem; text-transform: capitalize; }
.calendar header span { color: var(--muted); font-size: .75rem; font-weight: 700; }
.calendar-days, .calendar-dates { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; text-align: center; }
.calendar-days span { color: #82909b; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.calendar-dates span { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; color: #51606d; font-size: .78rem; }
.calendar-dates .empty { visibility: hidden; }
.calendar-dates .event-day { position: relative; background: var(--orange); color: white; font-weight: 800; box-shadow: 0 7px 15px rgba(244,106,8,.25); }
.calendar-dates .event-day.pass-day { background: var(--navy); }
.calendar-legend { display: flex; align-items: center; gap: 8px; margin: 18px 0 0; color: var(--muted); font-size: .72rem; }
.calendar-legend::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.calendar-legend.pass-legend::before { background: var(--navy); }
.schedule { display: grid; gap: 10px; }
.schedule-item { display: grid; grid-template-columns: 88px 1fr auto; gap: 26px; align-items: center; padding: 24px 28px; background: white; border-left: 4px solid #b9c8d3; }
.schedule-item.featured { border-left-color: var(--orange); box-shadow: 0 14px 35px rgba(244,106,8,.1); }
.schedule-item.pass { border-left-color: var(--navy); }
.schedule-item.past { opacity: .78; }
.schedule-date { display: flex; align-items: baseline; gap: 8px; }
.schedule-date strong { font-family: var(--display); color: var(--navy); font-size: 2rem; line-height: 1; }
.schedule-date span { color: var(--orange); font-size: .72rem; font-weight: 800; }
.schedule-item h3 { margin-top: 7px; color: var(--navy); font-size: 1.18rem; }
.schedule-item p { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }
.schedule-item .schedule-action { margin: 0; }

.final-cta { color: white; background: var(--orange); }
.final-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 90px; }
.final-grid > div:last-child p { margin-top: 0; font-size: 1.12rem; }
.final-grid .button { margin-top: 20px; }

.pem-block { padding: 54px 0; background: #f8fafb; border-top: 1px solid var(--line); }
.pem-inner { display: grid; grid-template-columns: 190px 1fr auto; gap: 48px; align-items: center; }
.pem-logo img { width: 178px; max-height: 96px; object-fit: contain; }
.pem-copy h2 { color: var(--navy); font-size: clamp(1.65rem, 2.7vw, 2.4rem); }
.pem-copy .eyebrow { margin-bottom: 10px; }
.pem-copy > p:last-child { max-width: 660px; margin: 14px 0 0; color: var(--muted); }
.pem-link { color: var(--navy); font-weight: 700; text-decoration: underline; text-underline-offset: 5px; white-space: nowrap; }
.pem-link span { margin-left: 8px; color: var(--orange); }

footer { padding: 42px 0; background: var(--navy-deep); color: white; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 55px; height: 55px; border-radius: 50%; object-fit: cover; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--display); letter-spacing: .12em; }
.footer-brand span, footer p, footer a { color: rgba(255,255,255,.62); font-size: .88rem; }
footer a { text-underline-offset: 4px; }
.footer-links { display: flex; gap: 28px; align-items: center; }
.floating-cta { position: fixed; right: 22px; bottom: 22px; z-index: 45; display: flex; align-items: center; gap: 10px; padding: 13px 18px; background: #25d366; color: white; border-radius: 999px; box-shadow: 0 12px 35px rgba(3,28,48,.24); text-decoration: none; font-weight: 700; font-size: .9rem; transition: transform .2s ease, background .2s ease; }
.floating-cta:hover { transform: translateY(-2px); background: #1ebd5b; }
.floating-cta svg { width: 22px; height: 22px; flex: 0 0 auto; }

.inner-page { background: var(--white); }
.inner-hero { position: relative; min-height: 590px; display: grid; align-items: end; overflow: hidden; color: white; background: var(--navy-deep); }
.inner-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(3,28,48,.98) 0%, rgba(3,28,48,.83) 47%, rgba(3,28,48,.18) 100%), var(--inner-image); background-size: cover; background-position: center; }
.inner-hero.pass-hero::before { background-position: center 38%; }
.inner-hero.forja-hero::before { background-position: center; }
.pass-visual-hero { position: relative; overflow: hidden; color: white; background: var(--navy-deep); }
.pass-visual-hero > img { width: 100%; max-height: calc(100vh - 86px); min-height: 520px; object-fit: contain; object-position: center; }
.pass-visual-actions { position: absolute; top: 0; bottom: 0; left: 50%; display: flex; width: min(1180px, calc(100% - 48px)); flex-direction: column; justify-content: space-between; padding: 28px 0 34px; transform: translateX(-50%); }
.pass-visual-actions .breadcrumb { align-self: flex-start; margin: 0; padding: 8px 13px; border-radius: 7px; background: rgba(3,28,48,.74); backdrop-filter: blur(7px); }
.pass-visual-actions > div { align-self: flex-end; display: flex; align-items: center; gap: 20px; padding: 12px; border-radius: 10px; background: rgba(3,28,48,.82); backdrop-filter: blur(8px); }
.pass-visual-hero + .event-facts { margin-top: 0; padding-top: 20px; }
.inner-hero-content { position: relative; z-index: 1; padding-top: 100px; padding-bottom: 82px; }
.inner-hero h1 { max-width: 850px; color: white; }
.inner-hero .inner-lead { max-width: 720px; margin: 28px 0 34px; color: rgba(255,255,255,.8); font-size: 1.22rem; }
.breadcrumb { display: inline-flex; margin-bottom: 36px; color: rgba(255,255,255,.66); font-size: .84rem; font-weight: 700; text-decoration: none; }
.breadcrumb:hover { color: white; }
.exclusive-badge { display: inline-flex; margin-bottom: 22px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: white; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.intro-grid h2 { color: var(--navy); }
.intro-copy { color: var(--muted); font-size: 1.08rem; }
.intro-copy .lead { margin-top: 0; color: var(--ink); font-size: 1.35rem; line-height: 1.55; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.feature-card { padding: 32px 28px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.feature-card span { display: block; margin-bottom: 34px; color: var(--orange); font: 800 .75rem var(--display); letter-spacing: .12em; }
.feature-card h3 { color: var(--navy); font-size: 1.25rem; }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.dark-section { color: white; background: var(--navy); }
.dark-section h2 { color: white; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 52px; background: rgba(255,255,255,.14); }
.step-card { padding: 36px 30px; background: var(--navy); }
.step-card span { color: var(--orange-soft); font: 800 .76rem var(--display); }
.step-card h3 { margin-top: 44px; font-size: 1.25rem; }
.step-card p { color: rgba(255,255,255,.67); }
.interest-section { background: var(--paper); }
.interest-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 78px; align-items: start; }
.interest-copy h2 { color: var(--navy); }
.interest-copy > p { color: var(--muted); }
.interest-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 36px; border-radius: 14px; background: white; box-shadow: 0 22px 60px rgba(3,28,48,.09); }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--navy); font-size: .84rem; font-weight: 700; }
.form-field input, .form-field textarea, .form-field select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cbd5dc; border-radius: 7px; color: var(--ink); background: white; font: inherit; }
.form-field textarea { min-height: 112px; resize: vertical; }
.interest-form .button { grid-column: 1 / -1; border: 0; cursor: pointer; }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .8rem; }
.mentor-callout { margin-top: 34px; padding: 24px; border-left: 4px solid var(--orange); background: white; box-shadow: 0 14px 36px rgba(3,28,48,.07); }
.mentor-callout strong { display: block; color: var(--navy); font: 700 1.05rem var(--display); }
.mentor-callout p { margin: 8px 0 12px; color: var(--muted); font-size: .92rem; }
.mentor-callout a { color: var(--orange); font-weight: 800; text-decoration: none; }
.forge-path { background: white; }
.path-list { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.path-item { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 30px 24px; border-right: 1px solid var(--line); }
.path-item:last-child { border-right: 0; }
.path-item > strong { color: var(--orange); font: 800 .78rem var(--display); }
.path-item h3 { margin: 0 0 8px; color: var(--navy); }
.path-item p { margin: 0; color: var(--muted); font-size: .92rem; }
.member-cta { text-align: center; }
.member-cta h2 { max-width: 820px; margin: 0 auto; color: white; }
.member-cta p { max-width: 690px; margin: 26px auto 34px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.principles { background: var(--paper); }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.principle-card { padding: 28px 24px; border-top: 4px solid var(--orange); background: white; }
.principle-card h3 { color: var(--navy); font-size: 1.1rem; }
.principle-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.mastermind-editorial { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; margin-top: 58px; }
.mastermind-editorial figure { margin: 0; min-height: 0; overflow: hidden; border-radius: 12px; background: var(--navy); }
.mastermind-editorial img { display: block; width: 100%; height: 100%; object-fit: cover; }
.editorial-main { aspect-ratio: 4 / 3; }
.editorial-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; }
.mastermind-flow h2, .pass-experience h2 { max-width: 760px; }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 50px; background: rgba(255,255,255,.14); }
.flow-card { min-height: 270px; padding: 30px 24px; background: var(--navy); }
.flow-card span { color: var(--orange-soft); font: 800 .76rem var(--display); }
.flow-card h3 { margin-top: 44px; color: white; font-size: 1.15rem; }
.flow-card p { margin-bottom: 0; color: rgba(255,255,255,.68); font-size: .92rem; }
.mastermind-benefits { background: white; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 50px; background: var(--line); border: 1px solid var(--line); }
.benefit-item { display: grid; grid-template-columns: auto 1fr; gap: 22px; padding: 32px; background: white; }
.benefit-item > strong { color: var(--orange); font: 800 .78rem var(--display); }
.benefit-item h3 { margin: 0 0 8px; color: var(--navy); }
.benefit-item p { margin: 0; color: var(--muted); }
.event-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: -42px; position: relative; z-index: 2; }
.event-fact { padding: 24px 26px; border-radius: 10px; background: white; box-shadow: 0 16px 40px rgba(3,28,48,.12); }
.event-fact span { display: block; color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.event-fact strong { display: block; margin-top: 5px; color: var(--navy); font: 700 1.05rem var(--display); }
.pass-intro { padding-top: 90px; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-price { color: rgba(255,255,255,.7); font-size: .9rem; }
.hero-price strong { display: block; color: white; font: 800 1.35rem var(--display); }
.section-lead { max-width: 720px; color: var(--muted); font-size: 1.05rem; }
.outcome-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; margin-top: 70px; padding: 44px; color: white; border-radius: 14px; background: var(--navy); }
.outcome-panel h2 { color: white; }
.outcome-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.outcome-list li { display: grid; grid-template-columns: 170px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.outcome-list li:first-child { padding-top: 0; }
.outcome-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.outcome-list strong { color: var(--orange-soft); }
.outcome-list span { color: rgba(255,255,255,.72); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.price-card { position: relative; padding: 34px 28px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.price-card.featured { color: white; border-color: var(--navy); background: var(--navy); transform: translateY(-12px); box-shadow: 0 24px 55px rgba(3,28,48,.2); }
.price-label { color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin: 18px 0 8px; color: var(--navy); font-size: 1.45rem; }
.price-card.featured h3 { color: white; }
.price { color: var(--navy); font: 800 clamp(2.8rem, 5vw, 4rem) var(--display); line-height: 1; }
.price-card.featured .price { color: var(--orange-soft); }
.price small { font: 600 .85rem var(--body); }
.price-card p { min-height: 75px; color: var(--muted); }
.price-card.featured p { color: rgba(255,255,255,.72); }
.price-card .button { width: 100%; }
.purchase-channel { display: block; margin-top: 12px; color: var(--muted); text-align: center; }
.price-card.featured .purchase-channel { color: rgba(255,255,255,.62); }
.purchase-steps { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; margin-top: 70px; padding: 42px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.purchase-steps h2 { color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.6rem); }
.purchase-steps > div > p:last-child { color: var(--muted); }
.purchase-steps ol { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.purchase-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; padding: 18px; border-radius: 9px; background: white; }
.purchase-steps li > span { display: grid; width: 42px; height: 42px; place-items: center; color: white; border-radius: 50%; background: var(--orange); font-weight: 800; }
.purchase-steps li p { margin: 0; color: var(--muted); font-size: .9rem; }
.purchase-steps li strong { display: block; margin-bottom: 3px; color: var(--navy); font-size: 1rem; }
.pass-message { padding: 68px 0; color: white; background: var(--orange); text-align: center; }
.pass-message h2 { color: white; }
.pass-message p { margin-bottom: 0; font-size: 1.15rem; }
.pass-message .button { margin-top: 28px; }

.lightbox { width: min(1080px, calc(100% - 32px)); max-width: none; padding: 0; border: 0; border-radius: 14px; overflow: visible; background: transparent; }
.lightbox::backdrop { background: rgba(2,16,28,.91); backdrop-filter: blur(6px); }
.lightbox figure { margin: 0; padding: 0; }
.lightbox figure > img { width: 100%; max-height: 78vh; object-fit: contain; border-radius: 12px; background: #020f19; }
.lightbox figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 14px 4px; color: white; }
.lightbox figcaption small { color: rgba(255,255,255,.65); }
.lightbox-close, .lightbox-nav { position: absolute; z-index: 2; border: 0; color: white; background: rgba(3,28,48,.78); cursor: pointer; }
.lightbox-close { right: -10px; top: -46px; width: 40px; height: 40px; border-radius: 50%; font-size: 1.8rem; line-height: 1; }
.lightbox-nav { top: 50%; width: 48px; height: 62px; transform: translateY(-50%); border-radius: 8px; font-size: 2.3rem; }
.lightbox-nav.prev { left: 14px; }
.lightbox-nav.next { right: 14px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .pillar-card { transition: none; }
}

@media (max-width: 980px) {
  .container { width: min(100% - 40px, 760px); }
  .section { padding: 88px 0; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 86px; padding: 28px 24px 34px; flex-direction: column; align-items: stretch; background: white; box-shadow: 0 18px 30px rgba(3,28,48,.1); }
  .nav.open { display: flex; }
  .nav .nav-cta { text-align: center; }
  .hero-carousel { height: 650px; min-height: 0; }
  .hero-slide { background-image: linear-gradient(90deg, rgba(3,28,48,.96) 0%, rgba(3,28,48,.79) 62%, rgba(3,28,48,.38) 100%), var(--slide-image); }
  .hero-slide-pass-art { background-image: var(--slide-image); background-size: contain; }
  .carousel-arrow { top: auto; bottom: 22px; transform: none; }
  .carousel-arrow.prev { left: 20px; }
  .carousel-arrow.next { right: 20px; }
  .hero-stamp { right: 76px; bottom: 14px; width: 118px; height: 118px; }
  .manifesto-grid, .history-grid, .coffee-card, .final-grid, .intro-grid, .interest-grid { grid-template-columns: 1fr; gap: 54px; }
  .practices-heading { grid-template-columns: 1fr; gap: 28px; }
  .manifesto-copy { border-left: 0; border-top: 1px solid var(--line); padding: 36px 0 0; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-card:nth-child(3) { border-left: 1px solid rgba(255,255,255,.16); }
  .history-visual { max-width: 580px; }
  .coffee-card { padding: 54px; }
  .album-card, .album-card.reverse, .pem-inner { grid-template-columns: 1fr; gap: 34px; }
  .album-card.reverse .album-info, .album-card.reverse .album-cover { order: initial; }
  .album-card.reverse .album-info { order: 1; }
  .album-card.reverse .album-cover { order: 2; }
  .calendar-grid { grid-template-columns: 1fr; }
  .calendar { max-width: 480px; width: 100%; margin: 0 auto; }
  .pem-logo img { width: 150px; }
  .pem-link { justify-self: start; }
  .feature-grid, .steps-grid, .price-grid { grid-template-columns: 1fr; }
  .path-list, .flow-grid { grid-template-columns: 1fr 1fr; }
  .path-item:nth-child(2) { border-right: 0; }
  .path-item { border-bottom: 1px solid var(--line); }
  .path-item:nth-last-child(-n+2) { border-bottom: 0; }
  .outcome-panel, .purchase-steps { grid-template-columns: 1fr; gap: 38px; }
  .price-card.featured { transform: none; }
  .principle-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 560px); }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: 74px; }
  .nav { top: 74px; }
  .brand img { width: 48px; height: 48px; }
  .brand span { font-size: .9rem; }
  h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  h2 { font-size: clamp(2.05rem, 9vw, 3rem); }
  .hero-carousel { height: 620px; }
  .slide-content { padding: 0 28px; }
  .slide-content p:not(.eyebrow) { font-size: 1.05rem; }
  .carousel-dots { bottom: 22px; }
  .hero-stamp { display: none; }
  .carousel-arrow { display: none; }
  .pass-art-cta { padding-bottom: 62px; }
  .pass-art-cta .button { min-height: 48px; padding: 0 18px; font-size: .88rem; }
  .inner-hero { min-height: 560px; }
  .inner-hero-content { padding-top: 72px; padding-bottom: 64px; }
  .inner-hero .inner-lead { font-size: 1.05rem; }
  .section-heading, .agenda-head { align-items: start; flex-direction: column; gap: 26px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .practices-grid { grid-template-columns: 1fr; }
  .practice-card-featured { grid-column: auto; }
  .practice-card { grid-template-columns: 44px 1fr; min-height: 0; padding: 26px 22px; gap: 14px; }
  .practice-card-featured { grid-template-columns: 52px 1fr; padding: 30px 24px; }
  .pillar-card, .pillar-card:nth-child(3) { min-height: 245px; border-left: 1px solid rgba(255,255,255,.16); }
  .pillar-card h3 { margin-top: 52px; }
  .history-grid { gap: 44px; }
  .history-visual::after { inset: 12px -10px -12px 10px; }
  .numbers { gap: 24px 16px; }
  .numbers strong { font-size: 1.9rem; }
  .coffee-card { padding: 38px 26px; border-radius: 10px; }
  .moments-heading { align-items: start; flex-direction: column; gap: 28px; }
  .album-list { gap: 68px; }
  .album-cover-overlay { padding: 48px 18px 18px; }
  .schedule-item { grid-template-columns: 66px 1fr; gap: 18px; padding: 22px 18px; }
  .schedule-item > .button, .schedule-item > .schedule-action { grid-column: 1 / -1; width: 100%; }
  .schedule-date strong { font-size: 1.7rem; }
  .calendar { padding: 22px 16px; }
  .pem-block { padding: 48px 0; }
  .final-grid { gap: 38px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-links { flex-direction: column; align-items: flex-start; gap: 12px; }
  .lightbox-nav { width: 40px; height: 54px; }
  .lightbox-nav.prev { left: 6px; }
  .lightbox-nav.next { right: 6px; }
  .floating-cta { right: 14px; bottom: 14px; }
  .pass-visual-hero > img { min-height: 0; object-fit: contain; }
  .pass-visual-actions { position: static; width: min(100% - 32px, 560px); padding: 18px 0 24px; transform: none; }
  .pass-visual-actions .breadcrumb { margin-bottom: 16px; }
  .pass-visual-actions > div { align-self: stretch; justify-content: space-between; padding: 0; background: transparent; backdrop-filter: none; }
  .pass-visual-hero + .event-facts { padding-top: 22px; }
  .feature-grid, .steps-grid, .principle-grid, .event-facts, .price-grid { grid-template-columns: 1fr; }
  .path-list, .flow-grid, .benefit-list, .mastermind-editorial { grid-template-columns: 1fr; }
  .path-item, .path-item:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .path-item:last-child { border-bottom: 0; }
  .editorial-main { aspect-ratio: 4 / 3; }
  .editorial-stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .editorial-stack figure { aspect-ratio: 1 / 1; }
  .benefit-item { padding: 26px 22px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .outcome-panel, .purchase-steps { padding: 30px 22px; }
  .outcome-list li { grid-template-columns: 1fr; gap: 5px; }
  .event-facts { margin-top: -28px; }
  .interest-form { grid-template-columns: 1fr; padding: 28px 20px; }
  .form-field.full, .interest-form .button, .form-note { grid-column: auto; }
}
