:root { --ink: #0b1b2b; --ink-soft: #162b3f; --ivory: #f3ead9; --paper: #fbf7ef; --white: #fffdf8; --gold: #c7a25a; --gold-deep: #9b6c2e; --champagne: #e5d2a4; --gold-bright: #d6b566; --muted: #75695d; --line: #3f302024; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; margin: 0px; font-family: Satoshi, "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { z-index: 100; background: var(--white); border-radius: 999px; padding: 12px 18px; transition: top 0.2s; position: fixed; top: -60px; left: 16px; }
.skip-link:focus { top: 16px; }
.announcement { background: var(--gold); min-height: 34px; color: var(--ink); letter-spacing: 0.11em; text-transform: uppercase; justify-content: center; align-items: center; gap: 14px; padding: 8px 24px; font-size: 11px; font-weight: 800; display: flex; }
.announcement-dot { opacity: 0.55; background: currentcolor; border-radius: 50%; width: 4px; height: 4px; }
.site-header { z-index: 10; max-width: 1440px; height: 84px; color: var(--white); justify-content: space-between; align-items: center; margin: 0px auto; padding: 0px 48px; display: flex; position: absolute; top: 34px; left: 0px; right: 0px; }
.brand { letter-spacing: -0.04em; align-items: center; gap: 11px; font-size: 21px; font-weight: 800; display: inline-flex; }
.brand-mark { background: var(--gold); width: 31px; height: 31px; color: var(--ink); border-radius: 9px 9px 9px 3px; place-items: center; font-size: 17px; font-weight: 900; display: grid; }
.desktop-nav { color: rgba(255, 255, 255, 0.78); gap: 32px; font-size: 13px; font-weight: 650; display: flex; }
.desktop-nav a, footer nav a { transition: color 0.2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--white); }
.nav-cta { border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 999px; align-items: center; gap: 10px; padding: 12px 17px; font-size: 12px; font-weight: 750; transition: background 0.2s, border-color 0.2s; display: inline-flex; }
.nav-cta:hover, .nav-cta:focus-visible { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.45); }
.hero { background: radial-gradient(circle at 81% 45%, #c7a25a32, transparent 31%), radial-gradient(circle at 66% 78%, #e5d2a41f, transparent 26%), var(--ink); min-height: 860px; color: var(--white); border-radius: 0px 0px 42px 42px; position: relative; overflow: hidden; }
.hero::after { content: ""; pointer-events: none; opacity: 0.16; background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, rgba(0, 0, 0, 0) 1px); background-size: 76px 76px; position: absolute; inset: 0px; mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 28%, rgb(0, 0, 0) 100%); }
.hero-grid { z-index: 2; grid-template-columns: minmax(0px, 1.02fr) minmax(470px, 0.98fr); align-items: center; gap: 68px; max-width: 1440px; min-height: 860px; margin: 0px auto; padding: 178px 64px 82px; display: grid; position: relative; }
.eyebrow { color: var(--gold-deep); letter-spacing: 0.18em; text-transform: uppercase; margin: 0px 0px 22px; font-size: 11px; font-weight: 850; line-height: 1; }
.eyebrow.light { color: var(--champagne); }
.hero h1 { letter-spacing: -0.062em; max-width: 760px; margin: 0px; font-size: clamp(52px, 5.25vw, 82px); font-weight: 560; line-height: 0.99; }
.hero h1 span { color: var(--gold); display: block; }
.hero-lede { color: rgba(255, 255, 255, 0.72); max-width: 660px; margin: 30px 0px 0px; font-size: 18px; line-height: 1.7; }
.hero-actions, .employer-actions { flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 34px; display: flex; }
.button { border-radius: 999px; justify-content: center; align-items: center; gap: 15px; min-height: 55px; padding: 0px 24px; font-size: 13px; font-weight: 800; transition: transform 0.2s, box-shadow 0.2s, background 0.2s; display: inline-flex; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { background: var(--ivory); color: var(--ink); box-shadow: rgba(0, 0, 0, 0.17) 0px 12px 34px; }
.button-light:hover, .button-light:focus-visible { background: var(--white); box-shadow: rgba(0, 0, 0, 0.22) 0px 16px 38px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-gold { background: var(--gold); color: var(--ink); }
.text-link { border-bottom: 1px solid; align-items: center; gap: 11px; padding-bottom: 5px; font-size: 13px; font-weight: 750; display: inline-flex; }
.light-link { color: rgba(255, 255, 255, 0.82); }
.trust-line { color: rgba(255, 255, 255, 0.56); flex-wrap: wrap; gap: 19px; margin-top: 35px; font-size: 11px; font-weight: 650; display: flex; }
.trust-line span { align-items: center; gap: 7px; display: inline-flex; }
.trust-line i { color: var(--champagne); font-style: normal; }
.signal-stage { min-height: 560px; position: relative; }
.signal-card { z-index: 2; backdrop-filter: blur(14px); border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 23px; position: absolute; box-shadow: rgba(0, 0, 0, 0.3) 0px 28px 70px; }
.profile-card { background: rgba(18, 36, 62, 0.92); width: min(390px, 70%); padding: 22px; top: 22px; left: 3%; transform: rotate(-3deg); }
.card-kicker, .match-topline, .control-header, .role-card-footer { justify-content: space-between; align-items: center; display: flex; }
.card-kicker { color: rgba(255, 255, 255, 0.66); letter-spacing: 0.08em; text-transform: uppercase; justify-content: flex-start; gap: 8px; font-size: 10px; font-weight: 800; }
.quiet-label { color: var(--champagne); margin-left: auto; font-size: 9px; }
.status-pulse { background: var(--champagne); border-radius: 50%; width: 7px; height: 7px; display: inline-block; box-shadow: rgba(229, 210, 164, 0.14) 0px 0px 0px 5px; }
.profile-row { align-items: center; gap: 13px; margin-top: 23px; display: flex; }
.avatar { background: var(--gold); width: 44px; height: 44px; color: var(--ink); border-radius: 50%; place-items: center; font-size: 12px; font-weight: 900; display: grid; }
.profile-row strong, .profile-row span { display: block; }
.profile-row strong { font-size: 14px; }
.profile-row span { color: rgba(255, 255, 255, 0.5); margin-top: 4px; font-size: 11px; }
.signal-rule { background: rgba(255, 255, 255, 0.1); height: 1px; margin: 20px 0px; }
.mini-label { color: rgba(255, 255, 255, 0.44); letter-spacing: 0.1em; text-transform: uppercase; margin: 0px 0px 9px; font-size: 9px; font-weight: 800; }
.mini-label.second { margin-top: 17px; }
.tag-row { flex-wrap: wrap; gap: 7px; display: flex; }
.tag-row span { color: var(--champagne); background: rgba(229, 210, 164, 0.10); border: 1px solid rgba(229, 210, 164, 0.30); border-radius: 8px; padding: 7px 9px; font-size: 9px; font-weight: 720; }
.soft-tags span { color: #e5d2a4; background: rgba(199, 162, 90, 0.10); border-color: rgba(199, 162, 90, 0.28); }
.match-card { width: min(420px, 74%); color: var(--ink); background: rgba(250, 248, 241, 0.98); padding: 23px; bottom: 18px; right: 0px; transform: rotate(2.5deg); }
.match-topline { color: var(--gold-deep); letter-spacing: 0.11em; text-transform: uppercase; font-size: 9px; font-weight: 900; }
.match-score { background: var(--champagne); width: 45px; height: 45px; color: var(--ink); letter-spacing: -0.04em; border-radius: 50%; place-items: center; margin-top: -8px; font-size: 14px; display: grid; }
.match-card h2 { letter-spacing: -0.04em; max-width: 290px; margin: 5px 0px; font-size: 22px; line-height: 1.12; }
.match-card > p { color: var(--muted); margin: 0px; font-size: 10px; }
.match-reasons { gap: 7px; margin: 18px 0px; display: grid; }
.match-reasons span { gap: 8px; font-size: 10px; font-weight: 650; display: flex; }
.match-reasons i { color: #9b6c2e; font-style: normal; }
.match-reasons .tradeoff { color: var(--gold-deep); }
.match-reasons .tradeoff i { color: var(--gold-deep); }
.match-card button, .role-card-footer button { background: var(--ink); width: 100%; color: var(--white); cursor: pointer; border: 0px; border-radius: 10px; justify-content: space-between; padding: 12px 14px; font-size: 10px; font-weight: 800; display: flex; }
.privacy-float { z-index: 4; color: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); background: rgba(11, 27, 43, 0.78); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 999px; align-items: center; gap: 7px; padding: 10px 13px; font-size: 9px; font-weight: 750; display: flex; position: absolute; top: 190px; right: 2%; }
.privacy-float span { color: var(--champagne); }
.research-strip { border-bottom: 1px solid var(--line); grid-template-columns: 1.15fr repeat(3, 1fr); max-width: 1320px; margin: 0px auto; padding: 56px 36px 66px; display: grid; }
.research-intro, .research-finding { border-right: 1px solid var(--line); min-height: 126px; padding: 5px 30px; }
.research-intro { padding-left: 0px; }
.research-finding:last-child { border-right: 0px; }
.research-intro span { color: var(--gold-deep); letter-spacing: 0.12em; text-transform: uppercase; font-size: 10px; font-weight: 850; }
.research-intro p { letter-spacing: -0.025em; max-width: 245px; margin: 17px 0px 0px; font-size: 19px; font-weight: 740; }
.research-finding strong { color: var(--gold-deep); letter-spacing: 0.1em; font-size: 11px; }
.research-finding p { color: var(--muted); margin: 20px 0px 0px; font-size: 13px; line-height: 1.55; }
.manifesto-section { grid-template-columns: 1fr 1fr; gap: 80px; max-width: 1320px; margin: 0px auto; padding: 140px 36px; display: grid; }
.manifesto-copy h2, .section-heading h2, .employer-copy h2, .privacy-copy h2, .final-cta h2 { letter-spacing: -0.06em; margin: 0px; font-size: clamp(46px, 5.2vw, 76px); font-weight: 580; line-height: 1; }
.manifesto-copy h2 em, .privacy-copy h2 em { color: var(--gold-deep); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.manifesto-body { max-width: 530px; padding-top: 22px; }
.manifesto-body .large-copy, .employer-copy .large-copy { color: var(--ink); letter-spacing: -0.035em; margin: 0px 0px 24px; font-size: 25px; font-weight: 680; line-height: 1.37; }
.manifesto-body > p:not(.large-copy), .employer-copy > p:not(.large-copy) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.manifesto-body .text-link { margin-top: 18px; }
.priority-section { background: var(--ivory); border-radius: 42px; padding: 120px 36px; }
.section-heading { text-align: center; max-width: 780px; margin: 0px auto 68px; }
.section-heading > p:not(.eyebrow) { max-width: 610px; color: var(--muted); margin: 23px auto 0px; font-size: 17px; line-height: 1.7; }
.priority-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1240px; margin: 0px auto; display: grid; }
.priority-card { border: 1px solid var(--line); background: var(--paper); border-radius: 22px; min-height: 400px; padding: 34px; transition: transform 0.25s, box-shadow 0.25s; position: relative; overflow: hidden; }
.priority-card:hover { transform: translateY(-5px); box-shadow: rgba(7, 20, 38, 0.08) 0px 22px 50px; }
.priority-card::after { content: ""; border: 34px solid rgba(199, 162, 90, 0.12); border-radius: 50%; width: 190px; height: 190px; position: absolute; bottom: -52px; right: -34px; }
.priority-card:nth-child(2)::after { border-color: rgba(155, 108, 46, 0.14); }
.priority-card:nth-child(3)::after { border-color: rgba(229, 210, 164, 0.16); }
.priority-number { color: var(--gold-deep); letter-spacing: 0.12em; font-size: 11px; font-weight: 850; }
.priority-card h3 { letter-spacing: -0.045em; margin: 84px 0px 17px; font-size: 31px; }
.priority-card > p { max-width: 290px; color: var(--muted); margin: 0px; font-size: 14px; line-height: 1.7; }
.dark-tags { position: absolute; bottom: 34px; left: 34px; right: 34px; }
.dark-tags span { color: var(--ink); background: rgba(7, 20, 38, 0.03); border-color: rgba(7, 20, 38, 0.12); }
.how-section { background: var(--ink); color: var(--white); padding: 130px 48px; }
.section-heading.compact { text-align: left; max-width: 1240px; margin-bottom: 75px; }
.section-heading.compact h2 { max-width: 800px; font-size: clamp(48px, 5vw, 72px); }
.steps-list { border-top: 1px solid rgba(255, 255, 255, 0.14); max-width: 1240px; margin: 0px auto; }
.step-row { border-bottom: 1px solid rgba(255, 255, 255, 0.14); grid-template-columns: 70px 110px minmax(260px, 0.8fr) minmax(300px, 1fr); align-items: center; gap: 24px; min-height: 164px; display: grid; }
.step-number, .step-eyebrow { color: rgba(255, 255, 255, 0.38); letter-spacing: 0.12em; text-transform: uppercase; font-size: 10px; font-weight: 800; }
.step-eyebrow { color: var(--champagne); }
.step-row h3 { letter-spacing: -0.035em; margin: 0px; font-size: 25px; line-height: 1.2; }
.step-row p { color: rgba(255, 255, 255, 0.56); max-width: 500px; margin: 0px; font-size: 14px; line-height: 1.75; }
.future-feature-section { padding: 130px 36px; }
.future-feature-panel { position: relative; display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 80px; align-items: center; max-width: 1248px; min-height: 510px; margin: 0 auto; overflow: hidden; padding: 70px; color: var(--white); background: var(--ink-soft); border-radius: 34px; }
.future-feature-panel > img { width: 100%; opacity: 0.23; filter: brightness(3); }
.future-feature-panel > div { position: relative; z-index: 1; }
.future-feature-panel h2 { max-width: 760px; margin: 0; font-size: clamp(46px, 4.8vw, 70px); font-weight: 560; letter-spacing: -0.055em; line-height: 1.02; }
.future-feature-panel > div > p:not(.eyebrow) { max-width: 670px; margin: 25px 0 0; color: rgba(255, 255, 255, 0.62); font-size: 15px; line-height: 1.75; }
.privacy-section { background: var(--ink-soft); max-width: 1320px; color: var(--white); border-radius: 36px; grid-template-columns: 0.82fr 1.18fr; align-items: center; gap: 100px; margin: 0px auto 120px; padding: 90px; display: grid; }
.privacy-copy h2 { font-size: clamp(46px, 4.4vw, 65px); }
.privacy-copy p:last-child { color: rgba(255, 255, 255, 0.58); margin-top: 26px; font-size: 15px; line-height: 1.75; }
.control-panel { background: rgba(255, 255, 255, 0.067); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 22px; padding: 27px; }
.control-header { color: rgba(255, 255, 255, 0.72); text-transform: uppercase; letter-spacing: 0.08em; border-bottom: 1px solid rgba(255, 255, 255, 0.12); padding-bottom: 21px; font-size: 10px; font-weight: 800; }
.control-header > div { align-items: center; gap: 10px; display: flex; }
.control-header > span { color: var(--champagne); }
.control-group { margin-top: 25px; }
.control-group label { color: rgba(255, 255, 255, 0.46); letter-spacing: 0.09em; text-transform: uppercase; margin-bottom: 10px; font-size: 9px; font-weight: 800; display: block; }
.segmented-control { grid-template-columns: repeat(3, 1fr); gap: 6px; display: grid; }
.segmented-control.two-up { grid-template-columns: repeat(2, 1fr); }
.segmented-control button { color: rgba(255, 255, 255, 0.55); cursor: pointer; background: 0px 0px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 9px; min-height: 43px; padding: 8px; font-size: 9px; font-weight: 720; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.segmented-control button:hover, .segmented-control button:focus-visible { color: var(--white); border-color: rgba(255, 255, 255, 0.3); }
.segmented-control button.active { border-color: var(--champagne); background: var(--champagne); color: var(--ink); }
.control-summary { background: rgba(229, 210, 164, 0.1); border-radius: 12px; gap: 14px; margin-top: 25px; padding: 17px; display: flex; }
.control-summary > span { color: var(--champagne); }
.control-summary strong { color: var(--champagne); font-size: 11px; display: block; }
.control-summary p { color: rgba(255, 255, 255, 0.52); margin: 5px 0px 0px; font-size: 10px; line-height: 1.55; }
.employer-section { grid-template-columns: 0.83fr 1.17fr; align-items: center; gap: 110px; max-width: 1320px; margin: 0px auto; padding: 40px 36px 150px; display: grid; }
.employer-copy h2 { font-size: clamp(46px, 4.5vw, 68px); }
.employer-copy .large-copy { color: var(--gold-deep); margin-top: 10px; }
.role-card { border: 1px solid var(--line); background: var(--white); border-radius: 24px; overflow: hidden; box-shadow: rgba(7, 20, 38, 0.1) 0px 30px 80px; }
.role-card-top { background: var(--ink); color: var(--white); justify-content: space-between; gap: 30px; padding: 30px; display: flex; }
.role-card-top > div > span { color: var(--champagne); letter-spacing: 0.1em; text-transform: uppercase; font-size: 9px; font-weight: 850; }
.role-card-top h3 { letter-spacing: -0.035em; margin: 11px 0px 7px; font-size: 22px; }
.role-card-top p { color: rgba(255, 255, 255, 0.5); margin: 0px; font-size: 10px; }
.role-completeness { text-align: center; border-width: 5px; border-style: solid; border-right-color: rgba(229, 210, 164, 0.30); border-bottom-color: rgba(229, 210, 164, 0.30); border-left-color: rgba(229, 210, 164, 0.30); border-image: none; border-top-color: var(--champagne); border-radius: 50%; flex: 0 0 auto; place-content: center; width: 70px; height: 70px; display: grid; }
.role-completeness strong, .role-completeness span { display: block; }
.role-completeness strong { font-size: 14px; }
.role-completeness span { color: rgba(255, 255, 255, 0.42); text-transform: uppercase; font-size: 7px; }
.role-signal-grid { grid-template-columns: repeat(2, 1fr); padding: 12px 30px; display: grid; }
.role-signal-grid > div { border-bottom: 1px solid var(--line); padding: 17px 0px; }
.role-signal-grid > div:nth-child(2n+1) { border-right: 1px solid var(--line); padding-right: 20px; }
.role-signal-grid > div:nth-child(2n) { padding-left: 20px; }
.role-signal-grid span, .role-signal-grid strong { display: block; }
.role-signal-grid span { color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; font-size: 8px; font-weight: 800; }
.role-signal-grid strong { margin-top: 7px; font-size: 11px; }
.role-card-footer { gap: 30px; padding: 18px 30px 25px; }
.role-card-footer > span { color: #9b6c2e; font-size: 10px; font-weight: 750; }
.role-card-footer button { gap: 35px; width: auto; padding: 12px 15px; }
.quote-section { text-align: center; background: var(--ivory); border-radius: 42px; padding: 135px 36px; }
.quote-section blockquote { letter-spacing: -0.045em; max-width: 960px; margin: 32px auto 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 70px); font-style: italic; line-height: 1.13; }
.quote-source { color: var(--muted); letter-spacing: 0.07em; text-transform: uppercase; font-size: 10px; font-weight: 750; }
.quote-links { color: var(--ink); text-transform: uppercase; letter-spacing: 0.09em; flex-wrap: wrap; justify-content: center; align-items: center; gap: 18px; margin-top: 60px; font-size: 12px; font-weight: 780; display: flex; }
.quote-links i { color: var(--gold-deep); font-family: Georgia, serif; font-size: 21px; font-style: normal; font-weight: 400; }
.final-cta { background: radial-gradient(circle at 82% 28%, #c7a25a45, transparent 28%), var(--ink); min-height: 510px; color: var(--white); grid-template-columns: 1.3fr 0.7fr; align-items: end; gap: 80px; padding: 100px max(48px, -620px + 50vw); display: grid; }
.final-cta h2 { font-size: clamp(50px, 6vw, 84px); }
.final-actions { padding-bottom: 10px; }
.final-actions p { color: rgba(255, 255, 255, 0.45); margin: 22px 0px 0px; font-size: 11px; line-height: 1.6; }
footer { color: rgba(255, 255, 255, 0.53); background: rgb(5, 14, 26); grid-template-columns: auto 1fr auto auto; align-items: center; gap: 35px; padding: 32px 48px; font-size: 11px; display: grid; }
.footer-brand { color: var(--white); }
footer > p:first-of-type { color: var(--gold); font-weight: 750; }
footer nav { gap: 24px; display: flex; }
footer nav a:hover, footer nav a:focus-visible { color: var(--white); }
.copyright { white-space: nowrap; }
@media (prefers-reduced-motion: no-preference) {
  .signal-card { animation: 7s ease-in-out 0s infinite normal none running float; }
  .match-card { animation-delay: -3.5s; }
  @keyframes float { 
  0%, 100% { translate: 0px; }
  50% { translate: 0px -8px; }
}
}
@media (width <= 1100px) {
  .site-header { padding: 0px 28px; }
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 0.82fr; gap: 28px; padding-left: 36px; padding-right: 36px; }
  .signal-stage { transform-origin: 50% center; transform: scale(0.87); }
  .research-strip { grid-template-columns: repeat(3, 1fr); }
  .research-intro { border-right: 0px; grid-column: 1 / -1; min-height: auto; padding: 10px 0px 32px; }
  .research-intro p { max-width: none; }
  .privacy-section { gap: 55px; margin-left: 24px; margin-right: 24px; padding: 70px 48px; }
  .employer-section { gap: 55px; }
}
@media (width <= 820px) {
  .announcement span:nth-of-type(3), .announcement-dot:nth-of-type(2) { display: none; }
  .site-header { height: 74px; padding: 0px 20px; }
  .nav-cta { padding: 10px 13px; font-size: 10px; }
  .nav-cta span { display: none; }
  .hero, .hero-grid { min-height: 0px; }
  .hero-grid { grid-template-columns: 1fr; padding: 150px 24px 75px; }
  .hero h1 { max-width: 690px; }
  .signal-stage { width: 100%; max-width: 600px; min-height: 500px; margin: 10px auto 0px; transform: none; }
  .research-strip { grid-template-columns: 1fr; padding-left: 24px; padding-right: 24px; }
  .research-finding { border-right: 0px; border-top: 1px solid var(--line); min-height: auto; padding: 28px 0px; }
  .manifesto-section, .employer-section, .privacy-section, .final-cta, .future-feature-panel { grid-template-columns: 1fr; }
  .manifesto-section { gap: 35px; padding: 100px 24px; }
  .priority-section, .how-section { border-radius: 28px; padding: 100px 24px; }
  .priority-grid { grid-template-columns: 1fr; }
  .priority-card { min-height: 340px; }
  .step-row { grid-template-columns: 48px 70px 1fr; padding: 28px 0px; }
  .step-row p { grid-column: 3; }
  .future-feature-section { padding: 100px 24px; }
  .privacy-section { gap: 50px; margin: 0px 16px 90px; padding: 70px 24px; }
  .employer-section { padding: 20px 24px 100px; }
  .final-cta { gap: 45px; min-height: 0px; padding: 90px 24px; }
  footer { grid-template-columns: 1fr auto; padding: 30px 24px; }
  footer > p:first-of-type { display: none; }
  footer nav { grid-area: 2 / 1 / auto / -1; }
}
@media (width <= 560px) {
  .announcement { gap: 9px; padding-left: 12px; padding-right: 12px; font-size: 8px; }
  .site-header { top: 32px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 28px; height: 28px; }
  .nav-cta { text-align: center; max-width: 145px; line-height: 1.2; }
  .hero-grid { padding-top: 138px; }
  .hero h1 { font-size: 46px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .button { width: 100%; }
  .signal-stage { min-height: 540px; }
  .profile-card { width: 90%; left: 0px; }
  .match-card { width: 91%; right: 0px; }
  .privacy-float { top: 206px; }
  .manifesto-copy h2, .section-heading h2, .employer-copy h2, .privacy-copy h2, .final-cta h2 { font-size: 44px; }
  .section-heading { margin-bottom: 48px; }
  .step-row { grid-template-columns: 34px 1fr; gap: 12px; }
  .step-eyebrow, .step-row h3, .step-row p { grid-column: 2; }
  .step-row h3 { font-size: 23px; }
  .answer-box { margin: 10px 18px 25px 58px; padding: 17px; }
  .answer-box p { font-size: 16px; }
  .segmented-control { grid-template-columns: 1fr; }
  .segmented-control.two-up { grid-template-columns: 1fr 1fr; }
  .role-card-top { padding: 24px 20px; }
  .role-completeness { width: 58px; height: 58px; }
  .role-signal-grid { grid-template-columns: 1fr; padding: 12px 20px; }
  .role-signal-grid > div:nth-child(2n+1), .role-signal-grid > div:nth-child(2n) { border-right: 0px; padding: 15px 0px; }
  .role-card-footer { flex-direction: column; align-items: stretch; padding: 12px 20px 22px; }
  .role-card-footer button { width: 100%; }
  .quote-section { border-radius: 28px; padding: 95px 24px; }
  .quote-section blockquote { font-size: 39px; }
  footer { grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; grid-column: 1; }
  .copyright { grid-row: 3; }
}

/* Original PsychGigs branding restored */
.brand {
  flex: 0 0 auto;
  gap: 0;
}

.brand-logo {
  display: block;
  width: 170px;
  height: 48px;
  object-fit: contain;
}

.footer-brand .brand-logo {
  width: 160px;
  height: auto;
}

.brand-mark {
  display: none;
}

.interactive-note {
  color: var(--muted);
  margin: 12px 2px 0;
  font-size: 10px;
  line-height: 1.5;
}

.role-card .interactive-note {
  margin: 10px 30px 22px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 4px;
}

@media (width <= 820px) {
  .brand-logo {
    width: 150px;
    height: auto;
  }

  .footer-brand .brand-logo {
    width: 150px;
  }
}

@media (width <= 560px) {
  .brand-logo {
    width: 138px;
  }

  .footer-brand .brand-logo {
    width: 150px;
  }

  .role-card .interactive-note {
    margin-left: 20px;
    margin-right: 20px;
  }
}



/* Warm, regal PsychGigs refinement */
.hero h1,
.final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.048em;
}

.hero h1 span {
  color: var(--gold);
  font-style: italic;
  margin-top: 0.08em;
}

.button-gold {
  color: var(--ink);
}

.match-score {
  box-shadow: 0 0 0 7px rgba(199, 162, 90, 0.12);
}

.priority-card {
  box-shadow: 0 12px 34px rgba(80, 55, 25, 0.04);
}

.priority-card:hover {
  box-shadow: 0 24px 54px rgba(80, 55, 25, 0.10);
}

.quote-section {
  background: #f6eddd;
}

footer > p:first-of-type {
  color: var(--champagne);
}

/* The brain from the PsychGigs mark, used as a restrained brand signature. */
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -138px;
  bottom: -142px;
  width: 690px;
  aspect-ratio: 955 / 925;
  background: url("/assets/psychgigs-brain-outline.svg") center / contain no-repeat;
  opacity: 0.17;
  pointer-events: none;
  transform: rotate(-4deg);
}

.profile-prompt-mark {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px 11px 11px 3px;
  color: transparent;
  background-color: var(--gold);
  background-image: url("/assets/psychgigs-brain.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.how-section,
.quote-section {
  position: relative;
  overflow: hidden;
}

.how-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 64px;
  width: 540px;
  aspect-ratio: 955 / 925;
  background: url("/assets/psychgigs-brain-outline.svg") center / contain no-repeat;
  opacity: 0.075;
  pointer-events: none;
  transform: rotate(5deg);
}

.how-section > *,
.quote-section > * {
  position: relative;
  z-index: 1;
}

.quote-section::before {
  content: "";
  position: absolute;
  left: -118px;
  bottom: -250px;
  width: 520px;
  aspect-ratio: 955 / 925;
  background: url("/assets/psychgigs-brain-outline.svg") center / contain no-repeat;
  opacity: 0.22;
  pointer-events: none;
  transform: rotate(-5deg);
}

@media (width <= 820px) {
  .hero::before {
    right: -150px;
    bottom: 20px;
    width: 520px;
    opacity: 0.12;
  }

  .how-section::before {
    right: -170px;
    top: 180px;
    width: 430px;
  }

  .quote-section::before {
    left: -145px;
    bottom: -170px;
    width: 390px;
    opacity: 0.17;
  }
}

@media (width <= 560px) {
  .hero::before {
    right: -190px;
    bottom: 70px;
    width: 450px;
    opacity: 0.1;
  }

  .how-section::before {
    right: -210px;
    top: 260px;
    opacity: 0.055;
  }

  .quote-section::before {
    left: -170px;
    bottom: -105px;
    width: 330px;
    opacity: 0.14;
  }
}

/* Multi-page PsychGigs experience */
.interior-page {
  background: var(--paper);
  min-height: 100vh;
}

.interior-header {
  position: relative;
  inset: auto;
  max-width: none;
  height: 92px;
  margin: 0;
  padding: 0 max(48px, calc((100vw - 1344px) / 2));
  background: var(--ink);
}

.desktop-nav a.active {
  color: var(--champagne);
}

.detail-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 42%, rgba(199, 162, 90, 0.2), transparent 29%),
    radial-gradient(circle at 58% 100%, rgba(229, 210, 164, 0.12), transparent 26%),
    var(--ink);
  border-radius: 0 0 42px 42px;
}

.detail-hero::before {
  content: "";
  position: absolute;
  right: -105px;
  bottom: -210px;
  width: 650px;
  aspect-ratio: 955 / 925;
  background: url("/assets/psychgigs-brain-outline.svg") center / contain no-repeat;
  opacity: 0.14;
  transform: rotate(-4deg);
  pointer-events: none;
}

.detail-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.72fr);
  align-items: center;
  gap: 90px;
  width: min(1320px, calc(100% - 72px));
  min-height: 630px;
  margin: 0 auto;
  padding: 80px 0 100px;
}

.detail-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.97;
}

.detail-hero h1 em {
  display: block;
  margin-top: 0.07em;
  color: var(--gold);
  font-weight: 400;
}

.detail-hero-lede {
  max-width: 680px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.72;
}

.detail-signal-card,
.detail-role-card,
.detail-flow-card,
.detail-hero-quote {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.27);
}

.detail-signal-card {
  padding: 32px;
  color: var(--white);
  background: rgba(22, 43, 63, 0.88);
  backdrop-filter: blur(16px);
  transform: rotate(1.5deg);
}

.detail-card-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--champagne);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-signal-card h2,
.detail-role-card h2 {
  margin: 25px 0 7px;
  font-size: 27px;
  letter-spacing: -0.04em;
}

.detail-signal-card > p,
.detail-role-card > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.detail-rule {
  height: 1px;
  margin: 25px 0;
  background: rgba(255, 255, 255, 0.12);
}

.detail-label {
  color: var(--champagne);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.detail-tags span {
  padding: 8px 10px;
  color: var(--champagne);
  background: rgba(229, 210, 164, 0.08);
  border: 1px solid rgba(229, 210, 164, 0.24);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
}

.detail-signal-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 23px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
}

.detail-signal-row span {
  color: rgba(255, 255, 255, 0.48);
}

.detail-signal-row strong {
  color: var(--champagne);
}

.detail-section {
  width: min(1248px, calc(100% - 72px));
  margin: 0 auto;
  padding: 130px 0;
}

.detail-intro,
.detail-trust-split,
.detail-dimensions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
  gap: 100px;
  align-items: start;
}

.detail-section h2,
.detail-dark-heading h2,
.detail-profile-copy h2,
.detail-page-cta h2 {
  margin: 0;
  font-size: clamp(44px, 4.7vw, 70px);
  font-weight: 560;
  letter-spacing: -0.058em;
  line-height: 1.02;
}

.detail-large-copy {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.detail-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(1248px, calc(100% - 72px));
  margin: -45px auto 130px;
}

.detail-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 34px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.detail-feature-card::after {
  content: "";
  position: absolute;
  right: -76px;
  bottom: -96px;
  width: 230px;
  aspect-ratio: 955 / 925;
  background: url("/assets/psychgigs-brain-outline.svg") center / contain no-repeat;
  opacity: 0.16;
  transform: rotate(-8deg);
}

.detail-feature-card > span {
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.detail-feature-card h3 {
  margin: 92px 0 17px;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.detail-feature-card p {
  position: relative;
  z-index: 1;
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.detail-profile-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: center;
  gap: 95px;
  padding: 120px max(48px, calc((100vw - 1248px) / 2));
  color: var(--white);
  background: var(--ink);
}

.profile-blueprint-demo {
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.28);
}

.profile-blueprint-top {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  color: rgba(255, 255, 255, 0.58);
  background: var(--ink-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-blueprint-top span:last-child {
  color: var(--champagne);
}

.profile-blueprint-question {
  padding: 38px 34px 26px;
}

.profile-blueprint-question span,
.profile-blueprint-grid span {
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-blueprint-question p {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.55;
}

.profile-blueprint-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 34px 38px;
}

.profile-blueprint-grid article {
  min-height: 100px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.profile-blueprint-grid strong {
  display: block;
  margin-top: 12px;
  font-size: 14px;
}

.detail-profile-copy > p:not(.eyebrow) {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.75;
}

.async-future-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: 27px;
  padding: 16px;
  border: 1px solid rgba(229, 210, 164, 0.28);
  border-radius: 14px;
  background: rgba(229, 210, 164, 0.08);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.async-future-note:hover,
.async-future-note:focus-visible {
  transform: translateY(-2px);
  background: rgba(229, 210, 164, 0.12);
  border-color: rgba(229, 210, 164, 0.48);
}

.async-future-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 11px 11px 11px 4px;
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 700;
}

.async-future-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--champagne);
  font-size: 11px;
  letter-spacing: 0.02em;
}

.async-future-note > span:nth-child(2) {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  line-height: 1.5;
}

.async-future-arrow {
  color: var(--champagne);
  font-style: normal;
}

.detail-control-section {
  padding-top: 140px;
}

.detail-control-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 55px;
}

.detail-control-grid article {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.detail-control-grid article > span {
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.detail-control-grid h3 {
  margin: 18px 0 9px;
  font-size: 18px;
  letter-spacing: -0.025em;
}

.detail-control-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.detail-page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 70px;
  padding: 110px max(48px, calc((100vw - 1248px) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 86% 20%, rgba(199, 162, 90, 0.27), transparent 28%),
    var(--ink);
}

.detail-page-cta h2 {
  max-width: 850px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.detail-role-card {
  padding: 30px;
  color: var(--white);
  background: rgba(18, 36, 62, 0.94);
  transform: rotate(-1.5deg);
}

.detail-role-score {
  position: absolute;
  top: 27px;
  right: 27px;
  display: grid;
  place-content: center;
  width: 72px;
  height: 72px;
  text-align: center;
  border: 5px solid rgba(229, 210, 164, 0.25);
  border-top-color: var(--champagne);
  border-radius: 50%;
}

.detail-role-score strong,
.detail-role-score span {
  display: block;
}

.detail-role-score strong {
  font-size: 15px;
}

.detail-role-score span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 7px;
  text-transform: uppercase;
}

.detail-role-card h2 {
  max-width: 290px;
  padding-right: 35px;
}

.detail-role-card dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.detail-role-card dl div {
  padding: 19px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.detail-role-card dl div:nth-child(odd) {
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.detail-role-card dl div:nth-child(even) {
  padding-left: 18px;
}

.detail-role-card dt {
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-role-card dd {
  margin: 7px 0 0;
  font-size: 11px;
  font-weight: 750;
}

.detail-dark-process,
.detail-decisions-section {
  padding: 125px max(48px, calc((100vw - 1248px) / 2));
  color: var(--white);
  background: var(--ink);
}

.detail-dark-heading {
  max-width: 850px;
  margin-bottom: 70px;
}

.detail-process-list,
.detail-decision-list {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.detail-process-list article {
  display: grid;
  grid-template-columns: 70px minmax(280px, 0.8fr) minmax(340px, 1fr);
  gap: 30px;
  align-items: center;
  min-height: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.detail-process-list article > span,
.detail-timeline-number {
  color: var(--champagne);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.detail-process-list h3 {
  margin: 0;
  font-size: 26px;
  letter-spacing: -0.035em;
}

.detail-process-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  line-height: 1.7;
}

.detail-check-list {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.detail-check-list li {
  position: relative;
  padding: 17px 0 17px 27px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 680;
}

.detail-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-deep);
}

.detail-flow-card {
  display: grid;
  gap: 8px;
  padding: 28px;
  background: rgba(22, 43, 63, 0.9);
  backdrop-filter: blur(16px);
}

.detail-flow-card div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 19px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
}

.detail-flow-card div span {
  color: var(--champagne);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.detail-flow-card div strong {
  font-size: 14px;
}

.detail-flow-card > i {
  justify-self: center;
  color: rgba(255, 255, 255, 0.28);
  font-style: normal;
}

.detail-timeline {
  width: min(1248px, calc(100% - 72px));
  margin: 0 auto;
  padding: 110px 0 130px;
}

.detail-timeline > article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(330px, 0.78fr);
  gap: 55px;
  align-items: center;
  min-height: 340px;
  padding: 60px 0;
  border-bottom: 1px solid var(--line);
}

.detail-timeline h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.detail-timeline article > div:nth-child(2) > p:last-of-type {
  max-width: 610px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.detail-timeline .async-future-note {
  background: rgba(199, 162, 90, 0.07);
  border-color: var(--line);
}

.detail-timeline .async-future-note strong {
  color: var(--gold-deep);
}

.detail-timeline .async-future-note > span:nth-child(2) {
  color: var(--muted);
}

.detail-timeline .async-future-arrow {
  color: var(--gold-deep);
}

.detail-mini-prompt,
.detail-tag-cloud,
.detail-match-meter,
.detail-choice-card {
  padding: 26px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.detail-mini-prompt {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.detail-mini-prompt p {
  margin: 4px 0 0;
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.5;
}

.detail-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.detail-tag-cloud span,
.detail-dimension-grid span {
  padding: 10px 12px;
  color: var(--ink);
  background: rgba(11, 27, 43, 0.035);
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 700;
}

.detail-tag-cloud span.must {
  color: var(--gold-deep);
  border-color: rgba(199, 162, 90, 0.45);
}

.detail-match-meter strong,
.detail-match-meter span {
  display: block;
}

.detail-match-meter strong {
  color: var(--gold-deep);
  font-family: Georgia, serif;
  font-size: 50px;
}

.detail-match-meter span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.detail-match-meter > div {
  height: 7px;
  margin-top: 25px;
  overflow: hidden;
  background: rgba(11, 27, 43, 0.09);
  border-radius: 99px;
}

.detail-match-meter i {
  display: block;
  height: 100%;
  background: var(--gold);
  border-radius: inherit;
}

.detail-choice-card span,
.detail-choice-card strong {
  display: block;
}

.detail-choice-card span {
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.detail-choice-card strong {
  margin-top: 17px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
}

.detail-dimension-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.detail-dimension-grid span {
  padding: 17px;
  background: var(--white);
}

.detail-hero-quote {
  margin: 0;
  padding: 36px;
  color: var(--ink);
  background: var(--ivory);
  font-family: Georgia, serif;
  font-size: 31px;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1.25;
  transform: rotate(1.5deg);
}

.detail-hero-quote cite {
  display: block;
  margin-top: 28px;
  color: var(--gold-deep);
  font-family: Satoshi, "Avenir Next", Arial, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.detail-research-note {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  width: min(1248px, calc(100% - 72px));
  margin: 0 auto;
  padding: 55px 0;
  border-bottom: 1px solid var(--line);
}

.detail-research-note span {
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.detail-research-note p {
  max-width: 830px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.detail-findings {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(1248px, calc(100% - 72px));
  margin: 0 auto;
  padding: 100px 0 130px;
}

.detail-findings article {
  min-height: 350px;
  padding: 42px;
  border-bottom: 1px solid var(--line);
}

.detail-findings article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.detail-findings article > span {
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.detail-findings h2 {
  max-width: 470px;
  margin: 65px 0 18px;
  font-size: 32px;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.detail-findings p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.detail-decision-list article {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 45px;
  padding: 27px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.detail-decision-list span {
  color: var(--champagne);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-decision-list strong {
  font-size: 19px;
  font-weight: 650;
}

.detail-quote-repeat {
  position: relative;
  overflow: hidden;
  padding: 130px 36px;
  text-align: center;
  background: var(--ivory);
  border-radius: 42px;
}

.detail-quote-repeat img {
  position: absolute;
  left: -120px;
  bottom: -230px;
  width: 500px;
  opacity: 0.22;
}

.detail-quote-repeat blockquote {
  position: relative;
  z-index: 1;
  margin: 28px auto 0;
  font-family: Georgia, serif;
  font-size: clamp(42px, 6vw, 78px);
  font-style: italic;
  letter-spacing: -0.045em;
}

.detail-quote-repeat > p:last-child {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
}

@media (width <= 1100px) {
  .interior-header {
    padding-left: 28px;
    padding-right: 28px;
  }

  .detail-hero-inner {
    grid-template-columns: 1fr 0.72fr;
    gap: 48px;
  }

  .detail-profile-section {
    gap: 55px;
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (width <= 820px) {
  .interior-header {
    height: 78px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .detail-hero-inner,
  .detail-intro,
  .detail-trust-split,
  .detail-dimensions,
  .detail-profile-section,
  .detail-page-cta {
    grid-template-columns: 1fr;
  }

  .detail-hero-inner {
    width: min(100% - 48px, 720px);
    gap: 55px;
    padding: 85px 0;
  }

  .detail-hero::before {
    right: -180px;
    bottom: -170px;
    width: 520px;
  }

  .detail-section,
  .detail-feature-grid,
  .detail-timeline,
  .detail-research-note,
  .detail-findings {
    width: calc(100% - 48px);
  }

  .detail-intro,
  .detail-trust-split,
  .detail-dimensions {
    gap: 35px;
  }

  .detail-feature-grid {
    grid-template-columns: 1fr;
    margin-top: -35px;
  }

  .detail-feature-card {
    min-height: 320px;
  }

  .detail-profile-section {
    padding: 95px 24px;
  }

  .detail-control-grid {
    grid-template-columns: 1fr;
  }

  .detail-page-cta {
    align-items: start;
    gap: 45px;
    padding: 90px 24px;
  }

  .detail-page-cta .button {
    width: fit-content;
  }

  .detail-process-list article {
    grid-template-columns: 48px 1fr;
    padding: 30px 0;
  }

  .detail-process-list p {
    grid-column: 2;
  }

  .detail-timeline > article {
    grid-template-columns: 45px 1fr;
    gap: 28px;
  }

  .detail-timeline > article > div:last-child {
    grid-column: 2;
  }

  .detail-findings {
    grid-template-columns: 1fr;
  }

  .detail-findings article:nth-child(odd) {
    border-right: 0;
  }
}

@media (width <= 560px) {
  .detail-hero-inner {
    width: calc(100% - 40px);
    padding: 70px 0;
  }

  .detail-hero h1 {
    font-size: 49px;
  }

  .detail-hero-lede {
    font-size: 16px;
  }

  .detail-signal-card,
  .detail-role-card,
  .detail-flow-card,
  .detail-hero-quote {
    padding: 24px;
  }

  .detail-section,
  .detail-feature-grid,
  .detail-timeline,
  .detail-research-note,
  .detail-findings {
    width: calc(100% - 40px);
  }

  .detail-section {
    padding: 95px 0;
  }

  .detail-feature-grid {
    margin-bottom: 95px;
  }

  .async-future-note {
    grid-template-columns: auto 1fr;
  }

  .async-future-arrow {
    display: none;
  }

  .detail-dark-process,
  .detail-decisions-section {
    padding: 95px 24px;
  }

  .detail-process-list article {
    grid-template-columns: 36px 1fr;
    gap: 16px;
  }

  .detail-timeline > article {
    grid-template-columns: 1fr;
    padding: 45px 0;
  }

  .detail-timeline > article > div:last-child {
    grid-column: 1;
  }

  .detail-dimension-grid,
  .detail-role-card dl {
    grid-template-columns: 1fr;
  }

  .detail-role-card dl div:nth-child(odd),
  .detail-role-card dl div:nth-child(even) {
    padding: 16px 0;
    border-right: 0;
  }

  .detail-research-note,
  .detail-decision-list article {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .detail-findings article {
    min-height: 0;
    padding: 36px 0;
  }

  .detail-findings h2 {
    margin-top: 45px;
  }

  .detail-quote-repeat {
    padding: 100px 24px;
    border-radius: 28px;
  }
}

/* Editorial, About, and partner extensions */
.desktop-nav {
  gap: 25px;
}

.home-insights-section,
.supporters-section,
.about-intro,
.about-principles,
.insights-index,
.insights-featured {
  width: min(1248px, calc(100% - 72px));
  margin-inline: auto;
}

.home-insights-section {
  padding: 132px 0;
}

.home-insights-heading,
.supporters-heading,
.insights-index-heading,
.about-intro,
.about-principles-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 80px;
}

.home-insights-heading h2,
.supporters-heading h2,
.insights-index-heading h2,
.about-intro h2,
.about-principles-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(43px, 5vw, 68px);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.home-insights-heading > div:last-child,
.supporters-heading > p,
.insights-index-heading > p,
.about-intro > div:last-child {
  align-self: end;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.home-insights-heading > div:last-child > p {
  margin: 0 0 28px;
}

.home-insights-grid {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  gap: 16px;
  margin-top: 72px;
}

.home-insight-card {
  position: relative;
  display: flex;
  min-height: 285px;
  flex-direction: column;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.home-insight-card::after {
  position: absolute;
  right: -54px;
  bottom: -80px;
  width: 190px;
  height: 184px;
  opacity: 0.12;
  background: url("/assets/psychgigs-brain-outline.svg") center / contain no-repeat;
  content: "";
}

.home-insight-card:hover,
.home-insight-card:focus-visible,
.insight-index-card:hover,
.insight-index-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(11, 27, 43, 0.11);
}

.home-insight-featured {
  grid-row: span 2;
  min-height: 586px;
  padding: 44px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 24%, rgba(199, 162, 90, 0.28), transparent 34%),
    var(--ink);
}

.home-insight-featured::after {
  right: -82px;
  bottom: -100px;
  width: 390px;
  height: 378px;
  opacity: 0.13;
  filter: brightness(3);
}

.home-insight-kicker {
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-insight-featured .home-insight-kicker {
  color: var(--champagne);
}

.home-insight-card h3 {
  position: relative;
  z-index: 1;
  max-width: 690px;
  margin: 34px 0 16px;
  font-size: 28px;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.home-insight-featured h3 {
  margin-top: auto;
  font-size: clamp(42px, 4.6vw, 65px);
}

.home-insight-card p {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.home-insight-featured p {
  color: rgba(255, 255, 255, 0.65);
}

.home-insight-card strong {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 28px;
  font-size: 12px;
}

.home-insight-card strong i {
  margin-left: 8px;
  font-style: normal;
}

.home-about-band {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.65fr;
  gap: 90px;
  overflow: hidden;
  min-height: 510px;
  padding: 105px max(48px, calc((100vw - 1248px) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 78% 36%, rgba(199, 162, 90, 0.22), transparent 30%),
    var(--ink);
}

.home-about-band > img {
  position: absolute;
  bottom: -235px;
  left: -90px;
  width: 460px;
  opacity: 0.11;
  filter: brightness(3);
}

.home-about-band > div {
  position: relative;
  z-index: 1;
  align-self: end;
}

.home-about-band h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(48px, 5.2vw, 75px);
  letter-spacing: -0.055em;
  line-height: 1.01;
}

.home-about-band > div:last-child p {
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 15px;
  line-height: 1.75;
}

.supporters-section {
  padding: 120px 0 132px;
}

.supporters-heading > p {
  margin: 0;
}

.supporters-image-frame {
  margin-top: 64px;
  overflow: hidden;
  border: 1px solid rgba(199, 162, 90, 0.24);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 24px 65px rgba(64, 44, 23, 0.08);
}

.supporters-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.supporter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 64px;
}

.supporter-logo {
  display: grid;
  min-height: 190px;
  place-items: center;
  overflow: hidden;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(199, 162, 90, 0.24);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(64, 44, 23, 0.06);
}

.supporter-logo img {
  display: block;
  width: 100%;
  height: 118px;
  object-fit: contain;
}

.supporter-logo.supporter-square img {
  height: 138px;
}

.supporter-logo.supporter-dark {
  background: var(--ink-soft);
}

.insights-hero,
.about-hero,
.article-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 34%, rgba(199, 162, 90, 0.24), transparent 28%),
    var(--ink);
}

.insights-hero::after,
.about-hero::after,
.article-hero::after {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 76px 76px;
  content: "";
  mask-image: linear-gradient(90deg, transparent 25%, #000 100%);
}

.insights-hero-inner,
.about-hero-inner,
.article-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
  gap: 90px;
  align-items: end;
  width: min(1248px, calc(100% - 72px));
  min-height: 650px;
  margin: 0 auto;
  padding: 170px 0 92px;
}

.insights-hero h1,
.about-hero h1,
.article-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(58px, 6.3vw, 92px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.insights-hero h1 em,
.about-hero h1 em {
  color: var(--gold);
  font-family: Georgia, serif;
  font-weight: 400;
}

.insights-hero-inner > p {
  margin: 0;
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.75;
}

.insights-featured {
  padding: 92px 0 45px;
}

.insight-feature-card {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  min-height: 480px;
  overflow: hidden;
  border-radius: 28px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 28px 80px rgba(11, 27, 43, 0.12);
}

.insight-card-art {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 25%, rgba(255, 255, 255, 0.14), transparent 29%),
    var(--gold);
}

.insight-card-art::after {
  position: absolute;
  right: -90px;
  bottom: -125px;
  width: 410px;
  height: 398px;
  opacity: 0.28;
  background: url("/assets/psychgigs-brain-outline.svg") center / contain no-repeat;
  content: "";
}

.insight-card-art > span {
  position: absolute;
  top: 36px;
  left: 38px;
  color: rgba(11, 27, 43, 0.72);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.insight-card-copy {
  display: flex;
  flex-direction: column;
  padding: 55px;
}

.insight-card-copy > span,
.insight-index-card > span {
  color: var(--champagne);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.insight-card-copy h2 {
  max-width: 680px;
  margin: 48px 0 20px;
  font-size: clamp(39px, 4vw, 58px);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.insight-card-copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.7;
}

.insight-card-copy > div {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 35px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
}

.insight-card-copy strong {
  color: var(--white);
}

.insight-card-copy i {
  margin-left: 9px;
  font-style: normal;
}

.insights-index {
  padding: 96px 0 135px;
}

.insights-index-heading {
  align-items: end;
  padding-bottom: 65px;
  border-bottom: 1px solid var(--line);
}

.insights-index-heading > p {
  margin: 0;
}

.insights-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding-top: 28px;
}

.insight-index-card {
  position: relative;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  overflow: hidden;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.insight-index-number {
  position: absolute;
  top: -24px;
  right: 20px;
  color: rgba(199, 162, 90, 0.16);
  font-family: Georgia, serif;
  font-size: 140px;
  font-style: italic;
  line-height: 1;
}

.insight-index-card > span,
.insight-index-card h3,
.insight-index-card > p,
.insight-index-card footer {
  position: relative;
  z-index: 1;
}

.insight-index-card > span {
  color: var(--gold-deep);
}

.insight-index-card h3 {
  max-width: 520px;
  margin: 100px 0 19px;
  font-size: 33px;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.insight-index-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.insight-index-card footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 28px 0 0;
  color: var(--muted);
  background: transparent;
  font-size: 10px;
}

.insight-index-card footer strong {
  color: var(--ink);
  font-size: 17px;
}

.insight-tone-navy {
  color: var(--white);
  background: var(--ink-soft);
}

.insight-tone-navy > span,
.insight-tone-navy > p,
.insight-tone-navy footer {
  color: rgba(255, 255, 255, 0.62);
}

.insight-tone-navy h3,
.insight-tone-navy footer strong {
  color: var(--white);
}

.insight-tone-ivory {
  background: var(--ivory);
}

.insight-tone-champagne {
  background: #f0e1bf;
}

.insights-research-bridge {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: end;
  padding: 110px max(36px, calc((100vw - 1248px) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 82% 20%, rgba(199, 162, 90, 0.34), transparent 28%),
    var(--ink);
}

.insights-research-bridge h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(46px, 5.4vw, 72px);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.insights-research-bridge p:last-child {
  max-width: 720px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.7;
}

.about-hero-statement {
  padding: 30px 0 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.about-hero-statement span {
  color: var(--champagne);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-hero-statement p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.72;
}

.about-intro {
  padding: 125px 0 145px;
}

.about-intro .about-large-copy {
  margin-top: 0;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 27px;
  line-height: 1.38;
}

.about-intro > div:last-child > p:last-child {
  margin-bottom: 0;
}

.about-origin {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 25%, rgba(199, 162, 90, 0.27), transparent 30%),
    var(--ink);
}

.about-origin-mark {
  position: relative;
  overflow: hidden;
}

.about-origin-mark img {
  position: absolute;
  bottom: -135px;
  left: -80px;
  width: 620px;
  opacity: 0.16;
  filter: brightness(3);
}

.about-origin-copy {
  align-self: center;
  max-width: 780px;
  padding: 110px 70px 110px 35px;
}

.about-origin-copy h2 {
  max-width: 760px;
  margin: 0 0 34px;
  font-size: clamp(48px, 5.2vw, 72px);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.about-origin-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.78;
}

.about-origin-copy .text-link {
  margin-top: 20px;
}

.about-principles {
  padding: 135px 0;
}

.about-principles-heading {
  align-items: end;
}

.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 78px;
  border-top: 1px solid var(--line);
}

.about-principles-grid article {
  min-height: 330px;
  padding: 38px 42px;
  border-bottom: 1px solid var(--line);
}

.about-principles-grid article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.about-principles-grid span {
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.about-principles-grid h3 {
  margin: 75px 0 18px;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.about-principles-grid p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.team-section {
  width: min(1248px, calc(100% - 72px));
  margin: 0 auto;
  padding: 20px 0 135px;
}

.team-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 80px;
  align-items: end;
}

.team-heading h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(43px, 5vw, 68px);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.team-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 74px;
}

.team-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 136px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.team-initials {
  display: grid;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--ink);
  background: var(--gold);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 700;
}

.team-card h3 {
  margin: 0 0 7px;
  font-size: 17px;
  letter-spacing: -0.025em;
}

.team-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.supporters-section-about {
  width: auto;
  padding-inline: max(36px, calc((100vw - 1248px) / 2));
  background: var(--ivory);
}

.article-hero-inner {
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.48fr);
  align-items: center;
  min-height: 720px;
}

.article-back-link {
  display: inline-block;
  margin-bottom: 55px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 750;
}

.article-hero h1 {
  max-width: 940px;
  font-size: clamp(50px, 5.7vw, 82px);
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.article-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 30px;
}

.article-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(229, 210, 164, 0.28);
  border-radius: 999px;
  color: var(--champagne);
  background: rgba(229, 210, 164, 0.08);
  font-size: 9px;
  font-weight: 720;
}

.article-hero-mark {
  position: relative;
  display: grid;
  aspect-ratio: 0.96;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
}

.article-hero-mark img {
  position: absolute;
  width: 125%;
  max-width: none;
  opacity: 0.22;
  filter: brightness(3);
}

.article-hero-mark span {
  position: relative;
  z-index: 1;
  color: var(--champagne);
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: italic;
}

.article-hero-mark-gold,
.article-hero-mark-champagne {
  background: rgba(199, 162, 90, 0.18);
}

.article-hero-mark-ivory {
  background: rgba(243, 234, 217, 0.09);
}

.article-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  gap: 105px;
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  padding: 110px 0 145px;
}

.article-rail {
  position: sticky;
  top: 28px;
  align-self: start;
  padding-top: 12px;
}

.article-rail > span {
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-rail p {
  margin: 20px 0 28px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.article-rail a {
  display: inline-flex;
  gap: 8px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 750;
}

.article-copy {
  min-width: 0;
}

.article-copy .article-lede {
  margin: 0 0 80px;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.38;
}

.article-copy > section {
  padding: 60px 0;
  border-top: 1px solid var(--line);
}

.article-copy h2 {
  max-width: 700px;
  margin: 0 0 28px;
  font-size: 34px;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.article-copy section p,
.article-copy section li {
  color: #504940;
  font-size: 16px;
  line-height: 1.84;
}

.article-copy section p {
  margin: 0 0 24px;
}

.article-copy section p:last-child {
  margin-bottom: 0;
}

.article-copy section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-copy section li {
  position: relative;
  padding: 16px 0 16px 28px;
  border-bottom: 1px solid var(--line);
}

.article-copy section li::before {
  position: absolute;
  top: 26px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.article-copy .article-sources a {
  color: var(--ink);
  font-weight: 720;
}

.article-author-note {
  margin-top: 30px;
  padding: 32px;
  border-left: 3px solid var(--gold);
  background: var(--ivory);
}

.article-author-note span {
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-author-note p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.article-cta {
  border-radius: 38px 38px 0 0;
}

@media (width <= 1100px) {
  .desktop-nav {
    gap: 18px;
  }

  .insight-feature-card {
    grid-template-columns: 0.6fr 1.4fr;
  }

  .article-shell {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 65px;
  }
}

@media (width <= 820px) {
  .home-insights-section,
  .supporters-section,
  .about-intro,
  .about-principles,
  .team-section,
  .insights-index,
  .insights-featured {
    width: calc(100% - 48px);
  }

  .home-insights-heading,
  .supporters-heading,
  .insights-index-heading,
  .about-intro,
  .about-principles-heading,
  .team-heading,
  .insights-hero-inner,
  .about-hero-inner,
  .article-hero-inner,
  .home-about-band,
  .insights-research-bridge,
  .about-origin,
  .article-shell {
    grid-template-columns: 1fr;
  }

  .home-insights-heading,
  .supporters-heading,
  .insights-index-heading,
  .about-intro,
  .about-principles-heading,
  .team-heading {
    gap: 36px;
  }

  .home-insights-grid,
  .insights-card-grid,
  .about-principles-grid,
  .supporter-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .supporter-logo {
    min-height: 170px;
  }

  .future-feature-panel {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 52px;
  }

  .future-feature-panel > img {
    width: 230px;
  }

  .home-insight-featured {
    grid-row: auto;
    min-height: 530px;
  }

  .home-about-band {
    gap: 55px;
    padding: 90px 24px;
  }

  .supporters-section {
    padding: 95px 0 105px;
  }

  .insights-hero-inner,
  .about-hero-inner,
  .article-hero-inner {
    width: calc(100% - 48px);
    min-height: 0;
    gap: 55px;
    padding: 145px 0 80px;
  }

  .insights-hero h1,
  .about-hero h1 {
    font-size: 56px;
  }

  .insight-feature-card {
    grid-template-columns: 1fr;
  }

  .insight-card-art {
    min-height: 250px;
  }

  .insight-card-copy {
    min-height: 430px;
    padding: 38px;
  }

  .insights-research-bridge {
    align-items: start;
    gap: 45px;
    padding: 95px 24px;
  }

  .about-origin {
    min-height: 0;
  }

  .about-origin-mark {
    min-height: 330px;
  }

  .about-origin-copy {
    padding: 80px 24px 95px;
  }

  .about-principles-grid article:nth-child(odd) {
    border-right: 0;
  }

  .article-hero-mark {
    max-width: 420px;
  }

  .article-shell {
    width: calc(100% - 48px);
    gap: 65px;
    padding: 85px 0 110px;
  }

  .article-rail {
    position: static;
    max-width: 420px;
    padding: 0 0 35px;
    border-bottom: 1px solid var(--line);
  }
}

@media (width <= 560px) {
  .home-insights-section {
    padding: 95px 0;
  }

  .home-insights-section,
  .supporters-section,
  .about-intro,
  .about-principles,
  .team-section,
  .insights-index,
  .insights-featured,
  .insights-hero-inner,
  .about-hero-inner,
  .article-hero-inner,
  .article-shell {
    width: calc(100% - 40px);
  }

  .home-insights-heading h2,
  .supporters-heading h2,
  .insights-index-heading h2,
  .about-intro h2,
  .about-principles-heading h2,
  .team-heading h2 {
    font-size: 42px;
  }

  .home-insight-card,
  .home-insight-featured {
    min-height: 390px;
    padding: 28px;
  }

  .home-insight-featured h3 {
    font-size: 42px;
  }

  .home-about-band h2,
  .about-origin-copy h2 {
    font-size: 45px;
  }

  .supporter-grid,
  .team-grid {
    margin-top: 45px;
  }

  .supporter-logo {
    min-height: 150px;
    padding: 22px;
  }

  .future-feature-section {
    padding: 80px 20px;
  }

  .future-feature-panel {
    padding: 38px 24px;
    border-radius: 24px;
  }

  .future-feature-panel h2 {
    font-size: 43px;
  }

  .insights-hero h1,
  .about-hero h1,
  .article-hero h1 {
    font-size: 47px;
  }

  .article-back-link {
    margin-bottom: 40px;
  }

  .article-hero-mark {
    width: 100%;
    max-width: none;
  }

  .insight-card-copy {
    min-height: 390px;
    padding: 30px;
  }

  .insight-card-copy h2 {
    margin-top: 38px;
    font-size: 38px;
  }

  .insight-index-card {
    min-height: 430px;
    padding: 30px;
  }

  .insight-index-card h3 {
    font-size: 30px;
  }

  .about-intro,
  .about-principles,
  .team-section {
    padding: 100px 0;
  }

  .team-section {
    padding-top: 35px;
  }

  .about-principles-grid article {
    min-height: 0;
    padding: 36px 0;
  }

  .about-principles-grid h3 {
    margin-top: 50px;
  }

  .supporters-section-about {
    width: auto;
    padding-inline: 20px;
  }

  .article-copy .article-lede {
    margin-bottom: 65px;
    font-size: 28px;
  }

  .article-copy > section {
    padding: 50px 0;
  }

  .article-copy h2 {
    font-size: 31px;
  }

  .article-copy section p,
  .article-copy section li {
    font-size: 15px;
  }
}
