/* AttorneyKyleHansonSucks.com - Classical Legal Theme */

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    /* Classical Legal Palette */
    --ink: #1a1f2e;
    --ink-deep: #0f1420;
    --ink-mid: #2d3648;
    --gold: #b8935a;
    --gold-bright: #d4a963;
    --gold-deep: #8c6b3a;
    --burgundy: #6d1e2a;
    --parchment: #faf7f0;
    --parchment-deep: #f3ede0;
    --cream: #fdfbf6;
    --text: #2d3748;
    --text-mid: #4a5568;
    --text-mute: #718096;
    --border: #e2dcc7;
    --border-mid: #c9bfa0;
}

body {
    font-family: 'Libre Franklin', Georgia, serif;
    background: var(--parchment);
    color: var(--text);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
}

a { color: var(--burgundy); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold-deep); }

img { max-width: 100%; height: auto; display: block; }

/* MASTHEAD STRIP */
.masthead-strip {
    background: var(--ink-deep);
    color: var(--cream);
    padding: 11px 0;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    letter-spacing: 1px;
    border-bottom: 3px double var(--gold);
}
.strip-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.strip-left i { color: var(--gold-bright); margin-right: 6px; }
.case-num {
    color: var(--gold-bright);
    font-weight: 600;
}
.strip-sep { color: var(--gold-deep); margin: 0 8px; }
.free-speech {
    color: var(--cream);
    background: var(--burgundy);
    padding: 3px 10px;
    border-radius: 2px;
    font-weight: 600;
}

/* SITE HEADER WITH SCALES */
.site-header {
    background:
        linear-gradient(180deg, var(--cream) 0%, var(--parchment) 100%);
    padding: 70px 0 60px;
    border-bottom: 1px solid var(--border);
    position: relative;
}
.site-header::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 6px;
    background: linear-gradient(90deg, transparent 0%, var(--gold) 20%, var(--gold-bright) 50%, var(--gold) 80%, transparent 100%);
}
.hero-flex {
    display: flex;
    align-items: center;
    gap: 55px;
    max-width: 1080px;
    margin: 0 auto;
}
.hero-image {
    position: relative;
    flex-shrink: 0;
    width: 280px;
    height: 280px;
}
.hero-image img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    display: block;
    border: 4px solid var(--ink-deep);
    box-shadow: 0 12px 40px rgba(15, 20, 32, 0.35);
    position: relative;
    z-index: 2;
}
.hero-image-frame {
    position: absolute;
    top: 12px;
    left: 12px;
    right: -12px;
    bottom: -12px;
    border: 2px solid var(--gold);
    z-index: 1;
}
.scales-icon {
    text-align: center;
    font-size: 5.5rem;
    color: var(--gold);
    margin-bottom: 10px;
    text-shadow: 0 2px 8px rgba(184, 147, 90, 0.2);
}
.site-title-block {
    text-align: left;
    flex: 1;
}
.eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    letter-spacing: 3px;
    color: var(--gold-deep);
    margin-bottom: 18px;
    font-weight: 600;
}
.site-header h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--ink-deep);
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -1px;
}
.subtitle {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    color: var(--gold-deep);
    font-style: italic;
    font-weight: 500;
    margin-bottom: 30px;
}
.divider-bar {
    width: 140px;
    height: 3px;
    background: var(--gold);
    margin: 0 0 30px;
    position: relative;
}
.divider-bar::before, .divider-bar::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
}
.divider-bar::before { left: -20px; }
.divider-bar::after { left: 140px; right: auto; }
.header-lede {
    font-size: 1.1rem;
    color: var(--text-mid);
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}
.header-lede strong { color: var(--ink-deep); font-weight: 600; }
.header-lede em { color: var(--burgundy); font-style: italic; }

/* ALERT BANNER */
.alert-banner {
    background: var(--ink-deep);
    padding: 35px 0;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
}
.alert-content {
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 900px;
    margin: 0 auto;
}
.alert-icon {
    font-size: 3rem;
    color: var(--gold-bright);
    flex-shrink: 0;
}
.alert-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    letter-spacing: 2px;
    color: var(--gold-bright);
    margin-bottom: 8px;
}
.alert-headline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.9rem;
    color: var(--cream);
    font-weight: 700;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 6px;
}
.alert-source {
    font-size: 0.9rem;
    color: var(--gold-bright);
    font-style: italic;
}

/* SECTION LABELS */
.section-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: var(--gold-deep);
    letter-spacing: 2.2px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.section-label i { color: var(--gold); margin-right: 6px; }

.section-headline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.6rem;
    color: var(--ink-deep);
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1.15;
}
.section-intro {
    color: var(--text-mid);
    font-size: 1.05rem;
    max-width: 780px;
    margin-bottom: 35px;
}

/* SECTION SPACING */
section {
    padding: 80px 0;
}

/* THE CASE */
.section-case {
    background: var(--cream);
    border-bottom: 1px solid var(--border);
}
.case-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 45px;
}
.case-meta-item {
    background: var(--parchment);
    border: 1px solid var(--border);
    border-left: 4px solid var(--gold);
    padding: 18px 22px;
}
.meta-key {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    color: var(--gold-deep);
    letter-spacing: 1.5px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.meta-val {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.25rem;
    color: var(--ink-deep);
    font-weight: 600;
}
.case-body {
    max-width: 880px;
}
.case-lead {
    font-size: 1.15rem;
    color: var(--text);
    margin-bottom: 30px;
    line-height: 1.8;
}
.case-lead strong { color: var(--burgundy); font-weight: 600; }

.rule-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 35px;
}
.rule-card {
    background: var(--parchment);
    border: 1px solid var(--border-mid);
    border-top: 5px solid var(--burgundy);
    padding: 30px 28px;
    position: relative;
}
.rule-badge {
    display: inline-block;
    background: var(--burgundy);
    color: var(--cream);
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    padding: 4px 12px;
    margin-bottom: 12px;
    font-weight: 600;
}
.rule-cite {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    color: var(--ink-deep);
    font-weight: 700;
    margin-bottom: 10px;
}
.rule-text {
    color: var(--text-mid);
    font-size: 0.98rem;
    line-height: 1.65;
}
.rule-text strong { color: var(--ink-deep); font-weight: 600; }

.finding-box {
    background: var(--ink-deep);
    color: var(--cream);
    padding: 35px 40px;
    border-left: 5px solid var(--gold);
    margin-top: 10px;
}
.finding-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: var(--gold-bright);
    margin-bottom: 15px;
    font-weight: 600;
}
.finding-label i { margin-right: 8px; }
.finding-box p {
    font-size: 1.05rem;
    color: var(--cream);
    line-height: 1.75;
    margin-bottom: 15px;
}
.finding-box p:last-child { margin-bottom: 0; }
.finding-box strong { color: var(--gold-bright); font-weight: 600; }
.finding-source {
    font-size: 0.85rem !important;
    color: #9ca8bd !important;
    font-style: italic;
    border-top: 1px solid rgba(184, 147, 90, 0.3);
    padding-top: 15px;
    margin-top: 20px !important;
}

/* LYNN'S STORY */
.section-lynn {
    background: var(--cream);
    border-bottom: 1px solid var(--border);
    position: relative;
}
.section-lynn::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--burgundy) 0%, var(--gold) 50%, var(--burgundy) 100%);
}
.lynn-callout {
    background: linear-gradient(135deg, #fdf4f5 0%, var(--parchment-deep) 100%);
    border-left: 5px solid var(--burgundy);
    padding: 35px 45px;
    margin-bottom: 45px;
    position: relative;
    max-width: 880px;
}
.lynn-callout-icon {
    position: absolute;
    top: -15px;
    left: 30px;
    background: var(--burgundy);
    color: var(--cream);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(109, 30, 42, 0.35);
}
.lynn-lead {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    color: var(--ink-deep);
    line-height: 1.5;
    font-style: italic;
    font-weight: 500;
    margin: 0;
}
.lynn-lead strong {
    font-style: normal;
    color: var(--burgundy);
    font-weight: 700;
}
.lynn-narrative {
    max-width: 880px;
}
.lynn-h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.7rem;
    color: var(--ink-deep);
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
}
.lynn-h3:first-child { margin-top: 0; }
.lynn-narrative p {
    font-size: 1.08rem;
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 20px;
}
.lynn-narrative p strong { color: var(--burgundy); font-weight: 600; }
.lynn-narrative em { color: var(--ink-deep); font-style: italic; }
.lynn-emphasis {
    background: var(--ink-deep);
    color: var(--cream);
    padding: 30px 40px;
    margin: 25px 0;
    border-left: 5px solid var(--gold);
    text-align: center;
}
.lynn-emphasis p {
    color: var(--cream) !important;
    font-family: 'Cormorant Garamond', Georgia, serif;
    margin-bottom: 8px !important;
}
.lynn-emphasis p:first-child {
    font-size: 1.6rem !important;
    line-height: 1.4;
}
.lynn-emphasis p:last-child {
    font-size: 1.2rem !important;
    color: var(--gold-bright) !important;
    margin-bottom: 0 !important;
    font-style: italic;
}
.lynn-emphasis p strong { color: var(--gold-bright) !important; font-weight: 700; }
.lynn-conclusion {
    background: var(--parchment-deep);
    border: 1px solid var(--gold);
    padding: 22px 28px;
    margin-top: 25px !important;
    font-style: italic;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.2rem !important;
    color: var(--ink-deep) !important;
    line-height: 1.5 !important;
}
.lynn-conclusion strong { color: var(--burgundy); font-weight: 700; }

.lynn-grievance {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    background: var(--parchment-deep);
    border: 1px solid var(--border-mid);
    border-left: 5px solid var(--gold);
    padding: 30px 35px;
    margin-top: 40px;
    max-width: 880px;
}
.grievance-icon {
    font-size: 2.2rem;
    color: var(--gold-deep);
    flex-shrink: 0;
    padding-top: 4px;
}
.grievance-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    letter-spacing: 1.8px;
    color: var(--gold-deep);
    margin-bottom: 10px;
    font-weight: 600;
}
.grievance-text p {
    color: var(--text);
    font-size: 0.98rem;
    line-height: 1.7;
    margin-bottom: 12px;
}
.grievance-text p:last-child { margin-bottom: 0; }
.grievance-reference {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: var(--burgundy);
    font-weight: 600;
}

/* NARRATIVE */
.section-narrative {
    background: var(--parchment);
}
.narrative-box {
    max-width: 880px;
}
.narrative-box p {
    font-size: 1.05rem;
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 22px;
}
.narrative-box strong { color: var(--burgundy); font-weight: 600; }
.court-quote, .hanson-quote {
    background: var(--cream);
    border-left: 4px solid var(--gold);
    padding: 25px 35px;
    margin: 25px 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 1.2rem;
    color: var(--ink-deep);
    line-height: 1.6;
}
.hanson-quote {
    border-left-color: var(--burgundy);
    background: #fdf4f5;
}
.court-quote footer, .hanson-quote footer {
    font-family: 'Libre Franklin', sans-serif;
    font-style: normal;
    font-size: 0.85rem;
    color: var(--text-mute);
    margin-top: 12px;
    display: block;
}

/* SUBJECT */
.section-subject {
    background: var(--cream);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.subject-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 45px;
    margin-bottom: 50px;
}
.subject-photo .bio-img {
    width: 100%;
    border: 1px solid var(--border-mid);
    box-shadow: 0 8px 30px rgba(26, 31, 46, 0.12);
}
.photo-caption {
    font-size: 0.85rem;
    color: var(--text-mute);
    font-style: italic;
    text-align: center;
    margin-top: 12px;
}
.subject-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.2rem;
    color: var(--ink-deep);
    font-weight: 700;
    margin-bottom: 4px;
}
.subject-title {
    color: var(--gold-deep);
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}
.info-item {
    margin-bottom: 20px;
}
.info-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    color: var(--gold-deep);
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.info-label i { color: var(--gold); margin-right: 6px; }
.info-val {
    color: var(--text);
    font-size: 0.98rem;
    line-height: 1.6;
}

.heritage-box {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 35px;
    background: var(--parchment-deep);
    padding: 35px;
    border: 1px solid var(--border-mid);
    align-items: start;
}
.heritage-photo img {
    width: 100%;
    border: 1px solid var(--border-mid);
}
.heritage-text h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.6rem;
    color: var(--ink-deep);
    margin-bottom: 15px;
    font-weight: 700;
}
.heritage-caption {
    font-style: italic;
    color: var(--text-mid);
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.7;
}
.heritage-detail {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.7;
}

/* EVIDENCE */
.section-evidence {
    background: var(--parchment);
}
.doc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 60px;
}
.doc-card {
    background: var(--cream);
    border: 1px solid var(--border-mid);
    border-top: 4px solid var(--gold);
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.25s;
}
.doc-card:hover:not(.doc-locked) {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(26, 31, 46, 0.12);
    border-top-color: var(--burgundy);
}
.doc-card.doc-locked {
    opacity: 0.72;
    cursor: not-allowed;
    border-top-color: var(--border-mid);
    background: var(--parchment);
}
.doc-icon {
    font-size: 2.4rem;
    color: var(--gold);
}
.doc-locked .doc-icon { color: var(--text-mute); }
.doc-type {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.68rem;
    letter-spacing: 1.5px;
    color: var(--gold-deep);
    font-weight: 600;
    margin-bottom: 5px;
}
.doc-locked .doc-type { color: var(--text-mute); }
.doc-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.25rem;
    color: var(--ink-deep);
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.3;
}
.doc-desc {
    font-size: 0.9rem;
    color: var(--text-mid);
    line-height: 1.55;
}

.press-label { margin-top: 20px; }
.press-headline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    color: var(--ink-deep);
    margin-bottom: 28px;
    font-weight: 700;
}
.press-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.press-card {
    background: var(--cream);
    border: 1px solid var(--border-mid);
    padding: 35px 32px;
    position: relative;
}
.press-date {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    color: var(--burgundy);
    font-weight: 600;
    letter-spacing: 1.5px;
}
.press-pub {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.68rem;
    color: var(--gold-deep);
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    margin-top: 4px;
}
.press-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.45rem;
    color: var(--ink-deep);
    font-weight: 700;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 8px;
}
.press-byline {
    font-size: 0.88rem;
    color: var(--text-mute);
    font-style: italic;
    margin-bottom: 18px;
}
.press-excerpt {
    border-left: 3px solid var(--gold);
    padding-left: 20px;
    margin-bottom: 22px;
}
.press-excerpt p {
    font-size: 0.96rem;
    color: var(--text-mid);
    line-height: 1.7;
    margin-bottom: 14px;
    font-style: italic;
}
.press-source {
    font-style: normal !important;
    font-size: 0.82rem !important;
    color: var(--text-mute) !important;
    margin-bottom: 0 !important;
}
.press-screenshot {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}
.press-screenshot img {
    width: 100%;
    border: 1px solid var(--border);
}

/* SCREENSHOTS */
.section-source-docs {
    background: var(--cream);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.screenshot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.shot-item {
    background: var(--parchment);
    padding: 20px;
    border: 1px solid var(--border);
}
.shot-item img {
    width: 100%;
    border: 1px solid var(--border);
    margin-bottom: 12px;
}
.shot-item figcaption {
    font-size: 0.88rem;
    color: var(--text-mid);
    line-height: 1.6;
    font-style: italic;
}
.shot-item figcaption strong { color: var(--ink-deep); font-style: normal; font-weight: 600; }

/* RULES SECTION */
.section-rules {
    background: var(--ink-deep);
    color: var(--cream);
    padding: 90px 0;
}
.section-rules .section-label { color: var(--gold-bright); }
.section-rules .section-label i { color: var(--gold); }
.section-rules .section-headline { color: var(--cream); }
.rule-detail {
    background: var(--ink);
    border-left: 4px solid var(--gold);
    padding: 35px 40px;
    margin-bottom: 22px;
    max-width: 880px;
}
.rule-header {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.rule-number {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    color: var(--gold-bright);
    font-weight: 700;
}
.rule-name {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.82rem;
    color: #9ca8bd;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.rule-detail blockquote {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 1.15rem;
    color: var(--cream);
    line-height: 1.65;
    padding-left: 20px;
    border-left: 2px solid var(--gold-deep);
}
.rule-detail blockquote footer {
    font-family: 'Libre Franklin', sans-serif;
    font-style: normal;
    font-size: 0.82rem;
    color: #9ca8bd;
    margin-top: 15px;
    display: block;
}

/* FREE SPEECH */
.section-free-speech {
    background: var(--parchment-deep);
    padding: 70px 0;
}
.free-speech-box {
    max-width: 880px;
    margin: 0 auto;
    background: var(--cream);
    border: 2px solid var(--gold);
    padding: 50px 55px;
    text-align: left;
    position: relative;
}
.free-speech-box::before {
    content: '';
    position: absolute;
    top: 8px; left: 8px; right: 8px; bottom: 8px;
    border: 1px solid var(--gold);
    pointer-events: none;
}
.fs-icon {
    text-align: center;
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 20px;
}
.free-speech-box h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    color: var(--ink-deep);
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}
.free-speech-box p {
    color: var(--text);
    font-size: 1.02rem;
    line-height: 1.75;
    margin-bottom: 18px;
}
.fs-list {
    list-style: none;
    padding: 0;
    margin: 22px 0;
}
.fs-list li {
    padding: 10px 0 10px 35px;
    position: relative;
    color: var(--text);
    font-size: 0.98rem;
}
.fs-list li i {
    position: absolute;
    left: 0;
    top: 13px;
    color: var(--gold);
}
.fs-list li strong { color: var(--ink-deep); font-weight: 600; }
.truth-line {
    text-align: center;
    border-top: 1px solid var(--border);
    padding-top: 22px;
    margin-top: 22px !important;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 1.2rem !important;
    color: var(--burgundy) !important;
}

/* CONTACT */
.section-contact {
    background: var(--ink-deep);
    color: var(--cream);
    padding: 90px 0;
}
.contact-wrapper {
    max-width: 780px;
    margin: 0 auto;
}
.contact-header {
    text-align: center;
    margin-bottom: 40px;
}
.contact-header > i {
    font-size: 3rem;
    color: var(--gold-bright);
    margin-bottom: 20px;
}
.contact-header h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.4rem;
    color: var(--cream);
    margin-bottom: 15px;
    font-weight: 700;
}
.contact-header p {
    color: #c0c8d8;
    font-size: 1.05rem;
    line-height: 1.7;
}
.contact-header strong { color: var(--gold-bright); }

.contact-form {
    background: var(--cream);
    padding: 45px 45px 40px;
    border-top: 4px solid var(--gold);
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 22px;
}
.form-row-full { margin-bottom: 22px; }
.form-col, .form-row-full { display: flex; flex-direction: column; }
.contact-form label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    color: var(--ink-deep);
    letter-spacing: 1.2px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    background: var(--parchment);
    border: 1px solid var(--border-mid);
    color: var(--text);
    padding: 13px 16px;
    font-family: inherit;
    font-size: 0.97rem;
    transition: all 0.2s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--gold);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(184, 147, 90, 0.15);
}
.contact-form select { cursor: pointer; }
.form-submit {
    text-align: center;
    margin-top: 10px;
}
.submit-btn {
    background: var(--burgundy);
    color: var(--cream);
    border: none;
    padding: 16px 45px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.25s;
}
.submit-btn:hover {
    background: var(--ink-deep);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(109, 30, 42, 0.4);
}
.submit-btn i { margin-right: 8px; }

/* FOOTER */
.site-footer {
    background: #0a0e18;
    color: #9ca8bd;
    padding: 70px 0 35px;
    border-top: 4px solid var(--gold);
}
.footer-scales {
    text-align: center;
    font-size: 2.8rem;
    color: var(--gold);
    margin-bottom: 15px;
}
.footer-title {
    text-align: center;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.8rem;
    color: var(--cream);
    font-weight: 700;
    margin-bottom: 6px;
}
.footer-tagline {
    text-align: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    color: var(--gold-bright);
    letter-spacing: 1.5px;
    margin-bottom: 45px;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #1e2638;
}
.footer-col h5 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: var(--gold-bright);
    font-size: 1.2rem;
    margin-bottom: 12px;
    font-weight: 700;
}
.footer-col p {
    color: #9ca8bd;
    font-size: 0.88rem;
    line-height: 1.65;
}
.footer-col strong { color: var(--cream); }
.footer-col em { color: #c0c8d8; }
.footer-bottom {
    text-align: center;
}
.footer-bottom p {
    color: #6c7688;
    font-size: 0.82rem;
    margin-bottom: 12px;
}
.footer-keywords {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem !important;
    color: #4a5468 !important;
    line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .case-meta-grid { grid-template-columns: repeat(2, 1fr); }
    .rule-grid, .press-grid { grid-template-columns: 1fr; }
    .doc-grid, .screenshot-grid { grid-template-columns: 1fr; }
    .subject-grid { grid-template-columns: 1fr; gap: 30px; }
    .heritage-box { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .site-header h1 { font-size: 3rem; }
    .section-headline { font-size: 2rem; }
    .form-row { grid-template-columns: 1fr; }
    .hero-flex { flex-direction: column; text-align: center; gap: 35px; }
    .site-title-block { text-align: center; }
    .divider-bar { margin: 0 auto 30px; }
    .divider-bar::after { left: auto; right: -20px; }
}
@media (max-width: 576px) {
    section { padding: 55px 0; }
    .site-header h1 { font-size: 2.2rem; }
    .subtitle { font-size: 1.1rem; }
    .scales-icon { font-size: 4rem; }
    .alert-content { flex-direction: column; text-align: center; }
    .alert-headline { font-size: 1.4rem; }
    .case-meta-grid { grid-template-columns: 1fr; }
    .finding-box, .contact-form, .free-speech-box { padding: 30px 25px; }
    .press-card, .rule-detail { padding: 28px 22px; }
    .section-headline { font-size: 1.7rem; }
    .free-speech-box h3 { font-size: 1.5rem; }
    .strip-row { justify-content: center; text-align: center; }
}
