/* KnownWeil Capital - Custom Styles */
/* Elegant European VC aesthetic */

:root {
    --color-primary: #c8a96e;
    --color-primary-dark: #a8893e;
    --color-bg-dark: #0a0e1a;
    --color-bg-mid: #0f1628;
    --color-text: #e8e8e8;
    --color-text-muted: #9a9fa8;
    --font-serif: 'Georgia', serif;
}

/* Override body background */
body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #e8e8e8;
    background-color: #0a0e1a;
}

/* Header */
#header {
    background: rgba(10, 14, 26, 0.95);
    border-bottom: 1px solid rgba(200, 169, 110, 0.15);
}

#header h1 a {
    color: #ffffff;
    text-decoration: none;
    font-family: Georgia, serif;
    letter-spacing: 2px;
}

/* Logo in header */
#header .logo-img {
    height: 40px;
    vertical-align: middle;
}

/* Navigation */
#header nav ul li a {
    color: #c8c8c8 !important;
    font-size: 0.85em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

#header nav ul li a:hover {
    color: #c8a96e !important;
}

/* Banner */
#banner {
    background: linear-gradient(135deg, #0a0e1a 0%, #0f1628 50%, #0a0e1a 100%);
    padding: 10em 0 8em 0;
    position: relative;
    overflow: hidden;
}

#banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/hero-bg.jpg') center/cover;
    opacity: 0.12;
    z-index: 0;
}

#banner .inner {
    position: relative;
    z-index: 1;
}

#banner h2 {
    font-family: Georgia, serif;
    font-size: 3.2em;
    font-weight: 400;
    letter-spacing: 4px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0.3em;
}

#banner h2 span {
    color: #c8a96e;
}

#banner p {
    font-size: 1.1em;
    color: #9a9fa8;
    letter-spacing: 2px;
    font-style: italic;
}

/* Buttons */
.button.primary, a.button.primary {
    background: transparent !important;
    border: 1px solid #c8a96e !important;
    color: #c8a96e !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 0 2.5em;
    height: 3.125em;
    line-height: 3.125em;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}

.button.primary:hover, a.button.primary:hover {
    background: #c8a96e !important;
    color: #0a0e1a !important;
}

.button, a.button {
    border: 1px solid rgba(200, 169, 110, 0.4) !important;
    color: #c8a96e !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.8em;
    background: transparent !important;
    transition: all 0.3s ease;
}

.button:hover, a.button:hover {
    background: rgba(200, 169, 110, 0.1) !important;
    border-color: #c8a96e !important;
}

/* Section wrappers */
.wrapper.style1 {
    background: #0f1628;
    color: #e8e8e8;
}

.wrapper.style2 {
    background: #0a0e1a;
    color: #e8e8e8;
}

.wrapper.style3 {
    background: #12192e;
    color: #e8e8e8;
}

.wrapper.alt {
    background: #0a0e1a !important;
}

/* Style the spotlight sections */
.spotlight .content {
    background: transparent;
    padding: 3em;
}

.spotlight .content h2 {
    font-family: Georgia, serif;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 2px;
}

.spotlight .content p {
    color: #9a9fa8;
    line-height: 1.9;
}

/* Icons */
.icon.major {
    color: #c8a96e !important;
    border-color: rgba(200, 169, 110, 0.3) !important;
}

.icon.major.style1 { color: #c8a96e !important; border-color: rgba(200,169,110,0.3) !important; }
.icon.major.style2 { color: #a8893e !important; border-color: rgba(168,137,62,0.3) !important; }
.icon.major.style3 { color: #ffffff !important; border-color: rgba(255,255,255,0.2) !important; }

/* Header text in sections */
header.major h2 {
    font-family: Georgia, serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
}

header.major p {
    color: #9a9fa8;
}

/* Section headings */
.wrapper h2, .wrapper h3 {
    color: #ffffff;
    font-family: Georgia, serif;
    font-weight: 400;
}

.wrapper p {
    color: #9a9fa8;
    line-height: 1.9;
}

/* Footer */
#footer {
    background: #060810;
    color: #6a6f78;
    border-top: 1px solid rgba(200, 169, 110, 0.1);
}

#footer .copyright {
    color: #4a4f58;
    font-size: 0.8em;
    letter-spacing: 1px;
}

#footer a {
    color: #9a9fa8;
}

#footer a:hover {
    color: #c8a96e;
}

/* Social icons */
ul.icons li a {
    color: #9a9fa8 !important;
    border-color: rgba(200, 169, 110, 0.2) !important;
}

ul.icons li a:hover {
    color: #c8a96e !important;
    border-color: #c8a96e !important;
}

/* Gold accent rule */
.gold-rule {
    width: 40px;
    height: 1px;
    background: #c8a96e;
    margin: 1.5em auto;
}

/* Portfolio cards */
.portfolio-card {
    background: #0f1628;
    border: 1px solid rgba(200, 169, 110, 0.1);
    border-radius: 2px;
    overflow: hidden;
    transition: border-color 0.3s ease;
    margin-bottom: 2em;
}

.portfolio-card:hover {
    border-color: rgba(200, 169, 110, 0.4);
}

.portfolio-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    opacity: 0.7;
}

.portfolio-card .card-content {
    padding: 1.5em;
}

.portfolio-card .card-content h3 {
    color: #ffffff !important;
    font-family: Georgia, serif;
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 0.3em;
}

.portfolio-card .card-content .stage {
    color: #c8a96e;
    font-size: 0.75em;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.8em;
}

.portfolio-card .card-content p {
    color: #6a6f78;
    font-size: 0.9em;
    line-height: 1.7;
}

/* Team cards */
.team-card {
    text-align: center;
    padding: 2em 1em;
    border: 1px solid rgba(200, 169, 110, 0.08);
    background: #0f1628;
    margin-bottom: 2em;
}

.team-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(200, 169, 110, 0.3);
    margin-bottom: 1em;
}

.team-card h3 {
    color: #ffffff !important;
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 0.2em;
}

.team-card .role {
    color: #c8a96e;
    font-size: 0.75em;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.8em;
}

.team-card p {
    color: #6a6f78 !important;
    font-size: 0.9em;
    line-height: 1.7;
}

/* Blog cards */
.blog-card {
    background: #0f1628;
    border: 1px solid rgba(200, 169, 110, 0.1);
    margin-bottom: 2em;
    overflow: hidden;
}

.blog-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    opacity: 0.75;
}

.blog-card .card-body {
    padding: 1.5em;
}

.blog-card .category {
    color: #c8a96e;
    font-size: 0.72em;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.blog-card h3 {
    color: #ffffff !important;
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 1.05em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.blog-card h3 a {
    color: #ffffff !important;
    text-decoration: none;
}

.blog-card h3 a:hover {
    color: #c8a96e !important;
}

.blog-card .meta {
    color: #4a4f58;
    font-size: 0.78em;
    margin-bottom: 0.8em;
}

.blog-card .excerpt {
    color: #6a6f78;
    font-size: 0.88em;
    line-height: 1.7;
}

.blog-card .read-more {
    display: inline-block;
    margin-top: 1em;
    color: #c8a96e !important;
    font-size: 0.78em;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(200, 169, 110, 0.3);
    padding-bottom: 2px;
    transition: border-color 0.3s;
}

.blog-card .read-more:hover {
    border-color: #c8a96e;
}

/* Stats/Numbers section */
.stat-item {
    text-align: center;
    padding: 2em 1em;
}

.stat-item .number {
    font-family: Georgia, serif;
    font-size: 2.8em;
    color: #c8a96e;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 0.3em;
}

.stat-item .label {
    color: #6a6f78;
    font-size: 0.75em;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Page hero (non-index) */
.page-hero {
    background: linear-gradient(135deg, #0a0e1a, #12192e);
    padding: 8em 0 5em;
    text-align: center;
    border-bottom: 1px solid rgba(200, 169, 110, 0.1);
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.07;
}

.page-hero .inner {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    font-family: Georgia, serif;
    font-size: 2.5em;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.page-hero p {
    color: #9a9fa8;
    font-size: 1em;
    letter-spacing: 2px;
    font-style: italic;
}

/* Contact form */
.contact-form input, .contact-form textarea, .contact-form select {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(200, 169, 110, 0.2) !important;
    color: #e8e8e8 !important;
    border-radius: 0;
}

.contact-form input:focus, .contact-form textarea:focus {
    border-color: rgba(200, 169, 110, 0.5) !important;
    outline: none;
}

.contact-form label {
    color: #9a9fa8;
    letter-spacing: 1px;
    font-size: 0.85em;
    text-transform: uppercase;
}

/* Article / Blog post page */
.article-hero {
    width: 100%;
    height: 350px;
    object-fit: cover;
    opacity: 0.8;
    margin-bottom: 2em;
}

.article-content {
    max-width: 780px;
    margin: 0 auto;
    padding: 2em 1em;
}

.article-content h1 {
    font-family: Georgia, serif;
    font-size: 2.2em;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

.article-content .article-meta {
    color: #4a4f58;
    font-size: 0.82em;
    letter-spacing: 1.5px;
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid rgba(200, 169, 110, 0.1);
}

.article-content .article-meta span {
    margin-right: 1.5em;
}

.article-content .article-meta .category-tag {
    color: #c8a96e;
    text-transform: uppercase;
}

.article-content h2 {
    font-family: Georgia, serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #ffffff;
    margin-top: 2em;
    margin-bottom: 0.8em;
    letter-spacing: 1px;
}

.article-content p {
    color: #9a9fa8;
    line-height: 1.95;
    margin-bottom: 1.5em;
    font-size: 1em;
}

.article-content blockquote {
    border-left: 2px solid #c8a96e;
    padding: 1em 1.5em;
    margin: 2em 0;
    background: rgba(200, 169, 110, 0.05);
    color: #c8a96e;
    font-style: italic;
}

.back-link {
    display: inline-block;
    color: #c8a96e !important;
    font-size: 0.78em;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 2em;
}

.back-link:hover {
    color: #ffffff !important;
}

/* Responsive grid helpers */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    align-items: stretch;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5em;
    align-items: stretch;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    align-items: stretch;
}

@media (max-width: 980px) {
    .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
    #banner h2 { font-size: 2em; }
    .page-hero h1 { font-size: 1.8em; }
}

/* Utility */
.text-gold { color: #c8a96e !important; }
.text-white { color: #ffffff !important; }
.text-muted { color: #6a6f78 !important; }
.uppercase { text-transform: uppercase; letter-spacing: 2px; }
.serif { font-family: Georgia, serif; }
.divider { height: 1px; background: rgba(200, 169, 110, 0.15); margin: 3em 0; }
.section-label {
    font-size: 0.72em;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c8a96e;
    margin-bottom: 0.8em;
    display: block;
}

/* Cookie banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(10, 14, 26, 0.97);
    border-top: 1px solid rgba(200, 169, 110, 0.2);
    padding: 1.2em 2em;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
}

.cookie-banner p {
    color: #6a6f78 !important;
    font-size: 0.82em;
    margin: 0;
}

.cookie-banner a {
    color: #c8a96e !important;
}

.cookie-banner button {
    background: #c8a96e;
    color: #0a0e1a;
    border: none;
    padding: 0.6em 1.8em;
    font-size: 0.78em;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

.cookie-banner button:hover {
    background: #a8893e;
}


/* ============================================================
   KnownWeil Capital — Premium VC Enhancement Layer (2026)
   ============================================================ */

/* Hero: More authoritative headline */
#banner h2 {
    font-size: 4.2em;
    letter-spacing: 5px;
    line-height: 1.1;
}

/* Secondary hero tagline */
#banner .hero-sub {
    font-size: 0.78em;
    color: rgba(200, 169, 110, 0.6);
    letter-spacing: 5px;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 1.5em;
    margin-bottom: 0;
    display: block;
}

/* White stats bar — directly after hero */
.kw-statsbar {
    background: #ffffff;
    padding: 3.5em 0;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(10, 14, 26, 0.07);
}
.kw-statsbar .kw-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2.5em;
}
.kw-statsbar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}
.kw-statsbar-item {
    padding: 0.5em 1.5em;
    border-right: 1px solid rgba(10, 14, 26, 0.09);
}
.kw-statsbar-item:last-child {
    border-right: none;
}
.kw-statsbar-number {
    font-family: Georgia, serif;
    font-size: 2.9em;
    color: #0a0e1a;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0.35em;
    display: block;
}
.kw-statsbar-label {
    color: #7a7f88;
    font-size: 0.68em;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5;
    display: block;
}

/* Subtle dot-grid texture on dark sections */
.wrapper.style1,
.wrapper.style2,
.wrapper.style3 {
    background-image: radial-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px);
    background-size: 22px 22px;
}

/* Portfolio cards — gold glow hover */
.portfolio-card {
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.portfolio-card:hover {
    border-color: rgba(200, 169, 110, 0.55);
    box-shadow:
        0 0 0 1px rgba(200, 169, 110, 0.12),
        0 8px 28px rgba(0, 0, 0, 0.38),
        0 0 48px rgba(200, 169, 110, 0.05);
    transform: translateY(-3px);
}

/* Editorial blog/news cards — larger image area */
.blog-card img {
    height: 248px;
}
.blog-card {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.blog-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
    transform: translateY(-3px);
}
.blog-card h3 {
    font-size: 1.12em;
    line-height: 1.48;
    letter-spacing: 0.2px;
}
.blog-card .card-body {
    padding: 1.8em;
}
.blog-card .category {
    font-size: 0.7em;
    letter-spacing: 3px;
}

/* Typography hierarchy refinement */
header.major h2 {
    font-size: 2.35em;
    letter-spacing: 2.5px;
    line-height: 1.3;
}
header.major p {
    font-size: 0.98em;
    line-height: 2;
}
.section-label {
    letter-spacing: 5px;
    font-size: 0.69em;
}

/* Spotlight content refinement */
.spotlight .content h2 {
    font-size: 1.9em;
    letter-spacing: 1.8px;
    line-height: 1.3;
}
.spotlight .content p {
    line-height: 2;
    font-size: 0.95em;
}

/* Section spacing */
#one.wrapper.style1.special {
    padding: 6em 0;
}
#three.wrapper.style3.special {
    padding: 6em 0;
}

/* Stat items in section#three */
.stat-item .number {
    font-size: 3.1em;
}

/* Responsive */
@media (max-width: 768px) {
    #banner h2 { font-size: 2.8em; }
    .kw-statsbar-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .kw-statsbar-item {
        border-right: none;
        border-bottom: 1px solid rgba(10, 14, 26, 0.08);
        padding: 1.2em;
    }
    .kw-statsbar-item:last-child,
    .kw-statsbar-item:nth-child(2) { border-bottom: none; }
}
@media (max-width: 480px) {
    #banner h2 { font-size: 2em; letter-spacing: 3px; }
    .kw-statsbar-number { font-size: 2.2em; }
    .kw-statsbar-grid { grid-template-columns: 1fr 1fr; }
}
