:root {
  --bg: #091019;
  --panel: rgba(14, 20, 31, 0.9);
  --panel-soft: rgba(18, 27, 41, 0.82);
  --footer-bg: #101a28;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f7f3ec;
  --muted: #a7b0bd;
  --accent-rgb: 244, 203, 61;
  --accent-soft-rgb: 255, 234, 135;
  --accent: #f4cb3d;
  --accent-soft: #ffea87;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --body-glow-1: rgba(var(--accent-rgb), 0.16);
  --body-glow-2: rgba(var(--accent-soft-rgb), 0.1);
  --body-start: #091019;
  --body-mid: #0b121d;
  --body-end: #09111a;
  --grid-line: rgba(255, 255, 255, 0.025);
  --stage-bg: #04070d;
  --stage-overlay-1: rgba(4, 7, 13, 0.76);
  --stage-overlay-2: rgba(4, 7, 13, 0.42);
  --stage-overlay-3: rgba(4, 7, 13, 0.78);
  --topbar-bg: rgba(11, 17, 27, 0.82);
  --topbar-stage-bg: rgba(8, 12, 20, 0.42);
  --menu-active-bg: rgba(255, 255, 255, 0.05);
  --hero-bg:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.12), transparent 42%),
    linear-gradient(145deg, rgba(12, 18, 28, 0.94), rgba(18, 27, 41, 0.84));
  --home-hero-bg:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.2), transparent 42%),
    linear-gradient(145deg, rgba(10, 15, 23, 0.78), rgba(16, 24, 36, 0.64));
  --surface-elevated: linear-gradient(180deg, rgba(16, 23, 35, 0.98), rgba(11, 17, 26, 0.96));
  --surface-subtle: rgba(255, 255, 255, 0.04);
  --surface-subtle-2: rgba(255, 255, 255, 0.03);
  --surface-pill: rgba(255, 255, 255, 0.05);
  --surface-kpi: rgba(255, 255, 255, 0.04);
  --badge-bg:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(var(--accent-rgb), 0.16), rgba(var(--accent-soft-rgb), 0.08));
  --label-color: #fff1b8;
  --label-soft: #ffeaa3;
  --link-accent: #fff0b0;
  --pill-text: #fff0b2;
  --meta-accent: #ffe7a0;
  --client-pill-text: #fff1ba;
  --tag-text: #dee5ef;
  --video-frame-bg: #02050b;
  --back-to-top-bg: rgba(8, 12, 20, 0.72);
  --back-to-top-border: rgba(255, 255, 255, 0.14);
  --back-to-top-hover-bg: rgba(var(--accent-rgb), 0.9);
  --back-to-top-hover-text: #28150c;
  --empty-bg: rgba(14, 20, 31, 0.88);
  --home-copy: rgba(247, 243, 236, 0.84);
  --status-bg: rgba(58, 211, 133, 0.14);
  --status-border: rgba(88, 244, 163, 0.46);
  --status-text: #8df6bf;
  --status-dot: #51f4a5;
  --status-ping: rgba(81, 244, 165, 0.56);
}

:root[data-theme="light"] {
  --bg: #f6efe6;
  --panel: rgba(255, 252, 248, 0.92);
  --panel-soft: rgba(255, 248, 240, 0.9);
  --footer-bg: #eadbcb;
  --line: rgba(46, 28, 18, 0.12);
  --text: #24160e;
  --muted: #6d6258;
  --shadow: 0 20px 60px rgba(118, 86, 61, 0.12);
  --body-glow-1: rgba(var(--accent-rgb), 0.12);
  --body-glow-2: rgba(var(--accent-soft-rgb), 0.14);
  --body-start: #f9f3eb;
  --body-mid: #f5ede3;
  --body-end: #f2e8dc;
  --grid-line: rgba(44, 30, 20, 0.045);
  --stage-bg: #e7ddd2;
  --stage-overlay-1: rgba(248, 242, 234, 0.66);
  --stage-overlay-2: rgba(248, 242, 234, 0.3);
  --stage-overlay-3: rgba(248, 242, 234, 0.74);
  --topbar-bg: rgba(255, 252, 248, 0.82);
  --topbar-stage-bg: rgba(255, 252, 248, 0.58);
  --menu-active-bg: rgba(36, 22, 14, 0.06);
  --hero-bg:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.14), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 244, 236, 0.92));
  --home-hero-bg:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.14), transparent 42%),
    linear-gradient(145deg, rgba(255, 252, 248, 0.78), rgba(251, 244, 236, 0.62));
  --surface-elevated: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 240, 233, 0.96));
  --surface-subtle: rgba(36, 22, 14, 0.05);
  --surface-subtle-2: rgba(36, 22, 14, 0.04);
  --surface-pill: rgba(36, 22, 14, 0.05);
  --surface-kpi: rgba(36, 22, 14, 0.05);
  --badge-bg:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.36)),
    linear-gradient(145deg, rgba(var(--accent-rgb), 0.12), rgba(var(--accent-soft-rgb), 0.08));
  --label-color: #8c6d10;
  --label-soft: #8c6d10;
  --link-accent: #715707;
  --pill-text: #7d610d;
  --meta-accent: #7d610d;
  --client-pill-text: #6f5609;
  --tag-text: #3a2a1f;
  --video-frame-bg: #d9cec2;
  --back-to-top-bg: rgba(255, 252, 248, 0.88);
  --back-to-top-border: rgba(36, 22, 14, 0.12);
  --back-to-top-hover-bg: rgba(var(--accent-rgb), 0.92);
  --back-to-top-hover-text: #28150c;
  --empty-bg: rgba(255, 252, 248, 0.92);
  --home-copy: rgba(36, 22, 14, 0.82);
  --status-bg: rgba(49, 183, 104, 0.14);
  --status-border: rgba(49, 144, 89, 0.4);
  --status-text: #1c6b41;
  --status-dot: #2ac477;
  --status-ping: rgba(42, 196, 119, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, var(--body-glow-1), transparent 28%),
    radial-gradient(circle at 82% 12%, var(--body-glow-2), transparent 18%),
    linear-gradient(180deg, var(--body-start) 0%, var(--body-mid) 50%, var(--body-end) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black 42%, transparent 88%);
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(var(--accent-rgb), 0.18), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(var(--accent-soft-rgb), 0.12), transparent 26%),
    linear-gradient(180deg, rgba(6, 10, 16, 0.96), rgba(6, 10, 16, 0.92));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 320ms ease, visibility 0s linear 320ms;
}

:root[data-theme="light"] .page-loader {
  background:
    radial-gradient(circle at 20% 20%, rgba(var(--accent-rgb), 0.2), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(var(--accent-soft-rgb), 0.14), transparent 26%),
    linear-gradient(180deg, rgba(248, 242, 234, 0.96), rgba(242, 232, 220, 0.93));
}

.page-loader.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.page-loader__inner {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.page-loader__spinner {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.18);
  border-top-color: var(--accent);
  animation: page-loader-spin 900ms linear infinite;
}

:root[data-theme="light"] .page-loader__spinner {
  border-color: rgba(36, 22, 14, 0.16);
  border-top-color: #8a6b0c;
}

.page-loader__label {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(1rem, 2vw, 1.12rem);
  letter-spacing: 0.04em;
}

@keyframes page-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-shell-stage {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0 28px;
}

.home-stage {
  position: relative;
  min-height: 100svh;
  overflow: clip;
}

.home-stage-media,
.home-stage-overlay {
  position: absolute;
  inset: 0;
}

.home-stage-media {
  z-index: 0;
  overflow: hidden;
  background: var(--stage-bg);
}

.home-stage-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
}

.home-stage-overlay {
  z-index: 0;
  background:
    linear-gradient(180deg, var(--stage-overlay-1) 0%, var(--stage-overlay-2) 28%, var(--stage-overlay-3) 100%),
    radial-gradient(circle at 20% 20%, rgba(var(--accent-rgb), 0.18), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(var(--accent-soft-rgb), 0.12), transparent 26%);
}

.home-stage-controls {
  position: absolute;
  left: clamp(12px, 1.6vw, 20px);
  bottom: 28px;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

.home-stage-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(8, 12, 20, 0.54);
  color: #f7f3ec;
  font: inherit;
  cursor: pointer;
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.home-stage-control svg {
  display: block;
  width: 20px;
  height: 20px;
}

.home-stage-control:hover,
.home-stage-control:focus-visible {
  transform: translateY(-1px);
  background: rgba(var(--accent-rgb), 0.88);
  border-color: transparent;
  color: #28150c;
}

.hero,
.section-block,
.content-panel,
.toolbar,
.video-card,
.testimonial-card,
.cta-band,
.site-footer,
.latest-card,
.hero-badge-card,
.portrait-card,
.process-card,
.faq-item,
.timeline-item {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.topbar {
  position: relative;
  z-index: 40;
  width: 100vw;
  min-height: var(--topbar-height, 84px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 18px;
}

.topbar-inner {
  position: fixed;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  width: 100vw;
  min-height: 84px;
  padding: 16px max(16px, calc((100vw - 1180px) / 2 + 20px));
  margin: 0;
  border: 1px solid transparent;
  border-bottom-color: var(--line);
  border-radius: 0;
  background: var(--topbar-stage-bg);
  box-shadow: none;
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
  will-change: width, top, transform, border-radius, background, box-shadow;
  transition:
    width 440ms cubic-bezier(0.16, 1, 0.3, 1),
    padding 440ms cubic-bezier(0.16, 1, 0.3, 1),
    top 440ms cubic-bezier(0.16, 1, 0.3, 1),
    border-radius 440ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 320ms ease,
    background 320ms ease,
    box-shadow 440ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 240ms ease;
}

.topbar.is-sticky .topbar-inner {
  top: 14px;
  width: min(1180px, calc(100vw - 32px));
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--topbar-bg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.brand,
.menu-link,
.inline-link,
.card-link,
.contact-link,
.footer-column a {
  color: var(--text);
  text-decoration: none;
}

.brand {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark span {
  font-size: 0.92rem;
}

.brand-logo {
  display: block;
  width: auto;
  height: 38px;
  transition: filter 180ms ease, opacity 180ms ease;
}

:root[data-theme="light"] .brand-logo {
  filter: brightness(0) saturate(100%) opacity(0.94);
}

.menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface-subtle);
  color: var(--text);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.menu-toggle__box {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 18px;
}

.menu-toggle__line {
  display: block;
  width: 100%;
  height: 1.8px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.topbar.is-menu-open .menu-toggle__line:nth-child(1) {
  transform: translateY(5.8px) rotate(45deg);
}

.topbar.is-menu-open .menu-toggle__line:nth-child(2) {
  opacity: 0;
}

.topbar.is-menu-open .menu-toggle__line:nth-child(3) {
  transform: translateY(-5.8px) rotate(-45deg);
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  transform: translateY(-1px);
  background: var(--menu-active-bg);
}

.menu-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--muted);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.menu-link:hover,
.menu-link:focus-visible,
.menu-link.is-active {
  color: var(--text);
  background: var(--menu-active-bg);
  transform: translateY(-1px);
}

.hero {
  padding: 48px;
  border-radius: var(--radius-xl);
  background: var(--hero-bg);
}

.hero-home {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 24px;
  align-items: stretch;
}

.home-page .hero {
  width: min(960px, 100%);
  margin-top: clamp(28px, 8vh, 96px);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  background: var(--home-hero-bg);
  backdrop-filter: blur(20px);
  border-color: var(--line);
}

.home-page .hero-home {
  flex: 0 0 auto;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.72fr);
  align-content: stretch;
}

.home-page .hero-copy,
.home-page .hero-badge-card p {
  color: var(--home-copy);
}

.home-page .hero-copy-block {
  max-width: 34rem;
}

.has-scroll-reveal .scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  filter: blur(10px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 720ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.has-scroll-reveal .scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.eyebrow,
.section-label,
.chip-count,
.card-type,
.hero-kpi-label,
.small-pill,
.step-number,
.timeline-date {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--label-color);
  font-size: 0.76rem;
  font-weight: 800;
}

.hero h1,
.section-head h2,
.content-panel h2,
.toolbar h2,
.card-title,
.latest-card h3,
.testimonial-card h3,
.faq-item h3,
.timeline-item h3,
.availability-item strong {
  margin: 0;
  font-family: "Syne", sans-serif;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 0.92;
}

.hero-copy,
.hero-badge-card p,
.latest-card p,
.content-panel p,
.testimonial-card blockquote,
.cta-copy,
.timeline-item p,
.faq-item p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-copy {
  max-width: 58ch;
  margin: 20px 0 0;
  font-size: 1.05rem;
}

.availability-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--status-border);
  background: var(--status-bg);
  color: var(--status-text);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.availability-pill:hover,
.availability-pill:focus-visible {
  transform: translateY(-1px);
  border-color: var(--status-dot);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 24px rgba(10, 20, 16, 0.2);
}

.availability-pill__dot-wrap {
  position: relative;
  display: inline-flex;
  width: 9px;
  height: 9px;
}

.availability-pill__dot-ping,
.availability-pill__dot-core {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.availability-pill__dot-ping {
  background: var(--status-ping);
  transform: scale(1.8);
  opacity: 0.5;
}

.availability-pill__dot-core {
  background: var(--status-dot);
  box-shadow: 0 0 0 1px rgba(7, 16, 10, 0.24);
  animation: availability-blink 2.2s ease-in-out infinite;
}

.hero-copy-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@keyframes availability-blink {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0.82);
    opacity: 0.32;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid var(--back-to-top-border);
  border-radius: 50%;
  background: var(--back-to-top-bg);
  color: var(--text);
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--back-to-top-hover-bg);
  border-color: transparent;
  color: var(--back-to-top-hover-text);
}

.theme-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 98px;
  min-height: 50px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-subtle);
  color: var(--text);
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.theme-toggle::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-soft));
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  transition: transform 220ms ease;
}

.theme-toggle[data-theme="dark"]::before {
  transform: translateX(100%);
}

.theme-toggle__icons {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.theme-toggle__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 40px;
  color: var(--muted);
  transition: color 180ms ease, opacity 180ms ease;
}

.theme-toggle__option svg {
  width: 18px;
  height: 18px;
  display: block;
}

.theme-toggle[data-theme="light"] .theme-toggle__option--light,
.theme-toggle[data-theme="dark"] .theme-toggle__option--dark {
  color: #28150c;
}

.theme-toggle[data-theme="light"] .theme-toggle__option--dark,
.theme-toggle[data-theme="dark"] .theme-toggle__option--light {
  opacity: 0.88;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  color: var(--text);
  background: var(--menu-active-bg);
  transform: translateY(-1px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-soft));
  color: #28150c;
  font-weight: 800;
}

.button-secondary {
  background: var(--surface-subtle);
  color: var(--text);
  border: 1px solid var(--line);
}

.button-primary:hover,
.button-secondary:hover,
.inline-link:hover,
.card-link:hover,
.contact-link:hover,
.footer-column a:hover {
  transform: translateY(-1px);
}

.hero-aside {
  display: flex;
}

.hero-badge-card {
  width: 100%;
  border-radius: 28px;
  padding: 28px;
  background: var(--badge-bg);
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 100%;
}

.hero-badge-photo {
  background:
    linear-gradient(180deg, rgba(7, 11, 18, 0.06) 0%, rgba(7, 11, 18, 0.82) 100%),
    url("../media/pp-hero.jpg") center center / cover no-repeat;
}

.hero-badge-photo strong,
.hero-badge-photo p,
.hero-badge-photo .hero-badge-label {
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
}

.hero-badge-label,
.testimonial-role {
  color: var(--label-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-badge-card strong {
  display: block;
  margin-top: 12px;
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.hero-kpi {
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--surface-kpi);
  border: 1px solid var(--line);
}

.hero-kpi-value {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 1.9rem;
}

.hero-kpi-label {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.page-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin-top: 24px;
  flex: 1 0 auto;
}

.skills-band {
  grid-column: 1 / -1;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-block: 10px;
  overflow-x: clip;
  overflow-y: visible;
}

.skills-band__tilt {
  margin-inline: -8px;
  transform: rotate(-3deg);
  transform-origin: center;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background:
    linear-gradient(90deg, #d99b00 0%, #f4cb3d 45%, #ffe37a 78%, #fff1b8 100%);
}

.skills-band__viewport {
  display: flex;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.skills-band__marquee {
  display: flex;
  width: max-content;
  min-width: 100%;
  padding: 12px 0;
  animation: skills-band-scroll 30s linear infinite;
  will-change: transform;
}

.skills-band__list {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0 16px 0 0;
}

.skills-band__list li {
  display: inline-flex;
  align-items: center;
  color: #1c140e;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.skills-band__list li::after {
  content: "✦";
  margin: 1px 0 0 16px;
  color: #1c140e;
  font-size: 1rem;
  line-height: 1;
  transform: rotate(-12deg);
}

@keyframes skills-band-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.section-block,
.cta-band {
  min-width: 0;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.site-footer {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--footer-bg);
}

.section-block:not(.home-faq),
.content-panel,
.toolbar,
.cta-band,
.site-footer {
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(var(--accent-rgb), 0.16),
    0 0 34px rgba(var(--accent-rgb), 0.12);
}

:root[data-theme="light"] .section-block:not(.home-faq),
:root[data-theme="light"] .content-panel,
:root[data-theme="light"] .toolbar,
:root[data-theme="light"] .cta-band,
:root[data-theme="light"] .site-footer {
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(var(--accent-rgb), 0.24),
    0 0 26px rgba(var(--accent-rgb), 0.1);
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}

.section-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.08;
  max-width: 18ch;
}

.inline-link,
.card-link {
  color: var(--link-accent);
}

.latest-grid,
.content-grid,
.contact-grid,
.process-grid,
.faq-list,
.timeline,
.footer-grid {
  display: grid;
  gap: 20px;
}

.latest-grid,
.content-grid,
.contact-grid,
.footer-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.latest-card,
.content-panel,
.testimonial-card,
.process-card,
.faq-item,
.timeline-item {
  border-radius: var(--radius-lg);
  background: var(--surface-elevated);
}

.latest-card {
  grid-column: span 4;
  padding: 24px;
}

.latest-media {
  display: block;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--video-frame-bg);
}

.latest-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 220ms ease;
}

.latest-media:hover .latest-thumb,
.latest-media:focus-visible .latest-thumb {
  transform: scale(1.03);
}

.latest-card h3 {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.1;
}

.card-link {
  display: inline-flex;
  margin-top: 18px;
}

.card-link-inline {
  margin-top: 0;
}

.card-link-icon {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface-pill);
}

.card-link-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.small-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--surface-pill);
  color: var(--pill-text);
  font-size: 0.72rem;
  font-weight: 800;
}

.about-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.about-highlight .content-panel {
  grid-column: 1 / -1;
}

.about-highlight-card {
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  background:
    radial-gradient(circle at 10% 10%, rgba(var(--accent-rgb), 0.16), transparent 32%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
}

.about-inline-photo {
  width: 100%;
  max-width: 220px;
  min-height: 220px;
  margin: 0;
  border-radius: 22px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--surface-subtle);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
}

.about-inline-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-highlight-copy {
  display: grid;
  gap: 12px;
}

.about-highlight-copy > * {
  margin: 0;
}

.about-highlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.portrait-card {
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(var(--accent-rgb), 0.16), rgba(var(--accent-soft-rgb), 0.08));
  display: grid;
  place-items: center;
  min-height: 100%;
  overflow: hidden;
}

.portrait-card span {
  font-family: "Syne", sans-serif;
  font-size: clamp(4rem, 10vw, 7rem);
  letter-spacing: -0.05em;
}

.portrait-photo {
  padding: 0;
}

.portrait-photo img,
.contact-photo,
.cv-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.content-panel {
  grid-column: span 6;
  padding: 28px;
}

.content-panel-wide {
  grid-column: 1 / -1;
}

.content-panel h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.08;
}

.project-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto;
  gap: 24px;
  align-items: end;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 24px 90px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(var(--accent-rgb), 0.24),
    0 0 40px rgba(var(--accent-rgb), 0.2);
  color: #21140b;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.52), transparent 18%),
    radial-gradient(circle at 86% 24%, rgba(255, 255, 255, 0.16), transparent 22%),
    radial-gradient(circle at 82% 78%, rgba(9, 16, 25, 0.08), transparent 26%),
    linear-gradient(135deg, #fff9d6 0%, #fff0a6 34%, #f4cb3d 68%, #d9b11d 100%);
}

.project-cta::after {
  content: "";
  position: absolute;
  inset: auto -60px -70px auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(9, 16, 25, 0.16);
  filter: blur(12px);
}

.project-cta > * {
  position: relative;
  z-index: 1;
}

.project-cta-kicker {
  margin: 0 0 10px;
  color: rgba(33, 20, 11, 0.68);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-cta h2 {
  margin: 0;
  max-width: 12ch;
  font-family: "Syne", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.94;
}

.project-cta p {
  max-width: 56ch;
  margin: 14px 0 0;
  color: rgba(33, 20, 11, 0.8);
  font-size: 1rem;
  line-height: 1.7;
}

.project-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  min-width: 260px;
}

.project-cta-button,
.project-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.project-cta-button {
  background: #091019;
  color: #f7f3ec;
  box-shadow: 0 16px 32px rgba(9, 16, 25, 0.22);
}

.project-cta-link {
  border: 1px solid rgba(33, 20, 11, 0.18);
  background: rgba(255, 249, 214, 0.34);
  color: #21140b;
}

.project-cta-button:hover,
.project-cta-link:hover {
  transform: translateY(-2px);
}

.testimonial-card {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  overflow: hidden;
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 14px;
  color: rgba(var(--accent-rgb), 0.2);
  font-family: "Syne", sans-serif;
  font-size: 4.1rem;
  line-height: 1;
  pointer-events: none;
}

.testimonial-card h3 {
  margin-top: 12px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.testimonial-card blockquote {
  margin: 16px 0 0;
  padding: 0;
}

.testimonial-client {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.testimonial-logo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, var(--accent), var(--accent-soft));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.testimonial-logo-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.testimonial-client-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.testimonial-client-copy h3 {
  margin: 0;
}

.testimonials-section {
  grid-column: 1 / -1;
  align-self: stretch;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 24px;
  border-radius: 0;
  min-width: 0;
  overflow-x: hidden;
}

.testimonials-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0;
}

.testimonials-marquee {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-width: 0;
  box-sizing: border-box;
  contain: layout paint;
  margin-top: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  mask-image: none;
}

.testimonials-track {
  display: flex;
  gap: 18px;
  width: max-content;
  min-width: 0;
}

.testimonials-marquee .testimonial-card {
  flex: 0 0 clamp(290px, 34vw, 420px);
  width: clamp(290px, 34vw, 420px);
  scroll-snap-align: start;
}

.testimonials-marquee.is-auto {
  overflow: hidden;
  scroll-snap-type: none;
  mask-image: none;
}

.testimonials-marquee.is-auto .testimonials-track {
  will-change: transform;
}

.testimonial-author {
  margin: 0;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  opacity: 0.84;
}

.toolbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  padding: 24px 26px;
  border-radius: 28px;
  background: var(--panel);
}

.toolbar h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.04;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-subtle);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.filter-chip:hover,
.filter-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(var(--accent-rgb), 0.42);
}

.filter-chip.is-active {
  color: #26150d;
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent), var(--accent-soft));
}

.chip-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.14);
  font-size: 0.72rem;
  font-weight: 800;
}

.results-copy {
  margin: -8px 4px 0;
  color: var(--muted);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.video-card {
  grid-column: span 4;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--surface-elevated);
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 200ms ease;
  transition-delay: var(--delay, 0ms), var(--delay, 0ms), var(--delay, 0ms), 0ms;
}

.video-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.video-card:hover {
  box-shadow: 0 32px 96px rgba(0, 0, 0, 0.42);
}

.video-card::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--card-color, var(--accent)), var(--card-color-soft, var(--accent-soft)));
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--video-frame-bg);
}

.video-frame iframe,
.video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.video-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-frame video {
  object-fit: cover;
  background: #02050b;
}

.video-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(2, 5, 11, 0.44));
  pointer-events: none;
}

.video-preview-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 12, 20, 0.58);
  color: #f7f3ec;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  backdrop-filter: blur(12px);
}

.video-preview-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.video-preview-play {
  position: absolute;
  inset: auto 18px 18px auto;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(8, 12, 20, 0.68);
  color: #f7f3ec;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.video-preview-play svg {
  width: 22px;
  height: 22px;
  margin-left: 2px;
  display: block;
}

.video-card:hover .video-preview-play,
.video-preview-link:focus-visible .video-preview-play {
  transform: scale(1.04);
  background: rgba(var(--accent-rgb), 0.9);
  color: #28150c;
}

.video-placeholder {
  min-height: 320px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, rgba(var(--accent-rgb), 0.14), rgba(var(--accent-soft-rgb), 0.08));
}

.video-placeholder strong {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  line-height: 0.98;
}

.video-placeholder p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.card-body {
  padding: 20px 20px 24px;
}

.card-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.card-type {
  color: var(--meta-accent);
  font-size: 0.73rem;
  font-weight: 800;
}

.card-runtime {
  color: var(--muted);
  font-size: 0.92rem;
}

.card-title {
  font-size: 1.48rem;
  line-height: 1.08;
}

.card-description {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.card-footer,
.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.client-pill,
.tag,
.contact-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--surface-pill);
  color: var(--tag-text);
  font-size: 0.82rem;
  border: 1px solid var(--line);
}

.client-pill {
  color: var(--client-pill-text);
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.offer-section .section-head h2 {
  max-width: 26ch;
}

.offer-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 4px;
}

.offer-grid {
  margin-top: 8px;
}

.offer-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.process-card {
  padding: 24px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-soft));
  color: #26150d;
  font-weight: 800;
  font-size: 0.8rem;
}

.process-card h3,
.faq-item h3,
.timeline-item h3 {
  margin-top: 16px;
  font-size: 1.25rem;
  line-height: 1.15;
}

.faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-item,
.timeline-item {
  padding: 24px;
}

.home-faq {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(var(--accent-rgb), 0.24);
  background:
    radial-gradient(circle at 10% -14%, rgba(var(--accent-rgb), 0.2), transparent 36%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    var(--surface-elevated);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

:root[data-theme="light"] .home-faq {
  border-color: rgba(var(--accent-rgb), 0.32);
  box-shadow:
    0 24px 70px rgba(118, 86, 61, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.home-faq::after {
  content: "";
  position: absolute;
  inset: auto -8% -52% auto;
  width: min(460px, 48vw);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-soft-rgb), 0.2), transparent 66%);
  pointer-events: none;
}

.home-faq::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), 0.85), transparent);
  opacity: 0.8;
}

.home-faq-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.home-faq-intro .section-label {
  margin-bottom: 10px;
}

.home-faq-lead {
  margin: 12px 0 0;
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.72;
}

.home-faq-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(var(--accent-rgb), 0.42);
  background: rgba(var(--accent-rgb), 0.14);
  color: var(--label-soft);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition:
    transform 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.home-faq-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--accent-rgb), 0.7);
  background: rgba(var(--accent-rgb), 0.24);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.home-faq .faq-list {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  align-items: start;
}

.home-faq .faq-list {
  margin-top: 6px;
  gap: 14px;
}

.home-faq-item {
  position: relative;
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(var(--accent-rgb), 0.2);
  background:
    linear-gradient(170deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 24px rgba(0, 0, 0, 0.14);
  transition:
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms ease,
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    background 320ms ease;
  padding: 0;
}

.home-faq-item:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--accent-rgb), 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 34px rgba(0, 0, 0, 0.24);
}

.home-faq-item.is-open {
  border-color: rgba(var(--accent-rgb), 0.56);
  background:
    linear-gradient(168deg, rgba(var(--accent-rgb), 0.14), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 44px rgba(0, 0, 0, 0.26),
    0 0 26px rgba(var(--accent-rgb), 0.16);
}

.faq-question {
  appearance: none;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  transition: background 320ms ease;
}

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

.faq-question-title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  font-size: 1.1rem;
  transition: color 300ms ease, letter-spacing 300ms ease;
}

.faq-toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(var(--accent-rgb), 0.42);
  background: rgba(var(--accent-rgb), 0.12);
  position: relative;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    background 280ms ease,
    border-color 280ms ease,
    box-shadow 320ms ease;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.8px;
  border-radius: 999px;
  background: var(--label-soft);
  transform: translate(-50%, -50%);
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.home-faq-item.is-open .faq-toggle {
  border-color: rgba(var(--accent-rgb), 0.68);
  background: rgba(var(--accent-rgb), 0.24);
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.14);
}

.home-faq-item.is-open .faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.35);
}

.home-faq-item.is-open .faq-question {
  background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.08), transparent 90%);
}

.home-faq-item.is-open .faq-question-title {
  color: var(--label);
  letter-spacing: 0.01em;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height, opacity;
  transition:
    max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    padding 220ms ease;
  padding: 0 24px;
}

.faq-answer > * {
  margin: 0;
}

.home-faq-item.is-open .faq-answer {
  opacity: 1;
  padding: 0 24px 30px;
}

.faq-answer[aria-hidden="true"] {
  pointer-events: none;
}

.faq-answer p {
  margin: 0;
}

.faq-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(var(--accent-rgb), 0.38);
  background:
    linear-gradient(145deg, rgba(var(--accent-rgb), 0.16), rgba(var(--accent-soft-rgb), 0.12)),
    rgba(255, 255, 255, 0.02);
  color: var(--label-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.timeline {
  position: relative;
  display: grid;
  gap: 20px;
}

.timeline-vertical {
  position: relative;
  grid-template-columns: 1fr;
  gap: 26px;
  --timeline-progress: 0px;
  --timeline-content-offset: 84px;
  --timeline-axis-x: 32px;
  padding-left: var(--timeline-content-offset);
}

.timeline-vertical::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: calc(var(--timeline-axis-x) - 1px);
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), rgba(var(--accent-rgb), 0.18) 48%, var(--accent-soft));
  opacity: 0.92;
}

.timeline-vertical::after {
  content: "";
  position: absolute;
  top: 10px;
  left: calc(var(--timeline-axis-x) - 1px);
  width: 2px;
  height: var(--timeline-progress);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--accent-soft));
  box-shadow: 0 0 18px rgba(var(--accent-rgb), 0.34);
  opacity: 0.98;
  transition: height 1400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-item {
  position: relative;
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--surface-subtle);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.timeline-vertical .timeline-item {
  padding: 22px 24px 24px;
  opacity: 0;
  transform: translateY(18px);
  animation: timeline-step-in 680ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.timeline-vertical .timeline-item:nth-child(2) {
  animation-delay: 120ms;
}

.timeline-vertical .timeline-item:nth-child(3) {
  animation-delay: 220ms;
}

.timeline-marker {
  position: absolute;
  top: 28px;
  --timeline-marker-size: 18px;
  left: calc(var(--timeline-axis-x) - var(--timeline-content-offset) - (var(--timeline-marker-size) / 2));
  width: var(--timeline-marker-size);
  height: var(--timeline-marker-size);
  border-radius: 50%;
  background: rgba(var(--accent-rgb), 0.38);
  border: 0;
  box-shadow:
    0 0 0 5px rgba(var(--accent-rgb), 0.08),
    0 2px 8px rgba(0, 0, 0, 0.2);
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease,
    opacity 220ms ease;
  opacity: 0.72;
}

.timeline-item.is-past .timeline-marker {
  background: linear-gradient(135deg, var(--accent), var(--accent-soft));
  box-shadow: 0 0 0 7px rgba(var(--accent-rgb), 0.12);
  opacity: 1;
}

.timeline-item.is-active {
  transform: translateY(-2px);
  border-color: rgba(var(--accent-rgb), 0.38);
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb), 0.12), rgba(var(--accent-soft-rgb), 0.02)),
    var(--surface-subtle);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.timeline-item.is-active .timeline-marker {
  background: linear-gradient(135deg, var(--accent), var(--accent-soft));
  box-shadow:
    0 0 0 8px rgba(var(--accent-rgb), 0.18),
    0 0 24px rgba(var(--accent-rgb), 0.42);
  opacity: 1;
  animation: timeline-marker-blink 1.8s ease-in-out infinite;
}

.timeline-date {
  display: block;
  color: var(--meta-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline-location {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

@keyframes timeline-step-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes timeline-marker-blink {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 0 8px rgba(var(--accent-rgb), 0.18),
      0 0 22px rgba(var(--accent-rgb), 0.3);
  }

  50% {
    transform: scale(1.08);
    box-shadow:
      0 0 0 10px rgba(var(--accent-rgb), 0.24),
      0 0 30px rgba(var(--accent-rgb), 0.5);
  }
}

.contact-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.intro-grid .cv-panel,
.contact-grid .profile-panel {
  grid-column: span 5;
}

.intro-grid .bio-panel,
.contact-grid .availability-panel {
  grid-column: span 7;
}

.profile-panel {
  background:
    radial-gradient(circle at 0% 0%, rgba(var(--accent-rgb), 0.14), transparent 34%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.cv-media,
.profile-media {
  margin: 18px 0 22px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--surface-subtle);
}

.cv-media {
  aspect-ratio: 0.78 / 1;
}

.profile-media {
  max-width: 260px;
  aspect-ratio: 1 / 1;
}

.profile-panel .profile-media {
  margin: 16px 0 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.profile-panel .contact-list {
  margin-top: 16px;
  gap: 12px;
}

.profile-panel .contact-link {
  min-height: 38px;
  padding: 0 14px;
  background: var(--surface-subtle);
}

.availability-grid {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.availability-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--surface-subtle);
  border: 1px solid var(--line);
}

.availability-item span {
  color: var(--muted);
}

.contact-embed {
  margin-top: 20px;
  overflow: hidden;
  min-height: 720px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--surface-subtle-2);
}

.contact-embed iframe {
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
}

.contact-form-shell {
  margin-top: 20px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--surface-subtle-2);
}

.form-feedback {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  font-weight: 700;
  line-height: 1.6;
}

.form-feedback.is-success {
  color: #1f4a16;
  background: rgba(202, 255, 166, 0.28);
  border-color: rgba(144, 201, 77, 0.42);
}

.form-feedback.is-warning {
  color: #6a5204;
  background: rgba(var(--accent-soft-rgb), 0.26);
  border-color: rgba(var(--accent-rgb), 0.4);
}

.form-feedback.is-error {
  color: #7d241d;
  background: rgba(255, 153, 145, 0.2);
  border-color: rgba(214, 83, 74, 0.34);
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-field {
  display: grid;
  gap: 10px;
}

.form-field span {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--meta-accent);
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel-soft);
  color: var(--text);
  font: inherit;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.form-input::placeholder {
  color: var(--muted);
}

.form-input:hover,
.form-input:focus-visible {
  outline: none;
  border-color: rgba(var(--accent-rgb), 0.48);
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.12);
}

.form-textarea {
  min-height: 180px;
  padding: 16px;
  resize: vertical;
}

.turnstile-wrap {
  display: flex;
  align-items: center;
  min-height: 74px;
}

.turnstile-wrap .cf-turnstile {
  max-width: 100%;
}

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.contact-form-note {
  margin: 0;
  max-width: 42ch;
  color: var(--muted);
  line-height: 1.7;
}

.contact-form .button-primary[disabled] {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.cta-copy {
  margin: 6px 0 0;
  max-width: 60ch;
}

.site-footer {
  margin-top: 24px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  padding-inline: max(22px, calc((100vw - 1180px) / 2 + 28px));
}

.footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-column h3 {
  margin: 0 0 14px;
  font-family: "Syne", sans-serif;
  font-size: 1.1rem;
}

.footer-column {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-column p,
.footer-column a {
  margin: 0;
  color: var(--muted);
}

.footer-copy {
  margin: 24px 0 0;
  color: var(--muted);
  text-align: center;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 42px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--empty-bg);
  text-align: center;
}

.empty-state h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 1.7rem;
}

.empty-state p {
  margin: 12px auto 0;
  max-width: 52ch;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 1040px) {
  .hero-home,
  .about-highlight,
  .project-cta,
  .cta-band,
  .toolbar,
  .section-head {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .about-highlight-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-inline-photo {
    max-width: 200px;
    min-height: 200px;
    margin: 0 auto;
  }

  .latest-card,
  .content-panel,
  .process-card,
  .faq-item,
  .timeline-item {
    grid-column: 1 / -1;
  }

  .video-grid {
    gap: 16px;
  }

  .skills-band__list li {
    font-size: 0.79rem;
  }

  .home-faq-top {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  .home-faq-cta {
    justify-self: start;
  }

  .home-faq .faq-list {
    gap: 12px;
  }

  .faq-question {
    padding: 18px;
  }

  .home-faq-item.is-open .faq-answer {
    padding: 0 18px 24px;
  }

  .video-card {
    grid-column: span 6;
  }

  .process-grid,
  .faq-list,
  .timeline {
    grid-template-columns: 1fr;
  }

  .testimonials-marquee {
    mask-image: none;
  }

  .testimonials-marquee .testimonial-card {
    width: min(84vw, 380px);
    min-width: min(84vw, 380px);
  }

  .site-footer {
    padding-inline: 24px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .intro-grid .cv-panel,
  .intro-grid .bio-panel,
  .contact-grid .profile-panel,
  .contact-grid .availability-panel {
    grid-column: 1 / -1;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .testimonials-shell {
    width: min(1180px, calc(100% - 20px));
  }

  .skills-band {
    margin-block: 8px;
  }

  .about-inline-photo {
    max-width: 170px;
    min-height: 170px;
  }

  .faq-index {
    width: 38px;
    height: 38px;
    font-size: 0.68rem;
  }

  .faq-question {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
  }

  .faq-toggle {
    grid-column: 2;
    justify-self: end;
    margin-top: 2px;
  }

  .profile-panel .profile-media {
    max-width: 190px;
  }

  .skills-band__list {
    gap: 12px;
  }

  .skills-band__list li {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .skills-band__list li::after {
    margin-left: 12px;
    font-size: 0.9rem;
  }
}

@media (max-width: 760px) {
  .topbar {
    min-height: var(--topbar-height, 84px);
  }

  .topbar-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    padding: 16px;
  }

  .brand-mark {
    flex: 1 1 auto;
    min-width: 0;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .menu {
    display: none;
    width: 100%;
    order: 3;
    margin-left: 0;
    justify-content: flex-start;
  }

  .topbar.is-menu-open .menu {
    display: flex;
  }

  .topbar.is-sticky .topbar-inner {
    top: 10px;
    width: calc(100vw - 20px);
    padding: 16px;
    border-radius: 20px;
  }

  .page-shell-stage {
    min-height: auto;
    padding-bottom: 24px;
  }

  .home-stage {
    min-height: 100dvh;
  }

  .home-stage-controls {
    left: 12px;
    right: auto;
    bottom: 20px;
    gap: 10px;
  }

  .video-grid {
    gap: 14px;
  }

  .video-card {
    grid-column: span 6;
  }

  .card-body {
    padding: 16px 16px 18px;
  }

  .card-topline {
    margin-bottom: 10px;
  }

  .card-title {
    font-size: 1.18rem;
  }

  .card-footer {
    gap: 8px;
    margin-top: 14px;
  }

  .video-preview-badge {
    top: 12px;
    left: 12px;
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.66rem;
  }

  .video-preview-play {
    right: 12px;
    bottom: 12px;
    width: 48px;
    height: 48px;
  }

  .video-preview-play svg {
    width: 18px;
    height: 18px;
  }

  .site-footer {
    padding-inline: 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-column {
    gap: 8px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
  }

  .footer-column:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .footer-column h3 {
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .footer-column p,
  .footer-column a {
    line-height: 1.6;
  }

  .footer-copy {
    margin-top: 18px;
    text-align: left;
  }

  .filter-row,
  .hero-actions,
  .contact-list,
  .project-cta-actions,
  .contact-form-actions {
    flex-direction: column;
  }

  .timeline-vertical {
    --timeline-content-offset: 56px;
    --timeline-axis-x: 22px;
  }

  .timeline-marker {
    --timeline-marker-size: 16px;
  }

  .menu-link,
  .theme-toggle,
  .filter-chip,
  .button-primary,
  .button-secondary,
  .contact-link,
  .project-cta-button,
  .project-cta-link {
    width: 100%;
    justify-content: space-between;
  }

  .contact-form-shell {
    padding: 18px;
  }

  .contact-form-note {
    max-width: none;
  }

  .availability-item {
    flex-direction: column;
    align-items: start;
  }

  .brand-mark span {
    display: none;
  }

  .brand-logo {
    height: 30px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
  }

  .site-footer {
    padding-inline: 14px;
  }

  .video-grid {
    gap: 12px;
  }

  .card-body {
    padding: 14px 14px 16px;
  }

  .topbar-inner,
  .topbar.is-sticky .topbar-inner,
  .hero,
  .section-block,
  .content-panel,
  .toolbar,
  .testimonial-card,
  .cta-band,
  .site-footer,
  .latest-card,
  .hero-badge-card,
  .portrait-card {
    padding: 22px;
  }

  .portrait-photo {
    padding: 0;
  }

  .hero-badge-photo {
    padding: 0;
  }

  .home-stage-media video {
    min-height: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .has-scroll-reveal .scroll-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .video-card,
  .filter-chip,
  .menu-link,
  .menu-toggle,
  .menu-toggle__line,
  .topbar-inner,
  .theme-toggle,
  .home-stage-control,
  .button-primary,
  .button-secondary,
  .contact-link,
  .card-link,
  .back-to-top,
  .timeline-vertical .timeline-item,
  .timeline-marker,
  .availability-pill {
    transition: none;
  }

  .timeline-vertical::after {
    transition: none;
  }

  .page-loader {
    transition: none;
  }

  .page-loader__spinner {
    animation: none;
  }

  .home-faq-item,
  .home-faq-cta,
  .faq-question,
  .faq-question-title,
  .faq-toggle,
  .faq-answer,
  .faq-answer > * {
    transition: none;
  }

  .home-faq-item:hover {
    transform: none;
  }

  .skills-band__marquee {
    animation: none;
    transform: none;
  }

  .testimonials-marquee.is-auto .testimonials-track {
    transform: none !important;
  }

  .availability-pill__dot-ping {
    opacity: 0.5;
  }

  .availability-pill__dot-core {
    animation: none;
  }

  .video-card {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .timeline-vertical .timeline-item {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .timeline-item.is-active .timeline-marker {
    animation: none;
  }
}

@supports (view-transition-name: none) {
  .video-grid {
    view-transition-name: portfolio-grid;
  }

  ::view-transition-old(portfolio-grid),
  ::view-transition-new(portfolio-grid) {
    animation-duration: 220ms;
    animation-timing-function: ease;
  }
}
