@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400;font-display:optional;src:url('/fonts/playfair-display-latin.woff2') format('woff2')}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:700;font-display:optional;src:url('/fonts/playfair-display-latin.woff2') format('woff2')}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{--bg:#0a0a0a;--bg-elevated:#111111;--bg-subtle:#161616;--text:#e8e8e8;--text-muted:#888888;--accent:#7578f3;--accent-hover:#9da0fa;--border:#333333;--max-width:1100px}
html{font-size:16px;scroll-behavior:smooth;scrollbar-gutter:stable}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;background:var(--bg);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
a{color:var(--accent);text-decoration:none;transition:color 0.2s}
a:hover{color:var(--accent-hover)}
.skip-link{position:absolute;top:0;left:1rem;z-index:200;padding:0.75rem 1.5rem;background:var(--accent);color:var(--bg);font-weight:600;font-size:0.9rem;border-radius:0 0 8px 8px;transform:translateY(-100%);transition:transform 0.2s}
.skip-link:focus{transform:translateY(0);color:var(--bg)}
a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}
.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(10,10,10,0.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}
.nav-logo{display:flex;align-items:center;font-size:1.1rem;font-weight:700;color:var(--text);letter-spacing:-0.02em}
.nav-logo-img{height:36px;width:auto;display:block}
.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}
.nav-links a{color:var(--text-muted);font-size:0.9rem;font-weight:500;transition:color 0.2s}
.nav-links a:hover{color:var(--text)}
.nav-links a[aria-current="page"]:not(.nav-cta){color:var(--text);border-bottom:2px solid var(--accent);padding-bottom:2px}
.nav-cta{background:var(--accent);color:var(--bg) !important;padding:0.5rem 1.1rem;border-radius:8px;font-weight:600;font-size:0.9rem;transition:background 0.2s,transform 0.2s;border-bottom:none !important}
.nav-cta:hover{background:var(--accent-hover);transform:translateY(-1px)}
.nav-toggle{display:none;background:none;border:none;color:var(--text);font-size:1.5rem;cursor:pointer;min-width:44px;min-height:44px}
.container{max-width:var(--max-width);margin:0 auto;padding-inline:1.5rem}
main{padding-top:64px}
section{padding:7rem 0}
section + section{border-top:1px solid var(--border)}
.hero{position:relative;overflow:hidden;padding:10rem 0 6rem;text-align:center;border-top:none;min-height:70vh}
.hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}
.hero-bg-layer{position:absolute;inset:-10% 0}
.hero-bg-layer--sky{background:radial-gradient( ellipse 80% 60% at 50% 0%,rgba(117,120,243,0.10) 0%,rgba(117,120,243,0.04) 35%,transparent 65% )}
.hero-bg-layer--haze{background:radial-gradient( ellipse 50% 40% at 80% 20%,rgba(117,120,243,0.06) 0%,transparent 55% ),radial-gradient( ellipse 45% 35% at 15% 75%,rgba(117,120,243,0.04) 0%,transparent 60% )}
.hero-bg-layer--mid{background:linear-gradient( to bottom,transparent 0%,transparent 55%,rgba(10,10,10,0.55) 100% )}
.hero-content{position:relative;z-index:1}
.hero-headline{display:block}
.hero-word{display:inline-block}
h1,h2,h3{font-family:'Playfair Display',Georgia,serif}
.hero h1{font-size:clamp(2.5rem,6vw,4.25rem);font-weight:800;letter-spacing:-0.03em;line-height:1.1;margin-bottom:1.5rem}
.hero h1 .hero-accent{font-style:italic;font-weight:400;color:var(--accent)}
.hero p{font-size:clamp(1.1rem,2.5vw,1.35rem);color:var(--text-muted);max-width:620px;margin:0 auto;line-height:1.6}
.hero-cta{display:inline-block;margin-top:2.5rem;font-size:1rem;font-weight:600;color:var(--bg);background:var(--accent);padding:0.85rem 2rem;border-radius:8px;transition:background 0.2s,transform 0.2s}
.hero-cta:hover{color:var(--bg);background:var(--accent-hover);transform:translateY(-1px)}
.hero-cta--sm{font-size:0.9rem;padding:0.65rem 1.5rem}
.section-label{font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--accent);margin-bottom:1rem}
.section-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;letter-spacing:-0.02em;line-height:1.2;margin-bottom:1.5rem}
.section-title .accent{font-style:italic;font-weight:400;color:var(--accent)}
.section-text{font-size:1.1rem;color:var(--text-muted);max-width:650px;line-height:1.7;margin-bottom:2rem}
.product-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;padding:2.5rem;max-width:500px;margin:2.5rem auto 0;transition:border-color 0.2s}
.product-card:hover{border-color:rgba(117,120,243,0.3)}
.product-card h3{font-size:1.4rem;font-weight:700;margin-bottom:0.75rem}
.product-card p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}
.contact-grid{display:flex;gap:3rem;margin-top:2.5rem;flex-wrap:wrap}
.contact-item{display:flex;flex-direction:column;gap:0.25rem}
.contact-item .label{font-size:0.875rem;color:var(--text-muted);font-weight:500}
.contact-item .value{font-size:1.1rem;font-weight:600}
.footer{border-top:1px solid var(--border);padding:3rem 0 2rem}
.footer-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}
.footer-heading{display:block;font-size:1rem;font-weight:700;color:var(--text);margin-bottom:0.75rem}
.footer-address{font-style:normal;font-size:0.85rem;color:var(--text-muted);line-height:1.8}
.footer-address a{color:var(--text-muted)}
.footer-address a:hover{color:var(--text)}
.footer-bottom{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-copy{font-size:0.8rem;color:var(--text-muted)}
.footer-links{display:flex;gap:1.5rem;list-style:none;flex-wrap:wrap}
.footer-links a{font-size:0.875rem;color:var(--text-muted);transition:color 0.2s;display:inline-block;padding:0.5rem 0;min-height:44px;line-height:calc(44px - 1rem)}
.footer-links a:hover{color:var(--text)}
.error-page{padding:10rem 0 6rem;text-align:center;border-top:none}
.error-code{font-size:clamp(5rem,15vw,10rem);font-weight:800;letter-spacing:-0.04em;line-height:1;color:var(--border);margin-bottom:1.5rem}
.error-page .section-title{margin-bottom:2rem}
.error-page .section-text{max-width:500px;margin:0 auto 2.5rem}
.error-link{display:inline-block;font-size:0.95rem;font-weight:600;color:var(--accent);border:1px solid var(--accent);padding:0.65rem 1.5rem;border-radius:8px;transition:background 0.2s,color 0.2s}
.error-link:hover{background:var(--accent);color:var(--bg)}
.contact-page{padding:10rem 0 6rem;border-top:none}
.contact-page .section-text{margin-bottom:3rem}
.contact-page-grid{margin-top:0}
.blog-page{padding:10rem 0 6rem;border-top:none}
.blog-page .section-text{margin-bottom:3rem}
.blog-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}
.blog-card{display:block;background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;padding:2.5rem;text-decoration:none;color:var(--text);transition:border-color 0.3s cubic-bezier(0.16,1,0.3,1),transform 0.3s cubic-bezier(0.16,1,0.3,1),box-shadow 0.3s cubic-bezier(0.16,1,0.3,1)}
.blog-card:hover{border-color:rgba(117,120,243,0.4);transform:translateY(-3px);box-shadow:0 8px 24px rgba(117,120,243,0.08)}
.blog-card:active{transform:translateY(-1px);transition-duration:0.1s}
.blog-card time{display:block;font-size:0.85rem;color:var(--text-muted);margin-bottom:0.75rem}
.blog-card h2{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:700;letter-spacing:-0.01em;line-height:1.3;margin-bottom:1rem}
.blog-card p{color:var(--text-muted);line-height:1.7;font-size:1rem;margin-bottom:1.25rem}
.blog-card-link{display:inline-block;font-size:0.9rem;font-weight:600;color:var(--accent);transition:color 0.2s}
.blog-card:hover .blog-card-link{color:var(--accent-hover)}
.blog-detail{max-width:700px;padding:10rem 0 6rem}
.blog-back-link{display:inline-block;font-size:0.9rem;color:var(--text-muted);margin-bottom:2rem;transition:color 0.2s}
.blog-back-link:hover{color:var(--accent)}
.blog-detail time{display:block;font-size:0.85rem;color:var(--text-muted);margin-bottom:0.75rem}
.blog-detail h1{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700;letter-spacing:-0.02em;line-height:1.25;margin-bottom:2.5rem}
.blog-detail h2{font-size:clamp(1.3rem,3vw,1.6rem);font-weight:700;letter-spacing:-0.01em;line-height:1.3;margin-top:2.5rem;margin-bottom:1.25rem}
.blog-detail p{color:var(--text-muted);line-height:1.8;margin-bottom:1.25rem;font-size:1.05rem}
.blog-detail p:last-child{margin-bottom:0}
.contact-status{padding:1rem 1.25rem;border-radius:8px;font-size:0.95rem;font-weight:500;margin-bottom:2rem}
.contact-status--success{background:rgba(34,197,94,0.1);border:1px solid rgba(34,197,94,0.3);color:#4ade80}
.contact-status--error{background:rgba(239,68,68,0.1);border:1px solid rgba(239,68,68,0.3);color:#f87171}
.contact-form{max-width:520px;margin-bottom:4rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-size:0.875rem;font-weight:500;color:var(--text-muted);margin-bottom:0.4rem}
.form-group input,.form-group textarea{width:100%;padding:0.75rem 1rem;font-size:1rem;font-family:inherit;color:var(--text);background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px;transition:border-color 0.2s;line-height:1.5}
.form-group input::placeholder,.form-group textarea::placeholder{color:#555}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}
.form-group textarea{resize:vertical;min-height:120px}
.form-input--error{border-color:#ef4444 !important}
.form-hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
.form-submit{display:inline-block;margin-top:0.5rem;font-size:1rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;padding:0.85rem 2rem;border-radius:8px;cursor:pointer;transition:background 0.2s,transform 0.2s}
.form-submit:hover{background:var(--accent-hover);transform:translateY(-1px)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.newsletter-form{max-width:520px}
.newsletter-row{display:flex;gap:0.75rem;align-items:flex-start}
.newsletter-input-group{flex:1;margin-bottom:0}
.newsletter-submit{flex-shrink:0;margin-top:0}
.newsletter-gdpr{margin-top:1rem;margin-bottom:0}
.checkbox-label{display:flex;align-items:flex-start;gap:0.6rem;font-size:0.875rem;color:var(--text-muted);cursor:pointer;line-height:1.5}
.checkbox-label input[type="checkbox"]{flex-shrink:0;width:18px;height:18px;margin-top:2px;accent-color:var(--accent);cursor:pointer}
.checkbox-label--error{color:#ef4444}
.company-details{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border)}
.legal{padding:8rem 0 4rem}
.legal h1{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;letter-spacing:-0.02em;margin-bottom:0.5rem}
.legal .last-updated{font-size:0.9rem;color:var(--text-muted);margin-bottom:3rem}
.legal h2{font-size:1.3rem;font-weight:700;margin-top:3rem;margin-bottom:1rem}
.legal h3{font-size:1.1rem;font-weight:600;margin-top:2rem;margin-bottom:0.75rem}
.legal p{color:var(--text-muted);margin-bottom:1rem;line-height:1.8}
.legal ul,.legal ol{color:var(--text-muted);margin-bottom:1rem;padding-left:1.5rem;line-height:1.8}
.legal li{margin-bottom:0.4rem}
.legal a{color:var(--accent)}
.services-page{padding:10rem 0 6rem;border-top:none}
.services-page .section-text{margin-bottom:3rem}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:2.5rem}
.service-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;padding:2.25rem;transition:border-color 0.2s,transform 0.2s;display:flex;flex-direction:column;position:relative;overflow:hidden}
.service-card::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;transition:opacity 0.3s}
.service-card:hover{border-color:rgba(117,120,243,0.35);transform:translateY(-3px)}
.service-card:hover::before{opacity:1}
.service-tag{font-size:0.72rem;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}
.service-card h2{font-size:1.45rem;font-weight:700;margin-bottom:1rem;letter-spacing:-0.005em}
.service-card p{color:var(--text-muted);line-height:1.7;font-size:0.98rem;margin-bottom:1.75rem;flex:1}
.service-card .hero-cta{align-self:flex-start;margin-top:auto}
.service-arrow{align-self:flex-start;margin-top:auto;font-size:0.9rem;font-weight:600;color:var(--accent);display:inline-flex;align-items:center;gap:0.4rem;transition:gap 0.2s,color 0.2s}
.service-card:hover .service-arrow{gap:0.7rem;color:var(--accent-hover)}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem}
.value-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:border-color 0.2s,transform 0.2s}
.value-card:hover{border-color:rgba(117,120,243,0.3);transform:translateY(-2px)}
.value-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:rgba(117,120,243,0.08);border:1px solid rgba(117,120,243,0.22);margin-bottom:1.25rem;font-size:1.2rem;line-height:1}
.value-card h3{font-size:1.15rem;font-weight:700;margin-bottom:0.5rem}
.value-card p{color:var(--text-muted);font-size:0.95rem;line-height:1.6}
@media (max-width:768px){.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:rgba(10,10,10,0.95);backdrop-filter:blur(12px);flex-direction:column;padding:1.5rem;gap:1rem;border-bottom:1px solid var(--border);align-items:flex-start}
.nav-links.open{display:flex}
.nav-toggle{display:block}
.hero{padding:7rem 0 4rem;min-height:60vh}
section{padding:5rem 0}
.contact-grid{flex-direction:column;gap:1.5rem}
.footer-top{flex-direction:column}
.footer-bottom{flex-direction:column;align-items:flex-start}
.services-page{padding:7rem 0 4rem}
.services-grid{grid-template-columns:1fr}
.values-grid{grid-template-columns:1fr}
.newsletter-row{flex-direction:column}
.newsletter-submit{width:100%}
}
@media (prefers-reduced-motion:no-preference){@keyframes hero-fade-up{from{opacity:0;transform:translateY(24px)}
to{opacity:1;transform:translateY(0)}
}
@keyframes hero-word-reveal{from{transform:translateY(0.4em)}
to{transform:translateY(0)}
}
.hero-word{animation:hero-word-reveal 350ms cubic-bezier(0.16,1,0.3,1) both;animation-delay:calc(var(--word,0) * 50ms)}
.hero p{animation:hero-fade-up 500ms cubic-bezier(0.16,1,0.3,1) 300ms both}
.hero .hero-cta{animation:hero-fade-up 500ms cubic-bezier(0.16,1,0.3,1) 420ms both}
.reveal{opacity:0;transform:translateY(24px);transition:opacity 300ms cubic-bezier(0.16,1,0.3,1),transform 300ms cubic-bezier(0.16,1,0.3,1);transition-delay:calc(var(--stagger,0) * 60ms)}
.reveal.is-visible{opacity:1;transform:translateY(0)}
}
/* "O nás" page (/about/) — three standard sections stacked vertically. The * sections themselves are unboxed (no card wrapper);only ordered lists * inside a section render as numbered cards (.numbered-cards / .numbered-card). * * Entrance animation is inherited from the global .reveal class which is * already wrapped in @media (prefers-reduced-motion:no-preference). */ .about-page{padding-block:8rem 5rem;display:flex;flex-direction:column;gap:5rem}
.about-section{max-width:820px}
.about-section .section-title{margin:0 0 1.25rem}
.about-section .section-text{margin:0 0 1.25rem}
.about-section .section-text:last-of-type{margin-bottom:0}
/* Numbered cards — used only for ordered lists inside an .about-section. * Each list item carries a 01/02/03 label and a card border. Vertical stack * because the body copy is deliberately unequal in length and a column grid * would force the longest text to dictate the row height. */ .numbered-cards{list-style:none;margin:2rem 0 0;padding:0;display:flex;flex-direction:column;gap:1.25rem}
.numbered-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:border-color 0.2s}
.numbered-card:hover{border-color:rgba(117,120,243,0.3)}
.numbered-card-num{display:block;font-size:0.8rem;font-weight:700;letter-spacing:0.18em;color:var(--accent);margin-bottom:0.75rem}
.numbered-card-heading{font-size:clamp(1.1rem,2.2vw,1.3rem);font-weight:700;letter-spacing:-0.005em;line-height:1.3;margin:0 0 0.75rem;max-width:36ch}
.numbered-card-body{font-size:1rem;color:var(--text-muted);line-height:1.7;margin:0;max-width:62ch}
.numbered-card-body + .numbered-card-body{margin-top:1rem}
@media (max-width:768px){.about-page{padding-block:7rem 4rem;gap:3.5rem}
.numbered-cards{gap:1rem}
.numbered-card{padding:1.5rem 1.25rem}
}
/* VIS-291 — hero scroll parallax. CSS scroll-driven animations move * the background depth layers at a calmer rate than the foreground as * the user scrolls,creating depth without distraction. Range is bounded * to the first ~100vh so the effect reads on the hero only. Gated by * @supports + prefers-reduced-motion + pointer:fine;older Firefox without * scroll-timeline support gets a static (no parallax) hero,headline still * fully visible. */ @supports (animation-timeline:scroll()){@media (prefers-reduced-motion:no-preference) and (pointer:fine){@keyframes hero-parallax-back{to{transform:translateY(-12vh)}
}
@keyframes hero-parallax-mid{to{transform:translateY(-6vh)}
}
.hero-bg-layer--sky,.hero-bg-layer--haze{animation:hero-parallax-back linear both;animation-timeline:scroll(root);animation-range:0 100vh;will-change:transform}
.hero-bg-layer--mid{animation:hero-parallax-mid linear both;animation-timeline:scroll(root);animation-range:0 100vh;will-change:transform}
}
}
/* VIS-293 — contact section restrained directional reveal. * Heading + form pairs fade up from below in sequence as the section * enters the viewport. Reuses the .reveal IntersectionObserver from * base.njk;no second observer. The keyframe (rather than the base * .reveal transition) lets us hook animationend to release will-change * once the layer is no longer needed. */ @media (prefers-reduced-motion:no-preference){@keyframes contact-reveal-up{from{opacity:0;transform:translateY(24px)}
to{opacity:1;transform:translateY(0)}
}
.contact-reveal{transition:none}
.contact-reveal.is-visible{animation:contact-reveal-up 500ms cubic-bezier(0.16,1,0.3,1) both;animation-delay:calc(var(--stagger,0) * 80ms);will-change:transform,opacity}
.contact-reveal.is-revealed{will-change:auto}
}
@media (pointer:coarse){/* On touch devices,drop the keyframe stagger and let the base .reveal * coarse fallback (opacity-only transition) handle a single calm fade. */ .contact-reveal,.contact-reveal.is-visible{animation:none;will-change:auto}
/* Reset transition:none from the no-preference block above so coarse + * motion-ok devices get the 150ms opacity fade instead of an instant pop. */ @media (prefers-reduced-motion:no-preference){.contact-reveal{transition:opacity 150ms ease-out}
}
}
/* Cookie consent banner — gates Google Analytics behind explicit opt-in. Rendered only on builds where GA_MEASUREMENT_ID is set (production). See src/_includes/partials/analytics.njk and src/_data/analytics.js. */ .cookie-consent{position:fixed;bottom:1rem;left:1rem;right:1rem;z-index:300;max-width:30rem;margin-left:auto;display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,0.5)}
.cookie-consent[hidden]{display:none}
.cookie-consent__text{font-size:0.9rem;line-height:1.6;color:var(--text-muted)}
.cookie-consent__actions{display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:flex-end}
.cookie-consent__btn{font-family:inherit;font-size:0.9rem;font-weight:600;cursor:pointer;padding:0.55rem 1.25rem;border-radius:8px;border:1px solid transparent;transition:background 0.2s,color 0.2s,border-color 0.2s}
.cookie-consent__btn--solid{color:var(--bg);background:var(--accent)}
.cookie-consent__btn--solid:hover{background:var(--accent-hover)}
.cookie-consent__btn--ghost{color:var(--text-muted);background:transparent;border-color:var(--border)}
.cookie-consent__btn--ghost:hover{color:var(--text);border-color:var(--text-muted)}
/* VIS-288 — depth vocabulary (epic-design). * Semantic depth layer for any element. Carries only the --depth custom * property;cinematic-moment per-feature CSS files add the visual transforms * on top. * 0 = sky / furthest background * 1 = far background (atmosphere) * 2 = mid-ground (supporting graphics,secondary text) * 3 = subject plane (typography only -- no floating product imagery) * 4 = foreground overlay (grain,vignette,frame) * 5 = UI overlay (nav,CTA buttons) */ .depth-0{--depth:0}
.depth-1{--depth:1}
.depth-2{--depth:2}
.depth-3{--depth:3}
.depth-4{--depth:4}
.depth-5{--depth:5}
/* Handoff port (VIS-573) — shared additions on top of style.css that the * Vismek Site bundle introduces:page-hero variant,hero meta strip,ghost * CTA,footer-cta strip,Vy/My scenario split,and the 5-step process grid * with its first-segment-lit connector line. */ .hero-ctas{display:inline-flex;gap:0.75rem;margin-top:2.5rem;flex-wrap:wrap;justify-content:center}
.hero-cta--ghost{background:transparent;color:var(--text);border:1px solid var(--border)}
.hero-cta--ghost:hover{background:transparent;color:var(--text);border-color:var(--accent)}
.hero-meta{margin-top:4rem;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}
.hero-meta-item{display:flex;flex-direction:column;gap:0.2rem;align-items:center}
.hero-meta-item .k{font-size:0.72rem;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--text-muted)}
.hero-meta-item .v{font-size:0.95rem;font-weight:500;color:var(--text)}
.page-hero{padding:8rem 0 3rem;border-top:none;position:relative;overflow:hidden}
.page-hero .hero-bg-layer--sky{background:radial-gradient( ellipse 60% 40% at 50% 0%,rgba(117,120,243,0.07) 0%,transparent 60% )}
.footer-cta{border-top:1px solid var(--border);background:linear-gradient(180deg,transparent 0%,rgba(117,120,243,0.04) 100%)}
.footer-cta-link{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:3.5rem 0;color:var(--text);text-decoration:none;transition:padding 0.25s cubic-bezier(0.16,1,0.3,1)}
.footer-cta-link:hover{color:var(--text);padding-left:0.5rem}
.footer-cta-text{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.5rem,3.5vw,2.4rem);font-weight:700;letter-spacing:-0.015em;line-height:1.15;max-width:22ch}
.footer-cta-text .accent{font-style:italic;font-weight:400;color:var(--accent)}
.footer-cta-arrow{width:56px;height:56px;border-radius:50%;border:1px solid var(--accent);display:inline-flex;align-items:center;justify-content:center;color:var(--accent);font-size:1.25rem;flex-shrink:0;transition:background 0.25s,color 0.25s,transform 0.25s cubic-bezier(0.16,1,0.3,1)}
.footer-cta-link:hover .footer-cta-arrow{background:var(--accent);color:var(--bg);transform:translateX(6px)}
.scenario-split{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1.25rem}
.scenario-split .col{padding:1.25rem 1.25rem 1.25rem 1.5rem;border-radius:8px;background:rgba(255,255,255,0.025);border:1px solid var(--border);position:relative}
.scenario-split .col--you{border-left:2px solid var(--text)}
.scenario-split .col--us{background:rgba(117,120,243,0.06);border:1px solid rgba(117,120,243,0.18);border-left:2px solid var(--accent)}
.scenario-split .col-label{display:block;font-size:0.72rem;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;margin-bottom:0.6rem;color:var(--text-muted)}
.scenario-split .col--you .col-label{color:var(--text)}
.scenario-split .col--us .col-label{color:var(--accent)}
.scenario-split .col p{font-size:0.96rem;color:var(--text);line-height:1.7;margin:0}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:2.5rem}
.process-step{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;padding:1.5rem 1.25rem;transition:border-color 0.2s;position:relative}
/* connector line between step badges:* - first segment lit in accent ("we start it") * - second segment dimmed indigo ("we continue with you") * - rest neutral ("relationship keeps going") */ .process-step::after{content:"";position:absolute;top:calc(1.5rem + 16px);right:-1rem;width:1rem;height:1px;background:var(--border);pointer-events:none}
.process-step:last-child::after{display:none}
.process-step:first-child::after{background:var(--accent)}
.process-step:nth-child(2)::after{background:rgba(117,120,243,0.35)}
.process-step:hover{border-color:rgba(117,120,243,0.3)}
.process-step-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(117,120,243,0.1);border:1px solid rgba(117,120,243,0.3);font-size:0.85rem;font-weight:700;color:var(--accent);margin-bottom:1rem;font-family:'Playfair Display',serif}
.process-step h4{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;margin-bottom:0.5rem;line-height:1.25}
.process-step p{font-size:0.88rem;color:var(--text-muted);line-height:1.55}
@media (max-width:900px){.process-grid{grid-template-columns:repeat(2,1fr)}
.process-step::after{display:none}
}
@media (max-width:720px){.scenario-split{grid-template-columns:1fr;gap:0.75rem}
}
@media (max-width:640px){.process-grid{grid-template-columns:1fr}
.footer-cta-link{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2.5rem 0}
.footer-cta-arrow{width:48px;height:48px}
.hero-meta{gap:1.5rem;margin-top:3rem}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}
.skip-link{transition:none}
.hero-cta{transition:background 0.2s}
.hero-cta:hover{transform:none}
.blog-card{transition:border-color 0.3s cubic-bezier(0.16,1,0.3,1),box-shadow 0.3s cubic-bezier(0.16,1,0.3,1)}
.blog-card:hover,.blog-card:active{transform:none}
.form-submit{transition:background 0.2s}
.form-submit:hover{transform:none}
}
/* VIS-290 — performance guards. content-visibility on long,off-screen * sections. The browser skips rendering work for elements outside the * viewport. `contain-intrinsic-size:auto <length>` provides an initial size * hint to avoid layout shift,and the `auto` keyword lets the browser * remember the rendered size after first reveal. * Hero sections are deliberately excluded -- they are visible on load. */ .services-page,.about-page,.contact-page,.blog-page{content-visibility:auto;contain-intrinsic-size:auto 1200px}
#hodnoty,#services-teaser,#newsletter,#kontakt{content-visibility:auto;contain-intrinsic-size:auto 700px}
/* VIS-289 — touch motion reduction. Suppresses heavier motion (multi-step * keyframes,scroll-linked translate transforms,transitions > 300ms) on * coarse-pointer devices,independent of prefers-reduced-motion. Compatible * with the reduced-motion block (_motion-reduce-guard.css);reduce users * keep zero motion via the nested no-preference gate. * * Hero selectors (.hero-word,.hero-bg-layer) added by VIS-291 cinematic * hero. Future cinematic-moment MRs that need touch-specific suppression * should add their own per-feature CSS file rather than extending this block. */ @media (pointer:coarse){.hero h1,.hero p,.hero .hero-cta,.hero-word,.hero-bg-layer{animation:none;transform:none}
.reveal,.reveal.is-visible{transform:none}
@media (prefers-reduced-motion:no-preference){.reveal{transition:opacity 150ms ease-out}
}
}
