body { min-width: 980px; }
.topline { height: 4px; background: var(--red); }
.site-header { background: rgba(247,248,248,.97); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 80; }
.header-inner { align-items: center; display: grid; grid-template-columns: auto 1fr auto; gap: 3rem; height: 112px; margin: 0 auto; max-width: 1380px; padding: 0 48px; }
.brand { white-space: nowrap; }
.text-logo { align-items: end; display: grid; gap: 3px 7px; grid-template-columns: minmax(72px, 1fr) auto; line-height: 1; max-width: 280px; min-width: 200px; }
.text-logo-main { color: #001b39; font-family: Arial Black, Impact, var(--sans); font-size: 2.18rem; font-style: italic; font-weight: 900; grid-column: 1 / -1; letter-spacing: -.09em; transform: skewX(-6deg); transform-origin: left bottom; }
.text-logo-rule { align-self: center; background: var(--red); display: block; grid-column: 1; height: 3px; transform: skewX(-18deg); width: 100%; }
.text-logo-badge { align-self: center; background: var(--red); border-bottom-right-radius: 7px; clip-path: polygon(8% 0, 100% 0, 94% 100%, 0 100%); color: white; font-family: Arial Black, Impact, var(--sans); font-size: 1.02rem; font-style: italic; font-weight: 900; grid-column: 2; letter-spacing: -.04em; line-height: 1; padding: .3rem .66rem .26rem .78rem; }
.text-logo-tagline { color: #001b39; display: block; font-size: .44rem; font-weight: 850; grid-column: 1 / -1; letter-spacing: .32em; margin-top: .08rem; text-transform: uppercase; white-space: nowrap; }
.text-logo-tagline b { color: var(--red); font: inherit; }
.main-nav { align-items: center; display: flex; gap: 1.8rem; }
.main-nav a { border-bottom: 2px solid transparent; font-size: .72rem; font-weight: 800; letter-spacing: .08em; padding: .75rem 0; text-transform: uppercase; }
.main-nav a:hover { border-color: var(--red); color: var(--red); }
.search-form { align-items: center; border-bottom: 1px solid var(--ink); display: flex; width: 220px; }
.search-form input { background: transparent; border: 0; min-width: 0; outline: 0; padding: .65rem 0; width: 100%; }
.search-form button { background: transparent; border: 0; cursor: pointer; font-size: 1.4rem; }
.ticker { background: var(--red); color: var(--white); overflow: hidden; }
.ticker-inner { align-items: center; display: grid; gap: 1.25rem; grid-template-columns: auto minmax(0, 1fr); margin: 0 auto; max-width: 1380px; padding: .75rem 48px; white-space: nowrap; }
.ticker-label { align-items: center; border-right: 1px solid rgba(255,255,255,.45); display: inline-flex; gap: .65rem; padding-right: 1.25rem; }
.ticker-label strong { font-size: .66rem; letter-spacing: .12em; }
.ticker-pulse { background: white; border-radius: 50%; box-shadow: 0 0 0 0 rgba(255,255,255,.55); display: block; height: 7px; width: 7px; animation: ticker-pulse 1.4s ease-out infinite; }
.ticker-marquee { display: block; min-width: 0; overflow: hidden; }
.ticker-track { animation: ticker-scroll 24s linear infinite; display: inline-flex; min-width: max-content; will-change: transform; }
.ticker-marquee:hover .ticker-track { animation-play-state: paused; }
.ticker-item { display: block; font-size: .83rem; font-weight: 650; padding-right: 4rem; }

.hero-carousel { background: #020817; height: clamp(640px, calc(100vh - 143px), 760px); height: clamp(640px, calc(100svh - 143px), 760px); margin: 0; overflow: hidden; position: relative; width: 100%; }
.hero-slide { background: linear-gradient(135deg, #020817 0%, #07152b 100%); display: grid; grid-template-columns: 46% 54%; inset: 0; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; transition: opacity .7s ease; width: 100%; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
.hero-slide > .responsive-media { grid-column: 2; grid-row: 1; height: 100%; min-height: 640px; overflow: hidden; position: relative; z-index: 1; }
.hero-slide > .responsive-media img { display: block; height: 100%; object-fit: cover; object-position: center right; transition: transform 7s linear; width: 100%; }
.hero-slide.is-active > .responsive-media img { transform: none; }
.hero-overlay { display: none; }
.hero-content { align-items: flex-start; color: white; display: flex; flex-direction: column; grid-column: 1; grid-row: 1; justify-content: center; margin-left: clamp(32px, 7vw, 120px); margin-right: 48px; max-width: 560px; min-width: min(460px, calc(100% - 80px)); padding: 64px 0; position: relative; width: calc(100% - clamp(32px, 7vw, 120px) - 48px); z-index: 3; }
.hero-content .eyebrow { align-self: flex-start; background: var(--red); color: white; display: inline-flex; margin-bottom: 1rem; padding: .48rem .72rem; width: auto; }
.hero-content h1 { display: block; font-family: var(--serif); font-size: clamp(2.375rem, 2.6vw, 3.125rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.07; margin: 0 0 1.75rem; max-width: 560px; overflow: visible; text-overflow: unset; text-wrap: balance; white-space: normal; width: 100%; word-break: normal; }
.hero-content p { color: rgba(255,255,255,.9); display: block; font-size: 1rem; line-height: 1.65; margin: 0 0 2rem; max-width: 520px; overflow: visible; text-overflow: unset; white-space: normal; }
.hero-link { align-items: center; align-self: flex-start; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); color: white; display: inline-flex; font-size: .72rem; font-weight: 800; gap: 1rem; letter-spacing: .1em; padding: .72rem 1rem; text-transform: uppercase; }
.hero-link:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.5); color: white; }
.carousel-controls { align-items: center; bottom: 28px; display: flex; gap: 1rem; position: absolute; right: max(48px, calc((100vw - 1284px) / 2)); z-index: 5; }
.carousel-controls > button { align-items: center; background: white; border: 0; cursor: pointer; display: flex; height: 38px; justify-content: center; width: 38px; }
.carousel-controls > button:hover { background: var(--red); color: white; }
.carousel-dots { display: flex; gap: .45rem; }
.carousel-dots button { background: rgba(255,255,255,.45); border: 0; cursor: pointer; height: 3px; padding: 0; width: 28px; }
.carousel-dots button.is-active { background: white; }

.content-layout { align-items: start; display: grid; gap: 48px; grid-template-columns: minmax(0, 1fr) 320px; margin: 0 auto; max-width: 1380px; padding: 90px 48px 120px; }
.section-heading { align-items: end; border-bottom: 2px solid var(--ink); display: flex; justify-content: space-between; margin-bottom: 28px; padding-bottom: 16px; }
.section-heading h2 { font-family: var(--serif); font-size: 2.5rem; letter-spacing: -.025em; margin: .35rem 0 0; }
.section-heading > a { font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-heading > a:hover { color: var(--red); }
.news-grid { display: grid; gap: 42px 26px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.public-advanced-search { background: white; border: 1px solid var(--line); display: grid; gap: 10px; grid-template-columns: 1.4fr 1fr 1fr 1fr; margin-bottom: 28px; padding: 16px; }
.public-advanced-search input, .public-advanced-search select { border: 1px solid var(--line); min-width: 0; padding: .75rem; }
.public-advanced-search button { background: var(--ink); border: 0; color: white; font-size: .65rem; font-weight: 800; padding: .8rem; text-transform: uppercase; }
.news-card { border-bottom: 1px solid var(--line); padding-bottom: 30px; }
.news-image { aspect-ratio: 16/10; background: #101112; display: block; margin-bottom: 18px; overflow: hidden; position: relative; }
.news-image .responsive-media { height: 100%; width: 100%; }
.news-image img { height: 100%; object-fit: cover; object-position: center center; transition: transform .55s ease; width: 100%; }
.news-card:hover .news-image img { transform: scale(1.035); }
.news-copy h3 { display: -webkit-box; font-family: var(--serif); font-size: 1.65rem; letter-spacing: -.02em; line-height: 1.18; margin: .55rem 0 .7rem; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.news-copy h3 a:hover { color: var(--red); }
.news-copy p { color: var(--ink-soft); font-size: .92rem; line-height: 1.62; margin: 0 0 1rem; }
.news-copy time { color: #777b7c; font-size: .65rem; font-weight: 750; letter-spacing: .07em; }
.news-card-featured { align-items: center; display: grid; gap: 34px; grid-column: 1 / -1; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); }
.news-card-featured .news-image { margin: 0; }
.news-card-featured .news-image { aspect-ratio: 16/9; height: auto; }
.news-card-featured .news-image img { height: 100%; }
.news-card-featured .news-copy { align-self: center; min-width: 0; padding-right: 18px; position: relative; z-index: 1; }
.news-card-featured .news-copy h3 { font-size: clamp(1.55rem, 2.05vw, 1.95rem); max-height: calc(1.18em * 5); -webkit-line-clamp: 5; word-break: normal; }
.sidebar { border-left: 1px solid var(--line); padding-left: 32px; position: sticky; top: 130px; }
.sidebar-block { border-top: 4px solid var(--ink); margin-bottom: 38px; padding: 24px 0; }
.sidebar-block h2 { font-family: var(--serif); font-size: 2rem; line-height: 1.1; margin: .65rem 0 1.25rem; }
.category-list { border-top: 1px solid var(--line); }
.category-list a { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-family: var(--serif); font-size: 1.1rem; justify-content: space-between; padding: 1rem 0; }
.category-list a:hover { color: var(--red); padding-left: .35rem; }
.sidebar-dark { background: var(--ink); border: 0; color: white; padding: 32px; }
.sidebar-dark p { color: #c8caca; line-height: 1.6; }
.site-footer { background: var(--ink); color: white; display: block; padding: 0 max(48px, calc((100vw - 1284px) / 2)); }
.footer-main { align-items: start; display: grid; gap: 56px; grid-template-columns: 1.2fr 1fr .95fr; padding: 56px 0 42px; }
.footer-logo { background: transparent; color: inherit; max-width: 275px; padding: 0; width: 100%; }
.footer-logo.text-logo-full { grid-template-columns: minmax(96px, 1fr) auto; }
.footer-logo .text-logo-main { color: white; }
.footer-logo .text-logo-tagline { color: #cfd3d4; font-size: .52rem; letter-spacing: .4em; margin-top: .4rem; white-space: normal; }
.footer-brand p { color: #aeb1b2; line-height: 1.55; margin: .6rem 0 0; max-width: 360px; }
.footer-title { color: white; display: block; font-size: .68rem; font-weight: 850; letter-spacing: .1em; margin-bottom: 1rem; text-transform: uppercase; }
.footer-categories div { display: grid; gap: .7rem 1.1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer-categories a { color: #c6c9ca; font-size: .76rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.footer-contact { align-items: flex-start; color: #aeb1b2; display: flex; flex-direction: column; gap: .8rem; }
.footer-email { color: #c6c9ca; font-size: .84rem; letter-spacing: 0; text-transform: none; }
.footer-whatsapp { align-items: center; background: #25d366; border-radius: 999px; color: #072d16; display: inline-flex; font-size: .72rem; font-weight: 850; gap: .45rem; letter-spacing: 0; overflow: visible; padding: .58rem .86rem; position: relative; text-transform: none; white-space: nowrap; }
.footer-whatsapp svg { fill: currentColor; flex: 0 0 auto; height: 18px; width: 18px; }
.footer-whatsapp span { color: #072d16; }
.site-footer .footer-whatsapp:hover { background: #35e077; color: #072d16; }
.site-footer .footer-whatsapp:hover span { color: #072d16; }
.footer-whatsapp-shape { inset: 0; pointer-events: none; position: absolute; }
.footer-whatsapp-shape span { background: #25d366; border-radius: 999px; height: 8px; margin: auto; opacity: 0; position: absolute; width: 2px; }
.footer-whatsapp-shape span:nth-child(1) { left: 0; right: 0; top: -18px; }
.footer-whatsapp-shape span:nth-child(2) { bottom: -18px; left: 0; right: 0; }
.footer-whatsapp-shape span:nth-child(3) { bottom: 0; left: -10px; top: 0; }
.footer-whatsapp-shape span:nth-child(4) { bottom: 0; right: -10px; top: 0; }
.footer-whatsapp-shape span:nth-child(5) { left: -70%; right: 0; top: -18px; transform: rotate(-30deg); }
.footer-whatsapp-shape span:nth-child(6) { left: 0; right: -70%; top: -18px; transform: rotate(30deg); }
.footer-whatsapp-shape span:nth-child(7) { bottom: -18px; left: -70%; right: 0; transform: rotate(30deg); }
.footer-whatsapp-shape span:nth-child(8) { bottom: -18px; left: 0; right: -70%; transform: rotate(-30deg); }
.footer-whatsapp.is-active { animation: footer-whatsapp-bounce .3s ease-out 1; }
.footer-whatsapp.is-active .footer-whatsapp-shape span:nth-child(1) { animation: footer-whatsapp-ray-1 .4s ease-out 1; }
.footer-whatsapp.is-active .footer-whatsapp-shape span:nth-child(2) { animation: footer-whatsapp-ray-2 .4s ease-out 1; }
.footer-whatsapp.is-active .footer-whatsapp-shape span:nth-child(3) { animation: footer-whatsapp-ray-3 .4s ease-out 1; }
.footer-whatsapp.is-active .footer-whatsapp-shape span:nth-child(4) { animation: footer-whatsapp-ray-4 .4s ease-out 1; }
.footer-whatsapp.is-active .footer-whatsapp-shape span:nth-child(5) { animation: footer-whatsapp-ray-5 .4s ease-out 1; }
.footer-whatsapp.is-active .footer-whatsapp-shape span:nth-child(6) { animation: footer-whatsapp-ray-6 .4s ease-out 1; }
.footer-whatsapp.is-active .footer-whatsapp-shape span:nth-child(7) { animation: footer-whatsapp-ray-7 .4s ease-out 1; }
.footer-whatsapp.is-active .footer-whatsapp-shape span:nth-child(8) { animation: footer-whatsapp-ray-8 .4s ease-out 1; }
@keyframes footer-whatsapp-bounce { 0% { transform: scale(1); } 50% { transform: scale(1.08); } 100% { transform: scale(1); } }
@keyframes footer-whatsapp-ray-1 { 0% { opacity: 0; transform: scaleY(.5); } 50% { opacity: 1; transform: translateY(-10px) scaleY(1.4); } 100% { opacity: 0; transform: translateY(-20px) scaleY(.5); } }
@keyframes footer-whatsapp-ray-2 { 0% { opacity: 0; transform: scaleY(1); } 50% { opacity: 1; transform: translateY(10px) scaleY(1.4); } 100% { opacity: 0; transform: translateY(20px) scaleY(.5); } }
@keyframes footer-whatsapp-ray-3 { 0% { opacity: 0; transform: rotate(90deg) scaleX(.5); } 50% { opacity: 1; transform: rotate(90deg) translateY(10px) scaleX(1.4); } 100% { opacity: 0; transform: rotate(90deg) translateY(20px) scaleX(.5); } }
@keyframes footer-whatsapp-ray-4 { 0% { opacity: 0; transform: rotate(90deg) scaleX(.5); } 50% { opacity: 1; transform: rotate(90deg) translateY(-10px) scaleX(1.4); } 100% { opacity: 0; transform: rotate(90deg) translateY(-20px) scaleX(.5); } }
@keyframes footer-whatsapp-ray-5 { 0% { opacity: 0; transform: rotate(-30deg) scaleY(.5); } 50% { opacity: 1; transform: rotate(-30deg) translateY(-8px) scaleY(1.4); } 100% { opacity: 0; transform: rotate(-30deg) translateY(-16px) scaleY(.5); } }
@keyframes footer-whatsapp-ray-6 { 0% { opacity: 0; transform: rotate(30deg) scaleY(.5); } 50% { opacity: 1; transform: rotate(30deg) translateY(-8px) scaleY(1.4); } 100% { opacity: 0; transform: rotate(30deg) translateY(-16px) scaleY(.5); } }
@keyframes footer-whatsapp-ray-7 { 0% { opacity: 0; transform: rotate(30deg) scaleY(.5); } 50% { opacity: 1; transform: rotate(30deg) translateY(8px) scaleY(1.4); } 100% { opacity: 0; transform: rotate(30deg) translateY(16px) scaleY(.5); } }
@keyframes footer-whatsapp-ray-8 { 0% { opacity: 0; transform: rotate(-30deg) scaleY(.5); } 50% { opacity: 1; transform: rotate(-30deg) translateY(8px) scaleY(1.4); } 100% { opacity: 0; transform: rotate(-30deg) translateY(16px) scaleY(.5); } }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.14); color: #989d9f; display: flex; font-size: .7rem; gap: 1.5rem; justify-content: space-between; padding: 18px 0 22px; }
.footer-bottom div { display: flex; gap: 1.2rem; }
.footer-bottom a { color: #c6c9ca; font-weight: 750; }
.site-footer a:hover { color: #ff9ca4; }

.compact-header .header-inner { height: 90px; }
.compact-header .text-logo { max-width: 225px; min-width: 185px; }
.compact-header .text-logo-main { font-size: 1.72rem; }
.compact-header .text-logo-badge { font-size: .84rem; padding: .24rem .54rem .2rem .64rem; }
.compact-header .text-logo-tagline { font-size: .36rem; letter-spacing: .25em; }
.back-link { border-bottom: 1px solid var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .07em; padding-bottom: .35rem; text-transform: uppercase; }
.authors-page { margin: 0 auto; max-width: 1380px; padding: 78px 48px 120px; }
.authors-hero { border-bottom: 2px solid var(--ink); margin-bottom: 42px; padding-bottom: 28px; }
.authors-hero h1 { font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); letter-spacing: -.035em; line-height: .95; margin: .3rem 0 .85rem; }
.authors-hero p { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.65; margin: 0; max-width: 690px; }
.authors-list { display: grid; gap: 26px; }
.author-card { background: #020817; color: white; display: grid; grid-template-columns: 330px minmax(0, 1fr); min-height: 320px; overflow: hidden; }
.author-photo { background: #081327; display: block; min-height: 320px; overflow: hidden; }
.author-photo img { display: block; height: 100%; object-fit: cover; object-position: center top; transition: transform .55s ease; width: 100%; }
.author-card:hover .author-photo img { transform: scale(1.035); }
.author-card-body { align-self: center; padding: 44px 52px; }
.author-card-body .eyebrow { background: var(--red); color: white; display: inline-flex; padding: .42rem .65rem; }
.author-card-body h2 { font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.25rem); letter-spacing: -.025em; line-height: 1; margin: 1rem 0 .55rem; }
.author-card-body strong { color: #d7dcdf; display: block; font-size: .82rem; letter-spacing: .05em; margin-bottom: 1rem; text-transform: uppercase; }
.author-card-body p { color: #c3c9ce; font-size: 1rem; line-height: 1.7; margin: 0 0 1.35rem; max-width: 720px; }
.author-card-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem; }
.author-card-actions small { color: #8f98a1; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.author-button { align-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); color: white; display: inline-flex; font-size: .72rem; font-weight: 850; gap: .9rem; letter-spacing: .08em; padding: .82rem 1rem; text-transform: uppercase; }
.author-button:hover { background: var(--red); border-color: var(--red); color: white; }
.authors-empty { border: 1px solid var(--line); padding: 36px; }
.authors-empty h2 { font-family: var(--serif); margin: 0 0 .5rem; }
.author-profile-page { margin: 0 auto; max-width: 1380px; padding: 48px 48px 120px; }
.author-profile-hero { background: #020817; color: white; display: grid; grid-template-columns: minmax(280px, 380px) minmax(0, 1fr); margin-top: 34px; overflow: hidden; }
.author-profile-hero figure { background: #081327; margin: 0; min-height: 430px; overflow: hidden; }
.author-profile-hero img { display: block; height: 100%; object-fit: cover; object-position: center top; width: 100%; }
.author-profile-hero > div { align-self: center; padding: 54px 64px; }
.author-profile-hero .eyebrow { background: var(--red); color: white; display: inline-flex; padding: .42rem .65rem; }
.author-profile-hero h1 { font-family: var(--serif); font-size: clamp(2.6rem, 4.4vw, 5rem); letter-spacing: -.035em; line-height: .95; margin: 1rem 0 .7rem; }
.author-profile-hero strong { color: #d7dcdf; display: block; font-size: .82rem; letter-spacing: .06em; margin-bottom: 1.4rem; text-transform: uppercase; }
.author-profile-hero p { color: #d8dde0; font-size: 1.04rem; line-height: 1.75; margin: 0; max-width: 760px; }
.author-social-links { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.author-social-links a { border: 1px solid rgba(255,255,255,.24); color: white; font-size: .72rem; font-weight: 850; letter-spacing: .08em; padding: .72rem .9rem; text-transform: uppercase; }
.author-social-links a:hover { background: white; color: #020817; }
.author-publications { margin-top: 64px; }
.article-page { margin: 0 auto; max-width: 1380px; padding: 70px 48px 120px; }
.article-breadcrumb { color: #737778; display: flex; font-size: .66rem; gap: 8px; margin-bottom: 46px; text-transform: uppercase; }
.article-breadcrumb a:hover { color: var(--red); }
.article-header { margin: 0 auto 46px; max-width: 980px; text-align: center; }
.article-header h1 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.1rem); letter-spacing: -.035em; line-height: 1.08; margin: 1rem 0 1.25rem; }
.article-header p { color: var(--ink-soft); font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; margin: 0 auto 1.3rem; max-width: 780px; }
.article-header time { color: #6d7172; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.article-meta { align-items: center; color: #6d7172; display: flex; font-size: .7rem; gap: 16px; justify-content: center; text-transform: uppercase; }
.article-meta strong { color: var(--ink); }
.article-hero { margin: 0 0 70px; }
.article-hero img { aspect-ratio: 16/8; object-fit: cover; width: 100%; }
.article-layout { display: grid; grid-template-columns: minmax(0, 740px); justify-content: center; margin: 0 auto; max-width: 1180px; position: relative; }
.share-rail { align-items: center; display: flex; flex-direction: column; gap: 1rem; height: fit-content; left: calc(50% - 456px); position: absolute; top: 0; }
.share-rail button { background: transparent; border: 1px solid var(--line-dark); cursor: pointer; height: 42px; width: 42px; }
.share-rail button:hover { background: var(--red); border-color: var(--red); color: white; }
.share-rail span { color: #797d7e; font-size: .58rem; font-weight: 800; letter-spacing: .12em; writing-mode: vertical-rl; }
.article-related { border: 1px solid var(--line); height: fit-content; left: calc(50% + 408px); padding: 28px; position: absolute; top: 0; width: 300px; }
.article-related > a { border-top: 1px solid var(--line); display: block; padding: 1.2rem 0; }
.article-related strong { display: block; font-family: var(--serif); font-size: 1.08rem; line-height: 1.3; }
.article-related small { color: #777; display: block; font-size: .63rem; margin-top: .65rem; }
.article-related a:hover strong { color: var(--red); }
@media (max-width: 1180px) {
    .hero-slide { grid-template-columns: 46% 54%; }
    .hero-content { margin-left: 54px; margin-right: 34px; min-width: 0; padding: 54px 0; width: calc(100% - 88px); }
    .hero-content h1 { font-size: clamp(1.85rem, 2.7vw, 2.55rem); }
    .author-card { grid-template-columns: 260px minmax(0, 1fr); }
    .author-card-body { padding: 34px; }
    .author-profile-hero { grid-template-columns: 300px minmax(0, 1fr); }
    .author-profile-hero > div { padding: 44px; }
    .article-layout { gap: 28px; max-width: 740px; }
    .share-rail, .article-related { left: auto; position: static; top: auto; width: auto; }
    .share-rail { flex-direction: row; justify-content: flex-start; }
    .share-rail span { writing-mode: horizontal-tb; }
}
