/* =========================================================
   NACHO TEA — MANIFEST PAGE
   Desktop composition
   Uses pages.css for reset, body spacing, header, ticker,
   container, drawer, footer, cookies and return-to-top.
   ========================================================= */

/* =========================================================
   1. PAGE FOUNDATION
   ========================================================= */

.manifest-page {
    background: var(--cream);
    color: var(--text-dark);
    overflow-x: hidden;
}

.manifest-page main {
    display: block;
}

.manifest-page img,
.manifest-page svg {
    max-width: 100%;
}

/* =========================================================
   2. SHARED MANIFEST TYPOGRAPHY
   ========================================================= */

.manifest-kicker,
.manifest-index,
.manifest-card-label,
.manifest-big-label {
    margin: 0 0 18px;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.manifest-kicker {
    color: var(--fluorescent-yellow);
}

.manifest-index {
    color: #4f5961;
}

.manifest-section-heading {
    max-width: 740px;
    margin-bottom: 58px;
}

.manifest-section-heading h2,
.manifest-intro-heading h2,
.manifest-identity-heading h2,
.manifest-distinction-side h2,
.manifest-closing h2 {
    color: var(--black);
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: .98;
}

.manifest-section-heading h2,
.manifest-intro-heading h2,
.manifest-identity-heading h2 {
    max-width: 620px;
    font-size: clamp(3rem, 5.1vw, 5.5rem);
}

.manifest-section-heading > p:last-child {
    max-width: 650px;
    margin-top: 28px;
    color: var(--text-muted);
    font-size: 1.08rem;
    line-height: 1.72;
}

.manifest-prose {
    max-width: 660px;
    color: var(--text-dark);
    font-size: 1.05rem;
    line-height: 1.78;
}

.manifest-prose p {
    margin: 0 0 25px;
}

.manifest-emphasis {
    display: inline-block;
    max-width: 600px;
    padding-left: 20px;
    border-left: 7px solid var(--fluorescent-yellow);
    color: var(--black);
    font-size: 1.38rem;
    font-weight: 900;
    letter-spacing: -.01em;
    line-height: 1.3;
}

/* =========================================================
   3. HERO
   ========================================================= */

.manifest-hero {
    padding: 92px 0 108px;
    background: var(--black);
    color: var(--white);
}

.manifest-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
    align-items: center;
    gap: 68px;
}

.manifest-hero-copy {
    min-width: 0;
    max-width: 570px;
}

.manifest-hero h1 {
    max-width: 560px;
    margin: 0 0 34px;
    color: var(--white);
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: clamp(5rem, 8.3vw, 8.2rem);
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: .86;
    text-transform: uppercase;
}

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

.manifest-hero h1 span:last-child {
    padding-left: .035em;
    color: var(--fluorescent-yellow);
}

.manifest-hero-lead {
    max-width: 540px;
    margin-bottom: 24px;
    color: var(--white);
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    font-weight: 900;
    letter-spacing: -.012em;
    line-height: 1.12;
}

.manifest-hero-copy > p:not(.manifest-kicker):not(.manifest-hero-lead) {
    max-width: 500px;
    color: #c9cccd;
    font-size: 1.05rem;
    line-height: 1.72;
}

.manifest-hero-visual {
    min-width: 0;
    width: 100%;
}

.manifest-hero-visual svg {
    display: block;
    width: 100%;
    height: auto;
}

/* =========================================================
   4. MANIFEST BUTTON
   ========================================================= */

.manifest-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding: 15px 21px;
    border: 0;
    border-radius: 0;
    background: var(--fluorescent-yellow);
    color: var(--black);
    cursor: pointer;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .035em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.manifest-button:hover,
.manifest-button:focus-visible {
    background: var(--white);
    color: var(--black);
    transform: translateY(-3px);
}

/* =========================================================
   5. INTRODUCTION
   ========================================================= */

.manifest-intro {
    padding: 112px 0;
    background: var(--visual-grey);
}

.manifest-intro-grid,
.manifest-identity-grid {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    align-items: start;
    gap: 78px;
}

.manifest-intro-heading,
.manifest-identity-heading {
    min-width: 0;
}

.manifest-intro-heading h2,
.manifest-identity-heading h2 {
    max-width: 445px;
}

/* =========================================================
   6. BLACK STATEMENT
   ========================================================= */

.manifest-statement {
    padding: 106px 0 112px;
    background: var(--black);
    color: var(--white);
}

.manifest-statement-inner {
    max-width: 1000px;
}

.manifest-statement .manifest-index,
.manifest-rules .manifest-index,
.manifest-test .manifest-index {
    color: var(--fluorescent-yellow);
}

.manifest-statement blockquote {
    max-width: 970px;
    margin: 0;
    color: var(--white);
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: clamp(3rem, 6.25vw, 6.5rem);
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: .99;
}

.manifest-statement blockquote span {
    display: block;
    color: var(--fluorescent-yellow);
}

.manifest-statement-copy {
    max-width: 530px;
    margin-top: 42px;
    color: #aeb4b5;
    font-size: 1.02rem;
    line-height: 1.7;
}

/* =========================================================
   7. REJECTION
   ========================================================= */

.manifest-rejection {
    padding: 112px 0;
    background: var(--white);
}

.manifest-rejection-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.manifest-rejection-grid article {
    display: flex;
    min-width: 0;
    min-height: 340px;
    flex-direction: column;
    padding: 28px;
    background: var(--visual-grey);
}

.manifest-rejection-grid article:nth-child(2) {
    background: var(--black);
    color: var(--white);
}

.manifest-rejection-grid article:nth-child(3) {
    background: var(--fluorescent-yellow);
    color: var(--black);
}

.manifest-rejection-grid article > span {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: .8rem;
    font-weight: 900;
}

.manifest-card-label {
    margin-top: 70px;
    margin-bottom: 15px;
    color: #4f5961;
}

.manifest-rejection-grid article:nth-child(2) .manifest-card-label {
    color: var(--fluorescent-yellow);
}

.manifest-rejection-grid h3 {
    margin: 0;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: -.01em;
    line-height: 1.12;
}

.manifest-rejection-grid strong {
    margin-top: auto;
    font-size: .98rem;
    line-height: 1.3;
}

.manifest-rejection-copy {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px;
    margin-top: 64px;
}

.manifest-rejection-copy p {
    margin: 0;
    color: #41484b;
    font-size: 1rem;
    line-height: 1.76;
}

/* =========================================================
   8. DISTINCTION — LARGE CLAIM / READABLE EXPLANATION
   ========================================================= */

.manifest-distinction {
    padding: 120px 0 126px;
    background: var(--visual-grey);
}

.manifest-distinction-grid {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    align-items: start;
    column-gap: 78px;
}

.manifest-distinction-side,
.manifest-distinction-main {
    min-width: 0;
}

.manifest-distinction-side {
    padding-top: 1px;
}

.manifest-distinction-side h2 {
    max-width: 430px;
    margin: 0;
    color: var(--black);
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 4.35rem;
    font-weight: 900;
    letter-spacing: -.018em;
    line-height: 1.01;
}

.manifest-distinction-side h2 span {
    display: block;
    white-space: normal;
}

.manifest-distinction-support {
    display: grid;
    grid-template-columns: 4px minmax(0, 1fr);
    align-items: start;
    gap: 24px;
    max-width: 430px;
    margin-top: 52px;
}

.manifest-vertical-line {
    width: 4px;
    height: 112px;
    background: var(--fluorescent-yellow);
}

.manifest-distinction-support-copy {
    padding-top: 1px;
}

.manifest-distinction-support-copy p {
    margin: 0 0 14px;
    color: var(--black);
    font-size: .96rem;
    font-weight: 800;
    line-height: 1.42;
}

.manifest-distinction-support-copy p:last-child {
    margin-bottom: 0;
}

.manifest-distinction-main {
    padding-top: 1px;
}

.manifest-distinction-main .manifest-big-label {
    margin-bottom: 28px;
    color: #4f5961;
}

.manifest-distinction-lead {
    max-width: 650px;
    margin: 0;
    color: var(--black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
}

.manifest-destination-line {
    display: flex;
    gap: 22px;
    max-width: 650px;
    margin-top: 42px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, .25);
    color: #4f5961;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.manifest-destination-line span:nth-child(2) {
    color: var(--black);
}

.manifest-destination-line span:nth-child(3) {
    color: #758900;
}

.manifest-distinction-prose {
    max-width: 620px;
    margin-top: 48px;
}

.manifest-distinction-prose p {
    margin: 0 0 27px;
}

/* =========================================================
   9. BRAND IDENTITY
   ========================================================= */

.manifest-identity {
    padding: 112px 0;
    background: var(--white);
}

.manifest-identity-heading h2 {
    max-width: 460px;
}

/* =========================================================
   10. RULES
   ========================================================= */

.manifest-rules {
    padding: 116px 0 120px;
    background: var(--black);
    color: var(--white);
}

.manifest-section-heading--dark h2 {
    color: var(--white);
}

.manifest-section-heading--dark > p:last-child {
    color: #aeb4b5;
}

.manifest-rules-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, .22);
}

.manifest-rules-grid article {
    min-width: 0;
    min-height: 292px;
    padding: 26px;
    background: var(--black);
}

.manifest-rules-grid article:hover {
    background: #151515;
}

.manifest-rules-grid span {
    color: var(--fluorescent-yellow);
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.manifest-rules-grid h3 {
    margin: 44px 0 17px;
    color: var(--white);
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 1.28rem;
    font-weight: 900;
    letter-spacing: -.01em;
    line-height: 1.13;
}

.manifest-rules-grid p {
    margin: 0;
    color: #afb4b5;
    font-size: .94rem;
    line-height: 1.62;
}

/* =========================================================
   11. WORK
   ========================================================= */

.manifest-work {
    padding: 112px 0;
    background: var(--visual-grey);
}

.manifest-work-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(0, 0, 0, .2);
}

.manifest-work-grid article {
    min-width: 0;
    min-height: 248px;
    padding: 25px;
    background: var(--visual-grey);
}

.manifest-work-grid article:first-child,
.manifest-work-grid article:last-child {
    background: var(--fluorescent-yellow);
}

.manifest-work-grid span {
    color: #4f5961;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: .78rem;
    font-weight: 900;
}

.manifest-work-grid h3 {
    margin: 44px 0 15px;
    color: var(--black);
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: -.01em;
    line-height: 1.13;
}

.manifest-work-grid p {
    margin: 0;
    color: #4f5961;
    font-size: .94rem;
    line-height: 1.6;
}

/* =========================================================
   12. OPERATING SYSTEM CARDS
   This is the second corrected section.
   The cards are allowed to remain four columns, but the
   headings are sized for the actual inner width:
   approximately 210px after card padding.
   ========================================================= */

.manifest-four {
    padding: 112px 0;
    background: var(--white);
}

.manifest-four-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.manifest-four-grid a {
    display: flex;
    min-width: 0;
    min-height: 348px;
    flex-direction: column;
    padding: 26px 24px;
    border: 1px solid rgba(0, 0, 0, .2);
    background: var(--white);
    color: var(--black);
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.manifest-four-grid a:nth-child(even) {
    background: var(--black);
    color: var(--white);
}

.manifest-four-grid a:hover,
.manifest-four-grid a:focus-visible {
    background: var(--fluorescent-yellow);
    color: var(--black);
    transform: translateY(-6px);
}

.manifest-four-grid a > span {
    flex: 0 0 auto;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: .78rem;
    font-weight: 900;
}

.manifest-four-grid h3 {
    width: 100%;
    min-width: 0;
    margin: 62px 0 18px;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 2.75rem;
    font-weight: 900;
    letter-spacing: -.015em;
    line-height: .95;
    overflow-wrap: normal;
    white-space: nowrap;
}

.manifest-four-grid p {
    max-width: 100%;
    margin: 0;
    font-size: .91rem;
    line-height: 1.62;
}

.manifest-four-grid strong {
    margin-top: auto;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .055em;
    line-height: 1.25;
    text-transform: uppercase;
}

/* =========================================================
   13. TEST
   ========================================================= */

.manifest-test {
    padding: 112px 0;
    background: var(--black);
    color: var(--white);
}

.manifest-test-card {
    max-width: 900px;
    margin: 0 auto;
}

.manifest-test h2 {
    margin: 0 0 48px;
    color: var(--white);
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: clamp(3rem, 5.4vw, 5.5rem);
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: .98;
}

.manifest-test-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 46px;
}

.manifest-test-list p {
    display: flex;
    gap: 17px;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    color: var(--white);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
}

.manifest-test-list span {
    color: var(--fluorescent-yellow);
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

.manifest-test-final {
    margin-top: 52px;
    color: var(--fluorescent-yellow);
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: clamp(1.8rem, 3.2vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -.015em;
    line-height: 1.04;
}

/* =========================================================
   14. CLOSING
   ========================================================= */

.manifest-closing {
    padding: 128px 0;
    background: var(--fluorescent-yellow);
}

.manifest-closing-inner {
    max-width: 880px;
}

.manifest-closing .manifest-kicker {
    color: var(--black);
}

.manifest-closing h2 {
    max-width: 720px;
    font-size: clamp(3rem, 5.3vw, 5.5rem);
}

.manifest-closing h3 {
    max-width: 850px;
    margin: 22px 0 30px;
    color: var(--black);
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: clamp(3.4rem, 6.8vw, 7rem);
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: .92;
}

.manifest-closing p:not(.manifest-kicker) {
    max-width: 690px;
    margin: 0 0 20px;
    color: var(--black);
    font-size: 1.08rem;
    line-height: 1.7;
}

.manifest-closing .manifest-button {
    background: var(--black);
    color: var(--fluorescent-yellow);
}

.manifest-closing .manifest-button:hover,
.manifest-closing .manifest-button:focus-visible {
    background: var(--white);
    color: var(--black);
}