/* Additions for the public pages. The original stylesheet and legal pages stay independent. */
html { scroll-padding-top: 7rem; }
.gs-site [hidden] { display: none !important; }
.gs-site button { cursor: pointer; }
.gs-site a:focus-visible, .gs-site button:focus-visible, .gs-site summary:focus-visible { outline: 3px solid #7254bb; outline-offset: 5px; }
.gs-skip { position: fixed; top: 1rem; left: 1rem; z-index: 60; padding: .8rem 1.2rem; color: #fff; background: #285c9e; border-radius: .5rem; transform: translateY(-160%); }
.gs-skip:focus { transform: none; }
.gs-site .nav { flex-wrap: wrap; }
.gs-site .brand-name { display: inline; }
.gs-site .nav-links { gap: .2rem; }
.gs-site .nav-links a { font-size: .84rem; }
.gs-site .nav-links a:hover, .gs-site .nav-links .is-current { color: #23568c; background: #d4efff; box-shadow: inset 0 -.18rem 0 #9bcce9; }
.gs-menu-button { display: none; border: 2px solid #86c3e6; border-radius: .65rem; padding: .48rem .7rem; color: #285c9e; background: #f2fbff; font-size: .8rem; font-weight: 800; }
.gs-menu-button span { margin-left: .45rem; }
.gs-container { width: min(76rem, calc(100% - 4rem)); margin: 0 auto; }
.gs-section { padding: 6rem 0; border-bottom: 1px solid #c8eafa; }
.gs-title { margin: 1rem 0 0; color: #326dae; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 900; line-height: 1.08; letter-spacing: -.05em; text-shadow: .07rem .1rem 0 #fff; }
.gs-title span { color: #7661c1; }
.gs-section p, .gs-page-head p { line-height: 1.8; }
.gs-section h3 { line-height: 1.25; font-weight: 850; }
.gs-section-top { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.gs-section-top > p { max-width: 26rem; color: #537a9f; font-size: .98rem; margin: 0; }
.gs-link { display: inline-flex; align-items: center; gap: 1rem; padding: .6rem 0; color: #356daa; border-bottom: 2px solid #a5cfea; font-size: .88rem; font-weight: 850; line-height: 1.5; }
.gs-link:hover { color: #6b51b1; border-color: #9c81d8; }
.gs-section .button-primary, .gs-page-head .button-primary, .contact-form .button-primary { color: #234b29; }
.gs-page-head { padding: 10.5rem 0 4.5rem; background: radial-gradient(ellipse at 85% 0, #d1edff, transparent 60%); }
.gs-page-head h1 { font-size: clamp(2.6rem, 5.5vw, 5rem); line-height: 1.02; letter-spacing: -.06em; }
.gs-intro-copy { max-width: 39rem; color: #537a9f; font-size: 1.05rem; margin: 1.8rem 0 0; }
/* Home: the existing seven sections remain; a landscape explorer and open FAQ are added. */
.gs-world { background: #f4fbff; }
.gs-explorer { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; }
.gs-explorer figure { margin: 0; position: relative; border-radius: 2rem; overflow: hidden; border: 3px solid #a4d9f2; }
.gs-explorer figure img { display: block; width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.gs-explorer figcaption { position: absolute; bottom: 1.1rem; left: 1.1rem; right: 3rem; width: fit-content; padding: .5rem .8rem; border-radius: .55rem; color: #285c9e; background: #fffffff0; font-size: .72rem; font-weight: 800; }
.gs-topic-note { position: relative; margin-left: -3rem; padding: 2.5rem 2rem 2rem; border: 2px solid #b7d4ee; border-radius: 1.3rem; background: #fff; box-shadow: 0 .5rem 0 #d6e9f8, 0 1rem 2rem #417ca015; }
.gs-note-tab { position: absolute; top: -1rem; left: 2rem; padding: .45rem .8rem; border: 2px solid #dab44a; border-radius: .45rem; color: #795a12; background: #fff1ad; transform: rotate(-3deg); font-size: .67rem; font-weight: 900; letter-spacing: .08em; }
.gs-topic-options { display: flex; flex-wrap: wrap; gap: .65rem; }
.gs-topic-options button { padding: .5rem .9rem; border: 1px solid #c8dff0; border-radius: 2rem; color: #3e6d9c; background: #f4fbff; font-size: .78rem; font-weight: 750; }
.gs-topic-options button:hover { border-color: #9475d0; }
.gs-topic-options button[aria-pressed="true"] { color: #fff; border-color: #7660bc; background: #7660bc; }
.gs-topic-text { min-height: 10.5rem; padding-top: 1.7rem; }
.gs-topic-text h3 { font-size: 1.6rem; margin: 0 0 .8rem; letter-spacing: -.035em; color: #3e6d9c; }
.gs-topic-text p { color: #527697; font-size: .92rem; margin: 0; }
.gs-help { background: #fffdf2; }
.gs-help-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; }
.gs-help-heading { position: relative; }
.gs-help-heading > p:not(.eyebrow) { max-width: 21rem; margin: 1.4rem 0 0; color: #567995; }
.gs-question-mark { display: block; width: 5rem; height: 5rem; margin: 2rem 0 0 .5rem; color: #8369c6; background: #eee7ff; border: 2px solid #c6b6e9; border-radius: 1.2rem; text-align: center; font-size: 3.8rem; line-height: 1.3; font-weight: 900; transform: rotate(-9deg); box-shadow: .3rem .3rem 0 #d8cfee; }
.gs-faq { border-top: 1px solid #d5e0da; }
.gs-faq:last-child { border-bottom: 1px solid #d5e0da; }
.gs-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; list-style: none; cursor: pointer; padding: 1.55rem 0; font-size: 1.02rem; font-weight: 800; line-height: 1.5; color: #3d668a; }
.gs-faq summary::-webkit-details-marker, .gs-craft-notes summary::-webkit-details-marker { display: none; }
.gs-faq summary b { flex: 0 0 auto; color: #8063bd; font-size: 1.6rem; font-weight: 500; transition: transform .2s; }
.gs-faq[open] summary b { transform: rotate(45deg); }
.gs-faq > div { padding: 0 2rem 1.5rem 0; }
.gs-faq p { color: #56758e; margin: 0; font-size: .93rem; }
.gs-faq p a { color: #3b65a8; text-decoration: underline; }
/* Games: a single catalog entry connects to the unchanged detailed game showcase. */
.gs-catalog { padding-top: .5rem; }
.gs-game-entry { display: grid; grid-template-columns: 1.15fr 1fr; gap: 4rem; align-items: center; padding: 2rem; border: 3px solid #a9d8ee; border-radius: 1.8rem; background: #fff; box-shadow: 0 .5rem 0 #d2eaf7; }
.gs-game-art { min-width: 0; }
.gs-game-label { display: inline-block; margin-bottom: 1rem; padding: .4rem .75rem; border-radius: .5rem; background: #fff1b1; color: #775c19; font-size: .65rem; letter-spacing: .08em; font-weight: 900; }
.gs-game-art img { display: block; width: 100%; border-radius: 1rem; }
.gs-game-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.2rem; }
.gs-game-tags span { padding: .4rem .7rem; border-radius: 2rem; background: #edf8ff; color: #486e94; font-size: .72rem; font-weight: 750; }
.gs-game-copy h2 { font-size: 2.3rem; margin: 1rem 0; line-height: 1.12; letter-spacing: -.045em; font-weight: 900; }
.gs-game-copy > p:not(.eyebrow) { margin: 0 0 1rem; color: #547799; font-size: .96rem; }
.gs-game-copy .button-primary { margin-top: .7rem; }
.gs-game-guide { background: #ecf8ff; }
.gs-preview-route { display: grid; grid-template-columns: .75fr 1.25fr; gap: 5rem; max-width: 58rem; margin: 2rem auto 0; align-items: center; }
.gs-preview-route figure { margin: 0; max-width: 18rem; border: 8px solid #fff; border-radius: 1.5rem; overflow: hidden; box-shadow: 0 .5rem 0 #beddef, 0 1rem 2rem #39698815; transform: rotate(-3deg); }
.gs-preview-route img { width: 100%; display: block; }
.gs-route-notes article { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px dashed #adcee6; }
.gs-route-notes article > span { display: grid; place-items: center; align-self: start; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #fff0b5; color: #725a1b; font-size: .75rem; font-weight: 900; }
.gs-route-notes article:nth-child(2) > span { background: #dfd7fb; color: #655098; }
.gs-route-notes article:nth-child(3) > span { background: #cef0db; color: #2d7550; }
.gs-route-notes h3 { font-size: 1.3rem; margin: 0 0 .7rem; color: #3c6d9c; letter-spacing: -.025em; }
.gs-route-notes p { margin: 0; color: #587b9b; font-size: .93rem; }
.gs-route-notes .gs-link { margin-top: 1.5rem; }
/* About: a studio note, a reading spread, expandable craft notes and an illustrated workspace. */
.gs-about-head { padding-bottom: 5.5rem; }
.gs-about-opening { display: grid; grid-template-columns: 1.4fr .6fr; gap: 5rem; align-items: center; }
.gs-about-opening .gs-title { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.gs-north-star { padding: 2rem 1.8rem; border: 2px solid #d6c268; background: #fff6c9; border-radius: 1rem 2.7rem 1rem 1rem; box-shadow: .4rem .4rem 0 #ede0a5; transform: rotate(4deg); text-align: center; }
.gs-north-star > span { font-size: .63rem; letter-spacing: .12em; font-weight: 800; color: #826e30; }
.gs-north-star b { display: block; margin: 1rem 0 0; color: #d09629; font-size: 3.2rem; line-height: 1.2; }
.gs-north-star p { margin: .8rem 0 1rem; font-size: 1.5rem; font-weight: 850; line-height: 1.25; color: #756025; letter-spacing: -.03em; }
.gs-north-star small { color: #87723a; font-size: .77rem; line-height: 1.6; }
.gs-origin { background: #fff; }
.gs-origin-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6rem; }
.gs-origin-copy { padding: 1.5rem 0 0 2rem; border-left: 2px solid #d1e8f4; }
.gs-origin-copy p { color: #577a99; margin: 1.2rem 0 0; }
.gs-origin-copy .gs-lead { font-size: 1.5rem; line-height: 1.55; color: #376892; margin-top: 0; letter-spacing: -.02em; }
.gs-craft { background: #edf9ff; }
.gs-craft-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; }
.gs-craft-layout > div:first-child > p:not(.eyebrow) { color: #527799; margin-top: 1.5rem; max-width: 23rem; }
.gs-craft-notes { align-self: start; padding: .5rem 1.8rem; border: 2px solid #bfdff2; border-radius: 1.3rem; background: #fff; box-shadow: 0 .5rem 0 #d7ecf8; }
.gs-craft-notes details + details { border-top: 1px solid #d5e9f5; }
.gs-craft-notes summary { display: flex; align-items: center; gap: 1rem; list-style: none; padding: 1.7rem 0; cursor: pointer; }
.gs-craft-notes summary > span { color: #7c67b6; font-size: .7rem; font-weight: 800; }
.gs-craft-notes h3 { margin: 0; flex: 1; color: #3c6d9f; font-size: 1.08rem; }
.gs-craft-notes summary b { color: #8067be; font-size: 1.4rem; font-weight: 500; }
.gs-craft-notes details[open] summary b { transform: rotate(45deg); }
.gs-craft-notes details > div { padding: 0 0 1.6rem 2.1rem; }
.gs-craft-notes p { margin: 0; color: #577899; font-size: .93rem; }
.gs-craft-notes small { display: block; margin-top: 1rem; color: #7154a4; font-size: .61rem; letter-spacing: .07em; font-weight: 850; }
.gs-culture-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.gs-culture figure { margin: 0; padding: .7rem .7rem 1.2rem; border: 1px solid #bddbef; background: #fff; border-radius: 1.5rem; transform: rotate(-2deg); }
.gs-culture figure img { display: block; width: 100%; aspect-ratio: 1.15; object-fit: cover; object-position: right center; border-radius: 1rem; }
.gs-culture figcaption { margin: 1rem .5rem 0; font-size: .75rem; color: #62809a; }
.gs-culture-layout > div > p:not(.eyebrow) { color: #577b9c; margin: 1.5rem 0 0; }
.gs-culture .gs-link { margin-top: 1.3rem; }
/* Join Us: a role index and generous job sheets, separate from studio and player content. */
.gs-join-head { background: radial-gradient(circle at 93% 20%, #fff1b8, transparent 25rem), #e8f8ff; }
.gs-join-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 64rem; margin-top: 2rem; }
.gs-join-intro p { color: #567998; font-size: 1rem; margin: 0; }
.gs-roles-section { background: #f8fdff; padding-top: 4rem; }
.gs-roles-layout { display: grid; grid-template-columns: .6fr 1.4fr; gap: 5rem; align-items: start; }
.gs-role-index { position: sticky; top: 8rem; display: flex; flex-direction: column; align-items: start; }
.gs-role-index > span { font-size: .68rem; letter-spacing: .1em; font-weight: 850; color: #7962ae; padding-bottom: 1.5rem; }
.gs-role-index a { color: #477296; font-size: .9rem; font-weight: 800; padding: .85rem 0; border-bottom: 1px solid #d2e6f1; width: 100%; }
.gs-role-index a:hover { color: #7756b6; }
.gs-role-index p { margin: 2rem 0 0; color: #7792a8; font-size: .88rem; }
.gs-role { padding: 0 0 3.3rem; margin-bottom: 3rem; border-bottom: 2px solid #c5dfee; scroll-margin-top: 8rem; }
.gs-role:last-child { margin-bottom: 0; }
.gs-role-top { display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; margin-bottom: 1.6rem; }
.gs-role-top span { font-size: .63rem; font-weight: 850; letter-spacing: .08em; color: #7e6ba8; }
.gs-role-top a { color: #3975a8; font-size: .77rem; font-weight: 800; border-bottom: 1px solid #a6cce5; padding: .45rem 0; }
.gs-role h2 { color: #376c9f; font-size: 2.15rem; line-height: 1.15; letter-spacing: -.04em; font-weight: 900; margin: 0; }
.gs-role p { color: #557b99; font-size: .95rem; margin: 1rem 0 0; }
.gs-role .gs-role-tagline { color: #7961b3; font-size: 1.2rem; font-weight: 750; margin: 1rem 0 1.5rem; }
.gs-role-body { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; margin-top: 2rem; }
.gs-role-body h3 { font-size: .84rem; margin: 0 0 1rem; color: #3d6d91; }
.gs-role-body ul { margin: 0; padding-left: 1.1rem; color: #557b99; font-size: .88rem; line-height: 1.8; list-style: disc; }
.gs-role-body li + li { margin-top: .6rem; }
.gs-role-body li::marker { color: #89acc8; }
.gs-role-body aside { padding: 1.3rem; border-radius: 1rem; background: #edf5ff; }
.gs-role:nth-child(2) .gs-role-body aside { background: #f2edff; }
.gs-role:nth-child(3) .gs-role-body aside { background: #fff8dc; }
.gs-role-body aside p { font-size: .84rem; margin: 0; }
.gs-introduce { background: #e8f6ff; }
.gs-introduce .gs-container { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.gs-introduce .gs-container > div:last-child > p { color: #577b99; margin: 0 0 1.5rem; }
.gs-introduce .gs-small { font-size: .82rem; margin: 1.5rem 0 0 !important; overflow-wrap: anywhere; }
/* Existing contact layout, with a reviewable email draft instead of a success claim. */
.gs-form-note { color: #587895; font-size: .76rem; line-height: 1.7; margin: 1.4rem 0 0; }
.gs-draft { margin-top: 1.2rem; padding: 1rem; border: 1px solid #bfdcc6; border-radius: .8rem; background: #f0fbf2; }
.gs-draft p { font-size: .82rem; color: #466f50; margin: 0 0 1rem; line-height: 1.6; }
.gs-draft .button-secondary { min-height: 2.7rem; font-size: .75rem; }
.gs-contact-help { max-width: 76rem; margin: 4rem auto 0; padding: 2rem 0 0; border-top: 2px solid #cbe8f5; display: grid; grid-template-columns: 1fr 1.3fr; gap: 1.5rem 4rem; }
.gs-contact-help h2 { font-size: 1.8rem; line-height: 1.2; letter-spacing: -.04em; font-weight: 850; margin: .8rem 0 0; }
.gs-contact-help > p { color: #577b99; line-height: 1.8; font-size: .88rem; margin: 0; }
.gs-contact-help .gs-link { justify-self: start; }
/* The footer repeats the main navigation on every public page. */
.gs-footer { padding-top: 3rem; background: #e9f6fd; border-top: 1px solid #c9e4f3; }
.gs-footer-main { max-width: 76rem; margin: 0 auto; display: flex; justify-content: space-between; align-items: start; gap: 2rem; padding-bottom: 2rem; }
.gs-footer-main > div p { color: #60819e; font-size: .75rem; margin: .8rem 0 0; }
.gs-footer-main nav { display: flex; flex-wrap: wrap; gap: 1.3rem; padding-top: .15rem; font-size: .83rem; color: #466f97; font-weight: 750; }
.gs-footer-main nav a:hover { color: #765ab1; }
.gs-footer-email { color: #527da4; font-weight: 850; font-size: .98rem; }
.gs-footer-email small { display: block; margin-top: .65rem; color: #61809d; font-size: .73rem; font-weight: 600; overflow-wrap: anywhere; }
.gs-footer .footer-inner { border-top: 1px solid #c7e0ef; padding-top: 1.5rem; color: #60819e; }
@media (min-width: 640px) { .gs-footer { padding-left: 2rem; padding-right: 2rem; } }
@media (max-width: 1000px) {
  .gs-about-opening { gap: 3rem; grid-template-columns: 1.3fr .7fr; }
  .gs-help-layout, .gs-craft-layout, .gs-origin-layout, .gs-culture-layout, .gs-game-entry, .gs-preview-route, .gs-roles-layout { gap: 3rem; }
  .gs-explorer { grid-template-columns: 1.1fr 1fr; }
  .gs-topic-note { margin-left: -1.5rem; padding: 2rem 1.5rem; }
  .gs-game-entry { padding: 1.5rem; }
  .gs-role-body { grid-template-columns: 1fr; }
  .gs-footer-main { flex-wrap: wrap; }
  .gs-footer-main nav { gap: 1rem; }
  .gs-footer-email { width: 100%; }
}
@media (max-width: 760px) {
  .gs-site .nav { gap: .75rem; }
  .gs-site .nav-links { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); }
  .gs-site .nav-links a { text-align: center; padding: .65rem .3rem; font-size: .78rem; }
  html.gs-js .gs-site .nav-links { display: none; }
  html.gs-js .gs-site .nav.gs-menu-open .nav-links { display: grid; }
  .gs-menu-button:not([hidden]) { display: block; }
  .gs-container { width: calc(100% - 2.5rem); }
  .gs-section { padding: 4rem 0; }
  .gs-section-top { display: block; margin-bottom: 2rem; }
  .gs-section-top > p { margin-top: 1.5rem; max-width: none; font-size: .94rem; }
  .gs-section-top > .gs-link { margin-top: 1.5rem; }
  .gs-title { font-size: clamp(1.9rem, 6.8vw, 2.7rem); }
  .gs-page-head { padding: 9rem 0 3rem; }
  .gs-page-head h1, .gs-about-opening .gs-title { font-size: clamp(2.45rem, 8.5vw, 3.8rem); }
  .gs-intro-copy { font-size: .98rem; margin-top: 1.5rem; }
  .gs-explorer, .gs-help-layout, .gs-game-entry, .gs-preview-route, .gs-about-opening, .gs-origin-layout, .gs-craft-layout, .gs-culture-layout, .gs-roles-layout, .gs-introduce .gs-container, .gs-join-intro, .gs-contact-help { grid-template-columns: 1fr; gap: 2rem; }
  .gs-explorer { gap: 0; }
  .gs-explorer figure { border-radius: 1.5rem; }
  .gs-explorer figure img { aspect-ratio: 1.5; }
  .gs-explorer figcaption { bottom: 2.3rem; left: .7rem; font-size: .6rem; }
  .gs-topic-note { margin: -1.5rem .6rem 0; padding: 2.2rem 1.2rem 1.5rem; }
  .gs-topic-text { min-height: 10rem; }
  .gs-topic-text h3 { font-size: 1.45rem; }
  .gs-topic-options { gap: .5rem; }
  .gs-topic-options button { padding: .45rem .7rem; font-size: .75rem; }
  .gs-help-heading > p:not(.eyebrow) { max-width: none; padding-right: 3rem; }
  .gs-question-mark { position: absolute; top: -.2rem; right: 0; width: 3rem; height: 3rem; font-size: 2.2rem; border-radius: .7rem; opacity: .75; }
  .gs-faq summary { padding: 1.3rem 0; font-size: .95rem; }
  .gs-faq > div { padding-right: .5rem; }
  .gs-catalog { padding-top: .5rem; }
  .gs-game-entry { padding: 1.25rem; border-width: 2px; }
  .gs-game-copy h2 { font-size: 2rem; }
  .gs-game-copy > p:not(.eyebrow) { font-size: .92rem; }
  .gs-game-copy .eyebrow { font-size: .63rem; }
  .gs-preview-route { margin-top: 1rem; }
  .gs-preview-route figure { max-width: 14rem; margin-inline: auto; }
  .gs-north-star { max-width: 22rem; width: calc(100% - 1.5rem); margin: .5rem auto 0; padding: 1.5rem; transform: rotate(2deg); }
  .gs-north-star b { margin-top: .5rem; font-size: 2.4rem; }
  .gs-north-star p { font-size: 1.4rem; }
  .gs-origin-copy { padding: 0 0 0 1.3rem; }
  .gs-origin-copy .gs-lead { font-size: 1.3rem; }
  .gs-craft-notes { padding-inline: 1.1rem; }
  .gs-craft-notes summary { gap: .65rem; padding: 1.4rem 0; }
  .gs-craft-notes h3 { font-size: .98rem; }
  .gs-craft-notes details > div { padding-left: 0; }
  .gs-craft-notes p { font-size: .88rem; }
  .gs-culture figure { transform: none; }
  .gs-culture figure img { aspect-ratio: 1.4; }
  .gs-culture-layout > div { grid-row: 1; }
  .gs-join-intro { margin-top: 1.5rem; gap: 1rem; }
  .gs-role-index { position: static; }
  .gs-role-index p { display: none; }
  .gs-role-index > span { padding-bottom: .6rem; }
  .gs-role-top { gap: 1rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
  .gs-role-top span { font-size: .58rem; }
  .gs-role h2 { font-size: 1.9rem; }
  .gs-role .gs-role-tagline { font-size: 1.1rem; }
  .gs-role-body { gap: 1.5rem; margin-top: 1.5rem; }
  .gs-role { padding-bottom: 2rem; margin-bottom: 2.5rem; }
  .gs-contact-help { gap: 1.5rem; margin-top: 3rem; }
  .gs-site .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .gs-site .contact-intro { padding-top: .5rem; }
  .gs-footer-main { display: block; }
  .gs-footer-main nav { margin: 1.8rem 0; gap: 1rem 1.25rem; }
  .gs-footer-email { display: block; font-size: .9rem; }
  .gs-footer .footer-inner { flex-wrap: wrap; font-size: .68rem; }
  .gs-footer .footer-legal { gap: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js-ready .gs-site .reveal { transform: none; opacity: 1; }
  .gs-topic-options button, .gs-faq summary b { transition: none; }
}