/* Katechon Technology - Shared Styles */

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

/* Base Styles */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #fafafa;
    color: #1a1a1a;
    line-height: 1.8;
    padding: 40px 20px;
    max-width: 1600px;
    margin: 0 auto;
}

/* Override for pages without thesis layout */
body:not(:has(.page-container)) {
    max-width: 720px;
}

/* Typography */
h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.7;
}

/* Links */
a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Landing page navigation links */
.nav-links a {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1a1a1a;
    text-decoration: none;
}

/* Navigation */
.back-link {
    margin-bottom: 40px;
    font-size: 13px;
}

.back-link a {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: #4a4a4a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.back-link a:hover {
    color: #1a1a1a;
    text-decoration: none;
}

/* Content Sections */
.contact-info {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 13px;
}

.contact-section {
    margin-bottom: 30px;
}

.contact-section h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    color: #1a1a1a;
}

.contact-section a {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: #2a2a2a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-section a:hover {
    color: #666;
    text-decoration: none;
}

/* Footer */
.footer {
    margin-top: 80px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 11px;
    color: #666;
}

/* Thesis Content Styles */
#content h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

#content .date {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #666;
    margin-bottom: 40px;
}

#content h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 28px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}

#content h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
}

#content p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.7;
}

#content ul,
#content ol {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 20px;
    margin-left: 30px;
}

#content li {
    margin-bottom: 8px;
}

#content strong {
    font-weight: 600;
}

#content img {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
}

#content em {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 18px;
    color: #333;
}

/* Drop cap for first paragraph */
.drop-cap::first-letter {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 5em;
    font-weight: 600;
    line-height: 0.85;
    float: left;
    margin-right: 10px;
    margin-top: -4px;
    color: #1a1a1a;
}

/* Image drop cap */
.image-drop-cap::first-letter {
    font-size: 0;
    line-height: 0;
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-top: 2px;
    background-image: url('../public/A-drop-cap.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* Interview Quote Boxes */
.interview-quote {
    background: #f7f7f7;
    border-left: 2px solid #d0d0d0;
    padding: 18px 22px;
    margin: 28px 0;
}

.interview-quote blockquote {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.interview-quote p {
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    line-height: 1.65;
    color: #4a4a4a;
    font-style: italic;
    margin: 0 !important;
    padding: 0 !important;
}

.interview-quote strong {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    color: #757575;
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
}
