/*
Theme Name: BlackTatami
Theme URI: https://blacktatami.com/
Author: NiPeGun
Author URI: https://nipegun.com
Description: Tema independiente con diseño editorial para las artes marciales sin golpes. Portada, disciplinas, blog y podcast.
Version: 0.1.0
Requires at least: 6.7
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: blacktatami
Domain Path: /languages
Update URI: https://blacktatami.com/
Tags: blog, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/

@font-face { font-family: 'BT Display'; src: url('assets/fonts/barlow-condensed.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: 'BT Sans'; src: url('assets/fonts/dm-sans.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; }

:root {
    --bt-paper: #f5f2ec;
    --bt-ink: #1d211f;
    --bt-dark: #111413;
    --bt-accent: #c83b2e;
    --bt-muted: #686d67;
    --bt-line: #d8d7cf;
    --bt-display: 'BT Display', 'Arial Narrow', sans-serif;
    --bt-body: 'BT Sans', system-ui, sans-serif;
    --bt-shell: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; background: var(--bt-paper); color: var(--bt-ink); font: 400 17px/1.7 var(--bt-body); -webkit-font-smoothing: antialiased; overflow-wrap: break-word; }
img { max-width: 100%; height: auto; vertical-align: middle; }
svg { vertical-align: middle; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; text-underline-offset: .2em; }
a:hover { color: var(--bt-accent); }
:focus-visible { outline: 3px solid var(--bt-accent); outline-offset: 5px; }
::selection { background: var(--bt-accent); color: white; }
h1, h2, h3, h4, h5, h6 { margin: 0; line-height: 1.05; font-family: var(--bt-display); font-weight: 700; }
p { margin: 0 0 1.3em; }
ul, ol { margin: 0 0 1.5em; }
.shell { width: min(var(--bt-shell), calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 96px; }
.reading-width { max-width: 780px; margin-inline: auto; }
.bt-icon { width: 23px; height: 23px; flex: 0 0 auto; }
.eyebrow { font: 700 11px/1.5 var(--bt-body); letter-spacing: .16em; text-transform: uppercase; }
.text-muted { color: var(--bt-muted); }
.section-index { color: var(--bt-accent); margin-bottom: 18px; }
.button { min-height: 54px; display: inline-flex; gap: 28px; align-items: center; justify-content: center; padding: 14px 22px; font-size: 13px; font-weight: 700; line-height: 1.4; transition: background .18s ease, color .18s ease, transform .18s ease; border: 1px solid transparent; }
.button-primary { background: var(--bt-accent); color: #fff; }
.button-primary:hover { background: #a52f25; color: #fff; transform: translateY(-2px); }
.button-dark { background: var(--bt-dark); color: #fff; }
.button-dark:hover { background: #303530; color: #fff; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 700; padding-block: 9px; border-bottom: 1px solid currentColor; }
.text-link .bt-icon, .discipline .bt-icon, .journal-arrow .bt-icon { transition: transform .18s; }
.text-link:hover .bt-icon, .discipline:hover .bt-icon, .journal-arrow:hover .bt-icon { transform: translate(3px, -2px); }
.screen-reader-text, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link:focus { width: auto; height: auto; clip: auto; top: 12px; left: 12px; z-index: 99999; padding: 12px 20px; background: white; color: var(--bt-ink); }

/* Cabecera y navegación. */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--bt-dark); color: #f6f5ef; border-bottom: 1px solid #ffffff19; }
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; color: #fff; }
.brand:hover { color: #fff; }
.brand-image { width: 43px; height: 43px; object-fit: contain; border-radius: 50%; }
.brand-type { font: 700 29px/.95 var(--bt-display); letter-spacing: .01em; text-transform: uppercase; }
.brand-caption { display: block; margin-top: 7px; font: 400 9px/1.3 var(--bt-body); text-transform: none; letter-spacing: .015em; color: #b3b8b0; }
.site-navigation .menu, .site-navigation .sub-menu { list-style: none; margin: 0; padding: 0; }
.site-navigation .menu { display: flex; gap: 25px; align-items: center; }
.site-navigation li { position: relative; }
.site-navigation .menu > li > a { display: inline-flex; align-items: center; min-height: 48px; font-size: 11px; letter-spacing: .035em; font-weight: 700; text-transform: uppercase; color: #dfe2dc; }
.site-navigation .menu > li.current-menu-item > a { color: #fff; box-shadow: inset 0 -2px var(--bt-accent); }
.site-navigation .menu > li > a:hover { color: #fff; }
.site-navigation .sub-menu { display: none; position: absolute; top: 100%; left: -20px; min-width: 235px; padding: 10px; border-top: 2px solid var(--bt-accent); background: #fff; color: var(--bt-ink); box-shadow: 0 15px 40px #0002; }
.site-navigation .sub-menu a { display: block; padding: 10px 12px; font-size: 13px; line-height: 1.4; }
.site-navigation .sub-menu a:hover { background: var(--bt-paper); }
.site-navigation .sub-menu .sub-menu { left: 100%; top: 0; }
.site-navigation li.is-open > .sub-menu, html:not(.js) .site-navigation li:hover > .sub-menu, html:not(.js) .site-navigation li:focus-within > .sub-menu { display: block; }
.submenu-toggle { border: 0; background: transparent; color: inherit; vertical-align: middle; padding: 0; width: 25px; height: 42px; }
.submenu-toggle::after { content: ''; display: inline-block; width: 5px; height: 5px; border-right: 1px solid; border-bottom: 1px solid; transform: translateY(-2px) rotate(45deg); transition: transform .18s; }
.submenu-toggle[aria-expanded='true']::after { transform: translateY(1px) rotate(225deg); }
.sub-menu .submenu-toggle { position: absolute; right: 0; top: 0; }
.menu-toggle { display: none; }

/* Portada. */
.hero { position: relative; background: #060807; color: #fff; overflow: hidden; }
.hero-image { position: absolute; inset: 0 -11% 40px 28%; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; opacity: .88; }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #060807 0, #060807b3 15%, transparent 56%), linear-gradient(0deg, #060807 0, transparent 25%); }
.hero-image.hero-image--grappling { left: 26%; right: 0; }
.hero-image--grappling img { object-fit: contain; object-position: center 65%; }
.hero-inner { position: relative; min-height: 655px; display: flex; align-items: center; padding-block: 68px 80px; }
.hero-copy { max-width: 610px; position: relative; z-index: 1; }
.hero-eyebrow { color: #c5c9c0; display: flex; align-items: center; gap: 13px; }
.hero-eyebrow > span { width: 24px; height: 2px; background: var(--bt-accent); }
.hero h1 { font-size: clamp(70px, 7.8vw, 112px); line-height: .94; letter-spacing: -.008em; text-transform: uppercase; white-space: pre-line; max-width: 580px; margin-bottom: 25px; }
.hero-description { max-width: 440px; color: #bac0b7; font-size: 16px; line-height: 1.85; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero-secondary { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; padding-block: 15px; color: #e0e3dc; }
.hero-secondary:hover { color: #fff; }
.hero-secondary .bt-icon { width: 18px; height: 18px; }
.hero-caption { position: absolute; right: 0; bottom: 58px; border-left: 1px solid #ffffff40; padding-left: 19px; font-size: 11px; line-height: 1.55; color: #c7cbc3; }
.hero-caption > span { color: #f1f2ed; font-size: 9px; letter-spacing: .2em; }
.hero-caption p { margin: 7px 0 0; }
.hero-bottom { position: relative; border-top: 1px solid #ffffff20; }
.hero-bottom .shell { min-height: 59px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; }
.hero-bottom .shell > span:first-child { color: #959f93; }
.hero-bottom .shell > span:last-child { letter-spacing: .14em; font-weight: 600; color: #d1d6cb; }
.hero-bottom i { font-style: normal; color: #6d7568; margin-inline: 12px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 45px; margin-bottom: 45px; }
.section-heading h2 { font-size: clamp(42px, 4.3vw, 62px); line-height: 1; text-transform: uppercase; }
.section-intro { max-width: 290px; color: var(--bt-muted); font-size: 14px; line-height: 1.9; margin-bottom: 3px; }
.discipline-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--bt-line); border-left: 1px solid var(--bt-line); }
.discipline { padding: 27px 30px 30px; border-right: 1px solid var(--bt-line); border-bottom: 1px solid var(--bt-line); transition: background .2s; }
.discipline:hover { background: #eae7de; color: var(--bt-ink); }
.discipline-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 31px; color: var(--bt-muted); }
.discipline-top > span { font-size: 10px; font-weight: 500; letter-spacing: .08em; }
.discipline-top .bt-icon { width: 19px; height: 19px; }
.discipline h3 { font-size: 30px; text-transform: uppercase; margin-bottom: 9px; }
.discipline p { color: var(--bt-muted); font-size: 14px; line-height: 1.7; margin: 0; }
.discipline:hover .bt-icon { color: var(--bt-accent); }
.section-more { margin-top: 23px; }
.podcast-feature { background: var(--bt-dark); color: #fff; padding-block: 80px; }
.podcast-layout { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 95px; }
.podcast-art { position: relative; text-align: center; background: #000; padding: 30px 30px 56px; max-width: 410px; transform: rotate(-3deg); border: 1px solid #343b31; }
.podcast-art img { width: min(100%, 290px); height: auto; aspect-ratio: 1; object-fit: contain; }
.podcast-stamp { position: absolute; bottom: 20px; inset-inline: 20px; display: flex; justify-content: center; align-items: center; gap: 10px; font-size: 9px; font-weight: 600; letter-spacing: .15em; }
.podcast-stamp .bt-icon { width: 16px; height: 16px; color: #dd7768; }
.podcast-copy .section-index { color: #e18474; }
.podcast-copy h2 { font-size: clamp(45px, 4.5vw, 65px); text-transform: uppercase; margin-bottom: 20px; }
.podcast-copy h2 > span { color: #aeb7a9; }
.podcast-copy > p:not(.eyebrow) { color: #afb6aa; max-width: 435px; font-size: 16px; line-height: 1.8; }
.episode-link { display: flex; align-items: center; gap: 17px; padding-block: 20px; margin: 25px 0 19px; border-top: 1px solid #ffffff29; border-bottom: 1px solid #ffffff29; }
.episode-link:hover { color: #fff; }
.episode-play { display: flex; align-items: center; justify-content: center; width: 47px; height: 47px; border-radius: 50%; border: 1px solid #788471; flex: 0 0 auto; }
.episode-play .bt-icon { width: 16px; height: 16px; }
.episode-link > span:nth-child(2) { flex: 1; }
.episode-link small { display: block; color: #afb6aa; font-size: 10px; margin-bottom: 4px; }
.episode-link strong { display: block; font-size: 13px; line-height: 1.5; }
.episode-link > .bt-icon { width: 20px; height: 20px; }
.podcast-copy .text-link { color: #fff; font-size: 11px; }
.journal-row { display: grid; grid-template-columns: 170px minmax(0,1fr) 45px; gap: 32px; padding-block: 31px; border-top: 1px solid var(--bt-line); }
.journal-row:last-child { border-bottom: 1px solid var(--bt-line); }
.journal-meta { padding-top: 4px; }
.category-label { display: block; color: var(--bt-accent); font-weight: 700; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 6px; }
.journal-meta time { font-size: 11px; color: var(--bt-muted); }
.journal-text h3 { font-size: 31px; line-height: 1.12; margin-bottom: 10px; }
.journal-text p { max-width: 750px; color: var(--bt-muted); font-size: 15px; line-height: 1.8; margin: 0; }
.journal-arrow { display: flex; align-items: center; justify-content: center; align-self: start; width: 44px; height: 44px; border: 1px solid var(--bt-line); border-radius: 50%; }
.project-band { background: #e4e8dd; padding-block: 55px; }
.project-inner { display: grid; grid-template-columns: 140px 1fr auto; gap: 35px; align-items: center; }
.project-inner p { margin: 0; color: #4e5b47; }
.project-inner h2 { font-size: 35px; }
.project-inner .button { font-size: 11px; }

/* Pie. */
.site-footer { color: #f0f2ed; background: var(--bt-dark); padding-block: 64px 0; }
.footer-main { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 55px; }
.footer-wordmark { font: 700 49px/1 var(--bt-display); text-transform: uppercase; }
.footer-wordmark span { color: #e25e4f; }
.footer-brand p { font-size: 12px; color: #b1b8ac; max-width: 270px; margin: 14px 0 0; }
.footer-links { min-width: 240px; font-size: 12px; }
.footer-links .eyebrow { display: block; font-size: 9px; color: #98a38f; margin-bottom: 14px; }
.footer-menu { list-style: none; margin: 0 0 6px; padding: 0; }
.footer-links .bt-icon { width: 14px; height: 14px; margin-left: 14px; }
.footer-links a { display: inline-block; padding-block: 5px; }
.footer-bottom { min-height: 61px; border-top: 1px solid #ffffff1c; display: flex; align-items: center; gap: 25px; color: #939e8d; font-size: 10px; }
.footer-bottom > span:nth-child(2) { margin-left: auto; }

/* Contenido de WordPress, artículos y extensiones. */
.archive-header { margin-bottom: 52px; max-width: 920px; }
.archive-header h1, .story-header h1, .error-page h1 { font-size: clamp(44px, 5.4vw, 74px); line-height: 1; margin-bottom: 25px; }
.archive-header > p:not(.eyebrow), .archive-description { color: var(--bt-muted); }
.content-layout { display: block; }
.content-layout.has-sidebar { display: grid; grid-template-columns: minmax(0,1fr) 255px; gap: 70px; }
.content-primary { min-width: 0; }
.content-layout .journal-row { grid-template-columns: 105px minmax(0,1fr) 40px; gap: 24px; }
.content-layout .journal-text h3 { font-size: 30px; }
.story-header { margin-bottom: 35px; }
.story-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 12px; color: var(--bt-muted); }
.story-meta a { color: var(--bt-accent); }
.story-image { margin: 0 0 35px; }
.story-image img { width: 100%; height: auto; }
.page-wide { max-width: 1080px; }
.page-wide > .story > .story-header { max-width: 860px; }
.entry-content { line-height: 1.85; }
.entry-content::after { content: ''; display: table; clear: both; }
.entry-content > :first-child { margin-top: 0; }
.entry-content h2 { font-size: 38px; margin: 1.4em 0 .55em; }
.entry-content h3 { font-size: 29px; margin: 1.3em 0 .55em; }
.entry-content h4 { font-size: 24px; margin: 1.2em 0 .5em; }
.entry-content a:not(.button):not(.wp-element-button):not(.edd-submit):not(.wp-block-button__link) { color: var(--bt-accent); text-decoration: underline; }
.entry-content a:hover { text-decoration-thickness: 2px; }
.entry-content p, .entry-content ul, .entry-content ol { margin-bottom: 1.45em; }
.entry-content li { margin-block: .35em; }
.entry-content blockquote { border-left: 3px solid var(--bt-accent); margin: 30px 0; padding: 5px 0 5px 27px; font-size: 21px; }
.entry-content blockquote > :last-child { margin-bottom: 0; }
.entry-content table { border-collapse: collapse; width: 100%; margin: 24px 0; font-size: 14px; display: block; overflow-x: auto; }
.entry-content th, .entry-content td { border: 1px solid var(--bt-line); padding: 10px 14px; text-align: left; }
.entry-content th { background: #eae7df; font-weight: 700; }
.entry-content iframe, .entry-content video, .entry-content audio { max-width: 100%; }
.entry-content .wp-block-embed__wrapper { max-width: 100%; }
.entry-content iframe[src*='youtube'], .entry-content iframe[src*='vimeo'] { width: 100%; height: auto; aspect-ratio: 16/9; }
.entry-content figure { max-width: 100%; margin-inline: 0; }
.entry-content .wp-caption-text, .entry-content figcaption { font-size: 12px; color: var(--bt-muted); }
.entry-content .aligncenter { margin-inline: auto; display: block; }
.entry-content .alignleft { float: left; margin: 0 25px 20px 0; }
.entry-content .alignright { float: right; margin: 0 0 20px 25px; }
.entry-content .alignwide, .entry-content .alignfull { max-width: 100%; }
.entry-content pre { overflow: auto; padding: 20px; background: #e9e7df; }
.entry-content hr { border: 0; border-top: 1px solid var(--bt-line); margin-block: 35px; }
.entry-content .gallery { display: flex; flex-wrap: wrap; gap: 12px; }
.entry-content .gallery-item { flex: 1 1 180px; margin: 0; }
.entry-content .wp-block-button__link, input[type='submit'], .comment-form .submit { background: var(--bt-accent); border: 0; border-radius: 0; padding: 14px 22px; color: #fff; font-weight: 600; cursor: pointer; }
.sidebar { border-left: 1px solid var(--bt-line); padding-left: 27px; font-size: 13px; }
.widget { margin-bottom: 37px; }
.widget-title { font-size: 24px; margin-bottom: 15px; }
.widget ul { padding: 0; list-style: none; }
.widget li { margin-bottom: 10px; line-height: 1.7; }
.widget a { color: var(--bt-muted); }
.widget a:hover { color: var(--bt-accent); }
.widget select { max-width: 100%; }
.search-form { display: flex; border: 1px solid var(--bt-line); background: #fff; max-width: 600px; }
.search-form input { width: 100%; min-width: 0; border: 0; background: transparent; padding: 13px 15px; font-size: 13px; }
.search-form button { flex: 0 0 48px; border: 0; background: var(--bt-ink); color: white; }
.search-form button:hover { background: var(--bt-accent); }
.comments-area { margin-top: 65px; border-top: 1px solid var(--bt-line); padding-top: 35px; }
.comments-area h2, .comment-reply-title { font-size: 32px; margin-bottom: 24px; }
.comment-list { list-style: none; padding: 0; }
.comment-list .children { list-style: none; padding-left: 25px; }
.comment-body { border-bottom: 1px solid var(--bt-line); margin-bottom: 25px; padding-bottom: 25px; font-size: 14px; }
.comment-author .avatar { float: left; border-radius: 50%; margin-right: 12px; }
.comment-metadata { font-size: 11px; color: var(--bt-muted); margin-bottom: 20px; }
.comment-reply-link { color: var(--bt-accent); font-size: 12px; font-weight: 700; }
.comment-form label { display: block; font-size: 13px; margin-bottom: 5px; }
.comment-form input:not([type='checkbox']):not([type='submit']), .comment-form textarea, .post-password-form input[type='password'] { width: 100%; padding: 12px; border: 1px solid var(--bt-line); background: #fff; color: var(--bt-ink); }
.comment-form-cookies-consent { display: flex; align-items: flex-start; gap: 10px; }
.comment-form-cookies-consent input { margin-top: 7px; }
.comment-form-cookies-consent label { font-size: 12px; }
.pagination, .post-navigation { margin-top: 45px; }
.page-numbers, .page-links > a, .page-links > .post-page-numbers { display: inline-block; min-width: 42px; padding: 8px 12px; text-align: center; border: 1px solid var(--bt-line); font-size: 13px; }
.page-numbers.current { background: var(--bt-ink); color: #fff; }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; font-size: 14px; }
.post-navigation span { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--bt-muted); margin-bottom: 7px; }
.edit-link { font-size: 12px; margin-top: 30px; }
.back-link { margin-bottom: 35px; }
.empty-state h2 { font-size: 36px; margin-bottom: 18px; }
.empty-state p { color: var(--bt-muted); }
.error-page { min-height: 70vh; }
.error-page .search-form { margin: 35px 0; }
.woocommerce ul.products li.product h2 { font-size: 27px; }
.woocommerce div.product { max-width: 100%; }

@media (max-width: 1150px) {
    .site-navigation .menu { gap: 16px; }
    .brand-caption { font-size: 8px; }
    .hero-copy { max-width: 560px; }
    .hero h1 { max-width: 500px; }
    .podcast-layout { gap: 55px; }
    .project-inner { grid-template-columns: 1fr auto; }
    .project-inner .eyebrow { grid-column: 1 / -1; margin-bottom: -15px; }
}
@media (max-width: 1039px) {
    .shell { width: calc(100% - 64px); }
    .header-inner { min-height: 80px; flex-wrap: wrap; gap: 0; }
    .brand-type { font-size: 28px; }
    .brand-caption { font-size: 9px; }
    .js .menu-toggle { display: flex; align-items: center; justify-content: center; gap: 11px; min-width: 87px; height: 46px; background: transparent; border: 1px solid #ffffff40; color: white; font-size: 11px; }
    .menu-toggle-lines, .menu-toggle-lines::after { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .2s; }
    .menu-toggle-lines { transform: translateY(-3px); }
    .menu-toggle-lines::after { content: ''; transform: translateY(6px); }
    .menu-toggle[aria-expanded='true'] .menu-toggle-lines { transform: rotate(45deg); }
    .menu-toggle[aria-expanded='true'] .menu-toggle-lines::after { transform: rotate(-90deg); }
    .site-navigation { width: 100%; padding-block: 15px 25px; }
    .js .site-navigation { display: none; position: absolute; top: 100%; left: 0; width: 100%; padding: 18px 32px 30px; background: var(--bt-dark); border-bottom: 1px solid #4b5346; max-height: calc(100dvh - 100px); overflow-y: auto; }
    .js .site-navigation.is-open { display: block; }
    .site-navigation .menu { display: block; }
    .site-navigation .menu > li { border-bottom: 1px solid #ffffff1c; }
    .site-navigation .menu > li > a { min-height: 50px; font-size: 13px; }
    .site-navigation .menu > li.current-menu-item > a { box-shadow: none; color: #efaa9d; }
    .site-navigation .submenu-toggle { position: absolute; right: 0; top: 2px; width: 48px; height: 46px; }
    .site-navigation .sub-menu, .site-navigation .sub-menu .sub-menu { position: static; box-shadow: none; min-width: 0; border: 0; background: #20271f; color: white; padding: 8px 15px; margin-bottom: 10px; }
    .site-navigation .sub-menu a { padding-right: 46px; }
    .site-navigation .sub-menu a:hover { background: #313d2e; color: #fff; }
    html:not(.js) .site-navigation .sub-menu { display: block; }
    .hero h1 { font-size: 88px; max-width: 450px; }
    .hero-image { left: 20%; right: -30%; opacity: .75; }
    .hero-inner { min-height: 630px; }
    .hero-caption { display: none; }
    .hero-bottom .shell > span:first-child { display: none; }
    .hero-bottom .shell { justify-content: center; }
    .discipline { padding: 23px; }
    .discipline h3 { font-size: 27px; }
    .podcast-layout { grid-template-columns: .85fr 1.15fr; gap: 40px; }
    .podcast-art { padding: 15px 15px 50px; }
    .journal-row { grid-template-columns: 125px minmax(0,1fr) 44px; gap: 25px; }
    .content-layout.has-sidebar { grid-template-columns: minmax(0,1fr) 220px; gap: 35px; }
    .content-layout .journal-row { grid-template-columns: minmax(0,1fr) 40px; }
    .content-layout .journal-meta { grid-column: 1 / -1; display: flex; gap: 15px; align-items: center; margin-bottom: -10px; }
    .category-label { margin: 0; }
}
@media (max-width: 767px) {
    html { scroll-padding-top: 85px; }
    .shell { width: calc(100% - 40px); }
    .section { padding-block: 65px; }
    .admin-bar .site-header { top: 46px; }
    .header-inner { min-height: 76px; }
    .brand-image { width: 35px; height: 35px; }
    .brand { gap: 9px; }
    .brand-type { font-size: 26px; }
    .brand-caption { font-size: 8px; }
    .js .menu-toggle { min-width: 76px; gap: 8px; height: 42px; }
    .js .site-navigation { padding-inline: 20px; }
    .hero-inner { min-height: 0; padding-top: 44px; padding-bottom: 200px; }
    .hero-copy { width: 100%; }
    .hero h1 { font-size: clamp(67px, 12.6vw, 92px); line-height: .94; max-width: 550px; margin-top: 21px; }
    .hero-eyebrow { font-size: 9px; }
    .hero-description { font-size: 15px; max-width: 340px; }
    .hero-image { left: -20%; right: -20%; top: 225px; bottom: 30px; opacity: .66; }
    .hero-image::after { background: linear-gradient(180deg, #060807 0, #060807cc 18%, transparent 65%, #060807 100%); }
    .hero-image.hero-image--grappling { left: 0; right: 0; top: 350px; bottom: 60px; opacity: 1; }
    .hero-image--grappling img { object-position: center; }
    .hero-image--grappling::after { background: linear-gradient(180deg, #060807 0, transparent 25%, transparent 80%, #060807 100%); }
    .hero-actions { gap: 12px; }
    .hero-actions .button { font-size: 12px; gap: 22px; }
    .hero-secondary { font-size: 11px; }
    .hero-bottom .shell { min-height: 51px; font-size: 8px; letter-spacing: .04em; gap: 0; }
    .hero-bottom i { margin-inline: 6px; }
    .hero-bottom .shell > span:last-child { letter-spacing: .075em; }
    .section-heading { display: block; margin-bottom: 30px; }
    .section-heading h2 { font-size: 45px; }
    .section-intro { margin-top: 20px; font-size: 13px; }
    .section-heading > .text-link { margin-top: 20px; }
    .discipline-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .discipline { padding: 18px 17px 23px; }
    .discipline-top { margin-bottom: 28px; }
    .discipline h3 { font-size: 27px; }
    .discipline p { font-size: 13px; }
    .section-more { font-size: 12px; }
    .podcast-feature { padding-block: 62px; }
    .podcast-layout { display: flex; flex-direction: column; gap: 50px; align-items: stretch; }
    .podcast-art { align-self: center; max-width: 270px; padding: 20px 20px 48px; }
    .podcast-copy h2 { font-size: 50px; }
    .podcast-copy > p:not(.eyebrow) { font-size: 15px; }
    .podcast-copy .section-index { font-size: 10px; }
    .journal-row, .content-layout .journal-row { grid-template-columns: minmax(0,1fr) 40px; gap: 15px; padding-block: 25px; }
    .journal-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; grid-column: 1 / -1; }
    .journal-meta .category-label { margin: 0; }
    .journal-text h3, .content-layout .journal-text h3 { font-size: 28px; }
    .journal-text p { font-size: 14px; }
    .journal-arrow { width: 39px; height: 39px; }
    .project-inner { display: block; }
    .project-inner .eyebrow { margin-bottom: 18px; }
    .project-inner h2 { font-size: 34px; margin-bottom: 27px; }
    .project-inner .button { font-size: 12px; }
    .site-footer { padding-top: 50px; }
    .footer-main { display: block; padding-bottom: 35px; }
    .footer-wordmark { font-size: 45px; }
    .footer-brand p { max-width: 320px; }
    .footer-links { margin-top: 35px; }
    .footer-bottom { flex-wrap: wrap; gap: 10px 20px; padding-block: 18px; }
    .footer-bottom > span:nth-child(2) { margin: 0; }
    .footer-bottom > a { margin-left: auto; }
    .archive-header h1, .story-header h1, .error-page h1 { font-size: 49px; }
    .archive-header { margin-bottom: 35px; }
    .content-layout.has-sidebar { display: block; }
    .sidebar { border: 0; border-top: 1px solid var(--bt-line); padding: 35px 0 0; margin-top: 50px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
    .widget { margin: 0; }
    .widget:first-child { grid-column: 1 / -1; }
    .entry-content { font-size: 16px; }
    .entry-content h2 { font-size: 33px; }
    .entry-content h3 { font-size: 28px; }
    .entry-content .alignleft, .entry-content .alignright { float: none; display: block; margin-inline: auto; }
    .story-meta { font-size: 11px; }
    .post-navigation .nav-links { gap: 20px; font-size: 13px; }
}
@media (max-width: 380px) {
    .shell { width: calc(100% - 32px); }
    .brand-caption { display: none; }
    .hero h1 { font-size: 65px; }
    .hero-inner { padding-bottom: 165px; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
    .hero-secondary { padding-block: 7px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
