/*
Theme Name: ASAP Modern
Theme URI: https://asap-mp.pl/
Author: ASAP / Codex
Description: Nowoczesny, autorski motyw event production dla ASAP.
Version: 1.1.1
Text Domain: asap-modern
*/

:root {
  --font-geist-sans: "Arial";
  --font-geist-mono: "Courier New";
  --ink: #09080c;
  --paper: #f3f0e9;
  --violet: #6c35ff;
  --pink: #dd3cb2;
  --blue: #3ba9ff;
  --line: rgba(9, 8, 12, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  padding: 0 clamp(24px, 4vw, 68px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.brand { width: 82px; height: 64px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 82px; transform: scale(1.85); transform-origin: center; }
.site-header nav { display: flex; gap: 34px; font-size: 13px; font-weight: 650; letter-spacing: .04em; }
.site-header nav a, .header-cta { transition: color .25s ease; }
.site-header nav a:hover { color: #b89aff; }
.header-cta { justify-self: end; font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.header-cta span { display: inline-block; margin-left: 9px; font-size: 17px; }

.hero {
  min-height: 0;
  height: auto;
  aspect-ratio: 1.9066 / 1;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
  background: #0c0814;
}
.hero-banner { position:absolute; inset:0; }
.hero-banner img { width:100%; height:100%; object-fit:cover; }
.hero-media, .hero-grid, .orb, .hero-content, .side-note { display:none; }
.site-header .brand { opacity:0; pointer-events:none; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(.6) contrast(1.1) brightness(.48); transform: scale(1.02); }
.hero-media::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(8,5,12,.96) 0%, rgba(8,5,12,.72) 48%, rgba(8,5,12,.2) 100%), linear-gradient(0deg, rgba(8,5,12,.7), transparent 54%); }
.hero-wash { position:absolute; inset:0; background: linear-gradient(120deg, rgba(87,28,230,.26), transparent 45%, rgba(14,107,210,.17)); mix-blend-mode: screen; }
.hero-grid { position:absolute; inset:0; opacity:.12; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 72%); }
.orb { position:absolute; border-radius:50%; filter: blur(3px); opacity:.55; }
.orb-one { width:430px; height:430px; right:-130px; top:16%; border:1px solid rgba(163,111,255,.55); box-shadow: inset 60px 0 130px rgba(115,42,248,.16); }
.orb-two { width:170px; height:170px; right:17%; bottom:13%; background:radial-gradient(circle at 32% 30%, rgba(115,202,255,.75), rgba(91,38,236,.18) 55%, transparent 70%); filter:blur(14px); }
.hero-content { position:relative; z-index:3; width:min(1280px, calc(100% - 48px)); margin:0 auto; padding: 150px 0 clamp(58px, 8vh, 88px); }
.eyebrow { margin:0 0 28px; display:flex; align-items:center; gap:12px; font-size:12px; font-weight:750; letter-spacing:.17em; text-transform:uppercase; }
.eyebrow span { width:34px; height:2px; background:linear-gradient(90deg,var(--blue),var(--pink)); }
.hero h1 { margin:0; max-width:1060px; font-size:clamp(62px, 8.7vw, 132px); line-height:.82; letter-spacing:-.07em; font-weight:790; }
.hero h1 span { display:block; }
.outline { color:transparent; -webkit-text-stroke:1.5px rgba(255,255,255,.82); }
.gradient-text { width:max-content; padding-right:.08em; background:linear-gradient(90deg,#7345ff,#d346c7 76%); color:transparent; background-clip:text; -webkit-background-clip:text; }
.hero-bottom { margin-top:48px; max-width:1060px; display:flex; align-items:end; justify-content:space-between; gap:30px; }
.hero-bottom p { margin:0; max-width:470px; color:rgba(255,255,255,.7); font-size:clamp(16px,1.5vw,20px); line-height:1.55; }
.circle-link { flex:0 0 auto; width:72px; height:72px; border:1px solid rgba(255,255,255,.32); border-radius:50%; display:grid; place-items:center; font-size:26px; transition:.3s ease; }
.circle-link:hover { background:white; color:var(--ink); transform:translateY(4px); }
.side-note { position:absolute; z-index:3; right:20px; top:50%; writing-mode:vertical-rl; transform:translateY(-50%); font:600 10px/1 var(--font-geist-mono); letter-spacing:.23em; color:rgba(255,255,255,.38); }

.ticker { overflow:hidden; background:var(--violet); color:white; padding:17px 0 15px; transform:rotate(-1.35deg) scale(1.02); position:relative; z-index:4; margin-top:-10px; }
.ticker-track { display:flex; width:max-content; gap:30px; align-items:center; animation:ticker 24s linear infinite; font-size:17px; font-weight:850; letter-spacing:.09em; }
.ticker-track b { color:#e798ff; font-size:14px; }
@keyframes ticker { to { transform:translateX(-50%); } }

.section-shell { width:min(1280px, calc(100% - 48px)); margin:0 auto; }
.intro { padding:150px 0 140px; }
.section-kicker { font:650 11px/1 var(--font-geist-mono); text-transform:uppercase; letter-spacing:.16em; color:var(--violet); }
.intro-copy { display:grid; grid-template-columns:1.25fr .7fr; gap:12%; align-items:end; margin:34px 0 76px; }
.intro h2, .process h2 { margin:0; font-size:clamp(48px,6vw,86px); line-height:.94; letter-spacing:-.06em; }
.intro h2 em, .process h2 em { color:var(--violet); font-style:normal; }
.intro-copy p { margin:0; color:#69656e; line-height:1.7; font-size:17px; max-width:470px; }
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-card { background:#fff; border:1px solid rgba(10,8,14,.08); overflow:hidden; transition:transform .35s ease, box-shadow .35s ease; }
.service-card:hover { transform:translateY(-10px); box-shadow:0 24px 64px rgba(28,12,60,.13); }
.service-image { height:290px; position:relative; overflow:hidden; background:#15121b; }
.service-image img { width:100%; height:100%; object-fit:cover; filter:saturate(.72) contrast(1.05); transition:transform .7s cubic-bezier(.2,.8,.2,1), filter .35s; }
.service-card:hover .service-image img { transform:scale(1.07); filter:saturate(1); }
.service-image::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(12,7,20,.72),transparent 58%); }
.service-number { position:absolute; z-index:2; top:18px; left:20px; font:600 11px/1 var(--font-geist-mono); color:white; }
.service-tag { position:absolute; z-index:2; bottom:17px; left:20px; color:white; font:600 10px/1 var(--font-geist-mono); letter-spacing:.12em; text-transform:uppercase; }
.service-body { padding:30px 28px 32px; }
.service-body h3 { margin:0 0 16px; font-size:27px; letter-spacing:-.035em; }
.service-body p { min-height:98px; margin:0 0 25px; color:#6d6972; font-size:14px; line-height:1.65; }
.service-body a { padding-top:18px; border-top:1px solid var(--line); display:flex; justify-content:space-between; font-size:12px; font-weight:750; text-transform:uppercase; letter-spacing:.07em; }
.service-body a span { color:var(--violet); font-size:17px; transition:transform .2s; }
.service-body a:hover span { transform:translate(3px,-3px); }

.statement { min-height:760px; display:grid; grid-template-columns:1fr 1fr; background:#0b0910; color:white; }
.statement-photo { overflow:hidden; position:relative; }
.statement-photo img { width:100%; height:100%; object-fit:cover; filter:grayscale(.35) contrast(1.16) brightness(.72); }
.statement-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(120deg,rgba(69,26,173,.35),transparent 60%); mix-blend-mode:screen; }
.statement-copy { padding:clamp(72px,8vw,132px); display:flex; flex-direction:column; justify-content:center; position:relative; overflow:hidden; }
.statement-copy::after { content:""; width:480px; height:480px; position:absolute; border-radius:50%; right:-270px; bottom:-250px; border:1px solid rgba(130,76,255,.28); box-shadow:inset 50px 0 110px rgba(109,53,255,.09); }
.section-kicker.light { color:#aa87ff; }
.quote-mark { margin:55px 0 -28px; font:300 110px/1 Georgia,serif; color:var(--violet); }
.statement h2 { margin:0; position:relative; z-index:2; font-size:clamp(38px,4vw,63px); line-height:1.02; letter-spacing:-.055em; }
.statement h2 span { color:#a77fff; }
.statement-detail { max-width:500px; margin:42px 0 0; color:rgba(255,255,255,.56); line-height:1.65; }

.process { padding:150px 0; display:grid; grid-template-columns:1fr 1fr; gap:12%; align-items:start; }
.process-heading h2 { margin-top:34px; }
.steps { border-top:1px solid var(--line); }
.step { display:grid; grid-template-columns:72px 1fr; gap:22px; padding:34px 0 38px; border-bottom:1px solid var(--line); }
.step-number { font:650 11px/1 var(--font-geist-mono); color:var(--violet); padding-top:8px; }
.step h3 { margin:0 0 10px; font-size:27px; letter-spacing:-.035em; }
.step p { margin:0; color:#6d6972; line-height:1.6; }

.contact { min-height:720px; position:relative; overflow:hidden; background:#6d32ed; color:white; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:90px 24px; }
.contact::before { content:""; position:absolute; inset:0; opacity:.2; background-image:linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px); background-size:72px 72px; }
.contact-glow { position:absolute; width:800px; height:800px; border-radius:50%; background:radial-gradient(circle,rgba(246,84,196,.58),rgba(107,49,237,.15) 56%,transparent 70%); top:-390px; right:-180px; }
.contact .eyebrow, .contact h2, .contact-actions { position:relative; z-index:2; }
.contact .eyebrow span { background:white; }
.contact h2 { margin:5px 0 50px; font-size:clamp(58px,8vw,116px); line-height:.89; letter-spacing:-.07em; }
.contact h2 em { color:transparent; font-style:normal; -webkit-text-stroke:1.5px rgba(255,255,255,.88); }
.contact-actions { display:flex; align-items:center; gap:30px; }
.primary-button { min-width:230px; padding:20px 26px; background:white; color:var(--ink); display:flex; justify-content:space-between; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; transition:.25s ease; }
.primary-button:hover { background:var(--ink); color:white; transform:translateY(-3px); }
.phone-link { font-size:16px; font-weight:650; border-bottom:1px solid rgba(255,255,255,.45); padding:0 0 5px; }

footer { background:#09080c; color:white; padding:50px clamp(24px,4vw,68px); display:grid; grid-template-columns:1fr 1fr 1fr; align-items:end; gap:40px; }
.footer-brand { width:150px; min-height:120px; display:flex; align-items:center; }
.footer-brand img { width:132px; height:auto; object-fit:contain; }
.footer-contact { display:flex; flex-direction:column; gap:8px; font-size:14px; }
.footer-contact a:hover { color:#b796ff; }
.footer-legal { justify-self:end; display:flex; flex-direction:column; text-align:right; gap:5px; color:rgba(255,255,255,.42); font:500 10px/1.4 var(--font-geist-mono); text-transform:uppercase; letter-spacing:.08em; }

@media (max-width: 900px) {
  .site-header { grid-template-columns:1fr auto; height:82px; }
  .site-header nav { display:none; }
  .site-header .brand { width:68px; opacity:1; pointer-events:auto; }
  .brand img { width:68px; }
  .hero { min-height:760px; height:100svh; aspect-ratio:auto; }
  .hero-banner { display:none; }
  .hero-media, .hero-grid, .orb, .hero-content { display:block; }
  .hero-content { padding-top:130px; }
  .hero h1 { font-size:clamp(58px,14.2vw,100px); }
  .side-note { display:none; }
  .intro-copy { grid-template-columns:1fr; gap:28px; }
  .services-grid { grid-template-columns:1fr; }
  .service-card { display:grid; grid-template-columns:1fr 1fr; }
  .service-image { height:100%; min-height:300px; }
  .statement { grid-template-columns:1fr; }
  .statement-photo { height:480px; }
  .process { grid-template-columns:1fr; gap:65px; }
}

@media (max-width: 620px) {
  .site-header { padding:0 18px; }
  .header-cta { font-size:10px; }
  .hero { min-height:700px; height:100svh; }
  .hero-content, .section-shell { width:calc(100% - 36px); }
  .hero h1 { font-size:clamp(52px,15vw,78px); line-height:.87; }
  .hero-bottom { margin-top:34px; align-items:center; }
  .hero-bottom p { font-size:14px; max-width:280px; }
  .circle-link { width:54px; height:54px; }
  .intro, .process { padding:100px 0; }
  .intro-copy { margin-bottom:48px; }
  .intro h2, .process h2 { font-size:48px; }
  .service-card { display:block; }
  .service-image { min-height:250px; }
  .service-body p { min-height:auto; }
  .statement-photo { height:360px; }
  .statement-copy { padding:76px 24px 90px; }
  .quote-mark { margin-top:40px; }
  .contact { min-height:620px; }
  .contact-actions { flex-direction:column; gap:24px; }
  footer { grid-template-columns:1fr; gap:28px; }
  .footer-legal { justify-self:start; text-align:left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .ticker-track { animation:none; }
  * { transition-duration:.01ms !important; }
}
