/* content-page.css — Styling for legal/informational pages */

.content-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    color: #fff;
    padding: 100px 0 60px;
    text-align: center;
}

.content-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 12px;
}

.content-hero .subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #B8860B;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}

.content-body {
    max-width: 820px;
    margin: 0 auto;
    padding: 80px 24px 100px;
    font-family: 'Inter', sans-serif;
    color: #333;
    line-height: 1.75;
}

.content-body p {
    margin-bottom: 20px;
    font-size: 16px;
}

.content-body h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 56px 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #B8860B;
}

.content-body h3 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 32px 0 12px;
}

.content-body ul,
.content-body ol {
    margin: 0 0 20px 24px;
}

.content-body li {
    margin-bottom: 8px;
    font-size: 16px;
}

.content-body a {
    color: #B8860B;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.content-body a:hover {
    border-bottom-color: #B8860B;
}

.content-body .last-updated {
    color: #888;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 40px;
}

.content-body .info-card {
    background: #f8f8f8;
    border-left: 3px solid #B8860B;
    padding: 20px 28px;
    margin: 28px 0;
    border-radius: 0 6px 6px 0;
}

.content-body .info-card p:last-child {
    margin-bottom: 0;
}

/* Contact page specific */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 40px;
}

.contact-method {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    transition: box-shadow 0.3s, transform 0.3s;
}

.contact-method:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.contact-method .icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    color: #B8860B;
}

.contact-method h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    margin: 0 0 8px;
    padding: 0;
    border: 0;
}

.contact-method p {
    color: #666;
    font-size: 14px;
    margin-bottom: 16px;
}

.contact-method .contact-action {
    display: inline-block;
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 24px;
    border: 1px solid #1a1a1a;
    border-radius: 4px;
    transition: all 0.2s;
}

.contact-method .contact-action:hover {
    background: #1a1a1a;
    color: #fff;
}

/* About page specific */
.about-section {
    margin: 80px 0;
}

.about-section .lead {
    font-size: 20px;
    color: #555;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 40px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.value-card {
    text-align: center;
    padding: 24px;
}

.value-card .value-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    color: #B8860B;
}

.value-card h3 {
    margin: 0 0 12px;
    padding: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
}

.value-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Team / founders */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.team-card {
    text-align: center;
    padding: 16px;
}

.team-photo {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #B8860B;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.team-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bbb' stroke-width='1.5'><circle cx='12' cy='8' r='4'/><path d='M4 21v-2a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v2'/></svg>") center / 50% no-repeat;
    z-index: 0;
}

.team-photo img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-photo img[src=""],
.team-photo img:not([src]) {
    opacity: 0;
}

.team-name {
    margin: 0 0 4px;
    padding: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: #1a1a1a;
}

.team-role {
    margin: 0 0 14px;
    color: #B8860B;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.team-bio {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    max-width: 320px;
    margin: 0 auto;
}

.team-linkedin {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    padding: 7px 16px;
    border: 1px solid #B8860B;
    border-radius: 4px;
    color: #B8860B !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: background-color 0.2s, color 0.2s;
}

.team-linkedin:hover {
    background: #B8860B;
    color: #fff !important;
    border-bottom-color: #B8860B;
}

.team-linkedin svg {
    flex-shrink: 0;
}

/* Workshop / on-the-ground strip */
.workshop-strip {
    display: grid;
    grid-template-columns: 5fr 6fr;
    gap: 40px;
    align-items: center;
    margin-top: 64px;
    padding: 32px;
    background: #f8f8f8;
    border-radius: 12px;
    border-left: 3px solid #B8860B;
}

.workshop-photo {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    aspect-ratio: 4 / 5;
}

.workshop-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.workshop-caption {
    padding: 8px 0;
}

.workshop-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #B8860B;
    font-weight: 600;
    margin-bottom: 8px;
}

.workshop-caption h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 14px;
    padding: 0;
    border: 0;
}

.workshop-caption p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .workshop-strip {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 20px;
        margin-top: 40px;
    }
    .workshop-photo {
        max-width: 320px;
        margin: 0 auto;
    }
    .workshop-caption {
        text-align: center;
    }
    .workshop-caption h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .content-hero {
        padding: 60px 0 40px;
    }
    .content-hero h1 {
        font-size: 32px;
    }
    .content-body {
        padding: 48px 20px 60px;
    }
    .content-body h2 {
        font-size: 24px;
        margin: 40px 0 16px;
    }
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
