:root {
    --slot-ink: #111111;
    --slot-paper: #f1efe8;
    --slot-paper-bright: #fbfaf6;
    --slot-muted: #6d6a63;
    --slot-line: rgba(17, 17, 17, .16);
    --slot-accent: #ef4b2f;
    --slot-cyan: #2b9daa;
    --slot-max: 1240px;
    --slot-pad: clamp(20px, 4vw, 64px);
    --slot-depth: 0px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.slot-standalone,
body.slot-wordpress-home {
    margin: 0;
    color: var(--slot-ink);
    background: var(--slot-paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    overflow-x: clip;
}

.slot-page,
.slot-site-header,
.slot-site-footer,
.slot-home-posts {
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.slot-page img,
.slot-home-posts img {
    display: block;
    max-width: 100%;
    height: auto;
}

.slot-page a,
.slot-site-header a,
.slot-site-footer a,
.slot-home-posts a {
    color: inherit;
    text-decoration: none;
}

.slot-page p,
.slot-page h1,
.slot-page h2,
.slot-page h3,
.slot-site-header p,
.slot-site-footer p,
.slot-home-posts p,
.slot-home-posts h2,
.slot-home-posts h3 {
    margin-top: 0;
}

.slot-skip {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    color: #fff;
    background: var(--slot-ink);
    transform: translateY(-160%);
}

.slot-skip:focus {
    transform: translateY(0);
}

/* Existing GeneratePress shell: keep theme ownership while opening the canvas. */
.slot-wordpress-home .site-content,
.slot-wordpress-home .content-area,
.slot-wordpress-home .site-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.slot-wordpress-home .site-content {
    display: block;
}

.slot-wordpress-home #right-sidebar,
.slot-wordpress-home .widget-area {
    display: none;
}

.slot-wordpress-home #masthead {
    border-bottom: 1px solid rgba(17, 17, 17, .12);
    background: var(--slot-paper-bright);
}

.slot-wordpress-home #masthead .inside-header {
    max-width: var(--slot-max);
    height: 86px;
    padding: 18px var(--slot-pad);
}

.slot-wordpress-home #masthead .main-title {
    margin: 0;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 760;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.slot-wordpress-home #masthead .main-title a {
    color: var(--slot-ink);
    text-decoration: none;
}

.slot-wordpress-home #masthead .site-description {
    margin: 3px 0 0;
    color: var(--slot-muted);
    font-size: 12px;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.slot-wordpress-home #site-footer {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    background: var(--slot-ink);
}

.slot-wordpress-home #site-footer .inside-site-info {
    max-width: var(--slot-max);
    padding: 32px var(--slot-pad);
}

.slot-home,
.slot-home-posts {
    position: relative;
    width: 100%;
    margin-inline: 0;
}

.slot-kicker,
.slot-eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .19em;
    line-height: 1.3;
    text-transform: uppercase;
}

.slot-kicker::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    margin: 0 10px 3px 0;
    background: var(--slot-accent);
}

.slot-button,
.slot-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .06em;
}

.slot-button {
    padding: 0 24px;
    color: #fff !important;
    background: var(--slot-accent);
    transition: background-color .25s ease, transform .25s ease;
}

.slot-button:hover,
.slot-button:focus-visible {
    background: #d83a22;
    transform: translateY(-2px);
}

.slot-button-dark {
    color: var(--slot-paper-bright) !important;
    background: var(--slot-ink);
}

.slot-button-dark:hover,
.slot-button-dark:focus-visible {
    background: #292929;
}

.slot-text-link {
    gap: 12px;
    border-bottom: 1px solid currentColor;
    transition: gap .25s ease, color .25s ease;
}

.slot-text-link:hover,
.slot-text-link:focus-visible {
    gap: 18px;
    color: var(--slot-accent);
}

.slot-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}

/* Full-bleed first viewport. */
.slot-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: calc(100svh - 86px);
    padding: clamp(110px, 16vh, 190px) var(--slot-pad) clamp(64px, 9vh, 104px);
    color: #fff;
    isolation: isolate;
    overflow: hidden;
}

.slot-hero-image,
.slot-hero-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.slot-hero-image {
    inset: -4%;
    background-image: var(--slot-hero-image);
    background-position: center;
    background-size: cover;
    transform: translate3d(0, var(--slot-depth), 0) scale(1.045);
    will-change: transform;
}

.slot-hero-shade {
    z-index: -1;
    background: linear-gradient(90deg, rgba(6, 9, 10, .9) 0%, rgba(6, 9, 10, .67) 35%, rgba(6, 9, 10, .18) 67%, rgba(6, 9, 10, .08) 100%), linear-gradient(0deg, rgba(0, 0, 0, .48), transparent 60%);
}

.slot-hero-copy {
    width: min(770px, 76vw);
    margin-inline: max(0px, calc((100vw - var(--slot-max)) / 2));
}

.slot-hero .slot-eyebrow {
    color: rgba(255, 255, 255, .72);
}

.slot-hero h1 {
    margin-bottom: 26px;
    font-size: clamp(58px, 9.2vw, 142px);
    font-weight: 800;
    letter-spacing: -.075em;
    line-height: .77;
}

.slot-hero h1 span {
    display: block;
}

.slot-hero h1 span:last-child {
    color: var(--slot-accent);
}

.slot-lede {
    max-width: 640px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(17px, 1.7vw, 24px);
    line-height: 1.45;
}

.slot-hero .slot-text-link {
    color: #fff;
}

.slot-scroll {
    position: absolute;
    right: var(--slot-pad);
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.slot-scroll span {
    display: block;
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, .55);
    animation: slot-scroll-line 1.8s ease-in-out infinite;
}

@keyframes slot-scroll-line {
    0%, 100% { transform: scaleY(.55); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
}

.slot-manifesto,
.slot-process,
.slot-article-index,
.slot-home-posts,
.slot-final,
.slot-prose-layout {
    padding-inline: max(var(--slot-pad), calc((100vw - var(--slot-max)) / 2));
}

.slot-manifesto {
    display: grid;
    grid-template-columns: minmax(160px, .45fr) minmax(0, 1.55fr);
    gap: clamp(36px, 7vw, 108px);
    padding-block: clamp(92px, 12vw, 170px);
    background: var(--slot-paper-bright);
}

.slot-manifesto h2,
.slot-process h2,
.slot-article-index h2,
.slot-home-posts h2,
.slot-final h2,
.slot-materials h2 {
    margin-bottom: 26px;
    font-size: clamp(40px, 6.2vw, 88px);
    font-weight: 700;
    letter-spacing: -.065em;
    line-height: .98;
}

.slot-manifesto div > p {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--slot-muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(20px, 2.1vw, 30px);
    line-height: 1.45;
}

.slot-process {
    padding-block: clamp(88px, 11vw, 150px);
}

.slot-process > header {
    display: grid;
    grid-template-columns: .55fr 1.2fr .75fr;
    gap: 36px;
    align-items: end;
    margin-bottom: 58px;
}

.slot-process > header .slot-kicker {
    align-self: start;
}

.slot-process > header h2 {
    margin-bottom: 0;
}

.slot-process > header > p:last-child {
    margin-bottom: 7px;
    color: var(--slot-muted);
}

.slot-process ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--slot-ink);
    list-style: none;
}

.slot-process li {
    min-height: 330px;
    padding: 22px 24px 34px 0;
    border-right: 1px solid var(--slot-line);
}

.slot-process li + li {
    padding-left: 24px;
}

.slot-process li:last-child {
    border-right: 0;
}

.slot-process li > span,
.slot-row-number {
    color: var(--slot-accent);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .12em;
}

.slot-process li div {
    margin-top: 118px;
}

.slot-process h3 {
    margin-bottom: 14px;
    font-size: clamp(22px, 2vw, 31px);
    letter-spacing: -.04em;
}

.slot-process li p {
    margin: 0;
    color: var(--slot-muted);
    font-size: 15px;
}

.slot-materials {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: clamp(56px, 9vw, 150px);
    align-items: center;
    min-height: 780px;
    padding: clamp(80px, 10vw, 140px) max(var(--slot-pad), calc((100vw - var(--slot-max)) / 2));
    color: var(--slot-paper-bright);
    background: var(--slot-ink);
}

.slot-materials-copy > p:not(.slot-kicker) {
    max-width: 620px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .68);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(19px, 1.8vw, 26px);
}

.slot-materials .slot-kicker::before {
    background: var(--slot-accent);
}

.slot-paper-stack {
    position: relative;
    min-height: 480px;
    perspective: 900px;
}

.slot-paper-stack span {
    --offset: calc(var(--i) * 52px);
    position: absolute;
    inset: var(--offset) calc(70px - (var(--i) * 14px)) auto calc(var(--i) * 18px);
    display: flex;
    align-items: flex-end;
    height: 260px;
    padding: 28px;
    color: var(--slot-ink);
    background: hsl(42 24% calc(93% - (var(--i) * 3%)));
    box-shadow: 0 16px 40px rgba(0, 0, 0, .24);
    font-size: clamp(20px, 2.4vw, 34px);
    font-weight: 730;
    letter-spacing: -.04em;
    transform: rotateX(58deg) rotateZ(calc(-4deg + var(--i) * 1.5deg));
    transform-origin: bottom;
}

.slot-paper-stack span:nth-child(2) { border-top: 7px solid var(--slot-accent); }
.slot-paper-stack span:nth-child(3) { border-top: 7px solid var(--slot-cyan); }

.slot-article-index {
    padding-block: clamp(92px, 12vw, 168px);
    background: var(--slot-paper-bright);
}

.slot-article-index > header {
    display: grid;
    grid-template-columns: .55fr 1.45fr;
    gap: 36px;
    margin-bottom: 50px;
}

.slot-article-index h2 {
    max-width: 840px;
    margin-bottom: 0;
}

.slot-article-rows {
    border-top: 1px solid var(--slot-ink);
}

.slot-article-row {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) 48px;
    gap: 20px;
    align-items: center;
    min-height: 176px;
    border-bottom: 1px solid var(--slot-line);
    transition: color .25s ease, padding .25s ease, background-color .25s ease;
}

.slot-article-row h3 {
    margin-bottom: 8px;
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 670;
    letter-spacing: -.05em;
    line-height: 1.08;
}

.slot-article-row p {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--slot-muted);
}

.slot-article-row > b {
    font-size: 30px;
    font-weight: 400;
    transition: transform .25s ease;
}

.slot-article-row:hover,
.slot-article-row:focus-visible {
    padding-inline: 18px;
    color: var(--slot-accent);
    background: #f4e6df;
}

.slot-article-row:hover > b,
.slot-article-row:focus-visible > b {
    transform: translate(4px, -4px);
}

.slot-final {
    display: grid;
    grid-template-columns: .5fr 1.15fr .65fr;
    gap: 44px;
    align-items: end;
    padding-block: clamp(88px, 11vw, 150px);
    color: #fff;
    background: var(--slot-accent);
}

.slot-final .slot-kicker::before {
    background: #fff;
}

.slot-final h2 {
    margin-bottom: 0;
}

.slot-final p:not(.slot-kicker) {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .8);
}

.slot-final .slot-button {
    color: var(--slot-ink) !important;
    background: #fff;
}

/* Dynamic WordPress posts remain visible without JavaScript. */
.slot-home-posts {
    padding-block: clamp(92px, 12vw, 168px);
    color: var(--slot-ink);
    background: var(--slot-paper);
}

.slot-home-posts > header {
    display: grid;
    grid-template-columns: .55fr 1.45fr;
    gap: 36px;
    margin-bottom: 58px;
}

.slot-home-posts > header h2 {
    margin-bottom: 12px;
}

.slot-home-posts > header div > p {
    max-width: 650px;
    margin-bottom: 0;
    color: var(--slot-muted);
}

.slot-post-list {
    border-top: 1px solid var(--slot-ink);
}

.slot-home-post {
    display: grid;
    grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
    gap: clamp(30px, 5vw, 72px);
    padding-block: 48px;
    border-bottom: 1px solid var(--slot-line);
}

.slot-home-post-no-media {
    grid-template-columns: 1fr;
    padding-left: clamp(0px, 19vw, 300px);
}

.slot-post-media {
    align-self: start;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #dedbd1;
}

.slot-post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.slot-post-media:hover img {
    transform: scale(1.035);
}

.slot-post-body h3 {
    margin-bottom: 24px;
    font-size: clamp(28px, 4.2vw, 60px);
    font-weight: 680;
    letter-spacing: -.055em;
    line-height: 1.03;
}

.slot-post-body h3 a {
    background-image: linear-gradient(var(--slot-accent), var(--slot-accent));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: color .25s ease, background-size .35s ease;
}

.slot-post-body h3 a:hover,
.slot-post-body h3 a:focus-visible {
    color: var(--slot-accent);
    background-size: 100% 2px;
}

.slot-post-preview {
    max-width: 760px;
    color: #4d4a44;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(17px, 1.5vw, 21px);
}

.slot-post-preview a {
    color: var(--slot-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.slot-post-preview > :last-child {
    margin-bottom: 0;
}

/* Standalone header, footer, and article pages. */
.slot-site-header {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 82px;
    padding: 16px max(var(--slot-pad), calc((100vw - var(--slot-max)) / 2));
    color: #fff;
    background: var(--slot-ink);
}

.slot-mark {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.slot-mark-dot {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--slot-accent);
    box-shadow: 10px 0 0 var(--slot-cyan);
}

.slot-mark span:last-child {
    display: grid;
}

.slot-mark b {
    font-size: 16px;
    letter-spacing: -.03em;
}

.slot-mark small {
    color: rgba(255, 255, 255, .58);
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.slot-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.5vw, 36px);
    font-size: 12px;
    font-weight: 650;
}

.slot-nav a {
    position: relative;
    padding-block: 9px;
    color: rgba(255, 255, 255, .7);
}

.slot-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: var(--slot-accent);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

.slot-nav a:hover,
.slot-nav a:focus-visible,
.slot-nav a[aria-current="page"] {
    color: #fff;
}

.slot-nav a:hover::after,
.slot-nav a:focus-visible::after,
.slot-nav a[aria-current="page"]::after {
    transform: scaleX(1);
    transform-origin: left;
}

.slot-site-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    padding: 64px max(var(--slot-pad), calc((100vw - var(--slot-max)) / 2));
    color: rgba(255, 255, 255, .68);
    background: var(--slot-ink);
}

.slot-footer-brand {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff !important;
    font-size: 24px;
    font-weight: 730;
    letter-spacing: -.04em;
}

.slot-site-footer p {
    max-width: 570px;
    margin-bottom: 0;
}

.slot-footer-links {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    color: #fff;
    font-size: 12px;
}

.slot-route-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: min(720px, calc(100svh - 82px));
    padding: clamp(110px, 16vh, 180px) max(var(--slot-pad), calc((100vw - var(--slot-max)) / 2)) clamp(64px, 9vh, 96px);
    color: #fff;
    isolation: isolate;
    overflow: hidden;
}

.slot-route-image,
.slot-route-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.slot-route-image {
    background: url("slot2go.net-press-hero.webp") center / cover no-repeat;
    transform: scale(1.025);
}

.slot-route-shade {
    z-index: -1;
    background: linear-gradient(90deg, rgba(5, 7, 8, .91), rgba(5, 7, 8, .57) 52%, rgba(5, 7, 8, .16)), linear-gradient(0deg, rgba(0, 0, 0, .44), transparent 60%);
}

.slot-route-hero > div:last-child {
    width: min(850px, 82vw);
}

.slot-route-hero h1 {
    margin-bottom: 24px;
    font-size: clamp(46px, 7vw, 104px);
    font-weight: 760;
    letter-spacing: -.07em;
    line-height: .94;
}

.slot-route-hero p:last-child {
    max-width: 680px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .78);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 1.8vw, 25px);
}

.slot-prose-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: clamp(60px, 10vw, 150px);
    padding-block: clamp(84px, 11vw, 150px);
    background: var(--slot-paper-bright);
}

.slot-prose {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    column-gap: 30px;
    padding: 0 0 68px;
    border-bottom: 1px solid var(--slot-line);
}

.slot-prose + .slot-prose {
    padding-top: 68px;
}

.slot-prose .slot-kicker {
    grid-row: 1 / span 2;
}

.slot-prose h2 {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 54px);
    letter-spacing: -.055em;
    line-height: 1.03;
}

.slot-prose > p:last-child {
    max-width: 760px;
    margin-bottom: 0;
    color: #4d4a44;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 1.65vw, 23px);
    line-height: 1.65;
}

.slot-article-aside {
    position: relative;
}

.slot-article-aside > div {
    position: sticky;
    top: 36px;
    padding-top: 22px;
    border-top: 1px solid var(--slot-ink);
}

.slot-article-aside dl,
.slot-article-aside dd {
    margin: 0;
}

.slot-article-aside dl > div {
    padding: 17px 0;
    border-bottom: 1px solid var(--slot-line);
}

.slot-article-aside dt {
    margin-bottom: 4px;
    color: var(--slot-muted);
    font-size: 10px;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.slot-article-aside dd {
    font-size: 14px;
    font-weight: 650;
}

.slot-index-page .slot-article-index {
    min-height: 650px;
}

.slot-error {
    display: grid;
    min-height: calc(100svh - 82px);
    place-items: center;
    padding: 90px var(--slot-pad);
    color: #fff;
    background: var(--slot-ink);
}

.slot-error section {
    width: min(760px, 100%);
}

.slot-error h1 {
    margin-bottom: 24px;
    font-size: clamp(48px, 8vw, 104px);
    letter-spacing: -.07em;
    line-height: .94;
}

.slot-error section > p:not(.slot-kicker) {
    max-width: 590px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .7);
    font-size: 19px;
}

/* Enhancement only: content is visible until script confirms observation. */
.slot-motion-ready .slot-reveal:not(.is-visible),
.slot-motion-ready .slot-home-post:not(.is-visible) {
    opacity: 0;
    transform: translateY(34px);
}

.slot-motion-ready .slot-reveal,
.slot-motion-ready .slot-home-post {
    transition: opacity .72s cubic-bezier(.2, .7, .2, 1), transform .72s cubic-bezier(.2, .7, .2, 1);
}

.slot-js .slot-hero-copy > *,
.slot-js .slot-route-hero > div:last-child > * {
    opacity: 0;
    transform: translateY(26px);
}

.slot-js.slot-ready .slot-hero-copy > *,
.slot-js.slot-ready .slot-route-hero > div:last-child > * {
    opacity: 1;
    transform: none;
    transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1);
}

.slot-js.slot-ready .slot-hero-copy > :nth-child(2),
.slot-js.slot-ready .slot-route-hero > div:last-child > :nth-child(2) { transition-delay: .08s; }
.slot-js.slot-ready .slot-hero-copy > :nth-child(3),
.slot-js.slot-ready .slot-route-hero > div:last-child > :nth-child(3) { transition-delay: .16s; }
.slot-js.slot-ready .slot-hero-copy > :nth-child(4) { transition-delay: .24s; }

@media (max-width: 980px) {
    .slot-process > header,
    .slot-final {
        grid-template-columns: .6fr 1.4fr;
    }

    .slot-process > header > p:last-child,
    .slot-final > div:last-child {
        grid-column: 2;
    }

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

    .slot-process li:nth-child(2) {
        border-right: 0;
    }

    .slot-process li:nth-child(n+3) {
        border-top: 1px solid var(--slot-line);
    }

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

    .slot-paper-stack {
        min-height: 430px;
    }

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

    .slot-article-aside {
        display: none;
    }
}

@media (max-width: 760px) {
    .slot-wordpress-home #masthead .inside-header {
        height: 72px;
        padding-block: 14px;
    }

    .slot-wordpress-home #masthead .site-description {
        font-size: 9px;
    }

    .slot-hero {
        min-height: calc(100svh - 72px);
        padding-top: 94px;
        padding-bottom: 62px;
    }

    .slot-hero-image {
        background-position: 58% center;
    }

    .slot-hero-shade {
        background: linear-gradient(90deg, rgba(5, 7, 8, .89), rgba(5, 7, 8, .43)), linear-gradient(0deg, rgba(0, 0, 0, .58), transparent 67%);
    }

    .slot-hero-copy {
        width: calc(100vw - (2 * var(--slot-pad)));
        margin: 0;
    }

    .slot-hero h1 {
        font-size: clamp(50px, 17vw, 82px);
    }

    .slot-scroll {
        display: none;
    }

    .slot-manifesto,
    .slot-process > header,
    .slot-article-index > header,
    .slot-home-posts > header,
    .slot-final,
    .slot-site-footer {
        grid-template-columns: 1fr;
    }

    .slot-manifesto,
    .slot-process > header,
    .slot-article-index > header,
    .slot-home-posts > header,
    .slot-final {
        gap: 24px;
    }

    .slot-process > header > p:last-child,
    .slot-final > div:last-child {
        grid-column: auto;
    }

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

    .slot-process li,
    .slot-process li + li {
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 18px;
        min-height: 0;
        padding: 26px 0;
        border-right: 0;
        border-top: 1px solid var(--slot-line);
    }

    .slot-process li div {
        margin-top: 0;
    }

    .slot-materials {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .slot-paper-stack {
        min-height: 340px;
    }

    .slot-paper-stack span {
        right: 20px;
        height: 210px;
    }

    .slot-article-row {
        grid-template-columns: 42px minmax(0, 1fr) 28px;
        gap: 12px;
        min-height: 156px;
    }

    .slot-article-row:hover,
    .slot-article-row:focus-visible {
        padding-inline: 8px;
    }

    .slot-home-post,
    .slot-home-post-no-media {
        grid-template-columns: 1fr;
        padding-left: 0;
    }

    .slot-post-media {
        max-height: 380px;
        aspect-ratio: 16 / 10;
    }

    .slot-site-header {
        min-height: 72px;
    }

    .slot-nav {
        display: none;
    }

    .slot-site-footer {
        gap: 32px;
    }

    .slot-footer-links {
        flex-wrap: wrap;
    }

    .slot-route-hero {
        min-height: calc(100svh - 72px);
    }

    .slot-route-hero > div:last-child {
        width: 100%;
    }

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

    .slot-prose .slot-kicker {
        grid-row: auto;
    }
}

@media (max-width: 430px) {
    .slot-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .slot-button {
        width: 100%;
    }

    .slot-hero h1 {
        font-size: 15vw;
    }

    .slot-manifesto h2,
    .slot-process h2,
    .slot-article-index h2,
    .slot-home-posts h2,
    .slot-final h2,
    .slot-materials h2 {
        font-size: 38px;
    }

    .slot-paper-stack span {
        right: 0;
        left: calc(var(--i) * 7px);
        padding: 20px;
        font-size: 20px;
    }

    .slot-article-row p {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }

    .slot-hero-image {
        transform: scale(1.045);
    }

    .slot-motion-ready .slot-reveal,
    .slot-motion-ready .slot-home-post,
    .slot-js .slot-hero-copy > *,
    .slot-js .slot-route-hero > div:last-child > * {
        opacity: 1 !important;
        transform: none !important;
    }
}
