.theme-ma {
    --paper: #f6f3ec;
    --paper-deep: #efebe1;
    --paper-dim: #e7e2d5;
    --ink: #1c1b17;
    --ink-soft: #4a473f;
    --ink-mute: #7c776a;
    --vermillion: #c93a1d;
    --vermillion-deep: #a82d14;
    --hairline: rgba(28, 27, 23, .16);
    --hairline-soft: rgba(28, 27, 23, .09);
    --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
    --sans: "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
    --ease: cubic-bezier(.22, .61, .36, 1);
    --maxw: 1160px;
    --gutter: clamp(22px, 4.4vw, 52px);
    --color-paper: var(--paper);
    --color-surface: var(--paper);
    --color-ink: var(--ink);
    --color-muted: var(--ink-mute);
    --color-moss: var(--ink);
    --color-moss-dark: var(--ink);
    --color-moss-soft: var(--paper-deep);
    --color-clay: var(--vermillion);
    --color-clay-soft: var(--paper-deep);
    --color-sand: var(--paper-deep);
    --color-stone: var(--paper-deep);
    --color-line: var(--hairline);
    --font-display: var(--serif);
    --font-body: var(--serif);
    --container: var(--maxw);
    --radius-sm: 0;
    --radius-md: 0;
    --radius-lg: 0;
    --radius-organic-a: 0;
    --radius-organic-b: 0;
    --shadow-soft: none;
    --shadow-float: none;
    --transition: 380ms var(--ease);
    overflow-x: hidden;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--serif);
    font-size: 17px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

.theme-ma::before {
    z-index: 60;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
    mix-blend-mode: multiply;
    opacity: .05;
}

.theme-ma ::selection {
    background: var(--vermillion);
    color: var(--paper);
}

.theme-ma :focus-visible {
    outline: 2px solid var(--vermillion);
    outline-offset: 4px;
}

.theme-ma .ma-only {
    display: block;
}

.theme-ma .site-header-wrap {
    position: sticky;
    z-index: 50;
    top: 0;
    height: 72px;
    padding: 0;
    border-bottom: 1px solid var(--hairline);
    background: rgba(246, 243, 236, .88);
    backdrop-filter: blur(10px);
}

.theme-ma .site-header {
    width: min(100%, var(--maxw));
    min-height: 71px;
    padding: 0 var(--gutter);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.theme-ma .brand {
    gap: .8rem;
}

.theme-ma .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 0;
    background: var(--vermillion);
    box-shadow: 0 1px 0 rgba(28, 27, 23, .2), 0 6px 14px -6px rgba(201, 58, 29, .45);
    color: var(--paper);
    font-family: var(--serif);
    font-size: .8rem;
    font-weight: 400;
    transform: rotate(-2.5deg);
    transition: transform .45s var(--ease);
}

.theme-ma .brand:hover .brand-mark {
    transform: rotate(2deg);
}

.theme-ma .brand-copy strong {
    font-family: var(--serif);
    font-size: 1.08rem;
    font-weight: 400;
    letter-spacing: .08em;
}

.theme-ma .brand-copy small {
    color: var(--ink-mute);
    font-family: var(--sans);
    font-size: .54rem;
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.theme-ma .site-nav {
    gap: 1.7rem;
}

.theme-ma .site-nav a {
    position: relative;
    padding: .4rem 0;
    border-radius: 0;
    background: transparent;
    color: var(--ink-soft);
    font-family: var(--sans);
    font-size: .67rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.theme-ma .site-nav a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--vermillion);
    content: "";
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .4s var(--ease);
}

.theme-ma .site-nav a:hover,
.theme-ma .site-nav a[aria-current="page"] {
    background: transparent;
    color: var(--ink);
}

.theme-ma .site-nav a:hover::after,
.theme-ma .site-nav a[aria-current="page"]::after {
    transform: scaleX(1);
}

.theme-ma .site-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .9rem;
}

.theme-ma .site-header__social ul {
    gap: .12rem;
}

.theme-ma .site-header__social {
    padding-left: .85rem;
    border-left: 1px solid var(--hairline);
}

.theme-ma .site-header__social a {
    width: 22px;
    height: 17px;
    color: var(--ink-mute);
    opacity: .66;
}

.theme-ma .site-header__social a:hover {
    color: var(--ink);
    opacity: 1;
}

.theme-ma .site-header__social svg {
    width: 12px;
    height: 12px;
}

.theme-ma .site-main {
    width: min(100%, var(--maxw));
    padding-inline: var(--gutter);
}

.theme-ma .eyebrow,
.theme-ma .content-type {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 1.4rem;
    color: var(--ink-mute);
    font-family: var(--sans);
    font-size: .64rem;
    font-weight: 600;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.theme-ma .eyebrow::before,
.theme-ma .content-type::before {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    background: var(--vermillion);
    content: "";
}

.theme-ma .hero {
    --hero-axis: clamp(24px, 5.2vw, 56px);
    position: relative;
    display: flex;
    width: 100%;
    min-height: calc(100svh - 72px);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: var(--ink);
    isolation: isolate;
    text-align: left;
}

.theme-ma .hero__wash,
.theme-ma .hero__portrait {
    display: none;
}

.theme-ma .ma-corners {
    position: absolute;
    z-index: 4;
    inset: 22px;
    pointer-events: none;
}

.theme-ma .ma-corners i {
    position: absolute;
    width: 15px;
    height: 15px;
    border-color: rgba(246, 243, 236, .45);
    border-style: solid;
}

.theme-ma .ma-corners i:nth-child(1) { top: 0; left: 0; border-width: 1px 0 0 1px; }
.theme-ma .ma-corners i:nth-child(2) { top: 0; right: 0; border-width: 1px 1px 0 0; }
.theme-ma .ma-corners i:nth-child(3) { right: 0; bottom: 0; border-width: 0 1px 1px 0; }
.theme-ma .ma-corners i:nth-child(4) { bottom: 0; left: 0; border-width: 0 0 1px 1px; }

.theme-ma .ma-corners i:nth-child(3),
.theme-ma .ma-corners i:nth-child(4) {
    display: none;
}

.theme-ma .ma-hero-photo {
    position: absolute;
    z-index: 0;
    inset: 0;
    margin: 0;
}

.theme-ma .ma-hero-photo::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(28, 27, 23, .08) 20%, rgba(28, 27, 23, .24) 52%, rgba(28, 27, 23, .9) 100%),
        linear-gradient(90deg, rgba(28, 27, 23, .28), transparent 62%);
    content: "";
}

.theme-ma .ma-hero-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    filter: saturate(.78) contrast(1.02);
}

.theme-ma .hero__copy {
    position: absolute;
    z-index: 3;
    right: var(--hero-axis);
    bottom: clamp(98px, 12.5vh, 116px);
    left: var(--hero-axis);
    display: flex;
    max-width: 780px;
    align-items: flex-start;
    flex-direction: column;
}

.theme-ma .hero__copy h1 {
    order: 1;
}

.theme-ma .hero__copy .eyebrow {
    order: 2;
}

.theme-ma .hero__copy .hero__lead {
    order: 3;
}

.theme-ma .hero h1 {
    margin: 0 0 .75rem;
    color: var(--paper);
    font-family: var(--serif);
    font-size: clamp(2.55rem, 5.2vw, 4.6rem);
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.012em;
    line-height: 1.06;
    text-shadow: 0 2px 24px rgba(28, 27, 23, .42);
}

.theme-ma .hero h1 a {
    color: inherit;
    text-decoration: none;
}

.theme-ma .hero h1 a:hover {
    text-decoration: underline;
    text-decoration-color: var(--vermillion);
    text-decoration-thickness: 1px;
    text-underline-offset: .12em;
}

.theme-ma .hero h1 em {
    color: var(--vermillion);
    font-weight: 400;
}

.theme-ma .hero__copy .eyebrow {
    margin-bottom: .25rem;
    color: rgba(246, 243, 236, .76);
}

.theme-ma .hero__lead {
    margin: 0;
    color: rgba(246, 243, 236, .84);
    font-size: 1rem;
    line-height: 1.75;
}

.theme-ma .ma-rail {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: calc(var(--gutter) * .25);
    margin: 0;
    color: rgba(246, 243, 236, .7);
    font-family: var(--sans);
    font-size: .57rem;
    font-weight: 600;
    letter-spacing: .5em;
    text-transform: uppercase;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
}

.theme-ma .ma-rail::before,
.theme-ma .ma-rail::after {
    display: block;
    width: 1px;
    height: 34px;
    margin: 14px auto;
    background: rgba(246, 243, 236, .34);
    content: "";
}

.theme-ma .search-panel {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(210px, 35fr) minmax(0, 65fr);
    align-items: center;
    gap: clamp(28px, 3.8vw, 44px);
    margin: 0;
    padding: 11px var(--hero-axis);
    border: 1px solid var(--hairline-soft);
    border-radius: 0;
    background: rgba(239, 235, 225, .96);
    box-shadow: 0 18px 38px -30px rgba(28, 27, 23, .5);
    backdrop-filter: blur(12px);
    transform: translateY(20px);
}

.theme-ma .search-panel__heading {
    display: flex;
    min-height: 50px;
    justify-content: center;
    flex-direction: column;
}

.theme-ma .search-panel__heading .eyebrow {
    margin-bottom: .25rem;
}

.theme-ma .search-panel__heading label {
    color: var(--ink);
    font-family: var(--serif);
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.2;
}

.theme-ma .search-row {
    grid-template-columns: minmax(150px, 1fr) minmax(140px, .42fr) auto;
    gap: 0;
}

.theme-ma .search-row input,
.theme-ma .search-row select {
    height: 50px;
    min-height: 50px;
    padding: .7rem 1rem;
    border: 1px solid rgba(28, 27, 23, .13);
    border-right: 0;
    border-radius: 0;
    background-color: rgba(246, 243, 236, .78);
    color: var(--ink);
    font-family: var(--sans);
    font-size: .8rem;
}

.theme-ma .search-row input::placeholder {
    color: var(--ink-mute);
    opacity: .78;
}

.theme-ma .search-row input[type="search"]::-webkit-search-cancel-button {
    width: 0;
    height: 0;
    appearance: none;
    -webkit-appearance: none;
}

.theme-ma .search-row input[type="search"]::-ms-clear,
.theme-ma .search-row input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.theme-ma .search-row select {
    padding-right: 2.6rem;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23c93a1d' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 10px 7px;
}

.theme-ma .search-row:focus-within {
    outline: none;
    box-shadow: none;
}

.theme-ma .search-row input:focus,
.theme-ma .search-row input:focus-visible,
.theme-ma .search-row select:focus,
.theme-ma .search-row select:focus-visible {
    position: relative;
    z-index: 2;
    border-color: rgba(201, 58, 29, .72);
    outline: none;
    background-color: var(--paper);
    box-shadow: 0 0 0 2px rgba(201, 58, 29, .12);
}

.theme-ma button,
.theme-ma .button {
    min-height: 52px;
    padding: .75rem 1.5rem;
    border: 1px solid var(--ink);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--ink);
    font-family: var(--sans);
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    transition: background-color .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease), transform .2s var(--ease);
}

.theme-ma button:hover,
.theme-ma .button:hover {
    border-color: var(--ink);
    background: var(--ink);
    box-shadow: none;
    color: var(--paper);
    transform: none;
}

.theme-ma button:active,
.theme-ma .button:active {
    transform: translateY(1px);
}

.theme-ma .search-row button {
    height: 50px;
    min-height: 50px;
    padding-inline: 1.1rem;
    border-color: var(--vermillion);
    background: var(--vermillion);
    color: var(--paper);
    font-weight: 500;
    letter-spacing: .15em;
}

.theme-ma .search-row button:hover {
    border-color: var(--vermillion-deep);
    background: var(--vermillion-deep);
}

.theme-ma .content-section {
    padding: clamp(88px, 12vh, 150px) 0;
}

.theme-ma #ultimos-contenidos {
    scroll-margin-top: 100px;
}

.theme-ma .section-heading {
    align-items: flex-end;
    margin-bottom: clamp(44px, 7vh, 76px);
}

.theme-ma .section-heading h2,
.theme-ma .detail-panel h2,
.theme-ma .document-panel h2 {
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(1.9rem, 3.6vw, 2.9rem);
    font-weight: 400;
    letter-spacing: -.012em;
    line-height: 1.22;
}

.theme-ma .result-count {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--ink-mute);
    font-family: var(--sans);
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.theme-ma .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--hairline);
    border-bottom: 1px solid var(--hairline);
}

.theme-ma .content-card,
.theme-ma .content-card:nth-child(n) {
    position: relative;
    overflow: visible;
    border: 0;
    border-right: 1px solid var(--hairline-soft);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: background-color .45s var(--ease), transform .45s var(--ease);
}

.theme-ma .content-card:nth-child(3n) {
    border-right: 0;
}

.theme-ma .content-card::before {
    position: absolute;
    z-index: 3;
    top: -1px;
    right: 0;
    left: 0;
    height: 3px;
    background: var(--vermillion);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s var(--ease);
}

.theme-ma .content-card:hover {
    background: var(--paper-deep);
    box-shadow: none;
    transform: translateY(-4px);
}

.theme-ma .content-card:hover::before {
    transform: scaleX(1);
}

.theme-ma .card-media,
.theme-ma .card-media.placeholder {
    width: 100%;
    aspect-ratio: 16 / 10;
    margin: 0;
    border-radius: 0;
    filter: grayscale(.75) contrast(.92);
}

.theme-ma .card-media.placeholder {
    background:
        linear-gradient(135deg, transparent 49.8%, var(--hairline) 50%, transparent 50.2%),
        linear-gradient(45deg, transparent 49.8%, var(--hairline-soft) 50%, transparent 50.2%),
        var(--paper-deep);
}

.theme-ma .card-media.placeholder::after {
    display: none;
}

.theme-ma .card-body {
    padding: clamp(24px, 3vw, 34px);
}

.theme-ma .card-meta {
    align-items: baseline;
}

.theme-ma .card-meta .content-type {
    margin: 0;
    color: var(--vermillion);
    font-size: .58rem;
}

.theme-ma .card-meta .content-type::before {
    display: none;
}

.theme-ma .card-meta time {
    color: var(--ink-mute);
    font-family: var(--sans);
    font-size: .62rem;
    letter-spacing: .1em;
}

.theme-ma .card-body h3 {
    margin: 1.1rem 0 .8rem;
    font-family: var(--serif);
    font-size: 1.45rem;
    font-weight: 400;
    letter-spacing: -.012em;
}

.theme-ma .card-body > p:not(.content-type) {
    color: var(--ink-soft);
    font-size: .9rem;
    line-height: 1.7;
}

.theme-ma .tags span {
    padding: .18rem .45rem;
    border: 1px solid var(--hairline);
    border-radius: 0;
    background: transparent;
    color: var(--ink-mute);
    font-family: var(--sans);
    font-size: .56rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.theme-ma .card-link,
.theme-ma .text-link,
.theme-ma .back-link {
    color: var(--ink);
    font-family: var(--sans);
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.theme-ma .card-link {
    padding-top: 1.4rem;
}

.theme-ma .card-link::after,
.theme-ma .text-link::after,
.theme-ma .back-link::after {
    position: absolute;
    right: 0;
    bottom: -.25rem;
    left: 0;
    height: 1px;
    background: var(--ink);
    content: "";
    transition: right .35s var(--ease), background-color .35s var(--ease);
}

.theme-ma .card-link:hover,
.theme-ma .text-link:hover,
.theme-ma .back-link:hover {
    color: var(--vermillion);
}

.theme-ma .card-link:hover::after,
.theme-ma .text-link:hover::after,
.theme-ma .back-link:hover::after {
    right: 45%;
    background: var(--vermillion);
}

.theme-ma .empty-card {
    min-height: 320px;
    border: 1px solid var(--hairline);
    border-radius: 0;
    background: transparent;
}

.theme-ma .empty-card > span {
    display: none;
}

.theme-ma .empty-card h3 {
    font-family: var(--serif);
    font-size: 1.6rem;
    font-weight: 400;
}

.theme-ma .empty-card p {
    color: var(--ink-mute);
}

.theme-ma .detail {
    max-width: 900px;
    margin: clamp(18px, 3vh, 30px) auto 0;
    padding-bottom: clamp(40px, 7vh, 64px);
}

.theme-ma .detail > :last-child {
    margin-bottom: 0;
}

.theme-ma .breadcrumbs {
    min-width: 0;
    margin-bottom: clamp(18px, 3vh, 28px);
    color: var(--ink-mute);
    font-family: var(--sans);
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.theme-ma .breadcrumbs ol {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.theme-ma .breadcrumbs li {
    min-width: 0;
}

.theme-ma .breadcrumbs li + li::before {
    margin-right: .55rem;
    color: var(--vermillion);
    content: "/";
}

.theme-ma .breadcrumbs li[aria-current="page"] {
    overflow: hidden;
    flex: 1;
    color: var(--ink-soft);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme-ma .breadcrumbs a {
    color: inherit;
    text-decoration: none;
    transition: color .3s var(--ease);
}

.theme-ma .breadcrumbs a:hover {
    color: var(--vermillion);
}

.theme-ma .detail-header {
    padding: 0 0 clamp(10px, 1.5vh, 14px);
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
}

.theme-ma .detail-header__wash {
    display: none;
}

.theme-ma .detail-header__meta {
    justify-content: center;
    gap: 2rem;
    margin-bottom: .75rem;
}

.theme-ma .detail-header__meta .content-type {
    margin: 0;
    color: var(--vermillion);
}

.theme-ma .detail-header__meta .content-type::before {
    display: none;
}

.theme-ma .detail-header__meta time {
    color: var(--ink-mute);
    font-family: var(--sans);
    font-size: .62rem;
    letter-spacing: .16em;
}

.theme-ma .detail h1 {
    max-width: 16em;
    margin-inline: auto;
    font-family: var(--serif);
    font-size: clamp(2.45rem, 5vw, 4.4rem);
    font-weight: 400;
    letter-spacing: -.012em;
    line-height: 1.1;
}

.theme-ma .lead {
    max-width: 36em;
    margin: 1rem auto .85rem;
    color: var(--ink-soft);
    font-size: 1.08rem;
}

.theme-ma .detail-header .tags {
    justify-content: center;
    margin-top: 0;
}

.theme-ma .detail-panel {
    margin: clamp(30px, 5vh, 46px) 0 0;
    padding: clamp(26px, 4vh, 36px) 0 0;
    border: 0;
    border-top: 1px solid var(--hairline);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.theme-ma .detail-panel.video-section {
    margin-top: clamp(14px, 2.5vh, 20px);
    padding-top: clamp(22px, 3.5vh, 30px);
}

.theme-ma .detail-panel.article-section {
    margin-top: clamp(20px, 3.5vh, 28px);
    padding-top: clamp(24px, 3.5vh, 30px);
}

.theme-ma .detail-panel__heading {
    align-items: flex-end;
    margin-bottom: clamp(16px, 2.5vh, 24px);
}

.theme-ma .detail-panel__heading .eyebrow {
    margin-bottom: .8rem;
}

.theme-ma .copy-link {
    min-height: 44px;
    padding: .35rem 0;
    border: 0;
    border-bottom: 1px solid var(--hairline);
    color: var(--ink-mute);
    font-size: .59rem;
}

.theme-ma .copy-link:hover {
    border-color: var(--vermillion);
    background: transparent;
    color: var(--vermillion);
}

.theme-ma .video-frame {
    border: 1px solid var(--hairline);
    border-radius: 0;
    background: var(--ink);
    box-shadow: none;
}

.theme-ma .article-body {
    max-width: none;
    color: var(--ink-soft);
    font-size: 1rem;
    line-height: 1.85;
}

.theme-ma .article-section > .eyebrow,
.theme-ma .video-section .detail-panel__heading > .eyebrow {
    display: inline-flex;
    margin: 0 0 clamp(16px, 2.5vh, 24px);
    color: var(--ink-mute);
    font-family: var(--sans);
    font-size: .64rem;
    font-weight: 600;
    letter-spacing: .26em;
    line-height: 1.75;
    text-transform: uppercase;
}

.theme-ma .video-section .detail-panel__heading > .eyebrow {
    margin-bottom: 0;
}

.theme-ma .article-body h2,
.theme-ma .article-body h3 {
    font-family: var(--serif);
    font-weight: 400;
}

.theme-ma .article-body blockquote {
    padding-left: 1.5rem;
    border-left-color: var(--vermillion);
    color: var(--ink);
    font-weight: 400;
}

.theme-ma .detail-panel.legislative-panel {
    margin-top: clamp(42px, 7vh, 64px);
    padding-inline: clamp(24px, 5vw, 58px);
    padding-bottom: clamp(28px, 4vh, 40px);
    background: var(--paper-deep);
}

.theme-ma .detail dl {
    border-top-color: var(--hairline);
}

.theme-ma .detail dt,
.theme-ma .detail dd {
    border-bottom-color: var(--hairline);
}

.theme-ma .detail dt {
    color: var(--ink);
    font-family: var(--sans);
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.theme-ma .document-panel {
    gap: clamp(14px, 2vw, 24px);
    margin: clamp(32px, 5vh, 46px) 0;
    padding: clamp(20px, 2.5vw, 28px);
    border: 1px solid var(--hairline);
    border-radius: 0;
    background: var(--paper-deep);
    color: var(--ink);
}

.theme-ma .document-panel .eyebrow {
    margin-bottom: .45rem;
    color: var(--ink-mute);
}

.theme-ma .document-panel h2 {
    color: var(--ink);
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
    line-height: 1.15;
}

.theme-ma .document-panel .eyebrow::before {
    background: var(--vermillion);
}

.theme-ma .document-panel p:not(.eyebrow) {
    margin-top: .35rem;
    color: var(--ink-mute);
    font-size: .8rem;
    line-height: 1.5;
}

.theme-ma .button--clay {
    min-height: 44px;
    padding: .55rem 1rem;
    border-color: var(--hairline);
    color: var(--ink-soft);
}

.theme-ma .button--clay:hover {
    border-color: var(--vermillion);
    background: transparent;
    color: var(--vermillion);
}

.theme-ma .empty-state {
    min-height: calc(100svh - 72px);
    grid-template-columns: minmax(180px, .55fr) minmax(0, 1fr);
}

.theme-ma .empty-state__shape {
    border: 1px solid var(--hairline);
    border-radius: 50%;
    background: transparent;
    color: var(--vermillion);
    font-family: var(--serif);
    font-weight: 400;
    transform: none;
}

.theme-ma .empty-state h1 {
    font-family: var(--serif);
    font-weight: 400;
}

.theme-ma .site-footer {
    width: 100%;
    margin: 0;
    border-top: 1px solid var(--hairline);
    border-radius: 0;
    background: var(--paper-deep);
    color: var(--ink);
}

.theme-ma .site-footer__inner {
    width: min(100%, var(--maxw));
    min-height: 230px;
    margin-inline: auto;
    padding: clamp(48px, 7vw, 82px) var(--gutter);
    background: transparent;
}

.theme-ma.detail-page .site-footer__inner {
    min-height: 126px;
    padding: clamp(26px, 3.5vw, 38px) var(--gutter);
    gap: 1.25rem;
}

.theme-ma .site-footer strong {
    font-family: var(--serif);
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: .08em;
}

.theme-ma .site-footer p {
    color: var(--ink-mute);
    font-size: .86rem;
}

.theme-ma .site-footer nav {
    gap: 1.5rem;
}

.theme-ma .site-footer__links {
    gap: .75rem;
}

.theme-ma .site-footer a {
    color: var(--ink-soft);
    font-family: var(--sans);
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    transition: color .35s var(--ease);
}

.theme-ma .site-footer a:hover {
    color: var(--vermillion);
}

.theme-ma .site-footer__social ul {
    gap: .35rem;
}

.theme-ma .site-footer__social a {
    width: 34px;
    height: 34px;
    border: 1px solid var(--hairline);
    border-radius: 0;
    color: var(--ink-mute);
    opacity: .82;
}

.theme-ma .site-footer__social a:hover {
    border-color: var(--ink-mute);
    background: var(--paper-dim);
    color: var(--ink);
    opacity: 1;
}

.theme-ma .site-footer__social svg {
    width: 15px;
    height: 15px;
}

@media (max-width: 900px) {
    .theme-ma .hero {
        min-height: calc(100svh - 72px);
    }

    .theme-ma .card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .theme-ma .content-card:nth-child(n) {
        border-right: 1px solid var(--hairline-soft);
        border-bottom: 1px solid var(--hairline-soft);
    }

    .theme-ma .content-card:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 760px) {
    .theme-ma .ma-rail,
    .theme-ma .site-header__social {
        display: none;
    }

    .theme-ma .search-panel {
        grid-template-columns: 1fr;
        gap: .75rem;
        padding: 10px 16px 12px;
        transform: translateY(16px);
    }

    .theme-ma .section-heading,
    .theme-ma .detail-panel__heading,
    .theme-ma .document-panel,
    .theme-ma .site-footer__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .theme-ma .video-section .detail-panel__heading {
        align-items: flex-end;
        flex-direction: row;
    }

    .theme-ma.detail-page .site-footer__inner {
        min-height: 0;
        padding-block: 22px;
    }

    .theme-ma .site-footer__links {
        justify-items: start;
    }
}

@media (max-width: 640px) {
    .theme-ma .site-header {
        padding-inline: 18px;
    }

    .theme-ma .brand-copy {
        display: flex;
    }

    .theme-ma .brand-copy small {
        display: none;
    }

    .theme-ma .site-nav {
        gap: .9rem;
    }

    .theme-ma .site-nav a {
        font-size: .57rem;
        letter-spacing: .12em;
    }

    .theme-ma .site-main {
        width: 100%;
        padding-inline: 16px;
    }

    .theme-ma .hero {
        min-height: max(calc(100svh - 88px), 712px);
        padding: 0;
        border-right: 0;
        border-left: 0;
    }

    .theme-ma .ma-corners {
        inset: 12px;
    }

    .theme-ma .hero__copy {
        right: 32px;
        bottom: 244px;
        left: 32px;
    }

    .theme-ma .hero h1 {
        font-size: clamp(2.45rem, 12vw, 3.3rem);
    }

    .theme-ma .hero__lead {
        font-size: .9rem;
        line-height: 1.5;
    }

    .theme-ma .search-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .theme-ma .search-row input,
    .theme-ma .search-row select {
        height: 46px;
        min-height: 46px;
        border-right: 1px solid var(--hairline);
        border-bottom: 0;
    }

    .theme-ma .search-row button {
        height: 46px;
        min-height: 46px;
    }

    .theme-ma .card-grid {
        grid-template-columns: 1fr;
    }

    .theme-ma .content-card:nth-child(n) {
        border-right: 0;
    }

    .theme-ma .detail-header {
        padding-inline: 0;
    }

    .theme-ma .detail-header__meta {
        align-items: center;
        flex-direction: row;
        gap: 1rem;
    }

    .theme-ma .detail h1 {
        font-size: clamp(2.25rem, 13vw, 3.7rem);
    }

    .theme-ma .detail-panel {
        padding-inline: 0;
    }

    .theme-ma .legislative-panel {
        padding-inline: 18px;
    }

    .theme-ma .empty-state {
        grid-template-columns: 1fr;
    }

    .theme-ma .site-footer {
        width: 100%;
        border-radius: 0;
    }
}

@media (min-width: 761px) and (max-height: 820px) {
    .theme-ma .hero {
        min-height: calc(100svh - 92px);
    }

    .theme-ma .hero__copy {
        bottom: 78px;
    }
}

@media (max-width: 420px) {
    .theme-ma .brand-copy {
        display: none;
    }

    .theme-ma .hero__copy {
        right: 24px;
        bottom: 242px;
        left: 24px;
    }

    .theme-ma .hero__lead {
        max-width: 25em;
    }

    .theme-ma button,
    .theme-ma .button {
        padding: .7rem 1.15rem;
        letter-spacing: .14em;
    }
}

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