/*
Theme Name: Odyssey Training Co.
Theme URI: https://odysseytrainingco.com
Author: Odyssey Training Co.
Description: Production-ready WordPress theme for Odyssey Training Co., designed for the Odyssey Core class, venue, session, testimonial, and booking system.
Version: 1.0.1
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: odyssey-training-co
*/

:root {
  --navy: #35467a;
  --navy-deep: #111a37;
  --red: #971b1e;
  --gray: #79797a;
  --warm: #f6f4f1;
  --mist: #e9edf6;
  --line: #d9d9d6;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(17, 26, 55, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm); color: var(--navy-deep); font-family: Arial, Helvetica, sans-serif; }
body.admin-bar .site-header { top: 32px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-main { min-height: 60vh; }
.course-card[hidden], .schedule-event[hidden] { display: none !important; }
.wp-block-image img { height: auto; }
.prototype-bar.preview { background: #5b3b0a; }
.admin-setup-note { padding: 28px max(32px, calc((100vw - 1240px) / 2)); background: #fff1d5; color: #513910; font-weight: 700; }
.modal-backdrop[hidden], [data-preview-success][hidden], [data-schedule-empty][hidden] { display: none !important; }
.entry-content { max-width: 850px; color: var(--gray); font-size: 20px; line-height: 1.75; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #d65255; outline-offset: 4px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.prototype-bar { min-height: 34px; padding: 7px max(24px, calc((100vw - 1240px) / 2)); display: flex; justify-content: space-between; gap: 20px; background: var(--navy-deep); color: rgba(255,255,255,.78); font-family: "Arial Narrow", Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(246,244,241,.95); border-bottom: 1px solid rgba(17,26,55,.12); backdrop-filter: blur(14px); }
.nav-wrap { width: min(1240px, calc(100% - 48px)); height: 96px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 230px; }
.brand img { width: 54px; height: 68px; object-fit: contain; }
.brand span { display: grid; gap: 2px; }
.brand strong { color: var(--navy); font-size: 24px; letter-spacing: .18em; }
.brand small { color: var(--gray); font-family: "Arial Narrow", Arial, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: .16em; line-height: .9; }
.nav-links { display: flex; align-items: center; gap: 32px; color: #4f5360; font-size: 24px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.nav-links a, .nav-link-button { min-height: 44px; padding: 0; display: inline-flex; align-items: center; border: 0; background: transparent; color: inherit; font-weight: inherit; text-transform: uppercase; cursor: pointer; }
.nav-links a:hover, .nav-link-button:hover { color: var(--red); }
.menu-button { display: none; width: 52px; height: 52px; border: 0; border-radius: 50%; background: var(--navy); cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px auto; background: white; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.02fr .98fr; background: var(--navy-deep); color: white; overflow: hidden; }
.hero-copy { padding: 74px max(48px, calc((100vw - 1240px) / 2)) 72px max(48px, calc((100vw - 1240px) / 2)); padding-right: 70px; display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 85% 100%, rgba(69,85,141,.65), transparent 48%), linear-gradient(135deg, #101936, #182548); }
.status-pill { align-self: flex-start; display: flex; align-items: center; gap: 10px; margin-bottom: 68px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 12px 18px; color: rgba(255,255,255,.76); font-family: "Arial Narrow", Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.status-pill span { width: 9px; height: 9px; border-radius: 50%; background: #e15a5e; box-shadow: 0 0 0 8px rgba(225,90,94,.12); }
.eyebrow { margin: 0 0 22px; font-family: "Arial Narrow", Arial, sans-serif; font-size: 24px; font-weight: 900; letter-spacing: .22em; line-height: 1.4; text-transform: uppercase; }
.hero .eyebrow { font-size: 24px; }
.eyebrow.red { color: var(--red); }
main > section.section-pad .eyebrow.red { margin-bottom: 28px; font-size: 24px; line-height: 1.45; }
.hero h1 { max-width: 700px; margin: 0; color: #d9deed; font-size: clamp(56px, 5.6vw, 94px); font-weight: 300; letter-spacing: -.065em; line-height: 1.06; }
.hero h1 strong { color: white; font-weight: 800; }
.hero-intro { max-width: 650px; margin: 38px 0 38px; color: rgba(255,255,255,.74); font-size: 28px; line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; margin-bottom: 28px; }
.button { min-height: 58px; padding: 17px 27px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 999px; font-size: 18px; font-weight: 800; line-height: 1; cursor: pointer; transition: transform .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: white; }
.button-red:hover { background: #7d1518; }
.button-navy { background: var(--navy); color: white; }
.button-outline-light { border-color: rgba(255,255,255,.48); background: transparent; color: white; }
.button-outline-light:hover { background: rgba(255,255,255,.08); }
.button-outline { border-color: var(--navy); background: transparent; color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 20px; border: 0; background: transparent; color: var(--navy); font-size: 17px; font-weight: 900; cursor: pointer; }
.text-link.light { color: white; }
.hero-visual { position: relative; margin: 0; min-width: 0; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,26,55,.18), transparent 35%), linear-gradient(0deg, rgba(17,26,55,.66), transparent 40%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 47% center; }
.hero-visual figcaption { position: absolute; z-index: 1; left: 44px; right: 44px; bottom: 36px; display: flex; justify-content: flex-end; align-items: flex-end; color: white; }
.hero-visual figcaption span { max-width: 260px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.45; text-align: right; }

.section-pad { padding: 120px max(32px, calc((100vw - 1240px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.section-heading h2, .finder-prompt h2, .schedule h2, .about h2, .partner h2, .final-cta h2 { margin: 0; font-size: clamp(52px, 6vw, 92px); font-weight: 400; letter-spacing: -.06em; line-height: .97; }
.section-heading > p { max-width: 460px; margin: 0 0 8px; color: var(--gray); font-size: 23px; line-height: 1.65; }

.finder-prompt { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 100px; background: var(--mist); }
.finder-copy p { max-width: 560px; margin: 0 0 30px; color: #666b76; font-size: 23px; line-height: 1.7; }
.catalog { background: #eeece8; }
.catalog-heading { margin-bottom: 36px; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filters button { padding: 12px 19px; border: 1px solid #c4c6cc; border-radius: 999px; background: transparent; color: #666b76; font-size: 15px; font-weight: 800; cursor: pointer; }
.filters button.active, .filters button:hover { border-color: var(--navy); background: var(--navy); color: white; }
.course-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; align-items: stretch; }
.course-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid #ccd1de; border-radius: 36px; background: white; box-shadow: 0 10px 35px rgba(17,26,55,.04); }
.course-image { position: relative; height: 255px; overflow: hidden; background: var(--mist); }
.course-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,26,55,.35), transparent 60%); }
.course-image img { width: 100%; height: 100%; object-fit: cover; }
.course-card[data-course="utah-cfp"] .course-image img { object-position: center 43%; }
.course-card[data-course="pistol-foundations"] .course-image img { object-position: center 10%; }
.course-card[data-course="advanced-rifle"] .course-image img { object-position: center 36%; }
.course-card[data-course="low-light-pistol"] .course-image img { object-position: center 42%; }
.level-pill { position: absolute; z-index: 1; top: 22px; right: 22px; max-width: 250px; padding: 10px 15px; border-radius: 999px; background: rgba(233,237,246,.93); color: var(--navy); font-size: 14px; font-weight: 800; text-align: center; }
.course-content { flex: 1; padding: 34px 40px 36px; display: flex; flex-direction: column; }
.course-track { margin: 0 0 48px; color: var(--red); font-family: "Arial Narrow", Arial, sans-serif; font-size: 19px; font-weight: 900; letter-spacing: .25em; text-transform: uppercase; }
.course-card h3 { margin: 0 0 20px; font-size: clamp(34px, 3vw, 48px); font-weight: 400; letter-spacing: -.045em; }
.course-promise { min-height: 68px; margin: 0 0 30px; color: #6d717b; font-size: 21px; line-height: 1.6; }
.course-meta { min-height: 76px; display: flex; align-items: center; gap: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #777b84; font-size: 18px; }
.course-meta b { color: var(--navy); font-size: 20px; }
.course-date { min-height: 60px; padding: 17px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); color: var(--red); font-size: 17px; font-weight: 900; }
.course-date b { color: var(--gray); font-weight: 700; text-align: right; }
.details-toggle { width: 100%; padding: 23px 0; display: flex; justify-content: space-between; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--navy); font-size: 18px; font-weight: 900; cursor: pointer; }
.details-toggle span { font-size: 22px; }
.course-details { padding: 23px 0; border-bottom: 1px solid var(--line); }
.course-details p { margin: 0 0 15px; color: #696d77; font-size: 18px; line-height: 1.55; }
.course-details p strong { display: block; margin-bottom: 4px; color: var(--navy-deep); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.course-details small { display: block; color: #8a8d94; font-size: 15px; line-height: 1.5; }
.card-action { margin-top: auto; padding: 39px 0 12px; display: inline-flex; gap: 20px; border: 0; background: transparent; color: var(--navy); font-size: 22px; font-weight: 900; cursor: pointer; }

.schedule { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; padding-top: 0; padding-bottom: 0; background: var(--navy); color: white; }
.schedule-image { margin-left: max(-32px, calc((1240px - 100vw) / 2)); min-height: 680px; }
.schedule-image img { width: 100%; height: 100%; object-fit: cover; object-position: 42% center; }
.schedule-copy { padding: 90px 0 90px 90px; display: flex; flex-direction: column; justify-content: center; }
.schedule h2 { max-width: 570px; font-size: clamp(48px, 5vw, 76px); }
.schedule-copy > p:not(.eyebrow) { max-width: 610px; margin: 35px 0; color: rgba(255,255,255,.75); font-size: 22px; line-height: 1.7; }
.schedule-copy .button { align-self: flex-start; }
.venue-list { margin-top: 54px; padding-top: 25px; display: grid; gap: 8px; border-top: 1px solid rgba(255,255,255,.26); }
.venue-list span { color: rgba(255,255,255,.55); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.venue-list b { font-size: 14px; line-height: 1.5; }

.stories-prompt { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 100px; background: var(--navy-deep); color: white; }
.stories-prompt h2 { margin: 0; font-size: clamp(52px, 6vw, 92px); font-weight: 400; letter-spacing: -.06em; line-height: .97; }
.stories-prompt-copy p { max-width: 570px; margin: 0 0 32px; color: rgba(255,255,255,.72); font-size: 23px; line-height: 1.7; }
.stories-prompt-copy .button { width: max-content; }

.testimonials-hero { min-height: 710px; display: grid; grid-template-columns: 1.18fr .82fr; background: var(--navy-deep); color: white; }
.testimonials-hero-copy { padding: 82px 78px 86px max(48px, calc((100vw - 1240px) / 2)); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 92% 105%, rgba(68,87,150,.68), transparent 48%), var(--navy-deep); }
.testimonials-hero-copy .back-link { color: white; }
.testimonials-hero-copy h1 { max-width: 850px; margin: 0; font-size: clamp(68px, 7.2vw, 112px); font-weight: 700; letter-spacing: -.065em; line-height: .9; }
.testimonials-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 38px 0 0; color: rgba(255,255,255,.74); font-size: 24px; line-height: 1.65; }
.testimonials-hero-image { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.testimonials-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,26,55,.28), transparent 30%), linear-gradient(0deg, rgba(17,26,55,.62), transparent 42%); }
.testimonials-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.testimonials-hero-image figcaption { position: absolute; z-index: 1; right: 34px; bottom: 32px; max-width: 260px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.5; text-align: right; }
.testimonials-page { background: #eeece8; }
.testimonials-page-heading { margin-bottom: 64px; }
.testimonials-page-heading h2 { margin: 0; font-size: clamp(52px, 6vw, 92px); font-weight: 400; letter-spacing: -.06em; line-height: .97; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.testimonial-card { min-height: 400px; margin: 0; padding: 42px 44px 38px; display: flex; flex-direction: column; border: 1px solid #ccd1de; border-radius: 32px; background: rgba(255,255,255,.82); box-shadow: 0 12px 34px rgba(17,26,55,.04); }
.testimonial-card.featured { background: var(--navy-deep); color: white; box-shadow: 0 24px 58px rgba(17,26,55,.15); }
.quote-mark { height: 58px; color: var(--red); font-family: Georgia, "Times New Roman", serif; font-size: 94px; line-height: .9; }
.testimonial-card blockquote { margin: 14px 0 38px; color: #3e4659; font-size: 24px; font-weight: 500; line-height: 1.6; }
.testimonial-card.featured blockquote { color: rgba(255,255,255,.9); }
.testimonial-card figcaption { margin-top: auto; padding-top: 25px; display: flex; align-items: center; gap: 15px; border-top: 1px solid rgba(17,26,55,.14); }
.testimonial-card.featured figcaption { border-top-color: rgba(255,255,255,.18); }
.testimonial-card figcaption > span { width: 34px; height: 3px; background: var(--red); }
.testimonial-card figcaption div { display: grid; gap: 4px; }
.testimonial-card figcaption strong { color: var(--navy-deep); font-size: 17px; }
.testimonial-card.featured figcaption strong { color: white; }
.testimonial-card figcaption small { color: var(--gray); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.testimonial-card.featured figcaption small { color: rgba(255,255,255,.56); }
.testimonial-cta { background: white; text-align: center; }
.testimonial-cta h2 { margin: 0 0 48px; font-size: clamp(52px, 6vw, 88px); font-weight: 400; letter-spacing: -.06em; line-height: .97; }
.testimonial-cta > div { display: flex; justify-content: center; gap: 14px; }

.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.about-image { height: 680px; overflow: hidden; border-radius: 34px; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.about-copy { max-width: 620px; }
.about h2 { font-size: clamp(58px, 6vw, 88px); }
.about-copy .lead { margin: 34px 0 22px; color: var(--navy); font-size: 27px; font-weight: 700; line-height: 1.5; }
.about-copy > p:not(.eyebrow):not(.lead) { margin: 0 0 35px; color: var(--gray); font-size: 22px; line-height: 1.75; }

.partner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; background: var(--navy-deep); color: white; }
.partner h2 { max-width: 650px; font-size: clamp(50px, 5.5vw, 80px); }
.partner > div:last-child { padding-top: 44px; }
.partner > div:last-child > p { margin: 0 0 26px; color: rgba(255,255,255,.74); font-size: 22px; line-height: 1.7; }
.partner-note { padding: 20px 24px; border-left: 3px solid #d65255; background: rgba(255,255,255,.06); color: white !important; font-size: 18px !important; }

.faq { background: white; }
.faq .section-heading { grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; margin-bottom: 68px; }
.faq .section-heading > p { max-width: 520px; margin-bottom: 0; }
.faq-list { max-width: 1040px; margin-left: auto; }
.faq-list details { padding: 0 4px; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 30px 0 22px; display: flex; justify-content: space-between; gap: 30px; color: var(--navy-deep); font-size: 22px; font-weight: 800; line-height: 1.35; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; color: var(--red); font-size: 28px; line-height: 1; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 880px; margin: 0 58px 34px 0; color: var(--gray); font-size: 21px; line-height: 1.7; }

/* Owner content editor */
.editor-shell { min-height: 100vh; background: #f3f1ed; }
.editor-topbar { position: sticky; z-index: 80; top: 0; height: 82px; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #d8d8d4; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.editor-brand { display: flex; align-items: center; gap: 11px; }
.editor-brand img { width: 36px; height: 48px; object-fit: contain; }
.editor-brand span { display: grid; gap: 2px; }
.editor-brand b { color: var(--navy); letter-spacing: .16em; }
.editor-brand small { color: var(--gray); font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.editor-actions { display: flex; align-items: center; gap: 10px; }
.save-status { margin-right: 8px; color: #6f746f; font-size: 12px; font-weight: 800; }
.save-status.dirty { color: var(--red); }
.editor-button { min-height: 42px; padding: 11px 17px; border: 1px solid #c7c9d0; border-radius: 999px; background: white; color: var(--navy); font-size: 13px; font-weight: 900; cursor: pointer; }
.editor-button.publish { border-color: var(--red); background: var(--red); color: white; }
.editor-button:disabled { opacity: .55; cursor: wait; }
.editor-layout { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 250px minmax(0, 1fr); }
.editor-sidebar { position: sticky; top: 82px; height: calc(100vh - 82px); padding: 34px 22px; display: flex; flex-direction: column; gap: 7px; border-right: 1px solid #dbdad6; background: var(--navy-deep); color: white; }
.editor-sidebar p { margin: 0 10px 26px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; }
.editor-sidebar p b { color: white; }
.editor-sidebar button { padding: 13px 14px; border: 0; border-radius: 10px; background: transparent; color: rgba(255,255,255,.68); font-size: 14px; font-weight: 800; text-align: left; cursor: pointer; }
.editor-sidebar button.active, .editor-sidebar button:hover { background: rgba(255,255,255,.1); color: white; }
.editor-sidebar > a { margin-top: auto; padding: 14px; color: rgba(255,255,255,.75); font-size: 12px; font-weight: 800; }
.editor-workspace { width: min(1040px, calc(100% - 64px)); margin: 0 auto; padding: 62px 0 100px; }
.editor-heading { margin-bottom: 34px; }
.editor-heading > p { margin: 0 0 12px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.editor-heading h1 { margin: 0 0 12px; font-size: clamp(38px, 5vw, 64px); font-weight: 400; letter-spacing: -.05em; }
.editor-heading > span { color: var(--gray); line-height: 1.5; }
.editor-heading .editor-button { margin-top: 18px; }
.editor-card { margin-bottom: 22px; padding: 30px; border: 1px solid #dbd9d4; border-radius: 24px; background: white; box-shadow: 0 10px 30px rgba(17,26,55,.035); }
.editor-card h2 { margin: 0 0 24px; color: var(--navy-deep); font-size: 25px; }
.editor-field { margin-bottom: 20px; display: grid; gap: 8px; }
.editor-field:last-child { margin-bottom: 0; }
.editor-field > span { color: #555b67; font-size: 12px; font-weight: 900; }
.editor-field input, .editor-field textarea, .editor-field select { width: 100%; padding: 13px 14px; border: 1px solid #cfd1d7; border-radius: 10px; background: #fbfbfa; color: var(--navy-deep); line-height: 1.5; }
.editor-field textarea { resize: vertical; }
.editor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.editor-grid.three { grid-template-columns: repeat(3, 1fr); }
.image-picker { display: grid; grid-template-columns: 160px 1fr; gap: 16px; align-items: center; }
.image-picker img { width: 160px; height: 92px; border-radius: 10px; object-fit: cover; }
.course-editor { padding: 0; overflow: hidden; }
.course-editor > summary { padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; }
.course-editor > summary::-webkit-details-marker { display: none; }
.course-editor > summary span { display: grid; gap: 5px; }
.course-editor > summary small { color: var(--red); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.course-editor > summary b { font-size: 22px; }
.course-editor > summary i { color: var(--navy); font-size: 13px; font-style: normal; font-weight: 900; }
.course-editor-fields { padding: 28px; border-top: 1px solid var(--line); background: #faf9f7; }
.faq-editor > div:first-child { margin-bottom: 18px; display: flex; justify-content: space-between; }
.faq-editor > div:first-child button { border: 0; background: transparent; color: var(--red); font-size: 12px; font-weight: 900; cursor: pointer; }
.history-list { display: grid; gap: 10px; }
.history-list article { padding: 18px 20px; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.history-list article > span { padding: 7px 9px; border-radius: 999px; background: var(--mist); color: var(--navy); font-size: 10px; font-weight: 900; text-align: center; text-transform: uppercase; }
.history-list article > span.published { background: #e5f2e7; color: #2a6a36; }
.history-list article div { display: grid; gap: 4px; }
.history-list article small { color: var(--gray); }
.history-list article button { border: 0; background: transparent; color: var(--navy); font-size: 12px; font-weight: 900; cursor: pointer; }
.editor-denied { min-height: 100vh; padding: 10vw; background: var(--navy-deep); color: white; }
.editor-denied h1 { font-size: clamp(42px, 7vw, 82px); }
.editor-denied p { color: rgba(255,255,255,.7); }
.editor-denied a { display: inline-block; margin-top: 25px; border-bottom: 1px solid white; }

.final-cta { text-align: center; }
.final-cta h2 { margin-bottom: 50px; }
.final-cta > div { display: flex; justify-content: center; gap: 14px; }
footer { padding: 64px max(32px, calc((100vw - 1240px) / 2)) 90px; display: grid; grid-template-columns: 1fr auto; gap: 44px; border-top: 1px solid var(--line); background: white; }
footer .footer-links { display: flex; gap: 28px; align-items: center; color: var(--navy); font-size: 15px; font-weight: 800; }
.footer-link-button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
footer > p { grid-column: 1 / -1; margin: 0; color: var(--gray); font-size: 12px; line-height: 1.7; }
.mobile-cta { display: none; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; padding: 24px; display: grid; place-items: center; overflow-y: auto; background: rgba(9,16,37,.78); backdrop-filter: blur(10px); }
.modal { position: relative; width: min(660px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 56px; border-radius: 34px; background: var(--warm); box-shadow: var(--shadow); }
.modal-close { position: absolute; top: 22px; right: 24px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: white; color: var(--navy); font-size: 28px; line-height: 1; cursor: pointer; }
.modal h2 { margin: 0; font-size: clamp(38px, 6vw, 58px); font-weight: 400; letter-spacing: -.045em; line-height: 1.05; }
.progress { height: 4px; margin: 0 0 34px; overflow: hidden; border-radius: 4px; background: #d8dce6; }
.progress span { display: block; height: 100%; background: var(--red); transition: width .3s; }
.quiz-options { display: grid; gap: 10px; margin-top: 34px; }
.quiz-options button { min-height: 62px; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; border: 1px solid #ccd0da; border-radius: 16px; background: white; color: var(--navy-deep); font-size: 18px; font-weight: 700; text-align: left; cursor: pointer; }
.quiz-options button:hover { border-color: var(--navy); color: var(--navy); transform: translateX(3px); }
.quiz-back { margin-top: 22px; padding: 10px 0; border: 0; background: transparent; color: var(--gray); font-size: 15px; font-weight: 800; cursor: pointer; }
.result-level { display: inline-block; margin-bottom: 24px; padding: 9px 14px; border-radius: 999px; background: var(--mist); color: var(--navy); font-size: 12px; font-weight: 800; }
.quiz-result > p:not(.eyebrow):not(.result-why) { color: var(--gray); font-size: 22px; line-height: 1.6; }
.result-meta, .registration-summary { margin: 28px 0; padding: 20px 0; display: flex; gap: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--gray); }
.result-meta b, .registration-summary b { color: var(--navy); }
.result-why { margin-bottom: 28px; padding: 18px; background: white; color: #656a74; font-size: 18px; line-height: 1.6; }
.result-why b { color: var(--navy-deep); }
.quiz-result .button { width: 100%; }
.registration { display: grid; gap: 18px; }
.registration .eyebrow { margin-bottom: 0; }
.registration label { display: grid; gap: 7px; color: var(--navy-deep); font-size: 12px; font-weight: 800; }
.registration input:not([type="checkbox"]), .registration select { width: 100%; height: 54px; padding: 0 15px; border: 1px solid #c8ccd5; border-radius: 12px; background: white; color: var(--navy-deep); }
.registration .checkbox { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px; color: #666b74; font-weight: 500; line-height: 1.4; }
.registration .checkbox input { margin-top: 2px; }
.registration .button { width: 100%; }
.registration small { color: #82858d; line-height: 1.5; }
.test-note { margin: -12px 0 0; padding: 12px 15px; border-left: 3px solid var(--red); background: #fff; color: #686d76; font-size: 12px; line-height: 1.5; }
.success-state { padding: 28px 0 12px; text-align: center; }
.success-state > span { width: 68px; height: 68px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 28px; }
.success-state p:not(.eyebrow) { margin: 25px 0 30px; color: var(--gray); font-size: 20px; line-height: 1.6; }
.gear-coming-soon > p:not(.eyebrow) { margin: 28px 0; color: var(--gray); font-size: 22px; line-height: 1.7; }
.gear-list { margin-bottom: 30px; display: flex; flex-wrap: wrap; gap: 9px; }
.gear-list span { padding: 10px 13px; border: 1px solid #ccd0da; border-radius: 999px; background: white; color: var(--navy); font-size: 12px; font-weight: 800; }

/* Class library, schedule, and registration experience */
.back-link { display: inline-flex; margin-bottom: 56px; color: inherit; font-size: 15px; font-weight: 900; opacity: .72; }
.not-found { min-height: 65vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.not-found h1 { max-width: 850px; margin: 0 0 28px; font-size: clamp(52px, 7vw, 98px); font-weight: 400; letter-spacing: -.06em; line-height: .98; }
.not-found > p:not(.eyebrow) { margin: 0 0 30px; color: var(--gray); font-size: 21px; }
.course-card { transition: transform .25s ease, box-shadow .25s ease; }
.course-card:hover { transform: translateY(-5px); box-shadow: 0 24px 58px rgba(17,26,55,.1); }
.course-card:hover .course-image img { transform: scale(1.025); }
.course-image img { transition: transform .4s ease; }
.course-card h3 a:hover, .card-action:hover { color: var(--red); }
.card-action { justify-content: space-between; }

.course-hero { min-height: 720px; display: grid; grid-template-columns: .92fr 1.08fr; background: var(--navy-deep); color: white; }
.course-hero-image { min-height: 720px; overflow: hidden; }
.course-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.course-hero-copy { padding: 80px max(42px, calc((100vw - 1240px) / 2)) 80px 80px; display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 90% 110%, rgba(68,87,150,.68), transparent 48%), #111a37; }
.course-hero-copy .eyebrow { color: #d9deed; }
.course-hero-copy h1 { max-width: 780px; margin: 0; font-size: clamp(68px, 7vw, 112px); font-weight: 700; letter-spacing: -.065em; line-height: .9; }
.course-hero-copy > p:not(.eyebrow) { max-width: 780px; margin: 38px 0; color: rgba(255,255,255,.75); font-size: 24px; line-height: 1.65; }
.course-hero-facts { margin: 0 0 36px; padding: 25px 0; display: flex; gap: 44px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.course-hero-facts span { display: grid; gap: 7px; }
.course-hero-facts small { color: rgba(255,255,255,.5); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.course-hero-facts b { font-size: 17px; }
.course-hero-copy .button { align-self: flex-start; }
.course-overview { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; background: white; }
.course-overview h2, .detail-panel h2, .readiness h2, .course-dates h2 { margin: 0; font-size: clamp(52px, 5.5vw, 82px); font-weight: 400; letter-spacing: -.06em; line-height: .97; }
.course-overview > p { margin: 48px 0 0; color: #5e6470; font-size: 23px; line-height: 1.8; }
.course-curriculum { padding-top: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; background: white; }
.detail-panel { min-height: 660px; padding: 72px; border: 1px solid #cdd1da; border-radius: 34px; background: var(--warm); }
.detail-panel h2 { max-width: 520px; }
.detail-panel ul { margin: 54px 0 0; padding: 0; display: grid; gap: 0; list-style: none; }
.detail-panel li { padding: 19px 0; display: grid; grid-template-columns: 30px 1fr; gap: 13px; border-top: 1px solid #d6d6d3; color: #5f6570; font-size: 18px; line-height: 1.5; }
.detail-panel li span { color: var(--red); font-weight: 900; }
.detail-panel.gear-panel { background: var(--navy); color: white; }
.detail-panel.gear-panel .eyebrow { color: #e0e4ef; }
.detail-panel.gear-panel li { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.76); }
.detail-panel.gear-panel li span { color: #ef777a; }
.readiness { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.readiness-grid { display: grid; gap: 14px; }
.readiness-grid article { padding: 30px 34px; border: 1px solid #d2d3d5; border-radius: 18px; background: white; }
.readiness-grid small { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.readiness-grid p { margin: 12px 0 0; color: #5d626d; font-size: 19px; line-height: 1.6; }
.course-dates { background: #eeece8; }
.date-choice-grid { display: grid; gap: 12px; }
.date-choice-grid article { padding: 26px 28px; display: grid; grid-template-columns: 82px 1fr auto; gap: 26px; align-items: center; border: 1px solid #d0d1d3; border-radius: 22px; background: white; }
.date-badge { width: 76px; height: 76px; display: grid; place-content: center; text-align: center; border-radius: 18px; background: var(--navy); color: white; }
.date-badge strong { font-size: 29px; line-height: 1; }
.date-badge span { margin-top: 5px; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.date-choice-grid article p { margin: 0 0 5px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.date-choice-grid h3 { margin: 0 0 6px; font-size: 25px; }
.date-choice-grid article > div:nth-child(2) > span { color: var(--gray); font-size: 15px; }
.date-choice-action { display: grid; justify-items: end; gap: 9px; }
.date-choice-action small { color: var(--gray); font-size: 11px; }

.schedule-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; background: var(--navy-deep); color: white; }
.schedule-hero h1 { max-width: 760px; margin: 0; font-size: clamp(70px, 8vw, 118px); line-height: .88; letter-spacing: -.07em; }
.schedule-hero > p { max-width: 600px; margin: 0 0 7px; color: rgba(255,255,255,.7); font-size: 22px; line-height: 1.7; }
.utah-map-section { background: #eceae6; }
.map-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.map-toolbar h2, .schedule-list-heading h2 { margin: 0; font-size: clamp(54px, 6vw, 88px); font-weight: 400; letter-spacing: -.06em; line-height: .96; }
.map-all { min-height: 48px; padding: 12px 18px; border: 1px solid #bfc2ca; border-radius: 999px; background: transparent; color: var(--navy); font-weight: 900; cursor: pointer; }
.map-all.active, .map-all:hover { background: var(--navy); color: white; }
.utah-map-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; }
.utah-map { position: relative; min-height: 650px; overflow: hidden; border-radius: 34px; background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.72), transparent 23%), linear-gradient(155deg, #c9d4c6, #e3dac7 54%, #c3cbbf); box-shadow: inset 0 0 0 1px rgba(17,26,55,.12); }
.utah-state-map { position: absolute; top: -2%; left: 50%; width: min(112%, 940px); aspect-ratio: 500 / 330; transform: translateX(-50%); }
.utah-state-art { display: block; width: 100%; height: 100%; overflow: visible; }
.utah-state-fill { opacity: .66; }
.utah-state-border { fill: none; stroke: rgba(40,55,48,.58); stroke-width: 4; stroke-linejoin: round; }
.great-salt-lake, .utah-lake { fill: #8faab4; opacity: .9; stroke: rgba(71,98,107,.3); stroke-width: 1.5; }
.map-pin { position: absolute; z-index: 3; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; cursor: pointer; transform: translate(-50%, -100%); }
.map-pin > span { position: absolute; inset: 0; border: 4px solid white; border-radius: 50% 50% 50% 4px; background: var(--red); box-shadow: 0 8px 22px rgba(17,26,55,.25); transform: rotate(-45deg); transition: transform .2s, background .2s; }
.map-pin > span::after { content: ""; position: absolute; width: 9px; height: 9px; top: 50%; left: 50%; border-radius: 50%; background: white; transform: translate(-50%,-50%); }
.map-pin b { position: absolute; left: 50%; top: 49px; width: max-content; padding: 6px 9px; border-radius: 8px; background: rgba(255,255,255,.94); color: var(--navy-deep); font-size: 11px; box-shadow: 0 5px 16px rgba(17,26,55,.14); transform: translateX(-50%); }
.map-pin[data-venue="lee-kay"] b { left: auto; right: 30px; top: 15px; transform: none; }
.map-pin[data-venue="armory"] b { left: 32px; top: 16px; transform: none; }
.map-pin:hover > span, .map-pin.active > span { background: var(--navy); transform: rotate(-45deg) scale(1.18); }
.venue-cards { display: grid; gap: 10px; align-content: stretch; }
.venue-cards button { padding: 24px 25px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; border: 1px solid #c8c9c9; border-radius: 20px; background: rgba(255,255,255,.72); color: var(--navy-deep); text-align: left; cursor: pointer; }
.venue-cards button:hover, .venue-cards button.active { border-color: var(--navy); background: var(--navy); color: white; }
.venue-cards span { margin-bottom: 8px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.venue-cards button.active span, .venue-cards button:hover span { color: #f07c80; }
.venue-cards strong { margin-bottom: 7px; font-size: 19px; }
.venue-cards small { color: var(--gray); font-size: 12px; line-height: 1.45; }
.venue-cards button.active small, .venue-cards button:hover small { color: rgba(255,255,255,.62); }
.schedule-list-section { background: white; }
.schedule-list-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.schedule-filters { display: flex; gap: 12px; }
.schedule-filters label { display: grid; gap: 8px; color: var(--gray); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.schedule-filters select { min-width: 190px; min-height: 48px; padding: 0 38px 0 14px; border: 1px solid #c5c7cd; border-radius: 12px; background: white; color: var(--navy-deep); font-size: 14px; font-weight: 700; text-transform: none; }
.filter-summary { margin: 30px 0 12px; color: var(--gray); font-size: 13px; font-weight: 800; }
.running-schedule { border-top: 2px solid var(--navy-deep); }
.running-schedule article { min-height: 164px; padding: 18px 12px; display: grid; grid-template-columns: 130px 1fr 250px auto; gap: 24px; align-items: center; border-bottom: 1px solid var(--navy-deep); }
.schedule-thumb { width: 130px; height: 120px; overflow: hidden; border-radius: 12px; }
.schedule-thumb img { width: 100%; height: 100%; object-fit: cover; }
.schedule-event-main > p { margin: 0 0 8px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.schedule-event-main h3 { margin: 0 0 7px; font-size: 25px; }
.schedule-event-main > span { color: var(--gray); font-size: 14px; }
.read-more { margin-top: 15px; display: inline-flex; gap: 12px; color: var(--navy); font-size: 13px; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.schedule-event-date { display: grid; gap: 8px; }
.schedule-event-date small { color: var(--red); font-weight: 900; text-transform: uppercase; }
.schedule-event-date strong { font-size: 18px; }
.schedule-event-date span { color: var(--gray); font-size: 13px; }
.running-schedule .button { min-width: 138px; }
.empty-schedule { padding: 80px 20px; text-align: center; }
.empty-schedule h3 { margin: 0 0 10px; font-size: 34px; }
.empty-schedule p { color: var(--gray); }

.checkout-header { padding-top: 72px; padding-bottom: 72px; display: flex; align-items: end; justify-content: space-between; gap: 60px; background: white; }
.checkout-header .back-link { margin-bottom: 38px; color: var(--navy); }
.checkout-header h1 { max-width: 800px; margin: 0; font-size: clamp(62px, 7vw, 102px); font-weight: 400; letter-spacing: -.065em; line-height: .92; }
.checkout-progress { display: flex; gap: 7px; }
.checkout-progress span { min-width: 100px; display: grid; gap: 7px; color: #a0a2a8; }
.checkout-progress span::before { content: ""; height: 3px; border-radius: 4px; background: #d6d7da; }
.checkout-progress span.active { color: var(--navy); }
.checkout-progress span.active::before { background: var(--red); }
.checkout-progress b { font-size: 12px; }
.checkout-progress small { font-size: 11px; font-weight: 800; }
.checkout-layout { padding-top: 70px; display: grid; grid-template-columns: 380px 1fr; gap: 72px; align-items: start; }
.order-summary { position: sticky; top: 118px; overflow: hidden; border: 1px solid #d0d1d3; border-radius: 26px; background: white; }
.order-summary > img { width: 100%; height: 210px; object-fit: cover; }
.order-summary > p { margin: 26px 28px 8px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.order-summary h2 { margin: 0 28px 24px; font-size: 34px; }
.order-summary dl { margin: 0 28px; border-top: 1px solid var(--line); }
.order-summary dl div { padding: 17px 0; display: grid; grid-template-columns: 90px 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
.order-summary dt { color: var(--gray); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.order-summary dd { margin: 0; color: var(--navy-deep); font-size: 14px; font-weight: 800; line-height: 1.45; }
.order-summary dd small { display: block; margin-top: 5px; color: var(--gray); font-weight: 500; }
.test-mode-note { margin: 24px 28px 28px; padding: 15px 17px; display: grid; gap: 5px; border-left: 3px solid var(--red); background: #f3f2ef; }
.test-mode-note b { color: var(--red); font-size: 11px; text-transform: uppercase; }
.test-mode-note span { color: var(--gray); font-size: 12px; line-height: 1.45; }
.handoff-key { margin: -12px 28px 28px; display: grid; gap: 5px; color: var(--gray); }
.handoff-key span { font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.handoff-key b { overflow-wrap: anywhere; color: var(--navy); font-size: 12px; }
.checkout-main { min-width: 0; }
.attendee-count { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.attendee-count h2, .payment-preview h2, .checkout-success h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.attendee-count > label { min-width: 125px; display: grid; gap: 8px; color: var(--gray); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.attendee-count select { height: 50px; padding: 0 14px; border: 1px solid #c7c9cf; border-radius: 11px; background: white; }
.attendee-form fieldset { margin: 0 0 18px; padding: 28px; border: 1px solid #cfd1d5; border-radius: 20px; background: white; }
.attendee-form legend { padding: 0 10px; display: flex; align-items: center; gap: 10px; color: var(--navy-deep); font-size: 16px; font-weight: 900; }
.attendee-form legend span { color: var(--red); font-size: 11px; letter-spacing: .12em; }
.attendee-form fieldset > label, .field-grid label { display: grid; gap: 8px; color: #5f646f; font-size: 12px; font-weight: 800; }
.field-grid { margin-bottom: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.attendee-form input:not([type="checkbox"]) { height: 54px; padding: 0 15px; border: 1px solid #c6c9cf; border-radius: 11px; background: #fbfbfa; }
.checkout-check { margin: 24px 0; display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; color: #60656e; font-size: 14px; line-height: 1.5; }
.checkout-check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--red); }
.checkout-next { width: 100%; }
.student-review { margin: 42px 0 0; border-top: 1px solid var(--line); }
.student-review > div { padding: 18px 0; display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); }
.student-review > div > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--mist); color: var(--navy); font-size: 11px; font-weight: 900; }
.student-review p { margin: 0; display: grid; gap: 3px; }
.student-review small { color: var(--gray); }
.order-total { padding: 24px 0; display: flex; justify-content: space-between; font-size: 19px; }
.order-total strong { font-size: 30px; }
.mock-payment-method { padding: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid #c9ccd3; border-radius: 16px; background: white; }
.mock-payment-method > div { display: flex; gap: 13px; align-items: center; }
.mock-payment-method > div > span { padding: 8px 9px; border-radius: 7px; background: var(--navy); color: white; font-size: 9px; font-weight: 900; }
.mock-payment-method p { margin: 0; display: grid; gap: 4px; }
.mock-payment-method small { color: var(--gray); }
.service-handoff { margin: 18px 0 0; display: grid; border-top: 1px solid var(--line); }
.service-handoff > div { padding: 18px 0; display: grid; grid-template-columns: 38px 1fr; gap: 13px; border-bottom: 1px solid var(--line); }
.service-handoff > div > span { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.service-handoff p { margin: 0; display: grid; gap: 5px; }
.service-handoff small { color: var(--gray); line-height: 1.5; }
.payment-actions, .success-actions { display: flex; gap: 12px; justify-content: flex-end; }
.payment-actions .button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.checkout-success { padding: 30px 0; text-align: center; }
.success-check { width: 76px; height: 76px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 34px; }
.checkout-success > p:not(.eyebrow) { max-width: 700px; margin: 28px auto; color: var(--gray); font-size: 20px; line-height: 1.6; }
.automation-preview { margin: 38px 0; padding: 32px; border: 1px solid #d0d1d5; border-radius: 22px; background: white; text-align: left; }
.automation-preview h3 { margin: 0 0 18px; font-size: 22px; }
.automation-preview ol { margin: 0; padding: 0; display: grid; list-style: none; }
.automation-preview li { padding: 16px 0; display: grid; grid-template-columns: 40px 1fr; gap: 12px; border-top: 1px solid var(--line); }
.automation-preview li > span { color: var(--red); font-size: 11px; font-weight: 900; }
.automation-preview li div { display: grid; gap: 4px; }
.automation-preview li small { color: var(--gray); }
.checkout-success .success-actions { justify-content: center; }
.secure-handoff-note { max-width: 440px; padding: 22px 25px; display: grid; gap: 7px; border-left: 3px solid var(--red); background: var(--warm); }
.secure-handoff-note b { color: var(--navy); font-size: 14px; }
.secure-handoff-note span { color: var(--gray); font-size: 13px; line-height: 1.55; }
.secure-booking-shell { min-width: 0; }
.secure-booking-heading { margin-bottom: 28px; }
.secure-booking-heading h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.secure-booking-heading > p:not(.eyebrow) { max-width: 720px; margin: 24px 0 0; color: var(--gray); font-size: 18px; line-height: 1.65; }
.secure-booking-shell iframe { width: 100%; min-height: 820px; margin-bottom: 18px; border: 1px solid #cfd1d5; border-radius: 22px; background: white; }

/* Owner launch control */
.launch-shell { min-height: 100vh; background: #f2f0ec; color: var(--navy-deep); }
.launch-header { min-height: 62px; padding: 0 max(24px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.16); background: var(--navy-deep); color: rgba(255,255,255,.75); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.launch-header a:hover { color: white; }
.launch-hero { padding: 92px max(32px, calc((100vw - 1240px) / 2)) 78px; background: radial-gradient(circle at 80% 120%, rgba(68,87,150,.66), transparent 44%), var(--navy-deep); color: white; }
.launch-hero > p, .launch-section-heading p, .launch-footer p:first-child { margin: 0 0 18px; color: #ef777a; font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.launch-hero h1 { margin: 0; font-size: clamp(68px, 9vw, 128px); font-weight: 400; letter-spacing: -.07em; line-height: .9; }
.launch-hero > span { max-width: 760px; margin-top: 30px; display: block; color: rgba(255,255,255,.7); font-size: 21px; line-height: 1.6; }
.launch-status-grid { padding: 0 max(32px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); background: var(--navy-deep); }
.launch-status-grid article { min-height: 190px; padding: 34px 28px; display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.16); border-right: 1px solid rgba(255,255,255,.16); color: white; }
.launch-status-grid article:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.launch-status-grid small { color: #ef777a; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.launch-status-grid b { margin: 20px 0 10px; font-size: 21px; line-height: 1.2; }
.launch-status-grid span { margin-top: auto; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.45; }
.launch-section { padding: 110px max(32px, calc((100vw - 1240px) / 2)); }
.launch-section-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; }
.launch-section-heading h2 { margin: 0; font-size: clamp(50px, 6vw, 82px); font-weight: 400; letter-spacing: -.06em; line-height: .96; }
.launch-section-heading > span { color: var(--gray); font-size: 18px; line-height: 1.7; }
.calendar-matrix { border-top: 2px solid var(--navy-deep); }
.calendar-matrix article { min-height: 92px; padding: 18px 12px; display: grid; grid-template-columns: 140px 1fr 300px; gap: 22px; align-items: center; border-bottom: 1px solid #c7c7c3; }
.calendar-matrix article > span { width: max-content; padding: 8px 11px; border-radius: 999px; background: #efe2dd; color: var(--red); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.calendar-matrix article > span.ready { background: #dcebdc; color: #246632; }
.calendar-matrix article > div { display: grid; gap: 6px; }
.calendar-matrix article b { font-size: 18px; }
.calendar-matrix article small { color: var(--gray); }
.calendar-matrix code { color: #747985; font-size: 12px; text-align: right; }
.launch-workflow-section { background: white; }
.launch-workflow { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.launch-workflow li { min-height: 180px; padding: 30px; display: grid; grid-template-columns: 36px 1fr; gap: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.launch-workflow li > span { color: var(--red); font-size: 11px; font-weight: 900; }
.launch-workflow li div { display: grid; align-content: start; gap: 12px; }
.launch-workflow li b { font-size: 22px; }
.launch-workflow li small { color: var(--gray); font-size: 15px; line-height: 1.6; }
.launch-footer { padding: 54px max(32px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: .45fr 1fr; gap: 80px; align-items: center; background: var(--navy); color: white; }
.launch-footer div b { font-size: 28px; }
.launch-footer > p { margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }

@media (max-width: 1000px) {
  .nav-links { gap: 20px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 690px; padding-right: max(48px, calc((100vw - 1240px) / 2)); }
  .hero-visual { height: 520px; }
  .schedule-copy { padding-left: 54px; }
  .course-hero { grid-template-columns: .8fr 1.2fr; }
  .course-hero-copy { padding-left: 50px; }
  .course-curriculum { grid-template-columns: 1fr; }
  .detail-panel { min-height: 0; }
  .utah-map-layout { grid-template-columns: 1fr; }
  .venue-cards { grid-template-columns: 1fr 1fr; }
  .running-schedule article { grid-template-columns: 110px 1fr auto; }
  .running-schedule article > .button { grid-column: 2 / -1; justify-self: end; }
  .schedule-thumb { width: 110px; }
  .checkout-layout { grid-template-columns: 320px 1fr; gap: 38px; }
  .launch-status-grid { grid-template-columns: 1fr 1fr; }
  .launch-workflow { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  body { padding-bottom: 76px; }
  .prototype-bar { justify-content: center; text-align: center; }
  .prototype-bar span:last-child { display: none; }
  .nav-wrap { width: calc(100% - 32px); height: 86px; }
  .brand { min-width: 0; gap: 12px; }
  .brand img { width: 46px; height: 58px; }
  .brand strong { font-size: 20px; }
  .brand small { font-size: 13px; }
  .menu-button { display: block; }
  .nav-links { position: absolute; left: 16px; right: 16px; top: 74px; padding: 22px; display: none; align-items: stretch; flex-direction: column; gap: 4px; border: 1px solid #d3d5dc; border-radius: 22px; background: var(--warm); box-shadow: var(--shadow); font-size: 22px; }
  .nav-links.open { display: flex; }
  .nav-links a, .nav-link-button { padding: 13px 4px; }
  .hero { min-height: 0; }
  .hero-visual { order: -1; height: 340px; }
  .hero-visual figcaption { display: none; }
  .hero-copy { min-height: 0; padding: 52px 26px 66px; }
  .status-pill { margin-bottom: 46px; font-size: 10px; }
  .hero h1 { font-size: clamp(50px, 15.5vw, 74px); }
  .hero-intro { margin: 28px 0; font-size: 25px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .section-pad { padding: 90px 26px; }
  .eyebrow, .hero .eyebrow, main > section.section-pad .eyebrow.red { margin-bottom: 25px; font-size: 22px; }
  .finder-prompt, .section-heading, .stories-prompt, .about, .partner { grid-template-columns: 1fr; gap: 42px; }
  .section-heading { margin-bottom: 42px; }
  .faq .section-heading { grid-template-columns: 1fr; gap: 30px; margin-bottom: 44px; }
  .faq-list { max-width: none; margin-left: 0; }
  .faq-list details { padding: 0; }
  .faq-list summary { padding: 24px 0 18px; font-size: 20px; }
  .faq-list details p { margin: 0 44px 28px 0; font-size: 19px; line-height: 1.65; }
  .section-heading h2, .finder-prompt h2, .stories-prompt h2, .testimonials-page-heading h2, .testimonial-cta h2, .schedule h2, .about h2, .partner h2, .final-cta h2 { font-size: clamp(46px, 14vw, 72px); }
  .section-heading > p, .finder-copy p { font-size: 21px; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card { border-radius: 28px; }
  .course-image { height: 220px; }
  .course-content { padding: 28px 26px 30px; }
  .course-track { margin-bottom: 38px; }
  .course-card h3 { font-size: 38px; }
  .course-promise { min-height: 0; }
  .course-meta { flex-wrap: wrap; gap: 10px 22px; padding: 14px 0; }
  .schedule { grid-template-columns: 1fr; padding: 0; }
  .schedule-image { height: 360px; min-height: 0; margin: 0; }
  .schedule-copy { padding: 70px 26px 80px; }
  .stories-prompt-copy p { font-size: 21px; }
  .stories-prompt-copy .button { width: 100%; }
  .testimonials-hero { min-height: 0; grid-template-columns: 1fr; }
  .testimonials-hero-image { order: -1; height: 390px; }
  .testimonials-hero-image figcaption { display: none; }
  .testimonials-hero-copy { padding: 58px 26px 72px; }
  .testimonials-hero-copy h1 { font-size: clamp(58px, 17vw, 86px); }
  .testimonials-hero-copy > p:not(.eyebrow) { font-size: 21px; }
  .testimonials-page-heading { margin-bottom: 42px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 0; padding: 34px 28px 30px; border-radius: 26px; }
  .testimonial-card blockquote { margin: 8px 0 34px; font-size: 21px; line-height: 1.6; }
  .quote-mark { height: 52px; font-size: 82px; }
  .testimonial-cta > div { flex-direction: column; }
  .about-image { height: 570px; }
  .partner > div:last-child { padding-top: 0; }
  .final-cta > div { flex-direction: column; }
  footer { padding: 55px 26px 70px; grid-template-columns: 1fr; }
  footer .footer-links { flex-wrap: wrap; }
  footer > p { grid-column: 1; }
  .mobile-cta { position: fixed; z-index: 45; left: 12px; right: 12px; bottom: 12px; height: 58px; display: flex; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 999px; background: var(--red); color: white; font-size: 18px; font-weight: 900; box-shadow: 0 12px 35px rgba(71,9,12,.34); }
  .modal-backdrop { padding: 10px; align-items: end; }
  .modal { width: 100%; max-height: calc(100vh - 20px); padding: 48px 24px 28px; border-radius: 28px 28px 20px 20px; }
  .modal-close { top: 14px; right: 15px; }
  .modal h2 { font-size: 42px; }
  .editor-topbar { height: auto; min-height: 82px; padding: 14px 16px; align-items: flex-start; }
  .editor-brand small { display: none; }
  .editor-actions { flex-wrap: wrap; justify-content: flex-end; }
  .save-status { width: 100%; margin: 0; text-align: right; }
  .editor-actions .editor-button:first-of-type { display: none; }
  .editor-layout { display: block; }
  .editor-sidebar { position: sticky; z-index: 50; top: 82px; width: 100%; height: auto; padding: 10px 16px; flex-direction: row; overflow-x: auto; border: 0; }
  .editor-sidebar p, .editor-sidebar > a { display: none; }
  .editor-sidebar button { flex: 0 0 auto; white-space: nowrap; }
  .editor-workspace { width: calc(100% - 32px); padding: 42px 0 80px; }
  .editor-card { padding: 22px 18px; border-radius: 18px; }
  .editor-grid, .editor-grid.three { grid-template-columns: 1fr; gap: 0; }
  .image-picker { grid-template-columns: 1fr; }
  .image-picker img { width: 100%; height: 180px; }
  .course-editor { padding: 0; }
  .course-editor > summary { align-items: flex-start; }
  .course-editor > summary i { text-align: right; }
  .course-editor-fields { padding: 22px 18px; }
  .history-list article { grid-template-columns: 80px 1fr; }
  .history-list article button { grid-column: 2; text-align: left; }
  .back-link { margin-bottom: 34px; }
  .course-hero { grid-template-columns: 1fr; }
  .course-hero-image { min-height: 0; height: 350px; }
  .course-hero-copy { padding: 55px 26px 70px; }
  .course-hero-copy h1 { font-size: clamp(58px, 18vw, 86px); }
  .course-hero-copy > p:not(.eyebrow) { font-size: 21px; }
  .course-hero-facts { flex-wrap: wrap; gap: 24px 34px; }
  .course-overview, .readiness { grid-template-columns: 1fr; gap: 34px; }
  .course-overview > p { margin-top: 0; font-size: 20px; }
  .course-curriculum { padding-top: 0; }
  .detail-panel { padding: 42px 26px; border-radius: 25px; }
  .detail-panel li { font-size: 17px; }
  .date-choice-grid article { grid-template-columns: 68px 1fr; gap: 18px; }
  .date-badge { width: 66px; height: 66px; }
  .date-choice-action { grid-column: 1 / -1; justify-items: stretch; }
  .schedule-hero { grid-template-columns: 1fr; gap: 34px; }
  .schedule-hero h1 { font-size: clamp(66px, 19vw, 94px); }
  .map-toolbar, .schedule-list-heading { align-items: stretch; flex-direction: column; }
  .utah-map { min-height: 350px; border-radius: 25px; }
  .utah-state-map { top: 1%; width: 132%; }
  .venue-cards { grid-template-columns: 1fr; }
  .schedule-filters { flex-direction: column; }
  .schedule-filters select { width: 100%; }
  .running-schedule article { padding: 22px 0; grid-template-columns: 96px 1fr; gap: 18px; }
  .schedule-thumb { width: 96px; height: 105px; }
  .schedule-event-date { grid-column: 2; }
  .running-schedule article > .button { grid-column: 1 / -1; width: 100%; }
  .checkout-header { align-items: stretch; flex-direction: column; }
  .checkout-progress span { min-width: 0; flex: 1; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .attendee-count { align-items: stretch; flex-direction: column; }
  .field-grid { grid-template-columns: 1fr; }
  .payment-actions, .success-actions { flex-direction: column; }
  .secure-handoff-note { max-width: none; }
  .secure-booking-shell iframe { min-height: 720px; }
  .launch-header { padding: 16px 20px; }
  .launch-header span { display: none; }
  .launch-hero { padding: 70px 26px 62px; }
  .launch-status-grid { padding: 0 26px 50px; grid-template-columns: 1fr; }
  .launch-status-grid article, .launch-status-grid article:first-child { min-height: 160px; border-left: 1px solid rgba(255,255,255,.16); }
  .launch-section { padding: 82px 26px; }
  .launch-section-heading { grid-template-columns: 1fr; gap: 28px; }
  .calendar-matrix article { grid-template-columns: 1fr; gap: 12px; }
  .calendar-matrix code { text-align: left; overflow-wrap: anywhere; }
  .launch-workflow { grid-template-columns: 1fr; }
  .launch-footer { padding: 50px 26px; grid-template-columns: 1fr; gap: 30px; }
}

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

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
