/* ============================================================
   ALE AKCJA – Theme CSS
   ============================================================ */

/* ---- Reset & base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  background: #0C0C0E;
  color: #F4F1EA;
  font-family: 'General Sans', -apple-system, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: #CCFF33; color: #0C0C0E; }

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

/* ---- Typografia – klasy nagłówków używane w sekcjach ---- */
.aa-display {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 7.5vw, 128px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
  margin: 0;
}

.aa-hero__title {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 9vw, 150px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.9;
  margin: 0;
}

.aa-about__title {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 4.5vw, 68px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
  margin: 0 0 24px;
}

.aa-counters__heading {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 9vw, 150px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.86;
  margin: 0 0 clamp(40px, 5vw, 72px);
}

.aa-faq__heading {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 5.5vw, 84px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.9;
  margin: 0;
}

.aa-contact__heading {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 76px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.9;
  margin: 0 0 28px;
}

.aa-lead {
  font: 400 clamp(16px, 1.4vw, 21px)/1.5 'General Sans', sans-serif;
}

/* ---- CSS Custom properties ---- */
:root {
  --aa-bg:      #0C0C0E;
  --aa-card:    #17171B;
  --aa-fg:      #F4F1EA;
  --aa-accent:  #CCFF33;
  --aa-muted:   #8A8A8F;
  --aa-border:  rgba(244,241,234,0.08);
  --aa-px:      clamp(20px, 5vw, 64px);
  --aa-section: clamp(80px, 10vw, 160px);
  --aa-max:     1400px;
}

/* ============================================================
   TŁA SEKCJI (zarządzane przez CSS, nie przez atrybuty bloków)
   ============================================================ */
.aa-hero    { background: var(--aa-bg); }
.aa-manifest { background: var(--aa-bg); }
.aa-services { background: var(--aa-bg); border-top: 1px solid var(--aa-border); }
.aa-about   { background: var(--aa-card); }
.aa-portfolio { background: var(--aa-bg); }
.aa-counters { background: var(--aa-card); border-top: 1px solid var(--aa-border); }
.aa-faq     { background: var(--aa-bg); }
.aa-contact  { background: var(--aa-card); border-top: 1px solid var(--aa-border); }

/* ============================================================
   NAWIGACJA
   ============================================================ */
.aa-nav {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px var(--aa-px);
  background: rgba(12, 12, 14, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--aa-border);
}

.aa-nav__logo {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--aa-fg) !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

.aa-nav__logo span { color: var(--aa-accent); }

.aa-nav__links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 40px);
}

.aa-nav__links a {
  color: var(--aa-fg);
  text-decoration: none;
  font: 500 13px/1 'General Sans', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color .2s;
}

.aa-nav__links a:hover { color: var(--aa-accent); }

.aa-nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--aa-accent);
  color: #0C0C0E !important;
  font: 600 13px/1 'General Sans', sans-serif !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 13px 20px;
  border-radius: 3px;
  text-decoration: none !important;
  transition: transform .25s, box-shadow .25s;
}

.aa-nav__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(204,255,51,.25);
}

/* Mobile menu button */
.aa-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid rgba(244,241,234,.2);
  border-radius: 6px;
  cursor: pointer;
  padding: 0 12px;
}

.aa-menu-btn span {
  display: block;
  height: 2px;
  background: var(--aa-fg);
  border-radius: 2px;
}

.aa-menu-btn span:last-child { width: 60%; background: var(--aa-accent); }

/* Mobile drawer */
.aa-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 55;
  background: var(--aa-bg);
  flex-direction: column;
  padding: 96px var(--aa-px) 48px;
}

.aa-mobile-menu.is-open { display: flex; }

.aa-mobile-menu__close {
  position: absolute;
  top: 18px;
  right: var(--aa-px);
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid rgba(244,241,234,.2);
  border-radius: 6px;
  color: var(--aa-fg);
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aa-mobile-menu a {
  color: var(--aa-fg);
  text-decoration: none;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  padding: 14px 0;
  border-bottom: 1px solid var(--aa-border);
}

.aa-mobile-menu .aa-mobile-menu__cta {
  margin-top: 24px;
  display: inline-flex;
  align-self: flex-start;
  background: var(--aa-accent);
  color: #0C0C0E;
  font: 600 16px/1 'General Sans', sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 18px 28px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
}

/* ============================================================
   SEKCJE – wspólne style
   ============================================================ */
.aa-section {
  padding: var(--aa-section) var(--aa-px);
}

.aa-section__inner {
  max-width: var(--aa-max);
  margin: 0 auto;
}

.aa-label {
  display: block;
  margin-bottom: 16px;
  font: 500 11px/1 'General Sans', sans-serif;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--aa-accent);
}

/* ============================================================
   HERO
   ============================================================ */
.aa-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 120px;
  overflow: hidden;
}

/* Animated grid */
.aa-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(244,241,234,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,241,234,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  animation: aa-grid 14s linear infinite;
  opacity: .6;
  pointer-events: none;
  z-index: 0;
}

/* Radial gradient overlay */
.aa-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 70% 10%, #1b1b22 0%, #0C0C0E 60%),
    linear-gradient(180deg, rgba(12,12,14,.5) 0%, rgba(12,12,14,.35) 35%, rgba(12,12,14,.92) 100%);
  pointer-events: none;
  z-index: 1;
}

.aa-hero .aa-section__inner { position: relative; z-index: 2; }

.aa-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(20px, 3vw, 36px);
}

.aa-hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aa-accent);
  box-shadow: 0 0 14px var(--aa-accent);
}

.aa-hero__badge-text {
  font: 500 12px/1 'General Sans', sans-serif;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--aa-muted);
}

.aa-hero h1 {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 9vw, 150px);
  letter-spacing: -0.02em;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0;
}

.aa-accent { color: var(--aa-accent); }

.aa-hero__desc {
  max-width: 620px;
  margin: clamp(24px, 3vw, 40px) 0 0;
  font: 400 clamp(16px, 1.4vw, 21px)/1.5 'General Sans', sans-serif;
  color: rgba(244,241,234,.78);
}

/* Video placeholder */
.aa-hero__video-ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  pointer-events: none;
}

.aa-hero__video-ph span {
  font: 500 12px/1 'General Sans', sans-serif;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: rgba(244,241,234,.16);
  border: 1px dashed rgba(244,241,234,.16);
  padding: 14px 22px;
  border-radius: 4px;
}

/* Scroll cue */
.aa-scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.aa-scroll-cue__label {
  font: 500 10px/1 'General Sans', sans-serif;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--aa-muted);
}

.aa-scroll-cue__line {
  display: block;
  width: 1px;
  height: 34px;
  background: linear-gradient(var(--aa-muted), transparent);
  animation: aa-cue 1.8s ease-in-out infinite;
}

/* ============================================================
   MANIFEST
   ============================================================ */
.aa-manifest { background: var(--aa-bg); }

.aa-manifest h2 {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 7.5vw, 128px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
  margin: 0;
}

.aa-logos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  margin-top: clamp(40px, 5vw, 72px);
}

.aa-logo-ph {
  height: 72px;
  border: 1px dashed rgba(244,241,234,.14);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 500 11px/1 'General Sans', sans-serif;
  letter-spacing: .16em;
  color: rgba(244,241,234,.28);
}

/* ============================================================
   USŁUGI
   ============================================================ */
.aa-services {
  background: var(--aa-bg);
  border-top: 1px solid var(--aa-border);
}

.aa-services__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: clamp(40px, 5vw, 72px);
}

.aa-services__header h2 {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 9vw, 150px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.86;
  margin: 0;
}

.aa-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 16px;
  align-items: start;
}

.aa-card {
  background: var(--aa-card);
  border: 1px solid rgba(244,241,234,.06);
  border-radius: 8px;
  padding: clamp(28px, 2.5vw, 40px);
  display: flex;
  flex-direction: column;
  transition: transform .35s cubic-bezier(.16,1,.3,1), border-color .35s, background .35s;
}

.aa-card:hover {
  transform: translateY(-6px);
  border-color: var(--aa-accent);
  background: #1c1c22;
}

.aa-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aa-card__num { font: 500 13px/1 'General Sans', sans-serif; color: var(--aa-accent); letter-spacing: .1em; }
.aa-card__tag { font: 500 11px/1 'General Sans', sans-serif; letter-spacing: .2em; text-transform: uppercase; color: var(--aa-muted); }

.aa-card h3 {
  margin: clamp(28px, 3vw, 52px) 0 20px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 2.4vw, 38px);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.01em;
}

.aa-card__items {
  margin-top: auto;
  border-bottom: 1px solid rgba(244,241,234,.1);
}

.aa-card__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(244,241,234,.1);
  text-decoration: none;
  color: var(--aa-fg);
  font: 500 16px/1.3 'General Sans', sans-serif;
  transition: color .25s, padding-left .25s;
}

.aa-card__item:hover { color: var(--aa-accent); padding-left: 6px; }
.aa-card__item-arrow { font-size: 18px; color: var(--aa-muted); }

/* ============================================================
   O NAS
   ============================================================ */
.aa-about {
  background: var(--aa-card);
}

.aa-about__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.aa-about h2 {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 4.5vw, 68px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
  margin: 0 0 24px;
}

.aa-about__photo {
  aspect-ratio: 4/5;
  border: 1px dashed rgba(244,241,234,.16);
  border-radius: 10px;
  background: linear-gradient(135deg, #1b1b22, #121216);
  display: flex;
  align-items: center;
  justify-content: center;
}

.aa-about__photo span {
  font: 500 12px/1 'General Sans', sans-serif;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(244,241,234,.28);
}

/* ============================================================
   REALIZACJE
   ============================================================ */
.aa-portfolio { background: var(--aa-bg); }

.aa-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 16px;
}

.aa-case {
  text-decoration: none;
  color: var(--aa-fg);
  display: block;
  transition: transform .35s ease;
}

.aa-case:hover { transform: translateY(-6px); }

.aa-case__thumb {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(244,241,234,.08);
  background: linear-gradient(135deg, #1b1b22, #121216);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .35s;
}

.aa-case:hover .aa-case__thumb { border-color: var(--aa-accent); }

.aa-case__thumb span {
  font: 500 12px/1 'General Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(244,241,234,.26);
}

.aa-case__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(12,12,14,.7);
  backdrop-filter: blur(6px);
  padding: 7px 12px;
  border-radius: 999px;
  font: 600 11px/1 'General Sans', sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--aa-accent);
}

.aa-case h3 {
  margin: 18px 0 6px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.1;
}

.aa-case p {
  margin: 0;
  font: 400 14px/1.4 'General Sans', sans-serif;
  color: var(--aa-muted);
}

/* ============================================================
   LICZNIKI
   ============================================================ */
.aa-counters {
  background: var(--aa-card);
  border-top: 1px solid var(--aa-border);
}

.aa-counters__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(24px, 3vw, 48px);
}

.aa-counter {
  border-top: 2px solid var(--aa-accent);
  padding-top: 24px;
}

.aa-counter__number {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.95;
  color: var(--aa-accent);
}

.aa-counter__suffix { font-size: 0.45em; }

.aa-counter p {
  margin: 14px 0 0;
  font: 400 15px/1.4 'General Sans', sans-serif;
  color: var(--aa-muted);
}

.aa-counter__disclaimer {
  margin-top: clamp(32px, 4vw, 48px) !important;
  font: 400 12px/1 'General Sans', sans-serif !important;
  color: rgba(138,138,143,.6) !important;
}

/* ============================================================
   FAQ
   ============================================================ */
.aa-faq { background: var(--aa-bg); }

.aa-faq__list { max-width: 980px; margin: 0 auto; }

.aa-faq details {
  border-top: 1px solid rgba(244,241,234,.12);
}

.aa-faq details:last-child { border-bottom: 1px solid rgba(244,241,234,.12); }

.aa-faq details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  padding: 26px 0;
  list-style: none;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 26px);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.aa-faq details summary::-webkit-details-marker { display: none; }

.aa-faq__plus {
  flex: none;
  color: var(--aa-accent);
  font-size: 28px;
  line-height: 1;
  transition: transform .3s ease;
}

.aa-faq details[open] .aa-faq__plus { transform: rotate(45deg); }

.aa-faq details p {
  margin: 0;
  padding: 0 0 28px;
  font: 400 16px/1.6 'General Sans', sans-serif;
  color: var(--aa-muted);
  max-width: 760px;
}

/* ============================================================
   KONTAKT
   ============================================================ */
.aa-contact { background: var(--aa-card); border-top: 1px solid var(--aa-border); }

.aa-contact__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(40px, 5vw, 80px);
}

.aa-contact h2 {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 76px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.9;
  margin: 0 0 28px;
}

.aa-contact__meta-label {
  margin: 0 0 4px;
  font: 500 11px/1 'General Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--aa-muted);
}

.aa-contact__meta-val {
  font: 500 18px/1.3 'General Sans', sans-serif;
  color: var(--aa-fg);
  text-decoration: none;
}

.aa-contact__meta-val:hover { color: var(--aa-accent); }

/* Form */
.aa-form { display: flex; flex-direction: column; gap: 18px; }

.aa-form__row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }

.aa-form label { display: flex; flex-direction: column; gap: 8px; }

.aa-form__label {
  font: 500 11px/1 'General Sans', sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--aa-muted);
}

.aa-form input,
.aa-form textarea {
  width: 100%;
  background: var(--aa-bg);
  border: 1px solid rgba(244,241,234,.16);
  border-radius: 5px;
  padding: 15px 16px;
  color: var(--aa-fg);
  font: 400 16px/1.3 'General Sans', sans-serif;
  outline: none;
  transition: border-color .2s;
  -webkit-appearance: none;
}

.aa-form input:focus,
.aa-form textarea:focus { border-color: var(--aa-accent); }

.aa-form textarea { resize: vertical; }

.aa-form__chips { display: flex; flex-wrap: wrap; gap: 10px; }

.aa-chip {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(244,241,234,.18);
  background: transparent;
  color: var(--aa-fg);
  font: 500 14px/1 'General Sans', sans-serif;
  cursor: pointer;
  transition: all .25s ease;
  letter-spacing: .02em;
}

.aa-chip.is-active,
.aa-chip:hover {
  border-color: var(--aa-accent);
  background: var(--aa-accent);
  color: #0C0C0E;
  font-weight: 600;
}

.aa-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font: 400 13px/1.5 'General Sans', sans-serif;
  color: var(--aa-muted);
}

.aa-form__consent input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--aa-accent); flex: none; }

.aa-form__submit {
  margin-top: 6px;
  align-self: flex-start;
}

/* Success state */
.aa-form-success {
  background: var(--aa-bg);
  border: 1px solid var(--aa-accent);
  border-radius: 10px;
  padding: 48px;
  text-align: center;
  display: none;
}

.aa-form-success.is-visible { display: block; }

.aa-form-success__title {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--aa-accent);
  text-transform: uppercase;
}

.aa-form-success p { margin: 16px 0 0; font: 400 16px/1.6 'General Sans', sans-serif; color: var(--aa-muted); }

/* ============================================================
   STOPKA
   ============================================================ */
.aa-footer {
  padding: clamp(56px, 7vw, 96px) var(--aa-px) 40px;
  border-top: 1px solid var(--aa-border);
}

.aa-footer__grid {
  max-width: var(--aa-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: clamp(48px, 6vw, 80px);
}

.aa-footer__logo {
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: .01em;
  text-transform: uppercase;
  color: var(--aa-fg) !important;
  text-decoration: none !important;
}

.aa-footer__logo span { color: var(--aa-accent); }

.aa-footer__tagline { margin: 20px 0 0; font: 400 14px/1.6 'General Sans', sans-serif; color: var(--aa-muted); max-width: 260px; }

.aa-footer__col-title { margin: 0 0 14px; font: 500 11px/1 'General Sans', sans-serif; letter-spacing: .2em; text-transform: uppercase; color: var(--aa-muted); }

.aa-footer__text { margin: 0; font: 400 14px/1.7 'General Sans', sans-serif; color: rgba(244,241,234,.78); }

.aa-footer__socials { display: flex; gap: 10px; margin-top: 18px; }

.aa-social {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(244,241,234,.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--aa-fg);
  text-decoration: none;
  font: 600 11px/1 'General Sans', sans-serif;
  transition: all .25s;
}

.aa-social:hover { border-color: var(--aa-accent); color: var(--aa-accent); }

.aa-footer__nav { display: flex; flex-direction: column; gap: 10px; }

.aa-footer__nav a { font: 400 14px/1 'General Sans', sans-serif; color: rgba(244,241,234,.78); text-decoration: none; transition: color .2s; }
.aa-footer__nav a:hover { color: var(--aa-accent); }

.aa-footer__bottom {
  max-width: var(--aa-max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid var(--aa-border);
}

.aa-footer__legal { display: flex; flex-wrap: wrap; gap: 24px; }

.aa-footer__legal a { font: 400 13px/1 'General Sans', sans-serif; color: var(--aa-muted); text-decoration: none; }
.aa-footer__legal a:hover { color: var(--aa-accent); }

.aa-footer__copy { margin: 0; font: 400 13px/1 'General Sans', sans-serif; color: var(--aa-muted); }

/* ============================================================
   PRZYCISKI (wspólne)
   ============================================================ */
.aa-btn,
.wp-block-button.aa-btn .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--aa-accent);
  color: #0C0C0E !important;
  font: 600 clamp(15px, 1.2vw, 17px)/1 'General Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 22px 34px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s;
}

.aa-btn:hover,
.wp-block-button.aa-btn .wp-block-button__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(204,255,51,.28);
  color: #0C0C0E;
}

/* ============================================================
   ANIMACJE SCROLL REVEAL
   ============================================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1);
}

[data-reveal].aa-in {
  opacity: 1;
  transform: none;
}

/* ============================================================
   KEYFRAMES
   ============================================================ */
@keyframes aa-grid {
  from { background-position: 0 0; }
  to   { background-position: 64px 64px; }
}

@keyframes aa-cue {
  0%, 100% { transform: translateY(0);  opacity: .4; }
  50%       { transform: translateY(8px); opacity: 1;  }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .aa-nav__links { display: none; }
  .aa-menu-btn { display: flex; }

  .aa-services__grid,
  .aa-portfolio__grid {
    grid-template-columns: 1fr;
  }

  .aa-about__grid {
    grid-template-columns: 1fr;
  }

  .aa-about__photo {
    aspect-ratio: 16/9;
  }
}

@media (max-width: 600px) {
  .aa-counters__grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ============================================================
   EDITOR – Gutenberg overrides
   ============================================================ */
.editor-styles-wrapper {
  background: var(--aa-bg) !important;
  color: var(--aa-fg) !important;
}

.editor-styles-wrapper [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

/* Blokuj stałą nawigację w edytorze */
.editor-styles-wrapper .aa-nav {
  position: relative !important;
}
