:root { --ink: #0b0b0a; --ink-soft: #151513; --paper: #f2efe8; --paper-muted: #c7c1b6; --line: rgba(242, 239, 232, 0.14); --orange: #f36a2b; --orange-bright: #ff7a33; --red: #8f2d23; --green: #39453a; --max: 1180px; --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif; --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; overflow-x: clip; }
body { margin: 0px; background: var(--ink); color: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0px; pointer-events: none; background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(black, transparent 70%); z-index: -1; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0px; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.035em; line-height: 1.04; }
h1 { font-size: clamp(3.15rem, 7.4vw, 7rem); font-weight: 750; }
h2 { font-size: clamp(2.25rem, 5vw, 4.8rem); font-weight: 720; }
h3 { font-size: 1.45rem; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 120px 0px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 14px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0px; z-index: 50; background: rgba(11, 11, 10, 0.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 800; font-size: 1.2rem; letter-spacing: 0.12em; }
.brand img { border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.18); }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.nav-links > a:not(.nav-cta) { color: var(--paper-muted); transition: color 0.2s; }
.nav-links > a:hover { color: var(--paper); }
.nav-cta { padding: 11px 18px; background: var(--paper); color: var(--ink); border-radius: 2px; }
.menu-toggle { display: none; width: 44px; height: 40px; border: 1px solid var(--line); background: transparent; color: var(--paper); padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentcolor; margin: 5px 0px; }
.hero { min-height: calc(-76px + 100vh); padding: 90px 0px 80px; display: grid; grid-template-columns: minmax(0px, 1.55fr) minmax(300px, 0.65fr); align-items: end; gap: 80px; }
.hero-copy { max-width: 850px; }
.eyebrow { margin-bottom: 22px; color: var(--orange-bright); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.hero h1 { margin-bottom: 30px; max-width: 920px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 690px; color: var(--paper-muted); font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 51px; padding: 14px 21px; border: 1px solid transparent; border-radius: 2px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-size: 0.78rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; transition: transform 0.2s, background 0.2s, color 0.2s, border-color 0.2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: rgb(17, 17, 17); }
.button-primary:hover { background: var(--orange-bright); }
.button-secondary { border-color: var(--line); color: var(--paper); }
.button-secondary:hover { border-color: var(--paper-muted); }
.microcopy { margin: 16px 0px 0px; color: rgb(142, 138, 130); font-size: 0.78rem; }
.hero-panel { border-top: 1px solid var(--orange); padding-top: 20px; }
.panel-label { color: var(--paper-muted); font-size: 0.75rem; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-panel ol { list-style: none; padding: 0px; margin: 28px 0px 0px; }
.hero-panel li { padding: 15px 0px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 38px 1fr; gap: 12px; }
.hero-panel li > span { color: var(--orange); font-family: ui-monospace, monospace; font-size: 0.75rem; }
.hero-panel b, .hero-panel small { display: block; }
.hero-panel b { font-size: 0.95rem; }
.hero-panel small { margin-top: 2px; color: var(--paper-muted); font-size: 0.8rem; }
.signal-bar { border-block: 1px solid var(--line); background: rgb(17, 17, 15); }
.signal-grid { min-height: 76px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.signal-grid span { padding: 0px 20px; color: var(--paper-muted); font-size: 0.74rem; font-weight: 750; letter-spacing: 0.05em; text-align: center; text-transform: uppercase; }
.signal-grid span + span { border-left: 1px solid var(--line); }
.section-heading { max-width: 780px; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 22px; }
.section-heading > p:last-child { max-width: 670px; color: var(--paper-muted); font-size: 1.05rem; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.problem-card { padding: 36px 34px 20px 0px; }
.problem-card + .problem-card { padding-left: 34px; border-left: 1px solid var(--line); }
.problem-card > span { color: var(--orange); font-family: ui-monospace, monospace; font-size: 0.75rem; }
.problem-card h3 { margin: 45px 0px 14px; }
.problem-card p { color: var(--paper-muted); }
.services { background: var(--paper); color: var(--ink); }
.services .eyebrow { color: var(--red); }
.services .section-heading > p:last-child { color: rgb(96, 92, 85); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px 30px 30px; background: rgb(232, 228, 219); border: 1px solid rgba(11, 11, 10, 0.12); }
.price-card-featured { background: var(--ink-soft); color: var(--paper); transform: translateY(-12px); }
.recommended { position: absolute; top: -34px; left: -1px; right: -1px; padding: 8px 15px; background: var(--orange); color: rgb(17, 17, 17); font-size: 0.68rem; font-weight: 850; letter-spacing: 0.1em; text-align: center; text-transform: uppercase; }
.level { margin-bottom: 26px; color: rgb(107, 102, 95); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.price-card-featured .level { color: var(--orange); }
.price-card h3 { min-height: 50px; margin-bottom: 22px; font-size: 1.7rem; }
.price { margin: 0px; font-family: var(--display); font-size: clamp(2.5rem, 4vw, 3.6rem); font-weight: 800; line-height: 1; letter-spacing: -0.04em; }
.price span { margin-right: 3px; font-size: 0.46em; vertical-align: top; }
.price-range { font-size: clamp(2rem, 3.2vw, 3rem); }
.price-note { margin: 8px 0px 0px; color: rgb(103, 97, 89); font-size: 0.78rem; }
.price-card-featured .price-note { color: rgb(170, 165, 157); }
.card-summary { min-height: 76px; margin: 30px 0px 22px; padding-top: 22px; border-top: 1px solid rgba(11, 11, 10, 0.15); }
.price-card-featured .card-summary { border-color: var(--line); color: var(--paper-muted); }
.check-list { list-style: none; padding: 0px; margin: 0px 0px 26px; }
.check-list li { position: relative; padding: 8px 0px 8px 22px; border-bottom: 1px solid rgba(11, 11, 10, 0.09); font-size: 0.9rem; }
.check-list li::before { content: "•"; position: absolute; left: 2px; color: var(--red); font-size: 1.3rem; }
.price-card-featured .check-list li { border-color: var(--line); }
.price-card-featured .check-list li::before { color: var(--orange); }
.maintenance { min-height: 68px; margin-top: auto; color: rgb(105, 99, 91); font-size: 0.8rem; }
.price-card-featured .maintenance { color: rgb(170, 165, 157); }
.text-link { padding-top: 18px; border-top: 1px solid rgba(11, 11, 10, 0.18); display: flex; align-items: center; justify-content: space-between; font-size: 0.76rem; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; }
.price-card-featured .text-link { border-color: var(--line); color: var(--orange); }
.text-link span { font-size: 1.2rem; transition: transform 0.2s; }
.text-link:hover span { transform: translateX(4px); }
.pricing-footnote { max-width: 830px; margin: 28px auto 0px; color: rgb(101, 95, 87); font-size: 0.78rem; text-align: center; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 80px; align-items: end; }
.split-heading > p { margin-bottom: 20px; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.work-card { min-height: 470px; position: relative; overflow: hidden; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); }
.work-card::after { content: ""; position: absolute; inset: 0px; pointer-events: none; background: radial-gradient(circle at 75% 30%, rgba(255, 255, 255, 0.1), transparent 35%); }
.work-velvet { background: rgb(109, 31, 38); }
.work-rizosfera { background: var(--green); }
.work-meta { display: flex; justify-content: space-between; color: rgba(255, 255, 255, 0.72); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.work-mark { position: absolute; right: 20px; top: 55px; color: rgba(255, 255, 255, 0.08); font-family: Georgia, serif; font-size: 15rem; line-height: 1; }
.work-card h3 { margin-bottom: 13px; font-size: 2.2rem; }
.work-card p { max-width: 460px; color: rgba(255, 255, 255, 0.72); }
.work-card a { display: inline-flex; gap: 8px; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.work-disclaimer { margin: 18px 0px 0px; color: rgb(133, 128, 120); font-size: 0.75rem; }
.process { border-block: 1px solid var(--line); background: rgb(16, 16, 15); }
.process-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 90px; }
.process-heading { position: sticky; top: 130px; align-self: start; }
.process-list { list-style: none; padding: 0px; margin: 0px; }
.process-list li { min-height: 170px; padding: 20px 0px 46px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 70px 1fr; gap: 20px; }
.process-list li > span { color: var(--orange); font-family: ui-monospace, monospace; font-size: 0.75rem; }
.process-list h3 { margin-bottom: 14px; font-size: 1.7rem; }
.process-list p { max-width: 530px; color: var(--paper-muted); }
.about-card { padding: 70px; display: grid; grid-template-columns: 0.55fr 1.45fr; gap: 80px; background: var(--orange); color: rgb(17, 17, 17); }
.about-number { font-family: var(--display); font-size: clamp(4.4rem, 10vw, 8.5rem); font-weight: 850; letter-spacing: -0.08em; line-height: 0.8; writing-mode: vertical-rl; transform: rotate(180deg); opacity: 0.22; }
.about .eyebrow { color: rgb(95, 32, 21); }
.about-copy > p:not(.eyebrow) { max-width: 650px; font-size: 1.1rem; }
.values { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 8px; }
.values span { padding: 8px 11px; border: 1px solid rgba(17, 17, 17, 0.28); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.faq { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 90px; }
.faq .section-heading { margin: 0px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 25px 42px 25px 0px; cursor: pointer; list-style: none; font-weight: 720; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 24px; color: var(--orange); font-size: 1.3rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 650px; padding: 0px 45px 24px 0px; color: var(--paper-muted); }
.contact { padding: 120px 0px; background: var(--orange); color: rgb(17, 17, 17); }
.contact-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 90px; }
.contact .eyebrow { color: rgb(105, 35, 22); }
.contact-copy h2 { margin-bottom: 24px; }
.contact-copy > p:not(.eyebrow) { max-width: 480px; }
.direct-wa { display: inline-flex; gap: 10px; margin-top: 26px; padding-bottom: 5px; border-bottom: 1px solid rgba(17, 17, 17, 0.6); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; }
.contact-form { padding: 35px; background: var(--paper); border: 1px solid rgba(17, 17, 17, 0.2); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-form label { display: block; margin-bottom: 16px; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 12px; border: 1px solid rgba(17, 17, 17, 0.23); border-radius: 0px; background: rgb(255, 255, 255); color: rgb(17, 17, 17); text-transform: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid var(--ink); outline-offset: 2px; }
.form-submit { width: 100%; background: var(--ink); color: var(--paper); }
.form-note, .form-status { margin: 12px 0px 0px; color: rgb(108, 102, 94); font-size: 0.72rem; text-align: center; text-transform: none; }
.form-status { min-height: 1.2em; color: rgb(63, 92, 66); font-weight: 700; }
.footer { padding: 42px 0px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 25px; }
.footer-grid > p { margin: 0px; color: var(--paper-muted); font-size: 0.8rem; }
.footer-links { display: flex; gap: 20px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.copyright { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid var(--line); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s, transform 0.7s; }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--orange-bright); outline-offset: 4px; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; align-items: center; gap: 45px; }
  .hero-panel { max-width: 620px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid span { padding: 18px; }
  .signal-grid span:nth-child(3) { border-left: 0px; border-top: 1px solid var(--line); }
  .signal-grid span:nth-child(4) { border-top: 1px solid var(--line); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; gap: 28px; }
  .price-card-featured { transform: none; margin-top: 30px; }
  .card-summary, .maintenance { min-height: 0px; }
  .process-layout, .faq, .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .process-heading { position: static; }
  .about-card { grid-template-columns: 1fr; }
  .about-number { writing-mode: initial; transform: none; }
}
@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 84px 0px; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; left: 0px; right: 0px; top: 76px; padding: 24px 20px; background: rgb(16, 16, 15); border-bottom: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; }
  .nav-links.is-open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; padding: 70px 0px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid span + span, .signal-grid span:nth-child(3) { border-left: 0px; border-top: 1px solid var(--line); }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card, .problem-card + .problem-card { padding: 28px 0px; border-left: 0px; border-bottom: 1px solid var(--line); }
  .problem-card h3 { margin-top: 22px; }
  .split-heading, .work-grid { grid-template-columns: 1fr; gap: 25px; }
  .work-card { min-height: 410px; }
  .about-card { padding: 38px 26px; gap: 35px; }
  .about-number { font-size: 4rem; }
  .process-list li { grid-template-columns: 45px 1fr; }
  .contact { padding: 84px 0px; }
  .contact-form { padding: 25px 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 0px; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
:root { --ink: #070908; --ink-soft: #0c0f0d; --paper: #f6f5ef; --orange: #ff5a1f; --orange-bright: #ff7138; }
body { background: var(--ink); overflow-x: hidden; }
body::before { background-image: linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px); background-size: 140px 140px; mask-image: none; }
.intro-screen { position: fixed; inset: 0px; z-index: 200; display: flex; align-items: center; justify-content: center; gap: 22px; background: rgb(3, 5, 4); color: var(--paper); pointer-events: none; animation: 0.65s ease 0.85s 1 normal forwards running introExit; transition: opacity 0.8s, visibility 0.8s; }
.intro-screen.is-finished { opacity: 0; visibility: hidden; }
.intro-screen p { margin: 0px; font-size: clamp(0.9rem, 1.6vw, 1.15rem); letter-spacing: 0.01em; }
.intro-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 8px var(--orange), 0 0 28px var(--orange), 0 0 60px rgba(255,90,31,.7); animation: 1.2s ease-in-out 0s infinite normal none running introPulse; }
@keyframes introPulse { 
  50% { transform: scale(1.4); opacity: 0.65; }
}
@keyframes introExit { 
  100% { opacity: 0; visibility: hidden; }
}
.page-rail { position: fixed; left: 0px; top: 0px; bottom: 0px; z-index: 60; width: 76px; padding: 96px 0px 28px; border-right: 1px solid rgba(255, 255, 255, 0.09); display: flex; flex-direction: column; align-items: center; gap: 16px; pointer-events: none; }
.page-rail span:not(.rail-line) { writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(255, 255, 255, 0.46); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.14em; }
.rail-line { width: 1px; flex: 1 1 0%; background: linear-gradient(to bottom, var(--orange), transparent); }
.site-header { position: fixed; inset: 0px 0px auto; z-index: 80; background: transparent; border: 0px; backdrop-filter: none; pointer-events: none; }
.nav { width: 100%; min-height: 92px; padding: 0px 34px 0px 26px; pointer-events: auto; }
.nav .brand { width: 185px; }
.nav .brand img { width: 48px; height: 48px; box-shadow: rgba(255, 90, 31, 0.16) 0px 0px 32px; }
.brand img { animation: 18s linear 0s infinite normal none running koiClockwise; transform-origin: center center; will-change: transform; }
.brand:hover img { animation-duration: 6s; }
@keyframes koiClockwise { 
  100% { transform: rotate(360deg); }
}
.studio-label { margin: 0px auto 0px 0px; color: rgba(255, 255, 255, 0.72); font-size: 0.66rem; font-weight: 750; letter-spacing: 0.09em; text-transform: uppercase; }
.nav-links { position: fixed; left: 50%; top: 20px; transform: translateX(-50%); padding: 8px; gap: 4px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; background: rgba(7, 9, 8, 0.58); box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 45px; backdrop-filter: blur(18px); }
.nav-links > a:not(.nav-cta), .nav-cta { padding: 10px 16px; border-radius: 9px; color: rgba(255, 255, 255, 0.82); }
.nav-links > a:hover, .nav-links > a.is-active { background: rgba(255, 255, 255, 0.1); color: white; }
.nav-cta { position: static; width: max-content; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.12); }
.hero { position: relative; min-height: 100svh; width: 100%; padding: 0px 7vw 8vh max(13vw, 125px); overflow: hidden; display: flex; align-items: center; isolation: isolate; }
.hero-atmosphere { position: absolute; inset: 0px; z-index: -3; background: linear-gradient(90deg, rgba(2, 3, 3, 0.93) 0%, rgba(2, 3, 3, 0.68) 35%, rgba(2, 3, 3, 0.05) 72%), linear-gradient(0deg, rgba(2, 3, 3, 0.8) 0%, transparent 36%), url("assets/hero-current.webp") center center / cover no-repeat; transform: scale(1.035); transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1); }
.hero::after { content: ""; position: absolute; inset: 0px; z-index: -2; pointer-events: none; background: radial-gradient(circle at 72% 48%, rgba(255, 90, 31, 0.18), transparent 20%) 0% 0% / auto, linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0% 0% / 140px 100%; }
.hero .hero-copy { width: auto; margin: 0px; max-width: 880px; }
.hero h1 { max-width: 820px; margin-bottom: 26px; font-family: "Helvetica Neue", Arial, sans-serif; font-size: clamp(4.3rem, 8vw, 8.3rem); font-weight: 450; line-height: 0.86; letter-spacing: -0.065em; }
.hero h1 em { display: block; color: var(--paper); }
.hero-lead { max-width: 610px; color: rgba(255, 255, 255, 0.72); }
.hero .eyebrow { color: rgba(255, 255, 255, 0.72); }
.hero-panel { position: absolute; right: 5vw; bottom: 12vh; width: min(360px, 28vw); padding: 18px 0px 0px; border-top-color: var(--orange); }
.hero-panel p:last-child { color: rgba(255, 255, 255, 0.67); font-size: 0.83rem; }
.scroll-cue { position: absolute; right: 28px; bottom: 34px; display: flex; flex-direction: column; align-items: center; gap: 12px; color: rgba(255, 255, 255, 0.62); font-size: 0.57rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 16px var(--orange); }
.signal-bar { position: relative; z-index: 3; background: rgba(7, 9, 8, 0.97); }
.universe-section { position: relative; min-height: 95vh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.universe-section::before { content: ""; position: absolute; width: 560px; height: 560px; right: -200px; top: 15%; border-radius: 50%; background: radial-gradient(circle, rgba(255, 90, 31, 0.16), transparent 67%); filter: blur(10px); pointer-events: none; }
.universe-section .section-heading { max-width: 980px; }
.universe-section .section-heading h2 { font-size: clamp(3.4rem, 7vw, 7rem); font-weight: 460; line-height: 0.94; }
.services-immersive { position: relative; background: rgb(11, 13, 12); color: var(--paper); overflow: hidden; }
.services-immersive::before { content: ""; position: absolute; inset: 0px; pointer-events: none; background: radial-gradient(circle at 30% 20%, rgba(255, 90, 31, 0.12), transparent 30%) 0% 0% / auto, linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px) 0% 0% / 100% 160px; }
.services-immersive .section-heading > p:last-child { color: var(--paper-muted); }
.services-immersive .eyebrow { color: var(--orange); }
.services-immersive .pricing-grid { position: relative; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.services-immersive .price-card, .services-immersive .price-card-featured { background: rgba(10, 13, 11, 0.88); color: var(--paper); border: 0px; transform: none; transition: background 0.35s, transform 0.35s; }
.services-immersive .price-card:hover { background: rgba(255, 90, 31, 0.09); transform: translateY(-8px); }
.services-immersive .recommended { top: 0px; left: 0px; right: auto; padding: 7px 12px; }
.services-immersive .level, .services-immersive .price-note, .services-immersive .maintenance { color: rgba(255, 255, 255, 0.55); }
.services-immersive .price-card-featured .level, .services-immersive .text-link { color: var(--orange); }
.services-immersive .card-summary, .services-immersive .check-list li, .services-immersive .text-link { border-color: var(--line); }
.services-immersive .card-summary { color: rgba(255, 255, 255, 0.72); }
.services-immersive .check-list li::before { color: var(--orange); }
.services-immersive .pricing-footnote { color: rgba(255, 255, 255, 0.5); }
.work-section { padding-block: 150px; }
.work-section .split-heading h2 { font-size: clamp(3rem, 6.5vw, 6.5rem); font-weight: 460; line-height: 0.94; }
.work-grid { gap: 28px; }
.work-card { min-height: 68vh; border-radius: 18px; box-shadow: rgba(0, 0, 0, 0.28) 0px 25px 80px; transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s; }
.work-card:hover { transform: scale(0.985); }
.work-velvet { background: radial-gradient(circle at 70% 30%, rgba(255, 172, 166, 0.35), transparent 28%), linear-gradient(140deg, rgb(139, 37, 48), rgb(53, 16, 20)); }
.work-rizosfera { background: radial-gradient(circle at 68% 28%, rgba(169, 193, 89, 0.28), transparent 30%), linear-gradient(140deg, rgb(75, 93, 67), rgb(23, 35, 25)); }
.work-mark { top: 16%; right: 8%; font-size: clamp(13rem, 26vw, 25rem); opacity: 0.07; }
.work-card h3 { font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 480; }
.process-immersive { background: linear-gradient(120deg, rgba(255, 90, 31, 0.08), transparent 38%), rgb(9, 11, 10); }
.process-immersive .process-list li { min-height: 210px; align-items: center; }
.process-immersive .process-list h3 { font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 470; }
.ambient-cursor { position: fixed; left: 0px; top: 0px; z-index: 150; width: 18px; height: 18px; border-radius: 50%; background: rgba(255, 90, 31, 0.18); border: 1px solid rgba(255, 113, 56, 0.7); box-shadow: rgba(255, 90, 31, 0.34) 0px 0px 32px; pointer-events: none; opacity: 0; transform: translate(-50%, -50%); transition: width 0.2s, height 0.2s, opacity 0.2s; }
@media (max-width: 1120px) {
  .studio-label { display: none; }
  .nav-cta { position: static; border: 0px; }
  .page-rail { display: none; }
  .hero { padding-left: 7vw; }
}
@media (max-width: 760px) {
  .intro-screen { padding: 30px; text-align: center; }
  .nav { min-height: 78px; padding: env(safe-area-inset-top) max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left)); }
  .nav .brand { width: auto; }
  .nav .brand img { width: 42px; height: 42px; }
  .menu-toggle { min-width: 44px; min-height: 44px; }
  .nav-links { position: absolute; left: 14px; right: 14px; top: 78px; transform: none; border-radius: 12px; background: rgba(7, 9, 8, 0.94); max-height: calc(-96px + 100svh); overflow-y: auto; }
  .nav-links a { min-height: 46px; display: flex; align-items: center; }
  .nav-cta { position: static; width: auto; justify-content: center; }
  .hero { min-height: 100svh; padding: max(116px, calc(92px + env(safe-area-inset-top))) 22px max(70px, env(safe-area-inset-bottom)); align-items: flex-end; }
  .hero-atmosphere { background-position: 62% center; }
  .hero h1 { font-size: clamp(3.35rem, 16vw, 5.7rem); line-height: 0.89; }
  .hero-lead { font-size: 1rem; line-height: 1.55; }
  .hero-panel { display: none; }
  .scroll-cue { display: none; }
  .universe-section { min-height: auto; }
  .universe-section .section-heading h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .services-immersive .pricing-grid { gap: 20px; background: transparent; border: 0px; }
  .services-immersive .price-card { border: 1px solid var(--line); }
  .work-card { min-height: 560px; }
  .direct-wa { align-items: flex-start; line-height: 1.45; }
  .contact-form input, .contact-form select, .contact-form textarea { font-size: 16px; }
  .footer-links { flex-wrap: wrap; row-gap: 12px; }
  .ambient-cursor { display: none; }
}
@media (max-width: 430px) {
  .shell { width: calc(100% - 28px); }
  .section, .work-section { padding-block: 76px; }
  .hero { padding-inline: 18px; }
  .hero h1 { font-size: clamp(3rem, 15.2vw, 4.15rem); }
  .hero-actions .button { width: 100%; }
  .signal-grid span { min-height: 58px; display: grid; place-items: center; }
  .universe-section .section-heading h2 { font-size: clamp(2.7rem, 13.5vw, 3.7rem); }
  .price-card { padding: 30px 22px 26px; }
  .price-card h3 { min-height: 0px; }
  .price-range { font-size: clamp(1.85rem, 9vw, 2.55rem); }
  .work-card { min-height: 500px; padding: 24px 20px; }
  .work-card h3 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .process-list li { grid-template-columns: 36px minmax(0px, 1fr); gap: 12px; }
  .about-card { padding: 34px 22px; }
  .faq summary { padding-right: 34px; }
  .contact-form { padding: 24px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .brand img { animation: auto ease 0s 1 normal none running none; }
}

/* Stable navigation, visible content and ambient motion */
html { scroll-behavior: auto; scroll-padding-top: 92px; }
main section[id] { scroll-margin-top: 92px; }
.reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }
.hero { padding-top: 104px; }
.hero-atmosphere { transform: scale(1.02); transition: none; animation: heroBreath 14s ease-in-out infinite; will-change: transform; }
.work-card { transform: none; }

body::before { animation: gridDrift 28s linear infinite; }
.hero::before {
  content: ""; position: absolute; z-index: -1; width: min(58vw, 820px); aspect-ratio: 1;
  left: 44%; top: 5%; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle at 42% 45%, rgba(255,103,42,.34), transparent 18%), radial-gradient(circle at 60% 52%, rgba(141,51,28,.3), transparent 40%);
  filter: blur(42px); opacity: .75; animation: heroLight 11s ease-in-out infinite alternate; will-change: transform, opacity;
}
.signal-bar {
  background: linear-gradient(105deg, transparent 35%, rgba(255,90,31,.12) 48%, rgba(255,255,255,.06) 50%, transparent 64%), rgba(7,9,8,.97);
  background-size: 240% 100%, auto; animation: signalSweep 9s ease-in-out infinite;
}
.universe-section { isolation: isolate; }
.universe-section::before { animation: ambientFloat 12s ease-in-out infinite alternate; will-change: transform, opacity; }
.universe-section::after {
  content: ""; position: absolute; z-index: -1; width: 260px; height: 260px; left: 9%; bottom: 8%;
  border: 1px solid rgba(255,90,31,.12); border-radius: 50%; pointer-events: none;
  box-shadow: 0 0 90px rgba(255,90,31,.08), inset 0 0 70px rgba(255,90,31,.05);
  animation: orbitPulse 10s ease-in-out infinite;
}
.services-immersive::before { animation: serviceGlow 16s ease-in-out infinite alternate; }
.services-immersive::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 25%, rgba(255,90,31,.045) 47%, transparent 66%);
  background-size: 220% 100%; animation: serviceSweep 13s linear infinite;
}
.services-immersive > .shell { position: relative; z-index: 1; }
.work-card::after { animation: cardLight 8s ease-in-out infinite alternate; }
.work-card:hover { transform: translateY(-6px); box-shadow: 0 34px 100px rgba(0,0,0,.38); }
.process-immersive { background-size: 180% 180%, auto; animation: processGlow 16s ease-in-out infinite alternate; }

@keyframes gridDrift { to { background-position: 140px 140px; } }
@keyframes heroBreath { 0%,100% { transform: scale(1.02); } 50% { transform: scale(1.065); } }
@keyframes heroLight { 0% { transform: translate3d(-8%,-3%,0) scale(.92); opacity: .52; } 100% { transform: translate3d(9%,5%,0) scale(1.08); opacity: .88; } }
@keyframes signalSweep { 0%,18% { background-position: 150% 0,0 0; } 75%,100% { background-position: -80% 0,0 0; } }
@keyframes ambientFloat { 0% { transform: translate3d(0,-16px,0) scale(.92); opacity: .55; } 100% { transform: translate3d(-70px,48px,0) scale(1.15); opacity: 1; } }
@keyframes orbitPulse { 0%,100% { transform: scale(.82); opacity: .25; } 50% { transform: scale(1.16); opacity: .75; } }
@keyframes serviceGlow { from { background-position: 20% 10%,0 0; } to { background-position: 82% 64%,0 160px; } }
@keyframes serviceSweep { to { background-position: -220% 0; } }
@keyframes cardLight { from { transform: translate3d(-8%,-4%,0) scale(.94); opacity: .55; } to { transform: translate3d(10%,7%,0) scale(1.08); opacity: 1; } }
@keyframes processGlow { from { background-position: 0% 30%,0 0; } to { background-position: 100% 70%,0 0; } }

@media (max-width: 760px) {
  .hero { padding-top: max(116px, calc(92px + env(safe-area-inset-top))); }
  .hero::before { width: 105vw; left: 18%; top: 18%; filter: blur(34px); }
  .work-card:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .brand img, body::before, .hero-atmosphere, .hero::before, .signal-bar,
  .universe-section::before, .universe-section::after, .services-immersive::before,
  .services-immersive::after, .work-card::after, .process-immersive { animation: none; }
}

/* Legal pages */
.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 8%, rgba(254, 110, 37, 0.12), transparent 28rem),
    #050403;
  color: var(--paper);
}
.legal-page::before { opacity: 0.3; }
.legal-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 4, 3, 0.84);
  backdrop-filter: blur(18px);
}
.legal-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.legal-nav .brand img,
.legal-footer .brand img { animation: 18s linear infinite koiClockwise; }
.legal-back {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  color: var(--paper-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.legal-back:hover { color: var(--paper); border-color: var(--orange-bright); }
.legal-main { position: relative; padding: 84px 0 110px; }
.legal-document { width: min(820px, calc(100% - 40px)); }
.legal-document h1 {
  max-width: 12ch;
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  letter-spacing: -0.065em;
  line-height: 0.9;
}
.legal-updated {
  margin-bottom: 58px;
  color: var(--paper-muted);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.legal-document > p,
.legal-document li {
  color: rgba(247, 241, 232, 0.78);
  font-size: 1rem;
  line-height: 1.8;
}
.legal-document > p { margin: 0 0 20px; }
.legal-document h2 {
  margin: 54px 0 16px;
  color: var(--paper);
  font-size: clamp(1.35rem, 3vw, 2rem);
  letter-spacing: -0.025em;
}
.legal-document ul { margin: 0 0 24px; padding-left: 22px; }
.legal-document li { margin-bottom: 8px; }
.legal-document a:not(.brand) {
  color: var(--orange-bright);
  text-decoration: underline;
  text-decoration-color: rgba(254, 110, 37, 0.45);
  text-underline-offset: 4px;
}
.legal-contact {
  margin-top: 68px;
  padding: 30px;
  border: 1px solid rgba(254, 110, 37, 0.28);
  background: rgba(254, 110, 37, 0.06);
}
.legal-contact h2 { margin-top: 0; }
.legal-contact p { margin-bottom: 0; color: rgba(247, 241, 232, 0.8); line-height: 1.8; }
.legal-footer { border-top: 1px solid rgba(255, 255, 255, 0.1); }

@media (max-width: 760px) {
  .legal-main { padding: 58px 0 80px; }
  .legal-document { width: min(100% - 32px, 820px); }
  .legal-document h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .legal-updated { margin-bottom: 42px; }
  .legal-document h2 { margin-top: 42px; }
  .legal-contact { padding: 24px 20px; }
}
