/* ============================================================
   TrucksTMS — Premium Dark / Cinematic
   Black + warm gold + serif italic editorial accents.
   Full-bleed sections, glass morphism, numbered chapters.
   ============================================================ */

:root {
    --tx-bg:        #0a0a0a;
    --tx-bg-2:      #0d0d0d;
    --tx-surface:   rgba(255,255,255,0.04);
    --tx-glass:     rgba(255,255,255,0.06);
    --tx-line:      rgba(255,255,255,0.08);
    --tx-line-2:    rgba(255,255,255,0.14);
    --tx-text:      #fafafa;
    --tx-text-2:    rgba(250,250,250,0.74);
    --tx-mute:      rgba(250,250,250,0.5);
    --tx-gold:      #d4af37;
    --tx-gold-2:    #f5d27a;
    --tx-blue:      #4a9eff;
    --tx-rose:      #ff7691;

    --tx-display: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --tx-serif:   "Fraunces", Georgia, "Times New Roman", serif;
    --tx-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    --tx-container: 1320px;
}

/* base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--tx-bg); }
body {
    margin: 0;
    font-family: var(--tx-body);
    font-size: 17px;
    line-height: 1.6;
    color: var(--tx-text);
    background: var(--tx-bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
svg { display: block; }
button { font-family: inherit; cursor: pointer; }
ul { padding: 0; }
a { color: var(--tx-gold); text-decoration: none; transition: color 0.18s ease; }
a:hover { color: var(--tx-gold-2); }
::selection { background: var(--tx-gold); color: var(--tx-bg); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--tx-gold); color: var(--tx-bg); padding: 12px 20px; font-weight: 700; z-index: 9999; }
.skip-link:focus { left: 0; }
.hp-trap { position: absolute !important; left: -9999px; top: -9999px; opacity: 0; }

/* type */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--tx-display);
    font-weight: 800;
    line-height: 1.0;
    letter-spacing: -0.04em;
    margin: 0 0 0.6em;
    color: var(--tx-text);
}
h1, .tx-display-1 { font-size: clamp(3rem, 8vw, 8rem); font-weight: 800; }
h2, .tx-display-2 { font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 800; }
h3, .tx-display-3 { font-size: clamp(1.6rem, 2.6vw, 2.4rem); font-weight: 700; letter-spacing: -0.02em; }
h4 { font-size: 1.4rem; font-weight: 700; letter-spacing: -0.02em; }
h5 { font-size: 1.15rem; font-weight: 700; }
h6 { font-size: 0.95rem; font-weight: 700; }

p { margin: 0 0 1.2em; color: var(--tx-text-2); }
.tx-lead { font-size: 1.25rem; line-height: 1.55; color: var(--tx-text-2); max-width: 60ch; }
.tx-lead--lg { font-size: 1.45rem; }
.tx-mute { color: var(--tx-mute); }

/* serif italic editorial accent */
.tx-serif-it {
    font-family: var(--tx-serif);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
}

/* gold gradient text */
.tx-gold-text {
    background: linear-gradient(120deg, var(--tx-gold) 0%, var(--tx-gold-2) 60%, var(--tx-gold) 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* chapter label (e.g. "01 — Dispatch") */
.tx-chapter {
    font-family: var(--tx-serif);
    font-style: italic;
    font-weight: 300;
    font-size: 1rem;
    color: var(--tx-gold);
    letter-spacing: 0.01em;
    margin-bottom: 24px;
    display: block;
}
.tx-chapter__num {
    color: var(--tx-mute);
    margin-right: 14px;
    font-feature-settings: "tnum";
}

/* eyebrow */
.tx-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--tx-display);
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--tx-gold);
    padding: 6px 14px;
    border: 1px solid rgba(212,175,55,0.32);
    border-radius: 999px;
    margin-bottom: 24px;
    background: rgba(212,175,55,0.05);
}
.tx-eyebrow__dot { width: 6px; height: 6px; background: var(--tx-gold); border-radius: 50%; box-shadow: 0 0 8px var(--tx-gold); }

/* layout */
.tx-container {
    max-width: var(--tx-container);
    margin: 0 auto;
    padding: 0 32px;
}
.tx-container--narrow { max-width: 880px; }
.tx-container--wide   { max-width: 1480px; }

.tx-section {
    padding: 140px 0;
    position: relative;
}
.tx-section--tight { padding: 90px 0; }

/* gold hairline divider */
.tx-rule {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--tx-gold) 50%, transparent 100%);
    border: 0;
    margin: 0;
    opacity: 0.4;
}

/* buttons */
.tx-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--tx-display);
    font-weight: 600;
    font-size: 0.96rem;
    letter-spacing: 0.02em;
    padding: 14px 24px;
    border-radius: 4px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
    cursor: pointer;
    white-space: nowrap;
}
.tx-btn--gold {
    background: var(--tx-gold);
    color: var(--tx-bg);
    border-color: var(--tx-gold);
}
.tx-btn--gold:hover {
    background: var(--tx-gold-2);
    color: var(--tx-bg);
    box-shadow: 0 0 32px rgba(212,175,55,0.5);
    transform: translateY(-1px);
}
.tx-btn--ghost {
    background: transparent;
    color: var(--tx-text);
    border-color: var(--tx-line-2);
}
.tx-btn--ghost:hover {
    background: var(--tx-glass);
    color: var(--tx-gold);
    border-color: rgba(212,175,55,0.5);
}
.tx-btn--lg { padding: 18px 30px; font-size: 1rem; }
.tx-btn--sm { padding: 10px 18px; font-size: 0.86rem; }

/* header */
.tx-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(10,10,10,0.7);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--tx-line);
}
.tx-header__inner {
    max-width: var(--tx-container);
    margin: 0 auto;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.tx-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--tx-text);
    font-family: var(--tx-display);
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.tx-brand:hover { color: var(--tx-gold); }
.tx-brand__mark { display: inline-block; }
.tx-brand__divider {
    display: inline-block;
    width: 1px; height: 22px;
    background: var(--tx-line-2);
    margin: 0 4px;
}
.tx-brand__sub {
    font-family: var(--tx-serif);
    font-style: italic;
    font-weight: 400;
    font-size: 0.78rem;
    color: var(--tx-mute);
    letter-spacing: 0;
    text-transform: none;
}
.tx-nav { flex: 1; }
.tx-nav__list {
    list-style: none; margin: 0; padding: 0;
    display: flex; gap: 8px; align-items: center;
}
.tx-nav__link {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 10px 18px;
    color: var(--tx-text-2);
    font-family: var(--tx-display);
    font-weight: 500;
    font-size: 0.93rem;
    text-decoration: none;
    letter-spacing: 0.02em;
    border-radius: 0;
    background: transparent;
    border: 0;
    transition: color 0.15s ease;
}
.tx-nav__link:hover, .tx-nav__link.is-active { color: var(--tx-gold); }
.tx-nav__link i { font-size: 0.65rem; opacity: 0.6; }

.tx-cta { display: flex; gap: 10px; align-items: center; }

.tx-burger {
    display: none;
    width: 42px; height: 42px;
    background: transparent;
    border: 1px solid var(--tx-line-2);
    border-radius: 0;
    flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.tx-burger span {
    width: 18px; height: 1px;
    background: var(--tx-text);
}

/* HERO */
.tx-hero {
    position: relative;
    padding: 140px 0 180px;
    overflow: hidden;
    text-align: center;
}
.tx-hero::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 50% 100%, rgba(212,175,55,0.18), transparent 60%),
        radial-gradient(circle at 80% 30%, rgba(74,158,255,0.06), transparent 50%);
    pointer-events: none;
}
.tx-hero::after {
    content: ""; position: absolute; inset: 0;
    background-image:
        repeating-linear-gradient(90deg, transparent 0 60px, rgba(255,255,255,0.015) 60px 61px),
        repeating-linear-gradient(0deg,  transparent 0 60px, rgba(255,255,255,0.015) 60px 61px);
    pointer-events: none;
    mask-image: radial-gradient(ellipse at 50% 50%, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black 30%, transparent 70%);
}
.tx-hero__inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 32px;
}
.tx-hero__title {
    font-family: var(--tx-display);
    font-weight: 800;
    font-size: clamp(3rem, 9vw, 8.5rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    margin: 22px 0 30px;
}
.tx-hero__title em {
    font-family: var(--tx-serif);
    font-style: italic;
    font-weight: 300;
    color: var(--tx-gold);
    letter-spacing: -0.02em;
}
.tx-hero__sub {
    font-family: var(--tx-serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    color: var(--tx-text-2);
    max-width: 720px;
    margin: 0 auto 44px;
    line-height: 1.5;
}
.tx-hero__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.tx-hero__meta {
    margin-top: 60px;
    display: flex; justify-content: center; gap: 50px;
    flex-wrap: wrap;
    color: var(--tx-mute);
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: var(--tx-display);
    font-weight: 500;
}
.tx-hero__meta span { display: inline-flex; align-items: center; gap: 8px; }
.tx-hero__meta i { color: var(--tx-gold); }

.tx-hero__visual {
    margin: 100px auto 0;
    max-width: 1280px;
    border: 1px solid var(--tx-line-2);
    background: var(--tx-bg-2);
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 80px rgba(212,175,55,0.10);
}
.tx-hero__visual::before {
    content: ""; position: absolute;
    inset: -30px;
    background: radial-gradient(circle at 50% 0%, rgba(212,175,55,0.18), transparent 60%);
    pointer-events: none;
}
.tx-hero__visual img { position: relative; width: 100%; }

/* logo strip */
.tx-logos {
    padding: 60px 0;
    border-top: 1px solid var(--tx-line);
    border-bottom: 1px solid var(--tx-line);
}
.tx-logos__head {
    text-align: center;
    font-family: var(--tx-serif);
    font-style: italic;
    font-weight: 300;
    color: var(--tx-mute);
    margin-bottom: 28px;
    font-size: 0.95rem;
}
.tx-logos__row {
    max-width: var(--tx-container);
    margin: 0 auto;
    padding: 0 32px;
    display: flex; justify-content: space-around; align-items: center;
    flex-wrap: wrap; gap: 36px;
    color: var(--tx-text-2);
    font-family: var(--tx-display);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.9rem;
    opacity: 0.7;
}
.tx-logos__row span { display: inline-flex; align-items: center; gap: 8px; transition: color 0.15s ease, opacity 0.15s ease; }
.tx-logos__row span:hover { color: var(--tx-gold); opacity: 1; }
.tx-logos__row i { font-size: 1.3rem; }

/* section heading */
.tx-section-head {
    max-width: 820px;
    margin: 0 auto 80px;
    text-align: center;
}
.tx-section-head--left { text-align: left; margin-left: 0; }
.tx-section-head h2 { margin: 16px 0 18px; }

/* Manifesto / chapter row */
.tx-manifesto {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    align-items: start;
}
.tx-manifesto__title {
    font-size: clamp(2.5rem, 5.5vw, 5rem);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 800;
}
.tx-manifesto__title em {
    font-family: var(--tx-serif);
    font-style: italic;
    font-weight: 300;
    color: var(--tx-gold);
}
.tx-manifesto__copy { font-size: 1.15rem; line-height: 1.65; color: var(--tx-text-2); }

/* Feature card grid */
.tx-grid { display: grid; gap: 1px; background: var(--tx-line); }
.tx-grid--3 { grid-template-columns: repeat(3, 1fr); }
.tx-grid--2 { grid-template-columns: repeat(2, 1fr); }
.tx-grid--4 { grid-template-columns: repeat(4, 1fr); }

.tx-fcard {
    background: var(--tx-bg);
    padding: 50px 40px;
    transition: background 0.25s ease;
    position: relative;
}
.tx-fcard:hover { background: rgba(212,175,55,0.04); }
.tx-fcard__num {
    font-family: var(--tx-serif);
    font-style: italic;
    font-weight: 300;
    color: var(--tx-gold);
    font-size: 0.95rem;
    margin-bottom: 32px;
    display: block;
}
.tx-fcard__icon {
    width: 48px; height: 48px;
    border: 1px solid var(--tx-line-2);
    color: var(--tx-gold);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 28px;
}
.tx-fcard h3 { font-size: 1.5rem; margin: 0 0 14px; letter-spacing: -0.02em; }
.tx-fcard p { color: var(--tx-text-2); font-size: 0.97rem; margin: 0; line-height: 1.6; }

/* Split */
.tx-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}
.tx-split--reverse > .tx-split__media { order: 2; }
.tx-split__visual {
    border: 1px solid var(--tx-line-2);
    background: var(--tx-bg-2);
    aspect-ratio: 5/4;
    display: flex; align-items: center; justify-content: center;
    position: relative;
    overflow: hidden;
}
.tx-split__visual::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 100%, rgba(212,175,55,0.10), transparent 60%);
}
.tx-split__visual i { font-size: 6rem; color: var(--tx-gold); opacity: 0.7; position: relative; }
.tx-split__title em { font-family: var(--tx-serif); font-style: italic; font-weight: 300; color: var(--tx-gold); }

.tx-checks { list-style: none; padding: 0; margin: 26px 0 0; }
.tx-checks li {
    display: flex; align-items: flex-start; gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--tx-line);
    font-size: 1.05rem;
    color: var(--tx-text-2);
}
.tx-checks li:last-child { border-bottom: 0; }
.tx-checks li::before {
    content: "—";
    color: var(--tx-gold);
    font-family: var(--tx-display); font-weight: 800;
    flex-shrink: 0;
    width: 24px;
}

/* spec list */
.tx-specs { list-style: none; margin: 26px 0; padding: 0; border-top: 1px solid var(--tx-line); }
.tx-specs li {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid var(--tx-line);
}
.tx-specs__key {
    font-family: var(--tx-serif);
    font-style: italic;
    font-weight: 300;
    color: var(--tx-gold);
    font-size: 0.95rem;
}
.tx-specs__val { color: var(--tx-text-2); font-size: 1rem; }

/* Stats */
.tx-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--tx-line);
    border-bottom: 1px solid var(--tx-line);
}
.tx-stats__cell {
    padding: 60px 32px;
    border-right: 1px solid var(--tx-line);
    text-align: center;
}
.tx-stats__cell:last-child { border-right: 0; }
.tx-stats__num {
    font-family: var(--tx-display); font-weight: 800;
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 14px;
}
.tx-stats__num em { font-family: var(--tx-serif); font-style: italic; font-weight: 300; color: var(--tx-gold); }
.tx-stats__label {
    font-family: var(--tx-display);
    font-weight: 500;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--tx-mute);
}

/* Quote */
.tx-quote {
    background: var(--tx-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--tx-line-2);
    padding: 40px;
    transition: border-color 0.25s ease;
}
.tx-quote:hover { border-color: rgba(212,175,55,0.32); }
.tx-quote--big {
    grid-column: span 2;
    padding: 60px 50px;
}
.tx-quote__mark {
    color: var(--tx-gold);
    font-family: var(--tx-serif);
    font-style: italic;
    font-weight: 300;
    font-size: 4rem;
    line-height: 0.4;
    display: block;
    margin-bottom: 16px;
}
.tx-quote__text { font-size: 1.1rem; line-height: 1.6; margin-bottom: 26px; color: var(--tx-text); }
.tx-quote--big .tx-quote__text {
    font-size: 1.65rem;
    font-family: var(--tx-serif);
    font-style: italic;
    font-weight: 400;
    line-height: 1.45;
    color: var(--tx-text);
}
.tx-quote__name { font-family: var(--tx-display); font-weight: 600; color: var(--tx-text); }
.tx-quote__role { color: var(--tx-mute); font-size: 0.88rem; margin-top: 4px; }

/* Pricing */
.tx-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tx-price {
    background: var(--tx-glass);
    backdrop-filter: blur(20px);
    border: 1px solid var(--tx-line-2);
    padding: 50px 40px;
    position: relative;
    transition: transform 0.2s ease, border-color 0.2s ease;
}
.tx-price:hover { transform: translateY(-4px); border-color: rgba(212,175,55,0.32); }
.tx-price--feat {
    background: linear-gradient(180deg, rgba(212,175,55,0.10), rgba(212,175,55,0.02));
    border-color: rgba(212,175,55,0.42);
}
.tx-price__flag {
    position: absolute; top: -12px; left: 40px;
    background: var(--tx-gold);
    color: var(--tx-bg);
    padding: 6px 14px;
    font-family: var(--tx-display);
    font-weight: 700;
    font-size: 0.74rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.tx-price h3 { font-size: 1.5rem; margin: 18px 0 8px; }
.tx-price__num {
    font-family: var(--tx-display);
    font-weight: 800;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--tx-text);
}
.tx-price__num em { font-family: var(--tx-serif); font-style: italic; font-weight: 300; color: var(--tx-gold); font-size: 0.7em; }
.tx-price__per { color: var(--tx-mute); font-size: 0.95rem; margin: 10px 0 30px; }
.tx-price ul { list-style: none; padding: 0; margin: 0 0 32px; }
.tx-price ul li {
    display: flex; gap: 12px; align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid var(--tx-line);
    color: var(--tx-text-2);
    font-size: 0.95rem;
}
.tx-price ul li:last-child { border-bottom: 0; }
.tx-price ul li i { color: var(--tx-gold); margin-top: 5px; flex-shrink: 0; }

/* FAQ */
.tx-faq { border-top: 1px solid var(--tx-line-2); }
.tx-faq__item {
    border-bottom: 1px solid var(--tx-line-2);
    padding: 28px 0;
}
.tx-faq__q {
    list-style: none;
    cursor: pointer;
    font-family: var(--tx-display);
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: -0.02em;
    color: var(--tx-text);
    display: flex; justify-content: space-between; gap: 24px;
}
.tx-faq__q::-webkit-details-marker { display: none; }
.tx-faq__q::after {
    content: "+";
    color: var(--tx-gold);
    font-family: var(--tx-display); font-weight: 600;
    font-size: 1.5rem;
}
.tx-faq__item[open] .tx-faq__q::after { content: "−"; }
.tx-faq__a { padding-top: 18px; color: var(--tx-text-2); max-width: 70ch; font-size: 1rem; line-height: 1.65; }

/* CTA banner (full bleed) */
.tx-cta-banner {
    position: relative;
    padding: 160px 0;
    text-align: center;
    overflow: hidden;
    border-top: 1px solid var(--tx-line);
    border-bottom: 1px solid var(--tx-line);
}
.tx-cta-banner::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 50% 50%, rgba(212,175,55,0.18), transparent 50%),
        repeating-linear-gradient(90deg, transparent 0 80px, rgba(255,255,255,0.018) 80px 81px);
    pointer-events: none;
}
.tx-cta-banner__inner { position: relative; max-width: 980px; margin: 0 auto; padding: 0 32px; }
.tx-cta-banner__title {
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    line-height: 0.95; letter-spacing: -0.04em; margin: 16px 0 24px;
}
.tx-cta-banner__title em { font-family: var(--tx-serif); font-style: italic; font-weight: 300; color: var(--tx-gold); }
.tx-cta-banner__sub {
    font-family: var(--tx-serif); font-style: italic; font-weight: 300;
    font-size: 1.3rem; color: var(--tx-text-2); max-width: 640px; margin: 0 auto 36px;
}
.tx-cta-banner__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.tx-cta-banner__meta {
    display: flex; gap: 36px; justify-content: center; flex-wrap: wrap;
    color: var(--tx-mute); font-size: 0.85rem; font-family: var(--tx-display);
    letter-spacing: 0.04em; text-transform: uppercase;
}
.tx-cta-banner__meta span { display: inline-flex; align-items: center; gap: 8px; }
.tx-cta-banner__meta i { color: var(--tx-gold); }

/* Newsletter */
.tx-newsletter { padding: 100px 32px; text-align: center; }
.tx-newsletter__inner {
    max-width: 720px;
    margin: 0 auto;
    border: 1px solid var(--tx-line-2);
    padding: 60px 50px;
    background: var(--tx-glass);
}
.tx-newsletter h3 { font-size: clamp(1.6rem, 2.4vw, 2.2rem); margin: 16px 0 10px; }
.tx-newsletter p { color: var(--tx-text-2); margin: 0 0 30px; }
.tx-newsletter__form {
    display: flex; gap: 8px; align-items: stretch;
    max-width: 480px; margin: 0 auto;
}
.tx-newsletter__form input {
    flex: 1;
    padding: 14px 18px;
    background: var(--tx-bg);
    border: 1px solid var(--tx-line-2);
    color: var(--tx-text);
    font: inherit;
}
.tx-newsletter__form input:focus { outline: 0; border-color: var(--tx-gold); }
.tx-newsletter__form button { background: var(--tx-gold); color: var(--tx-bg); }

/* form */
.tx-form { display: flex; flex-direction: column; gap: 20px; }
.tx-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.tx-field { display: flex; flex-direction: column; gap: 8px; }
.tx-field label {
    font-family: var(--tx-display);
    font-weight: 500;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tx-mute);
}
.tx-field input, .tx-field select, .tx-field textarea {
    padding: 14px 16px;
    background: var(--tx-glass);
    border: 1px solid var(--tx-line-2);
    color: var(--tx-text);
    font: inherit;
    transition: border-color 0.18s ease;
}
.tx-field input:focus, .tx-field select:focus, .tx-field textarea:focus {
    outline: 0; border-color: var(--tx-gold);
}
.tx-form__foot { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.tx-form__note { color: var(--tx-mute); font-size: 0.86rem; margin: 0; max-width: 360px; }

/* Footer */
.tx-footer {
    background: var(--tx-bg);
    border-top: 1px solid var(--tx-line);
    padding: 100px 0 36px;
}
.tx-footer__inner { max-width: var(--tx-container); margin: 0 auto; padding: 0 32px; }
.tx-footer__top {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid var(--tx-line);
}
.tx-footer__tagline {
    color: var(--tx-text-2); margin: 22px 0 24px;
    font-family: var(--tx-serif);
    font-style: italic;
    font-weight: 300;
    font-size: 1.05rem;
    max-width: 32ch;
}
.tx-footer__socials { list-style: none; display: flex; gap: 8px; padding: 0; margin: 0; }
.tx-footer__socials a {
    width: 40px; height: 40px;
    border: 1px solid var(--tx-line-2);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--tx-text-2);
    transition: color 0.15s ease, border-color 0.15s ease;
}
.tx-footer__socials a:hover { color: var(--tx-gold); border-color: var(--tx-gold); }

.tx-footer__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.tx-footer__head {
    font-family: var(--tx-serif); font-style: italic; font-weight: 300;
    font-size: 0.95rem; color: var(--tx-gold);
    margin: 0 0 16px;
}
.tx-footer__cols ul { list-style: none; margin: 0; padding: 0; }
.tx-footer__cols li { padding: 6px 0; }
.tx-footer__cols a { color: var(--tx-text-2); text-decoration: none; font-size: 0.95rem; }
.tx-footer__cols a:hover { color: var(--tx-gold); }
.tx-footer__bottom {
    margin-top: 32px;
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px;
    color: var(--tx-mute); font-size: 0.85rem;
    font-family: var(--tx-display);
}
.tx-footer__bottom p { margin: 0; }
.tx-footer__bottom ul { list-style: none; display: flex; gap: 24px; margin: 0; padding: 0; }
.tx-footer__bottom a { color: var(--tx-mute); }
.tx-footer__bottom a:hover { color: var(--tx-gold); }

/* breadcrumb */
.tx-breadcrumb {
    list-style: none; display: flex; gap: 10px; flex-wrap: wrap;
    margin: 0 0 30px; padding: 0;
    font-family: var(--tx-display);
    font-size: 0.82rem; color: var(--tx-mute);
    letter-spacing: 0.06em; text-transform: uppercase;
}
.tx-breadcrumb a { color: var(--tx-mute); text-decoration: none; }
.tx-breadcrumb a:hover { color: var(--tx-gold); }
.tx-breadcrumb li + li::before { content: "/"; margin-right: 10px; color: var(--tx-line-2); }

/* page hero (inner pages) */
.tx-page-hero {
    padding: 120px 0 90px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--tx-line);
}
.tx-page-hero::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(212,175,55,0.10), transparent 50%);
    pointer-events: none;
}
.tx-page-hero__inner { position: relative; max-width: 1080px; margin: 0 auto; padding: 0 32px; }
.tx-page-hero h1 { font-size: clamp(3rem, 7vw, 6rem); margin: 18px 0 24px; }
.tx-page-hero h1 em { font-family: var(--tx-serif); font-style: italic; font-weight: 300; color: var(--tx-gold); }
.tx-page-hero .tx-lead { max-width: 720px; }

/* tile grid (alt feature) */
.tx-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--tx-line); }
.tx-tile {
    background: var(--tx-bg);
    padding: 36px 30px;
    transition: background 0.2s ease;
}
.tx-tile:hover { background: rgba(212,175,55,0.04); }
.tx-tile__num {
    font-family: var(--tx-serif); font-style: italic; font-weight: 300;
    color: var(--tx-gold); font-size: 0.95rem; margin-bottom: 14px; display: block;
}
.tx-tile h3 { font-size: 1.2rem; margin: 0 0 10px; letter-spacing: -0.02em; }
.tx-tile p { color: var(--tx-text-2); font-size: 0.95rem; margin: 0; }

/* auth shell */
.tx-auth {
    min-height: calc(100vh - 100px);
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.tx-auth__visual {
    padding: 100px 70px;
    background:
        radial-gradient(circle at 30% 30%, rgba(212,175,55,0.12), transparent 60%),
        var(--tx-bg-2);
    border-right: 1px solid var(--tx-line);
    display: flex; flex-direction: column; justify-content: center;
}
.tx-auth__form-wrap {
    padding: 100px 70px;
    display: flex; align-items: center; justify-content: center;
}
.tx-auth__form { width: 100%; max-width: 480px; }
.tx-auth__form h1 { font-size: 2.6rem; margin: 12px 0 12px; }
.tx-auth__alt {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid var(--tx-line);
    font-size: 0.95rem;
    color: var(--tx-mute);
}

/* page-shell (errors / message) */
.tx-page-shell { padding: 100px 0 120px; min-height: 60vh; }
.tx-msgbox {
    border: 1px solid var(--tx-line-2);
    background: var(--tx-glass);
    backdrop-filter: blur(20px);
    padding: 80px 60px;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.tx-msgbox__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }

/* helpers */
.tx-text-center { text-align: center; }
.tx-mt-0  { margin-top: 0; } .tx-mt-10 { margin-top: 10px; } .tx-mt-20 { margin-top: 20px; } .tx-mt-30 { margin-top: 30px; } .tx-mt-40 { margin-top: 40px; }
.tx-mb-0  { margin-bottom: 0; } .tx-mb-10 { margin-bottom: 10px; } .tx-mb-20 { margin-bottom: 20px; } .tx-mb-30 { margin-bottom: 30px; } .tx-mb-40 { margin-bottom: 40px; }
