:root {
    --bg: #f6f2ea;
    --paper: #fffdf8;
    --paper-soft: #fbf7ef;
    --ink: #13211d;
    --muted: #68756f;
    --line: rgba(19, 33, 29, 0.12);
    --green: #12352f;
    --green-2: #1f5d4f;
    --sage: #dbe5d1;
    --clay: #b8734b;
    --gold: #c59b55;
    --cream: #fff7e6;
    --shadow: 0 26px 80px rgba(28, 45, 38, 0.13);
    --shadow-soft: 0 16px 44px rgba(28, 45, 38, 0.09);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 16px;
    --max: 1160px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 12%, rgba(197, 155, 85, 0.22), transparent 24rem),
        radial-gradient(circle at 88% 4%, rgba(31, 93, 79, 0.16), transparent 30rem),
        linear-gradient(180deg, #fbf8f1, var(--bg));
    line-height: 1.58;
}

body.lang-he,
body.he-page {
    direction: rtl;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
textarea {
    font: inherit;
}

img {
    max-width: 100%;
    display: block;
}

[data-lang="he"] {
    display: none;
}

body.lang-he [data-lang="en"] {
    display: none;
}

body.lang-he [data-lang="he"] {
    display: revert;
}

body.he-page .brand-copy,
body.he-page .section-heading,
body.he-page .hero,
body.he-page .consult-band,
body.he-page .profile-section,
body.he-page .footer {
    direction: rtl;
}

.site-shell {
    min-height: 100vh;
}

.topbar {
    position: sticky;
    top: 14px;
    z-index: 50;
    width: min(var(--max), calc(100% - 28px));
    margin: 14px auto 0;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.78);
    box-shadow: 0 18px 54px rgba(28, 45, 38, 0.12);
    backdrop-filter: blur(22px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 900;
    letter-spacing: -0.05em;
    border-radius: 50%;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.24), transparent),
        linear-gradient(135deg, var(--green), var(--green-2));
    box-shadow: 0 16px 34px rgba(18, 53, 47, 0.22);
}

.brand-copy {
    display: grid;
    line-height: 1.15;
}

.brand-copy strong {
    font-size: 1rem;
}

.brand-copy small {
    color: var(--muted);
    font-size: 0.78rem;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px;
    border-radius: 999px;
    background: rgba(246, 242, 234, 0.84);
}

.main-nav a {
    padding: 9px 14px;
    color: var(--muted);
    font-weight: 700;
    border-radius: 999px;
    transition: 180ms ease;
}

.main-nav a:hover {
    color: var(--ink);
    background: var(--paper);
}

.topbar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-switch {
    min-height: 42px;
    padding: 0 15px;
    color: var(--green);
    font-weight: 800;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.76);
    cursor: pointer;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    font-weight: 850;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-small {
    min-height: 44px;
    padding: 0 18px;
    color: #fff;
    background: var(--green);
    box-shadow: 0 12px 26px rgba(18, 53, 47, 0.2);
}

.btn-large {
    min-height: 56px;
    padding: 0 24px;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--green), var(--green-2));
    box-shadow: 0 18px 42px rgba(18, 53, 47, 0.24);
}

.btn-secondary {
    color: var(--green);
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: 0 14px 30px rgba(28, 45, 38, 0.08);
}

.btn-full {
    width: 100%;
    min-height: 54px;
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--paper-soft);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 3px 0;
    border-radius: 99px;
    background: var(--ink);
}

.hero {
    width: min(var(--max), calc(100% - 40px));
    min-height: calc(100vh - 112px);
    margin: 0 auto;
    padding: 86px 0 70px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
    gap: 58px;
    align-items: center;
}

.hero-copy,
.hero-card {
    min-width: 0;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding: 8px 13px;
    color: var(--green-2);
    font-weight: 850;
    border: 1px solid rgba(31, 93, 79, 0.16);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.72);
}

.eyebrow span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--clay);
    box-shadow: 0 0 0 6px rgba(184, 115, 75, 0.14);
}

.hero h1 {
    max-width: 760px;
    margin: 22px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 1.02;
    font-size: clamp(2.55rem, 5vw, 4.85rem);
}

.hero-text {
    max-width: 660px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: clamp(1.08rem, 1.45vw, 1.28rem);
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

.proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.proof-row span {
    padding: 9px 12px;
    color: var(--muted);
    font-weight: 750;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.68);
}

.hero-card {
    position: relative;
    display: grid;
    gap: 16px;
    justify-items: center;
}

.portrait-wrap {
    width: min(100%, 390px);
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 34px;
    background: rgba(255, 253, 248, 0.62);
    box-shadow: var(--shadow);
}

.portrait-wrap img {
    width: 100%;
    aspect-ratio: 0.92;
    object-fit: cover;
    border-radius: 26px;
}

.identity-card {
    width: min(100%, 360px);
    margin-top: -58px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 24px;
    background: rgba(255, 253, 248, 0.9);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(16px);
}

.identity-card span {
    color: var(--muted);
    font-weight: 850;
}

.identity-card strong {
    display: block;
    margin-top: 2px;
    color: var(--green);
    font-size: 2.5rem;
    line-height: 1;
}

.identity-card p {
    margin: 10px 0 0;
    color: var(--muted);
}

.statement {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    padding: 38px 42px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(135deg, rgba(18, 53, 47, 0.95), rgba(31, 93, 79, 0.92)),
        var(--green);
    box-shadow: var(--shadow);
}

.statement p {
    max-width: 980px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.4vw, 2.15rem);
    line-height: 1.35;
}

.section {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    padding: 94px 0;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.section-heading .section-kicker {
    margin-inline: auto;
}

.section h2,
.consult-band h2,
.profile-section h2 {
    margin: 18px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.04;
    font-size: clamp(2rem, 4vw, 4.1rem);
}

.section-text,
.consult-copy p,
.profile-copy p {
    color: var(--muted);
    font-size: 1.08rem;
}

.method-grid,
.research-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.method-grid article,
.research-grid article,
.article-card,
.booking-card,
.focus-list div,
.faq-item {
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: var(--radius-lg);
    background: rgba(255, 253, 248, 0.72);
    box-shadow: var(--shadow-soft);
}

.method-grid article {
    min-height: 270px;
    padding: 24px;
}

.method-grid article span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--green);
    font-weight: 900;
    border-radius: 50%;
    background: var(--sage);
}

.method-grid h3,
.research-grid h3 {
    margin: 18px 0 8px;
    font-size: 1.25rem;
}

.method-grid p,
.research-grid p,
.focus-list span,
.faq-answer p,
.microcopy {
    color: var(--muted);
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    gap: 54px;
    align-items: start;
}

.focus-list {
    display: grid;
    gap: 13px;
}

.focus-list div {
    padding: 20px;
}

.focus-list b,
.focus-list span {
    display: block;
}

.focus-list b {
    color: var(--green);
    font-size: 1.05rem;
}

.focus-list span {
    margin-top: 6px;
}

.consult-band {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    padding: 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 38px;
    align-items: center;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15), transparent 16rem),
        linear-gradient(135deg, var(--green), #203f36);
    box-shadow: var(--shadow);
}

.consult-band .section-kicker {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
}

.consult-band h2,
.consult-band p {
    color: #fff;
}

.consult-band p {
    opacity: 0.82;
}

.booking-card {
    padding: 24px;
    background: rgba(255, 253, 248, 0.94);
}

.price-line {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.price-line span {
    color: var(--muted);
    font-weight: 850;
}

.price-line strong {
    color: var(--green);
    font-size: 3rem;
    line-height: 1;
}

.booking-card ul {
    display: grid;
    gap: 9px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.booking-card li {
    position: relative;
    padding-inline-start: 24px;
    color: var(--ink);
    font-weight: 750;
}

.booking-card li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.55em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gold);
}

.booking-actions {
    display: grid;
    gap: 10px;
}

.microcopy {
    margin: 14px 0 0;
    font-size: 0.88rem;
}

.research-grid {
    grid-template-columns: repeat(3, 1fr);
}

.research-grid article,
.article-card {
    min-height: 260px;
    padding: 26px;
}

.article-card {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.article-card b {
    margin-top: auto;
    color: var(--green);
    font-weight: 950;
}

.article-card h2 {
    margin: 18px 0 8px;
    color: var(--ink);
    font-size: 1.34rem;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.article-date {
    display: inline-flex;
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 850;
}

.article-card .article-date {
    margin: 0 0 10px;
}

.research-grid article > span,
.article-card > span {
    color: var(--clay);
    font-weight: 900;
}

.article-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.article-shell {
    padding-bottom: 80px;
}

.compact-topbar {
    position: relative;
    top: 0;
    margin-top: 24px;
}

.article-main {
    width: min(980px, calc(100% - 40px));
    margin: 72px auto 0;
}

.library-main {
    width: min(var(--max), calc(100% - 40px));
}

.library-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.library-grid .article-card {
    min-height: 320px;
}

.long-article {
    display: grid;
    gap: 34px;
}

.article-hero {
    padding: 44px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 10% 10%, rgba(207, 122, 79, 0.15), transparent 34%),
        rgba(255, 253, 248, 0.82);
    box-shadow: var(--shadow);
}

.article-back {
    display: inline-flex;
    margin-bottom: 24px;
    color: var(--green);
    font-weight: 900;
    text-decoration: none;
}

.article-hero h1 {
    max-width: 780px;
    margin: 14px 0 16px;
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(1.9rem, 2.5vw, 2.55rem);
    line-height: 1.15;
    letter-spacing: -0.04em;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.article-hero p {
    max-width: 760px;
    margin: 0;
    color: var(--muted);
    font-size: 1.13rem;
    line-height: 1.75;
}

.article-body {
    padding: 44px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: var(--radius-xl);
    background: rgba(255, 253, 248, 0.86);
    box-shadow: var(--shadow-soft);
}

.article-body h2 {
    margin: 36px 0 12px;
    color: var(--green);
    font-family: var(--serif);
    font-size: clamp(1.65rem, 2.6vw, 2.35rem);
    letter-spacing: -0.035em;
}

.article-body h2:first-child {
    margin-top: 0;
}

.article-body p {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 1.03rem;
    line-height: 1.9;
}

.article-note {
    margin: 36px 0;
    padding: 28px;
    border: 1px solid rgba(23, 85, 74, 0.18);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(236, 243, 232, 0.9), rgba(255, 253, 248, 0.88));
}

.article-note h2 {
    margin-top: 0;
}

.source-list {
    display: grid;
    gap: 10px;
    padding-inline-start: 20px;
    color: var(--muted);
    line-height: 1.7;
}

.source-list a {
    color: var(--green);
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.profile-section {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    padding: 42px;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 44px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: var(--radius-xl);
    background: rgba(255, 253, 248, 0.72);
    box-shadow: var(--shadow);
}

.profile-image img {
    width: 100%;
    aspect-ratio: 0.92;
    object-fit: cover;
    border-radius: 28px;
}

.credential-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 26px;
}

.credential-grid div {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper);
}

.credential-grid strong {
    display: block;
    color: var(--green);
    font-size: 2rem;
    line-height: 1;
}

.credential-grid span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-weight: 750;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
}

.faq-item {
    overflow: hidden;
}

.faq-item button {
    width: 100%;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 22px;
    color: var(--ink);
    text-align: start;
    font-weight: 850;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.faq-item i {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--sage);
}

.faq-item i::before,
.faq-item i::after {
    content: "";
    position: absolute;
    inset: 13px 8px auto;
    height: 2px;
    background: var(--green);
}

.faq-item i::after {
    transform: rotate(90deg);
}

.faq-item.open i::after {
    transform: rotate(0);
}

.faq-answer {
    display: none;
    padding: 0 22px 22px;
}

.faq-item.open .faq-answer {
    display: block;
}

.footer {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    padding: 50px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    color: var(--muted);
    border-top: 1px solid var(--line);
}

.footer strong {
    color: var(--ink);
}

.footer p {
    margin: 6px 0 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-weight: 850;
}

.disclaimer {
    grid-column: 1 / -1;
    max-width: 900px;
    font-size: 0.9rem;
}

.legal-page {
    max-width: 980px;
}

.legal-document {
    display: grid;
    gap: 14px;
}

.legal-document section {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: var(--radius-lg);
    background: rgba(255, 253, 248, 0.78);
    box-shadow: var(--shadow-soft);
}

.legal-document h3 {
    margin: 0 0 10px;
    color: var(--green);
    font-size: 1.22rem;
}

.legal-document p {
    margin: 10px 0 0;
    color: var(--muted);
}

.legal-document a {
    color: var(--green);
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.booking-modal {
    width: min(560px, calc(100% - 24px));
    padding: 0;
    border: 0;
    border-radius: 28px;
    background: transparent;
}

.booking-modal::backdrop {
    background: rgba(19, 33, 29, 0.55);
    backdrop-filter: blur(8px);
}

.booking-dialog {
    position: relative;
    padding: 30px;
    border-radius: 28px;
    background: var(--paper);
    box-shadow: var(--shadow);
}

.booking-dialog h2 {
    margin: 16px 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.2rem;
    letter-spacing: -0.04em;
}

.booking-dialog p {
    color: var(--muted);
}

.modal-close {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: var(--paper-soft);
    cursor: pointer;
    font-size: 1.5rem;
}

.slot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin: 20px 0;
}

.slot-grid button {
    min-height: 46px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--green);
    font-weight: 850;
    background: var(--paper-soft);
    cursor: pointer;
}

.slot-grid button.active {
    color: #fff;
    background: var(--green);
}

.booking-dialog label {
    display: grid;
    gap: 8px;
    color: var(--ink);
    font-weight: 850;
}

.booking-dialog textarea {
    width: 100%;
    resize: vertical;
    padding: 14px;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
}

@media (max-width: 1040px) {
    .main-nav,
    .topbar-actions {
        display: none;
    }

    .nav-toggle {
        display: grid;
    }

    .topbar.nav-open {
        flex-wrap: wrap;
        align-items: flex-start;
        border-radius: 28px;
    }

    .topbar.nav-open .main-nav,
    .topbar.nav-open .topbar-actions {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        border-radius: 20px;
    }

    .topbar.nav-open .main-nav a,
    .topbar.nav-open .topbar-actions a,
    .topbar.nav-open .language-switch {
        text-align: center;
    }

    .hero,
    .split-section,
    .consult-band,
    .profile-section {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .method-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile-section {
        padding: 28px;
    }

    .profile-image {
        max-width: 420px;
        margin-inline: auto;
    }

    .article-main {
        margin-top: 46px;
    }

    .library-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .article-hero,
    .article-body {
        padding: 34px;
    }
}

@media (max-width: 760px) {
    .topbar {
        width: calc(100% - 20px);
        top: 8px;
        margin-top: 8px;
    }

    .brand-mark {
        width: 42px;
        height: 42px;
    }

    .brand-copy small {
        display: none;
    }

    .hero,
    .section,
    .statement,
    .consult-band,
    .profile-section,
    .footer,
    .article-main {
        width: min(calc(100% - 28px), var(--max));
    }

    .hero {
        padding: 58px 0 48px;
        gap: 38px;
        text-align: center;
    }

    .eyebrow {
        margin-inline: auto;
        justify-content: center;
        text-align: center;
    }

    .hero h1 {
        font-size: clamp(2.05rem, 9.8vw, 3.05rem);
        line-height: 1.06;
    }

    .hero-actions {
        align-items: stretch;
    }

    .hero-actions .btn,
    .proof-row span {
        width: 100%;
    }

    .proof-row {
        justify-content: center;
    }

    .portrait-wrap {
        width: min(320px, 100%);
    }

    .statement,
    .consult-band,
    .profile-section {
        padding: 26px;
        border-radius: 26px;
    }

    .section {
        padding: 64px 0;
    }

    .method-grid,
    .research-grid,
    .credential-grid {
        grid-template-columns: 1fr;
    }

    .consult-band {
        text-align: center;
    }

    .booking-card {
        text-align: initial;
    }

    .price-line {
        flex-direction: column;
        align-items: flex-start;
    }

body.lang-he .price-line {
        align-items: flex-end;
    }

    .footer {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }

    .slot-grid {
        grid-template-columns: 1fr;
    }

    .compact-topbar {
        margin-top: 8px;
    }

    .library-grid {
        grid-template-columns: 1fr;
    }

    .library-grid .article-card {
        min-height: 260px;
    }

    .article-main {
        margin-top: 34px;
    }

    .article-hero,
    .article-body {
        padding: 24px;
        border-radius: 26px;
    }

    .article-hero h1 {
        font-size: clamp(1.68rem, 7.4vw, 2.08rem);
        line-height: 1.16;
        letter-spacing: -0.038em;
    }

    .article-body p {
        font-size: 1rem;
        line-height: 1.85;
    }
}

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