:root {
  --ink: #16383c;
  --ink-2: #245257;
  --paper: #fbf3e7;
  --white: #fff;
  --red: #c45146;
  --red-dark: #91372f;
  --gold: #d9a552;
  --text: #1d2829;
  --muted: #637071;
  --line: rgba(8,38,41,.14);
  --shadow: 0 26px 70px rgba(8,38,41,.18);
  --radius: 26px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #16383c; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; transform: translateY(-150%); padding: .7rem 1rem; border-radius: 8px; background: white; color: black; }
.skip-link:focus { transform: none; }
.back-to-top { position: fixed; z-index: 45; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: var(--red); color: white; box-shadow: 0 14px 34px rgba(60,35,30,.25); font-size: 1.45rem; font-weight: 900; line-height: 1; text-decoration: none; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background .2s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover, .back-to-top:focus-visible { background: var(--red-dark); transform: translateY(-2px); }

.site-header { position: sticky; z-index: 50; top: 0; color: var(--ink); background: rgba(255,249,239,.97); border-bottom: 1px solid rgba(196,81,70,.16); backdrop-filter: blur(14px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 272px; object-fit: contain; object-position: left center; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); font-weight: 680; }
nav a { text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--red); text-decoration: underline; text-underline-offset: .35em; }
.nav-cta { padding: .62rem 1rem; border: 1px solid rgba(8,38,41,.32); border-radius: 999px; }

.hero { position: relative; overflow: hidden; color: var(--ink); background: linear-gradient(135deg, #fff8ec 0%, #f5dfd4 52%, #e4efeb 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(8,38,41,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(8,38,41,.08) 1px, transparent 1px); background-size: 48px 48px; transform: perspective(700px) rotateX(60deg) scale(1.5) translateY(25%); transform-origin: bottom; }
.hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(340px, .65fr); gap: clamp(2rem, 3.5vw, 3.5rem); align-items: start; padding-top: clamp(1.9rem, 2.6vw, 2.7rem); padding-bottom: clamp(1.5rem, 2.1vw, 2.1rem); }
.eyebrow, .kicker { margin: 0 0 .7rem; color: var(--red); font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { margin-bottom: .8rem; color: var(--red); font-size: clamp(1rem, 1.3vw, 1.2rem); }
h1, h2, h3 { margin: 0; line-height: 1.08; text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.03em; }
h1 { max-width: 780px; font-size: clamp(3rem, 5.15vw, 5.15rem); }
h2 { font-size: clamp(2.05rem, 3.5vw, 3.5rem); }
h3 { font-size: 1.28rem; font-weight: 650; }
.hero-lead { max-width: 680px; margin: 1.05rem 0 1.25rem; color: #4f6263; font-size: clamp(1rem, 1.25vw, 1.1rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .68rem 1.2rem; border: 2px solid var(--red); border-radius: 999px; background: var(--red); color: white; box-shadow: 0 9px 22px rgba(145,55,47,.16); font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); background: var(--red-dark); box-shadow: 0 14px 28px rgba(145,55,47,.24); }
.button-ghost { border-color: rgba(8,38,41,.35); background: rgba(255,255,255,.35); color: var(--ink); }
.button-ghost:hover, .button-ghost:focus-visible { border-color: var(--red-dark); background: var(--red-dark); color: white; }
.button-full { width: 100%; margin-top: .7rem; }
.button-light { border-color: white; background: white; color: var(--ink); }
.hero-facts { display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; margin: 1.15rem 0 0; list-style: none; color: #304d50; font-size: .88rem; font-weight: 750; }
.hero-facts li { padding: .36rem .68rem; border: 1px solid rgba(8,38,41,.12); border-radius: 999px; background: rgba(255,250,241,.78); box-shadow: 0 6px 15px rgba(8,38,41,.06); }
.hero-facts li:nth-child(2) { background: rgba(220,235,230,.86); }
.hero-facts li:nth-child(3) { background: rgba(241,216,159,.72); }
.hero-facts li::before { content: "✓"; margin-right: .4rem; color: var(--red); font-weight: 900; }

.price-card { padding: clamp(1.2rem, 2vw, 1.65rem); border: 1px solid rgba(196,81,70,.18); border-top: 5px solid var(--red); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,250,241,.97) 0%, rgba(247,226,217,.95) 58%, rgba(226,239,234,.96) 100%); box-shadow: 0 24px 62px rgba(63,47,39,.15); backdrop-filter: blur(14px); }
.tvp-offer { display: grid; grid-template-columns: 70px 1fr; gap: .75rem; align-items: center; margin: 0 0 .8rem; padding: .55rem; border: 1px solid rgba(145,55,47,.2); border-radius: 14px; background: rgba(255,255,255,.76); color: var(--ink); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.tvp-offer:hover, .tvp-offer:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(8,38,41,.11); }
.tvp-offer img { width: 70px; border-radius: 8px; }
.tvp-offer span { color: var(--muted); font-size: .8rem; line-height: 1.35; }
.tvp-offer strong { display: block; margin-bottom: .1rem; color: var(--red-dark); font-size: .87rem; }
.price-label { margin: 0; color: var(--red); font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price-stack { margin: .3rem 0 .5rem; }
.old-price { display: flex; gap: .65rem; align-items: baseline; margin: 0; color: var(--ink) !important; line-height: 1; }
.old-price span { font-weight: 750; }
.old-price del { color: #899293; font-family: Georgia, serif; font-size: clamp(1.8rem, 2.6vw, 2.45rem); text-decoration-color: var(--red); text-decoration-thickness: 3px; white-space: nowrap; }
.price { margin: .1rem 0 0; padding-left: 4.5rem; font-family: Georgia, serif; font-size: clamp(3.1rem, 4.5vw, 4.3rem); line-height: .95; white-space: nowrap; }
.price strong { color: var(--red-dark); font-weight: 600; }
.regular-price { margin: -.15rem 0 .75rem; color: var(--red-dark) !important; font-size: .92rem; }
.rental-option { margin: 0 0 .75rem; padding: .68rem .78rem; border: 1px solid rgba(8,38,41,.14); border-radius: 14px; background: rgba(228,239,235,.76); }
.rental-option > div { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.rental-option > div > span { color: var(--ink); font-size: .84rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.rental-option > div > strong { color: var(--red-dark); font-family: Georgia, serif; font-size: 1.65rem; white-space: nowrap; }
.rental-option > div small { font-family: Inter, sans-serif; font-size: .72rem; }
.rental-option p { margin: .15rem 0 .3rem; color: var(--ink) !important; font-size: .8rem; font-weight: 750; line-height: 1.35; }
.price-card .rental-option > small { display: block; margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.4; }
.price-card > p:not(.price):not(.price-label) { color: var(--muted); }
.price-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 .8rem; padding: 0; margin: .8rem 0; list-style: none; }
.price-card li { padding: .3rem 0 .3rem 1.3rem; border-bottom: 1px solid var(--line); font-size: .86rem; line-height: 1.35; }
.price-card li::before { content: "✓"; position: absolute; margin-left: -1.55rem; color: var(--gold); font-weight: 900; }
.care-service { display: grid; gap: .15rem; padding: .62rem .78rem; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; background: rgba(255,247,226,.66); }
.care-service strong { color: var(--ink); }
.care-service span { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.price-card small { display: block; margin-top: .75rem; color: var(--muted); line-height: 1.4; }
.price-card .price-note { margin-top: .7rem; padding: .65rem .75rem; border: 1px solid rgba(36,82,87,.14); border-left: 4px solid var(--ink-2); border-radius: 0 12px 12px 0; background: rgba(226,239,234,.58); color: #304d50; font-size: .8rem; font-weight: 620; line-height: 1.45; }

.section { position: relative; overflow: hidden; padding-block: clamp(2.25rem, 3.5vw, 3.8rem); }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2.5rem; align-items: end; margin-bottom: clamp(1.8rem, 3vw, 3rem); }
.section-head > p { margin: 0; padding: 1rem 1.15rem; border: 1px solid rgba(36,82,87,.18); border-left: 5px solid var(--ink-2); border-radius: 0 14px 14px 0; background: rgba(220,235,230,.82); color: #304d50; box-shadow: 0 10px 24px rgba(8,38,41,.07); font-size: 1.04rem; font-weight: 620; line-height: 1.55; }
.hero-demos { margin-top: clamp(1.55rem, 3vw, 2.35rem); padding: clamp(.9rem, 1.65vw, 1.2rem); border: 1px solid rgba(36,82,87,.22); border-top: 4px solid var(--ink-2); border-radius: 20px; background: linear-gradient(135deg, #dcebe6 0%, #f2dfd2 100%); box-shadow: 0 17px 40px rgba(8,38,41,.13); }
.hero-demos-head { display: grid; grid-template-columns: 1fr .8fr; gap: 1.2rem; align-items: center; margin-bottom: .9rem; }
.hero-demos-head .kicker { display: inline-flex; margin-bottom: .45rem; padding: .3rem .7rem; border-radius: 999px; background: linear-gradient(90deg, #fff7e9, #edc8bd); color: var(--red-dark); box-shadow: inset 0 0 0 1px rgba(145,55,47,.14); font-size: .84rem; font-weight: 800; }
.hero-demos-head h2 { font-size: clamp(1.7rem, 2.5vw, 2.35rem); }
.hero-demos-head > p { margin: 0; padding: 1rem 1.15rem; border: 1px solid rgba(36,82,87,.18); border-left: 5px solid var(--ink-2); border-radius: 0 14px 14px 0; background: rgba(220,235,230,.82); color: #304d50; box-shadow: 0 10px 24px rgba(8,38,41,.07); font-size: 1.04rem; font-weight: 620; line-height: 1.55; }
.demo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.demo-card { overflow: hidden; border: 1px solid rgba(196,81,70,.14); border-radius: 18px; background: #fffdf9; box-shadow: 0 12px 28px rgba(8,38,41,.12); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.demo-card:hover, .demo-card:focus-visible { transform: translateY(-6px) rotate(-.25deg); box-shadow: 0 22px 48px rgba(8,38,41,.2); }
.demo-teacher:hover, .demo-teacher:focus-visible { transform: translateY(-6px) rotate(.25deg); }
.browser { height: 30px; display: flex; align-items: center; gap: 5px; padding: 0 10px; color: #8a9292; background: #e7e9e8; font-size: .62rem; }
.browser span { width: 7px; height: 7px; border-radius: 50%; background: #b8bfbd; }
.browser div { margin-left: .5rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.demo-card > img { width: 100%; aspect-ratio: 16 / 6.5; object-fit: cover; object-position: top; border-bottom: 1px solid var(--line); }
.demo-copy { display: flex; justify-content: space-between; gap: .65rem; align-items: center; min-height: 72px; padding: .58rem .75rem .66rem; }
.demo-copy p { margin: 0 0 .2rem; color: var(--muted); font-size: .72rem; }
.demo-copy h3 { font-family: Georgia, serif; font-size: clamp(1.05rem, 1.25vw, 1.3rem); }
.arrow { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; background: var(--red); color: white; font-size: 1rem; }
.demo-pending { cursor: default; border-style: dashed; box-shadow: none; }
.demo-pending:hover { transform: none; box-shadow: none; }
.demo-placeholder { display: grid; place-items: center; align-content: center; aspect-ratio: 16 / 6.3; border-bottom: 1px solid var(--line); color: var(--red); background: linear-gradient(135deg,#f5ddd3,#edf3ef); text-align: center; }
.demo-placeholder strong { font: 500 clamp(2rem,4vw,3.5rem)/1 Georgia,serif; }
.demo-placeholder span { margin-top: .25rem; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.package { color: var(--ink); background: linear-gradient(125deg, #f1d2c6 0%, #f8e7da 50%, #dcebe6 100%); }
.package .kicker { color: var(--red); }
.package-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.package-copy { padding: 1rem 1.2rem; border: 1px solid rgba(196,81,70,.18); border-left: 5px solid var(--red); border-radius: 0 14px 14px 0; background: rgba(255,249,240,.76); color: #304d50; box-shadow: 0 10px 24px rgba(8,38,41,.07); font-size: 1.04rem; font-weight: 560; line-height: 1.58; }
.package-copy p:first-child { margin-top: 0; }
.package-copy p:last-child { margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: clamp(1.65rem, 2.6vw, 2.7rem); }
.feature-grid article { padding: 1.15rem; border: 1px solid rgba(8,38,41,.18); border-top: 4px solid var(--red); border-radius: 18px; background: #fff8f0; box-shadow: 0 14px 32px rgba(8,38,41,.09); }
.feature-grid article:nth-child(2) { border-top-color: var(--ink-2); background: #e9f1ed; }
.feature-grid article:nth-child(3) { border-top-color: var(--gold); background: #f7ead3; }
.feature-grid span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--red); color: white; font-weight: 800; }
.feature-grid article:nth-child(2) span { background: var(--ink-2); }
.feature-grid article:nth-child(3) span { background: #bd8330; }
.feature-grid h3 { margin-top: .9rem; }
.feature-grid p { margin-bottom: 0; color: #5d6e6f; }

.package .kicker, .steps .kicker, .audience .kicker { display: inline-flex; padding: .26rem .62rem; border-radius: 999px; background: rgba(255,255,255,.58); box-shadow: inset 0 0 0 1px rgba(8,38,41,.08); }
.package .kicker { padding: .34rem .78rem; background: linear-gradient(90deg, #d5e9e2, #f1d89f); color: #704039; box-shadow: inset 0 0 0 1px rgba(36,82,87,.16); font-size: .9rem; font-weight: 800; }
.steps .kicker { padding: .34rem .78rem; background: linear-gradient(90deg, #dceaf4, #ecc4b8); color: #7f3932; box-shadow: inset 0 0 0 1px rgba(82,127,163,.16); font-size: .9rem; font-weight: 800; }
.audience .kicker { padding: .34rem .78rem; background: linear-gradient(90deg, #f2d79f, #ecc4b8); color: #7f3932; box-shadow: inset 0 0 0 1px rgba(145,55,47,.15); font-size: .9rem; font-weight: 800; }
.steps { background: linear-gradient(135deg, #fffaf2 0%, #f7eee2 58%, #eaf2ee 100%); }
.steps-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 0; margin: 0; list-style: none; counter-reset: none; }
.steps-list li { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.1rem; border: 1px solid rgba(196,81,70,.24); border-top: 4px solid var(--red); border-radius: 18px; background: #f7e2d7; box-shadow: 0 12px 28px rgba(8,38,41,.07); }
.steps-list li:nth-child(2) { border-top-color: var(--ink-2); background: #e7f0ec; }
.steps-list li:nth-child(3) { border-top-color: var(--gold); background: #f5e7cf; }
.steps-list li:nth-child(4) { border-top-color: var(--red-dark); background: #f4ddd8; }
.steps-list li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: white; font-weight: 800; }
.steps-list p { margin-bottom: 0; color: var(--muted); }

.audience { background: linear-gradient(110deg, #f3e5d5 0%, #f7ecdf 44%, #e3eeea 100%); }
.audience-grid { display: grid; grid-template-columns: minmax(210px, .45fr) 1.55fr; gap: clamp(2.25rem, 6vw, 5.5rem); align-items: center; }
.portrait { width: min(100%, 245px); justify-self: center; margin: 0; }
.portrait img { width: 100%; height: 245px; border-radius: var(--radius); object-fit: cover; object-position: center top; box-shadow: var(--shadow); }
.portrait figcaption { margin-top: .7rem; color: var(--ink); font-weight: 600; line-height: 1.3; text-align: center; }
.audience-grid p { color: var(--muted); font-size: 1.08rem; }
.text-link { color: var(--red-dark); font-weight: 700; text-underline-offset: .3em; }

.cta { padding-block: clamp(2.25rem, 3.6vw, 3.4rem); color: var(--ink); background: linear-gradient(120deg, #e8b9ae 0%, #dfa99e 55%, #cfe1db 100%); }
.cta .kicker { display: inline-flex; padding: .34rem .78rem; border-radius: 999px; background: linear-gradient(90deg, #fff7e9, #dbece6); color: var(--red-dark); box-shadow: inset 0 0 0 1px rgba(145,55,47,.16); font-size: .9rem; font-weight: 800; }
.contact-area { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.cta h2 { max-width: 800px; font-size: clamp(2.15rem, 3.4vw, 3.4rem); }
.cta p:not(.kicker) { max-width: 690px; margin: 1.1rem 0 0; padding: .9rem 1.05rem; border: 1px solid rgba(22,56,60,.16); border-left: 5px solid var(--red-dark); border-radius: 0 14px 14px 0; background: rgba(255,249,239,.46); color: #304d50; box-shadow: 0 9px 22px rgba(75,31,27,.08); font-size: 1.02rem; font-weight: 600; line-height: 1.55; }
.contact-options { display: grid; gap: .75rem; }
.contact-options a { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1rem 1.15rem; border: 1px solid rgba(22,56,60,.22); border-left: 6px solid var(--red); border-radius: 14px; color: var(--ink); box-shadow: 0 11px 25px rgba(75,31,27,.14); text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.contact-options a:nth-child(1) { background: #fff9ef; }
.contact-options a:nth-child(2) { border-left-color: #527fa3; background: #dceaf4; }
.contact-options a:nth-child(3) { border-left-color: #2f8f68; background: #d7ebdf; }
.contact-options a:hover, .contact-options a:focus-visible { transform: translateX(5px); box-shadow: 0 14px 30px rgba(75,31,27,.2); }
.contact-options a:nth-child(1):hover, .contact-options a:nth-child(1):focus-visible { background: white; }
.contact-options a:nth-child(2):hover, .contact-options a:nth-child(2):focus-visible { background: #eaf3fa; }
.contact-options a:nth-child(3):hover, .contact-options a:nth-child(3):focus-visible { background: #e7f4eb; }
.contact-options span { font-size: .82rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-options strong { text-align: right; }
footer { padding-block: 1.5rem; color: rgba(255,255,255,.78); background: #16383c; font-size: .9rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 2rem; }
.footer-inner div { display: flex; gap: 1.5rem; }
.footer-inner a:hover { color: white; }

.legal-main { min-height: calc(100vh - 156px); padding-block: clamp(3.5rem, 7vw, 7rem); background: linear-gradient(135deg, #fff8ec 0%, #f5dfd4 52%, #e4efeb 100%); }
.legal-card { width: min(900px, 100%); padding: clamp(1.6rem, 4vw, 3.5rem); border: 1px solid rgba(196,81,70,.16); border-radius: var(--radius); background: rgba(255,253,249,.9); box-shadow: var(--shadow); }
.legal-card h1 { margin-bottom: 2rem; font-size: clamp(2.7rem, 6vw, 5rem); }
.legal-card h2 { margin-top: 2.2rem; color: var(--red-dark); font-family: inherit; font-size: 1.35rem; font-weight: 800; letter-spacing: 0; }
.legal-card p { margin: .55rem 0; }
.legal-card a { color: var(--red-dark); font-weight: 750; text-underline-offset: .25em; }

@media (max-width: 900px) {
  .header-inner { min-height: 88px; }
  .brand img { width: 245px; }
  nav a:not(.nav-cta) { display: none; }
  .hero-inner, .section-head, .package-grid, .audience-grid, .contact-area { grid-template-columns: 1fr; }
  .hero-inner { gap: 3rem; }
  .price-card { width: min(100%, 620px); }
  .price-card ul { grid-template-columns: 1fr; }
  .steps-list { grid-template-columns: 1fr 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 20px; }
  .brand img { width: 205px; }
  .hero .eyebrow { font-size: 1rem; }
  .nav-cta { padding: .52rem .8rem; font-size: .9rem; }
  .hero-inner { padding-top: 3.25rem; padding-bottom: 2.25rem; }
  h1 { font-size: clamp(2.8rem, 12vw, 4.2rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-facts { display: grid; }
  .hero-demos-head { grid-template-columns: 1fr; gap: .65rem; }
  .demo-grid, .steps-list { grid-template-columns: 1fr; }
  .demo-copy { padding: 1.2rem; }
  .steps-list li { min-height: 185px; }
  .footer-inner { align-items: stretch; flex-direction: column; }
  .contact-options a { align-items: flex-start; flex-direction: column; }
  .contact-options strong { text-align: left; }
  .footer-inner div { flex-wrap: wrap; }
}

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