@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@300;400;500;600&family=Sora:wght@500;600;700;800&display=swap");

:root {
  --color-bg-dark: #101111;
  --color-bg-dark-soft: #171818;
  --color-bg-light: #f6f2ea;
  --color-surface-dark: #171918;
  --color-surface-light: #f1ece3;
  --color-text-light: #f7f3ec;
  --color-text-dark: #111315;
  --color-text-muted: #7e7d77;
  --color-line: rgba(247, 243, 236, 0.12);
  --color-accent-olive: #7c7f71;
  --color-accent-sand: #7c7f71;
  --color-overlay-dark: rgba(8, 10, 10, 0.72);
  --color-overlay-soft: rgba(12, 14, 14, 0.36);
  --color-focus: rgba(124, 127, 113, 0.48);
  --shadow-soft: 0 22px 60px rgba(6, 8, 8, 0.08);
  --shadow-medium: 0 34px 90px rgba(6, 8, 8, 0.14);
  --gradient-noise-light:
    radial-gradient(120% 78% at 18% 16%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.014) 24%, rgba(255, 255, 255, 0.004) 42%, rgba(255, 255, 255, 0) 68%),
    radial-gradient(116% 72% at 82% 20%, rgba(121, 129, 106, 0.03) 0%, rgba(121, 129, 106, 0.014) 24%, rgba(121, 129, 106, 0.004) 44%, rgba(121, 129, 106, 0) 70%),
    radial-gradient(132% 88% at 50% 100%, rgba(121, 129, 106, 0.018) 0%, rgba(121, 129, 106, 0.009) 28%, rgba(121, 129, 106, 0.003) 48%, rgba(121, 129, 106, 0) 74%);
  --gradient-noise-dark:
    radial-gradient(118% 78% at 16% 14%, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.012) 24%, rgba(255, 255, 255, 0.003) 44%, rgba(255, 255, 255, 0) 70%),
    radial-gradient(114% 74% at 84% 18%, rgba(121, 129, 106, 0.026) 0%, rgba(121, 129, 106, 0.012) 26%, rgba(121, 129, 106, 0.003) 46%, rgba(121, 129, 106, 0) 72%),
    radial-gradient(136% 90% at 50% 100%, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.02) 30%, rgba(0, 0, 0, 0.006) 50%, rgba(0, 0, 0, 0) 76%);

  --container-width: 1180px;
  --container-wide: 1380px;
  --radius-sm: 0.9rem;
  --radius-md: 1.15rem;
  --radius-lg: 1.7rem;
  --radius-xl: 2.4rem;
  --space-2xs: 0.4rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;
  --nav-height: 5rem;

  --font-sans: "Manrope", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Cormorant Garamond", "Times New Roman", serif;
  --section-padding-desktop: clamp(6.5rem, 8vw, 8.75rem);
  --section-padding-tablet: clamp(5.25rem, 7vw, 6.5rem);
  --section-padding-mobile: clamp(4.4rem, 10vw, 5.4rem);
  --transition-fast: 180ms ease;
  --transition-medium: 320ms cubic-bezier(0.22, 1, 0.36, 1);
  --transition-slow: 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: #151816;
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  font-family: var(--font-sans);
  line-height: 1.6;
  background:
    radial-gradient(128% 86% at 14% 10%, rgba(255, 255, 255, 0.022) 0%, rgba(255, 255, 255, 0.011) 22%, rgba(255, 255, 255, 0.003) 42%, rgba(255, 255, 255, 0) 70%),
    radial-gradient(118% 80% at 82% 14%, rgba(121, 129, 106, 0.048) 0%, rgba(121, 129, 106, 0.022) 24%, rgba(121, 129, 106, 0.006) 44%, rgba(121, 129, 106, 0) 72%),
    radial-gradient(138% 92% at 50% 100%, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.022) 28%, rgba(0, 0, 0, 0.006) 48%, rgba(0, 0, 0, 0) 76%),
    linear-gradient(180deg, #141715 0%, #151816 18%, #161917 40%, #171918 62%, #171a18 82%, #181c19 100%);
  color: var(--color-text-light);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  background:
    radial-gradient(126% 84% at 20% 18%, rgba(255, 255, 255, 0.016) 0%, rgba(255, 255, 255, 0.008) 24%, rgba(255, 255, 255, 0.002) 44%, rgba(255, 255, 255, 0) 72%),
    radial-gradient(122% 80% at 78% 16%, rgba(121, 129, 106, 0.02) 0%, rgba(121, 129, 106, 0.009) 24%, rgba(121, 129, 106, 0.002) 44%, rgba(121, 129, 106, 0) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.004) 32%, rgba(0, 0, 0, 0.012) 100%);
}

body.menu-open {
  overflow: hidden;
}

main {
  position: relative;
  z-index: 1;
  display: block;
}

img,
video {
  display: block;
  max-width: 100%;
}

img {
  background: linear-gradient(135deg, rgba(121, 129, 106, 0.12), rgba(121, 129, 106, 0.08));
}

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

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

button {
  cursor: pointer;
}

ul {
  margin: 0;
}

:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 4px;
}

::selection {
  background: rgba(121, 129, 106, 0.3);
}

.container {
  width: min(100% - 2rem, var(--container-width));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: var(--section-padding-desktop) 0;
}

.section--light {
  background:
    var(--gradient-noise-light),
    linear-gradient(180deg, rgba(244, 241, 235, 0.998) 0%, rgba(243, 240, 233, 0.997) 16%, rgba(242, 238, 230, 0.995) 34%, rgba(240, 236, 228, 0.992) 54%, rgba(238, 234, 226, 0.987) 76%, rgba(236, 232, 223, 0.981) 100%),
    var(--color-bg-light);
  color: var(--color-text-dark);
}

.eyebrow {
  margin: 0 0 var(--space-sm);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent-olive);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  line-height: 1.04;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(3.1rem, 7vw, 6.6rem);
}

h2 {
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
  max-width: 13ch;
}

h3 {
  font-size: clamp(1.18rem, 2vw, 1.55rem);
}

p {
  font-size: clamp(1rem, 1.2vw, 1.08rem);
}

.serif {
  font-family: var(--font-serif);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.section-copy {
  display: grid;
  gap: var(--space-md);
}

.section-copy--compact {
  max-width: 780px;
  margin-bottom: var(--space-2xl);
}

.section-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
}

.section-grid--philosophy,
.section-grid--story {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.page-shell {
  padding-top: calc(var(--nav-height) + 2rem);
}

.page-intro {
  padding: calc(var(--nav-height) + 3rem) 0 var(--section-padding-tablet);
}

.page-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}

.page-intro__surface {
  position: relative;
  padding: clamp(1.3rem, 2vw, 1.5rem);
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}

.page-intro__surface img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 0.3rem);
}

.page-intro__surface::after {
  content: "";
  position: absolute;
  inset: auto 1.4rem 1.2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(121, 129, 106, 0.7), transparent);
}

.page-intro__copy {
  display: grid;
  gap: var(--space-md);
}

.page-intro__copy p {
  max-width: 42rem;
}

.section-heading {
  display: grid;
  gap: var(--space-sm);
  margin-bottom: var(--space-xl);
}

.section-heading h2 {
  max-width: 14ch;
}

.section-heading p {
  max-width: 48rem;
}

.section-heading--narrow {
  max-width: 700px;
}

.section-heading--center {
  justify-items: center;
  text-align: center;
  margin-inline: auto;
}

[data-reveal] {
  opacity: 0;
}

.is-revealed {
  opacity: 1;
}

.asset-missing {
  visibility: hidden;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 1.15rem 0;
  pointer-events: none;
  transition:
    transform var(--transition-medium),
    opacity var(--transition-medium);
}

.site-header > * {
  pointer-events: auto;
}

.site-header.is-collapsed {
  transform: translateY(calc(-100% - 0.9rem));
  opacity: 0;
}

.site-header__brand {
  display: flex;
  align-items: center;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.desktop-nav-shell {
  display: none;
}

.desktop-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 0.72rem 0.78rem 0.78rem 0.88rem;
  border: 1px solid rgba(244, 241, 234, 0.05);
  border-radius: 1rem;
  background: rgba(18, 21, 19, 0.08);
  backdrop-filter: blur(0);
  transition:
    background var(--transition-medium),
    border-color var(--transition-medium),
    transform var(--transition-medium),
    backdrop-filter var(--transition-medium),
    box-shadow var(--transition-medium);
}

.site-header.is-scrolled .desktop-nav,
.site-header--subpage .desktop-nav {
  background: rgba(18, 21, 19, 0.54);
  border-color: rgba(244, 241, 234, 0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 36px rgba(5, 8, 6, 0.14);
}

.desktop-nav a:not(.button) {
  position: relative;
  font-size: 0.8rem;
  color: rgba(244, 241, 234, 0.58);
  transition: color var(--transition-fast);
}

.desktop-nav a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.18rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--color-accent-olive), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-medium);
}

.desktop-nav a:not(.button):hover,
.desktop-nav a:not(.button):focus-visible,
.desktop-nav a:not(.button).is-active {
  color: var(--color-text-light);
}

.desktop-nav a:not(.button):hover::after,
.desktop-nav a:not(.button):focus-visible::after,
.desktop-nav a:not(.button).is-active::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  min-height: 3rem;
  min-width: 3rem;
  padding: 0.75rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: 999px;
  background: rgba(18, 21, 19, 0.5);
  backdrop-filter: blur(12px);
}

.menu-toggle__line {
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  display: grid;
  align-items: stretch;
  padding: 1rem;
  background: rgba(12, 14, 13, 0.74);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-medium), visibility var(--transition-medium);
}

.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu__panel {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: var(--space-xl);
  width: min(100%, 41rem);
  margin-left: auto;
  padding: 1.15rem;
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(121, 129, 106, 0.12), transparent 26%),
    rgba(20, 24, 21, 0.97);
  transform: translateY(1rem);
  transition: transform var(--transition-medium);
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateY(0);
}

.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent-olive);
}

.mobile-menu__close {
  width: 2.8rem;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: rgba(244, 241, 234, 0.06);
  font-size: 1.6rem;
}

.mobile-menu__nav,
.mobile-menu__services {
  display: grid;
  gap: 0.8rem;
}

.mobile-menu__nav a,
.mobile-menu__services a {
  padding: 0.35rem 0;
  font-size: clamp(1.25rem, 4vw, 2rem);
}

.mobile-menu__services {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(244, 241, 234, 0.08);
}

/* Buttons */
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.25rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    transform var(--transition-fast),
    border-color var(--transition-medium),
    background-color var(--transition-medium),
    color var(--transition-medium),
    box-shadow var(--transition-medium);
  will-change: transform;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, rgba(121, 129, 106, 0.98), rgba(102, 112, 91, 0.96));
  color: var(--color-text-light);
  box-shadow: 0 12px 32px rgba(86, 95, 76, 0.28);
}

.button--primary:hover,
.button--primary:focus-visible {
  box-shadow: 0 18px 44px rgba(86, 95, 76, 0.34);
}

.button--secondary {
  border-color: rgba(244, 241, 234, 0.14);
  background: rgba(244, 241, 234, 0.03);
  color: inherit;
}

.section--light .button--secondary {
  border-color: rgba(28, 33, 29, 0.16);
  background: rgba(28, 33, 29, 0.03);
}

.button--nav {
  margin-top: 0.25rem;
  min-height: 2.75rem;
  padding: 0.66rem 0.98rem;
  font-size: 0.84rem;
  color: var(--color-text-light);
  box-shadow: none;
}

.button--block,
.button--block-mobile {
  width: 100%;
}

.service-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--color-accent-sand);
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.service-detail-link::after {
  content: "↗";
  font-size: 0.9em;
}

.service-detail-link:hover,
.service-detail-link:focus-visible {
  color: var(--color-text-light);
  transform: translateX(2px);
}

.section--light .service-detail-link:hover,
.section--light .service-detail-link:focus-visible {
  color: var(--color-text-dark);
}

/* Hero */
.hero {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  padding: 0;
  overflow: clip;
}

.hero__media,
.hero__image,
.hero__video,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__image {
  background:
    linear-gradient(180deg, rgba(7, 8, 9, 0.12), rgba(7, 8, 9, 0.06)),
    url("hero-athlete-dark.png") center center / cover no-repeat;
  transform: scale(1.02);
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background:
    linear-gradient(180deg, rgba(21, 24, 22, 0.55), rgba(21, 24, 22, 0.32)),
    url("hero-poster.jpg") center / cover no-repeat;
}

.hero__overlay {
  background:
    linear-gradient(90deg, rgba(4, 5, 6, 0.9) 0%, rgba(4, 5, 6, 0.78) 22%, rgba(4, 5, 6, 0.36) 48%, rgba(4, 5, 6, 0.2) 62%, rgba(4, 5, 6, 0.48) 100%),
    linear-gradient(180deg, rgba(7, 8, 9, 0.52) 0%, rgba(7, 8, 9, 0.34) 24%, rgba(7, 8, 9, 0.3) 58%, rgba(7, 8, 9, 0.72) 100%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  min-height: 0;
  padding-top: calc(var(--nav-height) + clamp(2.4rem, 10vh, 5.4rem));
  padding-bottom: clamp(1.25rem, 3.5vh, 2.2rem);
}

.hero__content {
  display: grid;
  align-content: start;
  gap: 0;
  align-self: flex-start;
  width: min(100%, 34rem);
  min-height: 0;
}

.hero__eyebrow {
  margin-bottom: clamp(1.2rem, 2.8vh, 1.9rem);
  letter-spacing: 0.26em;
  color: rgba(244, 241, 234, 0.5);
}

.hero__title {
  max-width: 7.2ch;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  font-family: var(--font-serif);
  font-weight: 400;
}

.hero__title-line {
  display: block;
  overflow: visible;
  padding-bottom: 0.08em;
}

.hero__subline {
  max-width: 31rem;
  margin-top: clamp(1.7rem, 4.6vh, 2.7rem);
  color: rgba(244, 241, 234, 0.72);
  font-size: clamp(0.94rem, 1vw, 1rem);
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: clamp(1.9rem, 5.2vh, 3.2rem);
}

.hero__actions .button--primary {
  min-height: 3.05rem;
  padding-inline: 1.25rem;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(86, 95, 76, 0.22);
}

.section-transition {
  position: relative;
  overflow: clip;
  padding: clamp(7rem, 13vw, 11rem) 0 clamp(6.5rem, 12vw, 10rem);
  background:
    var(--gradient-noise-light),
    radial-gradient(118% 78% at 50% 24%, rgba(121, 129, 106, 0.046) 0%, rgba(121, 129, 106, 0.02) 18%, rgba(121, 129, 106, 0.006) 36%, rgba(121, 129, 106, 0) 62%),
    radial-gradient(122% 84% at 18% 14%, rgba(255, 255, 255, 0.014) 0%, rgba(255, 255, 255, 0.006) 22%, rgba(255, 255, 255, 0.002) 42%, rgba(255, 255, 255, 0) 68%),
    linear-gradient(180deg, rgba(20, 23, 21, 0.986) 0%, rgba(22, 25, 23, 0.978) 14%, rgba(25, 29, 26, 0.956) 28%, rgba(34, 38, 35, 0.91) 44%, rgba(74, 75, 72, 0.84) 60%, rgba(144, 141, 135, 0.81) 78%, rgba(242, 238, 230, 0.952) 100%);
}

.section-transition::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: clamp(6rem, 10vw, 10rem);
  background: linear-gradient(180deg, rgba(242, 238, 230, 0) 0%, rgba(242, 238, 230, 0.18) 28%, rgba(242, 238, 230, 0.5) 58%, rgba(242, 238, 230, 0.96) 100%);
  pointer-events: none;
}

.section-transition__inner {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(22rem, 36vw, 32rem);
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.section-transition__glow {
  position: absolute;
  inset: 10% 18% auto;
  height: clamp(12rem, 20vw, 18rem);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(121, 129, 106, 0.18) 0%, rgba(121, 129, 106, 0.08) 38%, rgba(121, 129, 106, 0) 72%);
  filter: blur(30px);
  opacity: 0.9;
  pointer-events: none;
}

.section-transition__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: clamp(1rem, 2.6vh, 1.7rem);
  max-width: 48rem;
  text-align: center;
}

.section-transition__eyebrow {
  margin-bottom: 0;
  color: rgba(244, 241, 234, 0.56);
}

.section-transition__title {
  max-width: 12ch;
  color: var(--color-text-light);
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  font-weight: 600;
}

.section-transition__text {
  max-width: 36rem;
  color: rgba(244, 241, 234, 0.7);
  font-size: clamp(0.98rem, 1.1vw, 1.05rem);
  line-height: 1.75;
}

/* Orb / shapes */
.brand-orb {
  position: relative;
  width: clamp(13rem, 28vw, 24rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(121, 129, 106, 0.36), transparent 24%),
    radial-gradient(circle at 60% 65%, rgba(121, 129, 106, 0.25), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(121, 129, 106, 0.05));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), var(--shadow-medium);
  overflow: hidden;
}

.brand-orb__core,
.brand-orb__ring {
  position: absolute;
  border-radius: 50%;
}

.brand-orb__core {
  inset: 10%;
  background: radial-gradient(circle at 50% 40%, rgba(244, 241, 234, 0.2), rgba(255, 255, 255, 0) 62%);
}

.brand-orb__ring {
  inset: 4%;
  border: 1px solid rgba(244, 241, 234, 0.12);
}

.brand-orb--large {
  margin-left: auto;
}

.brand-orb--service,
.brand-orb--about {
  position: absolute;
  inset: auto -10% -14% auto;
  width: clamp(8rem, 14vw, 12rem);
  opacity: 0.92;
  box-shadow: none;
}

.philosophy__visual {
  position: relative;
}

.philosophy__shape-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 32rem;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 50% 50%, rgba(121, 129, 106, 0.12), transparent 48%),
    linear-gradient(145deg, rgba(28, 33, 29, 0.03), rgba(28, 33, 29, 0.07));
  overflow: hidden;
}

.philosophy__shape-frame::before,
.philosophy__shape-frame::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(28, 33, 29, 0.08);
}

.philosophy__shape-frame::before {
  width: 18rem;
  aspect-ratio: 1;
}

.philosophy__shape-frame::after {
  width: 24rem;
  aspect-ratio: 1;
}

/* Services */
.services {
  overflow: visible;
}

.services__header {
  margin-bottom: var(--space-2xl);
}

.services__header h2 {
  max-width: 12ch;
}

.services-desktop {
  position: relative;
  display: none;
}

.services-desktop__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  height: auto;
  min-height: clamp(42rem, 100dvh, 52rem);
}

.services-panel {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 2vw, 1.8rem);
  align-self: start;
  min-height: clamp(38rem, 84dvh, 48rem);
  height: auto;
}

.services-panel__media {
  position: relative;
  flex: 0 0 clamp(16.5rem, 42vh, 26rem);
  min-height: 15rem;
}

.services-panel__image-shell {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(244, 241, 234, 0.1);
  background: rgba(244, 241, 234, 0.05);
  box-shadow: var(--shadow-medium);
}

.services-panel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-panel__image-badge {
  position: absolute;
  inset: 1rem auto auto 1rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 999px;
  background: rgba(12, 14, 13, 0.46);
  backdrop-filter: blur(8px);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.services-panel__content {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(0.8rem, 1.2vw, 1rem);
  flex: 1 1 auto;
  min-height: auto;
  max-width: 40rem;
}

.services-panel__copy {
  display: grid;
  align-content: start;
  gap: clamp(0.65rem, 1.05vw, 0.95rem);
  min-height: auto;
  overflow: visible;
  padding-right: 0.55rem;
}

.services-panel__kicker {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent-sand);
}

.services-panel__lead {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(1.32rem, 1.8vw, 1.78rem);
  line-height: 1.3;
  text-wrap: balance;
}

.services-panel__detail {
  margin: 0;
  max-width: 35rem;
  color: rgba(244, 241, 234, 0.74);
  line-height: 1.62;
  text-wrap: pretty;
}

.services-panel__list {
  display: grid;
  gap: 0.65rem;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 32rem;
}

.services-panel__list li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.6;
  text-wrap: pretty;
}

.services-panel__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--color-accent-olive);
}

.services-panel__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  padding-top: 0.1rem;
  margin-top: auto;
}

.services-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: start;
  gap: 0;
  height: auto;
  min-height: clamp(38rem, 84dvh, 48rem);
  margin-top: 0;
  border-top: 1px solid var(--color-line);
}

.services-nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  padding: 1.1rem 0;
  border: 0;
  border-bottom: 1px solid var(--color-line);
  background: transparent;
  text-align: left;
  color: rgba(244, 241, 234, 0.36);
  transition: color var(--transition-medium), transform var(--transition-fast);
}

.services-nav__item:hover,
.services-nav__item:focus-visible {
  transform: translateX(-4px);
}

.services-nav__item.is-active {
  color: var(--color-text-light);
}

.services-nav__item:last-child {
  margin-top: 0;
  padding-top: 1.1rem;
}

.services-nav__label {
  font-size: clamp(1.6rem, 2.85vw, 2.78rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.services-nav__number {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1rem, 1.65vw, 1.38rem);
  color: rgba(121, 129, 106, 0.84);
}

.services-mobile {
  display: block;
}

.services-accordion {
  display: grid;
  gap: 0.85rem;
}

.services-accordion__item {
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(244, 241, 234, 0.03);
  overflow: hidden;
}

.services-accordion__item:last-child {
  margin-top: -0.55rem;
}

.services-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 4.8rem;
  padding: 1rem 1.15rem;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 1.15rem;
  font-weight: 700;
}

.services-accordion__icon {
  position: relative;
  width: 1rem;
  height: 1rem;
}

.services-accordion__icon::before,
.services-accordion__icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 1rem;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform var(--transition-medium), opacity var(--transition-medium);
}

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

.services-accordion__item.is-open .services-accordion__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.services-accordion__panel {
  display: grid;
  gap: 1rem;
  padding: 0 1.15rem 1.15rem;
}

.services-accordion__item:not(.is-open) .services-accordion__panel {
  display: none;
}

.services-accordion__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-md);
  object-fit: cover;
}

.services-accordion__detail {
  color: rgba(244, 241, 234, 0.72);
}

.services-accordion__list {
  display: grid;
  gap: 0.6rem;
  padding-left: 1rem;
}

.services-accordion__actions {
  display: grid;
  gap: 0.8rem;
}

/* Industries */
.industries {
  position: relative;
  overflow: clip;
  background:
    var(--gradient-noise-light),
    radial-gradient(118% 70% at 50% 0%, rgba(121, 129, 106, 0.04) 0%, rgba(121, 129, 106, 0.017) 18%, rgba(121, 129, 106, 0.004) 34%, rgba(121, 129, 106, 0) 60%),
    radial-gradient(116% 76% at 82% 20%, rgba(121, 129, 106, 0.026) 0%, rgba(121, 129, 106, 0.011) 22%, rgba(121, 129, 106, 0.003) 40%, rgba(121, 129, 106, 0) 66%),
    linear-gradient(180deg, rgba(220, 215, 205, 0.22) 0%, rgba(228, 224, 216, 0.78) 14%, rgba(236, 232, 224, 0.93) 32%, rgba(240, 236, 228, 0.978) 54%, rgba(242, 238, 230, 0.994) 76%, rgba(242, 238, 230, 1) 100%);
}

.industries::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: clamp(5rem, 10vw, 8rem);
  background: linear-gradient(180deg, rgba(21, 24, 22, 0.24) 0%, rgba(90, 91, 87, 0.08) 34%, rgba(176, 174, 168, 0.03) 62%, rgba(242, 238, 230, 0) 100%);
  pointer-events: none;
}

.industries__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
}

.industries__content {
  display: grid;
  gap: clamp(1.1rem, 2.4vh, 1.7rem);
  max-width: 45rem;
}

.industries__content h2 {
  max-width: 12ch;
}

.industries__lead {
  max-width: 36rem;
  color: rgba(28, 33, 29, 0.8);
  line-height: 1.72;
}

.industries__insight {
  max-width: 31rem;
  padding-left: 1.2rem;
  margin-top: 0.5rem;
  border-left: 1px solid rgba(121, 129, 106, 0.34);
  color: rgba(28, 33, 29, 0.7);
  line-height: 1.78;
}

.industries__visual {
  position: relative;
  min-height: clamp(24rem, 40vw, 34rem);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.industries__shape,
.industries__beam {
  position: absolute;
  pointer-events: none;
}

.industries__shape--primary {
  inset: 10% 8% 18% 18%;
  border-radius: 42% 58% 54% 46% / 46% 41% 59% 54%;
  background:
    radial-gradient(circle at 35% 32%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 34%),
    linear-gradient(155deg, rgba(121, 129, 106, 0.2), rgba(121, 129, 106, 0.16));
  filter: blur(0.2px);
  opacity: 0.95;
  box-shadow: inset 0 0 0 1px rgba(121, 129, 106, 0.12), 0 26px 60px rgba(28, 33, 29, 0.08);
}

.industries__shape--secondary {
  inset: 24% 24% 6% 6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(121, 129, 106, 0.18) 0%, rgba(121, 129, 106, 0.08) 44%, rgba(121, 129, 106, 0) 72%);
  filter: blur(16px);
}

.industries__beam {
  inset: auto 10% 18% auto;
  width: 54%;
  height: 1px;
  background: linear-gradient(90deg, rgba(121, 129, 106, 0), rgba(121, 129, 106, 0.5), rgba(121, 129, 106, 0));
  transform: rotate(-18deg);
  transform-origin: right center;
}

/* Process */
.process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.process-card {
  position: relative;
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: 19rem;
  padding: 1.9rem 1.7rem 1.8rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.01);
  overflow: hidden;
}

.process-card > * {
  position: relative;
  z-index: 1;
}

.process-card__number {
  z-index: 2;
}

.process-card::before {
  content: "";
  position: absolute;
  inset: auto 1.5rem 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(121, 129, 106, 0), rgba(121, 129, 106, 0.46), rgba(121, 129, 106, 0));
  transform: scaleX(0);
  transform-origin: center;
}

.process-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center 2.35rem;
  background-repeat: no-repeat;
  background-size: clamp(4.8rem, 26%, 5.8rem) auto;
  opacity: 0.12;
  pointer-events: none;
}

.process-card.is-visible::before {
  transform: scaleX(1);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-card__number {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: var(--color-accent-sand);
}

.process-card h3 {
  margin-top: 4.15rem;
}

.process-card p {
  max-width: 14rem;
}

.process-card:nth-child(1)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none' stroke='white' stroke-opacity='0.92' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='54' cy='54' r='20'/%3E%3Cpath d='m68 68 16 16'/%3E%3Cpath d='M54 46v16'/%3E%3Cpath d='M46 54h16'/%3E%3C/svg%3E");
}

.process-card:nth-child(2)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none' stroke='white' stroke-opacity='0.92' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='60' cy='60' r='22'/%3E%3Cpath d='M60 38v22l12 12'/%3E%3Cpath d='M60 60 78 48'/%3E%3C/svg%3E");
}

.process-card:nth-child(3)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none' stroke='white' stroke-opacity='0.92' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='32' y='34' width='56' height='44' rx='12'/%3E%3Cpath d='m47 56 10 10 16-16'/%3E%3C/svg%3E");
}

.process-card:nth-child(4)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='none' stroke='white' stroke-opacity='0.92' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M30 78h56'/%3E%3Cpath d='M38 68 54 52 66 62 86 42'/%3E%3Cpath d='M74 42h12v12'/%3E%3C/svg%3E");
}

/* References */
.references__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: var(--space-2xl);
  padding: 1.45rem 0;
  border-top: 1px solid rgba(28, 33, 29, 0.1);
  border-bottom: 1px solid rgba(28, 33, 29, 0.1);
}

.references__logo {
  width: clamp(8rem, 14vw, 10rem);
  height: 2.4rem;
  object-fit: contain;
  filter: grayscale(1) contrast(0.85) opacity(0.8);
}

.references__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  gap: 1.25rem;
}

.references__cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.case-card,
.testimonial-card,
.detail-card,
.legal-card,
.crosslink-card {
  border: 1px solid rgba(28, 33, 29, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.44);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(28, 33, 29, 0.06);
  transition: transform var(--transition-medium), box-shadow var(--transition-medium), border-color var(--transition-medium);
}

.case-card:hover,
.case-card:focus-within,
.crosslink-card:hover,
.crosslink-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(28, 33, 29, 0.08);
  border-color: rgba(121, 129, 106, 0.2);
}

.case-card__image {
  width: 100%;
  aspect-ratio: 4 / 3.5;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(0.94) brightness(1.01);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08)),
    linear-gradient(135deg, rgba(121, 129, 106, 0.09), rgba(121, 129, 106, 0.08));
}

.case-card--featured .case-card__image {
  aspect-ratio: 4 / 3.3;
}

.case-card__body {
  display: grid;
  gap: 0.9rem;
  padding: 1rem 1rem 1.1rem;
}

.case-card__eyebrow,
.testimonial-card__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-accent-olive);
}

.case-card__body h3 {
  color: var(--color-text-dark);
}

.case-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.case-card__tags span {
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(28, 33, 29, 0.06);
  color: rgba(28, 33, 29, 0.8);
  font-size: 0.84rem;
}

.testimonial-card {
  display: grid;
  align-content: end;
  gap: 1rem;
  padding: 1.5rem;
  color: rgba(28, 33, 29, 0.82);
}

/* About */
.about {
  position: relative;
  padding-top: clamp(6.5rem, 10vw, 8.5rem);
  padding-bottom: clamp(6.5rem, 10vw, 8.5rem);
  background: #050505;
}

.about::after {
  display: none;
}

.about__container {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, 78rem);
}

.about__eyebrow {
  margin: 0;
  letter-spacing: 0.18em;
  color: rgba(244, 241, 234, 0.58);
}

.about__lede {
  margin: 0;
  max-width: 31rem;
  font-size: clamp(1rem, 1.32vw, 1.08rem);
  line-height: 1.7;
  color: rgba(244, 241, 234, 0.76);
}

.about__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3.4rem);
}

.about__band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  gap: clamp(1.1rem, 2.2vw, 1.8rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3rem);
  background: #222;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.about__copy {
  display: grid;
  gap: 1.1rem;
  max-width: 31rem;
}

.about__title {
  display: grid;
  gap: 0;
  margin: 0;
  font-size: clamp(2.45rem, 4.8vw, 4rem);
  line-height: 1;
  letter-spacing: -0.055em;
  color: var(--color-text-light);
}

.about__title span {
  display: block;
}

.about__media-shell {
  width: min(100%, 25rem);
  margin-left: auto;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.about__media-shell--wide {
  width: min(100%, 32rem);
  margin-left: 0;
}

.about__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.24 / 1;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(68, 68, 68, 0.94), rgba(32, 32, 32, 0.98)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
}

.about__line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  transform-origin: left center;
}

.about__feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.about__statement {
  display: grid;
  gap: 1rem;
  align-content: center;
  max-width: 34rem;
}

.about__statement-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(121, 129, 106, 0.82);
}

.about__statement-text {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.16;
  letter-spacing: -0.04em;
  color: var(--color-text-light);
}

/* Contact */
.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.trust-points {
  display: grid;
  gap: 0.8rem;
}

.trust-points__item {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(28, 33, 29, 0.1);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.45);
  font-weight: 700;
}

.contact__details {
  display: grid;
  gap: 0.45rem;
  padding-top: var(--space-sm);
}

.contact__details a {
  font-weight: 700;
}

.contact__form-shell {
  padding: 1.3rem;
  border: 1px solid rgba(28, 33, 29, 0.1);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(121, 129, 106, 0.08), transparent 26%),
    rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 48px rgba(28, 33, 29, 0.08);
}

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

.form-field {
  display: grid;
  gap: 0.55rem;
}

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

.form-field label {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(28, 33, 29, 0.8);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 3.45rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(28, 33, 29, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  color: var(--color-text-dark);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast);
}

.form-field textarea {
  min-height: 9rem;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(28, 33, 29, 0.42);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(121, 129, 106, 0.6);
  box-shadow: 0 0 0 4px rgba(121, 129, 106, 0.12);
  background: rgba(255, 255, 255, 0.95);
  outline: none;
}

.form-field.is-invalid input,
.form-field.is-invalid select,
.form-field.is-invalid textarea {
  border-color: rgba(152, 69, 69, 0.5);
  box-shadow: 0 0 0 4px rgba(152, 69, 69, 0.08);
}

.form-actions {
  display: grid;
  gap: 0.75rem;
}

.form-status {
  min-height: 1.2rem;
  font-size: 0.88rem;
  color: rgba(28, 33, 29, 0.72);
}

/* Detail pages */
.detail-grid,
.legal-grid,
.crosslinks-grid,
.problem-list,
.detail-list,
.workflow-list {
  display: grid;
  gap: 1rem;
}

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

.problem-list,
.detail-list,
.workflow-list {
  list-style: none;
  padding: 0;
}

.problem-list li,
.detail-list li,
.workflow-list li,
.legal-card li {
  position: relative;
  padding-left: 1.2rem;
}

.problem-list li::before,
.detail-list li::before,
.workflow-list li::before,
.legal-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--color-accent-olive);
}

.detail-card,
.crosslink-card,
.legal-card {
  padding: 1.4rem;
}

.detail-card h3,
.crosslink-card h3,
.legal-card h3 {
  margin-bottom: 0.75rem;
  color: var(--color-text-dark);
}

.detail-card p,
.crosslink-card p,
.legal-card p,
.detail-card li,
.crosslink-card li,
.legal-card li {
  color: rgba(28, 33, 29, 0.78);
}

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

.crosslink-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  font-weight: 700;
  color: var(--color-accent-olive);
}

.crosslink-card__link::after {
  content: "→";
}

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

.cta-panel {
  display: grid;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(121, 129, 106, 0.12), transparent 24%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-soft);
}

.cta-panel p {
  max-width: 44rem;
  color: rgba(244, 241, 234, 0.74);
}

.legal-blocks {
  display: grid;
  gap: 1rem;
}

.legal-card ul {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  padding: 0;
}

.legal-prose {
  max-width: 48rem;
}

.legal-prose h2 {
  max-width: none;
  margin: 0 0 0.85rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  color: var(--color-text-dark);
}

.legal-prose p {
  margin: 0 0 1.5rem;
  color: rgba(28, 33, 29, 0.82);
  line-height: 1.75;
}

.legal-prose p:last-child {
  margin-bottom: 0;
}

/* Shared subpage foundation */
.service-page {
  --service-accent: rgba(121, 129, 106, 0.7);
  --service-accent-2: rgba(121, 129, 106, 0.68);
  --service-line-strong: rgba(244, 241, 234, 0.18);
  --service-panel-bg:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.018);
  --service-panel-muted:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.014);
  --service-glow: radial-gradient(circle at 50% 50%, rgba(121, 129, 106, 0.18), rgba(121, 129, 106, 0) 68%);
  background:
    radial-gradient(140% 100% at 12% 8%, rgba(255, 255, 255, 0.024) 0%, rgba(255, 255, 255, 0.008) 26%, rgba(255, 255, 255, 0.002) 44%, rgba(255, 255, 255, 0) 72%),
    radial-gradient(120% 88% at 82% 14%, rgba(121, 129, 106, 0.07) 0%, rgba(121, 129, 106, 0.028) 24%, rgba(121, 129, 106, 0.006) 44%, rgba(121, 129, 106, 0) 72%),
    linear-gradient(180deg, #131614 0%, #141816 16%, #151917 40%, #171a18 66%, #181b19 100%);
}

.service-page .page-shell {
  padding-top: 0;
}

.service-page-shell {
  overflow: clip;
}

/* Shared premium section primitives */
.service-section {
  position: relative;
  padding: clamp(6rem, 8vw, 8.5rem) 0;
}

.service-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(80% 50% at 50% 0%, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0) 68%);
  opacity: 0.55;
}

.service-section--contrast {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    rgba(0, 0, 0, 0.08);
}

.service-section--impact {
  padding-top: clamp(5rem, 8vw, 7rem);
}

.service-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.8rem, 3vw, 3rem);
}

.service-heading {
  display: grid;
  gap: 0.8rem;
  max-width: 56rem;
}

.service-heading--split {
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 2.5rem);
  max-width: none;
  align-items: end;
}

.service-panel,
.service-related__item,
.service-process__item,
.performance-lever,
.performance-flow__step,
.social-presence__module,
.social-story__card,
.social-rhythm__step,
.branding-identity__detail,
.branding-process__step,
.campaign-concept__item,
.campaign-sequence__step {
  position: relative;
  border: 1px solid var(--service-line-strong);
  border-radius: var(--radius-xl);
  background: var(--service-panel-bg);
  box-shadow: 0 24px 64px rgba(4, 7, 5, 0.22);
  backdrop-filter: blur(10px);
}

.service-panel--muted,
.branding-contrast__panel--quiet {
  background: var(--service-panel-muted);
}

.service-panel--feature,
.branding-contrast__panel--strong,
.performance-narrative__column--accent,
.campaign-contrast__row--impact {
  background:
    radial-gradient(circle at top right, rgba(121, 129, 106, 0.14), rgba(121, 129, 106, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.service-panel,
.branding-contrast__panel,
.performance-narrative__column,
.campaign-contrast__row {
  padding: clamp(1.35rem, 2.1vw, 2rem);
}

.service-panel__eyebrow,
.service-related__label,
.service-meta__label,
.service-kicker,
.social-story__label,
.social-side-note__label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.58);
}

.service-list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-list li {
  position: relative;
  padding-left: 1.2rem;
  color: rgba(244, 241, 234, 0.78);
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.64rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--service-accent), var(--service-accent-2));
}

.service-chip {
  display: inline-flex;
  width: fit-content;
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(244, 241, 234, 0.14);
  border-radius: 999px;
  background: rgba(11, 13, 12, 0.42);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-number,
.service-meta__index {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  line-height: 1;
  color: rgba(214, 201, 181, 0.9);
}

.service-line {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 241, 234, 0), rgba(244, 241, 234, 0.65), rgba(244, 241, 234, 0));
}

.service-line--short {
  width: 70%;
}

.service-impact {
  display: grid;
  gap: 1.2rem;
  padding: clamp(1.8rem, 3vw, 2.8rem);
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: calc(var(--radius-xl) + 0.25rem);
  background:
    radial-gradient(circle at top right, rgba(121, 129, 106, 0.16), rgba(121, 129, 106, 0) 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 32px 86px rgba(4, 7, 5, 0.26);
}

.service-impact__rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.service-impact__rail span {
  padding: 0.48rem 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 241, 234, 0.14);
  color: rgba(244, 241, 234, 0.72);
  background: rgba(255, 255, 255, 0.03);
}

.service-related {
  display: grid;
  gap: 1rem;
}

.service-related__item {
  display: grid;
  gap: 0.8rem;
  padding: clamp(1.25rem, 2vw, 1.8rem);
  transition: transform var(--transition-medium), border-color var(--transition-medium), box-shadow var(--transition-medium);
}

.service-related__item:hover,
.service-related__item:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(244, 241, 234, 0.22);
  box-shadow: 0 28px 68px rgba(4, 7, 5, 0.28);
}

.service-related__item strong {
  font-size: clamp(1.1rem, 1.55vw, 1.45rem);
  line-height: 1.3;
  font-weight: 600;
}

/* Shared service-page typography system */
.service-eyebrow {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.58);
}

.service-display {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(3rem, 6.2vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.service-lead {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.82;
  color: rgba(244, 241, 234, 0.74);
}

.service-heading h2,
.service-impact h2,
.service-panel h2,
.performance-narrative h2,
.branding-contrast h2,
.campaign-sequence__spotlight h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.service-heading p,
.service-panel p,
.service-impact p,
.performance-narrative p,
.branding-contrast p,
.campaign-sequence__spotlight p,
.campaign-sequence__step p {
  margin: 0;
  color: rgba(244, 241, 234, 0.74);
}

.service-panel h3,
.service-related__item strong,
.performance-lever h3,
.performance-flow__step h3,
.social-presence__module h3,
.social-story__card h3,
.social-rhythm__step h3,
.branding-identity__detail h3,
.branding-process__step h3,
.campaign-concept__item h3,
.campaign-sequence__step h3,
.webdesign-system__item h3 {
  margin: 0;
}

/* Shared reveal and motion states */
.service-page [data-reveal] {
  opacity: 0;
}

.service-page .is-revealed {
  opacity: 1;
}

.service-hero {
  position: relative;
  padding: calc(var(--nav-height) + 3.4rem) 0 clamp(5.2rem, 8vw, 7.8rem);
}

.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 36%),
    radial-gradient(circle at 82% 12%, rgba(121, 129, 106, 0.15), rgba(121, 129, 106, 0) 38%);
}

.service-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: start;
}

.service-hero__main,
.service-hero__aside,
.service-hero__visual {
  min-width: 0;
}

.service-hero__main {
  display: grid;
  gap: 1rem;
}

.service-hero__aside {
  display: grid;
  gap: 1rem;
}

.service-meta {
  display: grid;
  gap: 0.55rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: var(--radius-lg);
  background: var(--service-panel-muted);
}

.service-meta--stack {
  align-content: start;
}

.service-meta p {
  margin: 0;
  color: rgba(244, 241, 234, 0.72);
}

.service-hero__visual {
  position: relative;
}

.service-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Webdesign page variants */
.webdesign-page {
  --service-accent: rgba(134, 152, 171, 0.7);
  --service-accent-2: rgba(121, 129, 106, 0.78);
}

.service-hero--webdesign .service-hero__layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.42fr);
}

.service-hero--webdesign .service-hero__visual {
  grid-column: 1 / -1;
}

.webdesign-frame {
  position: relative;
  min-height: clamp(24rem, 40vw, 35rem);
  padding: clamp(1.2rem, 2vw, 1.6rem);
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: calc(var(--radius-xl) + 0.15rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
    rgba(11, 14, 16, 0.46);
  overflow: hidden;
  box-shadow: 0 34px 82px rgba(4, 7, 5, 0.3);
}

.webdesign-frame__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(244, 241, 234, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 241, 234, 0.055) 1px, transparent 1px);
  background-size: 3.9rem 3.9rem;
  mask-image: radial-gradient(circle at center, black 58%, transparent 100%);
}

.webdesign-frame__panel {
  position: absolute;
  display: grid;
  gap: 0.55rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: 1.25rem;
  background: rgba(9, 12, 13, 0.62);
  backdrop-filter: blur(12px);
}

.webdesign-frame__panel--primary {
  inset: 1.3rem auto auto 1.3rem;
  width: min(17rem, 44%);
}

.webdesign-frame__panel--secondary {
  inset: auto auto 1.35rem 1.35rem;
  width: min(16rem, 40%);
}

.webdesign-frame__panel--image {
  inset: 2.3rem 2.3rem 2.3rem auto;
  width: min(48%, 33rem);
  padding: 0;
  overflow: hidden;
}

.webdesign-system {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.webdesign-system__item {
  display: grid;
  gap: 0.9rem;
  padding: 1.35rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: var(--radius-lg);
  background: var(--service-panel-muted);
}

.webdesign-contrast__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1rem;
  align-items: stretch;
}

.service-process--linear {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-process__item {
  display: grid;
  gap: 0.8rem;
  padding: 1.3rem;
}

/* Performance page variants */
.performance-page {
  --service-accent: rgba(196, 169, 111, 0.84);
  --service-accent-2: rgba(121, 129, 106, 0.82);
}

.service-hero__layout--performance {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
}

.performance-hero__trail {
  display: grid;
  gap: 0.7rem;
  align-content: start;
  padding-top: 1rem;
}

.performance-hero__signal {
  display: inline-flex;
  width: fit-content;
  padding: 0.54rem 0.76rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 241, 234, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.service-hero__visual--performance {
  grid-column: 1 / -1;
}

.performance-surface {
  position: relative;
  min-height: clamp(24rem, 42vw, 35rem);
  overflow: hidden;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: calc(var(--radius-xl) + 0.15rem);
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.008)),
    rgba(12, 14, 12, 0.5);
}

.performance-surface__beam,
.performance-surface__axis {
  position: absolute;
  pointer-events: none;
}

.performance-surface__beam {
  inset: auto -10% 22% auto;
  width: 74%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(196, 169, 111, 0.7), rgba(255, 255, 255, 0));
  transform: rotate(-12deg);
}

.performance-surface__axis {
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 30%, rgba(196, 169, 111, 0.08) 55%, rgba(255, 255, 255, 0) 74%);
}

.performance-surface__card {
  position: absolute;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: 1.4rem;
  overflow: hidden;
  background: rgba(10, 12, 11, 0.62);
  backdrop-filter: blur(12px);
}

.performance-surface__card--main {
  inset: 1.2rem auto 1.2rem 1.2rem;
  width: min(58%, 34rem);
}

.performance-surface__card--metric {
  inset: auto 1.25rem 1.25rem auto;
  width: min(28rem, 42%);
  display: grid;
  gap: 0.8rem;
  padding: 1.15rem;
}

.performance-levers {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
}

.performance-lever {
  display: grid;
  gap: 0.9rem;
  padding: 1.35rem;
}

.performance-levers .performance-lever:nth-child(1),
.performance-levers .performance-lever:nth-child(4) {
  transform: translateY(1rem);
}

.performance-narrative {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1rem;
}

.performance-narrative__column {
  display: grid;
  gap: 1rem;
}

.performance-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.performance-flow__step {
  display: grid;
  gap: 0.85rem;
  padding: 1.3rem;
}

/* Social page variants */
.social-page {
  --service-accent: rgba(155, 175, 155, 0.72);
  --service-accent-2: rgba(190, 171, 146, 0.84);
}

.service-hero__layout--social {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  align-items: end;
}

.service-hero__main--editorial {
  max-width: 48rem;
}

.social-side-note {
  display: grid;
  gap: 0.6rem;
  padding: 1.1rem;
  border-left: 1px solid rgba(244, 241, 234, 0.14);
  color: rgba(244, 241, 234, 0.72);
}

.service-hero__visual--social {
  grid-column: 1 / -1;
}

.social-stack {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.65fr) minmax(180px, 0.38fr);
  gap: 1rem;
  align-items: end;
}

.social-stack__card {
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: calc(var(--radius-xl) - 0.15rem);
  overflow: hidden;
  background: rgba(10, 12, 11, 0.52);
  box-shadow: 0 24px 64px rgba(4, 7, 5, 0.24);
}

.social-stack__card--lead {
  min-height: clamp(22rem, 36vw, 31rem);
}

.social-stack__card--lead img {
  height: 100%;
}

.social-stack__card--quote,
.social-stack__card--mini {
  display: grid;
  gap: 0.7rem;
  padding: 1.15rem;
}

.social-presence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.social-presence__module {
  display: grid;
  gap: 0.85rem;
  padding: 1.25rem;
}

.social-presence__module--wide {
  grid-column: span 2;
}

.social-presence__module--tall {
  grid-row: span 2;
}

.social-story__flow {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 1rem;
}

.social-story__card {
  display: grid;
  gap: 0.9rem;
  padding: 1.35rem;
}

.social-story__card--accent {
  transform: translateY(2rem);
}

.social-rhythm {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 1rem;
}

.social-rhythm__step {
  display: grid;
  gap: 0.85rem;
  padding: 1.3rem;
}

.social-rhythm .social-rhythm__step:nth-child(2),
.social-rhythm .social-rhythm__step:nth-child(4) {
  transform: translateY(2rem);
}

/* Branding page variants */
.branding-page {
  --service-accent: rgba(194, 174, 141, 0.84);
  --service-accent-2: rgba(149, 154, 140, 0.74);
}

.service-hero__layout--branding {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  align-items: center;
}

.service-hero__main--minimal {
  gap: 1.2rem;
}

.branding-canvas {
  position: relative;
  min-height: clamp(26rem, 42vw, 38rem);
}

.branding-canvas__orb {
  position: absolute;
  inset: 8% 10% 14% 14%;
  border-radius: 48% 52% 52% 48% / 44% 48% 52% 56%;
  background:
    radial-gradient(circle at 35% 32%, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 34%),
    linear-gradient(160deg, rgba(194, 174, 141, 0.18), rgba(149, 154, 140, 0.14));
  filter: blur(0.2px);
}

.branding-canvas__plate {
  position: absolute;
  inset: 10% 16% 18% 16%;
  display: grid;
  gap: 0.9rem;
  padding: 1.2rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: calc(var(--radius-xl) + 0.15rem);
  background: rgba(14, 15, 14, 0.48);
  box-shadow: 0 30px 78px rgba(4, 7, 5, 0.26);
}

.branding-canvas__plate img {
  border-radius: calc(var(--radius-xl) - 0.25rem);
  aspect-ratio: 4 / 5;
}

.branding-canvas__note {
  position: absolute;
  inset: auto auto 8% 10%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  max-width: 18rem;
}

.branding-canvas__note span {
  padding: 0.44rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 241, 234, 0.12);
  background: rgba(9, 10, 10, 0.48);
}

.branding-identity__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 1rem;
  align-items: start;
}

.branding-identity__statement {
  padding: clamp(1.8rem, 3vw, 2.8rem);
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: calc(var(--radius-xl) + 0.2rem);
  background:
    radial-gradient(circle at top right, rgba(194, 174, 141, 0.15), rgba(194, 174, 141, 0) 32%),
    rgba(255, 255, 255, 0.02);
}

.branding-identity__statement p {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.6rem, 2.3vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.branding-identity__details {
  display: grid;
  gap: 1rem;
}

.branding-identity__detail,
.branding-process__step {
  display: grid;
  gap: 0.85rem;
  padding: 1.3rem;
}

.branding-contrast {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.branding-contrast__panel {
  display: grid;
  gap: 1rem;
}

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

/* Campaign page variants */
.campaign-page {
  --service-accent: rgba(205, 146, 94, 0.82);
  --service-accent-2: rgba(121, 129, 106, 0.8);
}

.service-hero__layout--campaign {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
}

.campaign-stage {
  position: relative;
  min-height: clamp(26rem, 42vw, 38rem);
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: calc(var(--radius-xl) + 0.25rem);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
    rgba(10, 10, 10, 0.46);
  box-shadow: 0 30px 84px rgba(4, 7, 5, 0.28);
}

.campaign-stage__image {
  position: absolute;
  inset: 0;
}

.campaign-stage__overlay {
  position: absolute;
  display: grid;
  gap: 0.7rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: 1.25rem;
  background: rgba(8, 9, 9, 0.56);
  backdrop-filter: blur(10px);
}

.campaign-stage__overlay--primary {
  inset: 1.4rem auto auto 1.4rem;
  width: min(18rem, 44%);
}

.campaign-stage__overlay--secondary {
  inset: auto 1.4rem 1.4rem auto;
  width: min(16rem, 38%);
}

.campaign-concept {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1rem;
}

.campaign-concept__item {
  display: grid;
  gap: 0.85rem;
  padding: 1.35rem;
}

.campaign-concept__item--tall {
  grid-row: span 2;
}

.campaign-contrast {
  display: grid;
  gap: 1rem;
}

.campaign-contrast__row {
  display: grid;
  gap: 0.75rem;
}

.campaign-contrast__row--impact {
  margin-left: clamp(1rem, 8vw, 8rem);
}

.campaign-sequence__layout {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
}

.campaign-sequence__spotlight {
  position: sticky;
  top: calc(var(--nav-height) + 1.4rem);
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: calc(var(--radius-xl) + 0.1rem);
  background:
    radial-gradient(circle at top right, rgba(205, 146, 94, 0.16), rgba(205, 146, 94, 0) 30%),
    rgba(255, 255, 255, 0.02);
}

.campaign-sequence__visual {
  display: grid;
  gap: 0.7rem;
}

.campaign-sequence__marker {
  display: inline-flex;
  width: fit-content;
  padding: 0.56rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 241, 234, 0.12);
  color: rgba(244, 241, 234, 0.56);
  background: rgba(255, 255, 255, 0.02);
  transition: color var(--transition-medium), border-color var(--transition-medium), transform var(--transition-medium), background-color var(--transition-medium);
}

.campaign-sequence__marker.is-active {
  color: var(--color-text-light);
  border-color: rgba(205, 146, 94, 0.44);
  background: rgba(205, 146, 94, 0.12);
  transform: translateX(6px);
}

.campaign-sequence__rail {
  display: grid;
  gap: 1rem;
}

.campaign-sequence__step {
  display: grid;
  gap: 0.8rem;
  padding: 1.3rem;
  opacity: 0.68;
  transform: scale(0.985);
  transition: opacity var(--transition-medium), transform var(--transition-medium), border-color var(--transition-medium), background-color var(--transition-medium);
}

.campaign-sequence__step.is-active {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(205, 146, 94, 0.42);
  background:
    radial-gradient(circle at top right, rgba(205, 146, 94, 0.14), rgba(205, 146, 94, 0) 32%),
    rgba(255, 255, 255, 0.03);
}

/* Responsive adjustments */
@media (min-width: 992px) {
  .webdesign-page .service-related,
  .performance-page .service-related,
  .branding-page .service-related,
  .campaign-page .service-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-page .service-related {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

@media (max-width: 1199px) {
  .service-heading--split,
  .service-hero__layout,
  .service-hero__layout--performance,
  .service-hero__layout--social,
  .service-hero__layout--branding,
  .service-hero__layout--campaign,
  .webdesign-contrast__grid,
  .performance-levers,
  .performance-narrative,
  .social-story__flow,
  .branding-identity__layout,
  .branding-contrast,
  .campaign-concept,
  .campaign-sequence__layout,
  .social-rhythm {
    grid-template-columns: 1fr;
  }

  .webdesign-system,
  .service-process--linear,
  .performance-flow,
  .branding-process,
  .social-presence {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-stack {
    grid-template-columns: 1fr 1fr;
  }

  .social-stack__card--mini {
    grid-column: 1 / -1;
  }

  .campaign-sequence__spotlight {
    position: static;
  }

  .campaign-contrast__row--impact,
  .performance-levers .performance-lever:nth-child(1),
  .performance-levers .performance-lever:nth-child(4),
  .social-story__card--accent,
  .social-rhythm .social-rhythm__step:nth-child(2),
  .social-rhythm .social-rhythm__step:nth-child(4) {
    transform: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .service-hero {
    padding-top: calc(var(--nav-height) + 2rem);
    padding-bottom: 4rem;
  }

  .service-section {
    padding: 4.2rem 0;
  }

  .service-display {
    max-width: 11ch;
    font-size: clamp(2.35rem, 8.6vw, 3.35rem);
  }

  .service-lead,
  .service-panel p,
  .service-impact p {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .service-heading h2,
  .service-impact h2,
  .service-panel h2,
  .performance-narrative h2,
  .branding-contrast h2,
  .campaign-sequence__spotlight h2 {
    font-size: clamp(1.7rem, 7vw, 2.5rem);
  }

  .webdesign-system,
  .service-process--linear,
  .performance-flow,
  .social-presence,
  .branding-process,
  .social-stack {
    grid-template-columns: 1fr;
  }

  .webdesign-frame {
    min-height: 20rem;
  }

  .webdesign-frame__panel--primary,
  .webdesign-frame__panel--secondary,
  .webdesign-frame__panel--image,
  .performance-surface__card--main,
  .performance-surface__card--metric,
  .campaign-stage__overlay--primary,
  .campaign-stage__overlay--secondary {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .webdesign-frame,
  .performance-surface,
  .campaign-stage {
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
  }

  .performance-surface__beam,
  .performance-surface__axis {
    display: none;
  }

  .branding-canvas {
    min-height: 22rem;
  }

  .branding-canvas__plate {
    inset: 12% 10% 22% 10%;
  }

  .branding-canvas__note {
    inset: auto 10% 8% 10%;
  }
}

/* Footer */
.site-footer {
  padding: 1.6rem 0 2.2rem;
  border-top: 1px solid rgba(244, 241, 234, 0.08);
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: space-between;
  color: rgba(244, 241, 234, 0.7);
}

.site-footer__inner a {
  transition: color var(--transition-fast);
}

.site-footer__inner a:hover,
.site-footer__inner a:focus-visible {
  color: var(--color-text-light);
}

/* Desktop */
@media (min-width: 1200px) {
  .services {
    padding-bottom: 0;
  }

  .site-header {
    padding: 1.1rem 1.6rem 0;
  }

  .desktop-nav-shell {
    display: block;
  }

  .menu-toggle,
  .mobile-menu {
    display: none;
  }

  .services-desktop {
    display: block;
    min-height: 0;
  }

  .services-nav {
    position: relative;
    top: 0;
  }

  .services-panel__copy {
    overscroll-behavior: auto;
  }

  .services-mobile {
    display: none;
  }
}

/* Desktop Large */
@media (min-width: 1440px) {
  .container {
    width: min(100% - 3rem, var(--container-wide));
  }

  .hero__content {
    width: min(100%, 36rem);
  }
}

/* Tablet Large */
@media (min-width: 992px) and (max-width: 1199px) {
  .section {
    padding: var(--section-padding-tablet) 0;
  }

  .hero__inner {
    padding-top: calc(var(--nav-height) + 2.7rem);
    padding-bottom: 1.15rem;
  }

  .hero__content {
    width: min(100%, 31rem);
  }

  .hero__title {
    max-width: 10.3ch;
    font-size: clamp(2.55rem, 4.3vw, 3.8rem);
  }

  .hero__subline {
    max-width: 27rem;
    margin-top: 1.45rem;
    font-size: clamp(0.92rem, 1.15vw, 0.98rem);
  }

  .desktop-nav-shell {
    display: block;
  }

  .desktop-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.55rem 0.8rem;
    max-width: 38rem;
    padding-right: 0.85rem;
  }

  .menu-toggle,
  .mobile-menu {
    display: none;
  }

  .page-intro__grid,
  .section-grid--philosophy,
  .section-grid--story,
  .references__layout,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .detail-grid,
  .crosslinks-grid,
  .process__grid,
  .references__cases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about__container {
    width: min(100% - 3rem, 76rem);
  }

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

  .about__media-shell {
    margin-left: 0;
  }

  .about__feature {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .section {
    padding: var(--section-padding-tablet) 0;
  }

  .hero__inner {
    padding-top: calc(var(--nav-height) + 2.4rem);
    padding-bottom: 1rem;
  }

  .hero__content {
    width: min(100%, 28rem);
  }

  .hero__title {
    max-width: 10.1ch;
    font-size: clamp(2.35rem, 4.9vw, 3.45rem);
  }

  .hero__subline {
    max-width: 24rem;
    margin-top: 1.3rem;
    font-size: clamp(0.9rem, 1.5vw, 0.96rem);
  }

  .hero__actions {
    margin-top: 1.7rem;
  }

  .page-intro__grid,
  .section-grid--philosophy,
  .section-grid--story,
  .industries__layout,
  .references__layout,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .detail-grid,
  .crosslinks-grid,
  .process__grid,
  .references__cases,
  .contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about {
    padding-top: clamp(6.75rem, 9vw, 8rem);
    padding-bottom: clamp(7rem, 10vw, 8.5rem);
  }

  .about__container {
    width: min(100% - 2.75rem, 58rem);
  }

  .about__band {
    grid-template-columns: 1fr;
    padding: 1.7rem;
  }

  .about__title {
    font-size: clamp(2.2rem, 5.2vw, 3rem);
  }

  .about__media-shell {
    width: min(100%, 24rem);
    margin-left: 0;
  }

  .about__feature {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .about__statement-text {
    max-width: 28rem;
    font-size: clamp(1.4rem, 4vw, 2rem);
  }
}

/* Mobile */
@media (max-width: 767px) {
  :root {
    --nav-height: 4rem;
  }

  .section,
  .page-intro {
    padding: var(--section-padding-mobile) 0;
  }

  .container {
    width: min(100% - 1.25rem, var(--container-width));
  }

  .hero__inner {
    padding-top: calc(var(--nav-height) + 2rem);
    padding-bottom: 0.85rem;
  }

  .hero__content {
    width: min(100%, 100%);
  }

  .hero__title {
    max-width: 9.4ch;
    font-size: clamp(2rem, 7.6vw, 3rem);
    line-height: 1.03;
  }

  .hero__subline {
    max-width: 20.5rem;
    margin-top: 1.15rem;
    font-size: clamp(0.88rem, 3.15vw, 0.94rem);
    line-height: 1.58;
  }

  .hero__actions,
  .page-intro__grid,
  .section-grid--philosophy,
  .section-grid--story,
  .industries__layout,
  .detail-grid,
  .crosslinks-grid,
  .process__grid,
  .references__layout,
  .references__cases,
  .contact__grid,
  .contact-form,
  .site-footer__inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .industries {
    padding-top: clamp(4.5rem, 10vw, 6rem);
  }

  .industries__visual {
    min-height: 16rem;
  }

  .industries__lead,
  .industries__insight {
    max-width: 100%;
  }

  .references__layout {
    gap: 0.95rem;
  }

  .references__cases {
    gap: 0.95rem;
  }

  .case-card__image,
  .case-card--featured .case-card__image {
    aspect-ratio: 4 / 2.6;
  }

  .case-card__body {
    gap: 0.8rem;
    padding: 0.9rem 0.9rem 1rem;
  }

  .case-card__tags {
    gap: 0.45rem;
  }

  .case-card__tags span {
    padding: 0.38rem 0.66rem;
    font-size: 0.8rem;
  }

  .testimonial-card {
    min-height: 13.5rem;
    padding: 1.15rem;
  }

  .section-transition {
    padding: clamp(4.5rem, 11vw, 6rem) 0 clamp(4.25rem, 10vw, 5.5rem);
  }

  .section-transition__inner {
    min-height: clamp(16rem, 46vw, 22rem);
    padding: 1rem 0 1.6rem;
  }

  .section-transition__title {
    max-width: 11ch;
    font-size: clamp(1.65rem, 5.4vw, 2.35rem);
    line-height: 1.22;
  }

  .section-transition__text {
    max-width: 22rem;
    font-size: clamp(0.9rem, 3.2vw, 0.96rem);
    line-height: 1.65;
  }

  .about {
    padding-top: clamp(4.5rem, 10vw, 6rem);
    padding-bottom: clamp(5.5rem, 12vw, 7rem);
  }

  .about__container {
    width: min(100% - 1.5rem, 100%);
  }

  .about__grid {
    gap: 1.35rem;
  }

  .about__band {
    grid-template-columns: 1fr;
    gap: 1.3rem;
    padding: 1.1rem;
  }

  .about__copy {
    gap: 0.9rem;
  }

  .about__title {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .about__lede {
    font-size: clamp(0.92rem, 3.6vw, 1rem);
  }

  .about__media-shell,
  .about__media-shell--wide {
    width: 100%;
  }

  .about__feature {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .about__statement {
    gap: 0.8rem;
  }

  .about__statement-text {
    font-size: clamp(1.3rem, 7vw, 1.8rem);
  }

  .philosophy__shape-frame {
    min-height: 20rem;
  }

  .contact__form-shell {
    padding: 1rem;
  }

  .form-field,
  .form-field--full {
    grid-column: auto;
  }

}

@media (max-width: 991px) {
  .hero__actions .button {
    min-height: 3rem;
    padding-inline: 1.05rem;
  }
}

@media (max-height: 900px) {
  .hero__inner {
    padding-top: calc(var(--nav-height) + 2rem);
    padding-bottom: 0.8rem;
  }

  .hero__title {
    font-size: clamp(2.3rem, 4.6vw, 4rem);
  }

  .hero__subline {
    margin-top: 1.35rem;
  }

  .hero__actions {
    margin-top: 1.6rem;
  }
}

@media (max-width: 991px) and (max-height: 820px) {
  .hero__title {
    font-size: clamp(2.2rem, 4.8vw, 3.3rem);
  }

  .hero__subline {
    max-width: 23rem;
    font-size: clamp(0.88rem, 1.45vw, 0.94rem);
  }
}

@media (max-width: 767px) and (max-height: 760px) {
  .site-header {
    padding-top: 0.8rem;
  }

  .hero__inner {
    padding-top: calc(var(--nav-height) + 1.45rem);
    padding-bottom: 0.75rem;
  }

  .hero__title {
    font-size: clamp(1.9rem, 7.2vw, 2.65rem);
  }

  .hero__subline {
    max-width: 19rem;
    margin-top: 1rem;
    font-size: clamp(0.86rem, 3vw, 0.92rem);
  }

  .hero__actions {
    margin-top: 1.35rem;
  }

  .hero__actions .button {
    min-height: 2.9rem;
    padding-inline: 1rem;
    font-size: 0.9rem;
  }

  .about__title {
    font-size: clamp(1.85rem, 6.8vw, 2.3rem);
  }

  .about__statement {
    margin-top: 1.65rem;
    font-size: 0.92rem;
  }

  .about__signature {
    font-size: 0.83rem;
  }
}

@media (max-width: 420px) and (max-height: 700px) {
  .hero__title {
    font-size: clamp(1.78rem, 7.4vw, 2.35rem);
  }

  .hero__subline {
    max-width: 18rem;
    font-size: 0.84rem;
  }

  .hero__actions {
    margin-top: 1.15rem;
  }

  .section-transition {
    padding: 4rem 0 3.8rem;
  }

  .section-transition__title {
    font-size: clamp(1.52rem, 6vw, 1.95rem);
  }

  .section-transition__text {
    font-size: 0.98rem;
  }

  .about__title {
    font-size: clamp(1.78rem, 6.8vw, 2.2rem);
  }

  .about__panel-text,
  .about__lede {
    font-size: 0.9rem;
  }
}

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

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

/* Shared service subpage foundation */
.service-page {
  background:
    radial-gradient(110% 78% at 14% 8%, rgba(255, 255, 255, 0.018) 0%, rgba(255, 255, 255, 0.006) 26%, rgba(255, 255, 255, 0.002) 44%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(180deg, #141715 0%, #151816 24%, #161918 54%, #171a19 100%);
}

.service-page .page-shell,
.service-page-shell {
  padding-top: 0;
}

.service-page-shell {
  position: relative;
  z-index: 1;
}

/* Shared service navigation */
.desktop-nav--service {
  gap: 0.55rem 0.8rem;
}

.service-nav {
  position: relative;
}

.service-nav__summary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 3rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(244, 241, 234, 0.84);
  cursor: pointer;
  list-style: none;
  transition: border-color var(--transition-fast), background-color var(--transition-fast), color var(--transition-fast);
}

.service-nav__summary::-webkit-details-marker {
  display: none;
}

.service-nav__summary::after {
  content: "+";
  font-size: 0.95rem;
  line-height: 1;
  color: rgba(244, 241, 234, 0.5);
}

.service-nav[open] .service-nav__summary,
.service-nav__summary:hover,
.service-nav__summary:focus-visible {
  border-color: rgba(244, 241, 234, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--color-text-light);
}

.service-nav[open] .service-nav__summary::after {
  content: "−";
}

.service-nav__panel {
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0;
  min-width: 16rem;
  display: grid;
  gap: 0.2rem;
  padding: 0.65rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 1.2rem;
  background: rgba(20, 23, 21, 0.96);
  box-shadow: 0 26px 70px rgba(5, 8, 6, 0.3);
  backdrop-filter: blur(12px);
}

.service-nav__panel a {
  padding: 0.72rem 0.8rem;
  border-radius: 0.9rem;
  color: rgba(244, 241, 234, 0.72);
  transition: background-color var(--transition-fast), color var(--transition-fast);
}

.service-nav__panel a:hover,
.service-nav__panel a:focus-visible,
.service-nav__panel a.is-current {
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-text-light);
}

.mobile-menu__nav--service {
  gap: 0.15rem;
}

.mobile-menu__group-label {
  margin-top: 0.9rem;
  margin-bottom: 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.46);
}

.mobile-menu__nav--service .is-current {
  color: var(--color-text-light);
}

/* Shared typography hierarchy */
.service-label,
.service-section__eyebrow {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.54);
}

.service-page h1,
.service-page h2,
.service-page h3 {
  margin: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  filter: none;
}

.service-page h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 6vw, 5.75rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.service-page h2 {
  max-width: 16ch;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.service-page h3 {
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
  line-height: 1.2;
}

.service-page p {
  margin: 0;
  max-width: 42rem;
  color: rgba(244, 241, 234, 0.74);
}

.service-lead {
  max-width: 39rem;
  font-size: clamp(1rem, 1.34vw, 1.16rem);
  line-height: 1.8;
}

.service-inline-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-weight: 700;
  color: rgba(244, 241, 234, 0.88);
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.service-inline-link::after {
  content: "→";
  margin-left: 0.45rem;
}

.service-inline-link:hover,
.service-inline-link:focus-visible {
  color: var(--color-text-light);
  transform: translateX(2px);
}

/* Shared section spacing system */
.service-hero {
  padding: calc(var(--nav-height) + 4.5rem) 0 clamp(6.5rem, 10vw, 9rem);
}

.service-hero__inner {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.service-hero__copy {
  display: grid;
  gap: clamp(1rem, 1.9vw, 1.6rem);
  width: min(100%, 42rem);
}

.service-hero__surface {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(20rem, 34vw, 28rem);
  padding: clamp(1.2rem, 2vw, 1.8rem);
  border: 1px solid rgba(244, 241, 234, 0.09);
  border-radius: calc(var(--radius-xl) + 0.2rem);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.014);
  box-shadow: 0 28px 76px rgba(5, 8, 6, 0.24);
}

.service-hero__surface img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}

.service-surface-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.55rem;
  width: min(100%, 18rem);
  padding: 1rem 1.05rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: 1.2rem;
  background: rgba(17, 20, 18, 0.78);
}

.service-surface-card__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.52);
}

.service-section {
  padding: clamp(6rem, 9vw, 8rem) 0;
}

.service-section--tinted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.008)),
    rgba(255, 255, 255, 0.01);
}

.service-section--process {
  padding-top: clamp(5.6rem, 8vw, 7rem);
}

.service-section--cta {
  padding-top: clamp(5rem, 8vw, 6.2rem);
  padding-bottom: clamp(6.4rem, 10vw, 8rem);
}

.service-section__narrow {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  width: min(100%, 58rem);
}

.service-section__split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.service-section__split--calm {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.service-section__heading {
  display: grid;
  gap: 1rem;
}

/* Shared panels / content blocks */
.service-keypoints,
.service-approach,
.service-related-list {
  display: grid;
  gap: 1rem;
}

.service-keypoint,
.service-approach__item,
.service-stack__item,
.service-related-list a,
.service-cta,
.service-result {
  border: 1px solid rgba(244, 241, 234, 0.09);
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.012);
  box-shadow: 0 18px 54px rgba(5, 8, 6, 0.14);
}

.service-keypoint,
.service-approach__item,
.service-stack__item,
.service-related-list a {
  display: grid;
  gap: 0.7rem;
  padding: 1.35rem 1.4rem;
}

.service-stack {
  display: grid;
  gap: 1rem;
}

.service-related-list a {
  transition: border-color var(--transition-fast), background-color var(--transition-fast), transform var(--transition-fast);
}

.service-related-list a:hover,
.service-related-list a:focus-visible {
  border-color: rgba(244, 241, 234, 0.18);
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-2px);
}

.service-related-list span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.52);
}

.service-related-list strong {
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.45;
  font-weight: 600;
}

/* Shared process layout */
.service-process {
  display: grid;
  gap: 1rem;
}

.service-process__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem;
  align-items: start;
  padding: 1.45rem 1.5rem;
  border-top: 1px solid rgba(244, 241, 234, 0.08);
}

.service-process__number {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  line-height: 1;
  color: rgba(121, 129, 106, 0.92);
}

.service-process__step div {
  display: grid;
  gap: 0.45rem;
}

/* Shared related-services layout */
.service-result {
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.8rem, 3vw, 2.6rem);
}

.service-result__copy {
  display: grid;
  gap: 1rem;
}

.service-result__points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.service-result__points span {
  padding: 0.52rem 0.78rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: 999px;
  color: rgba(244, 241, 234, 0.72);
}

/* Shared CTA layout */
.service-cta {
  display: grid;
  gap: 1rem;
  justify-items: start;
  padding: clamp(1.8rem, 3vw, 2.8rem);
}

.service-cta h2 {
  max-width: 13ch;
}

.service-cta p {
  max-width: 34rem;
}

/* Shared reveal states */
.service-page [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  filter: none;
}

.service-page .is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: none;
}

/* Service-page-specific fine adjustments */
.webdesign-page .service-hero__surface {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    linear-gradient(135deg, rgba(107, 123, 139, 0.08), rgba(255, 255, 255, 0.01));
}

.performance-page .service-hero__surface {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    linear-gradient(135deg, rgba(121, 129, 106, 0.08), rgba(121, 129, 106, 0.05));
}

.social-page .service-hero__surface {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    linear-gradient(135deg, rgba(121, 129, 106, 0.07), rgba(255, 255, 255, 0.01));
}

.branding-page .service-hero__surface {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.01)),
    linear-gradient(135deg, rgba(121, 129, 106, 0.08), rgba(255, 255, 255, 0.01));
}

.campaign-page .service-hero__surface {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.012)),
    linear-gradient(135deg, rgba(164, 124, 95, 0.1), rgba(255, 255, 255, 0.01));
}

/* Responsive adjustments */
@media (min-width: 992px) {
  .service-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  }

  .service-keypoints {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-approach {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .service-section__split,
  .service-section__split--calm {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 991px) {
  .service-nav__panel {
    right: auto;
    left: 0;
  }

  .service-hero {
    padding-top: calc(var(--nav-height) + 3rem);
    padding-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .service-page h1 {
    font-size: clamp(2.35rem, 8vw, 3.35rem);
  }

  .service-page h2 {
    font-size: clamp(1.7rem, 6.6vw, 2.45rem);
  }

  .service-hero {
    padding-top: calc(var(--nav-height) + 2.2rem);
    padding-bottom: 4rem;
  }

  .service-section {
    padding: 4.4rem 0;
  }

  .service-hero__surface {
    min-height: 16rem;
  }

  .service-process__step {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .service-result,
  .service-cta {
    padding: 1.4rem;
  }
}

/* Shared compact service layout system */
.service-page .service-hero {
  padding: calc(var(--nav-height) + 3.8rem) 0 clamp(5rem, 8vw, 6.6rem);
}

.service-page .service-hero__inner {
  gap: clamp(1.6rem, 4vw, 4rem);
  align-items: center;
}

.service-page .service-hero__copy {
  gap: clamp(0.9rem, 1.6vw, 1.35rem);
  width: min(100%, 38rem);
}

.service-page .service-lead {
  max-width: 32rem;
}

.service-page .service-hero__surface {
  min-height: clamp(17rem, 30vw, 23rem);
  padding: 1.1rem;
}

.service-page .service-section {
  padding: clamp(4.8rem, 7vw, 6.2rem) 0;
}

.service-page .service-section--showcase {
  padding-top: clamp(4.2rem, 6vw, 5rem);
}

.service-page .service-section--compact-end {
  padding-top: clamp(4.2rem, 6vw, 5rem);
  padding-bottom: clamp(5rem, 8vw, 6.4rem);
}

.service-page .service-section__narrow {
  gap: clamp(1.5rem, 3vw, 2.35rem);
}

.service-page .service-section__heading {
  gap: 0.85rem;
}

.service-page .service-keypoint,
.service-page .service-approach__item,
.service-page .service-stack__item,
.service-page .service-related-list a {
  padding: 1.2rem 1.25rem;
}

.service-page .service-result,
.service-page .service-cta {
  padding: clamp(1.45rem, 2.6vw, 2.1rem);
}

.service-end {
  display: grid;
  gap: 1rem;
}

.service-page .service-related-list {
  gap: 0.8rem;
}

/* Shared hero system */
.service-page .service-hero__surface::after {
  content: "";
  position: absolute;
  inset: auto 1.1rem 1rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 241, 234, 0), rgba(244, 241, 234, 0.48), rgba(244, 241, 234, 0));
}

.service-page .service-surface-card {
  width: min(100%, 16rem);
  gap: 0.45rem;
}

/* Shared compact process system */
.service-page .service-process {
  gap: 0.75rem;
}

.service-page .service-process__step {
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.012);
}

/* Shared outcome / CTA system */
.service-page .service-result__points {
  gap: 0.55rem;
}

.service-page .service-result__points span {
  padding: 0.46rem 0.7rem;
}

/* Shared reveal / motion states */
.service-page [data-reveal="media"] {
  transform: translateY(18px);
}

.service-page .service-hero h1,
.service-page .service-hero .service-lead,
.service-page .service-hero .service-inline-link,
.service-page .service-section__heading h2 {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.service-page .showcase {
  position: relative;
  min-height: clamp(20rem, 36vw, 28rem);
  margin-top: clamp(0.8rem, 2vw, 1.4rem);
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: calc(var(--radius-xl) + 0.1rem);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.012);
  box-shadow: 0 26px 72px rgba(5, 8, 6, 0.18);
}

/* Webdesign showcase styles */
.showcase--webdesign {
  padding: 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.008)),
    rgba(99, 114, 132, 0.06);
}

.showcase-webdesign__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(244, 241, 234, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 241, 234, 0.05) 1px, transparent 1px);
  background-size: 3.4rem 3.4rem;
  opacity: 0.45;
}

.showcase-webdesign__panel {
  position: absolute;
  display: grid;
  gap: 0.55rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 1.15rem;
  background: rgba(15, 18, 20, 0.8);
}

.showcase-webdesign__panel--nav {
  inset: 1.1rem auto auto 1.1rem;
  width: min(14rem, 34%);
}

.showcase-webdesign__panel--nav span,
.showcase-webdesign__panel--content span {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 241, 234, 0.18), rgba(244, 241, 234, 0.7), rgba(244, 241, 234, 0.18));
}

.showcase-webdesign__panel--hero {
  inset: 5.6rem 1.1rem auto auto;
  width: min(19rem, 42%);
  align-content: end;
}

.showcase-webdesign__panel--hero p {
  color: rgba(244, 241, 234, 0.66);
}

.showcase-webdesign__panel--content {
  inset: auto auto 1.1rem 1.1rem;
  width: min(16rem, 38%);
}

.showcase-webdesign__panel--cta {
  inset: auto 1.1rem 1.1rem auto;
  width: min(10rem, 24%);
}

.showcase-webdesign__panel--cta span {
  display: block;
  height: 2.6rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 129, 106, 0.6), rgba(121, 129, 106, 0.78));
}

/* Performance showcase styles */
.showcase--performance {
  padding: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.01)),
    rgba(141, 128, 99, 0.06);
}

.showcase-performance__axis {
  position: absolute;
  inset: auto 1.3rem 2.5rem 1.3rem;
  height: 1px;
  background: rgba(244, 241, 234, 0.14);
}

.showcase-performance__graph {
  position: absolute;
  inset: 2rem 1.3rem 2.5rem 1.3rem;
  border-left: 1px solid rgba(244, 241, 234, 0.12);
}

.showcase-performance__graph::before {
  content: "";
  position: absolute;
  inset: 10% 8% 18% 9%;
  border-bottom: 2px solid rgba(121, 129, 106, 0.78);
  border-right: 2px solid rgba(121, 129, 106, 0.78);
  transform: skewX(-26deg) skewY(8deg);
  transform-origin: left bottom;
}

.showcase-performance__dot {
  position: absolute;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  background: rgba(244, 241, 234, 0.88);
  box-shadow: 0 0 0 6px rgba(121, 129, 106, 0.12);
}

.showcase-performance__dot:nth-child(1) { left: 18%; bottom: 22%; }
.showcase-performance__dot:nth-child(2) { left: 36%; bottom: 34%; }
.showcase-performance__dot:nth-child(3) { left: 56%; bottom: 50%; }
.showcase-performance__dot:nth-child(4) { left: 78%; bottom: 66%; }

.showcase-performance__signal {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: min(15rem, 34%);
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 1.1rem;
  background: rgba(18, 18, 16, 0.82);
}

.showcase-performance__signal--minor {
  top: auto;
  right: auto;
  left: 1.2rem;
  bottom: 1.2rem;
}

/* Social showcase styles */
.showcase--social {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(4.5rem, 1fr);
  gap: 0.75rem;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.008)),
    rgba(121, 129, 106, 0.05);
}

.showcase-social__module {
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(17, 20, 18, 0.72);
}

.showcase-social__module--wide {
  grid-column: span 2;
}

.showcase-social__module--tall {
  grid-row: span 2;
}

/* Branding showcase styles */
.showcase--branding {
  display: grid;
  place-items: center;
  padding: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.008)),
    rgba(121, 129, 106, 0.05);
}

.showcase-branding__field {
  position: absolute;
  inset: 1.2rem auto auto 1.2rem;
  display: grid;
  gap: 0.45rem;
}

.showcase-branding__field span {
  width: fit-content;
  padding: 0.42rem 0.66rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 999px;
  color: rgba(244, 241, 234, 0.62);
}

.showcase-branding__statement {
  position: relative;
  z-index: 1;
  text-align: center;
}

.showcase-branding__statement strong {
  display: block;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.showcase-branding__line {
  position: absolute;
  inset: auto 1.2rem 1.5rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 241, 234, 0), rgba(244, 241, 234, 0.55), rgba(244, 241, 234, 0));
}

/* Campaign showcase styles */
.showcase--campaign {
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.008)),
    rgba(164, 124, 95, 0.06);
}

.showcase-campaign__frame {
  position: absolute;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 1.15rem;
  background: rgba(17, 18, 16, 0.74);
}

.showcase-campaign__frame--primary {
  inset: 1.1rem auto auto 1.1rem;
  width: min(32rem, 58%);
  height: 52%;
}

.showcase-campaign__frame--secondary {
  inset: auto 1.1rem 1.1rem auto;
  width: min(18rem, 34%);
  height: 36%;
}

.showcase-campaign__frame--accent {
  inset: 6rem 1.4rem auto auto;
  width: min(12rem, 24%);
  height: 18%;
}

.showcase-campaign__pulse {
  position: absolute;
  width: 4rem;
  height: 4rem;
  right: 16%;
  top: 24%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 241, 234, 0.92) 0%, rgba(244, 241, 234, 0.26) 38%, rgba(244, 241, 234, 0) 72%);
}

/* Responsive adjustments */
@media (min-width: 992px) {
  .service-page .service-end {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
  }
}

@media (max-width: 767px) {
  .service-page .service-hero {
    padding-top: calc(var(--nav-height) + 2.4rem);
    padding-bottom: 3.8rem;
  }

  .service-page .service-section {
    padding: 3.8rem 0;
  }

  .service-page .showcase {
    min-height: 16rem;
  }

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

  .showcase-webdesign__panel--hero,
  .showcase-webdesign__panel--nav,
  .showcase-webdesign__panel--content,
  .showcase-webdesign__panel--cta,
  .showcase-performance__signal,
  .showcase-performance__signal--minor,
  .showcase-campaign__frame--primary,
  .showcase-campaign__frame--secondary,
  .showcase-campaign__frame--accent {
    width: auto;
  }
}

/* Shared service-page foundation */
.service-page--webdesign { --service-accent-rgb: 109, 128, 153; }
.service-page--performance { --service-accent-rgb: 168, 144, 102; }
.service-page--social { --service-accent-rgb: 118, 138, 113; }
.service-page--branding { --service-accent-rgb: 176, 154, 124; }
.service-page--kampagnen { --service-accent-rgb: 168, 120, 92; }

.service-page {
  background:
    radial-gradient(92rem 42rem at 12% 0%, rgba(var(--service-accent-rgb), 0.17) 0%, rgba(var(--service-accent-rgb), 0.05) 24%, rgba(255, 255, 255, 0.015) 46%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(180deg, #121513 0%, #141816 24%, #161918 58%, #171a19 100%);
}

.service-page-main {
  position: relative;
  z-index: 1;
  padding-top: 0;
}

/* Shared service navigation */
.desktop-nav--service {
  gap: 0.55rem 0.8rem;
}

.service-nav {
  position: relative;
}

.service-nav__summary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 3rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(244, 241, 234, 0.84);
  cursor: pointer;
  list-style: none;
}

.service-nav__summary::-webkit-details-marker {
  display: none;
}

.service-nav__summary::after {
  content: "+";
  color: rgba(244, 241, 234, 0.48);
}

.service-nav[open] .service-nav__summary::after {
  content: "−";
}

.service-nav__panel {
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0;
  min-width: 17rem;
  display: grid;
  gap: 0.22rem;
  padding: 0.65rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 1.15rem;
  background: rgba(20, 23, 21, 0.97);
  box-shadow: 0 24px 68px rgba(5, 8, 6, 0.3);
}

.service-nav__panel a {
  padding: 0.74rem 0.8rem;
  border-radius: 0.9rem;
  color: rgba(244, 241, 234, 0.72);
}

.service-nav__panel a.is-current,
.service-nav__panel a:hover,
.service-nav__panel a:focus-visible {
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-text-light);
}

.mobile-menu__group-label {
  margin-top: 0.9rem;
  margin-bottom: 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.46);
}

.mobile-menu__nav--service .is-current {
  color: var(--color-text-light);
}

/* Shared typography hierarchy */
.service-overline {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 0.45rem 0.7rem;
  margin: 0;
  border: 1px solid rgba(244, 241, 234, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.54);
}

.service-page .service-title,
.service-page .service-heading,
.service-page h3 {
  margin: 0;
  filter: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  backface-visibility: visible;
  will-change: auto;
}

.service-title {
  max-width: 11ch;
  font-size: clamp(3.15rem, 6vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.service-heading {
  max-width: 14ch;
  font-size: clamp(2.15rem, 3.5vw, 3.45rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.service-page h3 {
  font-size: clamp(1.12rem, 1.42vw, 1.34rem);
  line-height: 1.24;
}

.service-intro,
.service-page-main p {
  margin: 0;
  max-width: 40rem;
  color: rgba(244, 241, 234, 0.76);
}

.service-intro {
  max-width: 35rem;
  font-size: clamp(1.02rem, 1.3vw, 1.13rem);
  line-height: 1.72;
}

.service-text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid rgba(244, 241, 234, 0.18);
  font-weight: 700;
  color: rgba(244, 241, 234, 0.92);
}

.service-text-link::after {
  content: "→";
  margin-left: 0.45rem;
}

/* Shared section spacing system */
.service-hero-v2 {
  padding: calc(var(--nav-height) + 4.6rem) 0 clamp(6.2rem, 9vw, 8rem);
}

.service-hero-v2__grid {
  display: grid;
  gap: clamp(2.4rem, 5vw, 5.2rem);
  align-items: center;
}

.service-hero-v2__copy {
  display: grid;
  gap: 1.2rem;
  width: min(100%, 39rem);
}

.service-hero-v2__visual {
  position: relative;
  min-height: clamp(19rem, 30vw, 24rem);
  padding: 1.05rem;
  border: 1px solid rgba(244, 241, 234, 0.09);
  border-radius: 1.85rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    linear-gradient(135deg, rgba(var(--service-accent-rgb), 0.14), rgba(255, 255, 255, 0.014));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 28px 72px rgba(4, 7, 5, 0.28);
}

.service-section-v2 {
  padding: clamp(5.6rem, 8vw, 7.1rem) 0;
}

.service-section-v2--open {
  background: none;
}

.service-section-v2--process {
  padding-top: clamp(5rem, 7vw, 6rem);
}

.service-section-v2--end {
  padding-top: clamp(4.8rem, 7vw, 5.8rem);
  padding-bottom: clamp(5.4rem, 8vw, 7rem);
}

.service-section-v2__narrow {
  display: grid;
  gap: 2.4rem;
  width: min(100%, 61rem);
}

.service-section-v2__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2.6rem, 5vw, 5.4rem);
  align-items: start;
}

.service-section-v2__heading {
  display: grid;
  gap: 1rem;
  max-width: 40rem;
}

/* Shared hero system */
.service-page [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  filter: none;
}

.service-page .is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Shared showcase primitives */
.service-ui,
.service-signal,
.service-flow,
.service-mark,
.service-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: clamp(16rem, 24vw, 20rem);
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.service-ui > *,
.service-signal > *,
.service-flow > *,
.service-mark > *,
.service-stage > * {
  position: absolute;
}

/* Shared compact process system */
.service-clarity-list,
.service-deliverables,
.service-process-v2,
.service-related-v2 {
  display: grid;
  gap: 1rem;
}

.service-clarity-list article,
.service-deliverables article,
.service-process-v2 article,
.service-related-v2 a {
  display: grid;
  gap: 0.55rem;
  padding: 1.32rem 1.4rem;
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.012);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 48px rgba(4, 7, 5, 0.12);
}

.service-process-v2 article {
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
}

.service-process-v2 span {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  line-height: 1;
  color: rgba(121, 129, 106, 0.9);
}

.service-process-v2 div {
  display: grid;
  gap: 0.35rem;
}

.service-copy-stack {
  display: grid;
  gap: 0.9rem;
  max-width: 36rem;
}

/* Shared outcome / CTA system */
.service-outcome {
  display: grid;
  gap: 1.25rem;
}

.service-outcome__copy {
  display: grid;
  gap: 0.9rem;
}

.service-outcome__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 1rem;
}

.service-outcome__list span {
  padding: 0.5rem 0.74rem;
  border: 1px solid rgba(244, 241, 234, 0.12);
  border-radius: 999px;
  color: rgba(244, 241, 234, 0.74);
}

.service-end-v2 {
  display: grid;
  gap: 1.35rem;
}

.service-related-v2 a {
  transition: background-color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
}

.service-related-v2 a:hover,
.service-related-v2 a:focus-visible {
  border-color: rgba(244, 241, 234, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.015);
  transform: translateY(-2px);
}

.service-related-v2 span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.5);
}

.service-cta-v2 {
  display: grid;
  gap: 1rem;
  padding: 1.7rem 1.8rem;
  border: 1px solid rgba(244, 241, 234, 0.09);
  border-radius: 1.45rem;
  background:
    linear-gradient(180deg, rgba(var(--service-accent-rgb), 0.13), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.014);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 56px rgba(4, 7, 5, 0.16);
}

.service-reality {
  display: grid;
  gap: 1.8rem;
  padding: clamp(1.9rem, 3vw, 2.7rem);
  border: 1px solid rgba(244, 241, 234, 0.09);
  border-radius: 1.6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.034), rgba(255, 255, 255, 0.012)),
    linear-gradient(140deg, rgba(var(--service-accent-rgb), 0.1), rgba(255, 255, 255, 0.015));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 26px 64px rgba(4, 7, 5, 0.18);
}

.service-reality__copy {
  display: grid;
  gap: 0.9rem;
  max-width: 42rem;
}

.service-reality__list {
  display: grid;
  gap: 1rem;
}

.service-reality__list div {
  display: grid;
  gap: 0.4rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: 1.1rem;
  background: rgba(13, 16, 14, 0.36);
}

/* Shared reveal states */
.service-page .service-title,
.service-page .service-heading {
  transform: translateZ(0);
}

/* Service-specific showcase styles */
.service-page--webdesign .service-ui {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    rgba(96, 111, 132, 0.09);
}

.service-ui--webdesign::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(244, 241, 234, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 241, 234, 0.05) 1px, transparent 1px);
  background-size: 3rem 3rem;
}

.service-ui__bar {
  inset: 1rem 1rem auto 1rem;
  height: 2.2rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 999px;
  background: rgba(16, 20, 22, 0.84);
}

.service-ui__hero {
  inset: 4.2rem 1rem auto auto;
  width: min(42%, 14rem);
  height: 7rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 1rem;
  background: rgba(16, 20, 22, 0.84);
}

.service-ui__rail {
  inset: auto auto 1rem 1rem;
  width: min(34%, 12rem);
  height: 9rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 1rem;
  background: rgba(16, 20, 22, 0.84);
}

.service-ui__body {
  inset: auto 1rem 1rem auto;
  width: min(48%, 17rem);
  display: grid;
  gap: 0.8rem;
}

.service-ui__body span {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 241, 234, 0.14), rgba(244, 241, 234, 0.75), rgba(244, 241, 234, 0.14));
}

.service-ui__cta {
  inset: auto 1rem 1rem auto;
  width: min(18%, 5rem);
  height: 2.3rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 129, 106, 0.7), rgba(121, 129, 106, 0.8));
}

.service-page--performance .service-signal {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.01)),
    rgba(141, 128, 99, 0.09);
}

.service-signal__axis {
  inset: auto 1rem 2.2rem 1rem;
  height: 1px;
  background: rgba(244, 241, 234, 0.14);
}

.service-signal__curve {
  inset: 1.4rem 1.4rem 2.2rem 1.4rem;
  border-left: 1px solid rgba(244, 241, 234, 0.12);
}

.service-signal__curve::before {
  content: "";
  position: absolute;
  inset: 16% 10% 18% 10%;
  border-bottom: 2px solid rgba(121, 129, 106, 0.78);
  border-right: 2px solid rgba(121, 129, 106, 0.78);
  transform: skewX(-26deg) skewY(8deg);
  transform-origin: left bottom;
}

.service-signal__node {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(244, 241, 234, 0.9);
  box-shadow: 0 0 0 6px rgba(121, 129, 106, 0.12);
}

.service-signal__node:nth-of-type(3) { left: 20%; bottom: 26%; }
.service-signal__node:nth-of-type(4) { left: 45%; bottom: 44%; }
.service-signal__node:nth-of-type(5) { left: 72%; bottom: 64%; }

.service-signal__label {
  inset: 1rem auto auto 1rem;
  width: min(16rem, 52%);
  padding: 0.95rem 1rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 1rem;
  background: rgba(18, 18, 16, 0.82);
  color: rgba(244, 241, 234, 0.78);
}

.service-page--social .service-flow {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.034), rgba(255, 255, 255, 0.01)),
    rgba(121, 129, 106, 0.08);
}

.service-flow__track {
  inset: 1rem 1rem auto 1rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 241, 234, 0), rgba(244, 241, 234, 0.55), rgba(244, 241, 234, 0));
}

.service-flow__module {
  width: 23%;
  height: 28%;
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(17, 20, 18, 0.76);
}

.service-flow__module:nth-of-type(2) { left: 6%; top: 18%; }
.service-flow__module:nth-of-type(3) { left: 36%; top: 30%; }
.service-flow__module:nth-of-type(4) { right: 8%; top: 14%; }
.service-flow__module:nth-of-type(5) { left: 16%; bottom: 14%; }
.service-flow__module:nth-of-type(6) { right: 18%; bottom: 18%; }

.service-page--branding .service-mark {
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.01)),
    rgba(121, 129, 106, 0.08);
}

.service-mark__words {
  inset: 1rem auto auto 1rem;
  display: grid;
  gap: 0.45rem;
}

.service-mark__words span {
  width: fit-content;
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 999px;
  color: rgba(244, 241, 234, 0.62);
}

.service-mark__core {
  position: relative;
  z-index: 1;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: var(--color-text-light);
}

.service-mark__rule {
  inset: auto 1rem 1.4rem 1rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 241, 234, 0), rgba(244, 241, 234, 0.55), rgba(244, 241, 234, 0));
}

.service-page--kampagnen .service-stage {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.034), rgba(255, 255, 255, 0.01)),
    rgba(164, 124, 95, 0.09);
}

.service-stage__frame {
  border: 1px solid rgba(244, 241, 234, 0.1);
  border-radius: 1.1rem;
  background: rgba(17, 18, 16, 0.76);
}

.service-stage__frame:nth-child(1) {
  inset: 1rem auto auto 1rem;
  width: min(56%, 18rem);
  height: 48%;
}

.service-stage__frame:nth-child(2) {
  inset: auto 1rem 1rem auto;
  width: min(34%, 12rem);
  height: 34%;
}

.service-stage__frame:nth-child(3) {
  inset: 5.6rem 1.2rem auto auto;
  width: min(20%, 7rem);
  height: 16%;
}

.service-stage__accent {
  width: 4rem;
  height: 4rem;
  right: 14%;
  top: 24%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 241, 234, 0.92) 0%, rgba(244, 241, 234, 0.26) 38%, rgba(244, 241, 234, 0) 72%);
}

/* Responsive adjustments */
@media (min-width: 992px) {
  .service-hero-v2__grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  }

  .service-clarity-list,
  .service-deliverables {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-reality {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
  }

  .service-end-v2 {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    align-items: start;
  }
}

@media (max-width: 1199px) {
  .service-section-v2__grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }
}

@media (max-width: 991px) {
  .service-nav__panel {
    right: auto;
    left: 0;
  }
}

@media (max-width: 767px) {
  .service-hero-v2 {
    padding-top: calc(var(--nav-height) + 2.6rem);
    padding-bottom: 4.2rem;
  }

  .service-title {
    font-size: clamp(2.35rem, 8vw, 3.4rem);
    max-width: 11ch;
  }

  .service-heading {
    font-size: clamp(1.75rem, 6.6vw, 2.4rem);
  }

  .service-section-v2 {
    padding: 4rem 0;
  }

  .service-overline {
    letter-spacing: 0.16em;
  }

  .service-process-v2 article {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .service-cta-v2,
  .service-reality {
    padding: 1.3rem 1.2rem;
  }
}

/* Desktop navigation refresh */
@media (min-width: 992px) {
  .site-header {
    inset: 1rem auto auto 50%;
    transform: translateX(-50%);
    width: min(calc(100% - 2rem), 1420px);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(0.75rem, 1.4vw, 1.4rem);
    padding: 0.28rem 0.42rem 0.28rem 0.86rem;
    border: 1px solid rgba(244, 241, 234, 0.08);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(34, 39, 36, 0.84), rgba(17, 20, 18, 0.9)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 18px 46px rgba(4, 6, 5, 0.24);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    pointer-events: auto;
    overflow: hidden;
    transition:
      transform var(--transition-medium),
      padding var(--transition-medium),
      background var(--transition-medium),
      border-color var(--transition-medium),
      box-shadow var(--transition-medium);
  }

  .site-header.is-collapsed {
    transform: translateX(-50%) translateY(-0.55rem);
    padding-top: 0.14rem;
    padding-bottom: 0.14rem;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header__brand,
  .desktop-nav,
  .desktop-nav .button--nav {
    transition:
      opacity var(--transition-medium),
      transform var(--transition-medium),
      min-height var(--transition-medium),
      padding var(--transition-medium);
  }

  .site-header.is-collapsed .site-header__brand,
  .site-header.is-collapsed .desktop-nav {
    opacity: 0;
    transform: translateY(-0.5rem);
    pointer-events: none;
  }

  .site-header.is-collapsed .desktop-nav .button--nav {
    opacity: 0;
    transform: translateY(calc(-50% - 0.5rem));
    pointer-events: none;
  }

  .site-header__brand {
    min-width: max-content;
  }

  .site-logo {
    min-height: 2.2rem;
    padding: 0 0.32rem 0 0.06rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(244, 241, 234, 0.96);
  }

  .desktop-nav-shell {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .desktop-nav {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.4rem;
    gap: 0.08rem;
    padding: 0 6.4rem 0 0;
    flex-wrap: nowrap;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    overflow: visible;
  }

  .site-header.is-scrolled .desktop-nav,
  .site-header--subpage .desktop-nav {
    background: transparent;
    border-color: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }

  .desktop-nav a:not(.button),
  .service-nav__summary {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 1.92rem;
    padding: 0.44rem 0.66rem;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: rgba(244, 241, 234, 0.7);
    white-space: nowrap;
    line-height: 1;
    transition:
      color var(--transition-fast),
      background-color var(--transition-fast),
      border-color var(--transition-fast),
      transform var(--transition-fast);
  }

  .desktop-nav a:not(.button)::after {
    display: none;
  }

  .desktop-nav a:not(.button):hover,
  .desktop-nav a:not(.button):focus-visible,
  .desktop-nav a:not(.button).is-active,
  .desktop-nav a[aria-current="page"]:not(.button),
  .service-nav__summary:hover,
  .service-nav__summary:focus-visible,
  .service-nav[open] .service-nav__summary,
  .site-header--subpage .service-nav__summary {
    color: var(--color-text-light);
    border-color: rgba(244, 241, 234, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.03));
  }

  .service-nav {
    position: relative;
  }

  .service-nav__summary {
    gap: 0.4rem;
    min-height: 1.92rem;
    padding-inline: 0.66rem 0.74rem;
    list-style: none;
    cursor: pointer;
  }

  .service-nav__summary::-webkit-details-marker {
    display: none;
  }

  .service-nav__summary::after {
    content: "";
    width: 0.34rem;
    height: 0.34rem;
    margin-left: 0.02rem;
    border-right: 1.3px solid currentColor;
    border-bottom: 1.3px solid currentColor;
    color: rgba(244, 241, 234, 0.58);
    transform: rotate(45deg) translateY(-1px);
    transition: transform var(--transition-fast), color var(--transition-fast);
  }

  .service-nav[open] .service-nav__summary::after {
    transform: rotate(-135deg) translateY(-1px);
  }

  .service-nav__panel {
    top: calc(100% + 0.72rem);
    left: 50%;
    right: auto;
    min-width: 17rem;
    transform: translateX(-50%);
    padding: 0.65rem;
    border: 1px solid rgba(244, 241, 234, 0.09);
    border-radius: 1.2rem;
    background:
      linear-gradient(180deg, rgba(31, 35, 32, 0.97), rgba(18, 21, 19, 0.985)),
      rgba(18, 21, 19, 0.98);
    box-shadow: 0 18px 42px rgba(4, 6, 5, 0.26);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .service-nav__panel a {
    display: block;
    padding: 0.78rem 0.9rem;
    border-radius: 0.92rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    color: rgba(244, 241, 234, 0.74);
  }

  .service-nav__panel a.is-current,
  .service-nav__panel a:hover,
  .service-nav__panel a:focus-visible {
    background: rgba(255, 255, 255, 0.055);
    color: var(--color-text-light);
  }

  .desktop-nav .button--nav {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    min-height: 2rem;
    padding: 0.5rem 0.94rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #79816a 0%, #66705b 100%);
    color: var(--color-text-light);
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.42),
      0 12px 28px rgba(5, 8, 6, 0.16);
  }

  .desktop-nav .button--nav:hover,
  .desktop-nav .button--nav:focus-visible {
    transform: translateY(-50%);
    filter: brightness(1.03);
  }

  .menu-toggle,
  .mobile-menu {
    display: none;
  }
}

.services-nav__item {
  text-decoration: none;
}

.services-nav__item:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 6px;
}

.services-panel__actions .button {
  min-width: 11.5rem;
}

.service-page-main .service-overline {
  background: rgba(255, 255, 255, 0.028);
}

.service-page-main .service-cta-v2 .button {
  width: fit-content;
}

.service-page-main .service-clarity-list article,
.service-page-main .service-deliverables article,
.service-page-main .service-process-v2 article,
.service-page-main .service-outcome,
.service-page-main .service-cta-v2 {
  backdrop-filter: blur(14px);
}

@media (max-width: 991px) {
  .services-panel__actions .button {
    min-width: 0;
  }
}

/* Service pages refresh */
.service-page {
  --service-accent: #79816a;
  background:
    radial-gradient(120% 84% at 18% 8%, rgba(255, 255, 255, 0.9) 0%, rgba(248, 244, 237, 0.98) 30%, rgba(240, 234, 225, 0.98) 60%, rgba(234, 227, 217, 0.98) 100%);
  color: #141618;
}

.service-page::before {
  background:
    radial-gradient(90% 60% at 10% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%),
    radial-gradient(70% 50% at 100% 12%, rgba(121, 129, 106, 0.16) 0%, rgba(121, 129, 106, 0) 62%);
}

.service-page .site-logo,
.service-page .desktop-nav a:not(.button),
.service-page .service-nav__summary {
  color: rgba(20, 22, 24, 0.74);
}

.service-page .site-header {
  border-color: rgba(20, 22, 24, 0.08);
  background:
    linear-gradient(180deg, rgba(248, 249, 245, 0.88), rgba(239, 242, 234, 0.84)),
    rgba(255, 255, 255, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 16px 40px rgba(24, 24, 22, 0.08);
}

.service-page .desktop-nav {
  overflow: visible;
}

.service-page .desktop-nav a:not(.button):hover,
.service-page .desktop-nav a:not(.button):focus-visible,
.service-page .desktop-nav a[aria-current="page"]:not(.button),
.service-page .service-nav__summary:hover,
.service-page .service-nav__summary:focus-visible,
.service-page .service-nav[open] .service-nav__summary,
.service-page .site-header--subpage .service-nav__summary {
  color: #141618;
  border-color: rgba(121, 129, 106, 0.18);
  background: rgba(121, 129, 106, 0.08);
}

.service-page .service-nav {
  z-index: 10;
}

.service-page .service-nav__summary::after {
  color: rgba(20, 22, 24, 0.5);
}

.service-page .service-nav__panel {
  position: absolute;
  z-index: 30;
  border-color: rgba(20, 22, 24, 0.08);
  background:
    linear-gradient(180deg, rgba(248, 249, 245, 0.98), rgba(236, 240, 231, 0.98)),
    rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 44px rgba(20, 20, 18, 0.12);
}

.service-page .service-nav__panel a {
  color: rgba(20, 22, 24, 0.7);
}

.service-page .service-nav__panel a.is-current,
.service-page .service-nav__panel a:hover,
.service-page .service-nav__panel a:focus-visible {
  background: rgba(121, 129, 106, 0.08);
  color: #141618;
}

.service-page .service-nav__panel,
.service-page .site-footer {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.service-page .site-footer {
  border-top: 1px solid rgba(20, 22, 24, 0.08);
  background: rgba(239, 242, 234, 0.72);
  color: rgba(20, 22, 24, 0.74);
}

.service-page .site-footer a {
  color: #141618;
}

.service-page-main {
  position: relative;
  padding-bottom: 5rem;
}

.service-hero {
  padding: calc(var(--nav-height) + 5rem) 0 5.5rem;
}

.service-hero__grid,
.service-section__grid,
.service-section__split,
.service-focus {
  display: grid;
  gap: clamp(2rem, 4vw, 4.8rem);
}

.service-hero__grid {
  align-items: end;
}

.service-hero__copy,
.service-section__intro,
.service-cta,
.service-switcher,
.service-focus__copy,
.service-process {
  display: grid;
}

.service-hero__copy {
  gap: 1.3rem;
  max-width: 46rem;
}

.service-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(102, 112, 91, 0.78);
}

.service-hero__title,
.service-section__title {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #111315;
}

.service-section__title {
  font-size: clamp(2.1rem, 4.8vw, 4rem);
  max-width: 14ch;
}

.service-hero__lead,
.service-lines p,
.service-definition-list p,
.service-focus__copy p,
.service-steps p,
.service-cta p {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(1.04rem, 1.35vw, 1.22rem);
  line-height: 1.72;
  color: rgba(20, 22, 24, 0.74);
}

.service-text-link {
  width: fit-content;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #59624c;
}

.service-text-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.4rem;
  background: rgba(121, 129, 106, 0.36);
}

.service-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
  padding-top: 0.8rem;
}

.service-hero__signals span {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(102, 112, 91, 0.7);
}

.service-showcase {
  position: relative;
  min-height: clamp(20rem, 38vw, 31rem);
  border-left: 1px solid rgba(20, 22, 24, 0.12);
  padding: clamp(1rem, 2vw, 1.75rem) 0 clamp(1rem, 2vw, 1.75rem) clamp(1.5rem, 3vw, 3rem);
}

.service-showcase::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(121, 129, 106, 0) 0%, rgba(121, 129, 106, 0.22) 18%, rgba(121, 129, 106, 0.22) 82%, rgba(121, 129, 106, 0) 100%);
}

.service-showcase__label {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(102, 112, 91, 0.68);
}

.service-showcase__frame,
.service-metric,
.service-stream,
.service-brand,
.service-campaign {
  position: relative;
  display: grid;
  align-content: start;
  gap: 1.2rem;
  min-height: 100%;
}

.service-showcase__screen {
  width: min(100%, 24rem);
  height: clamp(11rem, 24vw, 16rem);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(121, 129, 106, 0.14), rgba(121, 129, 106, 0.04)),
    rgba(255, 255, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 26px 44px rgba(86, 95, 76, 0.1);
}

.service-showcase__lines {
  display: grid;
  gap: 0.85rem;
  width: min(100%, 21rem);
}

.service-showcase__lines span,
.service-stream__item,
.service-campaign__step {
  display: block;
  height: 1px;
  background: rgba(121, 129, 106, 0.22);
}

.service-showcase__lines span:nth-child(1) { width: 88%; }
.service-showcase__lines span:nth-child(2) { width: 72%; }
.service-showcase__lines span:nth-child(3) { width: 80%; }
.service-showcase__lines span:nth-child(4) { width: 54%; }

.service-metric__bars {
  display: flex;
  align-items: end;
  gap: 1rem;
  min-height: 14rem;
}

.service-metric__bar {
  width: clamp(3rem, 8vw, 5rem);
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, rgba(121, 129, 106, 0.4), rgba(121, 129, 106, 0.14));
}

.service-metric__bar:nth-child(1) { height: 36%; }
.service-metric__bar:nth-child(2) { height: 64%; }
.service-metric__bar:nth-child(3) { height: 88%; }

.service-metric__value,
.service-brand__name {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: #111315;
}

.service-stream {
  gap: 1.5rem;
}

.service-stream__item:nth-child(2) { width: 54%; margin-top: 2.2rem; }
.service-stream__item:nth-child(3) { width: 88%; }
.service-stream__item:nth-child(4) { width: 70%; }
.service-stream__item:nth-child(5) { width: 92%; }

.service-brand__words {
  display: grid;
  gap: 0.95rem;
}

.service-brand__words i {
  font-style: normal;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: rgba(102, 112, 91, 0.76);
}

.service-campaign {
  gap: 1.5rem;
}

.service-campaign__step:nth-child(2) { width: 40%; margin-top: 1rem; }
.service-campaign__step:nth-child(3) { width: 68%; }
.service-campaign__step:nth-child(4) { width: 94%; }

.service-campaign__pulse {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(121, 129, 106, 0.28) 0%, rgba(121, 129, 106, 0.12) 36%, rgba(121, 129, 106, 0) 70%);
}

.service-section {
  padding: 5.5rem 0;
}

.service-section--switcher {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.service-section--cta {
  padding-top: 4rem;
}

.service-section__split,
.service-section__grid {
  align-items: start;
}

.service-section__intro {
  gap: 1rem;
  max-width: 44rem;
}

.service-lines,
.service-definition-list,
.service-steps {
  display: grid;
}

.service-lines article,
.service-definition-list article,
.service-steps article,
.service-switcher__nav {
  border-top: 1px solid rgba(121, 129, 106, 0.2);
}

.service-lines article {
  padding: 1.35rem 0 1.6rem;
}

.service-lines h3,
.service-definition-list h3 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  letter-spacing: -0.035em;
  color: #111315;
}

.service-definition-list article {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
  padding: 1.6rem 0 1.8rem;
}

.service-definition-list span,
.service-steps strong {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(102, 112, 91, 0.74);
}

.service-focus {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  align-items: start;
  padding-top: 1rem;
}

.service-focus__copy {
  gap: 1.2rem;
}

.service-process {
  gap: 2rem;
}

.service-steps article {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.3rem 0 1.45rem;
}

.service-switcher {
  gap: 1.2rem;
}

.service-switcher__nav {
  display: grid;
}

.service-switcher__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: rgba(20, 22, 24, 0.72);
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.service-switcher__link::after {
  content: ">";
  font-size: 0.95rem;
  color: rgba(102, 112, 91, 0.62);
}

.service-switcher__link:hover,
.service-switcher__link:focus-visible,
.service-switcher__link.is-current {
  color: #111315;
  transform: translateX(0.18rem);
}

.service-cta {
  gap: 1rem;
  max-width: 54rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(121, 129, 106, 0.2);
}

.service-page [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
}

.service-page .is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.service-page--webdesign,
.service-page--performance,
.service-page--social,
.service-page--branding,
.service-page--kampagnen {
  --service-accent: #79816a;
}

.service-page .button--primary,
.service-page .button--nav {
  background: linear-gradient(135deg, rgba(121, 129, 106, 0.98), rgba(102, 112, 91, 0.96));
  color: var(--color-text-light);
  box-shadow: 0 10px 28px rgba(86, 95, 76, 0.22);
}

.service-page .button--primary:hover,
.service-page .button--primary:focus-visible,
.service-page .button--nav:hover,
.service-page .button--nav:focus-visible {
  box-shadow: 0 18px 44px rgba(86, 95, 76, 0.34);
}

@media (min-width: 992px) {
  .service-hero__grid,
  .service-section__split,
  .service-section__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}

@media (max-width: 991px) {
  .service-hero {
    padding-top: calc(var(--nav-height) + 3.2rem);
  }

  .service-showcase {
    min-height: auto;
    padding-left: 1.2rem;
  }

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

@media (max-width: 767px) {
  .service-hero {
    padding-top: calc(var(--nav-height) + 2.4rem);
    padding-bottom: 3.4rem;
  }

  .service-section {
    padding: 3.6rem 0;
  }

  .service-hero__title,
  .service-section__title {
    max-width: none;
  }

  .service-definition-list article,
  .service-steps article {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .service-switcher__link {
    padding: 0.9rem 0;
  }
}

/* Minimal redesign overrides */
html {
  background-color: #101111;
}

body {
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, #101111 0%, #121313 26%, #141514 100%);
}

body::before {
  opacity: 0.68;
  background:
    radial-gradient(100% 60% at 16% 10%, rgba(255, 255, 255, 0.015) 0%, rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012) 0%, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.08) 100%);
}

.container {
  width: min(100% - 2.75rem, 1120px);
}

.section--light {
  background:
    linear-gradient(180deg, rgba(246, 242, 234, 0.995) 0%, rgba(244, 239, 231, 0.992) 100%),
    var(--color-bg-light);
}

.eyebrow,
.service-kicker,
.case-card__eyebrow,
.testimonial-card__label,
.about__statement-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
}

h1,
h2,
h3,
.site-logo,
.desktop-nav a,
.button,
.service-nav__summary,
.services-nav__label,
.service-switcher__link,
.process-card__number,
.about__statement-text {
  font-family: var(--font-serif);
}

h1,
h2,
h3 {
  font-weight: 700;
  letter-spacing: -0.055em;
}

p,
li,
label,
input,
select,
textarea {
  letter-spacing: -0.01em;
}

.site-header {
  padding: 1rem 1.35rem 0;
}

.site-header--home {
  padding-top: 1.2rem;
}

.site-logo {
  font-size: 0.98rem;
  letter-spacing: -0.03em;
}

.desktop-nav,
.site-header.is-scrolled .desktop-nav,
.site-header--subpage .desktop-nav {
  padding: 0.45rem;
  border: 1px solid rgba(247, 243, 236, 0.08);
  border-radius: 999px;
  background: rgba(16, 17, 17, 0.64);
  backdrop-filter: blur(18px);
  box-shadow: none;
}

.desktop-nav a:not(.button),
.service-nav__summary {
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-toggle {
  border: 1px solid rgba(247, 243, 236, 0.1);
  border-radius: 999px;
  background: rgba(16, 17, 17, 0.66);
  backdrop-filter: blur(18px);
}

.mobile-menu__panel {
  border-left: 1px solid rgba(247, 243, 236, 0.08);
  background: rgba(16, 17, 17, 0.96);
}

.button {
  min-height: 3rem;
  padding: 0.82rem 1.2rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
}

.button--primary,
.service-page .button--primary,
.service-page .button--nav {
  background: #f7f3ec;
  color: #111315;
  box-shadow: none;
}

.button--primary:hover,
.button--primary:focus-visible,
.service-page .button--primary:hover,
.service-page .button--primary:focus-visible,
.service-page .button--nav:hover,
.service-page .button--nav:focus-visible {
  background: #ffffff;
  box-shadow: none;
}

.button--secondary {
  border-color: rgba(247, 243, 236, 0.12);
  background: transparent;
}

.section--light .button--secondary {
  border-color: rgba(17, 19, 21, 0.12);
  background: transparent;
}

.hero__overlay {
  background:
    linear-gradient(90deg, rgba(4, 5, 6, 0.92) 0%, rgba(4, 5, 6, 0.82) 22%, rgba(4, 5, 6, 0.44) 46%, rgba(4, 5, 6, 0.22) 62%, rgba(4, 5, 6, 0.5) 100%),
    linear-gradient(180deg, rgba(7, 8, 9, 0.42) 0%, rgba(7, 8, 9, 0.26) 30%, rgba(7, 8, 9, 0.3) 58%, rgba(7, 8, 9, 0.76) 100%);
}

.hero__video {
  filter: grayscale(0.18) saturate(0.75) contrast(0.9);
}

.hero__inner {
  padding-top: calc(var(--nav-height) + clamp(4rem, 12vh, 7rem));
  padding-bottom: clamp(3.2rem, 7vh, 4.8rem);
}

.hero__content {
  width: min(100%, 32rem);
}

.hero__title {
  max-width: 6.9ch;
  font-size: clamp(3.4rem, 7vw, 6.9rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  font-weight: 400;
  text-wrap: balance;
}

.hero__subline {
  max-width: 26rem;
  margin-top: clamp(1.45rem, 4vh, 2.2rem);
  color: rgba(247, 243, 236, 0.78);
  font-size: clamp(0.92rem, 0.96vw, 0.98rem);
  line-height: 1.82;
  text-wrap: pretty;
}

.site-header--home .site-logo,
.site-header--home .desktop-nav a:not(.button),
.site-header--home .desktop-nav .button--nav {
  color: rgba(247, 243, 236, 0.78);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.38);
}

.site-header--home .desktop-nav,
.site-header--home.is-scrolled .desktop-nav {
  border: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.site-header--home .desktop-nav a:not(.button),
.site-header--home .service-nav__summary {
  padding-inline: 0.5rem;
  border: 0;
  background: transparent;
  color: rgba(247, 243, 236, 0.68);
}

.site-header--home .desktop-nav a:not(.button):hover,
.site-header--home .desktop-nav a:not(.button):focus-visible,
.site-header--home .desktop-nav a:not(.button).is-active {
  color: rgba(247, 243, 236, 0.98);
  background: transparent;
  border-color: transparent;
}

.site-header--home .desktop-nav .button--nav {
  background: transparent;
  color: rgba(247, 243, 236, 0.94);
  box-shadow: none;
  border: 0;
  padding-inline: 0.2rem;
}

.site-header--home .desktop-nav .button--nav:hover,
.site-header--home .desktop-nav .button--nav:focus-visible {
  background: transparent;
  color: #ffffff;
}

.site-header--home .menu-toggle {
  border-color: rgba(247, 243, 236, 0.08);
  background: rgba(8, 10, 10, 0.2);
}

.hero__subline,
.section-transition__text,
.services-panel__detail,
.industries__lead,
.industries__insight,
.service-hero__lead,
.service-lines p,
.service-definition-list p,
.service-focus__copy p,
.service-steps p,
.service-cta p,
.about__lede {
  max-width: 30rem;
  font-size: clamp(0.96rem, 1vw, 1rem);
  line-height: 1.75;
}

.section-transition {
  padding: clamp(8rem, 14vw, 12rem) 0;
  background:
    linear-gradient(180deg, rgba(16, 17, 17, 1) 0%, rgba(52, 52, 49, 0.84) 48%, rgba(246, 242, 234, 0.98) 100%);
}

.section-transition__inner {
  min-height: clamp(18rem, 28vw, 24rem);
}

.section-transition__glow,
.brand-orb,
.brand-orb--service,
.brand-orb--about,
.industries__visual {
  opacity: 0.5;
  filter: saturate(0.7);
}

.philosophy__shape-frame,
.services-panel__image-shell,
.services-accordion__item,
.process-card,
.case-card,
.testimonial-card,
.contact__form-shell,
.trust-points__item,
.service-lines article,
.service-definition-list article,
.service-steps article,
.service-cta,
.service-switcher__nav,
.service-showcase__screen,
.about__band,
.about__media-shell {
  box-shadow: none;
}

.services-desktop__layout {
  gap: clamp(3rem, 6vw, 6rem);
}

.services-panel {
  gap: 2rem;
}

.services-panel__image-shell,
.services-accordion__item,
.process-card,
.case-card,
.testimonial-card,
.contact__form-shell,
.trust-points__item,
.about__band {
  border-color: rgba(247, 243, 236, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.section--light .case-card,
.section--light .testimonial-card,
.section--light .contact__form-shell,
.section--light .trust-points__item,
.section--light .process-card {
  border-color: rgba(17, 19, 21, 0.08);
  background: rgba(255, 255, 255, 0.54);
}

.services-panel__lead {
  max-width: 15ch;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.18;
}

.services-panel__list,
.services-accordion__list {
  gap: 0.8rem;
  padding-left: 0;
  list-style: none;
}

.services-panel__list li,
.services-accordion__list li,
.trust-points__item {
  position: relative;
  padding-left: 1.45rem;
}

.services-panel__list li::before,
.services-accordion__list li::before,
.trust-points__item::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: var(--color-accent-olive);
  font-size: 0.8rem;
}

.services-nav {
  gap: 0.6rem;
  border-top: 0;
}

.services-nav__item {
  min-height: 5.8rem;
  padding: 1.2rem 0;
}

.services-nav__label {
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  line-height: 1.04;
}

.industries__layout,
.references__layout,
.contact__grid,
.service-hero__grid,
.service-section__grid,
.service-section__split,
.service-focus {
  gap: clamp(3rem, 7vw, 7rem);
}

.process__grid {
  gap: 1.2rem;
}

.process-card {
  gap: 1.3rem;
  padding: 2rem 1.5rem;
}

.process-card__number {
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.references__logos {
  padding: 1.1rem 0 2.2rem;
  margin-bottom: 3rem;
}

.case-card__body {
  gap: 0.75rem;
  padding: 1.2rem;
}

.case-card__tags span {
  background: rgba(17, 19, 21, 0.05);
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.testimonial-card {
  align-content: start;
  gap: 0.8rem;
  padding: 1.35rem;
}

.about {
  background:
    linear-gradient(180deg, #0d0e0e 0%, #111212 100%);
}

.about__band {
  padding: clamp(2.4rem, 5vw, 4rem);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.03);
}

.about__title {
  max-width: 8ch;
  line-height: 0.92;
}

.about__statement-text {
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.96;
}

.contact__copy {
  gap: 1.5rem;
}

.trust-points {
  gap: 0.9rem;
}

.trust-points__item {
  padding: 0.95rem 1rem 0.95rem 2.2rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.contact__form-shell {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.6);
}

.form-field label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  min-height: 3.3rem;
  padding: 0.9rem 0;
  border: 0;
  border-bottom: 1px solid rgba(17, 19, 21, 0.14);
  border-radius: 0;
  background: transparent;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(124, 127, 113, 0.72);
  box-shadow: none;
  background: transparent;
}

.site-footer {
  padding: 2.8rem 0;
}

.site-footer__inner {
  gap: 0.8rem 1.4rem;
  font-size: 0.9rem;
}

.service-page .site-header {
  background: transparent;
}

.service-page-main {
  padding-bottom: 7rem;
}

.service-hero {
  padding: calc(var(--nav-height) + 6rem) 0 6rem;
}

.service-hero__copy,
.service-section__intro,
.service-focus__copy,
.service-process,
.service-switcher,
.service-cta {
  gap: 1.4rem;
}

.service-hero__title,
.service-section__title {
  max-width: 10ch;
  line-height: 0.92;
}

.service-hero__signals {
  gap: 0.75rem;
}

.service-hero__signals span {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(17, 19, 21, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.08em;
}

.service-showcase {
  padding-left: clamp(2rem, 4vw, 4rem);
}

.service-showcase__screen,
.service-cta,
.service-switcher__nav {
  border: 1px solid rgba(17, 19, 21, 0.08);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.5);
}

.service-lines article,
.service-definition-list article,
.service-steps article,
.service-switcher__nav {
  border-top-color: rgba(17, 19, 21, 0.08);
}

.service-lines article,
.service-definition-list article,
.service-steps article {
  padding: 1.6rem 0;
}

.service-switcher__link::after {
  content: "↗";
}

.service-cta {
  max-width: 46rem;
  padding: 2rem;
}

@media (max-width: 1199px) {
  .container {
    width: min(100% - 2.2rem, 1120px);
  }

  .services-nav__label {
    font-size: clamp(1.2rem, 1.7vw, 1.8rem);
  }
}

@media (max-width: 991px) {
  .site-header {
    padding-inline: 1rem;
  }

  .hero__title,
  .service-hero__title,
  .service-section__title,
  .about__statement-text {
    max-width: none;
  }

  .services-panel__lead,
  .about__statement-text {
    max-width: none;
  }

  .about__band,
  .contact__form-shell,
  .service-cta {
    padding: 1.6rem;
  }

  .hero__image {
    background-position: 68% center;
  }
}

@media (max-width: 767px) {
  html {
    scroll-behavior: auto !important;
  }

  body::before {
    display: none;
  }

  .container {
    width: min(100% - 1.5rem, 1120px);
  }

  .section {
    padding: var(--section-padding-mobile) 0;
  }

  .hero {
    min-height: auto;
    height: auto;
    overflow: visible;
  }

  .hero__inner {
    min-height: 100svh;
    min-height: 100dvh;
    padding-top: calc(var(--nav-height) + 3.4rem);
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
  }

  .hero__title {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .hero__image {
    background-position: 78% center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: none;
  }

  .section-transition {
    padding: 6rem 0;
    overflow: visible;
  }

  .section-transition::after,
  .section-transition__glow,
  .industries__beam,
  .brand-orb,
  .brand-orb--service,
  .brand-orb--about {
    display: none;
  }

  .site-header,
  .mobile-menu,
  .services-accordion__item,
  .process-card,
  .case-card,
  .testimonial-card,
  .about__band,
  .contact__form-shell,
  .trust-points__item {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .section-transition__text {
    max-width: 24rem;
    font-size: clamp(1.02rem, 4.4vw, 1.14rem);
    line-height: 1.7;
  }

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

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

  .about {
    padding-bottom: 4.5rem;
  }

  .contact {
    padding-top: 4.5rem;
  }

  .trust-points__item {
    padding-left: 2rem;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    min-height: 3rem;
  }
}

@media (min-width: 992px) {
  .site-header--home {
    inset: 1.2rem 0 auto;
    transform: none;
    width: min(calc(100% - 3rem), 1320px);
    margin: 0 auto;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(1rem, 2vw, 2rem);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header--home.is-collapsed {
    transform: translateY(-0.45rem);
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header--home .site-header__brand,
  .site-header--home .desktop-nav {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .site-header--home.is-collapsed .site-header__brand,
  .site-header--home.is-collapsed .desktop-nav {
    opacity: 0;
    transform: translateY(-0.5rem);
    pointer-events: none;
  }

  .site-header--home .site-logo {
    min-height: auto;
    padding: 0;
    font-size: 0.8rem;
    letter-spacing: 0.13em;
  }

  .site-header--home .desktop-nav-shell {
    display: block;
  }

  .site-header--home .desktop-nav {
    justify-content: flex-end;
    min-height: auto;
    gap: clamp(0.2rem, 0.6vw, 0.7rem);
    padding: 0;
  }

  .site-header--home .desktop-nav a:not(.button) {
    min-height: auto;
    padding: 0.12rem 0.25rem;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }

  .site-header--home .desktop-nav .button--nav {
    position: static;
    transform: none;
    min-height: auto;
    padding: 0.12rem 0.25rem;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .site-header--home .desktop-nav .button--nav:hover,
  .site-header--home .desktop-nav .button--nav:focus-visible {
    transform: none;
    filter: none;
  }

  .site-header--home.is-scrolled {
    inset: 0 0 auto;
    width: 100%;
    padding: 0.85rem 1.5rem;
    background: linear-gradient(180deg, rgba(8, 10, 10, 0.72), rgba(8, 10, 10, 0.18));
  }

  .site-header--home.is-scrolled .desktop-nav a:not(.button),
  .site-header--home.is-scrolled .desktop-nav .button--nav,
  .site-header--home.is-scrolled .site-logo {
    color: rgba(247, 243, 236, 0.92);
  }
}

/* ============================================================
   Page Loader
   ============================================================ */

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--color-bg-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.page-loader.is-hiding {
  opacity: 0;
  transform: translateY(-1.5rem);
  pointer-events: none;
}

.page-loader.is-gone {
  display: none;
}

.page-loader__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.page-loader__wordmark {
  font-family: var(--font-serif);
  font-size: clamp(3.2rem, 9vw, 5.5rem);
  font-weight: 300;
  letter-spacing: 0.22em;
  color: var(--color-text-light);
  opacity: 0;
  transform: translateY(10px);
  animation: loaderWordmark 0.65s 0.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.page-loader__line {
  width: 2.5rem;
  height: 1px;
  background: rgba(247, 243, 236, 0.15);
  position: relative;
  overflow: hidden;
}

.page-loader__line span {
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(247, 243, 236, 0.55);
  transform: scaleX(0);
  transform-origin: left center;
  animation: loaderLine 0.7s 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

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

@keyframes loaderLine {
  to {
    transform: scaleX(1);
  }
}

/* ============================================================
   Custom Cursor
   ============================================================ */

@media (pointer: fine) {
  body.has-custom-cursor,
  body.has-custom-cursor * {
    cursor: none !important;
  }

  .cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f7f3ec;
    mix-blend-mode: difference;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    will-change: transform;
    transition: width 0.28s cubic-bezier(0.22, 1, 0.36, 1),
                height 0.28s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.35s ease;
  }

  .cursor-dot.is-visible {
    opacity: 1;
  }

  .cursor-dot.is-hover {
    width: 22px;
    height: 22px;
  }

  .cursor-dot.is-down {
    width: 7px;
    height: 7px;
    opacity: 0.75;
  }
}

/* ============================================================
   Stats Grid (Referenzen)
   ============================================================ */

.stats-grid {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: clamp(3rem, 6vw, 5rem) 0 clamp(2.5rem, 5vw, 4rem);
  border: 1px solid rgba(28, 33, 29, 0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.44);
}

.stat-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: clamp(2rem, 4.5vw, 3.5rem) clamp(1.5rem, 4vw, 3rem);
}

.stat-block__value {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.1em;
  line-height: 1;
  color: var(--color-text-dark);
}

.stat-block__num {
  font-family: var(--font-serif);
  font-size: clamp(4.5rem, 9vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  color: var(--color-text-dark);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.stat-block__prefix,
.stat-block__suffix {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 300;
  color: rgba(28, 33, 29, 0.55);
  letter-spacing: 0;
  line-height: 1;
  align-self: flex-end;
  padding-bottom: 0.12em;
}

.stat-block__prefix {
  margin-right: 0.05em;
}

.stat-block__label {
  margin: 0.5rem 0 0;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--color-text-dark);
}

.stat-block__sub {
  margin: 0;
  font-size: clamp(0.82rem, 1.1vw, 0.9rem);
  line-height: 1.6;
  color: var(--color-text-muted);
  max-width: 22rem;
}

.stat-block__divider {
  width: 1px;
  background: rgba(28, 33, 29, 0.1);
  align-self: stretch;
  flex-shrink: 0;
}

.references__proof {
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(28, 33, 29, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.28);
}

.references__proof-text {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-style: italic;
  line-height: 1.65;
  color: rgba(28, 33, 29, 0.72);
  max-width: 52rem;
}

/* Stats grid responsive */
@media (max-width: 767px) {
  .stats-grid {
    flex-direction: column;
    margin: clamp(2rem, 5vw, 3rem) 0 clamp(1.5rem, 4vw, 2.5rem);
  }

  .stat-block {
    padding: 1.75rem 1.4rem;
  }

  .stat-block__divider {
    width: auto;
    height: 1px;
    align-self: auto;
  }

  .stat-block__num {
    font-size: clamp(3.8rem, 15vw, 5.5rem);
  }

  .stat-block__prefix,
  .stat-block__suffix {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .references__proof {
    padding: 1.25rem 1.1rem;
  }

  .references__proof-text {
    font-size: clamp(0.96rem, 3.8vw, 1.08rem);
  }
}

/* Stat animation initial state (handled by JS, CSS fallback) */
.stat-block[data-stat-block] .stat-block__num {
  display: inline-block;
}

/* ============================================================
   MOBILE OPTIMIERUNGEN — umfassend
   ============================================================ */

/* Prevent horizontal scroll on all devices */
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}

/* ─────────────────────────────────────────
   Dekorative Orbs: auf Tablet + Mobil ausblenden
   (haben negative insets → könnten überlaufen)
   ───────────────────────────────────────── */
@media (max-width: 991px) {
  .brand-orb--service,
  .brand-orb--about {
    display: none;
  }
}

/* ─────────────────────────────────────────
   Statistik-Grid: Tablet-Skalierung
   ───────────────────────────────────────── */
@media (min-width: 600px) and (max-width: 991px) {
  .stat-block__num {
    font-size: clamp(3.5rem, 7vw, 6rem);
  }

  .stat-block__prefix,
  .stat-block__suffix {
    font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  }

  .stat-block {
    padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.2rem, 3vw, 2.5rem);
  }
}

/* ─────────────────────────────────────────
   Philosophie: Tablet-Bildrahmen-Höhe
   ───────────────────────────────────────── */
@media (min-width: 768px) and (max-width: 991px) {
  .philosophy__shape-frame {
    min-height: 26rem;
  }
}

/* ─────────────────────────────────────────
   Hero: stärkeres Overlay auf Mobil für
   bessere Lesbarkeit
   ───────────────────────────────────────── */
@media (max-width: 767px) {
  .hero__media {
    inset: -2px;
    background: transparent;
  }

  .hero__overlay {
    background:
      linear-gradient(180deg,
        rgba(4, 5, 6, 0.76) 0%,
        rgba(4, 5, 6, 0.36) 28%,
        rgba(4, 5, 6, 0.18) 54%,
        rgba(4, 5, 6, 0.72) 100%);
  }
}

/* ─────────────────────────────────────────
   Services Accordion: mobile Verbesserungen
   ───────────────────────────────────────── */
@media (max-width: 767px) {
  .services-accordion__trigger {
    min-height: 4.2rem;
    padding: 0.9rem 1rem;
    font-size: 1.05rem;
  }

  .services-accordion__panel {
    padding: 0 1rem 1.1rem;
    gap: 0.9rem;
  }

  .services-accordion__image {
    aspect-ratio: 16 / 9;
    border-radius: var(--radius-md);
  }

  .services-accordion__detail {
    font-size: 0.93rem;
  }

  .services-accordion__list {
    gap: 0.5rem;
  }

  .services-accordion__actions {
    gap: 0.7rem;
  }
}

/* ─────────────────────────────────────────
   Prozess-Karten: kleinere Mindesthöhe auf Mobil
   ───────────────────────────────────────── */
@media (max-width: 480px) {
  .process-card {
    min-height: 15rem;
    padding: 1.1rem 1rem 1.25rem;
  }
}

/* ─────────────────────────────────────────
   Industries: dekorativen Beam auf Mobil ausblenden
   ───────────────────────────────────────── */
@media (max-width: 767px) {
  .industries__beam {
    display: none;
  }

  .industries__visual {
    min-height: clamp(16rem, 56vw, 22rem);
  }
}

/* ─────────────────────────────────────────
   Kontakt: mobile Abstände verbessern
   ───────────────────────────────────────── */
@media (max-width: 767px) {
  .contact__grid {
    gap: 2rem;
  }

  .contact__details {
    gap: 1.1rem;
  }

  .contact__form-shell {
    padding: 1rem;
  }

  .about__band {
    gap: 1rem;
    padding: 1.25rem;
  }

  .about__band .about__media-shell {
    order: 1;
    margin-left: 0;
  }

  .about__copy {
    order: 2;
    gap: 0.8rem;
  }

  .about__line {
    margin: 0.15rem 0 0.35rem;
  }

  .about__feature {
    gap: 1rem;
  }

  .about__statement {
    margin-top: 0;
    gap: 0.75rem;
  }
}

/* ─────────────────────────────────────────
   About: engere Abstände auf sehr kleinen Screens
   ───────────────────────────────────────── */
@media (max-width: 480px) {
  .about__band {
    padding: 1rem;
  }

  .about__grid {
    gap: 1rem;
  }
}

/* ─────────────────────────────────────────
   Footer: einspaltiges Layout auf kleinen Geräten
   ───────────────────────────────────────── */
@media (max-width: 480px) {
  .site-footer__inner {
    flex-direction: column;
    gap: 0.55rem;
    align-items: flex-start;
  }
}

/* ─────────────────────────────────────────
   Sections: konsistente Abstände
   ───────────────────────────────────────── */
@media (max-width: 480px) {
  .section-copy p {
    font-size: clamp(0.9rem, 3.8vw, 1rem);
  }

  .eyebrow {
    font-size: 0.7rem;
  }
}

/* ─────────────────────────────────────────
   Page Loader: Skalierung für kleine Screens
   ───────────────────────────────────────── */
@media (max-width: 480px) {
  .page-loader__wordmark {
    font-size: clamp(2.6rem, 13vw, 4rem);
    letter-spacing: 0.18em;
  }
}

/* ─────────────────────────────────────────
   Navigation: Touch-Targets auf Tablet/Mobil
   ───────────────────────────────────────── */
@media (max-width: 991px) {
  .menu-toggle {
    min-height: 2.75rem;
    min-width: 2.75rem;
    padding: 0.65rem 0.9rem;
  }
}

/* ─────────────────────────────────────────
   Service-Seiten: Tablet-Optimierungen
   ───────────────────────────────────────── */
@media (min-width: 768px) and (max-width: 991px) {
  .service-hero {
    padding-top: calc(var(--nav-height) + 3.5rem);
    padding-bottom: 4.5rem;
  }

  .service-section {
    padding: 4.5rem 0;
  }

  .service-keypoints,
  .service-approach {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

/* ─────────────────────────────────────────
   Service-Seiten: kleine Mobil-Fixes
   ───────────────────────────────────────── */
@media (max-width: 480px) {
  .service-page h1,
  .service-hero__title {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }

  .service-page h2 {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }

  .service-hero {
    padding-top: calc(var(--nav-height) + 1.8rem);
    padding-bottom: 3.5rem;
  }
}

/* ─────────────────────────────────────────
   Section-Transition: Tablet-Höhe
   ───────────────────────────────────────── */
@media (min-width: 768px) and (max-width: 991px) {
  .section-transition__inner {
    min-height: clamp(20rem, 38vw, 28rem);
  }

  .section-transition__title {
    font-size: clamp(1.9rem, 4.5vw, 2.8rem);
  }
}

/* ─────────────────────────────────────────
   Prozess-Grid: Tablet explizit 2-spaltig
   (zur Sicherheit — ist bereits oben gesetzt)
   ───────────────────────────────────────── */
@media (min-width: 768px) and (max-width: 991px) {
  .process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-card {
    min-height: 17rem;
  }
}

/* ─────────────────────────────────────────
   Überschriften: kein Overflow auf sehr kleinen
   Screens (< 360px)
   ───────────────────────────────────────── */
@media (max-width: 359px) {
  h1, h2 {
    word-break: break-word;
    hyphens: auto;
  }

  .hero__title {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .container {
    width: min(100% - 1rem, var(--container-width));
  }
}

/* ─────────────────────────────────────────
   Mobile-Menü: Panel auf sehr kleinen Screens
   ───────────────────────────────────────── */
@media (max-width: 360px) {
  .mobile-menu {
    padding: 0.6rem;
  }

  .mobile-menu__panel {
    padding: 1rem;
  }
}
