/* Monochrome studio showcase */
:root { --ink: #111; --paper: #f3f2ee; --line: #d5d4d0; }
::selection { background: #111; color: #fff; }
[id] { scroll-margin-top: 90px; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
.hero { filter: grayscale(var(--scroll-gray, 0)); transition: filter .3s ease; }
.hero-image-centered img { filter: drop-shadow(0 0 26px #ffffff30); }
.hero .hero-title h3 { color: #fff; animation: none; text-shadow: none; }
.hero-explore { position: absolute; bottom: 38px; left: 50%; transform: translateX(-50%); color: white; font: 11px 'Montserrat', sans-serif; letter-spacing: 3px; white-space: nowrap; }
.hero-explore span { display: inline-block; margin-left: 18px; animation: nudge-down 2s ease-in-out 3; }
.hero-explore:hover { color: #fff; }
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover { color: #aaa; }
.navbar-light.nav-sticky .navbar-nav .nav-link.active, .navbar-light.nav-sticky .navbar-nav .nav-link:hover { color: #000; text-decoration: underline; text-underline-offset: 7px; }
.characters { filter: grayscale(var(--scroll-gray, 1)); transition: filter .25s ease-out; }
.characters:hover { filter: grayscale(0); }
.banner .banner-text-reverse .btn:hover { color: #fff; background: #111; }
.btn { background: #111; box-shadow: none; }
.btn:hover { color: #111; border-color: #111; box-shadow: none; }
.studio-experience { padding: 110px 0 0; background: var(--paper); color: #555; }
.studio-experience .container, .studio-team .container { max-width: 1200px; }
.studio-heading { margin-bottom: 48px; }
.eyebrow { display: block; font-size: 10px; font-weight: 600; letter-spacing: 2px; line-height: 1.6; }
.studio-heading > .eyebrow { margin-bottom: 25px; color: #555; }
.heading-split { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; }
.heading-split h2 { font-size: clamp(36px, 4.4vw, 60px); line-height: 1.07; letter-spacing: -2.5px; font-weight: 700; color: #111; margin: 0; }
.heading-split h2 span { color: #777; }
.heading-split > p { max-width: 355px; font-size: 13px; line-height: 1.9; margin: 0 0 3px; }
.expertise-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
.craft-card { grid-column: span 2; background: #fff; border: 1px solid var(--line); overflow: hidden; position: relative; transition: box-shadow .4s, border-color .4s, transform .4s; }
.craft-feature, .network-card { grid-column: span 3; }
.craft-art { height: 225px; overflow: hidden; background: #c4c4c4; }
.craft-feature .craft-art { height: 295px; }
.craft-art img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(var(--scroll-gray, 1)); transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .25s ease-out; }
.character-art img { object-fit: cover; transform: scale(1.3); }
.craft-copy { padding: 28px; }
.craft-copy .eyebrow { color: #707070; font-size: 9px; letter-spacing: 1.5px; margin-bottom: 14px; }
.craft-copy h3 { color: #111; font-size: 23px; letter-spacing: -.7px; line-height: 1.2; font-weight: 700; margin-bottom: 15px; }
.craft-copy p { font-size: 12px; line-height: 1.9; margin-bottom: 0; }
.craft-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.craft-tags span { border: 1px solid var(--line); padding: 6px 9px; font-size: 9px; text-transform: uppercase; letter-spacing: .5px; }
.network-card { background: #151515; border-color: #333; color: #bcbcbc; }
.network-card h3 { color: #fff; }
.network-card .eyebrow { color: #aaa; }
.network-card .craft-tags span { border-color: #444; }
.network-art { height: 295px; position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, #ffffff10 0, transparent 64%), repeating-linear-gradient(0deg, transparent 0 39px, #ffffff06 40px), repeating-linear-gradient(90deg, transparent 0 39px, #ffffff06 40px); }
.network-orbit { width: 205px; height: 205px; border: 1px solid #666; border-radius: 50%; position: absolute; transform: rotate(-25deg) scaleY(.7); }
.network-orbit::before, .network-orbit::after { content: ''; position: absolute; inset: 22px -34px; border: 1px solid #444; border-radius: 50%; transform: rotate(65deg); }
.network-orbit::after { transform: rotate(-65deg); }
.network-core { width: 65px; height: 65px; display: grid; place-items: center; background: #eee; color: #111; font-size: 33px; font-weight: 700; transform: rotate(-9deg); box-shadow: 0 0 40px #ffffff20; }
.node { width: 9px; height: 9px; background: #eee; position: absolute; border-radius: 50%; box-shadow: 0 0 0 6px #ffffff09; }
.node-one { margin: -135px 0 0 -120px; }.node-two { margin: 100px 0 0 160px; }.node-three { margin: 125px 0 0 -140px; }.node-four { margin: -95px 0 0 170px; }
.network-label { position: absolute; bottom: 24px; font-size: 8px; letter-spacing: 3px; color: #999; }
.network-card:hover .node { animation: node-pulse 1.3s ease-out 2; }
.network-card:hover .node-two, .network-card:hover .node-four { animation-delay: .3s; }
.design-art { height: 225px; padding: 33px; background: #e8e7e3; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; position: relative; }
.design-art span { font-size: 32px; font-weight: 700; letter-spacing: -1px; line-height: 1.4; color: #333; }
.design-art span:nth-of-type(2) { padding-left: 55px; color: #777; }
.design-art .design-play { align-self: flex-end; color: #111; }
.design-art i { position: absolute; right: 40px; top: 32px; font-style: normal; font-size: 45px; color: #999; }
.design-art i:nth-of-type(2) { top: auto; right: auto; bottom: 28px; left: 50px; }
.expertise-footnote { display: flex; justify-content: space-between; gap: 20px; padding: 30px 0 38px; font-size: 9px; letter-spacing: 1.3px; }
.expertise-footnote a { font-size: 12px; letter-spacing: 0; font-weight: 600; color: #111; }
.expertise-footnote a span { display: inline-block; margin-left: 14px; transition: transform .3s; }
.expertise-footnote a:hover span { transform: translate(3px,-3px); }
.studio-team { padding: 100px 0; background: #101010; color: #aaa; }
.studio-team .studio-heading > .eyebrow { color: #aaa; }
.studio-team h2 { color: #fff; }
.studio-team .heading-split h2 span { color: #999; }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.crew-card { background: #1b1b1b; border: 1px solid #333; overflow: hidden; transition: transform .4s, border-color .4s; }
.crew-portrait { position: relative; height: 245px; padding: 28px 24px 0; overflow: hidden; background: radial-gradient(ellipse at 50% 100%, #555, #242424 70%); text-align: center; }
.crew-portrait img { height: 100%; max-width: 100%; object-fit: contain; filter: grayscale(var(--scroll-gray, 1)); transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .25s ease-out; }
.crew-number { position: absolute; top: 18px; left: 20px; font-size: 10px; color: #aaa; letter-spacing: 1px; }
.crew-info { padding: 24px; border-top: 1px solid #333; }
.crew-info h3 { font-size: 17px; line-height: 1.4; color: #fff; font-weight: 600; margin-bottom: 7px; }
.crew-info p { font-size: 11px; color: #aaa; margin: 0; min-height: 18px; }
@media (hover:hover) and (pointer:fine) {
    .hero:hover, .craft-card:hover .craft-art img, .crew-card:hover .crew-portrait img, .spotlight-stage:hover img { filter: grayscale(0); }
    .craft-card:hover { border-color: #888; box-shadow: 0 15px 30px #00000012; }
    .craft-card:hover .craft-art img { transform: scale(1.06); }
    .craft-card:hover .character-art img { transform: scale(1.4) rotate(-2deg); }
    .crew-card:hover { transform: translateY(-7px); border-color: #888; }
    .crew-card:hover img { transform: scale(1.06) rotate(-2deg); }
    .btn:hover { transform: translateY(-3px); }
    .btn:active { transform: translateY(1px) scale(.97); }
}
.reveal-ready { opacity: 0; transform: translateY(28px); }
.reveal-ready.is-visible { opacity: 1; transform: translateY(0); transition: opacity .7s, transform .7s cubic-bezier(.16,1,.3,1); transition-delay: var(--reveal-delay, 0ms); }
@keyframes node-pulse { 50% { box-shadow: 0 0 0 15px #ffffff00; transform: scale(1.3); } }
@keyframes nudge-down { 50% { transform: translateY(6px); } }
@media(max-width: 991px) {
    .heading-split { align-items: flex-start; flex-direction: column; gap: 22px; }
    .heading-split > p { max-width: 520px; }
    .expertise-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .craft-card, .craft-feature, .network-card { grid-column: span 1; }
    .design-card { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; }
    .craft-feature .craft-art, .network-art { height: 245px; }
    .crew-portrait { height: 200px; padding: 20px 10px 0; }
    .crew-info { padding: 20px 15px; }
    .crew-info h3 { font-size: 15px; }
}
@media(max-width: 600px) {
    .studio-experience, .studio-team { padding-top: 70px; }
    .studio-team { padding-bottom: 70px; }
    .studio-heading { margin-bottom: 30px; }
    .heading-split h2 { letter-spacing: -1.5px; }
    .expertise-grid { grid-template-columns: minmax(0,1fr); gap: 18px; }
    .design-card { grid-column: span 1; display: block; }
    .craft-art, .craft-feature .craft-art, .network-art { height: 230px; }
    .craft-copy { padding: 25px; }
    .expertise-footnote { flex-direction: column; }
    .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
    .crew-portrait { height: 175px; padding: 30px 8px 0; }
    .crew-info { padding: 18px 12px; min-height: 114px; }
    .crew-info h3 { font-size: 14px; }
    .crew-info p { font-size: 10px; line-height: 1.6; }
    .hero-explore { bottom: 24px; font-size: 9px; }
}
@media(prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .reveal-ready, .hero-image-centered, .hero-content-bottom, .wow { opacity: 1 !important; transform: none !important; visibility: visible !important; }
}
/* Kickstarter feature and studio contact */
.studio-contact { margin: 0; padding: 110px 0; background: var(--paper); color: #555; }
.studio-contact .container { max-width: 1200px; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: start; }
.contact-intro > .eyebrow { margin-bottom: 28px; }
.contact-intro h2 { font-size: clamp(36px,4vw,54px); font-weight: 700; line-height: 1.12; letter-spacing: -2px; color: #111; margin-bottom: 24px; }
.contact-intro h2 span { color: #777; }
.contact-intro > p { font-size: 13px; line-height: 1.9; max-width: 370px; }
.contact-email { display: flex; gap: 17px; align-items: center; margin-top: 35px; font-size: clamp(13px,1.4vw,18px); color: #111; font-weight: 600; }
.contact-email small { display: block; font-size: 8px; letter-spacing: 1.6px; color: #777; margin-bottom: 8px; }
.email-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #aaa; font-size: 24px; transition: background .3s,color .3s,transform .3s; flex-shrink: 0; }
.contact-email:hover { color: #111; }
.contact-email:hover .email-icon { color: #fff; background: #111; transform: rotate(-8deg); }
.contact-signal { display: flex; align-items: center; gap: 18px; margin-top: 65px; max-width: 350px; font-size: 8px; letter-spacing: 1.3px; white-space: nowrap; }
.signal-track { height: 30px; flex: 1; position: relative; overflow: hidden; }
.signal-track::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; border-top: 1px solid #ccc; }
.signal-track i { position: absolute; top: 12px; left: 10%; width: 6px; height: 6px; background: #111; transform: rotate(45deg); }
.signal-track i:nth-child(2) { left: 45%; }.signal-track i:nth-child(3) { left: 80%; }
.contact-intro.is-visible .signal-track i { animation: signal-travel 2.4s ease-in-out 3; }
.contact-intro.is-visible .signal-track i:nth-child(2) { animation-delay: .2s; }.contact-intro.is-visible .signal-track i:nth-child(3) { animation-delay: .4s; }
.studio-contact .contact-form { padding: 34px; background: #fff; border: 1px solid #d5d4d0; box-shadow: 10px 10px 0 #e5e4e0; }
.form-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid #e5e4e0; margin-bottom: 28px; }
.form-heading h3 { font-size: 17px; font-weight: 600; line-height: 1.5; color: #111; margin: 0; }
.form-heading > span { font-size: 28px; color: #999; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-field { position: relative; margin-bottom: 26px; }
.contact-field label { font-size: 11px; font-weight: 600; color: #444; margin-bottom: 6px; transition: color .2s; }
.studio-contact .contact-form .form-control { color: #111; font-family: inherit; font-size: 12px; line-height: 1.7; padding: 10px 0; background: transparent; border: 0; border-bottom: 1px solid #ccc; border-radius: 0; box-shadow: none; height: auto; transition: border-color .25s, box-shadow .25s; }
.studio-contact .contact-form .form-control::placeholder { color: #888; }
.studio-contact .contact-form textarea.form-control { min-height: 110px; resize: vertical; }
.studio-contact .contact-form .form-control:focus { border-color: #111; box-shadow: 0 2px 0 #111; outline: none; }
.contact-field:focus-within label { color: #000; }
.form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.form-bottom > span { font-size: 9px; color: #777; }
.studio-contact .contact-form .contact-send { display: inline-flex; align-items: center; gap: 25px; padding: 14px 20px; margin: 0; background: #111; color: #fff; font-family: inherit; font-size: 11px; letter-spacing: 0; border: 1px solid #111; box-shadow: none; }
.studio-contact .contact-form .contact-send:hover { background: #333; color: #fff; border-color: #333; }
.send-arrow { font-size: 19px; line-height: 1; transition: transform .3s; }
.contact-send:hover .send-arrow { transform: translate(3px,-3px); }
.contact-send:disabled { opacity: .6; cursor: wait; transform: none; }
.contact-send.is-sending .send-arrow { font-size: 0; width: 16px; height: 16px; border: 2px solid #ffffff55; border-top-color: #fff; border-radius: 50%; animation: spin .8s linear infinite; }
.contact-status:empty { display: none; }
.contact-status { margin-top: 24px; border-left: 3px solid #111; background: #f3f2ee; padding: 14px 16px; color: #333; font-size: 12px; line-height: 1.7; animation: message-in .3s ease-out; }
.studio-contact + .footer { margin-top: 0; }
@keyframes signal-travel { 50% { transform: translateX(18px) rotate(225deg); opacity: .25; } }
@keyframes message-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@media(max-width:991px) { .contact-layout { gap: 35px; grid-template-columns: 1fr 1fr; }.contact-fields { grid-template-columns: 1fr; gap: 0; }.studio-contact .contact-form { padding: 26px; }.form-bottom { align-items: flex-start; flex-direction: column; } }
@media(max-width:700px) { .studio-contact { padding: 70px 0; }.contact-layout { grid-template-columns: 1fr; gap: 40px; }.contact-intro > p { max-width: 100%; }.contact-signal { margin-top: 30px; }.studio-contact .contact-form { padding: 24px; box-shadow: 5px 5px 0 #e5e4e0; }.form-bottom { flex-direction: row; align-items: center; }.contact-email { font-size: 17px; } }
@media(prefers-reduced-motion:reduce) { .campaign-link::before, .signal-track i, .contact-send.is-sending .send-arrow, .contact-status { animation: none !important; transition: none !important; } }

/* Keyboard focus also reveals the featured game artwork. */
.craft-card:focus-within .craft-art img { filter: grayscale(0); }
/* Studio story and game spotlight */
.studio-about { padding: 100px 0 90px; background: #faf9f6; color: #666; }
.studio-about .container, .game-spotlight .container { max-width: 1200px; }
.about-topline, .spotlight-topline { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 25px; border-bottom: 1px solid #d5d4d0; margin-bottom: 45px; }
.about-topline .eyebrow:last-child { color: #888; font-size: 9px; }
.about-editorial { display: grid; grid-template-columns: 1.2fr 1fr; gap: 85px; }
.about-editorial h2 { font-size: clamp(36px,4.2vw,58px); font-weight: 700; line-height: 1.12; letter-spacing: -2.5px; color: #111; margin: 0; }
.about-editorial h2 span { color: #888; }
.about-signature { margin-top: 42px; display: flex; align-items: center; gap: 22px; }
.about-signature img { width: 105px; height: auto; transform: rotate(-6deg); transition: transform .4s; }
.about-signature:hover img { transform: rotate(3deg) scale(1.06); }
.about-signature span { font-size: 10px; color: #888; border-left: 1px solid #ccc; padding-left: 20px; }
.about-story p { font-size: 13px; line-height: 1.9; margin-bottom: 17px; }
.about-story .about-lead { font-size: 20px; color: #222; line-height: 1.6; font-weight: 500; margin-top: -5px; }
.about-team-link { display: inline-flex; gap: 22px; align-items: center; color: #111; font-size: 11px; font-weight: 600; padding: 10px 0; border-bottom: 1px solid #aaa; }
.about-team-link:hover { color: #111; border-color: #111; }
.about-team-link span { transition: transform .3s; }.about-team-link:hover span { transform: translate(3px,-3px); }
.about-pillars { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; margin-top: 65px; }
.about-pillars > div { position: relative; border-top: 1px solid #ccc; padding-top: 23px; }
.about-pillars > div::before { content: ''; position: absolute; left: 0; top: -1px; width: 100%; height: 2px; background: #111; transform: scaleX(0); transform-origin: left; transition: transform .45s; }
.about-pillars > div:hover::before { transform: scaleX(1); }
.pillar-index { font-size: 10px; color: #888; display: block; margin-bottom: 14px; }
.about-pillars h3 { font-size: 17px; font-weight: 600; color: #222; margin-bottom: 12px; }.about-pillars p { font-size: 12px; line-height: 1.8; max-width: 300px; margin-bottom: 0; }
.game-spotlight { background: #111; color: #aaa; padding: 55px 0 0; overflow: hidden; }
.spotlight-topline { border-color: #393939; margin-bottom: 40px; }.spotlight-topline .eyebrow { font-size: 9px; }
.spotlight-platform { border: 1px solid #444; padding: 7px 12px; font-size: 9px; letter-spacing: 1px; white-space: nowrap; }
.spotlight-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 85px; align-items: center; }
.spotlight-heading h2 { color: #fff; font-size: clamp(52px,6.5vw,90px); line-height: 1; letter-spacing: -4px; font-weight: 700; margin: 0 0 22px; }
.spotlight-heading h2 > span { color: #666; font-size: .6em; display: inline-block; vertical-align: top; margin-left: 12px; }
.spotlight-heading > div > p { font-size: 21px; line-height: 1.5; color: #aaa; margin: 0; }
.spotlight-heading .spotlight-intro > p { font-size: 13px; line-height: 1.9; max-width: 370px; margin-bottom: 23px; }
.spotlight-stage { position: relative; margin-top: 40px; min-height: 200px; padding: 45px 0 35px; text-align: center; background: radial-gradient(ellipse at 50% 80%,#ffffff15,transparent 65%); }
.stage-word { position: absolute; top: 25px; left: 0; width: 100%; font-size: clamp(35px,7.5vw,105px); line-height: 1; letter-spacing: -3px; font-weight: 700; color: #ffffff08; white-space: nowrap; pointer-events: none; }
.spotlight-stage img { position: relative; width: 90%; max-width: 1000px; height: auto; filter: grayscale(var(--scroll-gray, 1)); transition: filter .25s ease-out, transform .8s cubic-bezier(.2,.8,.2,1); transform-origin: 50% 90%; }
.spotlight-stage:hover img { filter: grayscale(0); transform: scale(1.035) translateY(-6px); }
.stage-caption { display: block; position: relative; font-size: 8px; letter-spacing: 3px; color: #888; margin-top: 16px; }
.spotlight-footer { border-top: 1px solid #333; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 18px; font-size: 9px; letter-spacing: 1.5px; color: #888; }
.spotlight-footer > span[aria-hidden] { font-size: 18px; }
.game-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; background: #111; color: #fff; border: 1px solid #111; border-radius: 3px; padding: 7px 7px 7px 20px; min-height: 64px; text-decoration: none; transition: background .3s, color .3s, box-shadow .3s, transform .3s; }
.cta-copy { display: flex; flex-direction: column; gap: 4px; font-size: 12px; font-weight: 600; line-height: 1.5; }
.cta-copy small { font-size: 7px; letter-spacing: 1.5px; color: #aaa; font-weight: 500; }
.cta-icon { width: 48px; height: 48px; display: grid; place-items: center; flex-shrink: 0; background: #ffffff18; border-radius: 2px; font-size: 23px; transition: background .3s, color .3s, transform .4s cubic-bezier(.2,.8,.2,1); }
.game-cta:hover, .game-cta:focus-visible { color: #fff; background: #252525; box-shadow: 4px 4px 0 #999; transform: translate(-2px,-2px); }
.game-cta:hover .cta-icon, .game-cta:focus-visible .cta-icon { color: #111; background: #fff; transform: rotate(-8deg); }
.game-cta:active { transform: translate(0,0); box-shadow: none; }
.game-cta-light { background: #f2f1ed; border-color: #f2f1ed; color: #111; }
.game-cta-light .cta-copy small { color: #777; }.game-cta-light .cta-icon { background: #deddd9; color: #111; }
.game-cta-light:hover, .game-cta-light:focus-visible { color: #111; background: #fff; box-shadow: 4px 4px 0 #666; }
.game-cta-light:hover .cta-icon, .game-cta-light:focus-visible .cta-icon { background: #111; color: #fff; }
.campaign-link { display: flex; margin-top: 25px; }
@media(max-width:991px) { .about-editorial, .spotlight-heading { gap: 35px; }.spotlight-heading h2 { letter-spacing: -3px; }.spotlight-heading h2 > span { display: none; }.about-pillars { gap: 20px; } }
@media(max-width:700px) {
    .studio-about { padding: 65px 0; }.about-topline { margin-bottom: 32px; }.about-topline .eyebrow { font-size: 8px; letter-spacing: 1px; }.about-topline .eyebrow:last-child { font-size: 8px; }
    .about-editorial, .spotlight-heading { grid-template-columns: 1fr; gap: 35px; }.about-editorial h2 { letter-spacing: -1.5px; }.about-signature { margin-top: 25px; }.about-story .about-lead { font-size: 18px; }
    .about-pillars { grid-template-columns: 1fr; gap: 25px; margin-top: 35px; }.about-pillars > div { padding-left: 37px; }.pillar-index { position: absolute; left: 0; top: 26px; }.about-pillars p { max-width: none; }
    .game-spotlight { padding-top: 35px; }.spotlight-topline { gap: 12px; }.spotlight-topline .eyebrow { font-size: 8px; letter-spacing: 1px; }.spotlight-platform { font-size: 8px; padding: 6px; }
    .spotlight-heading h2 { font-size: 64px; }.spotlight-heading > div > p { font-size: 20px; }.spotlight-heading .spotlight-intro > p { max-width: none; }.spotlight-stage { margin-top: 25px; padding-top: 20px; }.spotlight-stage img { width: 115%; max-width: none; margin-left: -7.5%; }.stage-word { font-size: 9vw; letter-spacing: -1px; }.stage-caption { font-size: 7px; letter-spacing: 1.5px; }.spotlight-footer { font-size: 7px; letter-spacing: .5px; gap: 8px; }.spotlight-footer > span[aria-hidden] { font-size: 12px; }
}
