:root {
  --navy: #01153b; --navy-2: #0b2557; --blue: #1d4ed8; --blue-2: #3b82f6; --gold: #c69f50; --gold-2: #e9dcc0; --cream: #fdf9f6; --beige: #f1e9d8; --beige-2: #e6dcc6;
  --ink: #111111; --muted: #111111; --on-dark: #ffffff; --on-dark-soft: rgba(255,255,255,.88); --white: #fff; --line: #e9dcc0;
  --head: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --radius: 16px; --shadow: 0 10px 34px rgba(1, 21, 59, .09); --ease: cubic-bezier(.22, .61, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; font-family: var(--body); color: var(--ink); background: var(--cream); line-height: 1.6; font-size: 1.05rem; font-weight: 500; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
h1, h2, h3 { font-family: var(--head); color: var(--navy); line-height: 1.1; margin: 0 0 .5rem; font-weight: 700; }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1rem; }
a { color: var(--navy); }
.skip { position: absolute; left: -999px; } .skip:focus { left: 8px; top: 8px; background: var(--gold); padding: 8px; z-index: 99; }
.kicker { font-size: .75rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: .6rem; }
.lead { font-size: 1.2rem; font-weight: 500; color: var(--ink); max-width: 62ch; margin-bottom: 2rem; }
.note { font-size: 1rem; color: var(--ink); margin-top: 1.5rem; }
.placeholder { color: #b45309; background: #fff7e6; border: 1px dashed #f3c77a; padding: .35rem .6rem; border-radius: 8px; font-size: .85rem; display: inline-block; }
.link { color: var(--navy); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--gold); }
.wrap { max-width: 1160px; margin: 0 auto; }

/* ---------- animations ---------- */
@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes glow { 0%, 100% { transform: translate(-10%, -10%) scale(1); opacity: .55; } 50% { transform: translate(10%, 5%) scale(1.15); opacity: .8; } }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
.anim { opacity: 0; animation: rise .9s var(--ease) forwards; }
.anim--1 { animation-delay: .05s } .anim--2 { animation-delay: .2s } .anim--3 { animation-delay: .35s } .anim--4 { animation-delay: .5s } .anim--5 { animation-delay: .65s }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.stagger.in > * { opacity: 1; transform: none; }
.stagger.in > *:nth-child(1) { transition-delay: .05s } .stagger.in > *:nth-child(2) { transition-delay: .13s } .stagger.in > *:nth-child(3) { transition-delay: .21s } .stagger.in > *:nth-child(4) { transition-delay: .29s } .stagger.in > *:nth-child(5) { transition-delay: .37s } .stagger.in > *:nth-child(6) { transition-delay: .45s } .stagger.in > *:nth-child(7) { transition-delay: .53s } .stagger.in > *:nth-child(8) { transition-delay: .61s } .stagger.in > *:nth-child(9) { transition-delay: .69s }
@media (prefers-reduced-motion: reduce) {
  .anim, .reveal, .stagger > * { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
  .hero__glow, .ticker__track { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- buttons ---------- */
.btn { display: inline-block; padding: .85rem 1.6rem; border-radius: 999px; font-weight: 600; text-decoration: none; border: 1.5px solid transparent; cursor: pointer; font-family: var(--body); font-size: .95rem; transition: transform .2s var(--ease), box-shadow .2s, background .2s; position: relative; overflow: hidden; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(1, 21, 59, .18); }
.btn:active { transform: translateY(0); }
.btn--navy { background: var(--navy); color: var(--cream); }
.btn--navy:hover { background: var(--navy-2); }
.btn--gold { background: var(--gold); color: var(--navy); }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--ghost:hover { background: var(--navy); color: var(--cream); }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem clamp(1rem, 4vw, 3rem); background: rgba(253, 249, 246, .88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); transition: box-shadow .3s; }
.nav.scrolled { box-shadow: 0 6px 24px rgba(1, 21, 59, .08); }
.nav__brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; font-family: var(--head); font-weight: 700; font-size: 1.25rem; color: var(--navy); }
.nav__brand em { color: var(--gold); font-style: normal; }
.nav__links { display: flex; gap: 1.4rem; align-items: center; }
.nav__links a { text-decoration: none; font-weight: 500; font-size: .92rem; color: var(--navy); position: relative; }
.nav__links a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.nav__links a:not(.btn):hover::after, .nav__links a.active::after { transform: scaleX(1); }
.nav__links a.btn { padding: .5rem 1.1rem; }
.nav__links a.nav__live { color: #16a34a; font-weight: 700; }
.nav__toggle { display: none; width: 42px; height: 42px; border: 0; background: none; position: relative; cursor: pointer; }
.nav__toggle span, .nav__toggle span::before, .nav__toggle span::after { content: ""; position: absolute; left: 9px; width: 24px; height: 2px; background: var(--navy); transition: .25s; }
.nav__toggle span { top: 20px; } .nav__toggle span::before { top: -7px; } .nav__toggle span::after { top: 7px; }
.nav__toggle[aria-expanded="true"] span { background: transparent; }
.nav__toggle[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); } .nav__toggle[aria-expanded="true"] span::after { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 860px) {
  .nav__toggle { display: block; }
  .nav__links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; padding: 1rem clamp(1rem, 4vw, 3rem) 1.5rem; background: var(--cream); border-bottom: 1px solid var(--line); gap: .9rem; }
  .nav__links.open { display: flex; animation: rise .35s var(--ease); }
}

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 4rem) clamp(3rem, 6vw, 5rem); }
.hero__glow { position: absolute; inset: -20% -10% auto auto; width: 60vw; height: 60vw; max-width: 760px; max-height: 760px; border-radius: 50%; background: radial-gradient(circle at 40% 40%, rgba(198, 159, 80, .28), rgba(59, 130, 246, .10) 45%, transparent 70%); filter: blur(30px); animation: glow 14s ease-in-out infinite; pointer-events: none; }
.hero__inner { position: relative; max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.hero__logo { width: min(500px, 100%); display: block; }
.hero__meta { display: flex; flex-direction: column; gap: .1rem; font-family: var(--head); color: var(--navy); margin: 1.6rem 0 1rem; line-height: 1.2; }
.hero__city { font-size: .8rem; font-family: var(--body); font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: .2rem; }
.hero__date { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 700; }
.hero__venue { font-size: clamp(1.1rem, 1.8vw, 1.35rem); font-weight: 500; color: var(--ink); }
.hero__tag { color: var(--ink); max-width: 52ch; margin-bottom: 1.4rem; font-size: 1.15rem; font-weight: 500; }
.hero__cta { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero__photo { margin: 0; position: relative; aspect-ratio: 4 / 5; border-radius: 28px 28px 28px 120px; overflow: hidden; box-shadow: 0 30px 60px rgba(1, 21, 59, .22); animation: rise .9s var(--ease) forwards, float 8s ease-in-out 1.2s infinite; }
.hero__photo img { width: 100%; height: 115%; object-fit: cover; object-position: top; display: block; will-change: transform; }
.hero__photo figcaption { position: absolute; right: 1rem; bottom: 1rem; }
.hero__badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(253, 249, 246, .94); backdrop-filter: blur(8px); color: var(--ink); font-size: .82rem; font-weight: 700; padding: .5rem .9rem; border-radius: 999px; box-shadow: var(--shadow); }
.hero__badge img { width: 20px; }
.countdown { display: inline-flex; align-items: center; gap: 1.6rem; margin-top: 1.6rem; padding: .9rem 1.8rem .9rem 1.4rem; background: var(--navy); color: var(--cream); border-radius: 999px; box-shadow: 0 14px 34px rgba(1, 21, 59, .28); flex-wrap: wrap; }
.countdown__label { display: flex; flex-direction: column; padding-right: 1.4rem; border-right: 1px solid rgba(253, 249, 246, .25); }
.countdown__label span { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.countdown__label strong { font-family: var(--head); font-size: 1.15rem; color: var(--cream); white-space: nowrap; }
.countdown__unit { text-align: center; min-width: 58px; }
.countdown b { display: block; font-family: var(--head); font-size: 2.2rem; color: var(--gold); line-height: 1; font-variant-numeric: tabular-nums; }
.countdown span { font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; color: var(--cream); font-weight: 600; }
.countdown .hero__tag { color: var(--cream); margin: 0; }
.countdown .hero__tag a { color: var(--gold); }
@media (max-width: 640px) { .countdown { gap: 1rem; padding: 1rem 1.2rem; border-radius: 28px; justify-content: center; } .countdown__label { width: 100%; border-right: 0; padding-right: 0; align-items: center; padding-bottom: .5rem; border-bottom: 1px solid rgba(253, 249, 246, .25); } }
@media (max-width: 900px) { .hero__badge { font-size: .7rem; padding: .35rem .7rem; } .hero__badge img { width: 16px; } .hero { padding-bottom: 3rem; } .hero__inner { grid-template-columns: 1fr; text-align: center; } .hero__logo { margin: 0 auto; } .hero__tag { margin-inline: auto; } .hero__cta, .countdown { justify-content: center; } .hero__meta { align-items: center; } .hero__photo { max-width: 420px; margin: 0 auto; aspect-ratio: 4/4.5; } }

/* ---------- ticker ---------- */
.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--navy); color: var(--on-dark); padding: .6rem 0; }
.ticker__track { display: flex; gap: 3rem; width: max-content; animation: ticker 40s linear infinite; font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; white-space: nowrap; }
.ticker__track span::before { content: "♥"; color: var(--gold); margin-right: 1rem; }

/* ---------- stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; max-width: 1000px; margin: 3rem auto; padding: 0 1rem; }
.stat { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-align: center; padding: 1.4rem .5rem; box-shadow: var(--shadow); transition: transform .3s var(--ease); }
.stat:hover { transform: translateY(-4px); }
.stat b { display: block; font-family: var(--head); font-size: 3rem; color: var(--navy); line-height: 1; font-variant-numeric: tabular-nums; }
.stat span { font-size: 1rem; color: var(--ink); font-weight: 600; }
@media (max-width: 640px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* ---------- sections ---------- */
.section { padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1rem, 5vw, 4rem); position: relative; }
.section--beige { background: linear-gradient(180deg, var(--beige) 0%, #f5eee0 100%); }
.section--dark { background: radial-gradient(1200px 600px at 85% -10%, rgba(59, 130, 246, .28), transparent 60%), radial-gradient(800px 500px at 0% 110%, rgba(29, 78, 216, .25), transparent 60%), var(--navy); color: var(--cream); }
.section--dark-alt { background: radial-gradient(900px 500px at 10% 0%, rgba(59, 130, 246, .30), transparent 60%), radial-gradient(700px 500px at 100% 100%, rgba(198, 159, 80, .18), transparent 60%), #071a45; }
.section--dark { color: var(--on-dark); } .section--dark h2, .section--dark h3 { color: var(--on-dark); } .section--dark .lead, .section--dark .note { color: var(--on-dark); }
.section--dark .kicker { color: var(--gold); }

/* ---------- pillars ---------- */
.pillars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.pillar { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.2rem; text-align: center; box-shadow: var(--shadow); transition: transform .35s var(--ease), box-shadow .35s; }
.pillar:hover { transform: translateY(-8px); box-shadow: 0 22px 44px rgba(1, 21, 59, .14); }
.pillar .ic { width: 82px; height: 82px; border-radius: 50%; background: var(--beige); display: grid; place-items: center; margin: 0 auto 1rem; transition: transform .4s var(--ease), background .3s; }
.pillar:hover .ic { transform: rotate(-8deg) scale(1.08); background: var(--gold-2); }
.pillar .ic img { width: 48px; }
.pillar h3 { letter-spacing: .12em; font-size: 1.2rem; }
.pillar .promise { font-weight: 700; color: var(--ink); margin-bottom: .5rem; font-size: 1.05rem; }
.pillar .owns { font-size: 1rem; color: var(--ink); margin: 0; }
@media (max-width: 1000px) { .pillars { grid-template-columns: repeat(2, 1fr); } .pillar:last-child { grid-column: span 2; } }
@media (max-width: 520px) { .pillars { grid-template-columns: 1fr; } .pillar:last-child { grid-column: auto; } }

/* ---------- agenda (dark) ---------- */
.tabs { display: flex; gap: .5rem; margin-bottom: 1.2rem; }
.tab { border: 1.5px solid rgba(255, 255, 255, .28); background: transparent; color: var(--on-dark-soft); padding: .6rem 1.3rem; border-radius: 999px; font-weight: 600; cursor: pointer; font-family: var(--body); transition: background .25s, color .25s, border-color .25s; }
.tab:hover { border-color: var(--gold); color: var(--cream); }
.tab[aria-selected="true"] { background: var(--gold); border-color: var(--gold); color: var(--navy); font-weight: 700; box-shadow: 0 6px 18px rgba(198, 159, 80, .35); }
.tab[aria-selected="true"]::before { content: "✓ "; }
.tab small { display: block; font-weight: 500; font-size: .78rem; }
.agenda { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.agenda[hidden] { display: none; }
.agenda li.dayhead { display: flex; align-items: baseline; gap: 1rem; flex-wrap: wrap; background: var(--gold); border: 0; border-radius: 12px; padding: .9rem 1.3rem; color: var(--navy); animation: none; }
.agenda li.dayhead strong { font-family: var(--head); font-size: 1.7rem; line-height: 1; }
.agenda li.dayhead span { font-weight: 600; font-size: 1rem; }
.agenda li { display: grid; grid-template-columns: 120px 150px 1fr 70px; gap: 1rem; align-items: center; padding: .85rem 1.2rem; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .09); border-radius: 12px; transition: background .2s, transform .2s; animation: rise .5s var(--ease) both; }
.agenda li:hover { background: rgba(59, 130, 246, .14); }
.agenda li.ws-row { background: rgba(59, 130, 246, .10); border-color: rgba(198, 159, 80, .45); }
.agenda li.block { display: flex; gap: .6rem; align-items: center; background: none; border: 0; padding: 1.4rem 0 .3rem; font-family: var(--head); font-size: 1.4rem; color: var(--gold); border-bottom: 1px solid rgba(198, 159, 80, .35); border-radius: 0; margin-bottom: .3rem; }
.agenda li.block span { font-size: 1.1rem; }
.agenda li.break { grid-template-columns: auto 1fr auto auto; padding: .45rem 1rem; background: none; border: 1px dashed rgba(255, 255, 255, .3); color: var(--on-dark-soft); font-size: .92rem; }
.agenda li.break .s { font-style: italic; font-weight: 400; } .agenda li.break .t { font-weight: 500; color: var(--on-dark-soft); } .agenda li.break .bi { font-size: 1rem; }
.agenda .t { font-weight: 600; color: var(--gold-2); font-variant-numeric: tabular-nums; }
.agenda .p { font-size: .68rem; font-weight: 700; letter-spacing: .12em; color: var(--gold); text-transform: uppercase; }
.agenda .s { font-weight: 600; color: var(--on-dark); display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; }
.btn--mini { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .06em; padding: .3rem .8rem; border-radius: 999px; border: 1px solid var(--gold); color: var(--gold); text-decoration: none; line-height: 1.2; transition: background .2s, color .2s; }
.btn--mini:hover { background: var(--gold); color: var(--navy); }
.agenda .d { font-size: .9rem; color: var(--on-dark-soft); text-align: right; white-space: nowrap; }
@media (max-width: 720px) {
  .agenda li { grid-template-columns: 1fr auto; gap: .2rem .8rem; padding: .7rem .9rem; }
  .agenda .p { grid-column: 1 / -1; order: -1; }
  .agenda .t { font-size: .85rem; } .agenda .s { grid-column: 1 / -1; }
  .agenda li.break { display: flex; flex-wrap: wrap; align-items: center; gap: .3rem .6rem; } .agenda li.break .d { display: none; } .agenda li.break .t { margin-left: auto; }
}

/* ---------- workshops ---------- */
.carousel { position: relative; }
.workshops { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0 1rem; padding: .25rem .25rem 1rem; margin: 0 -.25rem; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.workshops::-webkit-scrollbar { display: none; }
.workshops > .ws { flex: 0 0 min(360px, 84vw); scroll-snap-align: start; }
.carousel__nav { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: .4rem; }
.carousel__btn { width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--navy); background: var(--white); color: var(--navy); font-size: 1.5rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .2s, color .2s; }
.carousel__btn:hover { background: var(--navy); color: var(--cream); }
.ws { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.ws { display: flex; }
.ws__head { padding: 1.3rem 1.3rem 1.2rem; display: flex; flex-direction: column; gap: .8rem; }
.ws .ic { width: 96px; height: 96px; border-radius: 50%; background: var(--beige); display: grid; place-items: center; transition: transform .35s var(--ease); } .ws .ic img { width: 34px; }
.ws .ic--photo { overflow: hidden; border: 2px solid var(--gold); } .ws .ic--photo img { width: 100%; height: 100%; object-fit: cover; }
.ws .meta { display: flex; flex-direction: column; align-items: flex-start; gap: .4rem; margin-bottom: .7rem; }
.chip { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: .3rem .7rem; border-radius: 999px; line-height: 1.2; background: var(--beige); color: var(--ink); white-space: nowrap; }
.chip--navy { background: var(--navy); color: var(--cream); }
.chip--gold { background: transparent; border: 1px solid var(--gold); color: var(--gold); }
.ws h3 { margin-bottom: .4rem; font-size: 1.4rem; } .ws h3 em { display: block; font-family: var(--body); font-style: normal; font-weight: 500; color: var(--ink); font-size: 1rem; line-height: 1.6; margin-top: .4rem; }
.ws .blurb { color: var(--ink); font-size: 1rem; line-height: 1.6; margin: 0; }
@media (max-width: 860px) { .workshops { grid-template-columns: 1fr; } }

/* ---------- banner ---------- */
.banner { position: relative; min-height: 520px; scroll-snap-align: start; display: grid; place-items: center; overflow: hidden; padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 5vw, 4rem); }
.banner > img { position: absolute; inset: -12% 0; width: 100%; height: 124%; object-fit: cover; object-position: 50% 20%; will-change: transform; }
.banner__overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(1, 21, 59, .92) 0%, rgba(1, 21, 59, .72) 50%, rgba(29, 78, 216, .35) 100%); }
.banner__text { position: relative; max-width: 800px; text-align: center; color: var(--on-dark); }
.banner { min-height: 100vh; min-height: 100svh; }
/* staged fade: kicker → title → words of the paragraph */
.banner__text .kicker, .banner__title { opacity: 0; transform: translateY(14px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.banner__text.in .kicker { opacity: 1; transform: none; }
.banner__text.in .banner__title { opacity: 1; transform: none; transition-delay: .25s; }
.banner__p .w { display: inline-block; opacity: 0; transform: translateY(.35em); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: calc(.6s + var(--i) * 45ms); }
.banner__text.in .banner__p .w { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .banner__text .kicker, .banner__title, .banner__p .w { opacity: 1; transform: none; transition: none; } }
.banner__title { font-family: var(--head); font-size: clamp(2rem, 4vw, 2.8rem); color: var(--on-dark); margin: .2rem 0 1rem; line-height: 1.1; }
.banner__p { font-family: var(--head); font-style: italic; font-size: clamp(1.75rem, 3vw, 2.2rem); line-height: 1.35; margin: 0 0 1rem; color: var(--on-dark); }
.banner__p:last-child { margin-bottom: 0; }

/* ---------- people ---------- */
.people { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0 1rem; padding: .25rem .25rem 1rem; margin: 0 -.25rem; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.people::-webkit-scrollbar { display: none; }
.person { flex: 0 0 min(260px, 72vw); scroll-snap-align: start; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.4rem; text-align: center; }
.person .avatar { width: 150px; height: 150px; border-radius: 50%; margin: 0 auto 1rem; overflow: hidden; border: 3px solid var(--gold); background: var(--beige); display: grid; place-items: center; font-family: var(--head); font-size: 2.4rem; color: var(--navy); }
.person .avatar img { width: 100%; height: 100%; object-fit: cover; }
.person h3 { color: var(--navy); font-size: 1.4rem; }
.person .role { color: var(--gold); font-size: .92rem; font-weight: 600; margin-bottom: .5rem; }
.person p { font-size: 1rem; color: var(--ink); margin: 0; }
.person .tba { display: inline-block; margin-top: .6rem; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: #b45309; border: 1px dashed #f3c77a; padding: .25rem .6rem; border-radius: 999px; }

/* ---------- practical ---------- */
.practical { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-bottom: 1.5rem; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); transition: transform .35s var(--ease), box-shadow .35s; }
.card:hover { transform: translateY(-5px); box-shadow: 0 22px 44px rgba(1, 21, 59, .12); }
.card__ic { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--beige); font-size: 1.3rem; margin-bottom: .8rem; }
.card p:last-child { margin-bottom: 0; }
.map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 16 / 6; max-width: 100%; background: var(--beige-2); }
.map iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 900px) { .practical { grid-template-columns: repeat(2, 1fr); } .map { aspect-ratio: 4/3; } }
@media (max-width: 560px) { .practical { grid-template-columns: 1fr; } }

/* ---------- register ---------- */
.register { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.register__photo { margin: 2rem 0 0; position: relative; max-width: 300px; }
.register__photo img { border-radius: 24px 24px 24px 90px; box-shadow: var(--shadow); display: block; }
.register__photo figcaption { position: absolute; right: -10px; bottom: 18px; background: var(--gold); color: var(--navy); font-family: var(--head); font-style: italic; font-size: 1.1rem; padding: .5rem 1rem; border-radius: 999px; box-shadow: var(--shadow); animation: float 6s ease-in-out infinite; }
.form { background: var(--white); border-radius: var(--radius); padding: clamp(1.2rem, 3vw, 2.2rem); box-shadow: var(--shadow); border: 1px solid var(--line); }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 640px) { .grid2 { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .register { grid-template-columns: 1fr; } .register__photo { display: none; } }
.form label { display: block; font-size: .85rem; font-weight: 600; color: var(--navy); margin-bottom: .2rem; }
.form input:not([type=checkbox]), .form textarea { width: 100%; margin-top: .3rem; padding: .75rem .85rem; border: 1px solid #d6cdb8; border-radius: 10px; font: inherit; background: var(--cream); color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198, 159, 80, .25); }
.form input:user-invalid { border-color: #b91c1c; }
.form fieldset { border: 1px solid var(--line); border-radius: 10px; padding: .8rem 1rem; margin: 1.2rem 0; }
.form legend { padding: 0 .4rem; font-weight: 600; color: var(--navy); font-size: .9rem; }
.form .check { display: flex; align-items: center; gap: .6rem; font-weight: 500; margin: .4rem 0; }
.form .check input { width: 18px; height: 18px; accent-color: var(--navy); flex: none; }
.form .check--top { align-items: flex-start; font-weight: 500; font-size: .92rem; line-height: 1.5; margin: .9rem 0; } .form .check--top input { margin-top: .2rem; }
.form textarea { resize: vertical; }
.phone { display: grid; grid-template-columns: 7.5rem 1fr; gap: .5rem; margin-top: .3rem; }
.phone select { width: 100%; padding: .75rem .6rem; border: 1px solid #d6cdb8; border-radius: 10px; font: inherit; background: var(--cream); color: var(--ink); min-width: 0; }
.phone select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198, 159, 80, .25); }
.phone input { margin-top: 0 !important; }
.form .hint { display: block; font-weight: 500; font-size: .8rem; color: var(--ink); margin-top: .35rem; min-height: 1.1em; }
.form__actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.4rem; }
.form__status { margin: 0; font-size: 1rem; color: var(--ink); }
.form__status.ok { color: #166534; font-weight: 600; } .form__status.err { color: #b91c1c; font-weight: 600; }
.form.done .grid2, .form.done fieldset, .form.done > label, .form.done button { display: none; }
.form.done { background: linear-gradient(135deg, #fff, var(--beige)); }

/* ---------- gallery (dark) ---------- */
.after { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.after__col h3 { color: var(--on-dark); margin-bottom: .8rem; }
@media (max-width: 760px) { .after { grid-template-columns: 1fr; } }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: .8rem; }
.gallery figure { margin: 0; border-radius: 14px; overflow: hidden; background: rgba(255, 255, 255, .05); aspect-ratio: 4/3; position: relative; }
.gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: .5rem .8rem; font-size: .8rem; color: var(--cream); background: linear-gradient(transparent, rgba(1, 21, 59, .85)); }
.gallery .soon { grid-column: 1 / -1; display: grid; place-items: center; text-align: center; padding: 2.5rem 1.5rem; min-height: 220px; height: 100%; border: 1px dashed rgba(255, 255, 255, .25); border-radius: 14px; background: linear-gradient(110deg, rgba(255,255,255,.03) 30%, rgba(255,255,255,.08) 50%, rgba(255,255,255,.03) 70%); background-size: 200% 100%; animation: shimmer 3.5s linear infinite; }
.gallery .soon p { color: var(--on-dark); margin: .8rem 0 0; max-width: 46ch; }
.soon__badge { display: inline-block; font-family: var(--head); font-size: 1.6rem; color: var(--gold); letter-spacing: .04em; border: 1.5px solid var(--gold); padding: .3rem 1.2rem; border-radius: 999px; }
@media (max-width: 640px) { 
/* ---------- footer ---------- */
.footer { text-align: center; padding: 3rem 1rem 2.5rem; background: var(--beige); color: var(--ink); font-size: 1rem; }
.footer img { margin-bottom: 1rem; }
.footer__small { font-size: .78rem; }
.card a { color: var(--navy); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--gold); word-break: break-all; }

/* ---------- speaker bio pop-up ---------- */
.person__btn { all: unset; display: block; width: 100%; cursor: pointer; text-align: center; }
.person__btn:focus-visible .avatar { box-shadow: 0 0 0 4px rgba(198, 159, 80, .4); }
.person__more { display: inline-block; margin-top: .6rem; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); padding: .3rem .8rem; border-radius: 999px; transition: background .2s, color .2s; }
.person__btn:hover .person__more { background: var(--gold); color: var(--navy); }
.bio { border: 0; border-radius: var(--radius); padding: clamp(1.4rem, 4vw, 2.4rem); width: min(680px, calc(100vw - 2rem)); max-height: calc(100vh - 2rem); max-height: calc(100svh - 2rem); background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(1, 21, 59, .35); }
.bio::backdrop { background: rgba(1, 21, 59, .6); backdrop-filter: blur(4px); }
.bio__close { position: absolute; top: .8rem; right: .8rem; width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--navy); background: var(--white); color: var(--navy); font-size: 1.4rem; line-height: 1; cursor: pointer; }
.bio__close:hover { background: var(--navy); color: var(--cream); }
.bio__head { display: flex; align-items: center; gap: 1.2rem; margin-bottom: 1.2rem; padding-right: 2.5rem; }
.bio__head .avatar { width: 96px; height: 96px; border-radius: 50%; overflow: hidden; border: 3px solid var(--gold); background: var(--beige); display: grid; place-items: center; font-family: var(--head); font-size: 2rem; color: var(--navy); flex: none; }
.bio__head .avatar img { width: 100%; height: 100%; object-fit: cover; }
.bio__head h3 { margin: 0 0 .2rem; color: var(--navy); }
.bio__head .role { color: var(--gold); font-weight: 600; font-size: .92rem; }
.bio p { font-size: 1rem; line-height: 1.65; margin: 0 0 .9rem; }
