:root {
  --ink: #171717;
  --ink-soft: #3f3f46;
  --muted: #6f7178;
  --line: #e4e2dc;
  --cloud: #f8f7f2;
  --paper: #ffffff;
  --citron: #d9ff5f;
  --coral: #ff6b5f;
  --teal: #0ea5a3;
  --plum: #5b3ff2;
  --gold: #f5b942;
  --shadow: 0 24px 70px rgba(23, 23, 23, 0.12);
  --radius: 8px;
  --max: 1180px;
  --space-section: clamp(72px, 9vw, 132px);
  --font-display: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --asset-photo-process-hero: image-set(url("../images/optimized/photo-1454165804606-c3d57bc86b40.avif") type("image/avif"), url("../images/optimized/photo-1454165804606-c3d57bc86b40.webp") type("image/webp"));
  --asset-photo-web-alt: image-set(url("../images/optimized/photo-1460925895917-afdab827c52f.avif") type("image/avif"), url("../images/optimized/photo-1460925895917-afdab827c52f.webp") type("image/webp"));
  --asset-photo-web: image-set(url("../images/optimized/photo-1497366754035-f200968a6e72.avif") type("image/avif"), url("../images/optimized/photo-1497366754035-f200968a6e72.webp") type("image/webp"));
  --asset-photo-story: image-set(url("../images/optimized/photo-1497366811353-6870744d04b2.avif") type("image/avif"), url("../images/optimized/photo-1497366811353-6870744d04b2.webp") type("image/webp"));
  --asset-photo-page-hero: image-set(url("../images/optimized/photo-1500530855697-b586d89ba3ee.avif") type("image/avif"), url("../images/optimized/photo-1500530855697-b586d89ba3ee.webp") type("image/webp"));
  --asset-photo-graphics: image-set(url("../images/optimized/photo-1516321318423-f06f85e504b3.avif") type("image/avif"), url("../images/optimized/photo-1516321318423-f06f85e504b3.webp") type("image/webp"));
  --asset-photo-contact-hero: image-set(url("../images/optimized/photo-1516321497487-e288fb19713f.avif") type("image/avif"), url("../images/optimized/photo-1516321497487-e288fb19713f.webp") type("image/webp"));
  --asset-photo-brand-alt: image-set(url("../images/optimized/photo-1517048676732-d65bc937f952.avif") type("image/avif"), url("../images/optimized/photo-1517048676732-d65bc937f952.webp") type("image/webp"));
  --asset-photo-brand: image-set(url("../images/optimized/photo-1523726491678-bf852e717f6a.avif") type("image/avif"), url("../images/optimized/photo-1523726491678-bf852e717f6a.webp") type("image/webp"));
  --asset-photo-process-banner: image-set(url("../images/optimized/photo-1531403009284-440f080d1e12.avif") type("image/avif"), url("../images/optimized/photo-1531403009284-440f080d1e12.webp") type("image/webp"));
  --asset-photo-graphics-alt: image-set(url("../images/optimized/photo-1542744095-fcf48d80b0fd.avif") type("image/avif"), url("../images/optimized/photo-1542744095-fcf48d80b0fd.webp") type("image/webp"));
  --asset-photo-portfolio-hero: image-set(url("../images/optimized/photo-1542744173-8e7e53415bb0.avif") type("image/avif"), url("../images/optimized/photo-1542744173-8e7e53415bb0.webp") type("image/webp"));
  --asset-photo-app: image-set(url("../images/optimized/photo-1551650975-87deedd944c3.avif") type("image/avif"), url("../images/optimized/photo-1551650975-87deedd944c3.webp") type("image/webp"));
  --asset-photo-why: image-set(url("../images/optimized/photo-1552664730-d307ca884978.avif") type("image/avif"), url("../images/optimized/photo-1552664730-d307ca884978.webp") type("image/webp"));
  --asset-photo-services-hero: image-set(url("../images/optimized/photo-1556761175-b413da4baf72.avif") type("image/avif"), url("../images/optimized/photo-1556761175-b413da4baf72.webp") type("image/webp"));
  --asset-photo-ads: image-set(url("../images/optimized/photo-1557838923-2985c318be48.avif") type("image/avif"), url("../images/optimized/photo-1557838923-2985c318be48.webp") type("image/webp"));
  --asset-photo-print: image-set(url("../images/optimized/photo-1586953208448-b95a79798f07.avif") type("image/avif"), url("../images/optimized/photo-1586953208448-b95a79798f07.webp") type("image/webp"));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cloud);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(91, 63, 242, 0.42);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(228, 226, 220, 0.72);
  color: #050505;
  transition: background 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

@supports not (backdrop-filter: blur(18px)) {
  .site-header {
    background: rgba(255, 255, 255, 0.98);
  }
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(23, 23, 23, 0.1);
  box-shadow: 0 14px 34px rgba(23, 23, 23, 0.08);
}

.nav-wrap,
.section-inner {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 20px;
  transition: min-height 240ms ease;
}

.site-header.is-scrolled .nav-wrap {
  min-height: 68px;
}

.brand {
  position: relative;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
  color: #050505;
  transition: color 220ms ease;
}

.brand:hover {
  color: var(--teal);
}

.brand-mark {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  object-fit: contain;
}

.nav-toggle {
  position: relative;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(23, 23, 23, 0.16);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.nav-toggle:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
  content: "";
}

.nav-toggle-lines {
  position: relative;
}

.nav-toggle-lines::before,
.nav-toggle-lines::after {
  position: absolute;
  left: 0;
}

.nav-toggle-lines::before { top: -6px; }
.nav-toggle-lines::after { top: 6px; }

.nav-toggle[aria-expanded="true"] .nav-toggle-lines {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.site-nav {
  position: fixed;
  inset: 0;
  z-index: 15;
  display: grid;
  align-content: center;
  min-height: 100vh;
  padding: 104px 24px 36px;
  background: rgba(255, 255, 255, 0.98);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
}

.site-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-nav ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav a {
  position: relative;
  display: block;
  padding: 14px 0;
  border-radius: var(--radius);
  color: #050505;
  font-family: var(--font-display);
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  transition: color 240ms ease, background 240ms ease, transform 240ms ease, padding 240ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--teal);
}

.site-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
}

.site-nav .nav-mobile-cta {
  margin-top: 14px;
}

.site-nav .nav-mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 20px;
  border: 1px solid #050505;
  background: #050505;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.site-nav .nav-mobile-cta a::after {
  display: none;
}

.site-nav .nav-mobile-cta a:hover {
  border-color: var(--teal);
  background: var(--teal);
  color: #ffffff;
}

@media (max-width: 420px) {
  .site-nav a {
    font-size: 2.2rem;
  }
}

.nav-cta {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper);
  font-weight: 800;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(23, 23, 23, 0.18);
}

.button:active {
  transform: translateY(0);
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.button.accent {
  background: linear-gradient(135deg, var(--citron), #ffffff 120%);
  color: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 14px 34px rgba(217, 255, 95, 0.22), 0 8px 24px rgba(23, 23, 23, 0.1);
}

.nav-cta {
  min-height: 44px;
  padding-inline: 18px;
  background: #050505;
  color: var(--paper);
  border-color: #050505;
  box-shadow: none;
  font-weight: 800;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.nav-cta:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(14, 165, 163, 0.2);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.badge.dark {
  background: var(--ink);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--paper);
}

.hero,
.page-hero,
.section {
  padding-block: var(--space-section);
}

.section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}

.hero {
  padding-top: clamp(44px, 7vw, 88px);
}

.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-bottom: clamp(82px, 10vw, 148px);
  background:
    radial-gradient(ellipse at 78% 18%, rgba(14, 165, 163, 0.2) 0%, rgba(14, 165, 163, 0) 38%),
    radial-gradient(ellipse at 18% 10%, rgba(255, 107, 95, 0.2) 0%, rgba(255, 107, 95, 0) 34%),
    linear-gradient(138deg, #ffffff 0%, #f7fbf8 34%, #fff8f1 68%, #ffffff 100%);
  background-size: 120% 120%, 115% 115%, 100% 100%;
  animation: heroBaseShift 18s ease-in-out infinite alternate;
}

.home-hero::before,
.home-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.home-hero::before {
  z-index: 0;
  background:
    linear-gradient(112deg, rgba(217, 255, 95, 0.32), rgba(217, 255, 95, 0) 30%),
    linear-gradient(246deg, rgba(91, 63, 242, 0.16), rgba(91, 63, 242, 0) 36%),
    radial-gradient(ellipse at 62% 72%, rgba(245, 185, 66, 0.18) 0%, rgba(245, 185, 66, 0) 42%);
  opacity: 0.86;
  mix-blend-mode: multiply;
}

.home-hero::after {
  z-index: 2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.2)),
    repeating-linear-gradient(0deg, rgba(23, 23, 23, 0.018) 0 1px, transparent 1px 3px);
  opacity: 0.38;
  mix-blend-mode: soft-light;
}

.hero-gradient-mesh {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-gradient-mesh::before,
.hero-gradient-mesh::after {
  position: absolute;
  inset: -12% -8%;
  filter: blur(34px);
  opacity: 0.82;
  content: "";
  animation: heroGlowDrift 16s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-gradient-mesh::before {
  background:
    radial-gradient(ellipse at 14% 18%, rgba(255, 107, 95, 0.32) 0%, rgba(255, 107, 95, 0.06) 30%, transparent 58%),
    radial-gradient(ellipse at 88% 30%, rgba(14, 165, 163, 0.28) 0%, rgba(14, 165, 163, 0.08) 34%, transparent 62%),
    linear-gradient(128deg, rgba(217, 255, 95, 0.28), transparent 44%);
  clip-path: polygon(0 0, 100% 0, 100% 68%, 0 92%);
}

.hero-gradient-mesh::after {
  background:
    radial-gradient(ellipse at 70% 68%, rgba(245, 185, 66, 0.22) 0%, rgba(245, 185, 66, 0.06) 34%, transparent 66%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), transparent 40%),
    linear-gradient(155deg, transparent 22%, rgba(217, 255, 95, 0.2) 48%, rgba(91, 63, 242, 0.12) 74%, transparent 100%);
  mix-blend-mode: multiply;
  animation-delay: -6s;
}

.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  gap: clamp(34px, 6vw, 74px);
  align-items: center;
}

.hero-showcase-band {
  position: relative;
  z-index: 3;
  margin-top: clamp(28px, 5vw, 44px);
}

.hero-showcase-stats {
  margin-top: 18px;
}

.hero-copy {
  max-width: 840px;
  animation: heroCopyIn 620ms ease both;
}

.home-hero .hero-copy.reveal {
  animation: none;
  opacity: 1;
  transform: none;
  transition: none;
}

.hero-copy > .eyebrow,
.hero-copy > .lead,
.hero-copy > .hero-cta-group,
.hero-copy > .hero-service-chips,
.hero-copy > .stat-row {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  animation: heroContentIn 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-copy > .eyebrow {
  animation-delay: 110ms;
}

.hero-copy > .lead {
  animation-delay: 320ms;
}

.hero-copy > .hero-cta-group {
  animation-delay: 420ms;
}

.hero-copy > .hero-service-chips {
  animation-delay: 500ms;
}

.hero-copy > .stat-row {
  animation-delay: 580ms;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 10px;
  height: 10px;
  background: var(--coral);
  border-radius: 50%;
  content: "";
}

.hpl-gradient-line,
.hpl-gradient-divider,
.hpl-gradient-rule {
  --hpl-line-width: clamp(88px, 16vw, 168px);
  --hpl-line-height: 4px;
  --hpl-line-radius: 999px;
  --hpl-line-glow: 0.2;
  position: relative;
  display: block;
  width: min(100%, var(--hpl-line-width));
  height: var(--hpl-line-height);
  border-radius: var(--hpl-line-radius);
  background: linear-gradient(90deg, #00778b 0%, #4b37c9 22%, #d844a2 40%, #f0764d 68%, #ffe800 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.24),
    0 10px 22px rgba(75, 55, 201, 0.08);
  overflow: visible;
}

.hpl-gradient-line::after,
.hpl-gradient-divider::after,
.hpl-gradient-rule::after {
  position: absolute;
  inset: -5px -10px;
  z-index: -1;
  border-radius: inherit;
  background: inherit;
  content: "";
  filter: blur(12px);
  opacity: var(--hpl-line-glow);
}

.hpl-gradient-line--sm {
  --hpl-line-width: 74px;
}

.hpl-gradient-line--md {
  --hpl-line-width: 118px;
}

.hpl-gradient-line--wide {
  --hpl-line-width: clamp(132px, 24vw, 244px);
}

.hpl-gradient-line--full {
  --hpl-line-width: 100%;
}

.hpl-gradient-line--thin {
  --hpl-line-height: 3px;
}

.hpl-gradient-line--thick {
  --hpl-line-height: 5px;
}

.hpl-gradient-line--center {
  margin-inline: auto;
}

.hpl-gradient-line--left {
  margin-inline: 0 auto;
}

.hpl-gradient-line--heading {
  margin-top: 16px;
}

.hpl-gradient-line--hero {
  margin-top: 20px;
  margin-bottom: 4px;
}

.hpl-gradient-line--rule {
  margin-top: 18px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 900px;
  font-size: clamp(3rem, 11vw, 7.3rem);
}

.home-hero-title {
  font-size: clamp(2.45rem, 6.3vw, 4.85rem);
}

.hero-copy > .hpl-gradient-line--hero + .lead {
  margin-top: 18px;
}

.home-hero .hpl-hero-title,
.home-hero .elementor-heading-title.elementor-size-default.hpl-hero-title {
  animation: hplHeroTitleEnter 960ms cubic-bezier(0.16, 1, 0.3, 1) 160ms both;
  will-change: opacity, transform, filter;
}

.home-hero .hpl-hero-title.hpl-animate-in,
.home-hero .elementor-heading-title.elementor-size-default.hpl-animate-in {
  transform-origin: 50% 0%;
}

.home-hero .hpl-hero-title.hpl-animate-stagger {
  animation: none;
}

.home-hero .hpl-hero-title-segment {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, -38px, 0);
  animation: hplHeroTitleSegmentEnter 920ms cubic-bezier(0.16, 1, 0.3, 1) both;
  will-change: opacity, transform, filter;
}

.home-hero .hpl-hero-title-segment:nth-child(1) {
  animation-delay: 120ms;
}

.home-hero .hpl-hero-title-segment:nth-child(2) {
  animation-delay: 180ms;
}

.home-hero .hpl-hero-title-segment:nth-child(3) {
  animation-delay: 240ms;
}

.home-hero .hpl-hero-title-segment:nth-child(4) {
  animation-delay: 300ms;
}

h2 {
  max-width: 760px;
  font-size: clamp(2.15rem, 6vw, 4.8rem);
}

h3 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.06;
}

.lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

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

.hero-cta-group {
  display: grid;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin-top: 28px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(23, 23, 23, 0.07);
  backdrop-filter: blur(16px);
}

.hero-cta-group .hero-actions {
  margin-top: 0;
}

.hero-cta-note {
  max-width: 430px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.hero-service-chips li {
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(23, 23, 23, 0.05);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hero-service-chips li:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(23, 23, 23, 0.22);
}

.hero-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(460px, 56vw, 660px);
  padding: clamp(22px, 4vw, 30px);
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: clamp(20px, 3vw, 34px);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 26%),
    radial-gradient(circle at 82% 16%, rgba(217, 255, 95, 0.34), rgba(217, 255, 95, 0) 34%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 251, 248, 0.84) 32%, rgba(236, 244, 255, 0.88) 58%, rgba(255, 248, 241, 0.96) 100%);
  box-shadow: 0 32px 90px rgba(23, 23, 23, 0.12);
  animation: heroMediaIn 760ms ease 120ms both;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.hero-media:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 23, 23, 0.18);
  box-shadow: 0 38px 102px rgba(23, 23, 23, 0.14);
}

.hero-media::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.54) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.54) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 82%);
  opacity: 0.5;
  animation: heroGridDrift 18s linear infinite;
}

.hero-media::after {
  position: absolute;
  inset: 12px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: clamp(16px, 2.8vw, 28px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 36%),
    linear-gradient(315deg, rgba(23, 23, 23, 0.08), transparent 48%);
  content: "";
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.78;
  pointer-events: none;
  animation: heroOrbFloat 12s ease-in-out infinite alternate;
}

.hero-orb-one {
  top: 12%;
  left: 10%;
  width: 128px;
  height: 128px;
  background: radial-gradient(circle, rgba(0, 119, 139, 0.32) 0%, rgba(75, 55, 201, 0.12) 46%, rgba(75, 55, 201, 0) 74%);
}

.hero-orb-two {
  right: 10%;
  bottom: 14%;
  width: 168px;
  height: 168px;
  background: radial-gradient(circle, rgba(240, 118, 77, 0.28) 0%, rgba(216, 68, 162, 0.12) 42%, rgba(216, 68, 162, 0) 74%);
  animation-delay: -4s;
}

.hero-visual-shell {
  position: absolute;
  inset: clamp(22px, 4.8vw, 34px);
  z-index: 2;
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: clamp(22px, 4vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: clamp(18px, 3vw, 30px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(75, 55, 201, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 26px 54px rgba(23, 23, 23, 0.1);
  backdrop-filter: blur(18px);
}

.hero-visual-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-media .hero-card-label::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(14, 165, 163, 0.34);
  content: "";
  animation: heroPulse 2.8s ease-out infinite;
}

.hero-visual-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(23, 23, 23, 0.06);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-visual-status::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00778b, #d844a2);
  box-shadow: 0 0 0 4px rgba(216, 68, 162, 0.12);
  content: "";
}

.hero-visual-stage {
  display: grid;
  gap: 18px;
  align-self: center;
}

.hero-showcase-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: clamp(18px, 2.8vw, 28px);
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.32), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.08)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.18), rgba(75, 55, 201, 0.16) 34%, rgba(216, 68, 162, 0.14) 62%, rgba(240, 118, 77, 0.16));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 24px 54px rgba(23, 23, 23, 0.18);
}

.hero-showcase-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(12, 16, 26, 0.08), rgba(12, 16, 26, 0.32)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 42%);
  content: "";
  pointer-events: none;
}

.hero-showcase-card::after {
  position: absolute;
  inset: auto 18px 16px;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 119, 139, 0.84), rgba(75, 55, 201, 0.82), rgba(216, 68, 162, 0.7), rgba(255, 232, 0, 0.42));
  box-shadow: 0 0 18px rgba(75, 55, 201, 0.22);
  content: "";
  pointer-events: none;
}

.hero-showcase-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 420ms ease;
}

.hero-showcase-card.is-ready .hero-showcase-video {
  opacity: 1;
}

.hero-showcase-overlay {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  height: 100%;
  gap: 16px;
  padding: clamp(20px, 3vw, 26px);
}

.hero-showcase-services {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 12px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(12, 16, 26, 0.34);
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.78rem, 1.4vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}

.hero-showcase-services span {
  position: relative;
  flex: 0 0 auto;
  padding-right: 14px;
  margin-right: 14px;
}

.hero-showcase-services span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  transform: translateY(-50%);
}

.hero-stage-copy {
  display: grid;
  gap: 12px;
  max-width: 400px;
}

.hero-stage-kicker {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-stage-copy strong {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 0.98;
}

.hero-stage-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 410px;
}

.hero-stage-chip {
  padding: 9px 12px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(23, 23, 23, 0.05);
}

.hero-showcase-copy strong {
  color: var(--paper);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.04;
  text-wrap: balance;
}

.hero-showcase-tags .hero-stage-chip {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(12, 16, 26, 0.3);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.hero-visual-card {
  position: absolute;
  z-index: 3;
  max-width: min(260px, 44%);
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  color: var(--ink);
  box-shadow: 0 24px 58px rgba(23, 23, 23, 0.14);
  backdrop-filter: blur(18px);
  animation: heroFloat 7s ease-in-out infinite alternate;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  will-change: transform;
}

.hero-visual-card:hover {
  animation-name: none;
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(23, 23, 23, 0.28);
  box-shadow: 0 24px 58px rgba(23, 23, 23, 0.18);
}

.hero-visual-card span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual-card strong {
  display: block;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 8px;
}

.hero-visual-top {
  top: clamp(24px, 4vw, 32px);
  right: clamp(18px, 4vw, 28px);
  animation-delay: -1.8s;
}

.hero-visual-bottom {
  left: clamp(20px, 4vw, 30px);
  bottom: clamp(26px, 4vw, 32px);
  max-width: min(250px, 48%);
  animation-delay: -4s;
}

.hero-visual-side {
  right: clamp(20px, 4vw, 28px);
  bottom: clamp(78px, 13vw, 126px);
  max-width: min(220px, 38%);
  animation-delay: -3s;
}

.hero-ui-lines {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.hero-ui-lines span {
  display: block;
  height: 11px;
  background: linear-gradient(90deg, rgba(0, 119, 139, 0.88), rgba(75, 55, 201, 0.82), rgba(216, 68, 162, 0.54), transparent);
  border-radius: 999px;
  transform-origin: left;
  animation: heroLineGrow 900ms ease both;
}

.hero-ui-lines span:nth-child(2) {
  width: 76%;
  background: linear-gradient(90deg, rgba(216, 68, 162, 0.9), rgba(240, 118, 77, 0.82), rgba(255, 232, 0, 0.62), transparent);
  animation-delay: 140ms;
}

.hero-ui-lines span:nth-child(3) {
  width: 54%;
  animation-delay: 280ms;
}

@keyframes heroFloat {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

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

@keyframes heroMediaIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }

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

@keyframes heroGridDrift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 42px 42px;
  }
}

@keyframes heroOrbFloat {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(12px, -16px, 0) scale(1.06);
  }
}

@keyframes heroContentIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroLineGrow {
  from {
    opacity: 0;
    transform: scaleX(0.56);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes heroPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(14, 165, 163, 0.34);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(14, 165, 163, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(14, 165, 163, 0);
  }
}

@keyframes heroBaseShift {
  from {
    background-position: 0% 0%, 100% 0%, 50% 50%;
  }

  to {
    background-position: 10% 6%, 88% 12%, 50% 50%;
  }
}

@keyframes heroGlowDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(14px, -12px, 0) scale(1.018);
  }

  100% {
    transform: translate3d(-10px, 10px, 0) scale(1.026);
  }
}

@keyframes hplHeroTitleEnter {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, -42px, 0);
  }

  62% {
    opacity: 1;
    filter: blur(1px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hplHeroTitleSegmentEnter {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, -38px, 0);
  }

  64% {
    opacity: 1;
    filter: blur(1px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

.stat-row {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.stat {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 100%;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.04), rgba(75, 55, 201, 0.03) 42%, rgba(240, 118, 77, 0.05));
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(23, 23, 23, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.stat:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 23, 23, 0.14);
  box-shadow: 0 22px 48px rgba(23, 23, 23, 0.09);
}

.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.stat span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stat p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.45;
}

.hero-showcase-stats .stat:nth-child(1) strong,
.hero-showcase-stats .stat:nth-child(4) strong {
  color: #00778b;
}

.hero-showcase-stats .stat:nth-child(2) strong,
.hero-showcase-stats .stat:nth-child(5) strong {
  color: #4b37c9;
}

.hero-showcase-stats .stat:nth-child(3) strong,
.hero-showcase-stats .stat:nth-child(6) strong {
  color: #d844a2;
}

.trust-strip {
  padding-block: 18px;
  background: var(--ink);
  color: var(--paper);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-list li {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  font-size: 0.88rem;
}

.section-head {
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
}

.section-head > div {
  min-width: 0;
}

.section-title {
  display: grid;
  gap: 16px;
  max-width: 780px;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 580px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.62;
}

.grid {
  display: grid;
  gap: 16px;
}

.grid.two,
.grid.three,
.grid.four {
  grid-template-columns: 1fr;
}

.services-showcase {
  background:
    linear-gradient(180deg, var(--cloud), rgba(255, 255, 255, 0.72));
}

.service-intro {
  margin-bottom: clamp(28px, 5vw, 46px);
}

.services-grid {
  display: grid;
  gap: 16px;
}

.card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card.glass {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 23, 23, 0.36);
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.08);
}

.card p {
  color: var(--ink-soft);
}

.service-card {
  --service-glow: rgba(75, 55, 201, 0.1);
  --service-tile-start: rgba(0, 119, 139, 0.22);
  --service-tile-mid: rgba(75, 55, 201, 0.16);
  --service-tile-end: rgba(255, 255, 255, 0.92);
  --service-accent-fill: rgba(75, 55, 201, 0.16);
  --service-dot: #f0764d;
  display: grid;
  align-content: space-between;
  gap: 24px;
  min-height: 280px;
  padding: clamp(20px, 3vw, 26px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  border-color: rgba(23, 23, 23, 0.08);
  box-shadow: 0 16px 40px rgba(23, 23, 23, 0.06);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 260ms ease, border-color 260ms ease;
}

.service-card::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 14%, var(--service-glow), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 36%);
  content: "";
  opacity: 0.9;
  pointer-events: none;
}

.service-card::after {
  position: absolute;
  inset: auto 20px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, rgba(0, 119, 139, 0.72), rgba(75, 55, 201, 0.72), rgba(216, 68, 162, 0.48), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0.62);
  transform-origin: left;
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.services-grid .service-card.reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(0.985);
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.services-grid .service-card.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.services-grid .service-card:nth-child(2) {
  transition-delay: 50ms;
}

.services-grid .service-card:nth-child(3) {
  transition-delay: 90ms;
}

.services-grid .service-card:nth-child(4) {
  transition-delay: 130ms;
}

.services-grid .service-card:nth-child(5) {
  transition-delay: 170ms;
}

.services-grid .service-card:nth-child(6) {
  transition-delay: 210ms;
}

.services-grid .service-card:nth-child(7) {
  transition-delay: 250ms;
}

.services-grid .service-card:nth-child(8) {
  transition-delay: 290ms;
}

.service-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.service-card h3 {
  max-width: 11ch;
  position: relative;
  z-index: 1;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.service-card p {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 0.98rem;
  line-height: 1.52;
}

.service-media {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.46), transparent 30%),
    linear-gradient(145deg, var(--service-tile-start) 0%, var(--service-tile-mid) 42%, var(--service-tile-end) 100%);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  color: var(--ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 36px rgba(23, 23, 23, 0.08);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 260ms ease;
}

.service-media svg {
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 6px 12px rgba(23, 23, 23, 0.08));
}

.service-media .svg-bg,
.service-media .svg-line-fill {
  fill: rgba(255, 255, 255, 0.82);
  stroke: currentColor;
  stroke-width: 2;
}

.service-media .svg-line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.service-media .svg-accent {
  fill: var(--service-accent-fill);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.service-media .svg-dot {
  fill: var(--service-dot);
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(23, 23, 23, 0.16);
  box-shadow: 0 26px 56px rgba(23, 23, 23, 0.1);
}

.service-card:hover::after {
  opacity: 0.92;
  transform: scaleX(1);
}

.service-card:hover .service-media {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 24px 42px rgba(23, 23, 23, 0.12);
}

.card-kicker {
  display: inline-flex;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.service-card--website {
  --service-glow: rgba(62, 139, 255, 0.14);
  --service-tile-start: rgba(78, 177, 255, 0.28);
  --service-tile-mid: rgba(82, 114, 255, 0.22);
  --service-tile-end: rgba(244, 248, 255, 0.94);
  --service-accent-fill: rgba(82, 114, 255, 0.18);
  --service-dot: #3da8ff;
}

.service-card--graphics {
  --service-glow: rgba(240, 118, 77, 0.16);
  --service-tile-start: rgba(216, 68, 162, 0.24);
  --service-tile-mid: rgba(240, 118, 77, 0.24);
  --service-tile-end: rgba(255, 244, 239, 0.94);
  --service-accent-fill: rgba(240, 118, 77, 0.18);
  --service-dot: #ff8d63;
}

.service-card--branding {
  --service-glow: rgba(126, 72, 191, 0.14);
  --service-tile-start: rgba(104, 72, 190, 0.24);
  --service-tile-mid: rgba(216, 68, 162, 0.18);
  --service-tile-end: rgba(250, 242, 255, 0.94);
  --service-accent-fill: rgba(180, 88, 190, 0.16);
  --service-dot: #b55bd4;
}

.service-card--print {
  --service-glow: rgba(245, 185, 66, 0.16);
  --service-tile-start: rgba(245, 185, 66, 0.28);
  --service-tile-mid: rgba(240, 118, 77, 0.18);
  --service-tile-end: rgba(255, 248, 236, 0.96);
  --service-accent-fill: rgba(245, 185, 66, 0.18);
  --service-dot: #f0aa36;
}

.service-card--uiux {
  --service-glow: rgba(75, 114, 255, 0.14);
  --service-tile-start: rgba(87, 101, 232, 0.24);
  --service-tile-mid: rgba(70, 177, 234, 0.2);
  --service-tile-end: rgba(241, 248, 255, 0.96);
  --service-accent-fill: rgba(70, 177, 234, 0.18);
  --service-dot: #4eb4ea;
}

.service-card--app {
  --service-glow: rgba(124, 95, 243, 0.14);
  --service-tile-start: rgba(124, 95, 243, 0.24);
  --service-tile-mid: rgba(122, 149, 255, 0.18);
  --service-tile-end: rgba(246, 244, 255, 0.96);
  --service-accent-fill: rgba(124, 95, 243, 0.18);
  --service-dot: #8572ff;
}

.service-card--development {
  --service-glow: rgba(0, 119, 139, 0.16);
  --service-tile-start: rgba(22, 72, 132, 0.24);
  --service-tile-mid: rgba(0, 119, 139, 0.22);
  --service-tile-end: rgba(240, 248, 250, 0.95);
  --service-accent-fill: rgba(0, 119, 139, 0.18);
  --service-dot: #1499b5;
}

.service-card--ads {
  --service-glow: rgba(240, 118, 77, 0.16);
  --service-tile-start: rgba(216, 68, 162, 0.22);
  --service-tile-mid: rgba(240, 118, 77, 0.22);
  --service-tile-end: rgba(255, 248, 228, 0.94);
  --service-accent-fill: rgba(255, 173, 79, 0.18);
  --service-dot: #f08d43;
}

.work-card {
  display: grid;
  min-height: 460px;
  padding: 0;
  background: var(--paper);
}

.work-image {
  min-height: 230px;
  background-position: center;
  background-size: cover;
}

.work-image.identity {
  background-image: linear-gradient(rgba(217, 255, 95, 0.12), rgba(23, 23, 23, 0.05)), var(--asset-photo-brand);
}

.work-image.web {
  background-image: linear-gradient(rgba(14, 165, 163, 0.12), rgba(23, 23, 23, 0.05)), var(--asset-photo-web);
}

.work-image.print {
  background-image: linear-gradient(rgba(255, 107, 95, 0.12), rgba(23, 23, 23, 0.05)), var(--asset-photo-graphics);
}

.work-body {
  padding: 24px;
}

.featured-projects {
  display: grid;
  gap: 18px;
}

.featured-project-card {
  display: grid;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.project-visual,
.project-thumb {
  display: block;
  min-height: 260px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: transform 260ms ease;
}

.project-visual img,
.project-thumb img,
.founder-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-project-card:hover .project-visual,
.project-card:hover .project-thumb {
  transform: scale(1.025);
}

.project-detail,
.project-card-body {
  padding: clamp(22px, 4vw, 34px);
}

.project-category {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-meta {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

.project-meta div {
  padding: 14px;
  background: var(--cloud);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.project-meta dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-meta dd {
  margin: 4px 0 0;
  font-weight: 800;
}

.portfolio-hero .section-inner {
  max-width: 920px;
}

.portfolio-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.portfolio-hero-points li {
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.05);
}

.portfolio-overview-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.portfolio-overview-card {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.04), rgba(75, 55, 201, 0.04) 42%, rgba(240, 118, 77, 0.05));
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(23, 23, 23, 0.05);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease, border-color 220ms ease;
}

.portfolio-overview-card:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 23, 23, 0.12);
  box-shadow: 0 20px 42px rgba(23, 23, 23, 0.08);
}

.portfolio-overview-card h3 {
  margin: 10px 0 10px;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.portfolio-overview-card p {
  margin: 0;
  color: var(--ink-soft);
}

.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-button {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.04), rgba(75, 55, 201, 0.04));
  color: var(--ink-soft);
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(23, 23, 23, 0.04);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.filter-button:hover,
.filter-button.is-active {
  transform: translateY(-1px);
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
  box-shadow: 0 14px 30px rgba(23, 23, 23, 0.12);
}

.project-grid {
  display: grid;
  gap: 16px;
}

.project-card {
  display: grid;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(23, 23, 23, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, opacity 180ms ease, border-color 220ms ease;
}

.project-card:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 23, 23, 0.14);
  box-shadow: 0 22px 50px rgba(23, 23, 23, 0.1);
}

.project-card.is-hidden {
  display: none;
}

.project-link {
  display: inline-flex;
  margin-top: 18px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.project-card-body {
  display: grid;
  gap: 2px;
}

.featured-project-card {
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(23, 23, 23, 0.07);
  overflow: hidden;
}

.featured-project-card:hover {
  box-shadow: 0 24px 58px rgba(23, 23, 23, 0.1);
}

.project-detail {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.04), rgba(75, 55, 201, 0.04));
}

.project-visual,
.project-thumb {
  position: relative;
}

.project-visual::after,
.project-thumb::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(23, 23, 23, 0.16)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 46%);
  content: "";
}

.portfolio-structure-grid {
  gap: 18px;
}

.home-featured-section .section-head {
  margin-bottom: 24px;
}

.home-featured-summary {
  margin-bottom: 22px;
}

.home-featured-projects {
  margin-top: 0;
}

.home-featured-projects + .home-project-grid {
  margin-top: 18px;
}

.home-featured-section .featured-project-card,
.home-featured-section .project-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.home-featured-section .featured-project-card:hover,
.home-featured-section .project-card:hover {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.28);
}

.home-featured-section .project-detail,
.home-featured-section .project-card-body {
  gap: 8px;
  color: var(--ink);
}

.home-featured-section .project-category {
  color: var(--muted);
}

.home-featured-section .featured-project-card h2,
.home-featured-section .featured-project-card h3,
.home-featured-section .project-card h3,
.home-featured-section .project-detail h2,
.home-featured-section .project-detail h3,
.home-featured-section .project-card-body h3 {
  color: var(--ink);
}

.home-featured-section .featured-project-card p,
.home-featured-section .project-card p,
.home-featured-section .project-detail p,
.home-featured-section .project-card-body p {
  color: var(--ink-soft);
}

.home-featured-section .project-meta div {
  background: rgba(248, 247, 242, 0.7);
  border-color: rgba(23, 23, 23, 0.08);
}

.home-featured-section .project-meta dt {
  color: var(--muted);
}

.home-featured-section .project-meta dd {
  color: var(--ink);
}

.home-featured-section .tag-list li {
  background: rgba(248, 247, 242, 0.92);
  border-color: rgba(23, 23, 23, 0.08);
  color: var(--ink-soft);
}

.home-featured-section .button.secondary {
  color: var(--ink);
  border-color: rgba(23, 23, 23, 0.18);
  background: rgba(255, 255, 255, 0.92);
}

.home-featured-section .button.secondary:hover {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.home-project-grid .project-card-body {
  min-height: 100%;
}

.home-project-grid .tag-list {
  margin-top: 14px;
}

.project-visual-web {
  background-image: linear-gradient(rgba(14, 165, 163, 0.08), rgba(23, 23, 23, 0.08)), var(--asset-photo-web);
}

.project-visual-brand {
  background-image: linear-gradient(rgba(217, 255, 95, 0.1), rgba(23, 23, 23, 0.08)), var(--asset-photo-brand);
}

.project-visual-graphics {
  background-image: linear-gradient(rgba(255, 107, 95, 0.1), rgba(23, 23, 23, 0.08)), var(--asset-photo-graphics);
}

.project-visual-app {
  background-image: linear-gradient(rgba(91, 63, 242, 0.12), rgba(23, 23, 23, 0.08)), var(--asset-photo-app);
}

.project-visual-print {
  background-image: linear-gradient(rgba(245, 185, 66, 0.12), rgba(23, 23, 23, 0.08)), var(--asset-photo-print);
}

.project-visual-ads {
  background-image: linear-gradient(rgba(255, 107, 95, 0.13), rgba(23, 23, 23, 0.08)), var(--asset-photo-ads);
}

.project-visual-web-alt {
  background-image: linear-gradient(rgba(14, 165, 163, 0.1), rgba(23, 23, 23, 0.08)), var(--asset-photo-web-alt);
}

.project-visual-graphics-alt {
  background-image: linear-gradient(rgba(217, 255, 95, 0.12), rgba(23, 23, 23, 0.08)), var(--asset-photo-graphics-alt);
}

.project-visual-brand-alt {
  background-image: linear-gradient(rgba(91, 63, 242, 0.1), rgba(23, 23, 23, 0.08)), var(--asset-photo-brand-alt);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.tag-list li {
  padding: 6px 9px;
  background: var(--cloud);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 800;
}

.split-band {
  background: var(--ink);
  color: var(--paper);
}

.process-summary-grid {
  gap: 18px;
}

.process-summary-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: clamp(22px, 4vw, 28px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.12), rgba(75, 55, 201, 0.1) 42%, rgba(216, 68, 162, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.process-summary-card::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 30%);
  content: "";
  pointer-events: none;
}

.process-summary-card::after {
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, rgba(0, 119, 139, 0.9), rgba(75, 55, 201, 0.88), rgba(216, 68, 162, 0.7), rgba(255, 232, 0, 0.42));
  content: "";
  opacity: 0.88;
}

.process-summary-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.process-summary-card .card-kicker,
.process-summary-card h3,
.process-summary-card p {
  position: relative;
  z-index: 1;
}

.process-summary-card .card-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.process-summary-card h3 {
  color: var(--paper);
}

.process-summary-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.98rem;
  line-height: 1.52;
}

.why-section {
  padding-top: 0;
}

.why-grid {
  display: grid;
  gap: 18px;
}

.why-panel {
  min-height: 440px;
  padding: clamp(28px, 6vw, 58px);
  background:
    linear-gradient(135deg, rgba(23, 23, 23, 0.72), rgba(23, 23, 23, 0.18)),
    var(--asset-photo-why) center/cover;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  color: var(--paper);
  box-shadow: var(--shadow);
}

.why-panel .eyebrow,
.why-panel .lead {
  color: rgba(255, 255, 255, 0.82);
}

.why-stack {
  display: grid;
  gap: 14px;
}

.why-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.why-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius);
  font-weight: 900;
}

.why-item p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.story-grid,
.founder-grid {
  display: grid;
  gap: 24px;
  align-items: center;
}

.about-hero .section-inner {
  max-width: 920px;
}

.about-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.about-hero-points li {
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.05);
}

.about-overview-grid {
  display: grid;
  gap: 14px;
}

.about-overview-card {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.04), rgba(75, 55, 201, 0.04) 42%, rgba(240, 118, 77, 0.05));
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(23, 23, 23, 0.05);
}

.about-overview-card h3 {
  margin: 10px 0 10px;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.about-overview-card p {
  margin: 0;
  color: var(--ink-soft);
}

.story-panel {
  min-height: 360px;
  padding: clamp(28px, 6vw, 58px);
  background:
    linear-gradient(135deg, rgba(217, 255, 95, 0.9), rgba(255, 255, 255, 0.78)),
    var(--asset-photo-story) center/cover;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-copy {
  padding: clamp(24px, 5vw, 36px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(23, 23, 23, 0.06);
}

.story-copy {
  display: grid;
  gap: 18px;
}

.story-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.accent-band {
  background: linear-gradient(180deg, var(--cloud), #ffffff);
}

.capability-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.capability-cloud span {
  padding: 12px 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.04), rgba(75, 55, 201, 0.04));
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(23, 23, 23, 0.04);
}

.impact-stats .stat {
  border-color: var(--ink);
}

.founder-visual {
  display: block;
  min-height: 420px;
  background:
    linear-gradient(135deg, rgba(91, 63, 242, 0.18), rgba(14, 165, 163, 0.2)),
    var(--asset-photo-brand-alt) center/cover;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-values-grid {
  gap: 18px;
}

.split-band .lead,
.split-band p,
.split-band .section-head p {
  color: rgba(255, 255, 255, 0.76);
}

.process-step {
  display: grid;
  gap: 14px;
  padding: 22px 0;
  border-top: 1px solid rgba(23, 23, 23, 0.15);
}

.home-process-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), var(--cloud));
}

.process-intro {
  margin-bottom: clamp(30px, 5vw, 48px);
}

.home-process-flow {
  position: relative;
  display: grid;
  gap: 16px;
}

.home-process-flow::before {
  position: absolute;
  left: 29px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(var(--line), rgba(14, 165, 163, 0.42), var(--line));
  content: "";
}

.process-card {
  position: relative;
  display: grid;
  gap: 24px;
  min-height: 270px;
  padding: clamp(22px, 4vw, 30px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(23, 23, 23, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.process-card::after {
  position: absolute;
  inset: auto 20px 0;
  height: 3px;
  background: linear-gradient(90deg, var(--citron), rgba(14, 165, 163, 0.78), transparent);
  border-radius: 999px 999px 0 0;
  content: "";
  opacity: 0.8;
}

.process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 23, 23, 0.32);
  box-shadow: 0 24px 54px rgba(23, 23, 23, 0.1);
}

.process-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.process-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(23, 23, 23, 0.14);
}

.process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background:
    linear-gradient(135deg, rgba(217, 255, 95, 0.92), rgba(255, 255, 255, 0.76));
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: var(--radius);
  color: var(--ink);
  transition: transform 220ms ease;
}

.process-card:hover .process-icon {
  transform: rotate(2deg) translateY(-2px);
}

.process-icon svg {
  width: 54px;
  height: 54px;
}

.process-icon .svg-bg {
  fill: rgba(255, 255, 255, 0.7);
  stroke: currentColor;
  stroke-width: 2;
}

.process-icon .svg-line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.process-icon .svg-accent {
  fill: rgba(14, 165, 163, 0.22);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.process-icon .svg-dot {
  fill: var(--coral);
}

.process-card-body {
  display: grid;
  gap: 8px;
}

.process-phase {
  width: fit-content;
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-card h3 {
  margin-bottom: 2px;
}

.process-card p {
  margin: 0;
  color: var(--ink-soft);
}

.process-actions {
  justify-content: flex-start;
  margin-top: clamp(24px, 4vw, 36px);
}

.process-hero .section-inner {
  max-width: 920px;
}

.process-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.process-hero-points li {
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.05);
}

.process-overview-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.process-overview-card {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.04), rgba(75, 55, 201, 0.04) 42%, rgba(240, 118, 77, 0.05));
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(23, 23, 23, 0.05);
}

.process-overview-card h3 {
  margin: 10px 0 10px;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.process-overview-card p {
  margin: 0;
  color: var(--ink-soft);
}

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

.timeline::before {
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(var(--line), rgba(75, 55, 201, 0.34), var(--line));
  content: "";
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
}

.timeline-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.28), transparent 32%),
    linear-gradient(145deg, rgba(0, 119, 139, 0.24), rgba(75, 55, 201, 0.22));
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 14px 28px rgba(23, 23, 23, 0.08);
  font-family: var(--font-display);
  font-weight: 800;
}

.timeline-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 5vw, 38px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(23, 23, 23, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.timeline-card::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(75, 55, 201, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 34%);
  content: "";
  pointer-events: none;
}

.timeline-card::after {
  position: absolute;
  inset: auto 20px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, rgba(0, 119, 139, 0.84), rgba(75, 55, 201, 0.82), rgba(216, 68, 162, 0.6), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0.7);
  transform-origin: left;
  transition: opacity 220ms ease, transform 220ms ease;
}

.timeline-card:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 23, 23, 0.14);
  box-shadow: 0 24px 56px rgba(23, 23, 23, 0.1);
}

.timeline-card:hover::after {
  opacity: 0.92;
  transform: scaleX(1);
}

.timeline-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.timeline-grid h3 {
  margin-bottom: 10px;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.timeline-grid p {
  margin: 0;
  color: var(--ink-soft);
}

.split-band .process-step {
  border-color: rgba(255, 255, 255, 0.18);
}

.step-number {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--citron);
  color: var(--ink);
  border-radius: var(--radius);
  font-weight: 900;
}

.testimonial {
  display: grid;
  gap: 18px;
}

.proof-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: clamp(22px, 4vw, 28px);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.04), rgba(75, 55, 201, 0.04) 42%, rgba(240, 118, 77, 0.05));
  border: 1px solid rgba(23, 23, 23, 0.08);
  box-shadow: 0 16px 40px rgba(23, 23, 23, 0.06);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease, border-color 220ms ease;
}

.proof-card:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 23, 23, 0.12);
  box-shadow: 0 20px 44px rgba(23, 23, 23, 0.08);
}

.proof-kicker {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-card h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}

.proof-card p {
  margin: 0;
}

.testimonial-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 30px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 42px rgba(23, 23, 23, 0.06);
}

.quote {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.12;
}

.avatar-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.04);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease, border-color 220ms ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 23, 23, 0.12);
  box-shadow: 0 18px 36px rgba(23, 23, 23, 0.07);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  text-align: left;
  font-size: 1rem;
}

.faq-question span {
  flex: 1;
}

.faq-icon {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(23, 23, 23, 0.05);
  border: 1px solid rgba(23, 23, 23, 0.08);
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.faq-answer {
  display: none;
  padding: 0 22px 20px;
  color: var(--ink-soft);
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
  background: rgba(0, 119, 139, 0.08);
  border-color: rgba(0, 119, 139, 0.14);
}

.cta-band {
  padding: clamp(34px, 7vw, 70px);
  background:
    linear-gradient(110deg, rgba(217, 255, 95, 0.95), rgba(255, 255, 255, 0.92)),
    var(--asset-photo-process-banner) center/cover;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
}

.cta-banner {
  display: grid;
  gap: 20px;
  padding: clamp(28px, 6vw, 56px);
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius);
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  position: relative;
  padding-block: 54px 28px;
  background: var(--ink);
  color: var(--paper);
}

.site-footer::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(calc(100% - 32px), var(--max));
  height: 3px;
  transform: translateX(-50%);
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, rgba(0, 119, 139, 0) 0%, #00778b 10%, #4b37c9 28%, #d844a2 48%, #f0764d 72%, #ffe800 90%, rgba(255, 232, 0, 0) 100%);
  box-shadow: 0 14px 28px rgba(216, 68, 162, 0.18);
  content: "";
}

.footer-grid {
  display: grid;
  gap: 36px;
}

.site-footer .brand {
  color: var(--paper);
}

.site-footer .brand:hover {
  color: var(--citron);
}

.footer-grid p,
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand-block {
  display: grid;
  gap: 16px;
  max-width: 440px;
}

.footer-meta {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-meta li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.55;
}

.site-footer h3 {
  margin-bottom: 14px;
  font-size: 1.05rem;
}

.footer-links {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.site-footer a:hover {
  color: var(--paper);
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(248, 247, 242, 0.98), rgba(248, 247, 242, 0.8)),
    var(--asset-photo-page-hero) center/cover;
}

.page-hero.services-hero {
  background-image: linear-gradient(90deg, rgba(248, 247, 242, 0.98), rgba(248, 247, 242, 0.78)), var(--asset-photo-services-hero);
}

.services-hero .section-inner {
  max-width: 920px;
}

.services-hero .hpl-gradient-line--hero {
  margin-bottom: 2px;
}

.services-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.services-hero-points li {
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.05);
}

.page-hero.portfolio-hero {
  background-image: linear-gradient(90deg, rgba(248, 247, 242, 0.98), rgba(248, 247, 242, 0.78)), var(--asset-photo-portfolio-hero);
}

.page-hero.about-hero {
  background-image: linear-gradient(90deg, rgba(248, 247, 242, 0.98), rgba(248, 247, 242, 0.78)), var(--asset-photo-brand-alt);
}

.page-hero.process-hero {
  background-image: linear-gradient(90deg, rgba(248, 247, 242, 0.98), rgba(248, 247, 242, 0.78)), var(--asset-photo-process-hero);
}

.page-hero.contact-hero {
  background-image: linear-gradient(90deg, rgba(248, 247, 242, 0.98), rgba(248, 247, 242, 0.78)), var(--asset-photo-contact-hero);
}

.contact-hero .section-inner {
  max-width: 920px;
}

.contact-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.contact-hero-points li {
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.05);
}

.service-detail {
  display: grid;
  gap: 20px;
  align-items: start;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.service-suite {
  --suite-glow: rgba(75, 55, 201, 0.08);
  --suite-icon-start: rgba(0, 119, 139, 0.22);
  --suite-icon-end: rgba(75, 55, 201, 0.18);
  display: grid;
  gap: 24px;
  padding: clamp(24px, 5vw, 42px);
  margin-top: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(23, 23, 23, 0.07);
  overflow: hidden;
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 240ms ease, border-color 240ms ease;
}

.service-suite::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 14%, var(--suite-glow), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 32%);
  content: "";
  pointer-events: none;
}

.service-suite::after {
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, rgba(0, 119, 139, 0.76), rgba(75, 55, 201, 0.76), rgba(216, 68, 162, 0.52), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0.68);
  transform-origin: left;
  transition: opacity 220ms ease, transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-suite:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 23, 23, 0.14);
  box-shadow: 0 24px 58px rgba(23, 23, 23, 0.1);
}

.service-suite:hover::after {
  opacity: 0.92;
  transform: scaleX(1);
}

.service-suite-head {
  display: grid;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.34), transparent 32%),
    linear-gradient(145deg, var(--suite-icon-start), var(--suite-icon-end));
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 16px 34px rgba(23, 23, 23, 0.08);
  font-family: var(--font-display);
  font-weight: 800;
}

.service-suite-head .lead {
  max-width: 760px;
}

.service-suite-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.service-suite-meta li {
  padding: 9px 12px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(23, 23, 23, 0.04);
}

.service-suite-grid {
  display: grid;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(23, 23, 23, 0.08);
  position: relative;
  z-index: 1;
}

.service-suite-grid > div {
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.04);
}

.service-suite-grid h3 {
  margin-bottom: 12px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.service-suite-grid p {
  color: var(--ink-soft);
}

.service-overview-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.service-overview-card {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.04), rgba(75, 55, 201, 0.04) 42%, rgba(240, 118, 77, 0.05));
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(23, 23, 23, 0.05);
}

.service-overview-card h3 {
  margin: 10px 0 10px;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.service-overview-card p {
  margin: 0;
  color: var(--ink-soft);
}

.service-suite--web {
  --suite-glow: rgba(61, 168, 255, 0.12);
  --suite-icon-start: rgba(61, 168, 255, 0.24);
  --suite-icon-end: rgba(82, 114, 255, 0.18);
}

.service-suite--brand {
  --suite-glow: rgba(181, 91, 212, 0.12);
  --suite-icon-start: rgba(124, 95, 243, 0.22);
  --suite-icon-end: rgba(216, 68, 162, 0.18);
}

.service-suite--graphics {
  --suite-glow: rgba(240, 118, 77, 0.14);
  --suite-icon-start: rgba(216, 68, 162, 0.22);
  --suite-icon-end: rgba(240, 118, 77, 0.18);
}

.service-suite--print {
  --suite-glow: rgba(245, 185, 66, 0.14);
  --suite-icon-start: rgba(245, 185, 66, 0.24);
  --suite-icon-end: rgba(240, 118, 77, 0.18);
}

.service-suite--product {
  --suite-glow: rgba(78, 180, 234, 0.12);
  --suite-icon-start: rgba(87, 101, 232, 0.22);
  --suite-icon-end: rgba(78, 180, 234, 0.18);
}

.service-suite--app {
  --suite-glow: rgba(124, 95, 243, 0.12);
  --suite-icon-start: rgba(124, 95, 243, 0.22);
  --suite-icon-end: rgba(122, 149, 255, 0.18);
}

.service-suite--development {
  --suite-glow: rgba(0, 119, 139, 0.14);
  --suite-icon-start: rgba(22, 72, 132, 0.22);
  --suite-icon-end: rgba(0, 119, 139, 0.18);
}

.service-suite--campaign {
  --suite-glow: rgba(240, 118, 77, 0.14);
  --suite-icon-start: rgba(216, 68, 162, 0.22);
  --suite-icon-end: rgba(245, 185, 66, 0.2);
}

.service-detail ul,
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-detail li,
.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink-soft);
}

.service-detail li::before,
.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--teal);
  content: "\2022";
  font-weight: 900;
}

.contact-grid {
  display: grid;
  gap: 24px;
}

.contact-card {
  padding: clamp(24px, 5vw, 42px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.04), rgba(75, 55, 201, 0.04) 42%, rgba(240, 118, 77, 0.05));
  border-color: rgba(23, 23, 23, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(23, 23, 23, 0.07);
}

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

.contact-form-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.contact-form-points li {
  padding: 9px 12px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(23, 23, 23, 0.04);
}

.form-row {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  font-weight: 900;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  padding: 14px 16px;
  background: rgba(248, 247, 242, 0.9);
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 16px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.contact-sidebar {
  display: grid;
  gap: 16px;
  align-content: start;
}

.contact-info-block,
.contact-response-card,
.contact-fit-card,
.reassurance-band {
  padding: clamp(24px, 5vw, 34px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.contact-info-block {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.04), rgba(75, 55, 201, 0.04));
  border-color: rgba(23, 23, 23, 0.08);
  box-shadow: 0 18px 48px rgba(23, 23, 23, 0.07);
}

.contact-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.contact-list span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-list a,
.contact-list strong {
  overflow-wrap: anywhere;
  font-weight: 900;
}

.contact-response-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.08), rgba(75, 55, 201, 0.06), rgba(240, 118, 77, 0.06));
  border-color: rgba(23, 23, 23, 0.08);
  box-shadow: 0 18px 48px rgba(23, 23, 23, 0.07);
}

.contact-fit-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(91, 63, 242, 0.05), rgba(0, 119, 139, 0.04));
  border-color: rgba(23, 23, 23, 0.08);
  box-shadow: 0 18px 48px rgba(23, 23, 23, 0.07);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  padding: 10px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(0, 119, 139, 0.04), rgba(75, 55, 201, 0.04));
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(23, 23, 23, 0.04);
}

.contact-security-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.contact-security-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.contact-security-card h3 {
  margin: 10px 0 10px;
  color: var(--paper);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.contact-security-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.contact-response-card .check-list,
.contact-fit-card .check-list {
  margin-top: 18px;
}

.about-overview-card,
.service-overview-card {
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease, border-color 220ms ease;
}

.about-overview-card:hover,
.service-overview-card:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 23, 23, 0.12);
  box-shadow: 0 20px 42px rgba(23, 23, 23, 0.08);
}

.reassurance-band {
  background:
    linear-gradient(110deg, rgba(23, 23, 23, 0.92), rgba(23, 23, 23, 0.72)),
    var(--asset-photo-services-hero) center/cover;
  border-color: var(--ink);
  color: var(--paper);
}

.reassurance-band p,
.reassurance-band .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .services-grid .service-card.reveal,
  .services-grid .service-card.reveal.is-visible,
  .service-card:hover,
  .service-card:hover .service-media {
    transform: none !important;
  }

  .hero-media,
  .hero-visual-card,
  .hero-orb {
    animation: none !important;
    transform: none !important;
  }

  .home-hero .hpl-hero-title,
  .home-hero .elementor-heading-title.elementor-size-default.hpl-hero-title,
  .home-hero .hpl-hero-title-segment,
  .hero-copy > .eyebrow,
  .hero-copy > .lead,
  .hero-copy > .hero-cta-group,
  .hero-copy > .hero-service-chips,
  .hero-copy > .stat-row {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    will-change: auto;
  }

  .hpl-gradient-line::after,
  .hpl-gradient-divider::after,
  .hpl-gradient-rule::after {
    opacity: 0.12;
    filter: blur(8px);
  }

  .hero-showcase-video {
    transition: none;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (min-width: 680px) {
  .stat-row,
  .grid.two,
  .form-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-security-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid.three,
  .grid.four {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-meta,
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-process-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-process-flow::before {
    display: none;
  }

  .service-detail {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .service-suite-head {
    grid-template-columns: auto 1fr;
    align-items: start;
  }

  .service-suite-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .section-head {
    margin-bottom: 26px;
  }

  .section-head p {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hpl-gradient-line--wide {
    --hpl-line-width: clamp(118px, 44vw, 180px);
  }

  .hpl-gradient-line--hero {
    margin-top: 16px;
  }

  .home-hero {
    padding-bottom: 72px;
    background:
      radial-gradient(ellipse at 72% 14%, rgba(14, 165, 163, 0.18) 0%, rgba(14, 165, 163, 0) 36%),
      radial-gradient(ellipse at 10% 12%, rgba(255, 107, 95, 0.14) 0%, rgba(255, 107, 95, 0) 34%),
      linear-gradient(152deg, #ffffff 0%, #f8fbf9 42%, #fff8f1 100%);
    background-size: 130% 120%, 120% 120%, 100% 100%;
  }

  .home-hero::before {
    opacity: 0.62;
  }

  .home-hero::after {
    opacity: 0.3;
  }

  .hero-gradient-mesh::before,
  .hero-gradient-mesh::after {
    inset: -8% -18%;
    filter: blur(24px);
    opacity: 0.58;
  }

  .hero-cta-group,
  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-cta-note {
    font-size: 0.94rem;
  }

  .hero-service-chips {
    gap: 8px;
  }

  .hero-service-chips li {
    padding: 7px 10px;
    font-size: 0.76rem;
  }

  .hero-media {
    min-height: 520px;
    padding: 16px;
  }

  .hero-orb-one {
    width: 98px;
    height: 98px;
  }

  .hero-orb-two {
    width: 124px;
    height: 124px;
  }

  .hero-visual-shell {
    inset: 16px;
    gap: 16px;
    padding: 18px;
  }

  .hero-showcase-band {
    margin-top: 20px;
  }

  .hero-showcase-card {
    aspect-ratio: 16 / 9;
  }

  .hero-showcase-stats {
    margin-top: 22px;
  }

  .hero-showcase-stats .stat {
    padding: 18px;
  }

  .hero-showcase-stats .stat p {
    font-size: 0.92rem;
  }

  .hero-visual-head,
  .hero-stage-panel {
    gap: 8px;
  }

  .hero-visual-card {
    max-width: calc(100% - 32px);
    padding: 12px 14px;
  }

  .hero-visual-top {
    top: auto;
    right: 16px;
    bottom: 150px;
  }

  .hero-visual-bottom {
    left: 16px;
    bottom: 18px;
    max-width: 72%;
  }

  .hero-visual-side {
    right: 16px;
    bottom: 54px;
    max-width: 60%;
  }

  .trust-list {
    gap: 8px;
  }

  .trust-list li {
    font-size: 0.82rem;
  }
}

@media (min-width: 960px) {
  .nav-wrap {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(28px, 4vw, 56px);
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: block;
    min-height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    justify-self: center;
  }

  .site-nav ul {
    display: flex;
    align-items: center;
    gap: clamp(20px, 2.4vw, 34px);
  }

  .site-nav .nav-mobile-cta {
    display: none;
  }

  .site-nav a {
    padding: 29px 0 27px;
    font-size: 0.94rem;
    font-family: var(--font-body);
    font-weight: 700;
    line-height: 1;
    color: #0a0a0a;
  }

  .site-header.is-scrolled .site-nav a {
    padding-block: 22px 20px;
  }

  .site-nav a::after {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    height: 2px;
    background: currentColor;
    content: "";
    opacity: 0;
    transform: scaleX(0.35);
    transform-origin: center;
    transition: opacity 220ms ease, transform 220ms ease, bottom 240ms ease;
  }

  .site-header.is-scrolled .site-nav a::after {
    bottom: 13px;
  }

  .site-nav a:hover::after,
  .site-nav a[aria-current="page"]::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .site-nav a:hover,
  .site-nav a[aria-current="page"] {
    color: var(--teal);
  }

  .nav-cta {
    display: inline-flex;
    justify-self: end;
  }

  .hero-grid,
  .contact-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .hero-showcase-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-overview-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .portfolio-overview-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-overview-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .home-hero {
    padding-top: clamp(64px, 8vw, 106px);
  }

  .why-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: stretch;
  }

  .story-grid,
  .founder-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-head {
    grid-template-columns: 1fr 0.72fr;
    align-items: end;
  }

  .grid.three {
    grid-template-columns: repeat(3, 1fr);
  }

  .featured-project-card {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .featured-project-card:nth-child(even) .project-visual {
    order: 2;
  }

  .project-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .timeline {
    gap: 28px;
  }

  .home-process-flow {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .home-process-flow::before {
    display: block;
    left: 8%;
    right: 8%;
    top: 30px;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, var(--line), rgba(14, 165, 163, 0.5), var(--line));
  }

  .process-card:nth-child(even) {
    margin-top: 36px;
  }

  .process-card:not(:last-child)::before {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: -27px;
    width: 34px;
    height: 1px;
    background: rgba(23, 23, 23, 0.28);
    content: "";
  }

  .process-card:nth-child(even)::before {
    top: -6px;
  }

  .process-actions {
    justify-content: center;
  }

  .timeline::before {
    left: 50%;
  }

  .timeline-item {
    grid-template-columns: 1fr auto 1fr;
  }

  .timeline-item .timeline-number {
    grid-column: 2;
  }

  .timeline-item .timeline-card {
    grid-column: 3;
  }

  .timeline-item:nth-child(even) .timeline-card {
    grid-column: 1;
    grid-row: 1;
  }

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

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

  .footer-grid {
    grid-template-columns: 1.35fr 0.7fr 0.85fr 0.8fr;
  }

  .service-suite-grid {
    grid-template-columns: 1.1fr 1fr 1fr 1fr;
  }
}
