.fs h1{font-size:clamp(32px,5vw,52px);margin:0 0 16px;color:var(--nd-text-strong,#fff)}.fs h2{color:var(--nd-text-strong,#fff);font-size:clamp(24px,3.4vw,36px);margin:0 0 10px}.fs h3{color:var(--nd-text-strong,#fff);font-size:17px;margin:0 0 10px;letter-spacing:.02em}.fs p{color:var(--nd-text-soft,#c7ccd6);line-height:1.65;max-width:80ch}.fs a{color:var(--nd-accent-text,#ffb63b)}.fs-shots{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:22px}.fs-shots figure{margin:0}.fs-shots img{width:100%;height:auto;border-radius:var(--nd-radius-sm,8px);border:1px solid var(--nd-line,#2a2f39)}.fs-formats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.fs-cat{background:var(--nd-surface,#1b1e24);border:1px solid var(--nd-border,#353b46);border-radius:var(--nd-radius,14px);padding:18px 20px}.fs-cat h3{border-bottom:1px solid var(--nd-line,#2a2f39);padding-bottom:8px}.fs-cat ul{list-style:none;margin:0;padding:0;color:var(--nd-text,#e8eaed);line-height:1.6;font-size:14.5px}.fs-cat li{padding:3px 0}.fs-cat em{color:var(--nd-muted,#9aa3b2)}.fs details{background:var(--nd-surface,#1b1e24);border:1px solid var(--nd-border,#353b46);border-radius:var(--nd-radius-sm,8px);margin:10px 0;overflow:hidden}.fs summary{cursor:pointer;list-style:none;display:block;position:relative;padding:14px 44px 14px 18px;font-weight:700;color:var(--nd-text-strong,#fff)}.fs summary::-webkit-details-marker{display:none}.fs summary::after{content:"+";font-size:20px;font-weight:400;color:var(--nd-accent-text,#ffb63b);position:absolute;right:18px;top:50%;transform:translateY(-50%)}.fs details[open] summary::after{content:"\2212"}.fs details[open] summary{border-bottom:1px solid var(--nd-line,#2a2f39)}.fs details .body{padding:16px 18px}.fs details .body ul{color:var(--nd-text-soft,#c7ccd6);line-height:1.6;padding-left:20px}.fs details .body li{margin:6px 0}.fs details .body figure{margin:14px 0}.fs details .body img{max-width:100%;height:auto;border-radius:var(--nd-radius-sm,8px);border:1px solid var(--nd-line,#2a2f39)}img{max-width:100%;height:auto}@media (max-width:720px){.fs-formats,.fs-shots{grid-template-columns:1fr}}