html {
    scroll-behavior: smooth;
}

body {
    background: white;
    color: #333333;
    font-family: 'Inter', sans-serif;
}

h1, h2 {
    font-family: 'Playfair Display', serif;
}

.studio-section > div {
    border-bottom: none;
}

.studio-section > div:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
}

.custom-underline::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #000;
    margin: 0 auto 0;
}

.section-title {
    color: #333333;
}

.logo-strip img {
    max-height: 100px;
    object-fit: contain;
    opacity: 0.9;
}

a:hover {
    opacity: 0.7;
    transition: 0.2s;
}

.project-media img {
    width: 100%;
    border-radius: 6px;
}

.project-media .ratio {
    border-radius: 6px;
    overflow: hidden;
}