:root {
  --green-900: #173f35;
  --green-700: #315d50;
  --green-100: #dce9e3;
  --terracotta: #a54e3c;
  --terracotta-dark: #7f362a;
  --amber: #d59b42;
  --ink: #20322e;
  --muted: #5e6e69;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --line: #ddd9cd;
  --white: #ffffff;
  --shadow: 0 14px 42px rgba(23, 63, 53, .10);
  --radius: 22px;
  --text-scale: 1;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; font-size: calc(16px * var(--text-scale)); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; padding-bottom: calc(84px + env(safe-area-inset-bottom)); }
button, input, a { font: inherit; }
button { color: inherit; }
a { color: var(--green-900); }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.025em; }
h1 { font-size: clamp(2.05rem, 5vw, 4.5rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.55rem, 3vw, 2.5rem); margin-bottom: .75rem; }
h3 { font-size: 1.12rem; margin-bottom: .35rem; }
p { color: var(--muted); }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 4px solid var(--amber); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 300; left: 1rem; top: -5rem; background: var(--ink); color: white; padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.app-header { height: 78px; padding: 0 max(1.1rem, calc((100vw - 1200px) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px); }
.brand { border: 0; background: none; padding: 0; display: flex; align-items: center; gap: .75rem; text-align: left; cursor: pointer; }
.brand-mark { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--green-700); color: white; font-weight: 850; letter-spacing: -.04em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.18; }
.brand-copy strong { font-size: 1rem; }
.brand-copy small { color: var(--muted); font-size: .78rem; }
.header-actions { display: flex; gap: .5rem; }
.icon-button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: white; font-size: 1.2rem; font-weight: 800; cursor: pointer; }
.text-size-button span { color: var(--terracotta); font-size: .8rem; }

main { max-width: 1200px; margin: 0 auto; }
.app-view { animation: viewIn .24s ease-out; }
@keyframes viewIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.status-strip { margin: .8rem 1rem 0; padding: .6rem .85rem; display: inline-flex; align-items: center; gap: .55rem; background: var(--green-100); color: var(--green-900); border-radius: 10px; font-size: .83rem; font-weight: 700; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #399866; box-shadow: 0 0 0 4px rgba(57,152,102,.12); }
.hero-section { margin: 1rem; background: var(--paper); border: 1px solid var(--line); border-radius: 30px; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 520px; box-shadow: var(--shadow); }
.hero-content { padding: clamp(2rem, 6vw, 5rem); align-self: center; }
.hero-content > p:not(.eyebrow) { font-size: 1.12rem; max-width: 52ch; }
.eyebrow { color: var(--terracotta); font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .6rem; }
.eyebrow.light { color: #f8d6ad; }
.hero-actions, .contact-actions, .dialog-actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.button { min-height: 48px; border: 0; border-radius: 12px; padding: .76rem 1.15rem; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 800; cursor: pointer; }
.button.primary { background: var(--terracotta); color: white; }
.button.primary:hover { background: var(--terracotta-dark); }
.button.secondary { background: var(--green-100); color: var(--green-900); }
.button.member { background: var(--green-900); color: white; }
.button.member:hover { background: var(--green-700); }
.button.outline { background: transparent; color: var(--green-900); border: 2px solid var(--green-700); }
.button.light { background: white; color: var(--green-900); }
.button.ghost-light { color: white; border: 2px solid rgba(255,255,255,.7); }
.button.full { width: 100%; }
.hero-media { margin: 0; position: relative; min-height: 420px; background: var(--green-100); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; filter: brightness(1.08) contrast(.95) saturate(1.03); }
.hero-media img.facade-image { filter: none; object-position: center; }
.hero-media figcaption { position: absolute; left: 1.25rem; bottom: 1.25rem; background: rgba(23,63,53,.92); color: white; padding: .7rem 1rem; border-radius: 12px; font-weight: 750; }
.hero-media figcaption span { color: #f8d6ad; margin-right: .4rem; }

.section-block { padding: 3.4rem max(1rem, 3vw); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.4rem; }
.section-heading.compact { align-items: center; }
.section-heading h2 { margin: 0; }
.text-button { border: 0; background: none; color: var(--terracotta-dark); font-weight: 800; cursor: pointer; padding: .7rem 0; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.quick-action { border: 1px solid var(--line); border-radius: 16px; background: var(--paper); padding: 1rem; min-height: 96px; display: flex; align-items: center; gap: .9rem; text-decoration: none; text-align: left; cursor: pointer; box-shadow: 0 5px 18px rgba(23,63,53,.05); }
.quick-action:hover { border-color: var(--green-700); transform: translateY(-2px); }
.quick-action span:last-child { display: flex; flex-direction: column; }
.quick-action small { color: var(--muted); margin-top: .2rem; }
.member-quick-action { border-color: #b7cdc4; background: #eef6f2; }
.member-quick-action .quick-icon { background: var(--green-900); color: white; }
.quick-icon { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: var(--green-100); color: var(--green-900); font-weight: 900; }
.calendar-icon { font-size: .75rem; border-top: 9px solid var(--terracotta); }
.event-list { border-top: 1px solid var(--line); }
.event-row { min-height: 92px; display: grid; grid-template-columns: 70px 5px 1fr 44px; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); }
.event-row time { display: flex; flex-direction: column; }
.event-row time span, .event-row p { font-size: .85rem; }
.event-row h3, .event-row p { margin-bottom: 0; }
.event-accent { height: 48px; border-radius: 3px; }
.event-accent.health { background: var(--green-700); }
.event-accent.creative { background: var(--terracotta); }
.round-button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: white; cursor: pointer; font-size: 1.5rem; }
.feature-band { margin: 1rem; background: var(--green-900); border-radius: 26px; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; color: white; }
.feature-band img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; filter: brightness(1.08) contrast(.95) saturate(1.03); }
.feature-band > div { padding: clamp(2rem, 5vw, 4rem); align-self: center; }
.feature-band h2 { color: white; }
.feature-band p:not(.eyebrow) { color: #d9e6e1; }
.news-highlight { display: grid; grid-template-columns: 240px 1fr; gap: 1.5rem; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.news-highlight img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; filter: brightness(1.08) contrast(.95) saturate(1.03); }
.news-highlight > div { padding: 1.5rem 1.5rem 1.5rem 0; align-self: center; }
.news-date { color: var(--terracotta); text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; font-weight: 850; }

.page-hero { padding: clamp(2.4rem, 7vw, 5.5rem) max(1rem, 4vw) 2.2rem; max-width: 920px; }
.page-hero.small { padding-bottom: 1rem; }
.page-hero p:not(.eyebrow) { font-size: 1.08rem; max-width: 62ch; }
.prototype-note { margin: 0 max(1rem, 4vw) 1.5rem; border-left: 4px solid var(--amber); background: #fff8e8; padding: .9rem 1rem; color: #6b532b; border-radius: 0 10px 10px 0; }
.activity-tools { position: sticky; top: 78px; z-index: 20; background: rgba(247,242,232,.96); padding: .8rem max(1rem, 4vw) 1rem; backdrop-filter: blur(10px); }
.search-field { max-width: 620px; height: 52px; display: flex; align-items: center; gap: .7rem; border: 1px solid var(--line); background: white; border-radius: 13px; padding: 0 1rem; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 1rem; }
.filter-row { display: flex; gap: .6rem; overflow-x: auto; padding-top: .8rem; scrollbar-width: none; }
.filter-chip { border: 1px solid var(--line); background: var(--paper); border-radius: 999px; padding: .55rem .9rem; cursor: pointer; white-space: nowrap; font-weight: 750; }
.filter-chip.active { background: var(--green-700); color: white; border-color: var(--green-700); }
.activity-grid { padding: 1rem max(1rem, 4vw) 4rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.activity-card { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 1.25rem; display: flex; flex-direction: column; min-height: 390px; }
.activity-card[hidden] { display: none; }
.activity-card-top { display: flex; justify-content: space-between; align-items: start; }
.category-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; font-size: 1.5rem; font-weight: 800; }
.category-icon.health, .category-icon.calm { background: var(--green-100); color: var(--green-900); }
.category-icon.movement { background: #e8e4d4; color: #685b2c; }
.category-icon.creative, .category-icon.theatre, .category-icon.craft { background: #f2ded8; color: var(--terracotta-dark); }
.favorite-button { width: 42px; height: 42px; border: 0; background: transparent; font-size: 1.7rem; cursor: pointer; color: var(--terracotta); }
.favorite-button[aria-pressed="true"] { font-size: 0; }
.favorite-button[aria-pressed="true"]::after { content: "♥"; font-size: 1.7rem; }
.card-kicker { font-size: .76rem; font-weight: 800; color: var(--terracotta); text-transform: uppercase; letter-spacing: .06em; margin: 1rem 0 .45rem; }
.activity-card > p:not(.card-kicker) { flex-grow: 1; }
.activity-meta { display: flex; flex-direction: column; gap: .3rem; padding: .8rem 0 1rem; color: var(--muted); font-size: .86rem; }
.empty-state { text-align: center; padding: 3rem 1rem 6rem; }

.week-selector { margin: 1rem max(1rem, 4vw) 2rem; display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem; }
.week-selector button { border: 1px solid var(--line); background: var(--paper); border-radius: 14px; min-height: 78px; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; }
.week-selector button span { font-size: .78rem; color: var(--muted); }
.week-selector button strong { font-size: 1.2rem; }
.week-selector button.active { background: var(--green-700); color: white; border-color: var(--green-700); }
.week-selector button.active span { color: #e0eee9; }
.agenda-panel { margin: 0 max(1rem, 4vw); }
.agenda-day-title { font-size: 1.2rem; margin-bottom: .6rem; }
.agenda-item { display: grid; grid-template-columns: 78px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.agenda-item time { font-weight: 850; color: var(--terracotta-dark); }
.agenda-item h2 { font-size: 1.15rem; margin-bottom: .25rem; }
.agenda-item p { margin-bottom: 0; font-size: .9rem; }
.trips-section { margin: 3rem max(1rem, 4vw) 0; }
.trip-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.trip-card { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; display: grid; grid-template-columns: 110px 1fr; }
.trip-date { background: var(--green-700); color: white; display: grid; place-items: center; align-content: center; text-align: center; padding: 1rem; }
.trip-date strong { font-size: 2rem; line-height: 1; }
.trip-date span { font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.trip-card > div:last-child { padding: 1.2rem; }
.trip-card h3 { font-size: 1.25rem; }
.trip-card p { margin-bottom: .6rem; }
.trip-badge { display: inline-block; color: var(--terracotta-dark); font-size: .78rem; font-weight: 850; }
.organizer-link { color: #dcebe5; font-size: .78rem; align-self: center; }
.help-card { margin: 3rem max(1rem, 4vw) 5rem; padding: 1.3rem; display: flex; gap: 1rem; background: var(--green-100); border-radius: 18px; }
.help-card > span { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--green-700); font-weight: 900; }
.help-card h2 { font-size: 1.25rem; margin-bottom: .3rem; }
.help-card p { margin-bottom: .35rem; }
.help-card a { font-weight: 850; }

.visit-hero { display: flex; max-width: none; justify-content: space-between; align-items: end; gap: 2rem; }
.visit-hero > div { max-width: 760px; }
.tour-shell { margin: 0 max(1rem, 4vw); height: min(68vh, 680px); min-height: 480px; background: #102d26; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); position: relative; }
.tour-placeholder { width: 100%; height: 100%; display: grid; grid-template-columns: 1fr 1fr; color: white; }
.tour-placeholder img { width: 100%; height: 100%; object-fit: cover; filter: brightness(1.06) contrast(.95) saturate(1.03); }
.tour-placeholder > div { padding: clamp(2rem, 5vw, 4rem); align-self: center; }
.tour-placeholder h2 { color: white; }
.tour-placeholder p { color: #d7e8e2; }
.tour-360 { width: 74px; height: 74px; border: 2px solid #f4d3a9; border-radius: 50%; display: grid; place-items: center; color: #f4d3a9; font-weight: 900; margin-bottom: 1.2rem; }
.tour-shell iframe { width: 100%; height: 100%; border: 0; background: black; }
.room-jump { margin: 1rem max(1rem, 4vw) 0; }
.room-jump p { margin-bottom: .5rem; }
.room-buttons { display: flex; gap: .5rem; overflow-x: auto; padding-bottom: .5rem; }
.room-buttons button { border: 1px solid var(--line); border-radius: 10px; background: var(--paper); padding: .65rem .85rem; white-space: nowrap; cursor: pointer; font-weight: 750; }
.tour-tips { padding: 3rem max(1rem, 4vw) 5rem; }
.tour-tips > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.tour-tips p { display: flex; align-items: center; gap: .75rem; }
.tour-tips span { width: 34px; height: 34px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; background: var(--green-700); color: white; font-weight: 800; }

.center-feature { margin: 1rem max(1rem,4vw) 4rem; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: var(--paper); border-radius: 24px; overflow: hidden; }
.center-feature img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; filter: brightness(1.08) contrast(.95) saturate(1.03); }
.center-feature > div { padding: clamp(2rem, 5vw, 4rem); align-self: center; }
.center-feature li { margin-bottom: .45rem; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 2rem; }
.service-list article { display: flex; align-items: flex-start; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.service-list article > span { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 12px; display: grid; place-items: center; background: var(--green-100); color: var(--green-900); font-size: 1.2rem; }
.service-list h3, .service-list p { margin-bottom: .2rem; }
.timeline { border-left: 2px solid var(--green-100); margin-left: .5rem; }
.timeline article { display: grid; grid-template-columns: 120px 1fr; gap: 1.5rem; padding: .4rem 0 2.3rem 1.8rem; position: relative; }
.timeline article::before { content: ""; width: 14px; height: 14px; border-radius: 50%; background: var(--terracotta); position: absolute; left: -8px; top: .5rem; box-shadow: 0 0 0 5px var(--cream); }
.timeline time { color: var(--terracotta-dark); font-size: .78rem; font-weight: 850; text-transform: uppercase; }
.timeline p { margin-bottom: .45rem; }
.timeline a { font-weight: 800; }
.contact-block { margin: 1rem; padding: clamp(2rem,5vw,4rem); border-radius: 24px; background: var(--green-900); color: white; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.contact-block h2 { color: white; }
.contact-block p:not(.eyebrow) { color: #d9e8e3; }

.bottom-nav { position: fixed; z-index: 110; bottom: 0; left: 0; right: 0; min-height: 72px; padding: .35rem max(.5rem, calc((100vw - 800px)/2)) calc(.35rem + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5,1fr); background: rgba(255,253,248,.97); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
.bottom-nav button { border: 0; background: none; min-width: 0; overflow: hidden; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .12rem; color: var(--muted); cursor: pointer; }
.bottom-nav button span { font-size: 1.24rem; line-height: 1; }
.bottom-nav button strong { max-width: 100%; overflow: hidden; text-overflow: ellipsis; font-size: clamp(.56rem, 2.7vw, .68rem); line-height: 1.1; white-space: nowrap; }
.bottom-nav button.active { color: var(--terracotta-dark); background: #f5e4de; }

.app-dialog { width: min(92vw, 520px); border: 0; border-radius: 22px; padding: 2rem; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.32); }
.app-dialog::backdrop { background: rgba(15,36,31,.66); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: .75rem; right: .75rem; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: white; font-size: 1.5rem; cursor: pointer; }
.dialog-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: var(--green-100); color: var(--green-900); font-size: 1.5rem; margin-bottom: 1rem; }
.app-dialog dl { display: grid; grid-template-columns: auto 1fr; gap: .5rem 1rem; padding: 1rem; background: var(--cream); border-radius: 12px; }
.app-dialog dt { font-weight: 800; }
.app-dialog dd { margin: 0; color: var(--muted); }
.dialog-actions { margin-top: 1.2rem; }
.install-steps { margin: 1.2rem 0; padding: 1rem; background: var(--cream); border-radius: 12px; }
.toast { position: fixed; z-index: 250; left: 50%; bottom: 92px; transform: translate(-50%, 20px); background: var(--ink); color: white; padding: .75rem 1rem; border-radius: 10px; opacity: 0; pointer-events: none; transition: .2s ease; box-shadow: var(--shadow); }
.toast.show { opacity: 1; transform: translate(-50%,0); }

body.high-contrast { --cream: #ffffff; --paper: #ffffff; --ink: #000000; --muted: #202020; --line: #5b5b5b; --green-900: #003529; --green-700: #004c3a; --green-100: #d7eee7; --terracotta: #8f250f; --terracotta-dark: #6e1908; }

@media (min-width: 900px) {
  body { padding-bottom: 0; }
  .bottom-nav { position: sticky; bottom: auto; top: 78px; min-height: 58px; max-width: 760px; margin: 0 auto; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 18px 18px; box-shadow: 0 8px 24px rgba(23,63,53,.06); }
  .bottom-nav button { flex-direction: row; gap: .45rem; }
  .bottom-nav button strong { font-size: .78rem; }
}

@media (max-width: 900px) {
  .hero-section, .feature-band, .center-feature { grid-template-columns: 1fr; }
  .hero-section { min-height: auto; }
  .hero-media { min-height: 340px; }
  .feature-band img, .center-feature img { min-height: 300px; max-height: 420px; }
  .activity-grid { grid-template-columns: 1fr 1fr; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .visit-hero { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .app-header { height: 68px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy small { font-size: .7rem; }
  .icon-button { width: 40px; height: 40px; }
  .status-strip { display: flex; }
  .hero-section { margin-top: .8rem; border-radius: 22px; }
  .hero-content { padding: 2rem 1.3rem; }
  .hero-media { min-height: 250px; }
  .hero-actions .button { flex: 1; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-action { min-height: 78px; }
  .section-block { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .section-heading { align-items: flex-start; }
  .event-row { grid-template-columns: 56px 4px 1fr 38px; gap: .7rem; }
  .feature-band { border-radius: 20px; }
  .feature-band img { min-height: 230px; }
  .news-highlight { grid-template-columns: 1fr; }
  .news-highlight img { height: 200px; min-height: 0; }
  .news-highlight > div { padding: 0 1.2rem 1.3rem; }
  .activity-tools { top: 68px; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card { min-height: 0; }
  .week-selector button { min-height: 68px; }
  .trip-list { grid-template-columns: 1fr; }
  .trip-card { grid-template-columns: 88px 1fr; }
  .tour-shell { min-height: 540px; height: 68vh; border-radius: 16px; }
  .tour-placeholder { grid-template-columns: 1fr; }
  .tour-placeholder img { height: 46%; }
  .tour-placeholder > div { padding: 1.4rem; }
  .tour-360 { width: 54px; height: 54px; margin-bottom: .6rem; }
  .tour-tips > div { grid-template-columns: 1fr; gap: 0; }
  .service-list { grid-template-columns: 1fr; }
  .timeline article { grid-template-columns: 1fr; gap: .3rem; }
  .contact-block { align-items: flex-start; flex-direction: column; }
  .contact-actions { width: 100%; }
  .contact-actions .button { width: 100%; }
  .app-dialog { padding: 1.5rem; }
}

/* En una previsualización excepcionalmente estrecha, evita que los rótulos se superpongan. */
@media (max-width: 300px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .bottom-nav { min-height: 62px; padding-inline: .2rem; }
  .bottom-nav button { min-height: 50px; }
  .bottom-nav button span { font-size: 1.2rem; }
  .bottom-nav button strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
}

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