.services { background: #d9d7cf; }
.pdf-button { border: 1px solid var(--ink); border-radius: 100px; background: transparent; color: var(--ink); padding: 10px 15px; font: 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: .25s; }
.pdf-button:hover { background: var(--ink); color: var(--bg); }
.services:target .reveal { opacity: 1; transform: none; }
.services-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; margin: 7vw 0; }
.services-intro > p { font-size: 1.05rem; line-height: 1.8; color: var(--muted); margin: 0; }
.service-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw 2vw; }
.service-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 520px; border: 1px solid #aaa9a1; background: var(--bg); }
.service-visual { position: relative; overflow: hidden; min-height: 420px; padding: 28px; background: #242620; color: #f4f3ed; display: flex; flex-direction: column; justify-content: space-between; }
.service-visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.14), transparent 38%); pointer-events: none; }
.mock-label { font: 10px var(--mono); letter-spacing: .12em; z-index: 2; }
.service-visual > strong { font-size: clamp(2rem,4vw,4.5rem); line-height: .9; letter-spacing: -.07em; z-index: 2; }
.service-info { padding: 30px 26px; display: flex; flex-direction: column; }
.service-info > div { display: flex; justify-content: space-between; font: 9px var(--mono); letter-spacing: .08em; color: var(--muted); }
.service-info h3 { font-size: clamp(1.45rem,2.3vw,2.5rem); line-height: 1.15; letter-spacing: -.05em; margin: 45px 0 22px; }
.service-info p { font-size: .92rem; line-height: 1.75; color: var(--muted); margin: 0; }
.service-info ul { list-style: none; padding: 0; margin: auto 0 0; font: 10px/1.8 var(--mono); }
.service-info li::before { content: "↗ "; }
.service-birovel .service-visual { background: #3e2d54; }
.novel-stack { position: absolute; width: 55%; height: 48%; left: 23%; top: 24%; }
.novel-stack i { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.5); background: #73539a; transform: rotate(-8deg); }
.novel-stack i:nth-child(2) { background: #b49ed0; transform: rotate(3deg) translate(8px,-5px); }
.novel-stack i:nth-child(3) { background: var(--acid); transform: rotate(12deg) translate(18px,-10px); }
.service-toptoon .service-visual { background: #141414; }
.toon-panels { position: absolute; inset: 20% 12% 22%; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; transform: rotate(-6deg); }
.toon-panels i { background: #e85b3d; }
.toon-panels i:nth-child(2) { background: #f3d650; }
.toon-panels i:nth-child(3) { background: #eee; }
.toon-panels i:nth-child(4) { background: #5378b7; }
.service-media .service-visual { background: #0e3140; }
.live-window { position: absolute; inset: 23% 12% 24%; border: 1px solid rgba(255,255,255,.55); display: grid; place-items: center; }
.live-window span { position: absolute; top: 12px; left: 12px; background: #ff4c52; padding: 5px 8px; border-radius: 20px; font: 9px var(--mono); }
.live-window i { width: 74px; height: 74px; border-radius: 50%; border: 1px solid rgba(255,255,255,.8); }
.live-window b { position: absolute; width: 1px; height: 150%; background: rgba(255,255,255,.2); transform: rotate(45deg); }
.service-upg .service-visual { background: #e75c38; color: #181814; }
.network-orbit { position: absolute; width: 230px; height: 230px; border: 1px solid rgba(0,0,0,.5); border-radius: 50%; left: 50%; top: 47%; transform: translate(-50%,-50%); }
.network-orbit::after,.network-orbit::before { content: ""; position: absolute; border: 1px solid rgba(0,0,0,.35); border-radius: 50%; inset: 35px; }
.network-orbit::before { inset: 75px; background: var(--acid); }
.network-orbit i { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: #181814; }
.network-orbit i:nth-child(1) { left: 10px; top: 50px; }
.network-orbit i:nth-child(2) { right: 15px; top: 65px; }
.network-orbit i:nth-child(3) { bottom: 5px; left: 100px; }

@media (max-width: 1100px) {
  .service-card { grid-template-columns: 1fr; }
  .service-info { min-height: 340px; }
}

@media (max-width: 800px) {
  .pdf-button { align-self: flex-start; margin-top: 8px; }
  .services-intro { grid-template-columns: 1fr; }
  .service-showcase { grid-template-columns: 1fr; gap: 28px; }
  .service-card { min-height: 0; }
  .service-visual { min-height: 360px; }
  .service-info { min-height: 330px; }
}
