.overview{background:var(--white)}.overview-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:60px;display:grid}.overview-visual{border-radius:20px;height:380px;overflow:hidden}.overview-visual img{object-fit:cover;object-position:50% 15%;width:100%;height:100%;display:block}.overview-copy p{color:#444;margin-bottom:16px;font-size:16px}.overview-copy strong{color:var(--sea-blue)}.overview-copy .btn-row{margin-top:24px}.studio{background:linear-gradient(120deg, var(--sea-blue) 0%, #122e3d 100%);color:var(--white)}.studio-header{grid-template-columns:auto 1fr;align-items:center;gap:40px;margin-bottom:56px;display:grid}.studio-logo{background:#ffffff0a;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:160px;height:160px;padding:12px;display:flex;position:relative}.studio-logo img{object-fit:contain}.studio-header h2{color:var(--white);margin-bottom:14px;font-size:32px;font-weight:800}.studio-header p{color:#fffc;max-width:560px;font-size:15.5px}.shows-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.show-card{text-align:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:18px;padding:26px 20px;transition:transform .2s,background .2s}.show-card:hover{background:#ffffff1a;transform:translateY(-6px)}.show-logo{background:#ffffff0d;border-radius:16px;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 18px;font-size:30px;display:flex;position:relative;overflow:hidden}.show-logo img{object-fit:cover}.show-card h3{color:var(--white);margin-bottom:8px;font-size:17px}.show-card p{color:#ffffffb3;margin-bottom:16px;font-size:13.5px}.show-card .show-link{color:var(--sea-green);font-size:13px;font-weight:700}.show-card .show-link:hover{color:#7fd4c1}.show-card .show-link.disabled{opacity:.6;cursor:default}.included{background:#f7f9fa}.included-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.included-card{background:var(--white);border:1px solid #eee;border-radius:16px;padding:32px 26px;transition:transform .2s,box-shadow .2s}.included-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #284c631a}.included-icon{background:var(--sea-blue);width:48px;height:48px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;font-size:20px;display:flex}.included-card:nth-child(3n+2) .included-icon{background:var(--sea-green)}.included-card:nth-child(3n+3) .included-icon{background:var(--jet-black)}.included-card h3{color:var(--sea-blue);margin-bottom:8px;font-size:17px}.included-card p{color:#555;font-size:14px}.included-grid.included-grid-3{grid-template-columns:repeat(3,1fr);max-width:900px;margin:0 auto}.included-grid.included-grid-3 .included-card{padding:40px 32px}.process{background:var(--white)}.process-list{max-width:760px;margin:0 auto}.process-item{border-bottom:1px solid #eee;grid-template-columns:56px 1fr;gap:22px;padding:22px 0;display:grid}.process-item:last-child{border-bottom:none}.process-num{background:var(--sea-blue);width:44px;height:44px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex}.process-text h4{color:var(--sea-blue);margin-bottom:4px;font-size:16px}.process-text p{color:#555;font-size:14.5px}.service-cta{background:linear-gradient(120deg, var(--sea-blue) 0%, #122e3d 100%);color:var(--white);text-align:center}.service-cta h2{margin-bottom:14px;font-size:30px;font-weight:800}.service-cta p{opacity:.85;max-width:520px;margin-bottom:30px;margin-left:auto;margin-right:auto}.service-cta .btn-row{justify-content:center}@media (max-width:860px){.overview-grid,.included-grid,.included-grid.included-grid-3{grid-template-columns:1fr}.process-item{grid-template-columns:44px 1fr}.studio-header{text-align:center;grid-template-columns:1fr}.studio-logo{margin:0 auto}.shows-grid{grid-template-columns:1fr}}@media (max-width:1080px) and (min-width:861px){.shows-grid{grid-template-columns:repeat(2,1fr)}}
