:root {
    --milk: #f7f2ea;
    --paper: #fffdf9;
    --graphite: #24211f;
    --muted: #716b65;
    --line: #e7ded3;
    --terracotta: #c85f43;
    --terracotta-dark: #a84630;
    --terracotta-soft: #f3ddd4;
    --sage: #74806c;
    --sage-soft: #e7ebe2;
    --sand: #ead9be;
    --shadow: 0 20px 55px rgba(72, 53, 39, .09);
    --shadow-small: 0 10px 30px rgba(72, 53, 39, .07);
    --radius: 24px;
    --radius-small: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.lifestyle-body {
    min-width: 320px;
    overflow-x: hidden;
    background: var(--milk);
    color: var(--graphite);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.lifestyle-container {
    width: calc(100% - 48px);
    max-width: 1200px;
    margin-inline: auto;
}

.lifestyle-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100;
    padding: 10px 16px;
    border-radius: 10px;
    background: var(--graphite);
    color: white;
    transform: translateY(-160%);
}
.lifestyle-skip-link:focus { transform: translateY(0); }

.lifestyle-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(210, 197, 184, .72);
    background: rgba(247, 242, 234, .9);
    backdrop-filter: blur(18px);
}
.lifestyle-header__inner { display: flex; min-height: 76px; align-items: center; gap: 28px; }
.lifestyle-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.lifestyle-brand__symbol { position: relative; display: grid; width: 31px; height: 31px; grid-template-columns: 1fr 1fr; gap: 3px; transform: rotate(-8deg); }
.lifestyle-brand__symbol i { display: block; border-radius: 11px 11px 4px 11px; background: var(--terracotta); }
.lifestyle-brand__symbol i:last-child { border-radius: 11px 11px 11px 4px; background: var(--sage); transform: translateY(5px); }
.lifestyle-brand__word { font-size: 17px; font-weight: 850; letter-spacing: .14em; }
.lifestyle-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.lifestyle-nav a { color: #554f49; font-size: 14px; font-weight: 650; text-decoration: none; }
.lifestyle-nav a:hover { color: var(--terracotta-dark); }
.lifestyle-max-button { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; padding: 0 18px; border-radius: 999px; background: var(--graphite); color: white; font-size: 14px; font-weight: 750; text-decoration: none; box-shadow: 0 8px 22px rgba(36, 33, 31, .14); }
.lifestyle-max-button:hover { background: var(--terracotta-dark); transform: translateY(-1px); }

.lifestyle-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--terracotta-dark); font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.lifestyle-kicker i { display: block; width: 22px; height: 2px; border-radius: 2px; background: currentColor; }
.lifestyle-kicker--sage { color: var(--sage); }
.lifestyle-kicker--light { color: #ffe4d8; }

.lifestyle-hero { position: relative; padding: 68px 0 58px; overflow: hidden; }
.lifestyle-hero::before { position: absolute; width: 460px; height: 460px; top: -230px; right: -120px; border-radius: 50%; background: rgba(200, 95, 67, .08); content: ""; }
.lifestyle-hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr); align-items: center; gap: clamp(48px, 7vw, 96px); }
.lifestyle-hero__copy { min-width: 0; }
.lifestyle-hero h1 { max-width: 760px; margin: 20px 0 24px; font-size: clamp(44px, 5.4vw, 72px); font-weight: 780; letter-spacing: -.055em; line-height: 1.02; overflow-wrap: anywhere; }
.lifestyle-hero h1 span { color: var(--terracotta); font-weight: 610; }
.lifestyle-hero__copy > p { max-width: 650px; margin: 0; color: #615b55; font-size: clamp(17px, 1.8vw, 20px); line-height: 1.65; }
.lifestyle-hero__actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.lifestyle-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border-radius: 999px; font-weight: 760; line-height: 1.2; text-decoration: none; text-align: center; }
.lifestyle-button--primary { background: var(--terracotta); color: white; box-shadow: 0 12px 28px rgba(168, 70, 48, .2); }
.lifestyle-button--primary:hover { background: var(--terracotta-dark); transform: translateY(-2px); }
.lifestyle-button--light { background: var(--paper); color: var(--graphite); }
.lifestyle-button--light:hover { background: #fff3ec; transform: translateY(-2px); }
.lifestyle-text-link, .lifestyle-arrow-link { color: var(--graphite); font-weight: 760; text-decoration: none; text-underline-offset: 5px; }
.lifestyle-text-link:hover, .lifestyle-arrow-link:hover { color: var(--terracotta-dark); text-decoration: underline; }
.lifestyle-hero__trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 38px; color: var(--muted); font-size: 12px; }
.lifestyle-hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.lifestyle-hero__trust span::before { width: 5px; height: 5px; border-radius: 50%; background: var(--sage); content: ""; }
.lifestyle-hero__trust b { color: var(--graphite); }

.lifestyle-hero__feature { position: relative; display: block; min-width: 0; text-decoration: none; }
.lifestyle-hero__feature::before { position: absolute; z-index: -1; width: 68%; aspect-ratio: 1; right: -10%; bottom: -8%; border-radius: 50%; background: var(--sand); content: ""; }
.lifestyle-hero__image { aspect-ratio: 4 / 4.25; overflow: hidden; border-radius: 42% 42% 24px 24px; background: var(--sage-soft); box-shadow: var(--shadow); }
.lifestyle-hero__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.lifestyle-hero__feature:hover .lifestyle-hero__image img { transform: scale(1.025); }
.lifestyle-hero__card { position: absolute; width: min(84%, 390px); left: -42px; bottom: 26px; padding: 21px 23px; border: 1px solid rgba(255,255,255,.78); border-radius: 20px; background: rgba(255, 253, 249, .94); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.lifestyle-hero__card > span { color: var(--terracotta-dark); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.lifestyle-hero__card strong { display: block; margin: 5px 0 10px; font-size: clamp(18px, 2vw, 24px); line-height: 1.25; overflow-wrap: anywhere; }
.lifestyle-hero__card small { display: flex; align-items: center; justify-content: space-between; color: var(--muted); }
.lifestyle-hero__card small b { color: var(--terracotta); font-size: 20px; }

.lifestyle-placeholder { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; background: linear-gradient(145deg, var(--sage-soft), var(--sand)); }
.lifestyle-placeholder::before, .lifestyle-placeholder::after, .lifestyle-placeholder i { position: absolute; border-radius: 50%; content: ""; }
.lifestyle-placeholder::before { width: 58%; aspect-ratio: 1; right: -5%; top: -9%; background: rgba(200,95,67,.42); }
.lifestyle-placeholder::after { width: 42%; aspect-ratio: 1; left: 9%; bottom: 8%; background: rgba(116,128,108,.5); }
.lifestyle-placeholder i { width: 16%; aspect-ratio: 1; top: 27%; left: 22%; background: rgba(255,253,249,.8); }

.lifestyle-chips { display: flex; align-items: center; gap: 10px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.lifestyle-chips::-webkit-scrollbar { display: none; }
.lifestyle-chips__label { margin-right: 7px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lifestyle-chips a { flex: 0 0 auto; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,249,.55); color: #5d5751; font-size: 13px; font-weight: 650; text-decoration: none; }
.lifestyle-chips a:hover { border-color: var(--terracotta); color: var(--terracotta-dark); }

.lifestyle-section { padding-top: 82px; padding-bottom: 92px; }
.lifestyle-section__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 32px; }
.lifestyle-section__heading h2 { margin: 8px 0 0; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.04em; line-height: 1.08; }
.lifestyle-section__heading > p { width: min(100%, 410px); margin: 0; color: var(--muted); }

.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.review-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-small); }
.review-card--wide { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
.review-card__media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--sage-soft); }
.review-card--wide .review-card__media { aspect-ratio: auto; min-height: 390px; }
.review-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.review-card:hover .review-card__media img { transform: scale(1.025); }
.review-card__badge { position: absolute; top: 18px; left: 18px; padding: 7px 12px; border-radius: 999px; background: rgba(255,253,249,.92); color: var(--terracotta-dark); font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.review-card__body { padding: 25px 27px 28px; }
.review-card--wide .review-card__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 62px); }
.review-card__meta { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 12px; color: var(--muted); font-size: 12px; }
.review-card__meta span { color: var(--terracotta-dark); font-weight: 780; }
.review-card h3 { margin: 0 0 12px; font-size: clamp(21px, 2.4vw, 30px); letter-spacing: -.025em; line-height: 1.22; overflow-wrap: anywhere; }
.review-card h3 a { text-decoration: none; }
.review-card h3 a:hover { color: var(--terracotta-dark); }
.review-card p { margin: 0 0 22px; color: var(--muted); }

.guide-section { padding: 82px 0 92px; background: var(--paper); border-block: 1px solid var(--line); }
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.guide-card { display: grid; grid-template-columns: auto 1fr; gap: 22px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--milk); }
.guide-card__number { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: var(--sage); color: white; font-size: 13px; font-weight: 850; }
.guide-card > div > span { color: var(--sage); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.guide-card h3 { margin: 5px 0 9px; font-size: 22px; line-height: 1.25; }
.guide-card h3 a { text-decoration: none; }
.guide-card p { margin: 0 0 14px; color: var(--muted); }

.max-banner { position: relative; display: grid; grid-template-columns: 1fr .75fr; gap: 70px; margin-top: 92px; margin-bottom: 92px; padding: clamp(44px, 7vw, 78px); overflow: hidden; border-radius: 32px; background: var(--terracotta); color: white; box-shadow: 0 28px 70px rgba(168,70,48,.18); }
.max-banner h2 { margin: 12px 0 0; font-size: clamp(32px, 4vw, 50px); letter-spacing: -.04em; line-height: 1.08; }
.max-banner p { margin: 0 0 24px; color: #ffe8df; font-size: 17px; }
.max-banner > * { position: relative; z-index: 1; }
.max-banner__ornament { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.max-banner__ornament i { position: absolute; display: block; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.max-banner__ornament i:nth-child(1) { width: 320px; height: 320px; right: -110px; top: -170px; }
.max-banner__ornament i:nth-child(2) { width: 210px; height: 210px; right: 25%; bottom: -150px; }
.max-banner__ornament i:nth-child(3) { width: 90px; height: 90px; left: -25px; top: -35px; background: rgba(255,255,255,.06); }

.material-page { padding: 42px 0 0; }
.material-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; color: var(--muted); font-size: 13px; }
.material-breadcrumbs a { text-decoration: none; }
.material-breadcrumbs a:hover { color: var(--terracotta-dark); }
.material-header__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); align-items: center; gap: clamp(45px, 7vw, 92px); }
.material-header__copy { min-width: 0; }
.material-header h1 { margin: 17px 0 22px; font-size: clamp(40px, 5.2vw, 66px); letter-spacing: -.05em; line-height: 1.04; overflow-wrap: anywhere; }
.material-header__copy > p { margin: 0; color: #625c56; font-size: clamp(18px, 2vw, 22px); line-height: 1.6; }
.material-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; color: var(--muted); font-size: 13px; }
.material-cover { aspect-ratio: 16 / 11.3; margin: 0; overflow: hidden; border-radius: 28px; background: var(--sage-soft); box-shadow: var(--shadow); }
.material-cover img { width: 100%; height: 100%; object-fit: cover; }
.material-cover--placeholder .lifestyle-placeholder { height: 100%; }

.material-layout { display: grid; grid-template-columns: 180px minmax(0, 720px); justify-content: center; gap: 52px; padding-top: 72px; padding-bottom: 90px; }
.material-aside { position: sticky; top: 112px; align-self: start; display: grid; gap: 9px; padding-top: 4px; }
.material-aside > span { margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.material-aside a { padding-left: 12px; border-left: 2px solid var(--line); color: var(--muted); font-size: 13px; text-decoration: none; }
.material-aside a:hover { border-color: var(--terracotta); color: var(--graphite); }
.material-main { min-width: 0; }
.material-prose { color: #383431; font-size: 18px; line-height: 1.82; overflow-wrap: anywhere; }
.material-prose > :first-child { margin-top: 0; }
.material-prose h2 { margin: 2.1em 0 .7em; color: var(--graphite); font-size: 30px; letter-spacing: -.025em; line-height: 1.2; }
.material-prose h3 { margin: 1.8em 0 .6em; color: var(--graphite); font-size: 23px; line-height: 1.25; }
.material-prose p { margin: 0 0 1.35em; }
.material-prose ul, .material-prose ol { padding-left: 1.25em; }
.material-prose a { color: var(--terracotta-dark); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.material-prose blockquote { margin: 2em 0; padding: 20px 24px; border-left: 4px solid var(--sage); border-radius: 0 var(--radius-small) var(--radius-small) 0; background: var(--sage-soft); }

.material-takeaways { display: grid; grid-template-columns: auto 1fr; gap: 20px; margin-top: 50px; padding: 30px; border: 1px solid #dbe1d5; border-radius: var(--radius); background: var(--sage-soft); }
.material-takeaways__icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--sage); color: white; font-size: 22px; font-weight: 900; }
.material-takeaways p { margin: 0; color: var(--sage); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.material-takeaways h2 { margin: 4px 0 16px; font-size: 27px; line-height: 1.2; }
.material-takeaways ul { display: grid; gap: 10px; margin: 0; padding-left: 1.25em; }

.max-cta { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 25px; margin-top: 54px; padding: clamp(30px, 5vw, 48px); overflow: hidden; border-radius: 28px; background: var(--terracotta); color: white; box-shadow: 0 24px 55px rgba(168,70,48,.18); }
.max-cta::after { position: absolute; width: 240px; height: 240px; right: -110px; top: -130px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; }
.max-cta > * { position: relative; z-index: 1; }
.max-cta__mark { display: grid; width: 58px; height: 58px; grid-template-columns: 1fr 1fr; gap: 4px; transform: rotate(-8deg); }
.max-cta__mark i { border-radius: 20px 20px 5px 20px; background: #fff0e9; }
.max-cta__mark i:last-child { border-radius: 20px 20px 20px 5px; background: #d9e0d4; transform: translateY(8px); }
.max-cta span { color: #ffe4d8; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.max-cta h2 { margin: 6px 0 12px; font-size: 34px; letter-spacing: -.03em; line-height: 1.15; }
.max-cta p { margin: 0 0 24px; color: #ffe7de; }
.max-cta .lifestyle-button { max-width: 100%; white-space: normal; }
.material-secondary-cta { margin-top: 45px; }

.material-related { padding: 82px 0 94px; border-top: 1px solid var(--line); background: var(--paper); }
.review-grid--related { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.review-grid--related .review-card__media { aspect-ratio: 16 / 10; }
.review-grid--related .review-card h3 { font-size: 21px; }
.max-cta-mobile { display: none; }

.lifestyle-pagination { margin-top: 32px; }
.lifestyle-pagination nav > div:first-child { display: none; }
.lifestyle-pagination nav > div:last-child { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.lifestyle-pagination nav > div:last-child > div:last-child > span { display: flex; flex-wrap: wrap; gap: 4px; }
.lifestyle-pagination a, .lifestyle-pagination span[aria-current="page"] span { display: inline-grid; min-width: 38px; height: 38px; place-items: center; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); text-decoration: none; }

.lifestyle-footer { padding: 52px 0; border-top: 1px solid var(--line); background: #eee6dc; }
.lifestyle-footer__inner { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: start; }
.lifestyle-brand--footer { margin-bottom: 15px; }
.lifestyle-footer p { max-width: 560px; margin: 0; color: var(--muted); }
.lifestyle-footer__links { display: flex; gap: 24px; }
.lifestyle-footer__links a { font-size: 14px; font-weight: 700; text-decoration: none; }
.lifestyle-footer small { grid-column: 1 / -1; padding-top: 26px; border-top: 1px solid #ddd2c5; color: #857e77; }

.lifestyle-header a, .lifestyle-button, .review-card, .guide-card, .lifestyle-chips a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }

@media (max-width: 940px) {
    .lifestyle-hero__inner, .material-header__grid { grid-template-columns: 1fr; }
    .lifestyle-hero__copy { max-width: 760px; }
    .lifestyle-hero__feature { width: min(100%, 690px); margin-inline: auto; }
    .lifestyle-hero__image { aspect-ratio: 16 / 11; border-radius: 28px; }
    .material-cover { aspect-ratio: 16 / 10; }
    .material-layout { grid-template-columns: minmax(0, 720px); }
    .material-aside { display: none; }
    .review-grid--related { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .max-banner { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 720px) {
    .lifestyle-container { width: calc(100% - 32px); }
    .lifestyle-header__inner { min-height: 66px; gap: 12px; }
    .lifestyle-brand__symbol { width: 27px; height: 27px; }
    .lifestyle-brand__word { font-size: 15px; letter-spacing: .1em; }
    .lifestyle-nav { display: none; }
    .lifestyle-max-button { margin-left: auto; min-height: 40px; padding: 0 14px; }
    .lifestyle-max-button span:first-child { font-size: 0; }
    .lifestyle-max-button span:first-child::after { font-size: 13px; content: "MAX"; }
    .lifestyle-hero { padding: 44px 0 40px; }
    .lifestyle-hero__inner { gap: 38px; }
    .lifestyle-hero h1 { font-size: clamp(38px, 12vw, 52px); }
    .lifestyle-hero__copy > p { font-size: 17px; }
    .lifestyle-hero__actions { align-items: flex-start; flex-direction: column; gap: 17px; }
    .lifestyle-button { width: 100%; min-height: 50px; padding-inline: 18px; }
    .lifestyle-hero__trust { gap: 12px 18px; }
    .lifestyle-hero__image { aspect-ratio: 4 / 4.1; border-radius: 36% 36% 21px 21px; }
    .lifestyle-hero__card { width: calc(100% - 24px); left: 12px; bottom: 12px; padding: 17px 18px; }
    .lifestyle-chips { width: 100%; max-width: none; padding-inline: 16px; }
    .lifestyle-section, .guide-section { padding-top: 60px; padding-bottom: 68px; }
    .lifestyle-section__heading { align-items: flex-start; flex-direction: column; gap: 16px; }
    .lifestyle-section__heading h2 { font-size: 36px; }
    .review-grid, .guide-grid, .review-grid--related { grid-template-columns: 1fr; }
    .review-card--wide { grid-column: auto; display: block; }
    .review-card--wide .review-card__media { min-height: 0; aspect-ratio: 16 / 10; }
    .review-card--wide .review-card__body { padding: 25px 27px 28px; }
    .guide-card { grid-template-columns: 42px 1fr; padding: 22px; }
    .guide-card__number { width: 42px; height: 42px; }
    .max-banner { width: calc(100% - 32px); margin-top: 68px; margin-bottom: 68px; padding: 34px 24px; border-radius: 24px; }
    .max-banner h2 { font-size: 35px; }
    .material-page { padding-top: 24px; }
    .material-breadcrumbs { margin-bottom: 24px; }
    .material-header__grid { gap: 30px; }
    .material-header h1 { font-size: clamp(37px, 11.5vw, 50px); }
    .material-header__copy > p { font-size: 18px; }
    .material-cover { border-radius: 22px; }
    .material-layout { padding-top: 48px; padding-bottom: 66px; }
    .material-prose { font-size: 17px; line-height: 1.76; }
    .material-prose h2 { font-size: 27px; }
    .material-takeaways { grid-template-columns: 1fr; padding: 25px; }
    .max-cta { grid-template-columns: 1fr; padding: 28px 24px; border-radius: 23px; }
    .max-cta h2 { font-size: 30px; }
    .material-related { padding: 60px 0 80px; }
    .max-cta-mobile { position: fixed; z-index: 45; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); left: 14px; display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border-radius: 999px; background: var(--graphite); color: white; font-weight: 800; text-decoration: none; box-shadow: 0 15px 40px rgba(36,33,31,.25); }
    .lifestyle-footer { padding-bottom: 90px; }
    .lifestyle-footer__inner { grid-template-columns: 1fr; }
    .lifestyle-footer__links { flex-direction: column; gap: 10px; }
    .lifestyle-footer small { grid-column: auto; }
    .lifestyle-pagination nav > div:last-child { align-items: flex-start; flex-direction: column; }
}

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