:root {
  --plum: #4b2354;
  --plum-deep: #2c1634;
  --apricot: #e78660;
  --gold: #f7d49b;
  --sun: #f6c846;
  --teal: #188b8d;
  --blue: #2456a6;
  --pink: #dc4f75;
  --cream: #fff9ef;
  --paper: #f7efe4;
  --ink: #241c27;
  --muted: #665c68;
  --white: #fff;
  --line: rgba(75, 35, 84, .16);
  --shadow: 0 24px 70px rgba(51, 27, 51, .16);
  --shell: min(1180px, calc(100% - 44px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font: 400 1rem/1.7 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip { position: fixed; z-index: 100; left: 1rem; top: 1rem; translate: 0 -150%; padding: .7rem 1rem; background: white; color: black; }
.skip:focus { translate: 0; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.06; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(3.4rem, 7.3vw, 7.4rem); font-weight: 500; }
h2 { font-size: clamp(2.3rem, 4.5vw, 4.7rem); font-weight: 500; }
h3 { font-size: clamp(1.5rem, 2.2vw, 2.15rem); }
.eyebrow { margin: 0 0 .9rem; color: var(--apricot); font-size: .82rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .72rem 1.25rem; border: 2px solid var(--plum); border-radius: 999px; background: var(--plum); color: white; font-weight: 850; text-decoration: none; transition: transform .18s ease, color .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--apricot); border-color: var(--apricot); }
.button.light { border-color: white; background: white; color: var(--plum); }
.button.ghost { border-color: rgba(255,255,255,.55); background: transparent; }
.text-link { color: var(--plum); font-weight: 850; text-decoration-color: var(--apricot); text-decoration-thickness: 2px; text-underline-offset: .25em; }
.text-link:hover, .text-link:focus-visible { color: var(--apricot); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,249,239,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--plum-deep); line-height: 1.05; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 50px; aspect-ratio: 1; border-radius: 50% 50% 12px 50%; background: var(--plum); color: var(--gold); font: 800 1.15rem/1 Georgia, serif; rotate: -5deg; }
.brand strong, .brand small { display: block; }
.brand strong { font: 700 1.3rem/1 Georgia, serif; }
.brand small { margin-top: .28rem; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2rem); font-weight: 800; }
.main-nav a { padding-block: .45rem; text-decoration: none; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current="page"] { color: var(--apricot); border-bottom-color: var(--apricot); }
.main-nav .nav-cta { padding: .62rem 1rem; border: 1px solid var(--plum); border-radius: 999px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--plum); }

.hero { min-height: calc(100svh - 82px); position: relative; display: grid; align-items: center; overflow: hidden; color: var(--ink); background: var(--cream); }
.hero::before { display: none; }
.hero::after { display: none; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; padding-block: clamp(3.5rem, 7vw, 7rem); }
.hero-copy { position: relative; z-index: 3; max-width: 720px; }
.hero h1 { color: var(--plum-deep); font-size: clamp(3.8rem, 6.9vw, 7rem); }
.hero h1 em { color: var(--apricot); font-weight: 500; }
.hero-lead { max-width: 590px; margin: 1.5rem 0 2rem; color: var(--muted); font-size: clamp(1.08rem, 1.55vw, 1.28rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero .eyebrow { color: var(--plum); }
.hero-link { display: inline-flex; align-items: center; padding: .72rem .55rem; }
.hero-visual { position: relative; min-height: clamp(500px, 65vw, 720px); }
.hero-composition { position: absolute; inset: 0; transform-origin: center; }
.hero-composition::before { content: ""; position: absolute; z-index: 2; width: 112px; aspect-ratio: 1; left: -1.6rem; top: 1%; border-radius: 12px 50% 50%; background: var(--teal); rotate: 18deg; }
.hero-composition::after { content: ""; position: absolute; z-index: 2; width: 88px; height: 150px; right: -1.3rem; bottom: 4%; border-radius: 50% 50% 12px 50%; background: var(--pink); rotate: -13deg; }
.hero-blob { position: absolute; z-index: 1; width: min(64vw, 920px); aspect-ratio: 1; right: -9vw; top: 50%; translate: 0 -50%; border-radius: 52% 48% 32% 68% / 43% 34% 66% 57%; background: linear-gradient(145deg, var(--plum) 0 61%, var(--blue) 61% 78%, var(--pink) 78%); rotate: 7deg; }
.hero-egg { position: absolute; inset: 4% 5% 8% 0; }
.hero-frame { position: absolute; z-index: 1; inset: 0; overflow: hidden; border: 10px solid var(--gold); border-radius: 48% 12px 48% 48%; box-shadow: var(--shadow); rotate: 2deg; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; scale: 1.04; }
.hero-composition .hero-frame img { scale: 1.25; }
.hero-badge { position: absolute; z-index: 3; left: -4.5rem; bottom: 2%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .32rem; width: clamp(155px, 14vw, 195px); aspect-ratio: 1; padding: 1.2rem; border: 4px solid var(--cream); border-radius: 50%; background: var(--sun); color: var(--plum-deep); text-align: center; rotate: -8deg; box-shadow: var(--shadow); }
.hero-badge strong { font: 700 clamp(1.1rem, 1.6vw, 1.45rem)/1.08 Georgia, serif; }
.hero-badge span { font-size: .72rem; font-weight: 800; text-transform: uppercase; }
@media (min-width: 901px) {
  .hero { min-height: min(720px, calc(100svh - 82px)); }
  .hero-layout { padding-block: 3rem; }
  .hero h1 { font-size: clamp(3.4rem, 5.5vw, 5.6rem); }
  .hero-visual { min-height: clamp(420px, 44vw, 520px); }
  .hero-composition { transform: scale(.74); }
  .hero-composition::before { left: -6rem; top: -5%; }
  .hero-composition::after { right: -7rem; bottom: 20%; }
  .hero-badge { left: -9rem; }
  .hero-egg { inset: -10% -13% -5% -14%; }
  .hero-badge strong { transform: none; }
  .hero-badge span { transform: none; font-size: .88rem; }
}
.hero-ribbon { position: absolute; z-index: 4; right: -4rem; top: 50%; padding: .75rem 1.2rem; background: var(--teal); color: white; font-size: .75rem; font-weight: 900; letter-spacing: .12em; white-space: nowrap; rotate: 90deg; transform-origin: center; }
.dance-ticker { position: relative; z-index: 4; display: flex; align-items: center; justify-content: center; gap: clamp(.8rem, 2.5vw, 2rem); min-height: 60px; padding-inline: 1rem; overflow: hidden; color: var(--gold); background: var(--plum-deep); font-size: clamp(.74rem, 1.2vw, .92rem); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.dance-ticker i { color: var(--apricot); font-style: normal; font-size: .55rem; }
.dance-ticker span:nth-of-type(2) { color: #72d7d3; }
.dance-ticker span:nth-of-type(3) { color: #ff849e; }
.dance-ticker span:nth-of-type(4) { color: #ffd965; }
.dance-ticker span:nth-of-type(5) { color: #9ab8ff; }

.section { padding-block: clamp(3.5rem, 6vw, 6rem); }
.hero + .section, .page-hero + .section { padding-top: clamp(3rem, 5vw, 4.5rem); }
.section.paper { background: linear-gradient(135deg, var(--paper), #fff8e6 48%, #f4edf8); }
.section.dark { color: white; background: var(--plum-deep); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 5rem); align-items: end; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.dark .section-heading > p { color: rgba(255,255,255,.72); }
.offers { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.15rem; align-items: start; padding-bottom: 3rem; }
.offer { --card-color: var(--teal); position: relative; min-height: 500px; display: flex; align-items: end; overflow: hidden; border: 7px solid var(--card-color); border-radius: 34px 34px 10px 34px; background: var(--card-color); box-shadow: var(--shadow); }
.offer:nth-child(1) { --card-color: var(--teal); grid-column: 1 / span 5; rotate: -2deg; }
.offer:nth-child(2) { --card-color: var(--sun); grid-column: 5 / span 5; margin-top: 5rem; z-index: 2; rotate: 2.5deg; }
.offer:nth-child(3) { --card-color: var(--pink); grid-column: 9 / span 4; min-height: 465px; margin-top: 1.3rem; rotate: -1.5deg; }
.offer img { position: absolute; inset: 0 0 auto; height: 64%; object-fit: cover; transition: transform .45s ease; }
.offer:nth-child(1) img { object-position: 78% center; }
.offer::after { content: ""; position: absolute; inset: 42% 0 35%; background: linear-gradient(transparent, var(--card-color)); }
.offer:hover img { transform: scale(1.04); }
.offer div { position: relative; z-index: 1; width: 100%; min-height: 39%; padding: 1.45rem 1.55rem 1.65rem; color: white; background: var(--card-color); }
.offer:nth-child(2) div { color: var(--plum-deep); }
.offer p { margin: .55rem 0 .8rem; color: rgba(255,255,255,.84); }
.offer:nth-child(2) p { color: rgba(44,22,52,.76); }
.offer a { color: inherit; font-weight: 900; text-underline-offset: .25em; }
.approach { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 8vw, 7rem); align-items: center; }
.portrait { position: relative; }
.portrait img { aspect-ratio: 4/5; object-fit: cover; border-radius: 50% 50% 16px 50%; box-shadow: var(--shadow); }
.portrait::before { content: ""; position: absolute; z-index: -1; inset: -1.4rem 1.5rem 1.8rem -1.4rem; border-radius: inherit; background: var(--gold); rotate: -3deg; }
.approach-copy p { color: var(--muted); font-size: 1.08rem; }
.checks { list-style: none; padding: 0; margin: 1.6rem 0 2rem; }
.checks li { padding: .7rem 0; border-bottom: 1px solid var(--line); }
.checks li::before { content: "✓"; margin-right: .75rem; color: var(--apricot); font-weight: 900; }
.quote { padding-block: clamp(2.6rem, 5vw, 4rem); color: white; background: linear-gradient(100deg, var(--blue), var(--plum) 58%, var(--pink)); }
.quote .shell { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.quote strong { max-width: 830px; font: 500 clamp(1.7rem, 3.2vw, 3.2rem)/1.22 Georgia, serif; }

.page-hero { min-height: 470px; position: relative; display: grid; align-items: end; overflow: hidden; color: white; background: var(--plum-deep); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(44,22,52,.92), rgba(44,22,52,.3)), var(--hero-image) center/cover no-repeat; }
.page-hero .shell { position: relative; z-index: 1; padding-block: clamp(4rem, 8vw, 6rem); }
.page-hero h1 { max-width: 950px; font-size: clamp(3.4rem, 7vw, 6.7rem); }
.page-hero p:not(.eyebrow) { max-width: 650px; margin: 1.3rem 0 0; color: rgba(255,255,255,.84); font-size: 1.14rem; }
.lessons-hero { --hero-image: url('hero-felicia-gruppenkurs.jpg'); }
.about-hero { --hero-image: url('felicia-sommer.jpg'); }
.contact-hero { --hero-image: url('kontakt-felicia.jpg'); }
.lessons-hero::before { background-position: center top; }
@media (min-width: 901px) {
  .lessons-hero::before { background-position: 38% top; }
  .lessons-hero h1 { max-width: 760px; font-size: clamp(3.5rem, 4.8vw, 5rem); }
  .lessons-hero p:not(.eyebrow) { max-width: 560px; }
}
.about-hero::before {
  background:
    linear-gradient(rgba(44,22,52,.30), rgba(44,22,52,.30)),
    url('felicia-sommer-hero-v2.png') right center / auto 138% no-repeat,
    var(--plum-deep);
}
.about-hero h1 {
  max-width: 790px;
  font-size: clamp(3.4rem, 6.6vw, 6.35rem);
}
.about-hero p:not(.eyebrow) { max-width: 610px; }
@media (min-width: 901px) {
  .about-hero::before { background-position: right top; }
}
.contact-hero::before { background-position: center 24%; }
.legal-hero { min-height: auto; background: var(--plum-deep); }
.legal-hero::before { display: none; }
@media (min-width: 901px) {
  .hero, .page-hero:not(.legal-hero) { min-height: 640px; }
  .hero { min-height: 760px; }
}
.lesson-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.lesson { padding: clamp(1.5rem, 3vw, 2.2rem); border: 1px solid var(--line); border-radius: 10px 34px 34px 34px; background: white; }
.lesson:nth-child(2n) { background: var(--gold); }
.lesson span { color: var(--apricot); font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lesson p { color: var(--muted); }
.path { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: step; }
.path article { counter-increment: step; padding: 1.5rem; border-top: 1px solid rgba(255,255,255,.25); }
.path article::before { content: "0" counter(step); display: block; margin-bottom: 1.2rem; color: var(--gold); font: 700 2rem/1 Georgia, serif; }
.path p { color: rgba(255,255,255,.7); }
.story { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 7rem); }
.story-copy p { color: var(--muted); font-size: 1.08rem; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.facts article { padding: 1.25rem; border-radius: 18px; background: var(--paper); }
.facts strong { display: block; color: var(--plum); font: 700 1.6rem/1 Georgia, serif; }
.facts span { color: var(--muted); font-size: .9rem; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 7vw, 6rem); }
.contact-card { padding: 2rem; border-radius: 34px 34px 10px 34px; background: var(--plum); color: white; }
.contact-card a { color: var(--gold); text-decoration-color: transparent; text-underline-offset: .25em; transition: color .2s, text-decoration-color .2s; }
.contact-card a:hover, .contact-card a:focus-visible { color: white; text-decoration-color: currentColor; }
.form { display: grid; gap: 1rem; }
.form label { display: grid; gap: .35rem; font-weight: 800; }
input, select, textarea { width: 100%; padding: .85rem 1rem; border: 1px solid #cfc3d2; border-radius: 12px; background: white; color: var(--ink); font: inherit; }
textarea { min-height: 150px; resize: vertical; }
.form small { color: var(--muted); }
.legal { max-width: 850px; }
.legal h2 { margin-top: 2.5rem; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.placeholder { padding: .05rem .35rem; background: #ffe3a8; color: #49350a; font-weight: 750; }

.site-footer { padding-top: 3rem; color: rgba(255,255,255,.76); background: #211126; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .9fr; gap: 2.5rem; padding-bottom: 2.4rem; }
.site-footer h2 { margin-bottom: .8rem; color: white; font: 850 .85rem/1.2 Inter, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.site-footer a:not(.brand) { display: block; width: fit-content; margin: .4rem 0; text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible { color: white; text-decoration: underline; text-underline-offset: .25em; }
.footer-brand { color: white; }
.association { display: inline-flex !important; align-items: center; gap: .8rem; padding: .55rem; border-radius: 12px; }
.association:hover, .association:focus-visible { background: rgba(255,255,255,.08); text-decoration: none !important; }
.association img { width: 64px; height: 44px; object-fit: contain; border-radius: 8px; background: white; }
.association strong, .association small { display: block; }
.association small { color: rgba(255,255,255,.62); font-size: .72rem; }
.webdesign-credit { display: inline-flex !important; width: fit-content; margin: 0 !important; padding: .45rem; border-radius: 8px; }
.webdesign-credit:hover, .webdesign-credit:focus-visible { outline: 1px solid rgba(255,255,255,.38); text-decoration: none !important; }
.webdesign-credit img { display: block; width: 168px; height: auto; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.2rem; padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; }
.footer-bottom > span:first-of-type { justify-self: center; text-align: center; }
.footer-bottom > span:last-child { display: inline-flex; align-items: center; gap: .35rem; white-space: nowrap; }
.footer-bottom > span:last-child { justify-self: end; }
.footer-bottom > span:last-child a { display: inline; margin: 0; }
.back-top { position: fixed; z-index: 45; right: 1.4rem; bottom: 1.4rem; display: grid; place-items: center; width: 48px; aspect-ratio: 1; border-radius: 50%; background: var(--apricot); color: white; box-shadow: var(--shadow); font-size: 1.4rem; font-weight: 900; text-decoration: none; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .2s; }
.back-top.visible { opacity: 1; visibility: visible; transform: none; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 82px 0 auto; display: none; padding: 1rem 22px 1.5rem; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: .7rem 0; }
  .main-nav .nav-cta { text-align: center; }
  .section-heading, .approach, .story, .contact-grid { grid-template-columns: 1fr; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 5rem; }
  .hero::before { width: 115vw; right: -50vw; top: 70%; }
  .hero-visual { min-height: 650px; }
  .hero-egg { inset: -9% -12% -4% -12%; }
  .hero-badge { left: 0; }
  .hero-ribbon { right: -4.5rem; }
  .offers { grid-template-columns: repeat(2, 1fr); padding-bottom: 1rem; }
  .offer:nth-child(1), .offer:nth-child(2), .offer:nth-child(3) { grid-column: auto; margin-top: 0; min-height: 470px; }
  .offer:nth-child(2) { translate: 0 2.5rem; }
  .offer:nth-child(3) { grid-column: 1 / -1; width: min(100%, 540px); justify-self: center; margin-top: 2rem; }
  .path { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: min(calc(100vw - 28px), 1180px); }
  .shell { width: var(--shell); max-width: 100%; }
  .header-inner { min-height: 74px; }
  .brand-mark { width: 43px; }
  .brand strong { font-size: 1.12rem; }
  .main-nav { inset-block-start: 74px; }
  .hero { min-height: auto; }
  .hero::before { width: 145vw; right: -72vw; top: 76%; }
  .hero-layout { gap: 2.3rem; padding-block: 4rem 2rem; }
  .hero-copy { min-width: 0; max-width: 100%; padding: 0; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.6rem); }
  .hero h1 { max-width: 100%; font-size: clamp(2.5rem, 10vw, 3rem); letter-spacing: -.04em; }
  .hero .eyebrow { max-width: 100%; font-size: .62rem; letter-spacing: .1em; white-space: normal; }
  .hero-lead { width: min(100%, 330px); max-width: 100%; margin-block: 1.1rem 1.5rem; font-size: .95rem; overflow-wrap: anywhere; }
  .hero .actions { width: min(100%, 330px); }
  .hero-visual { min-height: 400px; }
  .hero-composition { transform: scale(.78); }
  .hero-egg { inset: -14% -16% -5% -16%; }
  .hero-frame { border-width: 7px; }
  .hero-frame img { object-position: 60% center; }
  .hero-badge { left: -.2rem; bottom: 0; width: 142px; }
  .hero-ribbon { display: none; }
  .dance-ticker { justify-content: flex-start; min-height: 52px; }
  .actions, .quote .shell { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .offers, .lesson-grid, .facts, .path, .footer-grid { grid-template-columns: 1fr; }
  .offer:nth-child(1), .offer:nth-child(2), .offer:nth-child(3), .footer-grid > :first-child { grid-column: auto; width: 100%; margin-top: 0; translate: none; }
  .offer:nth-child(1) { rotate: -1.3deg; }
  .offer:nth-child(2) { rotate: 1.5deg; }
  .offer:nth-child(3) { rotate: -.8deg; }
  .offer { min-height: 410px; }
  .page-hero { min-height: 440px; }
  .page-hero .shell { padding-block: 3.5rem 2.5rem; }
  .legal-hero { min-height: 170px; align-items: center; }
  .legal-hero .shell { padding-block: 1.15rem; }
  .legal-hero h1 { font-size: clamp(2.35rem, 10vw, 3rem); }
  .legal-hero + .section { padding-top: 1.75rem; }
  .page-hero h1 { max-width: 100%; font-size: clamp(2.65rem, 11.5vw, 3.5rem); overflow-wrap: anywhere; }
  .page-hero p:not(.eyebrow), .section-heading > p { max-width: 100%; overflow-wrap: anywhere; }
  .lessons-hero::before { background-position: 58% top; }
  .about-hero::before {
    height: 100%;
    background:
      linear-gradient(rgba(44,22,52,.30), rgba(44,22,52,.30)),
      url('felicia-sommer-hero-v2.png') center 28% / cover no-repeat;
  }
  .about-hero { min-height: 0; display: block; padding-top: 0; }
  .about-hero .shell { padding-block: 5.2rem 3rem; background: rgba(44,22,52,.18); }
  .contact-hero::before { background-position: 78% center; }
  .about-hero h1 { max-width: 100%; }
  .association { align-self: flex-start; }
  .footer-bottom { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-bottom > span:first-of-type, .footer-bottom > span:last-child { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
