header nav{gap:1rem}
header nav a{font-size:.84rem;white-space:nowrap}
header nav a:hover{color:var(--red)}
header nav .nav-cta:hover{color:#fff;background:var(--green)}
@media(max-width:1180px){header nav a:nth-child(5),header nav a:nth-child(6),header nav a:nth-child(7){display:none}}
.studio{display:grid;grid-template-columns:.8fr 1.2fr;gap:6vw;background:#fff}.studio-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line)}.studio-grid article{padding:1.3rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.studio-grid article:nth-child(even){border-right:0}.studio-grid b,.studio-grid span{display:block}.studio-grid b{font:1.15rem Georgia,serif;margin-bottom:.35rem}.studio-grid span,.studio-note{color:#6a6258;font-size:.86rem}.studio-note{grid-column:1/-1;margin-top:1rem}@media(max-width:800px){.studio{grid-template-columns:1fr}.studio-grid{grid-template-columns:1fr}.studio-grid article{border-right:0}}
