@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=Jost:wght@300;400;500;600;700&family=Righteous&display=swap');

/* ============================================================
   DESIGN SYSTEM
   ============================================================ */
:root {
    --navy:            #0B1220;
    --navy-mid:        #111928;
    --navy-card:       #16202E;
    --navy-card-alt:   #1A2840;
    --navy-light:      #1E3050;
    --navy-border:     rgba(255,255,255,0.06);
    --navy-border-md:  rgba(255,255,255,0.10);

    --gold:            #C4933F;
    --gold-light:      #E8C97A;
    --gold-pale:       #F5EDD8;
    --gold-dim:        rgba(196,147,63,0.14);
    --gold-foil:       linear-gradient(135deg, #a67828 0%, #e8c97a 40%, #c4933f 65%, #f0d485 100%);
    --gold-shine:      linear-gradient(90deg, #7a5610 0%, #C4933F 25%, #F0D078 50%, #C4933F 75%, #7a5610 100%);

    --text-primary:    #EDE8DF;
    --text-secondary:  rgba(237,232,223,0.65);
    --text-muted:      rgba(237,232,223,0.38);
    --text-accent:     #E8C97A;

    --surface-1:       rgba(22, 32, 46, 0.95);
    --surface-glow:    rgba(196, 147, 63, 0.055);

    --shadow-xs:  0 1px 4px rgba(6,10,18,0.4);
    --shadow-sm:  0 2px 12px rgba(6,10,18,0.5);
    --shadow-md:  0 4px 24px rgba(6,10,18,0.55);
    --shadow-lg:  0 8px 40px rgba(6,10,18,0.65);
    --shadow-xl:  0 16px 64px rgba(6,10,18,0.7);
    --shadow-gold: 0 0 0 1px rgba(196,147,63,0.22), 0 6px 28px rgba(196,147,63,0.12);

    --font-display: 'Cormorant Garamond', serif;
    --font-body:    'Jost', sans-serif;
    --font-brand:   'Righteous', sans-serif;

    --max-w:    1220px;
    --gutter:   clamp(1.25rem, 5vw, 3rem);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-xl: 24px;
    --ease-out:    cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

    /* Discipline override hooks */
    --disc-bg-hero: #0d1a2e;
    --disc-pattern: none;
}

.discipline-dressage {
    --disc-bg-hero: #080f1c;
    --disc-pattern: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 8 L72 40 L40 72 L8 40 Z' fill='none' stroke='rgba(196,147,63,0.04)' stroke-width='1'/%3E%3Ccircle cx='40' cy='40' r='24' fill='none' stroke='rgba(196,147,63,0.025)' stroke-width='1'/%3E%3C/svg%3E");
}

/* ============================================================
   BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body {
    font-family: var(--font-body);
    background: var(--navy);
    color: var(--text-primary);
    line-height: 1.7;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Grain overlay */
body::after {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.022;
    pointer-events: none;
    z-index: 9998;
}

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--navy-mid); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
    height: 100svh;
    min-height: 560px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(1.5rem, 4vw, 2.75rem) var(--gutter);
    overflow: hidden;
    background: var(--disc-bg-hero);
    color: var(--text-primary);
    isolation: isolate;
}

/* Pattern de fundo */
.hero-bg {
    position: absolute;
    inset: 0;
    background:
        var(--disc-pattern),
        radial-gradient(ellipse at 75% 55%, rgba(30,48,80,0.5) 0%, transparent 65%),
        radial-gradient(ellipse at 15% 25%, rgba(196,147,63,0.07) 0%, transparent 50%);
    z-index: 0;
}

/* Faixa diagonal luminosa */
.hero-bg::after {
    content: '';
    position: absolute;
    top: -25%;
    right: -15%;
    width: 50%;
    height: 150%;
    background: linear-gradient(135deg,
        rgba(196,147,63,0.05) 0%,
        rgba(30,48,80,0.2)   45%,
        transparent          100%);
    transform: skewX(-10deg);
    pointer-events: none;
}

/* Grain no hero */
.hero-grain {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
    z-index: 0;
    pointer-events: none;
}

/* Vinheta radial */
.hero-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, transparent 35%, rgba(0,0,0,0.55) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero > * { position: relative; z-index: 2; }

/* TOP BAR */
.hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.logo {
    font-family: var(--font-brand);
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    color: var(--text-primary);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.25s;
    opacity: 0.9;
}
.logo:hover { color: var(--gold-light); opacity: 1; }

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    flex-wrap: wrap;
}
.breadcrumb a {
    color: var(--text-muted);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.25s;
}
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb .sep { width: 12px; height: 12px; opacity: 0.3; }
.breadcrumb span {
    background: var(--gold-foil);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.breadcrumb i[data-lucide="home"] { width: 14px; height: 14px; }

/* CENTER */
.hero-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0.75rem, 2vw, 1.25rem);
}

.discipline-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(196,147,63,0.1);
    border: 1px solid rgba(196,147,63,0.3);
    color: var(--gold-light);
    padding: 0.45rem 1.25rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    animation: fadeDown 0.8s 0.1s var(--ease-out) both;
}
.discipline-badge i { width: 14px; height: 14px; }

/* Linha decorativa acima do título */
.hero-center::before {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, rgba(196,147,63,0.5), transparent);
    animation: fadeDown 0.8s 0.05s var(--ease-out) both;
}

.hero-title {
    font-family: var(--font-brand);
    font-size: clamp(4rem, 10vw, 11rem);
    color: transparent;
    -webkit-text-stroke: clamp(1px, 0.15vw, 2px) rgba(237,232,223,0.5);
    text-shadow:
        0 0 80px rgba(196,147,63,0.25),
        0 0 160px rgba(196,147,63,0.1);
    letter-spacing: -3px;
    line-height: 0.88;
    animation: heroReveal 1s 0.2s var(--ease-out) both, glowPulse 5s 2s ease-in-out infinite;
}
@keyframes heroReveal {
    from { opacity: 0; transform: translateY(20px); filter: blur(6px); }
    to   { opacity: 1; transform: translateY(0);    filter: blur(0); }
}
@keyframes glowPulse {
    0%,100% { text-shadow: 0 0 80px rgba(196,147,63,0.25), 0 0 160px rgba(196,147,63,0.10); }
    50%     { text-shadow: 0 0 100px rgba(196,147,63,0.40), 0 0 200px rgba(196,147,63,0.18); }
}

.hero-sub {
    font-family: var(--font-display);
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    color: var(--text-muted);
    letter-spacing: 0.12em;
    font-weight: 300;
    animation: fadeDown 0.8s 0.35s var(--ease-out) both;
}
.hero-sub em     { font-style: italic; color: var(--gold-light); }
.hero-sub strong { color: rgba(237,232,223,0.85); font-weight: 400; }

/* BOTTOM BAR */
.hero-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 3vw, 2.25rem);
    flex-wrap: wrap;
    animation: fadeUp 0.8s 0.5s var(--ease-out) both;
}

.hstat { text-align: left; }
.hstat-val {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.hstat-label {
    display: block;
    font-size: clamp(0.62rem, 1.4vw, 0.7rem);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 500;
    margin-top: 0.15rem;
    white-space: nowrap;
}
.hstat-divider {
    width: 1px;
    height: 32px;
    background: linear-gradient(to bottom, transparent, rgba(196,147,63,0.25), transparent);
    flex-shrink: 0;
}

.scroll-btn {
    width: clamp(36px, 4.5vw, 44px);
    height: clamp(36px, 4.5vw, 44px);
    border-radius: 50%;
    background: rgba(196,147,63,0.1);
    border: 1px solid rgba(196,147,63,0.25);
    color: var(--gold-light);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    animation: bounce 3s 1.5s ease-in-out infinite, fadeUp 0.8s 0.6s var(--ease-out) both;
    flex-shrink: 0;
}
.scroll-btn:hover {
    background: rgba(196,147,63,0.2);
    border-color: rgba(196,147,63,0.5);
    box-shadow: 0 0 20px rgba(196,147,63,0.2);
}
.scroll-btn i { width: 18px; height: 18px; }

@keyframes bounce {
    0%,100% { transform: translateY(0); }
    50%      { transform: translateY(7px); }
}
@keyframes fadeDown {
    from { opacity:0; transform: translateY(-18px); }
    to   { opacity:1; transform: translateY(0); }
}
@keyframes fadeUp {
    from { opacity:0; transform: translateY(18px); }
    to   { opacity:1; transform: translateY(0); }
}
@keyframes shimmerBar {
    from { background-position: 200% center; }
    to   { background-position: -200% center; }
}

/* ============================================================
   PAGE MAIN
   ============================================================ */
.page-main {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 5.5rem) var(--gutter);
    display: flex;
    flex-direction: column;
    gap: clamp(3.5rem, 7vw, 6rem);
}

/* Reveal on scroll */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── Section labels ── */
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--gold);
    margin-bottom: 0.85rem;
    opacity: 0.85;
}
.section-tag i { width: 14px; height: 14px; }

.section-title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 4vw, 2.75rem);
    font-weight: 400;
    color: var(--text-primary);
    letter-spacing: -0.01em;
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
    line-height: 1.1;
}

.section-intro {
    font-family: var(--font-display);
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-style: italic;
    font-weight: 300;
    color: var(--text-secondary);
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
    max-width: 640px;
    line-height: 1.75;
}

/* ============================================================
   DESCRIPTION
   ============================================================ */
.desc-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: start;
}

.desc-text h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 1.25rem;
    line-height: 1.15;
}
.desc-text p {
    font-size: clamp(0.95rem, 1.8vw, 1.05rem);
    line-height: 1.85;
    margin-bottom: 1.1rem;
    color: var(--text-secondary);
    font-weight: 300;
}
.desc-text p:last-child { margin-bottom: 0; }
.desc-text em { color: var(--gold-light); font-style: italic; }

/* Quote card */
.desc-quote {
    background: var(--navy-card);
    border: 1px solid var(--navy-border);
    border-left: 3px solid var(--gold);
    border-radius: var(--radius-lg);
    padding: clamp(1.75rem, 4vw, 2.5rem);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}
.desc-quote::before {
    content: '\201C';
    font-family: var(--font-display);
    font-size: 9rem;
    color: rgba(196,147,63,0.08);
    position: absolute;
    top: -1.5rem;
    left: 0.75rem;
    line-height: 1;
    pointer-events: none;
}
.desc-quote::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
    opacity: 0.3;
}
blockquote {
    font-family: var(--font-display);
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-style: italic;
    line-height: 1.75;
    color: var(--text-primary);
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 1;
    font-weight: 300;
}
cite {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    background: var(--gold-foil);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================================
   OLYMPICS CARD
   ============================================================ */
.olympics-card {
    background: var(--navy-card);
    border: 1px solid rgba(196,147,63,0.2);
    border-radius: var(--radius-xl);
    padding: clamp(1.75rem, 4vw, 3rem);
    box-shadow: var(--shadow-gold), var(--shadow-lg);
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    position: relative;
    overflow: hidden;
}
/* Linha foil topo */
.olympics-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gold-shine);
    background-size: 200% 100%;
    animation: shimmerBar 4s linear infinite;
}
/* Brilho angular */
.olympics-card::after {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 250px; height: 250px;
    background: radial-gradient(circle, rgba(196,147,63,0.07) 0%, transparent 65%);
    pointer-events: none;
    animation: breathe 7s ease-in-out infinite;
}
@keyframes breathe {
    0%,100% { transform: scale(1); opacity: 1; }
    50%      { transform: scale(1.2); opacity: 0.6; }
}

.olympics-left {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 3vw, 1.75rem);
    position: relative;
    z-index: 1;
}
.olympics-icon {
    width: clamp(52px, 7vw, 68px);
    height: clamp(52px, 7vw, 68px);
    background: rgba(196,147,63,0.12);
    border: 1px solid rgba(196,147,63,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s;
}
.olympics-card:hover .olympics-icon {
    background: rgba(196,147,63,0.2);
    border-color: rgba(196,147,63,0.5);
    box-shadow: 0 0 20px rgba(196,147,63,0.15);
}
.olympics-icon i {
    width: clamp(24px, 3.5vw, 32px);
    height: clamp(24px, 3.5vw, 32px);
    color: var(--gold);
}
.olympics-left h2 {
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 3vw, 1.9rem);
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 0.35rem;
    line-height: 1.1;
}
.olympics-since {
    font-size: clamp(0.82rem, 1.6vw, 0.92rem);
    color: var(--text-muted);
    font-weight: 300;
}
.olympics-since strong { color: var(--gold-light); font-weight: 500; }

.olympics-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(200px,100%), 1fr));
    gap: clamp(0.75rem, 2vw, 1.25rem);
    position: relative;
    z-index: 1;
}
.ofact {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: rgba(255,255,255,0.03);
    padding: clamp(0.85rem, 2vw, 1.25rem);
    border-radius: var(--radius-md);
    border: 1px solid var(--navy-border);
    transition: background 0.25s, border-color 0.25s;
}
.ofact:hover { background: rgba(196,147,63,0.06); border-color: rgba(196,147,63,0.15); }
.ofact i { width: 18px; height: 18px; color: var(--gold); margin-top: 2px; flex-shrink: 0; opacity: 0.8; }
.ofact strong { display: block; font-size: clamp(0.85rem, 1.7vw, 0.93rem); margin-bottom: 0.2rem; color: var(--text-primary); font-weight: 500; }
.ofact span   { font-size: clamp(0.78rem, 1.5vw, 0.83rem); color: var(--text-muted); font-weight: 300; }

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline {
    position: relative;
    padding-left: clamp(3rem, 7vw, 5rem);
}
.timeline::before {
    content: '';
    position: absolute;
    left: clamp(1.1rem, 2.5vw, 1.6rem);
    top: 8px; bottom: 8px;
    width: 1px;
    background: linear-gradient(180deg,
        var(--gold) 0%,
        rgba(196,147,63,0.2) 85%,
        transparent 100%);
}

.tl-item {
    position: relative;
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    align-items: start;
}
.tl-item:last-child { margin-bottom: 0; }

.tl-dot {
    position: absolute;
    left: calc(clamp(1.1rem, 2.5vw, 1.6rem) - clamp(3rem, 7vw, 5rem) + 1px);
    top: 8px;
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--gold);
    border: 2px solid var(--navy);
    box-shadow: 0 0 0 2px rgba(196,147,63,0.35), 0 0 10px rgba(196,147,63,0.2);
    transform: translateX(-50%);
    transition: box-shadow 0.3s;
}
.tl-item:hover .tl-dot { box-shadow: 0 0 0 3px rgba(196,147,63,0.5), 0 0 16px rgba(196,147,63,0.3); }

.tl-year {
    font-family: var(--font-display);
    font-size: clamp(0.85rem, 1.8vw, 0.95rem);
    font-style: italic;
    color: var(--gold);
    padding-top: 6px;
    white-space: nowrap;
    font-weight: 300;
    opacity: 0.9;
}

.tl-content {
    background: var(--surface-1);
    border: 1px solid var(--navy-border);
    border-radius: var(--radius-md);
    padding: clamp(1rem, 2.5vw, 1.5rem);
    box-shadow: var(--shadow-xs);
    transition: all 0.3s var(--ease-out);
    position: relative;
    overflow: hidden;
}
.tl-content::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 2px;
    background: var(--gold-foil);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s var(--ease-out);
}
.tl-content:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(196,147,63,0.15);
    background: var(--navy-card-alt);
}
.tl-content:hover::before { transform: scaleY(1); }

.tl-content h4 {
    font-size: clamp(0.92rem, 1.8vw, 1.02rem);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.4rem;
    letter-spacing: 0.01em;
}
.tl-content p {
    font-size: clamp(0.85rem, 1.6vw, 0.93rem);
    color: var(--text-secondary);
    line-height: 1.75;
    margin: 0;
    font-weight: 300;
}
.tl-content em { color: var(--gold-light); font-style: italic; }

/* ============================================================
   MOVEMENTS GRID
   ============================================================ */
.moves-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(270px,100%), 1fr));
    gap: 1px;
    background: rgba(196,147,63,0.07);
    border: 1px solid rgba(196,147,63,0.07);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.move-card {
    background: var(--navy-card);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    transition: background 0.3s;
    position: relative;
    overflow: hidden;
}
/* Linha foil que revela no hover */
.move-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gold-shine);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.35s;
    animation: shimmerBar 3s linear infinite;
}
.move-card:hover { background: var(--navy-card-alt); }
.move-card:hover::before { opacity: 1; }

.move-card.featured {
    background: var(--navy-light);
    position: relative;
}
.move-card.featured::before { opacity: 0.6; }
.move-card.featured:hover { background: #223560; }

.move-level {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 0.85rem;
}
.move-level.basic {
    background: rgba(196,147,63,0.1);
    color: var(--gold);
    border: 1px solid rgba(196,147,63,0.2);
}
.move-level.intermediate {
    background: rgba(255,255,255,0.05);
    color: var(--text-secondary);
    border: 1px solid var(--navy-border-md);
}
.move-level.advanced {
    background: rgba(196,147,63,0.18);
    color: var(--gold-light);
    border: 1px solid rgba(196,147,63,0.35);
}

.move-card h3 {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 500;
    margin-bottom: 0.65rem;
    color: var(--text-primary);
    letter-spacing: -0.01em;
}
.move-card p {
    font-size: clamp(0.85rem, 1.6vw, 0.93rem);
    color: var(--text-secondary);
    line-height: 1.75;
    margin: 0;
    font-weight: 300;
}

/* ============================================================
   BREEDS PILLS
   ============================================================ */
.breeds-grid { display: flex; flex-direction: column; gap: 0.5rem; }

.breed-pill {
    display: flex;
    align-items: center;
    gap: clamp(0.85rem, 2vw, 1.25rem);
    background: var(--navy-card);
    border: 1px solid var(--navy-border);
    border-radius: var(--radius-md);
    padding: clamp(0.9rem, 2vw, 1.2rem) clamp(1.1rem, 2.5vw, 1.5rem);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s var(--ease-out);
    box-shadow: var(--shadow-xs);
    position: relative;
    overflow: hidden;
}
.breed-pill::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 2px;
    background: var(--gold);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s var(--ease-out);
}
.breed-pill:hover {
    border-color: rgba(196,147,63,0.25);
    background: var(--navy-card-alt);
    transform: translateX(5px);
    box-shadow: var(--shadow-sm);
}
.breed-pill:hover::before { transform: scaleY(1); }

.breed-pill.top {
    border-left: 2px solid rgba(196,147,63,0.3);
}
.breed-pill.top::before { display: none; }
.breed-pill.top:hover { border-left-color: var(--gold); }

.breed-rank {
    font-family: var(--font-display);
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    font-weight: 600;
    color: var(--gold);
    min-width: 28px;
    text-align: center;
    line-height: 1;
}
.breed-info { flex: 1; min-width: 0; }
.breed-info strong {
    display: block;
    font-size: clamp(0.92rem, 1.8vw, 1rem);
    font-weight: 500;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.1rem;
}
.breed-info span {
    display: block;
    font-size: clamp(0.75rem, 1.5vw, 0.8rem);
    color: var(--text-muted);
    font-weight: 300;
    letter-spacing: 0.04em;
}
.breed-tags { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.breed-tags span {
    font-size: 0.67rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(196,147,63,0.08);
    color: var(--gold);
    border: 1px solid rgba(196,147,63,0.15);
    padding: 0.18rem 0.6rem;
    border-radius: 20px;
    white-space: nowrap;
}
.breed-pill > i[data-lucide] {
    width: 16px; height: 16px;
    color: var(--text-muted);
    flex-shrink: 0;
    transition: color 0.25s, transform 0.25s;
}
.breed-pill:hover > i[data-lucide] { color: var(--gold); transform: translateX(2px); }

/* ============================================================
   SCORING
   ============================================================ */
.scoring-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    background: var(--surface-1);
    border: 1px solid var(--navy-border);
    border-radius: var(--radius-xl);
    padding: clamp(1.75rem, 4vw, 3rem);
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}
.scoring-layout::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
}

.score-scale h3,
.score-criteria h3 {
    font-family: var(--font-display);
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: clamp(1.1rem, 2.5vw, 1.75rem);
}

/* Scale bars */
.scale-bars { display: flex; flex-direction: column; gap: 0.5rem; }
.scale-row  { display: flex; align-items: center; gap: 0.75rem; }
.scale-num {
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    min-width: 18px;
    text-align: right;
}
.scale-bar {
    flex: 1;
    height: 24px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--navy-border);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.scale-bar::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 0;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    border-radius: 4px;
    transition: width 0.9s var(--ease-out);
    box-shadow: 0 0 8px rgba(196,147,63,0.3);
}
.scale-bar.animate::after { width: var(--w); }
.scale-bar.bad::after { background: linear-gradient(90deg, #8B2020, #C0392B); box-shadow: 0 0 8px rgba(192,57,43,0.3); }
.scale-bar span {
    position: absolute;
    right: 8px; top: 50%;
    transform: translateY(-50%);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--text-secondary);
    z-index: 1;
    white-space: nowrap;
}

/* Criteria list */
.criteria-list { display: flex; flex-direction: column; gap: 0.6rem; }
.criterion {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: clamp(0.75rem, 2vw, 1rem);
    border-radius: var(--radius-sm);
    background: rgba(255,255,255,0.025);
    border: 1px solid var(--navy-border);
    transition: all 0.25s;
}
.criterion:hover {
    background: var(--surface-glow);
    border-color: rgba(196,147,63,0.15);
}
.criterion i { width: 17px; height: 17px; color: var(--gold); flex-shrink: 0; margin-top: 2px; opacity: 0.8; }
.criterion strong {
    display: block;
    font-size: clamp(0.85rem, 1.7vw, 0.92rem);
    color: var(--text-primary);
    margin-bottom: 0.18rem;
    font-weight: 500;
}
.criterion p { font-size: clamp(0.77rem, 1.5vw, 0.83rem); color: var(--text-muted); margin: 0; font-weight: 300; }

/* ============================================================
   LEVELS PATH
   ============================================================ */
.levels-path {
    display: flex;
    align-items: stretch;
    gap: 0;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: var(--gold) transparent;
}

.level-step {
    flex: 1;
    min-width: 150px;
    background: var(--navy-card);
    border: 1px solid var(--navy-border);
    border-radius: 0;
    padding: clamp(1.25rem, 3vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    transition: background 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}
.level-step:first-child { border-radius: var(--radius-md) 0 0 var(--radius-md); }
.level-step:last-child  { border-radius: 0 var(--radius-md) var(--radius-md) 0; }
.level-step:only-child  { border-radius: var(--radius-md); }

/* Linha foil no hover */
.level-step::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gold-shine);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.3s;
    animation: shimmerBar 3s linear infinite;
}
.level-step:hover { background: var(--navy-card-alt); box-shadow: var(--shadow-sm); }
.level-step:hover::before { opacity: 1; }

.level-step.featured-step {
    background: var(--navy-light);
    border-color: rgba(196,147,63,0.25);
}
.level-step.featured-step::before { opacity: 0.7; }
.level-step.featured-step:hover { background: #223560; }

.level-num {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 300;
    color: rgba(196,147,63,0.4);
    line-height: 1;
}
.level-num.gold {
    background: var(--gold-foil);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 1;
}

.level-step h4 {
    font-size: clamp(0.88rem, 1.8vw, 0.97rem);
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: 0.03em;
}
.level-step p {
    font-size: clamp(0.8rem, 1.5vw, 0.88rem);
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0;
    font-weight: 300;
}

/* Seta entre etapas */
.level-arrow {
    display: flex;
    align-items: center;
    padding: 0 clamp(0.25rem, 0.75vw, 0.5rem);
    color: rgba(196,147,63,0.25);
    flex-shrink: 0;
    align-self: center;
}
.level-arrow i { width: 18px; height: 18px; }

/* ============================================================
   ORIGIN CARDS
   ============================================================ */
.origin-two {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(250px,100%), 1fr));
    gap: clamp(0.9rem, 2.5vw, 1.5rem);
}

.origin-card {
    background: var(--surface-1);
    border: 1px solid var(--navy-border);
    border-top: 2px solid transparent;
    border-radius: var(--radius-md);
    padding: clamp(1.25rem, 3vw, 2rem);
    box-shadow: var(--shadow-xs);
    transition: all 0.3s var(--ease-out);
    position: relative;
    overflow: hidden;
}
.origin-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gold-foil);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s var(--ease-out);
}
.origin-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(196,147,63,0.12);
    background: var(--navy-card-alt);
}
.origin-card:hover::before { transform: scaleX(1); }

.origin-card i {
    width: 24px; height: 24px;
    color: var(--gold);
    margin-bottom: 0.75rem;
    opacity: 0.8;
}
.origin-card h3 {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    color: var(--text-muted);
}
.origin-card p {
    font-size: clamp(0.88rem, 1.7vw, 0.97rem);
    color: var(--text-secondary);
    line-height: 1.75;
    margin: 0;
    font-weight: 300;
}
.origin-card strong { color: var(--text-primary); font-weight: 500; }

/* ============================================================
   EQUIPMENT
   ============================================================ */
.equipment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(250px,100%), 1fr));
    gap: clamp(0.9rem, 2.5vw, 1.5rem);
}
.equip-card {
    background: var(--surface-1);
    border: 1px solid var(--navy-border);
    border-radius: var(--radius-md);
    padding: clamp(1.25rem, 3vw, 2rem);
    box-shadow: var(--shadow-xs);
    transition: all 0.3s;
}
.equip-card:hover {
    border-color: rgba(196,147,63,0.15);
    box-shadow: var(--shadow-md);
    background: var(--navy-card-alt);
}
.equip-icon {
    width: 42px; height: 42px;
    background: rgba(196,147,63,0.1);
    border: 1px solid rgba(196,147,63,0.2);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: all 0.3s;
}
.equip-card:hover .equip-icon {
    background: rgba(196,147,63,0.18);
    border-color: rgba(196,147,63,0.35);
}
.equip-icon i { width: 20px; height: 20px; color: var(--gold); }
.equip-card h4 {
    font-size: clamp(0.92rem, 1.8vw, 1rem);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.85rem;
    letter-spacing: 0.02em;
}
.equip-card ul { list-style: none; }
.equip-card li {
    font-size: clamp(0.82rem, 1.6vw, 0.9rem);
    color: var(--text-secondary);
    padding: 0.55rem 0 0.55rem 1.1rem;
    position: relative;
    border-bottom: 1px solid var(--navy-border);
    font-weight: 300;
    line-height: 1.55;
}
.equip-card li:last-child { border-bottom: none; }
.equip-card li::before {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 4px; height: 1px;
    background: var(--gold);
    opacity: 0.6;
}

/* ============================================================
   FACTS MOSAIC
   ============================================================ */
.facts-mosaic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(196,147,63,0.07);
    border: 1px solid rgba(196,147,63,0.07);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.fact-tile {
    background: var(--navy-card);
    padding: clamp(1.25rem, 3vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    transition: background 0.3s;
    position: relative;
    overflow: hidden;
}
.fact-tile::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gold-shine);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.3s;
    animation: shimmerBar 4s linear infinite;
}
.fact-tile:hover { background: var(--navy-card-alt); }
.fact-tile:hover::before { opacity: 1; }

.fact-tile.large {
    grid-column: span 2;
    background: var(--navy-light);
}
.fact-tile.large:hover { background: #223560; }
.fact-tile.large::before { opacity: 0.5; }

.fact-tile i { width: 24px; height: 24px; color: var(--gold); opacity: 0.8; }
.fact-tile h4 {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 3vw, 1.8rem);
    font-weight: 500;
    color: var(--text-accent);
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.fact-tile p {
    font-size: clamp(0.82rem, 1.5vw, 0.9rem);
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.65;
    font-weight: 300;
}

/* ============================================================
   FOOTER
   ============================================================ */
.page-footer {
    background: var(--navy-mid);
    padding: clamp(2rem, 5vw, 3.5rem) var(--gutter);
    position: relative;
    overflow: hidden;
}
.page-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(196,147,63,0.45) 50%,
        transparent 100%);
}
.page-footer::after {
    content: 'EQUIPÉDIA';
    position: absolute;
    right: var(--gutter); bottom: -0.75rem;
    font-family: var(--font-brand);
    font-size: clamp(3rem, 8vw, 7rem);
    color: transparent;
    -webkit-text-stroke: 1px rgba(196,147,63,0.055);
    pointer-events: none;
    user-select: none;
    letter-spacing: 0.08em;
    line-height: 1;
}

.footer-inner {
    max-width: var(--max-w);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}
.footer-inner > p {
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    font-weight: 300;
}
.footer-links { display: flex; gap: clamp(1.5rem, 3vw, 2.5rem); flex-wrap: wrap; }
.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 400;
    transition: color 0.25s;
    white-space: nowrap;
}
.footer-links a:hover { color: var(--gold-light); }
.footer-links i { width: 13px; height: 13px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .desc-layout   { grid-template-columns: 1fr; }
    .scoring-layout { grid-template-columns: 1fr; }
    .facts-mosaic  { grid-template-columns: 1fr 1fr; }
    .fact-tile.large { grid-column: span 2; }
    .levels-path   { flex-wrap: wrap; }
    .level-step    { min-width: 140px; border-radius: var(--radius-md) !important; }
    .level-arrow   { display: none; }
}

@media (max-width: 768px) {
    .hero-stats  { gap: 1rem; }
    .hstat-divider { display: none; }
    .tl-item     { grid-template-columns: 60px 1fr; }
    .breed-tags  { display: none; }
    .page-footer::after { display: none; }
    section.hero { background-attachment: scroll !important; }
}

@media (max-width: 600px) {
    .facts-mosaic { grid-template-columns: 1fr; }
    .fact-tile.large { grid-column: span 1; }
    .tl-item { grid-template-columns: 52px 1fr; gap: 0.6rem; }
    .timeline { padding-left: 2.5rem; }
    .hero-top { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
    .discipline-badge {
        font-size: 0.6rem;
    }
    .hero-title {
        font-size: clamp(3rem, 8vw, 8rem);
    }
}

@media (max-width: 480px) {
    .hero-bottom { flex-direction: column; align-items: flex-start; }
    .scroll-btn  { align-self: flex-end; }
    .olympics-left { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
    .footer-inner  { flex-direction: column; align-items: flex-start; }
    .footer-links  { gap: 1rem; flex-wrap: wrap; }
}

@media (max-width: 380px) {
    .hero-title { letter-spacing: -1px; }
    .breed-pill { padding: 0.75rem 1rem; }
    .tl-item    { grid-template-columns: 44px 1fr; }
    .moves-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ACESSIBILIDADE
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
/* ============================================================
   SEÇÃO DE TÓPICOS / COMENTÁRIOS DA COMUNIDADE
   Adicionado sem alterar estilos existentes
   ============================================================ */

.comments-section {
    margin-bottom: clamp(3rem, 7vw, 5.5rem);
}

.comments-form-wrap {
    background: var(--surface-1);
    border: 1px solid var(--navy-border);
    border-radius: var(--radius-lg);
    padding: clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: 2rem;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}
.comments-form-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gold-foil);
}

.comments-form-title {
    font-family: var(--font-display);
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.comments-form-title i { width: 18px; height: 18px; color: var(--gold); opacity: 0.85; flex-shrink: 0; }

.comments-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
}
@media (max-width: 560px) { .comments-fields { grid-template-columns: 1fr; } }

.comments-input {
    width: 100%;
    background: var(--navy-mid);
    border: 1px solid var(--navy-border-md);
    border-radius: var(--radius-sm);
    padding: 0.75rem 1rem;
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 400;
    outline: none;
    transition: border-color 0.25s, box-shadow 0.25s;
    -webkit-appearance: none;
}
.comments-input:focus {
    border-color: rgba(196,147,63,0.4);
    box-shadow: 0 0 0 3px rgba(196,147,63,0.08);
}
.comments-input::placeholder { color: var(--text-muted); }
textarea.comments-input {
    resize: vertical;
    min-height: 110px;
    line-height: 1.6;
    grid-column: 1 / -1;
}

.comments-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    margin-top: 0.85rem;
    flex-wrap: wrap;
}

.comments-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.6rem;
    background: var(--gold-foil);
    border: none;
    border-radius: var(--radius-sm);
    color: #1a1200;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.25s, transform 0.2s;
    box-shadow: var(--shadow-gold);
}
.comments-submit-btn:hover { opacity: 0.88; transform: translateY(-2px); }
.comments-submit-btn:active { transform: translateY(0); }
.comments-submit-btn:disabled { opacity: 0.45; cursor: not-allowed; transform: none; }
.comments-submit-btn i { width: 16px; height: 16px; }

.comments-notice {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 300;
    letter-spacing: 0.02em;
}

.comments-success {
    display: none;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #7fba6e;
    font-weight: 500;
    margin-top: 0.5rem;
}
.comments-success.show { display: flex; }
.comments-success i { width: 16px; height: 16px; }

.comments-error {
    display: none;
    font-size: 0.82rem;
    color: #e07070;
    font-weight: 400;
    margin-top: 0.5rem;
}
.comments-error.show { display: block; }

/* Aviso de filtro */
.comments-filter-warning {
    display: none;
    background: rgba(196,147,63,0.08);
    border: 1px solid rgba(196,147,63,0.25);
    border-radius: var(--radius-sm);
    padding: 0.9rem 1.1rem;
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: var(--gold-light);
    line-height: 1.5;
}
.comments-filter-warning.show { display: block; }
.comments-filter-warning strong { display: block; margin-bottom: 0.3rem; }
.comments-filter-warning .fw-actions {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.75rem;
    flex-wrap: wrap;
}
.fw-btn {
    padding: 0.4rem 1rem;
    border-radius: var(--radius-sm);
    border: none;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}
.fw-btn-confirm { background: var(--gold-foil); color: #1a1200; }
.fw-btn-cancel  { background: var(--navy-light); color: var(--text-secondary); border: 1px solid var(--navy-border-md); }
.fw-btn:hover { opacity: 0.82; }

/* Lista de comentários */
.comments-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comments-empty {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: var(--navy-card);
    border: 1px dashed var(--navy-border-md);
    border-radius: var(--radius-lg);
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 300;
}
.comments-empty i { display: block; width: 32px; height: 32px; margin: 0 auto 0.75rem; color: var(--gold); opacity: 0.35; }

.comments-loading {
    text-align: center;
    padding: 2rem;
    color: var(--text-muted);
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.comment-card {
    background: var(--navy-card);
    border: 1px solid var(--navy-border);
    border-radius: var(--radius-md);
    padding: clamp(1rem, 3vw, 1.5rem);
    position: relative;
    overflow: hidden;
    transition: border-color 0.25s, box-shadow 0.25s;
    animation: commentIn 0.4s var(--ease-out) both;
}
@keyframes commentIn {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}
.comment-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: var(--gold-foil);
    border-radius: 2px 0 0 2px;
    opacity: 0.55;
}
.comment-card:hover { border-color: rgba(196,147,63,0.12); box-shadow: var(--shadow-sm); }

.comment-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding-left: 0.75rem;
}

.comment-avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--gold-dim);
    border: 1px solid rgba(196,147,63,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--gold-light);
    flex-shrink: 0;
    text-transform: uppercase;
}

.comment-meta { flex: 1; min-width: 0; }
.comment-author {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-primary);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.comment-date {
    font-size: 0.72rem;
    color: var(--text-muted);
    font-weight: 300;
    letter-spacing: 0.05em;
}

.comment-body {
    padding-left: 0.75rem;
    font-size: clamp(0.88rem, 1.7vw, 0.95rem);
    color: var(--text-secondary);
    font-weight: 300;
    line-height: 1.75;
    word-break: break-word;
    white-space: pre-wrap;
}

.comments-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-muted);
    background: var(--navy-mid);
    border: 1px solid var(--navy-border-md);
    border-radius: 20px;
    padding: 0.25rem 0.75rem;
    margin-left: auto;
}
