/* V8W1 — "Глянець". Розміри в rem: 1rem = 1rem на екрані 1440x900, масштабується разом з вікном. */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: clamp(12.5px, min(1.111vw, 1.777vh), 24px); -webkit-text-size-adjust: 100%; }
body { margin: 0; min-height: 100vh; background: #0a0a0a; color: #f2f2f2; font-family: 'Commissioner', 'Segoe UI', sans-serif; font-size: 1rem; line-height: 1.4; overflow: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
h1, p { margin: 0; }
:focus-visible { outline: 2px solid #ffffff; outline-offset: 0.1875rem; }

:root { --ease: cubic-bezier(0.2, 0.7, 0.1, 1); --mx: 30%; --my: 40%; --dx: 0; --dy: 0; --base: 0ms; --line: rgba(255,255,255,0.18); --serif: 'Playfair Display', Georgia, serif; --ital: 'Cormorant Garamond', Georgia, serif; }
body.intro { --base: 600ms; }

/* ---------- каркас ---------- */
.stage { position: fixed; inset: 0; }
.frame-outer { position: absolute; inset: 1rem; border: 1px solid #ffffff; border-radius: 2.125rem; pointer-events: none; z-index: 9; animation: pulse 5s ease-in-out infinite alternate; }
.card { position: absolute; inset: 2.5rem; display: grid; grid-template-columns: 7.875rem minmax(0, 1fr) minmax(18.75rem, 41.2%); border-radius: 1.125rem; overflow: hidden; isolation: isolate; }
.card::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,0.5); border-radius: 1.125rem; pointer-events: none; z-index: 8; }
.smoke { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.smoke img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; animation: drift 46s ease-in-out infinite alternate; }
.spot { position: absolute; inset: 0; z-index: 6; pointer-events: none; background: radial-gradient(32.5rem circle at var(--mx) var(--my), rgba(255,255,255,0.13), rgba(255,255,255,0) 70%); }
.grain { position: absolute; inset: 0; z-index: 7; pointer-events: none; opacity: 0.55; mix-blend-mode: overlay; background: url(../images/grain.png) 0 0 / 240px 240px; animation: grain 0.7s steps(4) infinite; }
.dust { position: absolute; inset: 0; z-index: 5; pointer-events: none; overflow: hidden; }
.dust i { position: absolute; width: 0.1875rem; height: 0.1875rem; border-radius: 50%; background: #ffffff; opacity: 0; filter: blur(0.5px); animation: dust linear infinite; }

/* ---------- вкладки ---------- */
.tabs { grid-column: 1; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: rgba(10,10,10,0.55); z-index: 3; }
.tab { position: relative; flex: 1 1 0; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 0; border-bottom: 1px solid var(--line); background: none; padding: 0; }
.tab:last-child { border-bottom: 0; }
.tab::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,0.26); transform: translateX(-101%); transition: transform 0.5s var(--ease); }
.tab:hover::before, .tab.on::before { transform: translateX(0); }
.tab span { position: relative; writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--serif); font-weight: 700; font-size: 1.25rem; letter-spacing: 0.18em; text-transform: uppercase; transition: letter-spacing 0.4s var(--ease); }
.tab:hover span { letter-spacing: 0.3em; }

/* ---------- колонка контенту ---------- */
.content { grid-column: 2; min-width: 0; min-height: 0; display: flex; flex-direction: column; padding: 1.25rem 3.125rem 1rem 1.5rem; z-index: 3; }
.content > * { width: 100%; max-width: 42.5rem; }
.rule { height: 1px; flex-shrink: 0; background: rgba(255,255,255,0.28); transform-origin: 0 50%; }
.content > .rule { margin: 1.375rem 0 1.5rem; }

/* плеєр */
.player { flex-shrink: 0; padding: 1.25rem 1.625rem; display: flex; flex-direction: column; gap: 0.875rem; background: rgba(12,12,12,0.62); border: 1px solid rgba(255,255,255,0.16); border-radius: 0.625rem; -webkit-backdrop-filter: blur(0.875rem); backdrop-filter: blur(0.875rem); }
.player-top, .player-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.track { display: flex; align-items: center; gap: 0.875rem; min-width: 0; }
.track-name { font-weight: 700; font-size: 1rem; letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.time { font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.08em; color: #bdbdbd; white-space: nowrap; font-variant-numeric: tabular-nums; }
.eq { display: flex; align-items: flex-end; gap: 0.1875rem; height: 0.875rem; flex-shrink: 0; }
.eq i { width: 0.1875rem; height: 0.875rem; background: #d9d9d9; transform-origin: 50% 100%; transform: scaleY(0.25); animation: eq 0.5s ease-in-out infinite alternate paused; }
.eq i:nth-child(2) { animation-duration: 0.38s; } .eq i:nth-child(3) { animation-duration: 0.62s; } .eq i:nth-child(4) { animation-duration: 0.44s; } .eq i:nth-child(5) { animation-duration: 0.56s; }
.is-playing .eq i { animation-play-state: running; }
input[type="range"] { -webkit-appearance: none; appearance: none; margin: 0; background: none; cursor: pointer; --p: 0%; }
input[type="range"]::-webkit-slider-runnable-track { height: 0.25rem; border-radius: 2px; background: linear-gradient(90deg, #f2f2f2 var(--p), rgba(255,255,255,0.16) var(--p)); }
input[type="range"]::-moz-range-track { height: 0.25rem; border-radius: 2px; background: linear-gradient(90deg, #f2f2f2 var(--p), rgba(255,255,255,0.16) var(--p)); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 0.875rem; height: 0.875rem; margin-top: -0.3125rem; border-radius: 50%; background: #ffffff; box-shadow: 0 0 0.75rem rgba(255,255,255,0.6); transition: transform 0.2s, opacity 0.2s; }
input[type="range"]::-moz-range-thumb { width: 0.875rem; height: 0.875rem; border: 0; border-radius: 50%; background: #ffffff; box-shadow: 0 0 0.75rem rgba(255,255,255,0.6); }
input[type="range"]:hover::-webkit-slider-thumb { transform: scale(1.3); }
.seek { width: 100%; height: 1rem; margin: -0.375rem 0; }
.seek::-webkit-slider-thumb { opacity: 0; } .seek:hover::-webkit-slider-thumb, .seek:focus-visible::-webkit-slider-thumb { opacity: 1; }
.play { height: 2.75rem; width: 8.25rem; display: flex; align-items: center; justify-content: center; gap: 0.625rem; background: transparent; border: 1px solid rgba(255,255,255,0.4); border-radius: 1.375rem; font-size: 0.875rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.2s; }
.play:hover { background: #f2f2f2; color: #0a0a0a; border-color: #f2f2f2; } .play:active { transform: scale(0.96); }
.play svg { width: 1rem; height: 1rem; stroke-width: 2.4; }
.play .i-pause, .is-playing .play .i-play { display: none; } .is-playing .play .i-pause { display: block; }
.vol { display: flex; align-items: center; gap: 0.75rem; height: 2.75rem; color: #bdbdbd; }
.vol button { display: flex; padding: 0; border: 0; background: none; color: inherit; } .vol button:hover { color: #ffffff; }
.vol svg { width: 1.125rem; height: 1.125rem; }
.vol .i-mute, .is-muted .vol .i-vol { display: none; } .is-muted .vol .i-mute { display: block; }
.vol input { width: 7.5rem; height: 1rem; }
.vol input::-webkit-slider-runnable-track { height: 0.1875rem; } .vol input::-moz-range-track { height: 0.1875rem; }
.vol input::-webkit-slider-thumb { margin-top: -0.3438rem; }

/* панелі */
.panels { flex: 1 1 0; min-height: 0; position: relative; }
.panel { display: none; flex-direction: column; height: 100%; overflow-y: auto; overflow-x: hidden; padding-right: 0.625rem; margin-right: -0.625rem; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,0.5) transparent; }
.panel.on { display: flex; }
.panel::-webkit-scrollbar { width: 0.25rem; } .panel::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.5); border-radius: 2px; }
.h1 { font-family: var(--serif); font-weight: 900; font-size: 3.75rem; line-height: 1; letter-spacing: 0.04em; text-transform: uppercase; }
.sub { margin-top: 0.625rem; font-weight: 600; font-size: 0.8125rem; letter-spacing: 0.42em; text-transform: uppercase; color: #a6a6a6; }
.panel > .rule { margin-top: 1.125rem; background: var(--line); }
.label { font-weight: 600; font-size: 0.6875rem; letter-spacing: 0.3em; text-transform: uppercase; color: #bdbdbd; }

.about { margin-top: 2px; display: flex; gap: 2.25rem; align-items: center; flex-shrink: 0; }
.about-name { width: 18.75rem; flex-shrink: 0; }
.sign { margin: 0.625rem 0 0 1.625rem; font-family: 'Mrs Saint Delafield', cursive; font-size: 5.625rem; line-height: 0.95; color: #ffffff; white-space: nowrap; transform: rotate(-6deg); text-shadow: 0 0 1.125rem rgba(255,255,255,0.25); }
.facts { flex: 1 1 0; min-width: 0; margin: 0; }
.fact { display: flex; justify-content: space-between; align-items: baseline; gap: 0.75rem; padding: 0.5625rem 0; border-bottom: 1px solid rgba(255,255,255,0.16); transition: padding 0.3s, background 0.3s; }
.fact:hover { padding-left: 0.5rem; padding-right: 0.5rem; background: rgba(255,255,255,0.08); }
.fact dd { margin: 0; font-family: var(--serif); font-weight: 700; font-size: 1.0625rem; font-variant-numeric: lining-nums; text-align: right; }
.cta { position: relative; margin-top: 1rem; flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; height: 4.75rem; padding: 0 1.5rem; overflow: hidden; border: 1px solid rgba(255,255,255,0.55); background: rgba(12,12,12,0.45); -webkit-backdrop-filter: blur(0.625rem); backdrop-filter: blur(0.625rem); transition: color 0.4s, border-color 0.4s, padding 0.5s var(--ease); }
.cta::before { content: ""; position: absolute; inset: 0; background: #f4f4f4; transform: translateX(-101%); transition: transform 0.6s var(--ease); }
.cta:hover { color: #0a0a0a; border-color: #f4f4f4; padding-left: 2.125rem; }
.cta:hover::before { transform: none; }
.cta > * { position: relative; }
.cta-text { font-family: var(--ital); font-style: italic; font-weight: 600; font-size: 1.9375rem; line-height: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cta-go { width: 2.875rem; height: 2.875rem; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid currentColor; transition: transform 0.5s var(--ease); }
.cta-go svg { width: 1.25rem; height: 1.25rem; }
.cta:hover .cta-go { transform: translateX(0.375rem); }
.brief { margin-top: 0.75rem; padding: 1rem 1.5rem; flex-shrink: 0; display: flex; flex-direction: column; gap: 0.375rem; background: rgba(255,255,255,0.2); }
.brief p { font-family: var(--ital); font-style: italic; font-weight: 500; font-size: 1.5rem; line-height: 1.2; color: #f7f7f7; }
.links { margin-top: auto; padding-top: 2px; flex-shrink: 0; display: flex; flex-wrap: wrap; gap: 0 1.625rem; font-weight: 600; font-size: 0.875rem; letter-spacing: 0.06em; }
.link { position: relative; display: flex; align-items: center; gap: 0.5625rem; height: 2.75rem; }
.link svg { width: 1.0625rem; height: 1.0625rem; }
.link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0.5rem; height: 1px; background: #ffffff; transform: scaleX(0); transform-origin: 100% 50%; transition: transform 0.4s var(--ease); }
.link:hover::after { transform: scaleX(1); transform-origin: 0 50%; }

.works { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1.75rem; }
.work { display: flex; gap: 0.875rem; align-items: center; min-height: 5.75rem; padding: 0.6875rem 0; border-bottom: 1px solid rgba(255,255,255,0.16); }
.work-img { position: relative; width: 7.75rem; height: 4.125rem; flex-shrink: 0; overflow: hidden; background: #161616; }
.work-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.15) brightness(0.9); transition: filter 0.6s, transform 0.8s var(--ease); }
.work:hover .work-img img, .work:focus-visible .work-img img { filter: none; transform: scale(1.08); }
.work-go { position: absolute; right: 0.375rem; top: 0.375rem; width: 1.625rem; height: 1.625rem; border-radius: 50%; background: rgba(10,10,10,0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transform: translate(-0.375rem, 0.375rem); transition: opacity 0.3s, transform 0.4s var(--ease); }
.work-go svg { width: 1rem; height: 1rem; }
.work:hover .work-go { opacity: 1; transform: none; }
.work-text { min-width: 0; display: flex; flex-direction: column; gap: 0.3125rem; transition: transform 0.4s var(--ease); }
.work:hover .work-text { transform: translateX(0.375rem); }
.work-title { font-family: var(--serif); font-weight: 700; font-size: 0.9688rem; line-height: 1.2; }
.work-host { font-size: 0.75rem; letter-spacing: 0.04em; color: #b0b0b0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.contacts { display: flex; flex-direction: column; flex-shrink: 0; }
.contacts > :last-child .contact, .contacts > :last-child:not(.contact-wrap) { border-bottom: 0; }
.contact-wrap { position: relative; }
.contact { position: relative; display: flex; align-items: center; gap: 1.375rem; min-height: 7rem; padding: 0.875rem 0.5rem 0.875rem 0; border-bottom: 1px solid rgba(255,255,255,0.16); overflow: hidden; transition: padding 0.4s var(--ease); }
.contact::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,0.12); transform: translateX(-101%); transition: transform 0.5s var(--ease); }
.contact:hover::before { transform: none; } .contact:hover { padding-left: 1rem; }
.contact > * { position: relative; }
.contact-ico { width: 3.5rem; height: 3.5rem; flex-shrink: 0; border-radius: 50%; border: 1px solid rgba(255,255,255,0.45); display: flex; align-items: center; justify-content: center; transition: background 0.3s, color 0.3s; }
.contact-ico svg { width: 1.375rem; height: 1.375rem; }
.contact:hover .contact-ico { background: #f2f2f2; color: #0a0a0a; }
.contact-text { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 0.375rem; }
.contact-val { font-variant-numeric: lining-nums; font-family: var(--serif); font-weight: 700; font-size: 1.6875rem; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.contact-go { display: flex; opacity: 0.5; transition: opacity 0.3s, transform 0.4s var(--ease); } .contact-go svg { width: 1.5rem; height: 1.5rem; }
.contact:hover .contact-go { opacity: 1; transform: translate(0.25rem, -0.25rem); }
.contact-wrap .contact { padding-right: 6.75rem; }
.copy { position: absolute; right: 3.25rem; top: 50%; width: 2.75rem; height: 2.75rem; margin-top: -1.375rem; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(255,255,255,0.35); border-radius: 50%; background: rgba(10,10,10,0.6); transition: background 0.3s, color 0.3s; }
.copy:hover { background: #f2f2f2; color: #0a0a0a; } .copy svg { width: 1.125rem; height: 1.125rem; }
.copy .i-ok, .copy.done .i-copy { display: none; } .copy.done .i-ok { display: block; }

/* ---------- портрет ---------- */
.photo { grid-column: 3; position: relative; min-width: 0; z-index: 2; }
.photo-clip { position: absolute; inset: 0; overflow: hidden; }
.photo-par { width: 100%; height: 100%; transform: translate(calc(var(--dx) * -0.875rem), calc(var(--dy) * -0.625rem)); transition: transform 0.5s ease-out; }
.photo-par img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0%; transform: scale(1.04); filter: brightness(0.78) contrast(1.1); }
.photo-clip::before, .photo-clip::after { content: ""; position: absolute; left: 0; right: 0; z-index: 1; pointer-events: none; }
.photo-clip::before { top: 0; height: 32%; background: linear-gradient(180deg, rgba(10,10,10,0.8), rgba(10,10,10,0)); }
.photo-clip::after { bottom: 0; height: 37%; background: linear-gradient(180deg, rgba(10,10,10,0), rgba(10,10,10,0.92) 70%); }
.name-par { position: absolute; left: -2.625rem; top: 0.75rem; bottom: 0.5rem; z-index: 2; pointer-events: none; transform: translate(calc(var(--dx) * 1.375rem), calc(var(--dy) * 0.75rem)); transition: transform 0.6s ease-out; }
.name { height: 100%; writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--serif); font-weight: 900; font-size: 8.125rem; line-height: 1; letter-spacing: 0.01em; white-space: nowrap; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,0.8); background: linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 60%) 0 -120% / 100% 45% no-repeat; -webkit-background-clip: text; background-clip: text; }
.star { position: absolute; right: 2.25rem; top: 2.25rem; z-index: 2; display: flex; } .star svg { width: 2.125rem; height: 2.125rem; fill: currentColor; stroke-width: 1.5; animation: spin 14s linear infinite; }
.swu { position: absolute; right: 2.5rem; top: 8.125rem; z-index: 2; writing-mode: vertical-rl; font-weight: 600; font-size: 0.8125rem; letter-spacing: 0.42em; text-transform: uppercase; color: #e6e6e6; }
.caption { position: absolute; right: 2.25rem; bottom: 1.75rem; z-index: 2; display: flex; flex-direction: column; align-items: flex-end; gap: 0.625rem; text-align: right; }
.caption-role { font-family: var(--ital); font-style: italic; font-weight: 500; font-size: 4.75rem; line-height: 1; color: #ffffff; }
.caption-line { font-weight: 600; font-size: 0.75rem; letter-spacing: 0.5em; margin-right: -0.5em; text-transform: uppercase; color: #d0d0d0; }
.caption-line + .caption-line { color: #a6a6a6; }

/* ---------- анімації ---------- */
@keyframes rise { from { opacity: 0; transform: translateY(1.125rem); } to { opacity: 1; transform: none; } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes draw { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes wipe { from { clip-path: inset(0 0 100% 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes wipeName { from { clip-path: inset(100% 0 0 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes write { from { clip-path: inset(-20% 100% -20% -5%); } to { clip-path: inset(-20% -10% -20% -5%); } }
@keyframes settle { from { transform: scale(1.16); filter: brightness(0.2) contrast(1.1) blur(0.375rem); } to { transform: scale(1.04); filter: brightness(0.78) contrast(1.1) blur(0); } }
@keyframes breathe { from { transform: scale(1.04); } to { transform: scale(1.1) translateY(-0.375rem); } }
@keyframes drift { from { transform: scale(1.2) translate(-3%, -2%); } to { transform: scale(1.35) translate(3%, 2%); } }
@keyframes grain { 0% { background-position: 0 0; } 25% { background-position: -60px 40px; } 50% { background-position: 80px -30px; } 75% { background-position: -30px -70px; } 100% { background-position: 0 0; } }
@keyframes gloss { 0% { background-position: 0 -120%; } 55%, 100% { background-position: 0 220%; } }
@keyframes spin { from { transform: rotate(0deg) scale(1); } 50% { transform: rotate(180deg) scale(1.25); } to { transform: rotate(360deg) scale(1); } }
@keyframes pulse { from { opacity: 0.22; } to { opacity: 0.6; } }
@keyframes eq { from { transform: scaleY(0.25); } to { transform: scaleY(1); } }
@keyframes dust { 0% { transform: translate(0, 0); opacity: 0; } 15% { opacity: 0.8; } 100% { transform: translate(2.5rem, -16.25rem); opacity: 0; } }

/* до старту все сховано (тільки якщо працює JS) */
.js body:not(.ready) .rise, .js body:not(.ready) .fade, .js body:not(.ready) .name, .js body:not(.ready) .sign, .js body:not(.ready) .photo-clip { opacity: 0; }
.js body:not(.ready) .rule { transform: scaleX(0); }
.ready .rise { animation: rise 0.9s var(--ease) both; animation-delay: calc(var(--base) * var(--k, 1) + var(--i, 0) * 80ms); }
.ready .fade { animation: fade 1.2s ease both; animation-delay: calc(var(--base) * 2 + var(--i, 0) * 120ms); }
.ready .rule { animation: draw 1.1s var(--ease) both; animation-delay: calc(var(--base) * 0.8); }
.ready .photo-clip { animation: wipe 1.5s var(--ease) both; }
.ready .photo-par img { animation: settle 2.2s var(--ease) both, breathe 24s ease-in-out 2.2s infinite alternate; }
.ready .name { animation: wipeName 1.8s var(--ease) 0.5s both, gloss 7s ease-in-out 2.4s infinite; }
.ready .panel.on .sign { animation: write 2.4s cubic-bezier(0.5, 0, 0.3, 1) both; animation-delay: calc(var(--base) * 1.8 + 100ms); }

/* ---------- телефон / вузьке вікно ---------- */
@media (max-width: 900px), (max-aspect-ratio: 1/1) {
  html { font-size: 16px; }
  body { overflow: auto; }
  .stage { position: static; }
  .frame-outer, .spot { display: none; }
  .card { position: static; display: flex; flex-direction: column; border-radius: 0; overflow: visible; padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .card::after { display: none; }
  .smoke, .grain, .dust { position: fixed; }
  .photo { order: 1; height: 78vh; height: 78svh; min-height: 460px; }
  .photo-par, .name-par { transform: none; }
  .name-par { left: 6px; top: 16px; bottom: 16px; }
  .name { font-size: min(12.4svh, 27vw); -webkit-text-stroke-width: 1.2px; }
  .star { right: 20px; top: 20px; } .swu { right: 26px; top: 84px; font-size: 11px; }
  .caption { right: 20px; bottom: 24px; } .caption-role { font-size: 56px; } .caption-line { font-size: 10.5px; letter-spacing: 0.4em; margin-right: -0.4em; }
  .content { order: 2; padding: 20px 18px 8px; }
  .content > * { max-width: none; }
  .player { padding: 16px 18px; } .track-name { font-size: 11.5px; letter-spacing: 0.04em; } .track { gap: 10px; } .vol input { width: 84px; }
  .content > .rule { margin: 18px 0 20px; }
  .panels { flex: none; } .panel { height: auto; overflow: visible; padding-right: 0; margin-right: 0; }
  .h1 { font-size: 44px; } .sub { font-size: 11px; letter-spacing: 0.3em; }
  .about { flex-direction: column; align-items: stretch; gap: 26px; margin-top: 20px; }
  .about-name { width: auto; } .sign { font-size: 92px; margin: 10px 0 8px; text-align: center; }
  .cta { height: 74px; padding: 0 18px; margin-top: 18px; } .cta:hover { padding-left: 18px; } .cta-text { font-size: 26px; } .cta-go { width: 42px; height: 42px; }
  .brief p { font-size: 23px; }
  .links { margin-top: 18px; }
  .works { grid-template-columns: minmax(0, 1fr); }
  .contact { gap: 16px; min-height: 92px; } .contact-ico { width: 48px; height: 48px; } .contact-val { font-size: 21px; } .contact-go { display: none; }
  .copy { right: 0; } .contact-wrap .contact { padding-right: 56px; }
  .tabs { position: fixed; left: 0; right: 0; bottom: 0; z-index: 20; flex-direction: row; height: calc(64px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); border-right: 0; border-top: 1px solid rgba(255,255,255,0.3); background: rgba(10,10,10,0.86); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
  .tab { border-bottom: 0; border-right: 1px solid var(--line); } .tab:last-child { border-right: 0; }
  .tab::before, .tab:hover::before { transform: translateY(101%); } .tab.on::before { transform: none; }
  .tab span { writing-mode: horizontal-tb; transform: none; font-size: 10.5px; letter-spacing: 0.06em; } .tab:hover span { letter-spacing: 0.06em; }
}
@media (hover: none) { .seek::-webkit-slider-thumb { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01s !important; animation-delay: 0s !important; animation-iteration-count: 1 !important; transition-duration: 0.01s !important; } .grain, .dust { display: none; } }
