/* =====================================================================
   akurban.sk — Advokátska kancelária JUDr. Daniel Urban
   WordPress Theme Stylesheet
   ===================================================================== */

:root {
  --charcoal: #333f48;
  --charcoal-deep: #1a2028;
  --charcoal-mid: #2a333b;
  --charcoal-line: #3d4751;
  --red: #c8102e;
  --red-hover: #e0142f;
  --red-deep: #a50d26;
  --white: #ffffff;
  --off-white: #f5f4f2;
  --warm-grey: #e8e5e0;
  --warm-grey-dark: #d4d0ca;
  --text-body: #5a636b;
  --text-muted: #8a9098;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', 'Segoe UI', sans-serif;
  --maxw: 1240px;
  --pad: 2.5rem;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: var(--sans);
  color: var(--charcoal);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
::selection { background: var(--red); color: #fff; }

/* shared eyebrow / label */
.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
}

/* ===== NAV ===== */
.aku-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 3px solid var(--red);
  height: 72px;
  transition: background 0.35s, border-color 0.35s, box-shadow 0.35s, backdrop-filter 0.35s;
}
.aku-header.scrolled { box-shadow: 0 4px 24px rgba(26,32,40,0.1); }
.aku-header--transparent { background: rgba(255,255,255,0.97); }
.aku-header--transparent.scrolled { box-shadow: 0 4px 24px rgba(26,32,40,0.1); }
.aku-header__inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--pad);
  display: flex; align-items: center; justify-content: space-between;
  height: 100%;
}
.aku-header__logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.aku-header__logo img { height: 40px; width: auto; }
.aku-header__logo .aku-logo-light { display: none; }

.aku-nav { display: flex; align-items: center; gap: 0; list-style: none; height: 100%; }
.aku-nav li { height: 100%; display: flex; align-items: center; }
.aku-nav a {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--charcoal);
  padding: 0 1.2rem;
  height: 100%;
  display: flex; align-items: center;
  position: relative;
  transition: color 0.2s, background 0.2s;
}
.aku-nav a:hover { color: var(--red); background: rgba(200,16,46,0.04); }
.aku-nav a:not(.aku-nav-cta)::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform 0.25s;
}
.aku-nav a:not(.aku-nav-cta):hover::after { transform: scaleX(1); }
.aku-nav-cta-wrap { margin-left: 0.85rem; }
.aku-nav-cta {
  background: var(--red);
  color: var(--white) !important;
  padding: 0.72rem 1.5rem !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  border: none; cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.aku-nav-cta:hover {
  background: var(--red-hover) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(200,16,46,0.25);
}
.aku-header__toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; margin-left: auto; }
.aku-header__toggle span { display: block; width: 24px; height: 2px; background: var(--charcoal); margin: 5px 0; transition: 0.25s; }
.aku-header__toggle.is-active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.aku-header__toggle.is-active span:nth-child(2) { opacity: 0; }
.aku-header__toggle.is-active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ===== HERO ===== */
.aku-hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  overflow: hidden;
}
.aku-hero__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.04);
  filter: brightness(0.55) saturate(0.6);
}
.aku-hero__bg::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(26,32,40,0.6);
}
.aku-hero__inner {
  position: relative; z-index: 2;
  max-width: var(--maxw); margin: 0 auto;
  padding: calc(72px + 6rem) var(--pad) 6rem;
  width: 100%;
  display: flex; justify-content: center;
}
.aku-hero__content { max-width: 640px; text-align: center; }
.aku-hero__eyebrow {
  display: flex; align-items: center; gap: 0.85rem;
  margin-bottom: 1.4rem; justify-content: center;
}
.aku-hero__eyebrow .line { width: 42px; height: 2px; background: var(--red); }
.aku-hero__eyebrow span {
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(255,255,255,0.62);
}
.aku-hero__title {
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}
.aku-hero__title em { font-style: normal; font-weight: 700; color: var(--red); }
.aku-hero__subtitle {
  font-family: var(--sans);
  font-size: 1.08rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.68);
  margin-bottom: 2.4rem;
  max-width: 540px; margin-left: auto; margin-right: auto;
  text-wrap: pretty;
}
.aku-hero__actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* buttons */
.btn-red {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: var(--red); color: var(--white);
  font-family: var(--sans); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  padding: 1rem 2rem; border: 2px solid var(--red); cursor: pointer;
  transition: all 0.25s;
}
.btn-red:hover { background: var(--red-hover); border-color: var(--red-hover); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(200,16,46,0.28); }
.btn-red svg { width: 14px; height: 14px; transition: transform 0.2s; }
.btn-red:hover svg { transform: translateX(3px); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; color: var(--white);
  font-family: var(--sans); font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  padding: 1rem 2rem; border: 1px solid rgba(255,255,255,0.32);
  transition: all 0.25s;
}
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }

.btn-dark {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--charcoal); color: var(--white);
  font-family: var(--sans); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  padding: 0.95rem 2rem; border: 2px solid var(--charcoal); cursor: pointer;
  transition: all 0.25s;
}
.btn-dark:hover { background: var(--charcoal-deep); border-color: var(--charcoal-deep); transform: translateY(-1px); }

.btn-white {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--white); color: var(--red);
  font-family: var(--sans); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  padding: 0.95rem 2.5rem; cursor: pointer; transition: all 0.25s;
}
.btn-white:hover { background: var(--charcoal-deep); color: var(--white); transform: translateY(-1px); }


/* ===== INFO BAR ===== */
.aku-info-bar {
  background: var(--charcoal);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 1rem var(--pad);
}
.aku-info-bar__inner {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.aku-info-bar a, .aku-info-bar span {
  font-family: var(--sans); font-size: 0.82rem; font-weight: 400;
  color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s;
}
.aku-info-bar a:hover { color: var(--white); }
.aku-info-bar__contact { display: flex; gap: 2rem; }
.aku-info-bar__contact a { display: flex; align-items: center; gap: 0.45rem; }
.aku-info-bar__contact svg { width: 14px; height: 14px; opacity: 0.55; }
.aku-info-bar__loc { display: flex; align-items: center; gap: 0.45rem; }
.aku-info-bar__loc svg { width: 14px; height: 14px; opacity: 0.55; }

/* ===== PILLARS ===== */
.aku-pillars { background: var(--white); padding: 5rem var(--pad); }
.aku-pillars__inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
}
.aku-pillar { padding: 2.5rem; text-align: center; position: relative; }
.aku-pillar:not(:last-child) { border-right: 1px solid var(--warm-grey); }
.aku-pillar__icon {
  width: 58px; height: 58px; margin: 0 auto 1.5rem;
  background: var(--off-white); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.3s, transform 0.3s;
}
.aku-pillar:hover .aku-pillar__icon { background: var(--red); transform: translateY(-3px); }
.aku-pillar__icon svg { width: 24px; height: 24px; color: var(--red); transition: color 0.3s; }
.aku-pillar:hover .aku-pillar__icon svg { color: #fff; }
.aku-pillar__title {
  font-family: var(--serif); font-size: 1.5rem; font-weight: 600;
  color: var(--charcoal); margin-bottom: 0.75rem;
}
.aku-pillar__text {
  font-family: var(--sans); font-size: 0.9rem; font-weight: 400;
  line-height: 1.7; color: var(--text-body); text-wrap: pretty;
}

/* ===== SECTION HEAD ===== */
.aku-section-head { text-align: center; margin-bottom: 3.5rem; }
.aku-section-head .sh-divider { width: 40px; height: 3px; background: var(--red); margin: 0 auto 1.25rem; }
.aku-section-head h2 {
  font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 700; color: var(--charcoal); margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.aku-section-head p {
  font-family: var(--sans); font-size: 0.97rem; font-weight: 400;
  line-height: 1.7; color: var(--text-body); max-width: 620px; margin: 0 auto;
  text-wrap: pretty;
}

/* ===== SERVICES ===== */
.aku-services { background: var(--off-white); padding: 5.5rem var(--pad) 6rem; position: relative; }
.aku-services::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--red) 0%, var(--red) 30%, transparent 30%);
}
.aku-services__inner { max-width: var(--maxw); margin: 0 auto; }
.aku-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.aku-svc {
  background: var(--white); padding: 2.3rem 2rem;
  border: 1px solid var(--warm-grey); position: relative; overflow: hidden;
  transition: all 0.3s; cursor: pointer; text-decoration: none; color: inherit; display: block;
}
.aku-svc::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--red); transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.aku-svc:hover { border-color: var(--warm-grey-dark); box-shadow: 0 8px 24px rgba(51,63,72,0.1); transform: translateY(-3px); }
.aku-svc:hover::after { transform: scaleX(1); }
.aku-svc__icon {
  width: 46px; height: 46px; background: var(--charcoal);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.3rem;
  transition: background 0.3s;
}
.aku-svc:hover .aku-svc__icon { background: var(--red); }
.aku-svc__icon svg { width: 20px; height: 20px; color: var(--white); }
.aku-svc__title {
  font-family: var(--serif); font-size: 1.22rem; font-weight: 600;
  color: var(--charcoal); margin-bottom: 0.6rem; transition: color 0.2s;
}
.aku-svc:hover .aku-svc__title { color: var(--red); }
.aku-svc__text {
  font-family: var(--sans); font-size: 0.86rem; font-weight: 400;
  line-height: 1.65; color: var(--text-body); margin-bottom: 1.3rem; text-wrap: pretty;
}
.aku-svc__arrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: var(--sans); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--red);
}
.aku-svc__arrow svg { width: 14px; height: 14px; transition: transform 0.2s; }
.aku-svc:hover .aku-svc__arrow svg { transform: translateX(4px); }

/* ===== ABOUT ===== */
.aku-about { background: var(--white); padding: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.aku-about__photo {
  background: linear-gradient(160deg, var(--charcoal-mid) 0%, var(--charcoal-deep) 100%);
  display: flex; align-items: flex-end; justify-content: center;
  position: relative; overflow: hidden; padding: 0;
}
.aku-about__photo::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 300px; height: 300px; background: var(--red); opacity: 0.06;
  transform: translate(-50%, -50%) rotate(45deg);
}
.aku-about__photo::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 30%;
  background: linear-gradient(to top, var(--charcoal-deep) 0%, transparent 100%);
  z-index: 3;
}
.aku-about__photo img {
  position: relative; z-index: 2;
  width: auto; max-width: 85%; height: 90%; max-height: 500px;
  object-fit: contain; object-position: bottom center;
}
.aku-about__content { padding: 4.5rem 4.5rem 4.5rem 4rem; display: flex; flex-direction: column; justify-content: center; }
.aku-about__content .sh-divider { width: 40px; height: 3px; background: var(--red); margin-bottom: 1.25rem; }
.aku-about__title {
  font-family: var(--serif); font-size: 2.1rem; font-weight: 700;
  color: var(--charcoal); margin-bottom: 1.25rem; line-height: 1.18; letter-spacing: -0.01em;
}
.aku-about__title em { font-style: italic; font-weight: 500; color: var(--red); }
.aku-about__text {
  font-family: var(--sans); font-size: 0.97rem; font-weight: 400;
  line-height: 1.85; color: var(--text-body); margin-bottom: 2rem; text-wrap: pretty;
}
.aku-about__details { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem 1.5rem; margin-bottom: 2.2rem; }
.aku-about__detail {
  display: flex; align-items: center; gap: 0.6rem;
  font-family: var(--sans); font-size: 0.86rem; font-weight: 500; color: var(--charcoal);
}
.aku-about__detail::before { content: ''; width: 8px; height: 8px; background: var(--red); flex-shrink: 0; }

/* ===== TESTIMONIALS ===== */
.aku-testimonials { background: var(--charcoal); padding: 5.5rem var(--pad); position: relative; overflow: hidden; }
.aku-testimonials::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px; border: 60px solid rgba(200,16,46,0.04); border-radius: 50%;
}
.aku-testimonials__inner { max-width: var(--maxw); margin: 0 auto; position: relative; z-index: 2; }
.aku-testimonials .aku-section-head h2 { color: var(--white); }
.aku-testimonials .aku-section-head p { color: rgba(255,255,255,0.45); }
.aku-test-carousel { position: relative; }
.aku-test-track {
  display: flex; gap: 1.5rem;
  overflow-x: auto; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; scroll-behavior: smooth;
}
.aku-test-track::-webkit-scrollbar { display: none; }
.aku-test-card {
  flex: 0 0 calc((100% - 3rem) / 3);
  scroll-snap-align: start;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
  padding: 2.1rem; transition: all 0.3s; position: relative;
}
.aku-test-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0;
  background: var(--red); transition: height 0.35s;
}
.aku-test-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(200,16,46,0.2); }
.aku-test-card:hover::before { height: 100%; }
.aku-test-dots {
  display: flex; justify-content: center; gap: 0.5rem; margin-top: 2rem;
}
.aku-test-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.2); border: none; cursor: pointer;
  transition: background 0.3s, transform 0.2s; padding: 0;
}
.aku-test-dot.is-active { background: var(--red); transform: scale(1.2); }
.aku-test-stars { display: flex; gap: 2px; margin-bottom: 1rem; }
.aku-test-stars svg { width: 14px; height: 14px; fill: var(--red); }
.aku-test-text {
  font-family: var(--sans); font-size: 0.92rem; font-weight: 300; line-height: 1.7;
  color: rgba(255,255,255,0.66); font-style: italic; margin-bottom: 1.5rem; text-wrap: pretty;
}
.aku-test-author { display: flex; align-items: center; gap: 0.75rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.06); }
.aku-test-avatar {
  width: 42px; height: 42px; background: var(--red); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 0.9rem; font-weight: 700; color: var(--white);
}
.aku-test-name { font-family: var(--sans); font-size: 0.86rem; font-weight: 600; color: var(--white); }
.aku-test-role { font-family: var(--sans); font-size: 0.72rem; font-weight: 400; color: rgba(255,255,255,0.4); margin-top: 2px; }

/* ===== BLOG ===== */
.aku-blog { background: var(--white); padding: 5.5rem var(--pad) 6rem; }
.aku-blog__inner { max-width: var(--maxw); margin: 0 auto; }
.aku-blog__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; }
.aku-blog-card {
  text-decoration: none; color: inherit; display: flex; flex-direction: column;
  border: 1px solid var(--warm-grey); transition: all 0.3s; overflow: hidden; background: var(--white);
}
.aku-blog-card:hover { border-color: var(--warm-grey-dark); box-shadow: 0 6px 20px rgba(51,63,72,0.08); transform: translateY(-2px); }
.aku-blog-card__img {
  width: 100%; height: 200px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-mid) 100%);
}
.aku-blog-card__img img { width: 100%; height: 100%; object-fit: cover; }
.aku-blog-card__img--placeholder {
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 0.5rem;
}
.aku-blog-card__img--placeholder svg { width: 30px; height: 30px; color: rgba(255,255,255,0.18); }
.aku-blog-card__img--placeholder span {
  font-family: var(--sans); font-size: 0.58rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.22);
}
.aku-blog-card__body { padding: 1.6rem; flex: 1; display: flex; flex-direction: column; }
.aku-blog-card__tag {
  font-family: var(--sans); font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 0.6rem;
}
.aku-blog-card__title {
  font-family: var(--serif); font-size: 1.16rem; font-weight: 600; line-height: 1.35;
  color: var(--charcoal); margin-bottom: 0.6rem; transition: color 0.2s; text-wrap: pretty;
}
.aku-blog-card:hover .aku-blog-card__title { color: var(--red); }
.aku-blog-card__excerpt {
  font-family: var(--sans); font-size: 0.86rem; font-weight: 400; line-height: 1.6;
  color: var(--text-body); margin-bottom: 1.25rem; flex: 1; text-wrap: pretty;
}
.aku-blog-card__meta {
  font-family: var(--sans); font-size: 0.72rem; font-weight: 500;
  color: var(--text-muted); padding-top: 0.8rem; border-top: 1px solid var(--warm-grey);
}
.aku-blog__more { text-align: center; margin-top: 2.6rem; }

/* ===== CTA ===== */
.aku-cta { background: var(--red); padding: 4.8rem var(--pad); text-align: center; position: relative; overflow: hidden; }
.aku-cta::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(120deg, transparent, transparent 50px, rgba(0,0,0,0.035) 50px, rgba(0,0,0,0.035) 100px);
}
.aku-cta__inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.aku-cta h2 { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 700; color: var(--white); margin-bottom: 0.75rem; }
.aku-cta p { font-family: var(--sans); font-size: 1.02rem; font-weight: 300; color: rgba(255,255,255,0.78); margin-bottom: 2rem; }

/* ===== CONTACT ===== */
.aku-contact { background: var(--off-white); padding: 5.5rem var(--pad) 6rem; }
.aku-contact__inner { max-width: var(--maxw); margin: 0 auto; }
.aku-contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
.aku-contact-form { display: flex; flex-direction: column; gap: 1.1rem; }
.aku-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.aku-field { display: flex; flex-direction: column; gap: 0.4rem; }
.aku-field label {
  font-family: var(--sans); font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--charcoal);
}
.aku-field input, .aku-field textarea, .aku-field select {
  font-family: var(--sans); font-size: 0.92rem; color: var(--charcoal);
  background: var(--white); border: 1px solid var(--warm-grey); padding: 0.8rem 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.aku-field input:focus, .aku-field textarea:focus, .aku-field select:focus {
  outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(200,16,46,0.08);
}
.aku-field textarea { resize: vertical; min-height: 120px; }
.aku-form-consent { display: flex; align-items: flex-start; gap: 0.6rem; }
.aku-form-consent input { margin-top: 0.2rem; accent-color: var(--red); }
.aku-form-consent label { font-size: 0.78rem; font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--text-body); line-height: 1.5; }

/* CF7 integration */
.aku-contact-form .wpcf7-form { display: flex; flex-direction: column; gap: 1.1rem; }
.aku-contact-form .wpcf7-form-control-wrap { display: block; }
.aku-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
  font-family: var(--sans); font-size: 0.92rem; color: var(--charcoal);
  background: var(--white); border: 1px solid var(--warm-grey); padding: 0.8rem 0.9rem;
  width: 100%; transition: border-color 0.2s, box-shadow 0.2s;
}
.aku-contact-form .wpcf7-form-control:not(.wpcf7-submit):focus {
  outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(200,16,46,0.08);
}
.aku-contact-form .wpcf7-textarea { resize: vertical; min-height: 120px; }
.aku-contact-form .wpcf7-submit {
  font-family: var(--sans); font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--red); color: var(--white); border: none;
  padding: 1rem 2.2rem; cursor: pointer; transition: background 0.2s;
}
.aku-contact-form .wpcf7-submit:hover { background: var(--red-hover); }
.aku-contact-form .wpcf7-acceptance label { font-size: 0.78rem; font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--text-body); line-height: 1.5; }
.aku-contact-form .wpcf7-response-output {
  font-family: var(--sans); font-size: 0.85rem; padding: 0.8rem 1rem; margin: 0.5rem 0 0; border-radius: 4px;
}
.aku-contact-form .wpcf7-not-valid-tip { font-family: var(--sans); font-size: 0.75rem; color: var(--red); margin-top: 0.3rem; }

.aku-contact__offices { display: flex; flex-direction: column; gap: 1.5rem; }
.aku-office-card {
  background: var(--white); border: 1px solid var(--warm-grey); padding: 1.8rem;
  border-left: 3px solid var(--red);
}
.aku-office-card h3 {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--charcoal); margin-bottom: 0.9rem;
}
.aku-office-card__row { display: flex; align-items: flex-start; gap: 0.7rem; margin-bottom: 0.6rem; }
.aku-office-card__row svg { width: 16px; height: 16px; color: var(--red); flex-shrink: 0; margin-top: 2px; }
.aku-office-card__row span, .aku-office-card__row a {
  font-family: var(--sans); font-size: 0.88rem; line-height: 1.5; color: var(--text-body); text-decoration: none;
}
.aku-office-card__row a:hover { color: var(--red); }
.aku-office-card__map {
  margin-top: 0.8rem; height: 180px; border: 1px solid var(--warm-grey);
}

/* ===== FOOTER ===== */
.aku-footer { background: var(--charcoal-deep); padding: 4.5rem var(--pad) 1.6rem; }
.aku-footer__inner { max-width: var(--maxw); margin: 0 auto; }
.aku-footer__grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 3rem;
  padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.aku-footer__brand img { height: 34px; width: auto; margin-bottom: 1.3rem; }
.aku-footer__brand p { font-family: var(--sans); font-size: 0.85rem; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,0.38); max-width: 290px; }
.aku-footer__col h4 {
  font-family: var(--sans); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 1.25rem;
}
.aku-footer__col ul { list-style: none; }
.aku-footer__col li { margin-bottom: 0.55rem; }
.aku-footer__col a { font-family: var(--sans); font-size: 0.85rem; font-weight: 400; color: rgba(255,255,255,0.52); text-decoration: none; transition: color 0.2s; }
.aku-footer__col a:hover { color: var(--white); }
.aku-footer__bottom { padding-top: 1.6rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.aku-footer__copy { font-family: var(--sans); font-size: 0.72rem; color: rgba(255,255,255,0.25); }
.aku-footer__legal { display: flex; gap: 1.5rem; }
.aku-footer__legal a { font-family: var(--sans); font-size: 0.72rem; color: rgba(255,255,255,0.25); text-decoration: none; transition: color 0.2s; }
.aku-footer__legal a:hover { color: rgba(255,255,255,0.6); }

/* ===== BLOG ARCHIVE ===== */
.aku-archive { background: var(--off-white); padding: 5rem var(--pad); }
.aku-archive__inner { max-width: 900px; margin: 0 auto; }
.aku-archive__grid { display: flex; flex-direction: column; gap: 2.2rem; }

.aku-archive__grid .aku-blog-card {
  flex-direction: row; border-radius: 8px; border: none;
  box-shadow: 0 2px 12px rgba(51,63,72,0.07); border-left: 4px solid transparent;
}
.aku-archive__grid .aku-blog-card:hover {
  border-left-color: var(--red); box-shadow: 0 8px 28px rgba(51,63,72,0.12);
}
.aku-archive__grid .aku-blog-card__img {
  width: 300px; min-width: 300px; height: auto; min-height: 220px;
}
.aku-archive__grid .aku-blog-card__body {
  padding: 2rem 2.4rem; justify-content: center;
}
.aku-archive__grid .aku-blog-card__title { font-size: 1.3rem; }
.aku-archive__grid .aku-blog-card__excerpt { font-size: 0.92rem; }

.aku-archive__grid .aku-blog-card:first-child {
  flex-direction: column; border-left: none; border-bottom: 4px solid transparent;
}
.aku-archive__grid .aku-blog-card:first-child:hover { border-bottom-color: var(--red); border-left-color: transparent; }
.aku-archive__grid .aku-blog-card:first-child .aku-blog-card__img {
  width: 100%; min-width: 0; height: 320px;
}
.aku-archive__grid .aku-blog-card:first-child .aku-blog-card__body { padding: 2.2rem 2.6rem; }
.aku-archive__grid .aku-blog-card:first-child .aku-blog-card__title { font-size: 1.7rem; }
.aku-archive__grid .aku-blog-card:first-child .aku-blog-card__excerpt { font-size: 1rem; line-height: 1.7; }
.aku-archive__header { margin-bottom: 3rem; }
.aku-archive__header h1 {
  font-family: var(--serif); font-size: 2.5rem; font-weight: 700;
  color: var(--charcoal); margin-bottom: 0.5rem;
}
.aku-pagination { display: flex; justify-content: center; gap: 0.5rem; margin-top: 3rem; }
.aku-pagination a, .aku-pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; font-family: var(--sans); font-size: 0.85rem; font-weight: 600;
  color: var(--charcoal); text-decoration: none; border: 1px solid var(--warm-grey);
  transition: all 0.2s;
}
.aku-pagination a:hover { border-color: var(--red); color: var(--red); }
.aku-pagination .current { background: var(--red); color: var(--white); border-color: var(--red); }

/* ===== 404 ===== */
.aku-404 { text-align: center; padding: calc(72px + 6rem) var(--pad) 6rem; min-height: 80vh; display: flex; align-items: center; justify-content: center; }
.aku-404__inner { max-width: 520px; }
.aku-404__code { font-family: var(--serif); font-size: 8rem; font-weight: 700; color: var(--red); line-height: 1; margin-bottom: 1rem; }
.aku-404__title { font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--charcoal); margin-bottom: 1rem; }
.aku-404__text { font-family: var(--sans); font-size: 1rem; color: var(--text-body); line-height: 1.7; margin-bottom: 2rem; }

/* ===== LEAFLET MAP ===== */
.aku-map { height: 100%; width: 100%; min-height: 180px; }

/* ===== SCROLL ANIMATIONS ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.vis { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.05s; } .d2 { transition-delay: 0.1s; } .d3 { transition-delay: 0.15s; }
.d4 { transition-delay: 0.2s; } .d5 { transition-delay: 0.25s; } .d6 { transition-delay: 0.3s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .aku-pillars__inner { grid-template-columns: 1fr; }
  .aku-pillar:not(:last-child) { border-right: none; border-bottom: 1px solid var(--warm-grey); }
  .aku-services__grid { grid-template-columns: 1fr 1fr; }
  .aku-about { grid-template-columns: 1fr; }
  .aku-about__photo { min-height: 400px; }
  .aku-about__content { padding: 3.5rem 2.5rem; }
  .aku-test-card { flex: 0 0 calc((100% - 1.5rem) / 2); }
  .aku-blog__grid { grid-template-columns: 1fr; }
  .aku-footer__grid { grid-template-columns: 1fr 1fr; }
  .aku-contact__grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  :root { --pad: 1.5rem; }
  .aku-nav { display: none; }
  .aku-nav.is-open {
    display: flex; flex-direction: column; align-items: center;
    position: absolute; top: 72px; left: 0; right: 0; height: auto;
    background: var(--white); border-bottom: 3px solid var(--red); padding: 0.5rem 0;
    box-shadow: 0 12px 24px rgba(26,32,40,0.12);
  }
  .aku-nav.is-open li { height: auto; width: 100%; display: block; text-align: center; }
  .aku-nav.is-open a { height: auto; padding: 0.9rem 1.5rem; color: var(--charcoal); text-align: center; display: block; justify-content: unset; align-items: unset; }
  .aku-nav.is-open .aku-nav-cta-wrap { margin: 0.5rem 1.5rem; }
  .aku-nav.is-open .aku-nav-cta { display: block; text-align: center; margin: 0 auto; }
  .aku-header__toggle { display: block; }
  .aku-services__grid { grid-template-columns: 1fr; }
  .aku-about__details { grid-template-columns: 1fr; }
  .aku-footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .aku-info-bar__inner { flex-direction: column; align-items: flex-start; gap: 0.6rem; }
  .aku-info-bar__contact { flex-direction: column; gap: 0.5rem; }
  .aku-test-card { flex: 0 0 85%; }
  .aku-form-row { grid-template-columns: 1fr; }
  .aku-footer__bottom { flex-direction: column; align-items: flex-start; }
  .aku-archive__grid .aku-blog-card,
  .aku-archive__grid .aku-blog-card:first-child { flex-direction: column; border-left: none; border-bottom: 4px solid transparent; }
  .aku-archive__grid .aku-blog-card:hover { border-left-color: transparent; border-bottom-color: var(--red); }
  .aku-archive__grid .aku-blog-card__img,
  .aku-archive__grid .aku-blog-card:first-child .aku-blog-card__img { width: 100%; min-width: 0; height: 200px; }
  .aku-archive__grid .aku-blog-card:first-child .aku-blog-card__title { font-size: 1.35rem; }
}
