:root {
  --bg: 36 10% 7%;
  --surface: 28 12% 11%;
  --surface-raised: 29 12% 14%;
  --paper: 39 31% 92%;
  --ink: 39 29% 93%;
  --dark-ink: 30 12% 11%;
  --muted: 32 13% 65%;
  --gold: 36 39% 57%;
  --line: 36 30% 54%;
  --error: 8 68% 68%;
  --success: 100 31% 69%;
  --page-pad: clamp(24px, 5.2vw, 92px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: hsl(var(--bg)); color: hsl(var(--ink)); font-family: 'Work Sans', sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
[hidden] { display: none !important; }
::selection { background: hsl(var(--gold)); color: hsl(var(--bg)); }
:focus-visible { outline: 2px solid hsl(var(--gold)); outline-offset: 4px; }
.site-shell { max-width: 1920px; margin-inline: auto; overflow: clip; }
.skip-link { position: absolute; top: -70px; left: 20px; padding: 12px 16px; background: hsl(var(--gold)); color: hsl(var(--bg)); z-index: 100; }
.skip-link:focus { top: 12px; }

.site-header { height: 82px; padding-inline: var(--page-pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid hsl(var(--line) / .2); position: relative; z-index: 10; background: hsl(var(--bg)); }
.brand { display: inline-flex; align-items: center; gap: 13px; font-size: 14px; font-weight: 600; letter-spacing: .18em; white-space: nowrap; }
.brand em { font-style: normal; color: hsl(var(--gold)); }
.brand-mark { color: hsl(var(--gold)); font-size: 27px; line-height: 1; font-weight: 400; transform: translateY(-1px); }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 2.6vw, 43px); }
.site-nav > a:not(.nav-cta) { color: hsl(var(--ink) / .77); font-size: 12px; font-weight: 500; transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover { color: hsl(var(--gold)); }
.nav-cta { min-height: 40px; display: inline-flex; align-items: center; gap: 29px; padding: 0 18px; border: 1px solid hsl(var(--gold) / .65); color: hsl(var(--gold)); font-size: 11px; font-weight: 600; letter-spacing: .04em; transition: background .2s ease, color .2s ease; }
.nav-cta:hover { color: hsl(var(--bg)); background: hsl(var(--gold)); }
.nav-cta span { font-size: 17px; font-weight: 400; }
.menu-toggle { display: none; }

.hero { min-height: 690px; display: grid; grid-template-columns: 51% 49%; }
.hero-copy { min-width: 0; padding: clamp(74px, 7.2vw, 120px) clamp(48px, 5.2vw, 94px) 39px var(--page-pad); display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { color: hsl(var(--gold)); font-size: 10px; line-height: 1.4; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; margin: 0; }
.hero .eyebrow { display: flex; align-items: center; gap: 14px; }
.eyebrow-line { display: inline-block; width: 31px; height: 1px; background: hsl(var(--gold)); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; }
h1 em, h2 em { font-weight: 400; color: hsl(var(--gold)); }
.hero h1 { font-size: clamp(66px, 5.75vw, 106px); line-height: .94; letter-spacing: -.045em; margin: 37px 0 24px; white-space: nowrap; }
.hero-description { max-width: 470px; color: hsl(var(--muted)); font-size: 15px; line-height: 1.75; margin-bottom: 29px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 37px; border: 1px solid transparent; font-size: 11px; font-weight: 600; letter-spacing: .03em; white-space: nowrap; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; font-weight: 400; }
.button-gold { background: hsl(var(--gold)); color: hsl(var(--bg)); }
.button-gold:hover { background: hsl(var(--ink)); }
.button-gold:disabled { opacity: .65; cursor: wait; transform: none; }
.button-outline { border-color: hsl(var(--gold)); color: hsl(var(--gold)); }
.button-outline:hover { background: hsl(var(--gold)); color: hsl(var(--bg)); }
.text-link { display: inline-flex; align-items: center; gap: 17px; padding-bottom: 7px; border-bottom: 1px solid hsl(var(--gold) / .66); color: hsl(var(--ink)); font-size: 11px; font-weight: 600; letter-spacing: .04em; transition: color .2s ease, gap .2s ease; }
.text-link:hover { color: hsl(var(--gold)); gap: 23px; }
.text-link span { font-size: 17px; font-weight: 400; }
.hero-footnote { margin-top: auto; padding-top: 46px; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: hsl(var(--muted) / .78); font-size: 9px; font-weight: 600; letter-spacing: .17em; }
.hero-visual { position: relative; min-width: 0; overflow: hidden; background: hsl(var(--surface)); }
.hero-visual img { height: 100%; object-fit: cover; object-position: center 59%; }
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, hsl(var(--bg) / .08), transparent 42%, hsl(var(--bg) / .32)); pointer-events: none; }
.visual-index { position: absolute; left: 31px; bottom: 30px; color: hsl(var(--ink)); font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.hero-stamp { position: absolute; top: 30px; right: 31px; width: 114px; height: 114px; border: 1px solid hsl(var(--ink) / .72); border-radius: 50%; color: hsl(var(--ink)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; transform: rotate(13deg); }
.hero-stamp span { font-size: 7px; font-weight: 600; letter-spacing: .18em; }
.hero-stamp b { font-size: 27px; font-weight: 400; line-height: 1; }

.intro-strip { min-height: 77px; padding: 16px var(--page-pad); display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid hsl(var(--line) / .24); color: hsl(var(--muted)); font-size: 10px; font-weight: 600; letter-spacing: .2em; }
.intro-strip span:nth-child(even) { color: hsl(var(--gold)); font-size: 18px; font-weight: 400; }
.section { padding: 105px var(--page-pad); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 80px; }
.section-heading h2, .work-intro h2, .academy-copy h2, .inquiry-intro h2 { font-size: clamp(57px, 5vw, 88px); line-height: .98; letter-spacing: -.034em; margin: 24px 0 0; }
.section-heading > p { width: 350px; max-width: 38%; margin: 0 0 7px; color: hsl(var(--muted)); font-size: 14px; line-height: 1.8; }
.services-section { padding-bottom: 109px; }
.service-list { margin-top: 70px; border-top: 1px solid hsl(var(--line) / .25); }
.service-row { min-height: 147px; padding: 28px 10px 26px 0; display: grid; grid-template-columns: 11% 1fr 40px; align-items: center; gap: 10px; border-bottom: 1px solid hsl(var(--line) / .25); transition: padding-left .25s ease, background .25s ease; }
.service-row:hover { padding-left: 12px; background: hsl(var(--surface) / .45); }
.service-number { align-self: start; padding-top: 12px; color: hsl(var(--gold)); font-size: 11px; letter-spacing: .1em; }
.service-row h3 { font-size: clamp(34px, 3.1vw, 52px); line-height: 1; margin: 0 0 7px; }
.service-row p { color: hsl(var(--muted)); font-size: 13px; line-height: 1.6; margin: 0; }
.service-icon { align-self: start; padding-top: 3px; color: hsl(var(--gold)); font-family: 'Instrument Serif', Georgia, serif; font-size: 35px; }
.service-link { margin-top: 28px; }

.work-section { background: hsl(var(--paper)); color: hsl(var(--dark-ink)); }
.work-inner { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.3fr); gap: clamp(42px, 7vw, 116px); padding-top: 100px; padding-bottom: 100px; }
.work-intro { padding-top: 49px; }
.work-intro .eyebrow { color: hsl(var(--dark-ink) / .68); }
.work-intro h2 { margin-bottom: 25px; }
.work-intro h2 em { color: hsl(var(--dark-ink)); }
.work-intro > p:not(.eyebrow) { max-width: 330px; margin-bottom: 26px; color: hsl(var(--dark-ink) / .68); font-size: 14px; line-height: 1.8; }
.work-intro .text-link { color: hsl(var(--dark-ink)); border-color: hsl(var(--dark-ink) / .52); }
.work-grid { display: grid; grid-template-columns: 1.08fr .84fr; gap: 22px; align-items: start; }
.work-card { min-width: 0; margin: 0; }
.work-card img { height: 475px; object-fit: cover; transition: transform .45s ease; }
.work-card:hover img { transform: scale(1.025); }
.work-card-small { margin-top: 114px; }
.work-card-small img { height: 344px; }
.work-card figcaption { display: flex; justify-content: space-between; align-items: center; padding-top: 13px; font-size: 9px; font-weight: 600; letter-spacing: .15em; }
.work-card figcaption span:last-child { font-size: 17px; font-weight: 400; }

.academy-section { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1fr); align-items: center; gap: clamp(55px, 8.2vw, 140px); padding-top: 126px; padding-bottom: 126px; }
.academy-visual { height: 685px; position: relative; }
.academy-visual::before { content: ''; position: absolute; z-index: 1; inset: 17px -17px -17px 17px; border: 1px solid hsl(var(--gold) / .47); pointer-events: none; }
.academy-visual img { height: 100%; object-fit: cover; object-position: center 52%; }
.academy-visual > span { position: absolute; left: 28px; bottom: 24px; z-index: 2; color: hsl(var(--ink)); font-size: 10px; font-weight: 600; letter-spacing: .2em; }
.academy-copy h2 { margin-bottom: 25px; }
.academy-lede { max-width: 485px; color: hsl(var(--muted)); font-size: 15px; line-height: 1.8; margin-bottom: 36px; }
.academy-points { max-width: 490px; border-top: 1px solid hsl(var(--line) / .26); margin-bottom: 34px; }
.academy-points div { display: flex; align-items: center; gap: 29px; min-height: 64px; border-bottom: 1px solid hsl(var(--line) / .26); }
.academy-points span { color: hsl(var(--gold)); font-size: 10px; font-weight: 600; letter-spacing: .1em; }
.academy-points p { margin: 0; font-size: 13px; }
.academy-note { margin: 16px 0 0; color: hsl(var(--muted)); font-size: 11px; line-height: 1.6; }

.about-section { background: hsl(var(--surface)); position: relative; overflow: hidden; }
.about-section::after { content: '✳'; position: absolute; right: -55px; top: -181px; color: hsl(var(--gold) / .07); font-size: 630px; line-height: 1; pointer-events: none; }
.about-inner { min-height: 460px; display: grid; grid-template-columns: .35fr 1fr .6fr; column-gap: clamp(35px, 5vw, 90px); align-items: start; position: relative; z-index: 1; }
.about-inner .eyebrow { padding-top: 14px; }
.about-inner h2 { font-size: clamp(63px, 6vw, 106px); line-height: .92; letter-spacing: -.04em; margin: 0; white-space: nowrap; }
.about-inner h2 em { color: hsl(var(--gold)); }
.about-inner > p:not(.eyebrow) { align-self: end; max-width: 370px; color: hsl(var(--muted)); font-size: 14px; line-height: 1.85; margin-bottom: 24px; }
.about-signature { grid-column: 2 / -1; display: flex; align-items: center; gap: 15px; margin-top: 18px; font-size: 10px; font-weight: 600; letter-spacing: .18em; line-height: 1.5; }
.signature-star { font-size: 38px; line-height: 1; color: hsl(var(--gold)); font-weight: 400; }
.about-signature small { color: hsl(var(--muted)); font-size: 8px; font-weight: 500; letter-spacing: .2em; }

.inquiry-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 9vw, 155px); padding-top: 120px; padding-bottom: 125px; }
.inquiry-intro h2 { margin-bottom: 29px; }
.inquiry-intro > p:not(.eyebrow) { max-width: 355px; color: hsl(var(--muted)); font-size: 14px; line-height: 1.8; }
.inquiry-aside { display: flex; align-items: center; gap: 17px; margin-top: 72px; color: hsl(var(--gold)); font-size: 10px; font-weight: 600; letter-spacing: .19em; line-height: 1.6; }
.aside-star { font-size: 66px; line-height: 1; font-weight: 400; }
.form-panel { background: hsl(var(--surface)); border: 1px solid hsl(var(--line) / .22); padding: clamp(28px, 3.4vw, 57px); }
.intent-fieldset { border: 0; padding: 0; margin: 0 0 35px; min-width: 0; }
.intent-fieldset legend, .field > span { display: block; color: hsl(var(--ink)); font-size: 11px; font-weight: 600; letter-spacing: .03em; }
.intent-fieldset legend { margin-bottom: 16px; }
.intent-options { display: flex; gap: 8px; }
.intent-option { min-width: 0; flex: 1; position: relative; cursor: pointer; }
.intent-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.intent-option span { min-height: 42px; padding: 9px 12px; border: 1px solid hsl(var(--line) / .36); color: hsl(var(--muted)); display: flex; align-items: center; justify-content: center; text-align: center; font-size: 10px; font-weight: 600; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.intent-option input:checked + span { color: hsl(var(--bg)); background: hsl(var(--gold)); border-color: hsl(var(--gold)); }
.intent-option input:focus-visible + span { outline: 2px solid hsl(var(--gold)); outline-offset: 3px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { display: block; margin-bottom: 27px; }
.field b { color: hsl(var(--gold)); font-weight: 500; }
.field small { color: hsl(var(--muted)); font-size: 10px; font-weight: 400; }
.field input, .field textarea { display: block; width: 100%; background: transparent; border: 0; border-bottom: 1px solid hsl(var(--line) / .37); border-radius: 0; outline: none; color: hsl(var(--ink)); font-size: 12px; line-height: 1.5; transition: border-color .2s ease; }
.field input { min-height: 46px; }
.field textarea { resize: vertical; min-height: 102px; padding: 12px 0; }
.field input:focus, .field textarea:focus { border-color: hsl(var(--gold)); }
.field input::placeholder, .field textarea::placeholder { color: hsl(var(--muted) / .61); }
.field > span { margin-bottom: 2px; }
.field input[type="date"] { color-scheme: dark; }
.form-footer { display: flex; justify-content: space-between; align-items: end; gap: 18px; }
.form-footer p { max-width: 170px; margin: 0; color: hsl(var(--muted)); font-size: 10px; line-height: 1.55; }
.form-footer .button { min-width: 180px; }
.form-message { margin: 17px 0 0; min-height: 18px; font-size: 12px; line-height: 1.5; }
.form-message.is-success { color: hsl(var(--success)); }
.form-message.is-error { color: hsl(var(--error)); }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { border-top: 1px solid hsl(var(--line) / .22); padding: 52px var(--page-pad) 25px; }
.footer-top { display: flex; justify-content: space-between; align-items: start; gap: 40px; padding-bottom: 74px; }
.footer-brand { font-size: clamp(37px, 6vw, 94px); line-height: .9; letter-spacing: -.055em; white-space: nowrap; font-family: 'Instrument Serif', Georgia, serif; }
.footer-brand em { color: hsl(var(--gold)); font-weight: 400; }
.footer-brand span { display: inline-block; margin-left: 11px; color: hsl(var(--gold)); font-family: 'Work Sans', sans-serif; font-style: normal; font-size: .43em; vertical-align: top; }
.footer-top p { margin: 5px 0 0; color: hsl(var(--muted)); font-size: 12px; line-height: 1.7; white-space: nowrap; }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; padding-top: 24px; border-top: 1px solid hsl(var(--line) / .2); color: hsl(var(--muted)); font-size: 9px; font-weight: 600; letter-spacing: .15em; }
.footer-bottom a:hover { color: hsl(var(--gold)); }

@media (max-width: 1320px) {
  .site-nav { gap: 21px; }
  .hero-copy { padding-right: 37px; }
  .hero h1 { font-size: clamp(61px, 5.55vw, 76px); }
  .hero-description { max-width: 405px; }
  .hero-actions { gap: 19px; }
  .hero-actions .button { gap: 19px; }
  .about-inner { grid-template-columns: .3fr 1fr; }
  .about-inner > p:not(.eyebrow) { grid-column: 2; margin-top: 45px; }
  .about-signature { grid-column: 2; }
}

@media (max-width: 1050px) {
  .site-header { height: 72px; }
  .site-nav { gap: 14px; }
  .site-nav > a:not(.nav-cta) { font-size: 11px; }
  .nav-cta { padding-inline: 10px; gap: 8px; }
  .hero { min-height: 625px; }
  .hero h1 { font-size: clamp(54px, 5.55vw, 62px); }
  .hero-copy { padding-top: 85px; }
  .hero-description { font-size: 13px; }
  .work-inner { gap: 45px; }
  .work-card img { height: 410px; }
  .work-card-small img { height: 290px; }
  .academy-section { gap: 55px; }
  .academy-visual { height: 610px; }
  .inquiry-section { gap: 50px; }
}

@media (max-width: 760px) {
  :root { --page-pad: 25px; }
  html { scroll-padding-top: 70px; }
  .site-header { height: 70px; }
  .brand { font-size: 12px; letter-spacing: .14em; }
  .brand-mark { font-size: 24px; }
  .menu-toggle { display: flex; width: 44px; height: 44px; padding: 12px 7px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 0; background: transparent; color: hsl(var(--ink)); }
  .menu-toggle span { width: 25px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 70px; padding: 20px var(--page-pad) 25px; flex-direction: column; align-items: stretch; gap: 0; background: hsl(var(--surface)); border-bottom: 1px solid hsl(var(--line) / .35); box-shadow: 0 16px 28px hsl(var(--bg) / .45); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.nav-cta) { min-height: 46px; display: flex; align-items: center; font-size: 13px; border-bottom: 1px solid hsl(var(--line) / .2); }
  .nav-cta { margin-top: 19px; justify-content: space-between; min-height: 48px; padding-inline: 16px; font-size: 12px; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { min-height: 560px; padding: 71px var(--page-pad) 28px; }
  .hero h1 { font-size: clamp(63px, 13vw, 91px); margin-top: 32px; white-space: normal; }
  .hero-description { max-width: 520px; font-size: 14px; }
  .hero-footnote { padding-top: 55px; }
  .hero-visual { height: 525px; }
  .hero-visual img { object-position: center 60%; }
  .intro-strip { min-height: 65px; justify-content: center; flex-wrap: wrap; column-gap: 12px; row-gap: 5px; padding: 15px var(--page-pad); font-size: 8px; letter-spacing: .11em; }
  .intro-strip span:nth-child(even) { font-size: 11px; }
  .section { padding: 80px var(--page-pad); }
  .section-heading { display: block; }
  .section-heading h2, .work-intro h2, .academy-copy h2, .inquiry-intro h2 { font-size: clamp(58px, 10vw, 77px); }
  .section-heading > p { max-width: 560px; width: auto; margin-top: 22px; }
  .service-list { margin-top: 50px; }
  .service-row { min-height: 135px; grid-template-columns: 38px 1fr 25px; }
  .service-row h3 { font-size: 39px; }
  .service-row p { font-size: 12px; }
  .work-inner { display: block; }
  .work-intro { padding-top: 0; margin-bottom: 48px; }
  .work-grid { gap: 15px; }
  .work-card img { height: 400px; }
  .work-card-small { margin-top: 70px; }
  .work-card-small img { height: 300px; }
  .academy-section { display: flex; flex-direction: column; gap: 73px; align-items: stretch; }
  .academy-visual { height: 570px; width: calc(100% - 18px); }
  .academy-copy { max-width: 600px; }
  .about-inner { display: block; min-height: 0; }
  .about-inner .eyebrow { padding: 0; margin-bottom: 26px; }
  .about-inner h2 { font-size: clamp(67px, 10vw, 90px); white-space: normal; }
  .about-inner > p:not(.eyebrow) { margin: 36px 0 25px; max-width: 550px; }
  .about-signature { margin-top: 35px; }
  .about-section::after { font-size: 460px; right: -140px; top: -40px; }
  .inquiry-section { display: block; }
  .inquiry-intro { margin-bottom: 45px; }
  .inquiry-aside { display: none; }
  .form-panel { padding: 35px; }
  .footer-top { padding-bottom: 60px; }
  .footer-brand { font-size: clamp(43px, 6.5vw, 65px); }
  .footer-top p { font-size: 10px; }
}

@media (max-width: 480px) {
  .hero-copy { min-height: 563px; padding-top: 64px; }
  .hero h1 { font-size: clamp(57px, 14vw, 67px); line-height: .98; }
  .hero-description { font-size: 13px; line-height: 1.7; }
  .hero-actions { align-items: flex-start; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { margin-top: 1px; }
  .hero-footnote { font-size: 8px; letter-spacing: .08em; }
  .hero-visual { height: 410px; }
  .hero-stamp { width: 88px; height: 88px; right: 20px; top: 21px; }
  .hero-stamp span { font-size: 5px; }
  .hero-stamp b { font-size: 21px; }
  .visual-index { left: 20px; bottom: 18px; font-size: 8px; }
  .section { padding-top: 73px; padding-bottom: 76px; }
  .section-heading h2, .work-intro h2, .academy-copy h2, .inquiry-intro h2 { font-size: 58px; }
  .service-row { gap: 5px; grid-template-columns: 29px 1fr 20px; }
  .service-row h3 { font-size: 34px; }
  .service-icon { font-size: 26px; }
  .work-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .work-card img { height: 252px; }
  .work-card-small { margin-top: 72px; }
  .work-card-small img { height: 195px; }
  .work-card figcaption { font-size: 7px; letter-spacing: .06em; }
  .academy-visual { height: 440px; }
  .academy-copy h2 { margin-bottom: 21px; }
  .academy-lede { font-size: 14px; }
  .about-inner h2 { font-size: 62px; }
  .form-panel { padding: 26px 20px; margin-inline: -5px; }
  .field-row { display: block; }
  .intent-options { flex-direction: column; }
  .intent-option span { justify-content: flex-start; padding-left: 17px; }
  .form-footer { align-items: stretch; flex-direction: column-reverse; gap: 15px; }
  .form-footer p { max-width: none; }
  .form-footer .button { width: 100%; }
  .footer-top { display: block; }
  .footer-brand { font-size: 52px; white-space: normal; }
  .footer-top p { margin-top: 25px; }
  .footer-bottom { flex-wrap: wrap; font-size: 8px; row-gap: 14px; }
  .footer-bottom span:nth-child(2) { display: none; }
}

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