:root {
  --cream: #f4f0e7;
  --paper: #fffdf8;
  --ink: #112b3b;
  --green: #123a59;
  --green-2: #245878;
  --deep-green: #0a2940;
  --sage: #9fafb9;
  --rust: #ad4f36;
  --gold: #c4b55f;
  --line: #dcd6ca;
  --muted: #68736f;
  --shadow: 0 22px 60px rgb(12 42 62 / 12%);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; }
.shell { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 106px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px;
  color: var(--ink); background: white; border-radius: 8px; transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: absolute; z-index: 10; inset: 0 0 auto; color: white;
  border-bottom: 1px solid rgb(255 255 255 / 14%);
}
.nav-wrap { min-height: 108px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 14px; color: inherit; text-decoration: none; }
.brand-copy { display: grid; gap: 3px; line-height: 1; }
.brand-copy strong { font-size: 28px; font-weight: 820; letter-spacing: -.04em; }
.brand-copy small { max-width: 285px; color: rgb(255 255 255 / 62%); font-size: 9px; font-weight: 650; line-height: 1.25; letter-spacing: .01em; }
.brand em { color: #d7c96d; font-style: normal; }
.brand-mark { width: 46px; height: 46px; flex: 0 0 auto; border-radius: 10px; object-fit: cover; box-shadow: 0 7px 20px rgb(0 0 0 / 18%); }
.site-header .brand-copy strong { font-size: 42px; }
.site-header .brand-copy small { font-size: 10.5px; }
.site-header .brand-mark { width: 58px; height: 58px; border-radius: 13px; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: 13px; margin-left: auto; }
.desktop-nav a { max-width: 112px; text-decoration: none; color: rgb(255 255 255 / 76%); font-size: 11.5px; font-weight: 740; line-height: 1.25; text-align: center; }
.desktop-nav a:hover { color: white; }
.nav-cta { text-decoration: none; font-size: 12px; font-weight: 800; padding: 10px 17px; border: 1px solid rgb(255 255 255 / 36%); border-radius: 999px; }
.nav-cta:hover { border-color: white; background: rgb(255 255 255 / 8%); }

.hero {
  min-height: 900px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 12% 82%, rgb(77 119 150 / 24%), transparent 32%),
    linear-gradient(135deg, #0a2940 0%, #123d5d 58%, #173f5d 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .28; pointer-events: none;
  background-image: linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, black, transparent 74%);
}
.hero::after {
  content: ""; position: absolute; width: 520px; height: 520px; left: -280px; top: 140px;
  border: 1px solid rgb(215 201 109 / 22%); border-radius: 50%; box-shadow: 0 0 0 64px rgb(215 201 109 / 3%), 0 0 0 128px rgb(215 201 109 / 2%);
}
.conference-lines { position: absolute; inset: 115px 3vw 0 auto; width: 48%; opacity: .12; display: flex; justify-content: center; align-items: flex-end; gap: 17px; pointer-events: none; }
.conference-lines span { display: block; width: 68px; border: 1px solid #fff; border-bottom: 0; background: linear-gradient(rgb(255 255 255 / 8%), transparent); }
.conference-lines span:nth-child(1), .conference-lines span:nth-child(5) { height: 52%; }
.conference-lines span:nth-child(2), .conference-lines span:nth-child(4) { height: 70%; }
.conference-lines span:nth-child(3) { height: 88%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(350px, .7fr); gap: 82px; align-items: center; padding-top: 156px; padding-bottom: 102px; }
.hero-copy { min-width: 0; max-width: 850px; }
.eyebrow { margin: 0 0 16px; color: var(--rust); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 850; }
.hero .eyebrow { color: #d8ca72; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { max-width: 850px; margin-bottom: 30px; font-size: clamp(62px, 5.8vw, 92px); line-height: .94; letter-spacing: -.055em; font-weight: 500; }
h1 em { color: #d8ca72; font-weight: 400; }
.hero-lede { max-width: 670px; margin-bottom: 34px; color: rgb(255 255 255 / 76%); font-size: 21px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; padding: 16px 24px; text-decoration: none; cursor: pointer; font-weight: 800; font-size: 14px; }
.button-primary { background: #d7c868; color: #16342e; box-shadow: 0 13px 35px rgb(0 0 0 / 20%); }
.button-primary:hover { background: #e4d778; transform: translateY(-1px); }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-size: 14px; font-weight: 750; text-underline-offset: 5px; }
.hero-link { color: rgb(255 255 255 / 82%); }
.service-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid rgb(255 255 255 / 16%); }
.service-steps span { padding: 17px 12px 0 0; color: rgb(255 255 255 / 64%); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.service-steps span + span { padding-left: 13px; border-left: 1px solid rgb(255 255 255 / 13%); }
.service-steps b { display: block; margin-bottom: 3px; color: #d8ca72; font-family: Georgia, serif; font-size: 12px; font-weight: 500; }
.hero-process { min-width: 0; padding-left: 42px; border-left: 1px solid rgb(255 255 255 / 18%); }
.hero-illustration { position: relative; height: 365px; margin: 0 0 28px; overflow: hidden; background: #0c3150; border: 1px solid rgb(255 255 255 / 16%); border-radius: 3px 42px 3px 3px; box-shadow: 0 24px 55px rgb(0 0 0 / 20%); }
.hero-illustration::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgb(5 24 40 / 72%)); pointer-events: none; }
.hero-illustration img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 12%; filter: saturate(.94) contrast(1.02); }
.hero-illustration figcaption { position: absolute; z-index: 1; right: 15px; bottom: 12px; left: 15px; margin: 0; color: rgb(255 255 255 / 72%); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.process-kicker { margin: 0 0 13px; color: #d8ca72; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: 850; }
.hero-process h2 { margin: 0 0 28px; color: white; font-size: clamp(52px, 4.5vw, 70px); line-height: .88; letter-spacing: -.05em; font-weight: 500; }
.hero-process h2 em { color: #d8ca72; font-weight: 400; }
.hero-process ol { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid rgb(255 255 255 / 15%); }
.hero-process li { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 14px; padding: 16px 0; border-top: 1px solid rgb(255 255 255 / 15%); }
.hero-process svg { width: 30px; height: 30px; fill: none; stroke: #d8ca72; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.hero-process strong { display: block; margin-bottom: 2px; color: white; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-process li span { display: block; color: rgb(255 255 255 / 58%); font-size: 10px; line-height: 1.45; }
.speaker-finder { min-width: 0; padding: 31px; color: var(--ink); background: rgb(255 253 248 / 97%); border: 1px solid rgb(255 255 255 / 60%); border-radius: 24px; box-shadow: 0 32px 80px rgb(0 0 0 / 22%); }
.finder-heading { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.finder-heading p { margin-bottom: 6px; color: var(--rust); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 850; }
.finder-heading h2 { margin-bottom: 5px; font-size: 29px; line-height: 1.08; font-weight: 500; letter-spacing: -.035em; }
.finder-heading span { color: var(--muted); font-size: 11px; }
.speaker-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 17px; padding: 11px 0; }
.speaker-list button { min-width: 0; min-height: 42px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 7px; padding: 8px 2px; border: 0; border-bottom: 1px solid #ece7dc; color: var(--ink); background: transparent; cursor: pointer; text-align: left; }
.speaker-list button:hover { color: var(--rust); }
.speaker-list b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10.5px; }
.speaker-list span { padding: 2px 6px; color: #4e675f; background: #e5eee9; border-radius: 999px; font-size: 7px; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.speaker-list i { color: #8d9792; font-style: normal; font-size: 10px; }
.finder-all { display: flex; justify-content: space-between; padding-top: 14px; text-decoration: none; font-size: 11px; font-weight: 800; }
.finder-all:hover { color: var(--rust); }
.hero-fineprint { position: absolute; z-index: 2; left: 50%; bottom: 22px; transform: translateX(-50%); color: rgb(255 255 255 / 40%); font-size: 9px; }

.home-newsletter-band { padding: 42px 0; background: #e9e5d8; }
.pk-newsletter__eyebrow { margin: 0 0 8px; color: var(--rust); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

.disclosure-strip { color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
.disclosure-inner { min-height: 85px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; }
.disclosure-inner p { margin: 0; color: var(--muted); font-size: 11px; }
.disclosure-inner p:first-child { max-width: none; }
.disclosure-inner strong { color: var(--ink); font-family: Georgia, serif; font-size: 15px; font-weight: 500; }

.section-heading { margin-bottom: 43px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 63px); line-height: 1; letter-spacing: -.048em; font-weight: 500; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.split-heading > p { margin: 0 0 5px; max-width: 450px; justify-self: end; color: var(--muted); font-size: 14px; }

.featured { background: var(--cream); }
.featured-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; min-height: 420px; }
.featured-card { min-width: 0; grid-column: span 4; background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 0 rgb(17 43 59 / 8%); }
.featured-card:nth-child(1) { grid-column: span 7; display: grid; grid-template-columns: 1.02fr .98fr; }
.featured-card:nth-child(2) { grid-column: span 5; }
.featured-card:nth-child(n+3) { grid-column: span 3; }
.featured-card:nth-child(1) .speaker-frame { min-height: 455px; aspect-ratio: auto; }
.featured-card:nth-child(2) .speaker-frame { min-height: 0; }
.featured-content { padding: 25px; }
.featured-card:nth-child(1) .featured-content { padding: 34px 30px; display: flex; flex-direction: column; justify-content: center; }
.card-topline { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.status-badge { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; color: #53625f; background: #e8ece9; border-radius: 999px; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.status-badge.exact { color: #665918; background: #f1e7aa; box-shadow: inset 0 0 0 1px #d9c86c; }
.status-badge.very-close { color: #27603e; background: #deebdf; }
.status-badge.similar-style { color: #415f70; background: #e1ebf0; }
.status-badge.color-alternative { color: #805532; background: #f3e5d6; }
.status-badge.review-pending,.confidence.review-pending { color: #75591a; background: #eee7c2; }
.match-info-icon { position: relative; display: inline-grid; place-items: center; width: 24px; height: 24px; flex: 0 0 24px; padding: 0; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 50%; cursor: help; font-family: Georgia, serif; font-size: 10px; font-weight: 700; line-height: 1; letter-spacing: 0; text-transform: none; }
.match-info-tooltip { position: absolute; z-index: 12; top: calc(100% + 8px); left: 50%; display: none; width: min(260px, 72vw); padding: 10px 11px; transform: translateX(-50%); color: #40504b; background: white; border: 1px solid #d8ded9; border-radius: 9px; box-shadow: 0 12px 34px rgb(17 43 59 / 18%); font-family: Inter, ui-sans-serif, sans-serif; font-size: 9px; font-weight: 500; line-height: 1.5; letter-spacing: 0; text-align: left; text-transform: none; }
.match-info-icon:hover .match-info-tooltip,
.match-info-icon:focus .match-info-tooltip,
.match-info-icon:focus-visible .match-info-tooltip,
.match-info-icon[aria-expanded="true"] .match-info-tooltip { display: block; }
.match-info-icon:focus-visible { outline: 3px solid #dfc84b; outline-offset: 2px; }
.feature-tag { color: #7a827f; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.appearance-label { margin: 17px 0 5px; color: var(--rust); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: 850; }
.featured-content h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 26px; line-height: 1.05; font-weight: 500; letter-spacing: -.025em; }
.featured-note { min-height: 39px; margin-bottom: 17px; color: var(--muted); font-size: 12px; }
.observed { padding-top: 14px; margin-bottom: 19px; border-top: 1px solid #e8e2d8; color: var(--ink); font-size: 11px; }
.observed span, .match-name span { display: block; margin-bottom: 3px; color: var(--muted); text-transform: uppercase; letter-spacing: .11em; font-size: 8px; font-weight: 850; }
.card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button-dark { background: var(--green); color: white; white-space: nowrap; }
.button-dark:hover { background: var(--green-2); }
.source-link { color: var(--muted); font-size: 9px; font-weight: 750; text-underline-offset: 3px; white-space: nowrap; }
.paid-label { margin: 10px 0 0; color: #8a918e; font-size: 7.5px; line-height: 1.35; }
.review-disclosure { position: relative; width: max-content; max-width: 100%; margin-top: 10px; color: #546560; font-size: 8px; }
.review-disclosure summary { display: inline-flex; align-items: center; gap: 5px; max-width: 100%; cursor: pointer; list-style: none; font-weight: 800; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.review-disclosure summary::-webkit-details-marker { display: none; }
.review-disclosure summary > span:first-child { min-width: 0; }
.review-disclosure summary i { display: grid; place-items: center; width: 15px; height: 15px; flex: 0 0 15px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 9px; font-style: normal; font-weight: 700; line-height: 1; text-transform: none; }
.review-disclosure summary .status-tooltip { position: absolute; z-index: 9; top: calc(100% + 7px); left: 0; display: none; width: min(290px, 76vw); padding: 11px 12px; color: #40504b; background: white; border: 1px solid #d8ded9; border-radius: 9px; box-shadow: 0 12px 34px rgb(17 43 59 / 16%); font-size: 9px; font-weight: 500; line-height: 1.5; letter-spacing: 0; text-transform: none; }
.review-disclosure:not([open]) summary:hover .status-tooltip,
.review-disclosure:not([open]) summary:focus-visible .status-tooltip { display: block; }
.review-disclosure[open] summary .status-tooltip { display: none; }
.review-disclosure p { position: absolute; z-index: 8; top: calc(100% + 7px); left: 0; width: min(290px, 76vw); margin: 0; padding: 11px 12px; color: #40504b; background: white; border: 1px solid #d8ded9; border-radius: 9px; box-shadow: 0 12px 34px rgb(17 43 59 / 16%); font-size: 9px; line-height: 1.5; }
.review-disclosure[open] { width: 100%; }
.review-disclosure[open] > p { position: static; width: min(360px, 100%); margin-top: 7px; }
.review-disclosure.review-pending { color: #815638; }
.review-disclosure.review-approved { color: #346245; }

.match-guide { display: grid; grid-template-columns: .8fr 1.7fr; gap: 28px 48px; margin-top: 38px; padding: 31px; color: var(--ink); background: #e9e5d8; border: 1px solid #d6d0c2; border-radius: 18px; }
.match-guide-intro .eyebrow { margin-bottom: 8px; font-size: 8px; }
.match-guide-intro h3 { margin-bottom: 9px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; letter-spacing: -.025em; }
.match-guide-intro > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.match-guide-levels { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 0; }
.match-guide-levels div { position: relative; padding: 11px 12px 11px 18px; background: rgb(255 253 248 / 72%); border-radius: 9px; }
.match-guide-levels div::before { content: ""; position: absolute; top: 15px; left: 8px; width: 5px; height: 5px; border-radius: 50%; background: #7b8985; }
.match-guide-levels .exact::before { background: #b9a541; box-shadow: 0 0 0 3px #f3edcc; }
.match-guide-levels .very-close::before { background: #4f8b61; box-shadow: 0 0 0 3px #e5f0e5; }
.match-guide-levels .similar-style::before { background: #5f8295; box-shadow: 0 0 0 3px #e3edf2; }
.match-guide-levels .color-alternative::before { background: #ba8154; box-shadow: 0 0 0 3px #f6eadf; }
.match-guide-levels dt { margin-bottom: 3px; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.match-guide-levels dd { margin: 0; color: var(--muted); font-size: 8.5px; line-height: 1.45; }
.editorial-status-guide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 17px; border-top: 1px solid #d0cabc; }
.editorial-status-guide > div { padding: 15px 16px; background: rgb(255 253 248 / 72%); border-radius: 9px; }
.editorial-status-guide strong { display: flex; align-items: center; gap: 6px; margin-bottom: 5px; font-family: Georgia, serif; font-size: 13px; font-weight: 500; }
.editorial-status-guide p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.static-info-icon { display: inline-grid; place-items: center; width: 15px; height: 15px; flex: 0 0 15px; border: 1px solid #8f9994; border-radius: 50%; font-family: Georgia, serif; font-size: 9px; font-style: normal; font-weight: 700; line-height: 1; }
.editorial-status-guide .reviewer-cta { grid-column: 1 / -1; padding: 0; background: transparent; }
.reviewer-cta { display: inline-flex; align-items: center; gap: 7px; margin-top: 9px; color: var(--green); font-size: 9px; font-weight: 850; text-underline-offset: 3px; }

.speaker-frame { position: relative; min-height: 0; aspect-ratio: 1.06 / 1; margin: 0; overflow: hidden; background: #123a59; }
.speaker-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 43%; background: linear-gradient(transparent, rgb(10 27 24 / 50%)); pointer-events: none; }
.speaker-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 19%; filter: saturate(.95) contrast(1.02); transition: transform .35s ease; }
.tie-card:hover .speaker-frame img, .featured-card:hover .speaker-frame img { transform: scale(1.01); }
.speaker-frame figcaption { position: absolute; z-index: 2; left: 14px; bottom: 13px; padding: 5px 8px; border: 1px solid rgb(255 255 255 / 35%); color: rgb(255 255 255 / 88%); background: rgb(13 42 60 / 64%); backdrop-filter: blur(5px); border-radius: 999px; font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }

.source-note { background: #dedbc8; border-block: 1px solid #cec9b2; }
.source-note-inner { min-height: 116px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.source-mark { display: grid; place-items: center; width: 47px; height: 47px; color: #d7ca70; background: var(--green); border-radius: 50%; font-size: 23px; }
.source-note strong { display: block; margin-bottom: 3px; font-family: Georgia, serif; font-size: 16px; font-weight: 500; }
.source-note p { margin: 0; max-width: 760px; color: #5d665f; font-size: 11px; }
.source-note a { font-size: 10px; font-weight: 800; text-underline-offset: 4px; white-space: nowrap; }

.expanded-process { background: #e9e5d8; border-bottom: 1px solid #d5d0c0; }
.process-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.process-heading > p { max-width: 430px; margin: 0 0 5px; justify-self: end; color: var(--muted); font-size: 13px; }
.process-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-story-card { position: relative; min-width: 0; overflow: visible; background: var(--paper); border: 1px solid #d9d4c8; border-radius: 20px; box-shadow: 0 1px 0 rgb(17 43 59 / 5%); }
.process-story-card:not(:last-child)::after { content: "→"; position: absolute; z-index: 3; top: 165px; right: -17px; display: grid; place-items: center; width: 32px; height: 32px; color: white; background: var(--rust); border: 4px solid #e9e5d8; border-radius: 50%; font-size: 14px; font-weight: 850; }
.process-visual { position: relative; height: 340px; margin: 0; overflow: hidden; background: #123a59; border-radius: 19px 19px 0 0; }
.process-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.process-visual-portrait { background: #0d3454; }
.process-visual-portrait img { object-fit: contain; object-position: center; transform: scale(1.04); }
.process-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgb(7 31 49 / 56%)); pointer-events: none; }
.process-visual figcaption { position: absolute; z-index: 1; left: 15px; bottom: 13px; padding: 5px 8px; color: white; background: rgb(7 31 49 / 68%); border: 1px solid rgb(255 255 255 / 26%); border-radius: 999px; font-size: 7px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.process-story-copy { padding: 25px; }

.browse-section { background: #f0eee6; border-bottom: 1px solid #dad5c8; }
.browse-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.browse-card { padding: 25px; background: var(--paper); border: 1px solid #ddd8cc; border-radius: 16px; box-shadow: 0 1px 0 rgb(17 43 59 / 5%); }
.browse-card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 21px; font-weight: 500; letter-spacing: -.025em; }
.browse-card > p { min-height: 42px; margin: 0 0 18px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.browse-label { margin: 0 0 7px; color: var(--rust); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.browse-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.browse-actions button, .browse-card > button { min-height: 44px; padding: 8px 13px; border: 1px solid #cfd4cf; color: var(--green); background: #f8f7f2; border-radius: 999px; cursor: pointer; font-size: 9px; font-weight: 800; }
.browse-actions button:hover, .browse-card > button:hover { color: white; background: var(--green); border-color: var(--green); }
.browse-route-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 9px; color: var(--green); font-size: 9px; font-weight: 850; text-underline-offset: 3px; }
.browse-speakers { grid-column: 1 / -1; }
.browse-speaker-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; margin-bottom: 20px; }
.browse-speaker-heading p:last-child { max-width: 420px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.browse-speakers .speaker-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.process-number { margin: 0 0 10px; color: var(--rust); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.process-story-copy h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 25px; line-height: 1.05; font-weight: 500; letter-spacing: -.025em; }
.process-story-copy > p:not(.process-number) { min-height: 62px; margin-bottom: 16px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.process-story-copy > a { color: var(--green); font-size: 9px; font-weight: 850; text-underline-offset: 4px; }
.process-story-copy .process-shop { display: flex; justify-content: space-between; padding: 12px 14px; color: white; background: var(--green); border-radius: 9px; text-decoration: none; font-size: 10px; }
.process-story-copy .process-shop:hover { background: var(--green-2); }
.process-story-copy small { display: block; margin-top: 7px; color: #929895; font-size: 7.5px; }
.process-disclaimer { max-width: 760px; margin: 22px auto 0; color: #7e8783; text-align: center; font-size: 8.5px; }

.catalog-section { background: var(--paper); }
.catalog-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.catalog-heading h2 { font-size: clamp(42px, 4.8vw, 60px); }
.catalog-intro { max-width: 660px; margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.catalog-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; white-space: nowrap; }
.catalog-tools { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 14px 0 21px; margin-bottom: 34px; border-block: 1px solid var(--line); }
.search-box { display: flex; align-items: center; gap: 10px; width: min(350px, 100%); }
.search-box svg { flex: 0 0 20px; width: 20px; fill: none; stroke: #6b7673; stroke-width: 1.7; }
.search-box input { width: 100%; min-height: 44px; border: 0; outline: none; color: var(--ink); background: transparent; font-size: 12px; }
.search-box input::placeholder { color: #929895; }
.filter-row { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.filter { min-height: 44px; padding: 7px 12px; border: 1px solid var(--line); color: var(--muted); background: transparent; border-radius: 999px; cursor: pointer; font-size: 10px; font-weight: 750; }
.filter:hover, .filter.active { border-color: var(--green); color: white; background: var(--green); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; min-height: 520px; }
.speaker-tie-group { min-width: 0; display: grid; align-content: start; gap: 16px; }
.additional-ties { display: grid; gap: 16px; }
.additional-ties[hidden] { display: none; }
.tie-card { min-width: 0; overflow: hidden; border: 1px solid #e2ddd3; border-radius: 18px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.tie-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.tie-card-content { padding: 23px; }
.confidence { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: 850; }
.confidence i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.confidence.exact i { background: #b9a541; box-shadow: 0 0 0 3px #f3edcc; }
.confidence.very-close i { background: #4f8b61; box-shadow: 0 0 0 3px #e5f0e5; }
.confidence.similar-style i { background: #5f8295; box-shadow: 0 0 0 3px #e3edf2; }
.confidence.color-alternative i { background: #ba8154; box-shadow: 0 0 0 3px #f6eadf; }
.day-label { color: #818b87; text-transform: uppercase; letter-spacing: .08em; font-size: 7.5px; font-weight: 800; text-align: right; }
.tie-card h3 { margin: 14px 0 4px; font-family: Georgia, serif; font-size: 23px; line-height: 1.08; font-weight: 500; letter-spacing: -.025em; }
.talk-title { min-height: 34px; margin-bottom: 18px; color: var(--muted); font-size: 10px; }
.tie-specs { margin: 0 0 17px; padding: 12px 0; display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid #ebe6dc; }
.tie-specs div + div { border-left: 1px solid #ebe6dc; padding-left: 14px; }
.tie-specs dt { margin-bottom: 2px; color: #8a928f; text-transform: uppercase; letter-spacing: .09em; font-size: 7px; font-weight: 850; }
.tie-specs dd { margin: 0; font-size: 10px; font-weight: 700; }
.match-copy { min-height: 113px; }
.match-name { margin-bottom: 7px; font-size: 11px; font-weight: 800; }
.match-copy > p:last-child { margin-bottom: 16px; color: var(--muted); font-size: 9.5px; line-height: 1.5; }
.shop-link { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 13px 15px; color: white; background: var(--green); border-radius: 10px; text-decoration: none; font-size: 11px; font-weight: 800; }
.shop-link:hover { background: var(--green-2); }
.shop-link-disabled { cursor: default; color: #6f6a58; background: #e7e2d3; }
.shop-link-disabled:hover { background: #e7e2d3; }
.button.shop-link-disabled { border-color: #d4cbb6; color: #6f6a58; background: #e7e2d3; }
.style-match { display:grid; gap:4px; margin-top:9px; padding:11px 12px; color:#5f5729; background:#f3efcf; border-radius:9px; font-size:8px; line-height:1.4; }
.style-match > span { font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.style-match p { margin:0; color:#716a3e; }
.style-match a { width:max-content; color:inherit; font-weight:800; text-underline-offset:2px; }
.backup-options { margin-top: 9px; padding: 0 12px; color: #5f5729; background: #f3efcf; border-radius: 9px; font-size: 8px; line-height: 1.45; }
.backup-options summary { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.backup-options summary::after { content: "+"; font-size: 14px; }
.backup-options[open] summary::after { content: "–"; }
.backup-list { display: grid; gap: 10px; padding: 0 0 12px; }
.backup-item { padding-top: 10px; border-top: 1px solid rgb(95 87 41 / 20%); }
.backup-item strong, .backup-item span { display: block; }
.backup-item > span { margin-bottom: 3px; color: #716a3e; font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.backup-item p { margin: 4px 0; color: #716a3e; }
.backup-item a { display: inline-block; color: inherit; font-weight: 800; text-underline-offset: 2px; }
.card-meta { display: grid; gap: 5px; margin-top: 9px; color: #929895; font-size: 7.5px; line-height: 1.35; }
.card-meta a { color: #68736f; text-underline-offset: 2px; }
.correction-link { min-height: 44px; margin-top: 7px; padding: 8px 0; border: 0; color: #7a827f; background: transparent; cursor: pointer; text-align: left; font-size: 8.5px; text-decoration: underline; text-decoration-color: #b8bfbc; text-underline-offset: 3px; }
.correction-link span { color: var(--green); font-weight: 850; }
.correction-link:hover { color: var(--rust); }
.all-ties-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 13px; padding: 11px 0 0; border: 0; border-top: 1px solid #ebe6dc; color: var(--green); background: transparent; cursor: pointer; text-align: left; font-size: 10px; font-weight: 850; }
.all-ties-toggle:hover { color: var(--rust); }
.all-ties-toggle span:last-child { font-size: 15px; transition: transform .2s ease; }
.all-ties-toggle[aria-expanded="true"] span:last-child { transform: rotate(180deg); }
.empty-state { padding: 80px 20px; text-align: center; }
.empty-state > span { font-size: 45px; color: var(--gold); }
.empty-state h3 { margin: 7px 0; font-family: Georgia, serif; font-size: 28px; }
.empty-state p { color: var(--muted); }
.button-secondary { border: 1px solid var(--green); color: var(--green); background: transparent; }

.closing-cta { padding: 78px 0; color: white; background: var(--green); }
.closing-inner { display: grid; grid-template-columns: 1.05fr .9fr auto; align-items: center; gap: 55px; }
.closing-inner .eyebrow { color: #d8ca72; }
.closing-inner h2 { margin: 0; font-size: clamp(41px, 4vw, 56px); line-height: .95; font-weight: 500; letter-spacing: -.045em; }
.closing-inner > p { margin: 0; color: rgb(255 255 255 / 62%); font-size: 12px; }
.button-light { color: var(--green); background: var(--paper); white-space: nowrap; }
.button-light:hover { background: #ece8dd; }

.correction-dialog { width: min(650px, calc(100% - 28px)); max-height: min(88vh, 760px); padding: 0; color: var(--ink); background: transparent; border: 0; border-radius: 19px; overflow: visible; }
.correction-dialog::backdrop { background: rgb(5 24 38 / 72%); backdrop-filter: blur(3px); }
.correction-dialog-inner { position: relative; max-height: min(88vh, 760px); overflow: auto; padding: 34px; background: var(--paper); border-radius: 19px; box-shadow: 0 28px 90px rgb(0 0 0 / 34%); }
.dialog-close { position: absolute; top: 14px; right: 15px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); color: #6d7773; background: white; border-radius: 50%; cursor: pointer; font-size: 20px; }
.correction-dialog h2 { margin-bottom: 10px; font-size: 39px; line-height: 1; font-weight: 500; letter-spacing: -.04em; }
.correction-intro { margin-bottom: 22px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.correction-dialog form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.correction-dialog label { display: grid; gap: 6px; color: #57635f; font-size: 9px; font-weight: 800; }
.correction-dialog label:has(textarea), .correction-dialog .screenshot-check, .correction-actions, .correction-privacy, .correction-status { grid-column: 1 / -1; }
.correction-dialog label > span { text-transform: uppercase; letter-spacing: .06em; }
.correction-dialog label small { color: #939b97; font-weight: 600; text-transform: none; letter-spacing: 0; }
.correction-dialog input[type="text"], .correction-dialog input[type="url"], .correction-dialog input[type="email"], .correction-dialog select, .correction-dialog textarea { width: 100%; min-height: 44px; padding: 11px 12px; border: 1px solid #d8d5cd; color: var(--ink); background: white; border-radius: 8px; font-size: 11px; line-height: 1.4; }
.correction-dialog input[readonly] { color: #5d6c67; background: #f0eee7; }
.correction-dialog textarea { resize: vertical; min-height: 104px; }
.correction-dialog .screenshot-check { display: flex; grid-template-columns: none; align-items: flex-start; gap: 9px; color: var(--muted); font-weight: 650; text-transform: none; letter-spacing: 0; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.screenshot-check input { margin-top: 2px; }
.screenshot-check span { text-transform: none !important; letter-spacing: 0 !important; }
.correction-actions { display: flex; align-items: center; gap: 15px; margin-top: 2px; }
.text-button { padding: 8px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.correction-privacy { margin: 0; color: #858e8a; font-size: 8px; line-height: 1.45; }
.correction-status { min-height: 15px; margin: -7px 0 0; color: #3c6b4c; font-size: 9px; font-weight: 750; }

.site-footer { padding: 70px 0 24px; color: rgb(255 255 255 / 66%); background: #071f31; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .7fr 1.15fr; gap: 45px; padding-bottom: 34px; }
.footer-newsletter { padding: 0 0 46px; }
.footer-brand { color: white; }
.footer-grid > div:first-child > p { max-width: 300px; margin: 17px 0 0; font-size: 11px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 11px; }
.footer-links a { text-underline-offset: 4px; }
.footer-legal { font-size: 9px; }
.footer-legal strong { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / 12%); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #dfc84b; outline-offset: 3px; }

@media (max-width: 1180px) {
  .site-header .desktop-nav { display: none; }
}

@media (max-width: 1050px) {
  .hero-grid { gap: 42px; }
  .speaker-finder { padding: 25px; }
  .featured-card:nth-child(1) { grid-column: span 6; display: block; }
  .featured-card:nth-child(2) { grid-column: span 6; }
  .featured-card:nth-child(n+3) { grid-column: span 6; }
  .featured-card:nth-child(1) .speaker-frame,
  .featured-card:nth-child(2) .speaker-frame { min-height: 0; aspect-ratio: 1.06 / 1; }
  .closing-inner { grid-template-columns: 1fr 1fr; }
  .closing-inner .button { justify-self: start; }
}

@media (max-width: 900px) {
  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 96px; }
  .hero-copy { max-width: 720px; }
  .hero-process { max-width: 720px; padding: 34px 0 0; border-top: 1px solid rgb(255 255 255 / 18%); border-left: 0; }
  .hero-illustration { width: min(100%, 520px); height: 420px; }
  .speaker-finder { max-width: 720px; width: 100%; }
  .conference-lines { width: 80%; opacity: .07; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .process-story { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .process-story-card { display: grid; grid-template-columns: minmax(250px, .75fr) 1fr; overflow: hidden; }
  .process-story-card:not(:last-child)::after { content: "↓"; top: auto; right: 50%; bottom: -18px; transform: translateX(50%); }
  .process-visual { height: 100%; min-height: 310px; border-radius: 19px 0 0 19px; }
  .browse-grid { grid-template-columns: 1fr 1fr; }
  .browse-card:nth-child(3), .browse-speakers { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .site-header .nav-wrap > nav { display: none; }
  .site-header .brand-copy strong { font-size: 35px; }
  .site-header .brand-copy small { max-width: 245px; font-size: 9px; }
  .site-header .brand-mark { width: 50px; height: 50px; }
  .hero-grid { padding-top: 128px; padding-bottom: 86px; }
  h1 { font-size: clamp(53px, 16vw, 76px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-illustration { height: 340px; border-radius: 3px 34px 3px 3px; }
  .service-steps { grid-template-columns: 1fr; margin-top: 38px; }
  .service-steps span { padding: 12px 0; border-bottom: 1px solid rgb(255 255 255 / 12%); }
  .service-steps span + span { padding-left: 0; border-left: 0; }
  .speaker-finder { padding: 22px 20px; }
  .speaker-list { grid-template-columns: 1fr; }
  .hero-fineprint { bottom: 17px; }
  .disclosure-inner { grid-template-columns: 1fr; padding: 22px 0; align-items: flex-start; gap: 9px; }
  .disclosure-inner p:last-child { text-align: left; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .split-heading > p { justify-self: start; }
  .featured-card, .featured-card:nth-child(1), .featured-card:nth-child(2) { grid-column: 1 / -1; }
  .featured-card:nth-child(n+3) { grid-column: 1 / -1; }
  .featured-card:nth-child(1) .speaker-frame, .featured-card:nth-child(2) .speaker-frame { min-height: 0; }
  .match-guide { grid-template-columns: 1fr; gap: 22px; padding: 24px; }
  .editorial-status-guide { grid-template-columns: 1fr; }
  .editorial-status-guide .reviewer-cta { grid-column: 1; }
  .source-note-inner { padding: 24px 0; grid-template-columns: auto 1fr; }
  .source-note-inner > a { grid-column: 2; }
  .process-heading { grid-template-columns: 1fr; gap: 16px; }
  .process-heading > p { justify-self: start; }
  .process-story-card { display: block; overflow: visible; }
  .process-story-card:not(:last-child)::after { right: 50%; bottom: -18px; }
  .process-visual { height: 285px; min-height: 0; border-radius: 19px 19px 0 0; }
  .process-story-copy > p:not(.process-number) { min-height: 0; }
  .browse-grid { grid-template-columns: 1fr; }
  .browse-card:nth-child(3), .browse-speakers { grid-column: 1; }
  .browse-speaker-heading { grid-template-columns: 1fr; gap: 5px; }
  .browse-speakers .speaker-list { grid-template-columns: 1fr; }
  .catalog-heading { display: block; }
  .catalog-heading > p { margin-top: 13px; }
  .catalog-tools { align-items: stretch; flex-direction: column; }
  .filter-row { justify-content: flex-start; }
  .catalog-grid { grid-template-columns: 1fr; }
  .speaker-frame { min-height: 0; }
  .match-copy { min-height: 0; }
  .closing-inner { grid-template-columns: 1fr; gap: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-legal { grid-column: auto; }
  .correction-dialog-inner { padding: 29px 21px 24px; }
  .correction-dialog form { grid-template-columns: 1fr; }
  .correction-dialog label, .correction-dialog label:has(textarea), .correction-dialog .screenshot-check, .correction-actions, .correction-privacy, .correction-status { grid-column: 1; }
}

@media (max-width: 440px) {
  .nav-wrap { gap: 14px; }
  .site-header .nav-cta { display: none; }
  .hero-grid, .hero-copy, .hero-process { min-width: 0; max-width: 100%; }
  h1 { max-width: 100%; font-size: clamp(46px, 13.5vw, 58px); letter-spacing: -.045em; }
  .brand-copy strong { font-size: 21px; }
  .brand-copy small { font-size: 6.5px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 8px; }
  .site-header .brand-copy strong { font-size: 29px; }
  .site-header .brand-copy small { font-size: 7px; }
  .site-header .brand-mark { width: 42px; height: 42px; }
  .match-guide-levels { grid-template-columns: 1fr; }
  .correction-actions { align-items: stretch; flex-direction: column; }
  .correction-actions .button { width: 100%; }
}

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