.page-container { width: 88%; max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; min-height: 100vh; }
main.contact-main { flex: 1; display: flex; justify-content: space-between; align-items: flex-start; padding: 80px 0 60px; position: relative; flex-wrap: wrap; gap: 40px; }
.contact-left { max-width: 480px; z-index: 2; }
.section-tag { font-size: 15px; color: #999; margin-bottom: 24px; display: block; }
.main-title { font-size: clamp(38px, 5vw, 56px); font-weight: 700; line-height: 1.15; letter-spacing: -1px; margin-bottom: 24px; }
.description { font-size: 16px; line-height: 1.6; color: #333; margin-bottom: 60px; max-width: 420px; }
.info-group { margin-bottom: 32px; }
.info-label { font-size: 13px; color: #999; margin-bottom: 8px; display: block; }
.info-value { font-size: 16px; font-weight: 500; color: #111; line-height: 1.5; }
.info-value a:hover { color: #ed5138; }
.contact-right { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; min-height: 500px; z-index: 1; }
.graphic-logo { width: clamp(220px, 25vw, 320px); opacity: .85; }
.social-links { display: flex; flex-direction: column; gap: 16px; width: 180px; margin-top: auto; }
.social-item { display: flex; align-items: center; justify-content: space-between; font-size: 15px; font-weight: 500; transition: color .2s ease; }
.social-item:hover { color: #ed5138; }
.contact-form { margin-top: 40px; max-width: 420px; }
.contact-form input, .contact-form textarea {
    width: 100%; padding: 14px 16px; margin-bottom: 14px; border: 1px solid #eee; border-radius: 6px;
    font-size: 14px; font-family: inherit;
}
.contact-form textarea { min-height: 110px; resize: vertical; }
@media (max-width: 850px) {
    main.contact-main { flex-direction: column; padding: 40px 0; }
    .contact-right { width: 100%; align-items: flex-start; min-height: auto; margin-top: 20px; }
    .social-links { width: 100%; max-width: 250px; }
}

.main-title {
    font-size: clamp(38px, 5vw, 52px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 24px;
}
