/* Scoped TELCOM 2026 components; inherits FENITEL typography and tokens. */
.event-page { --event-accent: #1455a4; }
.event-page [id] { scroll-margin-top: calc(var(--nav-h) + 84px); }
.event-page p { line-height: 1.75; }
.event-page h2 { max-width: 900px; margin-bottom: 24px; font-size: clamp(28px,3.3vw,44px); line-height: 1.2; }
.event-page h3 { margin-bottom: 12px; font-size: 21px; line-height: 1.4; }
.event-page a { text-underline-offset: 4px; }
.event-skip { position: fixed; top: -100px; left: 20px; padding: 16px; background: white; color: #0f172a; z-index: 10000; }
.event-skip:focus { top: 12px; }
.event-hero { position: relative; isolation: isolate; min-height: 740px; display: flex; align-items: center; padding: calc(var(--nav-h) + 90px) 0 76px; color: white; background: #111b32; overflow: hidden; }
.event-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(9,18,39,.94),rgba(17,24,56,.78) 55%,rgba(17,24,56,.4)); }
.event-hero-photo { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; z-index: -2; }
.event-hero-content { width: 100%; }
.event-kicker { color: #1455a4; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .12em; margin-bottom: 20px; }
.event-hero .event-kicker { color: #c5edf0; }
.event-hero h1 { font-size: clamp(54px,8.2vw,112px); letter-spacing: -.055em; line-height: 1.03; color: white; margin: 0 0 24px; }
.event-hero h1 span { color: #6fe0e6; }
.event-date { font-size: clamp(21px,2.3vw,30px); color: white; font-weight: 600; }
.event-claim { max-width: 620px; font-size: clamp(18px,2vw,22px); color: #e2e8f0; margin-top: 26px; }
.event-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.event-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; line-height: 1.5; font-weight: 700; text-align: center; text-decoration: none; color: white; background: linear-gradient(135deg,#1455a4,#197b99); transition: background .2s,transform .2s; }
.event-btn:hover { transform: translateY(-2px); background: #154b85; color: white; }
.event-btn-outline { background: transparent; color: #fff; border-color: #94a3b8; }
.event-text-link { color: white; font-size: 14px; padding: 12px 4px; }
.event-hero .event-photo-credit { color: #cbd5e1; font-size: 12px; margin-top: 38px; }
.event-nav { position: sticky; top: var(--nav-h); z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--border); }
.event-nav-desktop { display: flex; gap: 23px; justify-content: space-between; }
.event-nav a { color: #334155; font-size: 12px; font-weight: 600; text-decoration: none; padding: 21px 0; display: block; }
.event-nav a:hover { color: #154b85; }
.event-nav-mobile { display: none; }
.event-section { padding: 88px 0; }
.event-intro { display: grid; gap: 22px; font-size: 17px; }
.event-lead { font-size: 18px; max-width: 860px; margin-bottom: 18px; }
.event-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: 32px; }
.event-grid-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.event-card { border: 1px solid var(--border); border-radius: var(--radius-md); padding: 32px; background: white; }
.event-card p { color: var(--text-soft); }
.event-card time { display: inline-block; font-size: 14px; color: #154b85; font-weight: 600; margin-bottom: 18px; }
.event-tint { background: var(--surface); }
.event-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px 40px; margin: 36px 0; }
.event-facts div { border-top: 1px solid #cbd5e1; padding-top: 16px; }
.event-facts dt { color: var(--text-soft); font-size: 13px; margin-bottom: 8px; }
.event-facts dd { color: var(--text); font-weight: 600; font-size: 18px; }
.event-schedule { list-style: none; margin-top: 36px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: white; overflow: hidden; }
.event-schedule li + li { border-top: 1px solid var(--border); }
.event-session { display: grid; grid-template-columns: 115px 1fr; gap: 28px; padding: 28px 32px; }
.event-session time { color: #154b85; font-weight: 700; font-size: 18px; }
.event-session h3 { font-size: 19px; margin-bottom: 8px; }
.event-session p { color: var(--text-soft); max-width: 820px; }
.event-notice { font-size: 14px; margin-top: 24px; border-left: 3px solid #269bae; padding-left: 18px; }
.event-photo { margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: white; }
.event-photo img { display: block; width: 100%; height: auto; aspect-ratio: 1600 / 1067; }
.event-photo figcaption { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: #334155; padding: 20px 24px; font-size: 13px; }
.event-photo figcaption span:last-child { color: #576879; font-size: 12px; }
.event-dark { background: radial-gradient(ellipse at 100% 100%,rgba(54,198,212,.28),transparent 65%),linear-gradient(115deg,#122a50,#193c76); color: white; }
.event-dark h2,.event-dark h3 { color: white; }
.event-dark p,.event-dark address { color: #e2e8f0; }
.event-email { display: inline-block; margin-top: 24px; color: #154b85; overflow-wrap: anywhere; }
.event-dark a:not(.event-btn) { color: #c5edf0; }
.event-sponsor-callout { padding: 38px; border: 1px solid #c5edf0; background: #edf7fa; border-radius: var(--radius-lg); }
.event-sponsor-callout p { max-width: 780px; margin-top: 14px; }
.event-page address { font-style: normal; margin: 20px 0 28px; color: #475569; }
.event-map { padding: 32px; background: #e8edf6; border: 1px solid #cbd5e1; border-radius: var(--radius-md); text-align: center; }
.event-map .event-map-pin { font-size: 56px; line-height: 1; color: #154b85; margin-bottom: 20px; }
.event-map a { color: #154b85; display: inline-block; margin-top: 18px; }
.event-small { font-size: 12px; margin-top: 12px; }
.event-contact-link { display: block; margin-bottom: 18px; overflow-wrap: anywhere; }
.event-speaker img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; margin-bottom: 18px; }
.event-participant { display: grid; gap: 4px; margin-top: 18px; }
.event-sponsor img { max-width: 100%; max-height: 100px; object-fit: contain; }
.event-sponsor-tier { margin-top: 40px; }
.event-page [hidden] { display: none !important; }
@media(max-width:1100px) {
 .event-nav-desktop { display: none; }
 .event-nav-mobile { display: block; }
 .event-nav-mobile summary { padding: 18px 0; font-size: 14px; font-weight: 600; cursor: pointer; }
 .event-nav-mobile div { display: grid; grid-template-columns: 1fr 1fr; padding: 0 0 14px; max-height: 60vh; overflow-y: auto; }
 .event-nav-mobile a { padding: 12px 0; }
}
@media(max-width:760px) {
 .event-section { padding: 58px 0; }
 .event-hero { min-height: 680px; padding-top: calc(var(--nav-h) + 55px); padding-bottom: 42px; }
 .event-hero::after { background: rgba(9,18,39,.82); }
 .event-intro,.event-grid,.event-grid-three { grid-template-columns: 1fr; gap: 20px; }
 .event-facts { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
 .event-session { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
 .event-card,.event-sponsor-callout { padding: 24px; }

}
@media(max-width:400px) {
 .event-hero h1 { font-size: 49px; }
 .event-actions { align-items: stretch; flex-direction: column; }
 .event-facts { grid-template-columns: 1fr; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } .event-btn { transition: none; } }
.event-page .container { padding-left: 48px; padding-right: 48px; max-width: 1376px; }
.event-map iframe { display: block; width: 100%; height: 320px; border: 0; border-radius: 12px; margin-top: 20px; }
@media(max-width:760px) { .event-page .container { padding-left: 24px; padding-right: 24px; } }

/* Supplied event identity: an intact artwork inset, complemented by subtle colour. */
.event-brand-layout { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); gap: clamp(40px,7vw,96px); align-items: center; margin-bottom: 48px; }
.event-brand-copy h2 { max-width: 650px; }
.event-brand-artwork { margin: 0; width: 100%; max-width: 360px; justify-self: end; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 48px -24px rgba(18,55,109,.5); }
.event-brand-artwork img { width: 100%; height: auto; display: block; }
.event-editorial-link { display: inline-flex; gap: 16px; align-items: center; color: #154b85; font-weight: 600; font-size: 14px; margin-top: 28px; }
.event-introduction .event-card { border-top: 3px solid #269bae; }
.event-moments { background: #f5f9fc; }
.event-moments-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 32px; }
.event-moments-heading h2 { margin: 0; }
.event-moments-heading > p { font-size: 14px; }
.event-photo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.event-sponsor-callout { background: radial-gradient(ellipse at 100% 100%,rgba(70,203,215,.16),transparent 65%),#f1f7fb; border-color: #c9e2ed; }
.event-dark .event-btn:not(.event-btn-outline),.event-hero .event-btn:not(.event-btn-outline) { background: #64dce1; color: #102d54; }
.event-dark .event-btn:not(.event-btn-outline):hover,.event-hero .event-btn:not(.event-btn-outline):hover { background: #91edf0; }
@media(max-width:760px) {
 .event-brand-layout { grid-template-columns: 1fr; gap: 32px; margin-bottom: 32px; }
 .event-brand-artwork { max-width: 360px; justify-self: center; }
 .event-photo-grid { grid-template-columns: 1fr; gap: 24px; }
 .event-moments-heading { display: block; }
 .event-moments-heading > p { margin-top: 16px; }
 .event-photo figcaption { padding: 16px 20px; }
}
