@import url('../../assets/css/site.css');
@import url('../../assets/css/video-project.css');

.cosmos-content { margin-top: clamp(44px,6vw,70px); }
.cosmos-section + .cosmos-section { margin-top: clamp(52px,7vw,82px); }
.cosmos-section > header { max-width: 850px; margin-bottom: 30px; }
.cosmos-section > header > p { margin: 0 0 11px; color: var(--violet); font-size: .72rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.cosmos-section > header h2 { margin: 0; font-family: "Bai Jamjuree",Arial,sans-serif; font-size: clamp(1.55rem,2.7vw,2.15rem); font-weight: 560; line-height: 1.08; letter-spacing: -.035em; }
.cosmos-section > header span { display: block; width: 112px; height: 5px; margin-top: 20px; border-radius: 999px; background: #ef931e; }
.cosmos-copy { columns: 2 320px; column-gap: clamp(28px,5vw,64px); }
.cosmos-copy p,.cosmos-lead { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.72; }
.cosmos-copy p + p { margin-top: 1.1em; }
.cosmos-gallery { margin-top: 38px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.cosmos-gallery figure { margin: 0; overflow: hidden; border-radius: 14px; background: #101322; }
.cosmos-gallery img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .25s ease; }
.cosmos-gallery figure:hover img { transform: scale(1.035); }
.cosmos-lead { max-width: 900px; }
.cosmos-people-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.cosmos-list-card { padding: clamp(22px,3vw,34px); border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.68); box-shadow: var(--shadow); }
.cosmos-list-card h3 { margin: 0 0 18px; font-family: "Bai Jamjuree",Arial,sans-serif; font-size: 1.12rem; }
.cosmos-list-card ul { margin: 0; padding-left: 19px; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.cosmos-list-card li + li { margin-top: 7px; }
.cosmos-secondary-video { max-width: 860px; margin: 40px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.7); box-shadow: var(--shadow); }
.cosmos-secondary-video iframe { display: block; width: 100%; aspect-ratio: 16/9; border: 0; }
.cosmos-secondary-video p { margin: 0; padding: 18px 20px; color: var(--muted); font-size: .78rem; line-height: 1.55; }

@media (max-width: 820px) { .cosmos-gallery { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 680px) { .cosmos-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); } .cosmos-people-grid { grid-template-columns: 1fr; } }
