/*
Theme Name: ServiceCon 2027
Theme URI: https://www.servicecon.com/
Author: Gain Street Strategy
Description: Custom, editable WordPress theme for ServiceCon 2027, powered by Centerpoint Connect.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: servicecon-2027
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&family=Roboto:wght@400;500;700&display=swap');

:root {
  --navy: #1b4587;
  --navy-2: #55565c;
  --blue: #1b4587;
  --sky: #a9d5f0;
  --electric: #3ba9e0;
  --gold: #fbc42a;
  --ink: #1c1d21;
  --muted: #55565c;
  --line: #d8d9dc;
  --pale: #f7f8fa;
  --white: #ffffff;
  --font-display: "Proxima Nova", "Montserrat", Arial, sans-serif;
  --font-body: "Roboto", Arial, sans-serif;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
h1, h2, h3, p, blockquote { margin-top: 0; }

.announcement { height: 36px; padding: 0 4vw; display: flex; align-items: center; gap: 13px; background: var(--navy); color: white; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.announce-line { width: 34px; height: 1px; background: var(--gold); }
.announce-dim { opacity: .58; margin-left: auto; }
.site-header { height: 84px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; background: white; border-bottom: 1px solid rgba(10,35,67,.1); position: relative; z-index: 30; }
.brand { width: 255px; display: flex; align-items: center; gap: 10px; }
.brand-crop { display: block; width: 208px; height: 48px; overflow: hidden; position: relative; }
.brand-crop img { position: absolute; width: 208px; height: auto; left: 0; top: -10px; }
.year-chip { background: var(--navy); color: white; padding: 5px 7px; font-size: 10px; letter-spacing: .1em; font-weight: 800; }
.site-header nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 33px); font-size: 12px; font-weight: 700; }
.site-header nav > a:not(.button) { position: relative; }
.site-header nav > a:not(.button)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: var(--electric); transition: right .25s ease; }
.site-header nav > a:not(.button):hover::after { right: 0; }
.menu-button { display: none; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 24px; border: 1px solid var(--blue); background: var(--blue); color: white; font-weight: 700; font-size: 12px; letter-spacing: .02em; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--electric); }
.button-small { min-height: 42px; padding: 0 19px; }
.button-gold { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.button-gold:hover { background: #ffc553; }
.button-outline { border-color: rgba(255,255,255,.5); background: transparent; }
.button-outline:hover { background: white; color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }
.text-link.light { color: white; }
.eyebrow { display: block; margin-bottom: 17px; color: var(--blue); font-size: 10px; line-height: 1.4; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.eyebrow-light { color: #8fbaf0; }

.hero { min-height: 720px; height: calc(100vh - 120px); max-height: 900px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: white; }
.hero-image { object-fit: cover; object-position: center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,34,.98) 0%, rgba(3,19,40,.91) 33%, rgba(5,27,52,.46) 63%, rgba(5,18,35,.18) 100%), linear-gradient(0deg, rgba(3,14,29,.75), transparent 45%); }
.hero-gridlines, .page-hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero-content { position: relative; z-index: 2; width: min(860px, 70vw); margin-left: max(4vw, calc((100vw - var(--max)) / 2)); padding: 50px 0 70px; }
.event-badge { width: 158px; height: 66px; margin-bottom: 43px; border: 1px solid rgba(255,255,255,.4); display: grid; grid-template-columns: 1fr auto; align-items: center; position: relative; padding: 8px 10px; background: rgba(4,20,42,.35); backdrop-filter: blur(7px); }
.event-badge > span { font-size: 21px; font-weight: 800; letter-spacing: .1em; }
.event-badge strong { font-size: 24px; color: var(--gold); }
.event-badge small { position: absolute; left: 10px; bottom: -27px; font-size: 7px; line-height: 1.35; opacity: .7; letter-spacing: .1em; text-transform: uppercase; }
.hero-kicker { display: flex; align-items: center; gap: 11px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: #aac7ea; }
.hero-kicker i { display: block; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.hero h1 { max-width: 850px; margin: 20px 0 22px; font-family: var(--font-display); font-size: clamp(51px, 5.5vw, 87px); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-sub { max-width: 720px; color: #d1dfef; font-size: clamp(16px, 1.4vw, 21px); line-height: 1.55; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 31px; }
.hero-index { position: absolute; z-index: 2; bottom: 38px; right: 4vw; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.hero-index div { width: 70px; height: 1px; background: rgba(255,255,255,.35); }

.proof-strip { max-width: var(--max); margin: auto; min-height: 160px; display: grid; grid-template-columns: repeat(4, 1fr); position: relative; border-left: 1px solid var(--line); }
.proof-strip > div { padding: 32px clamp(20px, 2.2vw, 38px) 42px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.proof-strip strong { font-family: var(--font-display); font-size: clamp(30px, 3vw, 48px); letter-spacing: -.05em; color: var(--blue); }
.proof-strip span { max-width: 190px; font-size: 11px; line-height: 1.45; color: var(--muted); }
.proof-strip > small { position: absolute; right: 15px; bottom: 10px; color: #8a97a8; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.story-gallery { max-width: var(--max); min-height: 520px; margin: 0 auto; padding: 0 5vw 40px; display: grid; grid-template-columns: 1.7fr .65fr .65fr; gap: 12px; }
.story-gallery figure { min-height: 440px; margin: 0; position: relative; overflow: hidden; background: var(--blue); }
.story-gallery figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(27,69,135,.82), transparent 48%); }
.story-gallery img { object-fit: cover; filter: saturate(.72) contrast(1.04); transition: transform .6s ease; }
.story-gallery figure:hover img { transform: scale(1.025); }
.story-gallery-main img { object-position: center; }
.story-gallery figure:nth-child(2) img { object-position: center 38%; }
.story-gallery figure:nth-child(3) img { object-position: 62% center; }
.story-gallery figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 23px; color: #fff; }
.story-gallery figcaption span { display: block; margin-bottom: 8px; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.story-gallery figcaption strong { max-width: 550px; display: block; font-family: var(--font-display); font-size: clamp(26px, 3vw, 46px); line-height: .95; text-transform: uppercase; }

.section { max-width: var(--max); margin: auto; padding: 120px 5vw; }
.section-number { font-size: 9px; color: #7a899d; text-transform: uppercase; letter-spacing: .15em; }
.intro-section { display: grid; grid-template-columns: .55fr 2.1fr 1fr; gap: clamp(35px, 5vw, 85px); align-items: start; border-top: 1px solid var(--line); }
.intro-copy h2, .section-heading h2 { font-family: var(--font-display); font-size: clamp(35px, 3.8vw, 61px); line-height: 1.08; letter-spacing: -.048em; }
.intro-copy > p { max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.opportunity-card { min-height: 385px; background: var(--pale); padding: 30px; border-top: 4px solid var(--electric); }
.opportunity-card > span { font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.opportunity-card strong { display: block; margin: 20px 0 3px; font-family: var(--font-display); font-size: 72px; letter-spacing: -.06em; color: var(--blue); }
.opportunity-card p { color: #3f4e61; font-size: 13px; line-height: 1.55; }
.opportunity-card small { color: #718096; font-size: 10px; line-height: 1.5; }
.mini-chart { height: 80px; margin: 25px 0 17px; display: flex; align-items: flex-end; gap: 7px; border-bottom: 1px solid #cbd4df; }
.mini-chart i { flex: 1; height: var(--h); background: linear-gradient(var(--electric), var(--blue)); }

.dark-section { padding: 120px max(5vw, calc((100vw - var(--max)) / 2 + 5vw)); background: var(--navy); color: white; }
.section-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 8vw; align-items: end; margin-bottom: 65px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.dark-section .section-heading > p { color: #a5b9d1; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.audience-grid a { min-height: 155px; padding: 22px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); transition: background .2s ease; }
.audience-grid a:hover { background: var(--blue); }
.audience-grid span { font-size: 9px; color: #83a2c4; }
.audience-grid strong { grid-column: 1 / 3; font-size: 15px; }
.audience-grid a > span:last-child { grid-row: 1; grid-column: 2; font-size: 15px; color: var(--gold); }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid article { min-height: 250px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid article > span { color: var(--electric); font-size: 9px; }
.benefit-grid h3 { margin: 55px 0 12px; font-family: var(--font-display); font-size: 23px; letter-spacing: -.035em; }
.benefit-grid p { color: var(--muted); font-size: 13px; line-height: 1.55; }

.manifesto { padding: 115px max(5vw, calc((100vw - var(--max)) / 2 + 5vw)); display: grid; grid-template-columns: .5fr 1.35fr 1fr; gap: 7vw; align-items: center; background: linear-gradient(120deg, #0c2c55, var(--navy) 65%); color: white; overflow: hidden; position: relative; }
.manifesto::after { content: ""; width: 520px; height: 520px; position: absolute; right: -200px; bottom: -310px; border: 100px solid rgba(36,118,238,.12); border-radius: 50%; }
.manifesto-mark { width: 130px; height: 130px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-size: 32px; font-weight: 700; }
.manifesto-mark span { color: var(--gold); }
.manifesto h2 { font-family: var(--font-display); font-size: clamp(40px, 4vw, 64px); line-height: 1.05; letter-spacing: -.05em; }
.manifesto h2 em { color: #5e9cf2; font-style: normal; }
.manifesto-copy { position: relative; z-index: 1; }
.manifesto-copy p { color: #c0d0e3; line-height: 1.7; }
.manifesto-copy > div { margin-top: 28px; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }

.day-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.day-grid article { min-height: 330px; padding: 31px; background: var(--pale); border-top: 4px solid var(--blue); display: flex; flex-direction: column; }
.day-grid article > span { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); }
.day-grid h3 { margin: 62px 0 15px; font-family: var(--font-display); font-size: 27px; letter-spacing: -.04em; }
.day-grid p { color: var(--muted); line-height: 1.6; }
.day-grid small { margin-top: auto; padding-top: 18px; border-top: 1px solid #cdd6e2; color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.placeholder-note { margin: 28px 0 0; padding: 16px 18px; background: #fff8e9; border-left: 3px solid var(--gold); color: #6e5b31; font-size: 11px; line-height: 1.55; }
.placeholder-note span { font-weight: 800; text-transform: uppercase; letter-spacing: .1em; margin-right: 10px; }

.past-proof { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); color: white; }
.past-image { min-height: 650px; position: relative; overflow: hidden; }
.past-image img { object-fit: cover; object-position: 63% center; filter: saturate(.65) contrast(1.05); }
.past-copy { padding: clamp(70px, 9vw, 145px); display: flex; flex-direction: column; justify-content: center; }
.past-copy h2 { font-family: var(--font-display); font-size: clamp(42px, 4vw, 66px); line-height: 1.05; letter-spacing: -.05em; }
.past-copy blockquote { margin: 18px 0 25px; padding-left: 24px; border-left: 2px solid var(--gold); color: #d9e5f3; font-size: 18px; line-height: 1.55; }
.past-copy p { color: #9fb4cd; line-height: 1.7; }
.past-copy .text-link { align-self: flex-start; margin-top: 16px; }

.conversion-section { display: grid; grid-template-columns: 1.3fr 1fr; align-items: end; gap: 9vw; }
.conversion-section h2 { font-family: var(--font-display); font-size: clamp(35px, 3.5vw, 54px); line-height: 1.1; letter-spacing: -.045em; }
.update-form label { display: block; margin-bottom: 9px; font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.update-form > div { display: flex; border-bottom: 2px solid var(--navy); }
.update-form input { flex: 1; min-width: 0; border: 0; padding: 18px 5px; outline: none; font-size: 16px; color: var(--ink); background: transparent; }
.update-form button { padding: 0 4px 0 18px; border: 0; background: transparent; color: var(--blue); font-size: 11px; font-weight: 800; cursor: pointer; }
.update-form button span { margin-left: 10px; }
.update-form small, .contact-form small { display: block; margin-top: 9px; color: #8794a5; font-size: 9px; }

.footer { padding: 100px max(4vw, calc((100vw - var(--max)) / 2 + 4vw)) 30px; background: #030d1a; color: white; }
.footer-top { display: grid; grid-template-columns: 1fr 1.25fr; gap: 10vw; padding-bottom: 75px; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-top > div:first-child p { max-width: 320px; margin-top: 25px; color: #8398b2; font-size: 13px; line-height: 1.6; }
.footer .brand-crop img { filter: brightness(0) invert(1); mix-blend-mode: screen; }
.footer .year-chip { background: var(--gold); color: var(--navy); }
.footer-cta h2 { font-family: var(--font-display); font-size: clamp(39px, 4vw, 60px); line-height: 1.05; letter-spacing: -.05em; }
.footer-links { padding: 70px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links span { margin-bottom: 8px; color: #7191b5; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.footer-links a { color: #c9d7e7; font-size: 12px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #58708c; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.mobile-register { display: none; }

/* Interior pages */
.page-hero { min-height: 545px; padding: 100px max(5vw, calc((100vw - var(--max)) / 2 + 5vw)); display: grid; grid-template-columns: 3fr 1fr; gap: 9vw; align-items: end; position: relative; overflow: hidden; background: linear-gradient(140deg, #eff3f7, #fff); }
.page-hero::after { content: ""; width: 480px; height: 480px; position: absolute; right: -120px; top: -240px; border: 105px solid rgba(21,82,165,.07); border-radius: 50%; }
.page-hero-dark { background: linear-gradient(130deg, #0a2d58, var(--navy) 65%); color: white; }
.page-hero > div:not(.page-hero-grid), .page-hero aside { position: relative; z-index: 1; }
.page-hero h1 { max-width: 1000px; margin-bottom: 25px; font-family: var(--font-display); font-size: clamp(50px, 5.5vw, 84px); line-height: 1; letter-spacing: -.06em; }
.page-hero p { max-width: 810px; margin-bottom: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.page-hero-dark p { color: #b6c9e0; }
.page-hero aside { padding: 28px 0 5px 28px; border-left: 1px solid currentColor; display: flex; flex-direction: column; opacity: .75; }
.page-hero aside span { font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.page-hero aside strong { margin: 24px 0 5px; font-family: var(--font-display); font-size: 44px; letter-spacing: -.04em; }
.page-hero aside small { font-size: 10px; line-height: 1.5; }

.content-sections { padding-top: 55px; }
.content-row { padding: 65px 0; display: grid; grid-template-columns: .4fr 1.35fr 1fr; gap: 5vw; border-bottom: 1px solid var(--line); }
.content-index { color: #98a6b7; font-size: 10px; }
.content-row h2 { font-family: var(--font-display); font-size: clamp(29px, 3vw, 46px); line-height: 1.12; letter-spacing: -.045em; }
.content-row p { color: var(--muted); line-height: 1.7; }
.content-row blockquote { padding: 25px; border-left: 3px solid var(--gold); background: var(--pale); font-family: var(--font-display); font-size: 18px; line-height: 1.5; }
.content-row ul, .sponsor-grid ul, .ticket-grid ul { list-style: none; padding: 0; margin: 45px 0 0; }
.content-row li, .sponsor-grid li, .ticket-grid li { padding: 13px 0 13px 22px; border-bottom: 1px solid var(--line); position: relative; color: #48576a; font-size: 13px; }
.content-row li::before, .sponsor-grid li::before, .ticket-grid li::before { content: "↗"; position: absolute; left: 0; color: var(--electric); }
.roi-section, .past-topics { padding: 100px max(5vw, calc((100vw - var(--max)) / 2 + 5vw)); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--navy); color: white; }
.roi-section h2, .past-topics h2 { font-family: var(--font-display); font-size: clamp(40px, 4.2vw, 66px); line-height: 1.08; letter-spacing: -.05em; }
.roi-section > div:last-child p, .past-topics > div:last-child p { padding: 14px 0; margin: 0; border-bottom: 1px solid rgba(255,255,255,.15); color: #d3dfed; }
.roi-section p span, .past-topics p span { margin-right: 25px; color: #6e91ba; font-size: 9px; }
.bottom-cta { min-height: 390px; padding: 90px 5vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #eef3f8; }
.bottom-cta > span { color: var(--blue); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.bottom-cta h2 { max-width: 880px; margin: 22px auto 30px; font-family: var(--font-display); font-size: clamp(42px, 5vw, 76px); line-height: 1; letter-spacing: -.055em; }

.track-list { margin-bottom: 70px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.track-list span { margin-right: 15px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.track-list i { padding: 7px 12px; background: var(--pale); color: var(--blue); font-size: 10px; font-style: normal; }
.agenda-day { margin-bottom: 75px; display: grid; grid-template-columns: .7fr 2fr; gap: 6vw; }
.agenda-day header > span { font-size: 10px; color: var(--blue); text-transform: uppercase; letter-spacing: .15em; }
.agenda-day h2 { margin: 18px 0 5px; font-family: var(--font-display); font-size: clamp(34px, 3vw, 48px); letter-spacing: -.045em; }
.agenda-day header p { color: var(--muted); }
.session { padding: 22px 0; display: grid; grid-template-columns: 110px 1fr 150px; gap: 30px; border-bottom: 1px solid var(--line); align-items: center; }
.session:first-child { border-top: 1px solid var(--line); }
.session time { color: var(--muted); font-size: 11px; }
.session strong { font-family: var(--font-display); font-size: 15px; }
.session span { justify-self: end; padding: 6px 8px; background: var(--pale); color: var(--blue); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }

.speaker-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.speaker-grid article { min-height: 360px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.speaker-monogram { width: 84px; height: 84px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), var(--navy)); color: white; font-family: var(--font-display); font-size: 25px; border-radius: 50%; }
.speaker-grid article > span { margin: 28px 0 35px; color: #94a2b3; font-size: 9px; }
.speaker-grid h3 { margin-bottom: 7px; font-family: var(--font-display); font-size: 21px; letter-spacing: -.03em; }
.speaker-grid p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.speaker-grid small { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--blue); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.speaker-call, .video-cta { padding: 90px max(5vw, calc((100vw - var(--max)) / 2 + 5vw)); display: grid; grid-template-columns: 1.3fr 1fr; gap: 10vw; align-items: center; background: var(--navy); color: white; }
.speaker-call h2, .video-cta h2 { font-family: var(--font-display); font-size: clamp(40px, 4vw, 61px); line-height: 1.08; letter-spacing: -.05em; }
.speaker-call .update-form label { color: #7fa2ca; }
.speaker-call .update-form > div { border-color: rgba(255,255,255,.7); }
.speaker-call .update-form input { color: white; }
.speaker-call .update-form button { color: var(--gold); }

.sponsor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.sponsor-grid article { min-height: 420px; padding: 37px; background: var(--pale); border-top: 4px solid var(--blue); }
.sponsor-grid article > span { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.sponsor-grid h3 { margin: 55px 0 15px; font-family: var(--font-display); font-size: 25px; line-height: 1.3; }
.sponsor-grid .text-link { margin-top: 25px; }
.form-section { padding: 110px max(5vw, calc((100vw - var(--max)) / 2 + 5vw)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: #eef3f8; }
.form-section h2 { font-family: var(--font-display); font-size: clamp(40px, 4vw, 60px); letter-spacing: -.05em; }
.form-section > div > p { color: var(--muted); line-height: 1.7; }
.form-section a:not(.button) { color: var(--blue); text-decoration: underline; }
.contact-form { padding: 38px; background: white; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 12px; border: 1px solid #ced7e2; background: white; color: var(--ink); outline-color: var(--electric); text-transform: none; letter-spacing: normal; }

.venue-status { padding: 70px max(5vw, calc((100vw - var(--max)) / 2 + 5vw)); display: grid; grid-template-columns: .5fr 1fr 1fr 1fr; gap: 4vw; align-items: center; background: var(--gold); color: var(--navy); }
.venue-photo { min-height: 430px; position: relative; overflow: hidden; background: var(--blue); }
.venue-photo img { object-fit: cover; }
.venue-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(27,69,135,.82), transparent 60%); }
.venue-photo > div { position: absolute; z-index: 2; left: max(5vw, calc((100vw - var(--max)) / 2 + 5vw)); bottom: 52px; color: #fff; }
.venue-photo span { display: block; margin-bottom: 10px; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.venue-photo strong { display: block; max-width: 700px; font-family: var(--font-display); font-size: clamp(32px, 4vw, 58px); line-height: .92; text-transform: uppercase; }
.venue-status > span { font-size: 9px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.venue-status > strong { font-family: var(--font-display); font-size: 25px; }
.venue-status p { margin: 0; font-size: 12px; line-height: 1.5; }
.venue-status .update-form label, .venue-status .update-form small { color: rgba(6,23,46,.62); }
.travel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.travel-grid article { min-height: 285px; padding: 45px; background: white; }
.travel-grid span { color: var(--blue); font-size: 9px; }
.travel-grid h3 { margin: 60px 0 12px; font-family: var(--font-display); font-size: 27px; }
.travel-grid p { color: var(--muted); line-height: 1.65; }

.ticket-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ticket-grid article { padding: 35px; border: 1px solid var(--line); border-top: 5px solid var(--blue); display: flex; flex-direction: column; }
.ticket-grid article > span { color: var(--blue); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.ticket-grid h3 { min-height: 74px; margin: 45px 0 25px; font-family: var(--font-display); font-size: 25px; line-height: 1.25; }
.price-placeholder { padding: 19px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; text-transform: uppercase; }
.price-placeholder strong { color: var(--navy); }
.ticket-grid ul { margin: 25px 0 40px; }
.ticket-grid .button { margin-top: auto; }
.ticket-note { padding: 90px max(5vw, calc((100vw - var(--max)) / 2 + 5vw)); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; background: var(--gold); }
.ticket-note h2 { font-family: var(--font-display); font-size: 39px; letter-spacing: -.04em; }
.ticket-note p { line-height: 1.7; }

.past-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.past-stats div { padding: 35px; min-height: 190px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.past-stats span { font-family: var(--font-display); color: var(--blue); font-size: clamp(38px, 4vw, 62px); font-weight: 700; letter-spacing: -.06em; }
.past-stats p { max-width: 180px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote-grid blockquote { padding: 35px; min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; background: var(--pale); border-top: 3px solid var(--gold); font-family: var(--font-display); font-size: 20px; line-height: 1.5; }
.quote-grid span { display: block; color: var(--muted); font-family: var(--font-body); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.faq-list { padding-top: 70px; max-width: 1100px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; padding: 26px 0; display: grid; grid-template-columns: 60px 1fr auto; gap: 15px; align-items: center; cursor: pointer; font-family: var(--font-display); font-size: 18px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #9aa7b7; font-family: var(--font-body); font-size: 9px; }
.faq-list summary i { color: var(--blue); font-size: 21px; font-style: normal; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 800px; margin: 0 0 32px 75px; color: var(--muted); line-height: 1.7; }

.update-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.update-grid article { min-height: 350px; padding: 30px; background: var(--pale); display: flex; flex-direction: column; border-top: 4px solid var(--electric); }
.update-grid article > span { color: var(--blue); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.update-grid h2 { margin: 75px 0 20px; font-family: var(--font-display); font-size: 26px; letter-spacing: -.04em; }
.update-grid p { color: var(--muted); line-height: 1.6; }
.update-grid small { margin-top: auto; color: #8c99a9; text-transform: uppercase; letter-spacing: .1em; }
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.video-grid article { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.video-grid span { color: var(--blue); font-size: 9px; }
.video-grid h3 { margin: 65px 0 12px; font-family: var(--font-display); font-size: 23px; }
.video-grid p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.video-cta p { color: #a9bdd5; }
.video-cta > .button { justify-self: end; }
.not-found { min-height: 650px; padding: 120px 5vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--pale); }
.not-found span { color: var(--blue); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.not-found h1 { max-width: 900px; margin: 25px 0; font-family: var(--font-display); font-size: clamp(50px, 6vw, 90px); line-height: 1; letter-spacing: -.06em; }
.not-found p { max-width: 580px; color: var(--muted); line-height: 1.6; }

@media (max-width: 1100px) {
  .site-header nav { gap: 15px; }
  .site-header nav > a:nth-child(5), .site-header nav > a:nth-child(6) { display: none; }
  .intro-section { grid-template-columns: .4fr 1.7fr; }
  .opportunity-card { grid-column: 2; }
  .audience-grid, .speaker-grid { grid-template-columns: repeat(2, 1fr); }
  .manifesto { grid-template-columns: .3fr 1.2fr; }
  .manifesto-copy { grid-column: 2; }
  .past-copy { padding: 70px; }
  .page-hero { grid-template-columns: 3fr .8fr; }
  .video-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  body { padding-bottom: 62px; }
  .announcement { justify-content: center; padding: 0 15px; }
  .announce-dim { display: none; }
  .site-header { height: 70px; padding: 0 18px; }
  .brand { width: 213px; }
  .brand-crop { width: 173px; height: 42px; }
  .brand-crop img { width: 173px; top: -7px; }
  .menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 0; background: transparent; cursor: pointer; touch-action: manipulation; }
  .menu-button span { width: 24px; height: 2px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .site-header nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 30px 22px; background: white; box-shadow: 0 18px 30px rgba(0,0,0,.12); flex-direction: column; align-items: stretch; gap: 0; }
  .site-header nav.nav-open { display: flex; }
  .site-header nav > a, .site-header nav > a:nth-child(5), .site-header nav > a:nth-child(6) { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .site-header nav .button { margin-top: 15px; padding: 0 18px; }
  .hero { min-height: 720px; height: calc(100svh - 106px); max-height: none; align-items: flex-end; }
  .hero-image { object-position: 64% center; }
  .hero-wash { background: linear-gradient(0deg, rgba(3,16,34,.99) 5%, rgba(3,18,38,.88) 55%, rgba(3,19,40,.25)); }
  .hero-content { width: auto; margin: 0; padding: 45px 22px 75px; }
  .event-badge { margin-bottom: 39px; }
  .hero-kicker { flex-wrap: wrap; line-height: 1.5; }
  .hero-kicker i:nth-of-type(2), .hero-kicker i:nth-of-type(2) + * { display: none; }
  .hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-sub { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-index { display: none; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip > div { min-height: 130px; padding: 23px 20px; border-bottom: 1px solid var(--line); }
  .proof-strip strong { font-size: 35px; }
  .proof-strip > small { position: static; grid-column: 1/3; padding: 12px 20px; }
  .section { padding: 78px 22px; }
  .intro-section, .section-heading, .manifesto, .conversion-section, .page-hero, .content-row, .roi-section, .agenda-day, .speaker-call, .video-cta, .form-section, .venue-status, .ticket-note, .footer-top { grid-template-columns: 1fr; }
  .section-number { display: none; }
  .opportunity-card { grid-column: auto; }
  .section-heading { gap: 20px; margin-bottom: 40px; }
  .intro-copy h2, .section-heading h2 { font-size: 37px; }
  .intro-copy > p { font-size: 16px; }
  .dark-section { padding: 78px 22px; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid a { min-height: 135px; padding: 17px; }
  .benefit-grid, .day-grid, .ticket-grid, .sponsor-grid, .update-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 220px; }
  .manifesto { padding: 80px 22px; gap: 45px; }
  .manifesto-mark { width: 88px; height: 88px; font-size: 24px; }
  .manifesto-copy { grid-column: auto; }
  .day-grid { gap: 12px; }
  .past-proof { grid-template-columns: 1fr; }
  .past-image { min-height: 330px; }
  .past-copy { padding: 70px 22px; }
  .conversion-section { gap: 35px; }
  .footer { padding: 75px 22px 25px; }
  .footer-top { gap: 50px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .mobile-register { position: fixed; z-index: 40; bottom: 0; left: 0; right: 0; min-height: 62px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 800; box-shadow: 0 -8px 28px rgba(6,23,46,.18); }
  .page-hero { min-height: 520px; padding: 78px 22px 50px; gap: 45px; }
  .page-hero h1 { font-size: 50px; }
  .page-hero p { font-size: 15px; }
  .page-hero aside { max-width: 250px; }
  .content-sections { padding-top: 20px; }
  .content-row { padding: 48px 0; gap: 20px; }
  .content-row ul { margin-top: 10px; }
  .roi-section, .past-topics { padding: 75px 22px; gap: 45px; }
  .track-list { margin-bottom: 45px; }
  .agenda-day { gap: 20px; margin-bottom: 65px; }
  .session { grid-template-columns: 75px 1fr; gap: 15px; }
  .session span { grid-column: 2; justify-self: start; }
  .speaker-grid { grid-template-columns: 1fr 1fr; }
  .speaker-grid article { min-height: 320px; padding: 18px; }
  .speaker-monogram { width: 65px; height: 65px; font-size: 19px; }
  .speaker-call, .video-cta { padding: 75px 22px; gap: 40px; }
  .form-section { padding: 75px 22px; gap: 40px; }
  .contact-form { padding: 24px 18px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .venue-status { padding: 55px 22px; gap: 24px; }
  .travel-grid { grid-template-columns: 1fr; }
  .travel-grid article { min-height: 240px; padding: 32px; }
  .ticket-grid article { padding: 28px 22px; }
  .ticket-note { padding: 70px 22px; gap: 40px; }
  .past-stats { grid-template-columns: 1fr 1fr; }
  .past-stats div { min-height: 150px; padding: 23px; border-bottom: 1px solid var(--line); }
  .quote-grid { grid-template-columns: 1fr; }
  .faq-list details p { margin-left: 0; }
  .faq-list summary { grid-template-columns: 40px 1fr auto; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .video-cta > .button { justify-self: start; }
}

/* Conversion-led 2027 redesign — inspired by best-in-class trades websites */
.hero { min-height: 720px; height: auto; max-height: none; padding: 78px max(4vw, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr); gap: clamp(45px, 7vw, 110px); background: #fff; color: var(--ink); }
.hero-gridlines { opacity: .18; background-image: radial-gradient(circle, var(--blue) 1px, transparent 1.5px); mask-image: linear-gradient(145deg, transparent 66%, #000); }
.hero-content { width: auto; margin: 0; padding: 35px 0; align-self: center; }
.hero-kicker { color: var(--blue); font-size: 11px; }
.hero h1 { margin: 22px 0 25px; color: var(--ink); font-size: clamp(55px, 5.7vw, 88px); line-height: .88; text-transform: none; }
.hero h1 em { color: var(--blue); text-decoration: none; }
.hero-sub { max-width: 650px; color: var(--muted); font-size: clamp(17px, 1.35vw, 21px); }
.hero-actions .text-link { color: var(--blue); }
.hero-mini-proof { margin-top: 45px; padding-top: 24px; display: flex; gap: clamp(18px, 3vw, 42px); border-top: 1px solid var(--line); }
.hero-mini-proof span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.hero-mini-proof strong { display: block; margin-bottom: 4px; color: var(--blue); font-family: var(--font-display); font-size: 25px; letter-spacing: -.04em; }
.hero-visual { min-height: 585px; position: relative; align-self: center; }
.hero-photo-main { position: absolute; inset: 0 0 0 45px; overflow: hidden; border-radius: 3px; box-shadow: 0 30px 70px rgba(27,69,135,.2); }
.hero-photo-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(27,69,135,.42), transparent 45%); }
.hero-photo-main img { object-fit: cover; object-position: 51% center; }
.hero-photo-small { width: 190px; height: 225px; position: absolute; left: -20px; bottom: 32px; z-index: 2; overflow: hidden; border: 8px solid #fff; box-shadow: 0 18px 50px rgba(26,26,26,.2); }
.hero-photo-small img { object-fit: cover; object-position: center 30%; }
.hero-visual .event-badge { position: absolute; z-index: 3; right: -18px; top: 34px; width: 190px; height: 82px; box-shadow: 0 15px 36px rgba(26,26,26,.14); }
.hero-visual .event-badge small { left: 12px; bottom: -31px; width: 185px; color: #fff; text-shadow: 0 1px 5px rgba(0,0,0,.4); }
.trust-bar { min-height: 92px; padding: 0 max(4vw, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--blue); color: #fff; }
.trust-bar span { color: #a9c4ed; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.trust-bar strong { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.proof-strip { margin-top: 40px; border-top: 1px solid var(--line); }
.story-gallery { padding-top: 50px; }
.outcome-section { padding: 120px max(5vw, calc((100vw - var(--max)) / 2 + 5vw)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--blue); color: #fff; }
.outcome-intro h2 { font-family: var(--font-display); font-size: clamp(43px, 4.8vw, 70px); line-height: .9; letter-spacing: -.04em; }
.outcome-intro p { max-width: 500px; color: #d6e2f4; font-size: 16px; line-height: 1.7; }
.outcome-cards { border-top: 1px solid rgba(255,255,255,.28); }
.outcome-cards article { min-height: 170px; padding: 28px 0; display: grid; grid-template-columns: 55px .75fr 1fr; gap: 25px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.28); }
.outcome-cards article > span { color: var(--gold); font-size: 10px; }
.outcome-cards article > strong { font-family: var(--font-display); font-size: 22px; line-height: 1.1; }
.outcome-cards article > p { margin: 0; color: #d6e2f4; font-size: 13px; line-height: 1.6; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-content { max-width: 780px; }
  .hero-visual { min-height: 560px; }
  .trust-bar { flex-wrap: wrap; justify-content: flex-start; padding-top: 25px; padding-bottom: 25px; }
  .trust-bar span { width: 100%; }
  .outcome-section { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .hero { min-height: 0; height: auto; padding: 48px 22px 28px; gap: 42px; align-items: initial; }
  .hero-content { padding: 0; }
  .hero h1 { font-size: clamp(45px, 13vw, 61px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-mini-proof { gap: 14px; }
  .hero-mini-proof span { font-size: 8px; }
  .hero-mini-proof strong { font-size: 21px; }
  .hero-visual { min-height: 430px; }
  .hero-photo-main { inset: 0; }
  .hero-photo-small { width: 130px; height: 160px; left: -8px; bottom: 16px; border-width: 5px; }
  .hero-visual .event-badge { width: 150px; right: -8px; top: 18px; }
  .trust-bar { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .trust-bar span { grid-column: 1 / 3; }
  .trust-bar strong { font-size: 10px; }
  .outcome-section { padding: 78px 22px; gap: 45px; }
  .outcome-cards article { grid-template-columns: 35px 1fr; gap: 18px; }
  .outcome-cards article > p { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Centerpoint Connect brand system */
body { background: #fff; }
h1, h2, h3, .proof-strip strong, .past-stats span { font-weight: 900; }
.announcement { height: 38px; background: #1a1a1a; border-bottom: 3px solid var(--gold); letter-spacing: .15em; }
.announce-line { width: 28px; height: 2px; background: var(--electric); }
.site-header { height: 86px; border-bottom-color: #d8d9dc; }
.year-chip { background: var(--blue); }
.site-header nav { text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
.site-header nav > a:not(.button)::after { height: 2px; background: var(--electric); }
.button { border-color: var(--blue); background: var(--blue); text-transform: uppercase; letter-spacing: .09em; font-weight: 700; }
.button:hover { background: #14386f; }
.button-gold { background: var(--gold); border-color: var(--gold); color: #1a1a1a; }
.button-gold:hover { background: #f49a16; }
.eyebrow { color: var(--blue); letter-spacing: .15em; }
.eyebrow-light { color: #fff; opacity: .78; }

.hero { background: var(--blue); }
.hero-image { filter: grayscale(.25) saturate(.55) contrast(1.08); }
.hero-wash { background: linear-gradient(90deg, rgba(27,69,135,.96) 0%, rgba(27,69,135,.88) 43%, rgba(27,69,135,.66) 72%, rgba(27,69,135,.58) 100%), linear-gradient(0deg, rgba(26,26,26,.28), transparent 45%); }
.hero-gridlines, .page-hero-grid { opacity: .22; background-image: radial-gradient(circle, rgba(255,255,255,.85) 1px, transparent 1.5px); background-size: 13px 13px; background-position: right top; mask-image: linear-gradient(135deg, transparent 55%, black 100%); }
.event-badge { width: 174px; height: 70px; border: 0; border-left: 5px solid var(--gold); background: #fff; color: var(--blue); backdrop-filter: none; }
.event-badge > span { font-weight: 900; }
.event-badge strong { color: var(--gold); }
.event-badge small { color: #fff; opacity: .85; }
.hero-kicker { color: #fff; }
.hero h1 { max-width: 980px; line-height: .89; letter-spacing: -.04em; font-weight: 900; text-transform: uppercase; }
.hero h1 em { color: #fff; text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: .09em; text-underline-offset: .1em; }
.hero-sub { color: #fff; max-width: 670px; }

.proof-strip strong { letter-spacing: -.035em; }
.intro-copy h2, .section-heading h2, .manifesto h2, .past-copy h2, .conversion-section h2, .page-hero h1, .roi-section h2, .past-topics h2, .bottom-cta h2 { line-height: .92; letter-spacing: -.035em; }
.opportunity-card, .day-grid article, .sponsor-grid article { border-top-color: var(--gold); }
.mini-chart i { background: var(--blue); }
.dark-section, .past-proof, .roi-section, .past-topics, .speaker-call, .video-cta { background: var(--blue); }
.dark-section { position: relative; overflow: hidden; }
.dark-section::after { content: ""; position: absolute; width: 340px; height: 260px; right: -30px; bottom: -40px; opacity: .12; background-image: radial-gradient(circle, #fff 1px, transparent 1.5px); background-size: 13px 13px; mask-image: linear-gradient(135deg, transparent, #000); pointer-events: none; }
.audience-grid a:hover { background: #14386f; }
.audience-grid a > span:last-child { color: var(--gold); }

.manifesto { background: #1a1a1a; }
.manifesto::after { width: 520px; height: 190px; right: -90px; bottom: -55px; border: 0; border-radius: 0; opacity: .65; background: linear-gradient(135deg, transparent 0 35%, var(--blue) 35% 58%, var(--gold) 58% 64%, transparent 64%); transform: rotate(-8deg); }
.manifesto-mark { width: 165px; height: 104px; padding: 19px; border: 2px solid rgba(255,255,255,.55); border-radius: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; text-transform: uppercase; line-height: 1; }
.manifesto-mark small { font-size: 10px; letter-spacing: .14em; }
.manifesto-mark strong { margin-top: 7px; color: #fff; font-size: 24px; font-weight: 900; }
.manifesto h2 em { color: var(--gold); }
.manifesto-copy p { color: #f4f5fa; }
.past-image::after { content: ""; position: absolute; inset: 0; background: rgba(27,69,135,.64); }
.past-image img { filter: grayscale(.35) saturate(.55) contrast(1.1); }

.page-hero { background: var(--pale); }
.page-hero::after { width: 420px; height: 220px; right: -70px; top: auto; bottom: -60px; border: 0; border-radius: 0; opacity: .9; background: linear-gradient(142deg, transparent 0 43%, rgba(27,69,135,.12) 43% 66%, rgba(255,167,38,.9) 66% 69%, transparent 69%); }
.page-hero-dark { background: var(--blue); }
.page-hero h1 { font-weight: 900; }
.page-hero-dark p { color: #fff; opacity: .84; }
.speaker-monogram { border-radius: 0; background: var(--blue); }
.form-section, .bottom-cta { background: var(--pale); }
.venue-status, .ticket-note { background: var(--pale); color: var(--ink); border-top: 5px solid var(--gold); }
.venue-status .update-form label, .venue-status .update-form small { color: var(--muted); }
.footer { background: #1a1a1a; border-top: 5px solid var(--gold); }
.footer-top > div:first-child p, .footer-links a { color: #f4f5fa; }
.footer-top > div:first-child p strong { display: inline-block; margin-top: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.footer-links span { color: #9bbbe9; }
.footer-bottom { color: #a3a3a3; }

@media (max-width: 760px) {
  .hero-wash { background: linear-gradient(0deg, rgba(27,69,135,.98) 8%, rgba(27,69,135,.9) 58%, rgba(27,69,135,.62)); }
  .hero h1 { line-height: .92; }
  .manifesto-mark { width: 150px; height: 92px; font-size: inherit; }
  .mobile-register { background: var(--gold); color: #1a1a1a; }
  .story-gallery { min-height: 0; padding: 0 0 12px; grid-template-columns: 1fr 1fr; gap: 7px; }
  .story-gallery figure { min-height: 260px; }
  .story-gallery-main { min-height: 360px !important; grid-column: 1 / 3; }
  .story-gallery figcaption { left: 16px; right: 16px; bottom: 16px; }
  .story-gallery figcaption strong { font-size: 28px; }
}

/* ServiceCon 2027 brand-guideline refresh */
body { overflow-x: hidden; background: var(--white); }
h1, h2, h3 { font-family: var(--font-display); }

.announcement {
  height: 34px;
  background: var(--blue);
  border-bottom: 0;
  color: var(--white);
}
.announcement .announce-line { background: var(--gold); }
.site-header {
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(28,29,33,.12);
  backdrop-filter: blur(14px);
}
.brand { width: 245px; }
.brand-crop { width: 238px; height: 48px; }
.brand-crop img { width: 238px; top: -15px; }
.site-header nav { color: var(--ink); }
.button {
  min-height: 52px;
  border-radius: 2px;
  box-shadow: none;
}
.button-gold { color: var(--ink); }
.button-outline { border-color: rgba(255,255,255,.62); color: var(--white); }
.button-outline:hover { color: var(--blue); background: var(--white); }
.text-link { color: var(--blue); }

.sc-hero {
  min-height: 760px;
  height: calc(100svh - 114px);
  max-height: 940px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--blue);
  color: var(--white);
}
.sc-hero-media,
.sc-hero-overlay { position: absolute; inset: 0; }
.sc-hero-media img {
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(.7) contrast(1.08);
  opacity: .9;
}
.sc-hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(27,69,135,.98) 0%, rgba(27,69,135,.91) 40%, rgba(27,69,135,.64) 68%, rgba(28,29,33,.25) 100%),
    linear-gradient(0deg, rgba(28,29,33,.58) 0%, transparent 52%);
}
.sc-target {
  width: 390px;
  aspect-ratio: 1;
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  pointer-events: none;
}
.sc-target::before,
.sc-target::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
}
.sc-target::before { inset: 20%; }
.sc-target::after { inset: 40%; }
.sc-target-one { top: -240px; right: -85px; opacity: .8; }
.sc-target-two { width: 250px; left: -165px; bottom: -125px; opacity: .4; }
.sc-hero-content {
  width: min(780px, 62vw);
  position: relative;
  z-index: 3;
  margin-left: max(5vw, calc((100vw - var(--max)) / 2));
  padding: 90px 0 125px;
}
.sc-kicker {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.sc-kicker::before { content: ""; width: 32px; height: 3px; background: var(--gold); }
.sc-hero h1 {
  max-width: 820px;
  margin: 28px 0 26px;
  color: var(--white);
  font-size: clamp(48px, 5.8vw, 78px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.045em;
}
.sc-hero h1 em {
  color: var(--white);
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: .08em;
  text-underline-offset: .1em;
}
.sc-hero-lede {
  max-width: 650px;
  color: rgba(255,255,255,.86);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.65;
}
.sc-hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.sc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255,255,255,.8);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
}
.sc-hero-card {
  width: 260px;
  position: absolute;
  z-index: 3;
  right: max(5vw, calc((100vw - var(--max)) / 2));
  bottom: 92px;
  margin: 0;
  padding: 25px 25px 23px;
  border-top: 4px solid var(--gold);
  background: rgba(28,29,33,.72);
  backdrop-filter: blur(14px);
}
.sc-hero-card > span,
.sc-hero-card > small {
  display: block;
  color: rgba(255,255,255,.7);
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.sc-hero-card strong {
  display: block;
  margin: 18px 0 15px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 40px;
  line-height: .92;
  letter-spacing: -.04em;
}
.sc-hero-card p { margin-bottom: 18px; color: var(--sky); font-size: 13px; line-height: 1.5; }
.sc-hero-index {
  position: absolute;
  z-index: 3;
  left: max(5vw, calc((100vw - var(--max)) / 2));
  right: max(5vw, calc((100vw - var(--max)) / 2));
  bottom: 28px;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.55);
  font-size: 8px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sc-proof {
  max-width: var(--max);
  margin: auto;
  padding: 34px 5vw 24px;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.sc-proof > p,
.sc-proof > small {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.sc-proof-grid {
  margin: 24px 0 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.sc-proof-grid article {
  min-height: 145px;
  padding: 25px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.sc-proof-grid strong {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: clamp(31px, 3vw, 47px);
  letter-spacing: -.04em;
}
.sc-proof-grid span { max-width: 210px; color: var(--muted); font-size: 12px; line-height: 1.45; }

.sc-intro,
.sc-benefits,
.sc-agenda {
  max-width: var(--max);
  margin: auto;
  padding: 125px 5vw;
}
.sc-intro {
  display: grid;
  grid-template-columns: .5fr 1.6fr .8fr;
  gap: clamp(35px, 5vw, 85px);
  align-items: start;
}
.sc-section-label {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.sc-section-label span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
}
.sc-intro-copy h2,
.sc-benefits-heading h2,
.sc-agenda-heading h2 {
  font-size: clamp(38px, 4.1vw, 61px);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.sc-intro-detail { padding-top: 43px; }
.sc-intro-detail p { margin-bottom: 30px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.sc-visual-story {
  min-height: 900px;
  padding: 0 max(12px, 2vw) max(12px, 2vw);
  display: grid;
  grid-template-columns: 1.25fr .8fr .95fr;
  grid-template-rows: 1fr .9fr;
  gap: 12px;
}
.sc-story-card,
.sc-field-card {
  min-height: 360px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--blue);
}
.sc-story-card::after,
.sc-field-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(28,29,33,.9) 0%, rgba(27,69,135,.52) 48%, rgba(27,69,135,.08) 100%);
}
.sc-story-card img,
.sc-field-card img {
  object-fit: cover;
  filter: saturate(.72) contrast(1.07);
  transition: transform .7s ease, opacity .7s ease;
}
.sc-story-card:hover img,
.sc-field-card:hover img { transform: scale(1.035); }
.sc-story-main { grid-row: 1 / 3; }
.sc-story-portrait { grid-column: 2; grid-row: 1; }
.sc-story-audience { grid-column: 3; grid-row: 1; }
.sc-story-roof { grid-column: 2 / 4; grid-row: 2; }
.sc-story-main img { object-position: center; }
.sc-story-portrait img { object-position: center 28%; }
.sc-story-audience img { object-position: center; }
.sc-story-roof img { object-position: center 51%; }
.sc-story-card figcaption,
.sc-field-card figcaption {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 29px;
  color: var(--white);
}
.sc-story-card figcaption span,
.sc-field-card figcaption span {
  display: block;
  margin-bottom: 10px;
  color: var(--sky);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.sc-story-card figcaption strong,
.sc-field-card figcaption strong {
  max-width: 650px;
  display: block;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.6vw, 42px);
  line-height: 1.03;
  letter-spacing: -.035em;
}
.sc-story-card figcaption p { max-width: 540px; margin: 14px 0 0; color: rgba(255,255,255,.78); line-height: 1.55; }

.sc-audience {
  padding: 125px max(5vw, calc((100vw - var(--max)) / 2 + 5vw));
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: var(--white);
}
.sc-target-audience { width: 440px; right: -240px; bottom: -260px; opacity: .36; }
.sc-audience-heading,
.sc-benefits-heading,
.sc-agenda-heading {
  margin-bottom: 58px;
  display: grid;
  grid-template-columns: 1.7fr .75fr;
  gap: 8vw;
  align-items: end;
}
.sc-audience-heading h2 {
  max-width: 850px;
  margin: 0;
  color: var(--white);
  font-size: clamp(40px, 4.6vw, 66px);
  line-height: .98;
  letter-spacing: -.04em;
}
.sc-audience-heading > p,
.sc-benefits-heading > p {
  margin: 0 0 5px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.65;
}
.sc-audience-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.26);
  border-left: 1px solid rgba(255,255,255,.26);
}
.sc-audience-grid a {
  min-height: 155px;
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  border-right: 1px solid rgba(255,255,255,.26);
  border-bottom: 1px solid rgba(255,255,255,.26);
  transition: background .25s ease, color .25s ease;
}
.sc-audience-grid a:hover { background: var(--white); color: var(--blue); }
.sc-audience-grid a > span { font-size: 9px; color: var(--sky); }
.sc-audience-grid a > span:last-child { grid-column: 2; grid-row: 1; color: var(--gold); font-size: 15px; }
.sc-audience-grid strong { grid-column: 1 / 3; font-size: 15px; }

.sc-benefits-heading > p { color: var(--muted); }
.sc-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.sc-benefit-grid article {
  min-height: 300px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.sc-benefit-number { color: var(--blue); font-size: 9px; }
.sc-benefit-grid i {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 25px;
  right: 25px;
  border: 2px solid var(--sky);
  border-radius: 50%;
}
.sc-benefit-grid i::before,
.sc-benefit-grid i::after {
  content: "";
  position: absolute;
  border: 2px solid var(--sky);
  border-radius: 50%;
}
.sc-benefit-grid i::before { inset: 8px; }
.sc-benefit-grid i::after { inset: 18px; border-color: var(--gold); }
.sc-benefit-grid h3 { margin: 105px 0 15px; font-size: 24px; line-height: 1.15; }
.sc-benefit-grid p { max-width: 320px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.sc-photo-feature {
  min-height: 720px;
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .7fr;
  align-items: end;
  gap: 10vw;
  padding: 110px max(5vw, calc((100vw - var(--max)) / 2 + 5vw));
  overflow: hidden;
  background: var(--blue);
  color: var(--white);
}
.sc-photo-feature > img {
  object-fit: cover;
  object-position: center;
  filter: saturate(.68) contrast(1.08);
}
.sc-photo-feature-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(27,69,135,.97) 0%, rgba(27,69,135,.85) 46%, rgba(28,29,33,.45) 100%),
    linear-gradient(0deg, rgba(28,29,33,.66), transparent 58%);
}
.sc-photo-feature-copy,
.sc-photo-feature blockquote { position: relative; z-index: 2; }
.sc-photo-feature-copy h2 {
  max-width: 800px;
  margin: 0 0 26px;
  font-size: clamp(42px, 4.5vw, 65px);
  line-height: 1;
  letter-spacing: -.04em;
}
.sc-photo-feature-copy p { max-width: 610px; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.65; }
.sc-photo-feature-copy .button { margin-top: 20px; }
.sc-photo-feature blockquote {
  margin: 0;
  padding: 26px;
  border-top: 4px solid var(--gold);
  background: rgba(28,29,33,.58);
  backdrop-filter: blur(12px);
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(25px, 2.7vw, 41px);
  line-height: 1.08;
}

.sc-field-notes {
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  background: var(--white);
}
.sc-field-card { min-height: 610px; }
.sc-field-card::after { background: linear-gradient(0deg, rgba(28,29,33,.88), rgba(27,69,135,.42) 50%, transparent 86%); }
.sc-field-card img { object-position: center; }
.sc-field-tall img { object-position: center 74%; }

.sc-outcomes {
  padding: 125px max(5vw, calc((100vw - var(--max)) / 2 + 5vw));
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
  background: var(--ink);
  color: var(--white);
}
.sc-outcomes-intro h2 {
  margin: 18px 0 25px;
  font-size: clamp(42px, 4.4vw, 66px);
  line-height: .98;
  letter-spacing: -.04em;
}
.sc-outcomes-intro h2 em { color: var(--gold); font-style: normal; }
.sc-outcomes-intro p { max-width: 500px; color: rgba(255,255,255,.68); line-height: 1.7; }
.sc-outcome-list { border-top: 1px solid rgba(255,255,255,.26); }
.sc-outcome-list article {
  min-height: 175px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 55px .75fr 1fr;
  gap: 25px;
  border-bottom: 1px solid rgba(255,255,255,.26);
}
.sc-outcome-list article > span { color: var(--gold); font-size: 10px; }
.sc-outcome-list article > strong { font-family: var(--font-display); font-size: 22px; line-height: 1.15; }
.sc-outcome-list article > p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; }

.sc-agenda-heading > a { align-self: end; justify-self: end; margin-bottom: 9px; }
.sc-day-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sc-day-grid article {
  min-height: 360px;
  padding: 31px;
  display: flex;
  flex-direction: column;
  border-top: 4px solid var(--gold);
  background: var(--pale);
}
.sc-day-grid article > span { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.sc-day-grid h3 { margin: 76px 0 16px; font-size: 28px; line-height: 1.1; }
.sc-day-grid p { color: var(--muted); line-height: 1.65; }
.sc-day-grid small {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--blue);
  font-size: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.sc-program-note {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-left: 3px solid var(--gold);
  background: #fff9e7;
  color: #5e573e;
  font-size: 11px;
  line-height: 1.6;
}
.sc-program-note span { margin-right: 10px; color: var(--ink); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.sc-conversion {
  padding: 110px max(5vw, calc((100vw - var(--max)) / 2 + 5vw));
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  gap: 9vw;
  align-items: end;
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: var(--white);
}
.sc-conversion::after {
  content: "";
  width: 440px;
  aspect-ratio: 1;
  position: absolute;
  right: -240px;
  top: -235px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  box-shadow: inset 0 0 0 70px rgba(255,255,255,.035), inset 0 0 0 140px rgba(255,255,255,.035);
}
.sc-conversion > * { position: relative; z-index: 1; }
.sc-conversion h2 { margin: 0; font-size: clamp(38px, 4vw, 59px); line-height: 1.02; letter-spacing: -.04em; }
.sc-conversion .update-form label,
.sc-conversion .update-form small { color: rgba(255,255,255,.7); }
.sc-conversion .update-form > div { border-color: var(--white); }
.sc-conversion .update-form input { color: var(--white); }
.sc-conversion .update-form input::placeholder { color: rgba(255,255,255,.52); }
.sc-conversion .update-form button { color: var(--gold); }

.footer { background: var(--ink); border-top-color: var(--gold); }
.footer .brand {
  width: 255px;
  padding: 5px 10px;
  display: inline-flex;
  background: var(--white);
}
.footer .brand-crop { width: 230px; }
.footer .brand-crop img { width: 230px; top: -14px; filter: none; mix-blend-mode: normal; }
.footer-cta h2 { font-weight: 800; }

@media (max-width: 1100px) {
  .sc-hero-content { width: min(720px, 66vw); }
  .sc-hero-card { width: 230px; }
  .sc-intro { grid-template-columns: .4fr 1.6fr; }
  .sc-intro-detail { grid-column: 2; padding-top: 0; }
  .sc-visual-story { min-height: 820px; }
  .sc-audience-grid { grid-template-columns: repeat(2, 1fr); }
  .sc-field-card { min-height: 520px; }
}

@media (max-width: 800px) {
  .announcement { justify-content: center; }
  .site-header { height: 70px; }
  .brand { width: 205px; }
  .brand-crop { width: 202px; height: 43px; }
  .brand-crop img { width: 202px; top: -12px; }
  .site-header nav { top: 70px; }
  .sc-hero {
    min-height: 750px;
    height: calc(100svh - 104px);
    align-items: flex-end;
  }
  .sc-hero-media img { object-position: 57% center; }
  .sc-hero-overlay {
    background:
      linear-gradient(0deg, rgba(27,69,135,.99) 4%, rgba(27,69,135,.94) 54%, rgba(27,69,135,.58) 100%),
      linear-gradient(90deg, rgba(28,29,33,.12), transparent);
  }
  .sc-hero-content {
    width: auto;
    margin: 0;
    padding: 65px 22px 125px;
  }
  .sc-hero h1 { margin-top: 20px; font-size: clamp(44px, 12vw, 59px); }
  .sc-hero-lede { font-size: 16px; }
  .sc-hero-actions { align-items: stretch; flex-direction: column; gap: 21px; }
  .sc-text-link { align-self: flex-start; }
  .sc-hero-card { display: none; }
  .sc-hero-index { left: 22px; right: 22px; bottom: 24px; }
  .sc-target-one { width: 270px; top: -155px; right: -125px; }
  .sc-proof { padding: 28px 22px 18px; }
  .sc-proof-grid { grid-template-columns: 1fr 1fr; }
  .sc-proof-grid article { min-height: 132px; padding: 20px; }
  .sc-proof-grid strong { font-size: 34px; }
  .sc-intro,
  .sc-benefits,
  .sc-agenda { padding: 82px 22px; }
  .sc-intro { grid-template-columns: 1fr; gap: 34px; }
  .sc-intro-detail { grid-column: auto; }
  .sc-intro-copy h2,
  .sc-benefits-heading h2,
  .sc-agenda-heading h2 { font-size: 39px; }
  .sc-visual-story {
    min-height: 0;
    padding: 0 8px 8px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 420px 320px 320px;
    gap: 8px;
  }
  .sc-story-main { grid-column: 1 / 3; grid-row: 1; }
  .sc-story-portrait { grid-column: 1; grid-row: 2; }
  .sc-story-audience { grid-column: 2; grid-row: 2; }
  .sc-story-roof { grid-column: 1 / 3; grid-row: 3; }
  .sc-story-card { min-height: 0; }
  .sc-story-card figcaption,
  .sc-field-card figcaption { left: 18px; right: 18px; bottom: 18px; }
  .sc-story-card figcaption strong,
  .sc-field-card figcaption strong { font-size: 25px; }
  .sc-story-card figcaption p { display: none; }
  .sc-audience { padding: 82px 22px; }
  .sc-audience-heading,
  .sc-benefits-heading,
  .sc-agenda-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; }
  .sc-audience-heading h2 { font-size: 41px; }
  .sc-audience-grid { grid-template-columns: 1fr 1fr; }
  .sc-audience-grid a { min-height: 130px; padding: 16px; }
  .sc-benefit-grid { grid-template-columns: 1fr; }
  .sc-benefit-grid article { min-height: 245px; }
  .sc-benefit-grid h3 { margin-top: 82px; }
  .sc-photo-feature {
    min-height: 720px;
    padding: 80px 22px;
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .sc-photo-feature-wash {
    background: linear-gradient(0deg, rgba(27,69,135,.99) 5%, rgba(27,69,135,.88) 64%, rgba(28,29,33,.28));
  }
  .sc-photo-feature-copy h2 { font-size: 42px; }
  .sc-photo-feature blockquote { max-width: 470px; font-size: 28px; }
  .sc-field-notes { grid-template-columns: 1fr; padding: 8px; gap: 8px; }
  .sc-field-card { min-height: 470px; }
  .sc-field-tall { min-height: 600px; }
  .sc-outcomes { padding: 82px 22px; grid-template-columns: 1fr; gap: 45px; }
  .sc-outcomes-intro h2 { font-size: 43px; }
  .sc-outcome-list article { grid-template-columns: 35px 1fr; gap: 16px; }
  .sc-outcome-list article > p { grid-column: 2; }
  .sc-agenda-heading > a { justify-self: start; }
  .sc-day-grid { grid-template-columns: 1fr; }
  .sc-day-grid article { min-height: 310px; }
  .sc-day-grid h3 { margin-top: 58px; }
  .sc-conversion { padding: 82px 22px; grid-template-columns: 1fr; gap: 46px; }
  .sc-conversion h2 { font-size: 40px; }
  .footer .brand { width: 220px; }
  .footer .brand-crop { width: 200px; height: 43px; }
  .footer .brand-crop img { width: 200px; top: -12px; }
}

@media (max-width: 520px) {
  .sc-proof-grid { grid-template-columns: 1fr; }
  .sc-visual-story { display: flex; flex-direction: column; }
  .sc-story-card { min-height: 330px; }
  .sc-story-main { min-height: 430px; }
  .sc-audience-grid { grid-template-columns: 1fr; }
  .sc-hero-index span { display: none; }
}

/* Centerpoint Connect visibility and embedded Jotform system */
.announce-powered {
  margin-left: auto;
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,.36);
  color: var(--white);
  font-size: 9px;
  letter-spacing: .12em;
  white-space: nowrap;
}
.announce-powered:hover { border-color: var(--gold); color: var(--gold); }
.announce-dim { margin-left: 0; }

.page-powered {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-top: 14px;
  border-top: 2px solid var(--gold);
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.page-hero-dark .page-powered { color: var(--white); }

.footer-powered {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.sc-centerpoint {
  padding: 120px max(5vw, calc((100vw - var(--max)) / 2 + 5vw));
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 9vw;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-top: 7px solid var(--gold);
  background: linear-gradient(135deg, var(--blue) 0%, #123565 70%, var(--ink) 100%);
  color: var(--white);
}
.sc-centerpoint::after {
  content: "";
  width: 560px;
  height: 560px;
  position: absolute;
  right: -300px;
  top: -320px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: inset 0 0 0 90px rgba(255,255,255,.025), inset 0 0 0 180px rgba(255,255,255,.025);
}
.sc-centerpoint > * { position: relative; z-index: 1; }
.sc-centerpoint-kicker {
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.42);
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.sc-centerpoint h2 {
  margin: 30px 0 25px;
  max-width: 900px;
  font-size: clamp(42px, 4.5vw, 67px);
  line-height: .98;
  letter-spacing: -.045em;
}
.sc-centerpoint-intro > p { max-width: 760px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.7; }
.sc-centerpoint-intro > div { margin-top: 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.sc-centerpoint-pillars { border-top: 1px solid rgba(255,255,255,.28); }
.sc-centerpoint-pillars article {
  min-height: 185px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.sc-centerpoint-pillars span { color: var(--gold); font-size: 10px; }
.sc-centerpoint-pillars strong { font-family: var(--font-display); font-size: 28px; line-height: 1; }
.sc-centerpoint-pillars p { grid-column: 2; margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; }

.sc-conversion-action { align-self: center; }
.sc-conversion-action p { margin-bottom: 24px; color: rgba(255,255,255,.72); line-height: 1.65; }
.speaker-call > a { justify-self: start; }
.speaker-call > div > p { max-width: 660px; color: rgba(255,255,255,.72); line-height: 1.65; }

.jotform-section { align-items: start; }
.jotform-section > div:first-child { position: sticky; top: 110px; }
.jotform-embed {
  min-width: 0;
  overflow: hidden;
  border-top: 6px solid var(--gold);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(28,29,33,.12);
}
.jotform-embed iframe { width: 100%; display: block; border: 0; background: var(--white); }
.jotform-embed > p { margin: 0; padding: 16px 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.5; }
.jotform-embed > p a { color: var(--blue); font-weight: 700; text-decoration: underline; }
.venue-status .button { min-width: 190px; }

@media (max-width: 760px) {
  .announcement { gap: 8px; }
  .announce-line { display: none; }
  .announce-powered { margin-left: 0; padding: 4px 6px; font-size: 7px; letter-spacing: .08em; }
  .announcement > span:first-child { display: none; }
  .sc-centerpoint { padding: 82px 22px; grid-template-columns: 1fr; gap: 55px; }
  .sc-centerpoint h2 { font-size: 42px; }
  .sc-centerpoint-intro > p { font-size: 15px; }
  .sc-centerpoint-pillars article { min-height: 160px; }
  .jotform-section > div:first-child { position: static; }
  .jotform-embed { margin: 0 -8px; }
  .jotform-updates iframe { height: 1150px !important; }
  .jotform-speaker iframe { height: 1350px !important; }
  .jotform-sponsor iframe { height: 1350px !important; }
  .jotform-contact iframe { height: 1200px !important; }
}


/* WordPress integration */
.admin-bar .site-header { top: 32px; }
.servicecon-page-content { min-height: 60vh; }
.servicecon-page-content > p:empty { display: none; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
