@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-latin-300.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-latin-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-latin-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-latin-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-latin-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibm-plex-mono-regular-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibm-plex-mono-medium-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --deep: #1e5b5a;
  --teal: #64a7a6;
  --sand: #e7e1dd;
  --white: #ffffff;
  --coal: #1e1f20;
  --slate: #3a3f44;
  --stone: #757b82;
  --light: #e8eaec;
  --beige: #f4f2ef;
  --mist: #9ecbbe;
  --ochre: #d8a45a;
  --terra: #e07a5f;
  --midnight: #3d5a6e;
  --lavender: #c7c3d6;
  --font-sans: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  /* Typography scale – based on the Webbplatser service page. */
  --type-page-title: clamp(3.3rem, 4.45vw, 4.6rem);
  --type-section-title: clamp(2.5rem, 3.6vw, 3.5rem);
  --type-section-title-compact: clamp(2.4rem, 3.35vw, 3.3rem);
  --type-section-title-large: clamp(2.65rem, 4.2vw, 4.3rem);
  --type-statement: clamp(2.8rem, 4.8vw, 5rem);
  --type-feature-title: clamp(2rem, 3.25vw, 3.35rem);
  --type-card-title-large: clamp(1.65rem, 2.4vw, 2.5rem);
  --type-card-title: clamp(1.35rem, 1.8vw, 1.7rem);
  --type-card-title-small: clamp(1.2rem, 1.5vw, 1.45rem);
  --text-lead: clamp(1.02rem, 1.35vw, 1.2rem);
  --text-body: 1rem;
  --text-label: 0.8125rem;
  --text-action: 0.875rem;
  --text-support: 0.9375rem;
  --page-padding: clamp(1.25rem, 4.2vw, 4.75rem);
  /* Section rhythm – standard, feature, compact and CTA. */
  --section-space: clamp(5.75rem, 10vw, 9.5rem);
  --section-space-feature: clamp(5rem, 9vw, 8rem);
  --section-space-compact: clamp(5.25rem, 8vw, 7.5rem);
  --section-space-cta: clamp(4rem, 7vw, 6.5rem);
  --content-space: clamp(3rem, 6vw, 5.5rem);
  --block-space: clamp(4rem, 8vw, 7rem);
  --hero-space-top: clamp(2rem, 4vw, 4rem);
  --hero-space-bottom: clamp(4.5rem, 8vw, 7rem);
  --radius: clamp(1.4rem, 2.6vw, 2.4rem);
  --line: rgba(30, 31, 32, 0.17);
  --shadow: 0 2rem 5rem rgba(30, 31, 32, 0.1);
  --header-height: 6rem;
  --breadcrumb-on-light: #596260;
  --breadcrumb-on-dark: #d3e3de;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--beige);
  color: var(--coal);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
:focus-visible { outline: 3px solid var(--ochre); outline-offset: 4px; }
::selection { background: var(--mist); color: var(--coal); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  transform: translateY(-180%);
  border-radius: 999px;
  background: var(--coal);
  color: var(--white);
}
.skip-link:focus { transform: translateY(0); }

.section-shell { width: 100%; max-width: 1540px; margin-inline: auto; padding-inline: var(--page-padding); }
.section-shell > * { min-width: 0; }
.section-space { padding-top: var(--section-space); padding-bottom: var(--section-space); }

/* Shared breadcrumb system: only the foreground changes with the background. */
nav.site-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0;
  margin-bottom: clamp(2.25rem, 4vw, 3.75rem);
  color: var(--breadcrumb-on-light);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}
nav.site-breadcrumbs.site-breadcrumbs--on-dark { color: var(--breadcrumb-on-dark); }
nav.site-breadcrumbs :is(a, span) { color: inherit; font: inherit; letter-spacing: inherit; text-transform: inherit; }
nav.site-breadcrumbs a { border-bottom: 1px solid transparent; text-decoration: none; transition: border-color 180ms ease; }
nav.site-breadcrumbs a:hover,
nav.site-breadcrumbs a:focus-visible { border-color: currentColor; color: inherit; text-decoration: none; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 2rem;
  color: var(--deep);
  font-family: var(--font-mono);
  font-size: var(--text-label);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { max-width: 100%; overflow-wrap: break-word; text-wrap: balance; }
h1, h2 { letter-spacing: -0.045em; font-weight: 400; line-height: 1.01; }
h2 { margin-bottom: 1.8rem; font-size: var(--type-section-title); }
h3 { margin-bottom: 1rem; letter-spacing: -0.035em; font-size: var(--type-card-title); line-height: 1.17; }
em { color: var(--deep); font-style: italic; font-weight: 400; }

/* Shared heading weights for every completed page. */
body.home-page :is(h1, h2, h3),
body.services-page :is(h1, h2, h3),
body.website-service-page :is(h1, h2, h3),
body.brand-service-page :is(h1, h2, h3),
body.marketing-service-page :is(h1, h2, h3),
body.flow-service-page :is(h1, h2, h3),
body.systems-service-page :is(h1, h2, h3),
body.support-service-page :is(h1, h2, h3),
body.about-page :is(h1, h2, h3),
body.contact-page :is(h1, h2, h3),
body.resources-page :is(h1, h2, h3),
body.resource-tool-page :is(h1, h2, h3),
body.legal-page :is(h1, h2, h3) {
  font-weight: 430;
}

body.home-page :is(h1, h2, h3) em,
body.services-page :is(h1, h2, h3) em,
body.website-service-page :is(h1, h2, h3) em,
body.brand-service-page :is(h1, h2, h3) em,
body.marketing-service-page :is(h1, h2, h3) em,
body.flow-service-page :is(h1, h2, h3) em,
body.systems-service-page :is(h1, h2, h3) em,
body.support-service-page :is(h1, h2, h3) em,
body.about-page :is(h1, h2, h3) em,
body.contact-page :is(h1, h2, h3) em,
body.resources-page :is(h1, h2, h3) em,
body.resource-tool-page :is(h1, h2, h3) em,
body.legal-page :is(h1, h2, h3) em {
  font-weight: 370;
}
.lede { max-width: 40rem; color: var(--slate); font-size: clamp(1.05rem, 1.45vw, 1.25rem); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition: height 200ms ease, background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.site-header.is-scrolled, .site-header.menu-active, .site-header.mega-active {
  height: 4.7rem;
  border-color: rgba(30, 31, 32, 0.09);
  background: rgba(244, 242, 239, 0.94);
  box-shadow: 0 0.8rem 2.2rem rgba(30, 31, 32, 0.04);
  backdrop-filter: blur(16px);
}
.header-inner {
  display: grid;
  width: 100%;
  max-width: 1540px;
  height: 100%;
  align-items: center;
  margin-inline: auto;
  padding-inline: var(--page-padding);
  grid-template-columns: 12.5rem 1fr auto;
  gap: 2rem;
}
.brand { position: relative; z-index: 102; display: block; width: 12.2rem; transform-origin: left center; transition: width 220ms cubic-bezier(0.22, 1, 0.36, 1), transform 220ms ease; }
.site-header.is-scrolled .brand { width: 9.4rem; transform: translateY(-0.04rem); }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.15rem, 2.2vw, 2.45rem); }
.desktop-nav > a, .nav-trigger { position: relative; padding: 0.65rem 0; background: transparent; color: var(--slate); cursor: pointer; font-size: var(--text-action); font-weight: 600; line-height: 1.2; }
.desktop-nav > a::after, .nav-trigger::after {
  position: absolute;
  right: 100%;
  bottom: 0.28rem;
  left: 0;
  height: 1px;
  background: var(--deep);
  content: "";
  transition: right 180ms ease;
}
.desktop-nav > a:hover::after, .desktop-nav > a:focus-visible::after, .nav-trigger:hover::after, .nav-trigger:focus-visible::after, .nav-trigger[aria-expanded="true"]::after { right: 0; }
.desktop-nav > a.is-current, .nav-trigger.is-current { color: var(--deep); }
.desktop-nav > a.is-current::after, .nav-trigger.is-current::after { right: 0; }
.nav-services { position: static; }
.nav-trigger { display: inline-flex; align-items: center; gap: 0.38rem; }
.nav-trigger > span { display: inline-block; margin-top: -0.16rem; color: var(--deep); font-size: 0.9rem; transition: transform 180ms ease; }
.nav-trigger[aria-expanded="true"] > span { transform: rotate(180deg); }
.mega-menu { position: absolute; z-index: 99; top: 100%; right: 0; left: 0; overflow: hidden; padding: 1rem var(--page-padding) 1.25rem; border-top: 1px solid rgba(30, 31, 32, 0.08); border-bottom: 1px solid rgba(30, 31, 32, 0.1); background: linear-gradient(135deg, rgba(239, 235, 229, 0.98), rgba(222, 232, 227, 0.97)); box-shadow: 0 2.2rem 4rem rgba(30, 31, 32, 0.14); isolation: isolate; backdrop-filter: blur(22px); }
.mega-menu::before { position: absolute; z-index: -1; top: -19rem; right: -9rem; width: 38rem; aspect-ratio: 1; border: 1px solid rgba(30, 91, 90, 0.08); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.09), 0 0 0 10rem rgba(30, 91, 90, 0.018); content: ""; }
.mega-menu:not([hidden]) { display: block; animation: mega-menu-in 220ms cubic-bezier(0.22, 1, 0.36, 1); }
.mega-menu-shell { position: relative; display: grid; width: 100%; max-width: 1420px; margin-inline: auto; padding: 0.85rem; border: 1px solid rgba(30, 91, 90, 0.12); border-radius: 2rem; background: rgba(255, 255, 255, 0.46); box-shadow: 0 1.5rem 3.5rem rgba(30, 31, 32, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7); grid-template-columns: minmax(280px, 0.56fr) minmax(0, 1.64fr); gap: 0.85rem; }
.mega-menu-intro { position: relative; display: flex; min-height: 19rem; justify-content: space-between; overflow: hidden; padding: 1.65rem 1.8rem; border-radius: 1.4rem; background: linear-gradient(145deg, #143f3d, #27625d); box-shadow: 0 1.2rem 2.6rem rgba(20, 63, 61, 0.18); color: var(--white); flex-direction: column; }
.mega-menu-intro::after { position: absolute; right: -7rem; bottom: -9rem; width: 18rem; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 50%; box-shadow: 0 0 0 3.2rem rgba(255, 255, 255, 0.035), 0 0 0 6.4rem rgba(255, 255, 255, 0.02); content: ""; }
.mega-menu-kicker { position: relative; z-index: 1; display: block; margin-bottom: 1rem; color: #b8d5cd; font-family: var(--font-mono); font-size: var(--text-label); font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; }
.mega-menu-intro p { position: relative; z-index: 1; max-width: 330px; margin: 0 auto 1.6rem 0; color: var(--white); font-size: clamp(1.45rem, 1.9vw, 2rem); font-weight: 430; letter-spacing: -0.045em; line-height: 1.1; }
.mega-menu-all { position: relative; z-index: 1; display: inline-flex; width: fit-content; min-height: 2.8rem; align-items: center; gap: 0.6rem; padding: 0.65rem 0.9rem; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; background: rgba(255, 255, 255, 0.1); color: var(--white); font-size: var(--text-action); font-weight: 600; transition: border-color 180ms ease, background 180ms ease; }
.mega-menu-all:hover, .mega-menu-all:focus-visible, .mega-menu-all.is-current { border-color: rgba(255, 255, 255, 0.42); background: rgba(255, 255, 255, 0.17); }
.mega-menu-all span { transition: transform 180ms ease; }
.mega-menu-all:hover span { transform: translateX(0.2rem); }
.mega-menu-grid { display: grid; padding: 0.05rem; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.65rem; }
.mega-menu-grid > a { position: relative; display: grid; min-height: 6rem; align-items: center; padding: 0.9rem 1rem; overflow: hidden; border: 1px solid rgba(30, 91, 90, 0.1); border-radius: 1.3rem; background: rgba(247, 244, 239, 0.76); box-shadow: 0 0.55rem 1.5rem rgba(30, 31, 32, 0.045); grid-template-columns: 2.35rem minmax(0, 1fr) 2.25rem; gap: 0.8rem; transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.mega-menu-grid > a::before { position: absolute; top: 16%; bottom: 16%; left: 0; width: 3px; border-radius: 0 999px 999px 0; background: transparent; content: ""; transition: background 180ms ease; }
.mega-menu-grid > a:hover, .mega-menu-grid > a:focus-visible { border-color: rgba(30, 91, 90, 0.22); background: rgba(255, 255, 255, 0.92); box-shadow: 0 0.9rem 2rem rgba(30, 31, 32, 0.075); transform: translateY(-2px); }
.mega-menu-grid > a.is-current { border-color: rgba(30, 91, 90, 0.27); background: linear-gradient(135deg, #e0ebe6, #f4f1ec); box-shadow: 0 0.85rem 2rem rgba(30, 91, 90, 0.1); }
.mega-menu-grid > a.is-current::before { background: var(--deep); }
.mega-menu-number { display: grid; width: 2.15rem; aspect-ratio: 1; place-items: center; border: 1px solid rgba(30, 91, 90, 0.15); border-radius: 50%; background: rgba(255, 255, 255, 0.6); color: var(--deep); font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.04em; }
.mega-menu-grid > a.is-current .mega-menu-number { border-color: var(--deep); background: var(--deep); color: var(--white); }
.mega-menu-grid > a > span:nth-child(2) { display: grid; gap: 0.28rem; }
.mega-menu-grid strong { color: var(--coal); font-size: 0.94rem; font-weight: 600; line-height: 1.3; }
.mega-menu-grid small { color: #626970; font-size: var(--text-label); line-height: 1.5; }
.mega-menu-grid i { display: grid; width: 2.1rem; aspect-ratio: 1; place-items: center; border: 1px solid rgba(30, 91, 90, 0.14); border-radius: 50%; color: var(--deep); font-size: 0.8rem; font-style: normal; transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease; }
.mega-menu-grid > a.is-current i { border-color: var(--deep); background: var(--deep); color: var(--white); }
.mega-menu-grid > a:hover i { transform: translate(0.15rem, -0.15rem); }
@keyframes mega-menu-in { from { opacity: 0; transform: translateY(-0.65rem); } to { opacity: 1; transform: translateY(0); } }
.pill-link, .button {
  display: inline-flex;
  min-height: 3.3rem;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 0.75rem 1.3rem;
  border: 1px solid var(--deep);
  border-radius: 999px;
  background: var(--deep);
  color: var(--white);
  cursor: pointer;
  font-size: var(--text-action);
  font-weight: 600;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.pill-link:hover, .button:hover { transform: translateY(-2px); border-color: var(--coal); background: var(--coal); }
.pill-link span, .button span { transition: transform 180ms ease; }
.pill-link:hover span, .button:hover span { transform: translate(2px, -2px); }
.header-contact { font-size: var(--text-action); }
.menu-toggle {
  position: relative;
  z-index: 102;
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--beige);
  cursor: pointer;
}
.menu-toggle span { position: absolute; left: 0.83rem; width: 1.2rem; height: 1.5px; background: var(--coal); transition: transform 180ms ease, top 180ms ease; }
.menu-toggle span:first-child { top: 1.08rem; }
.menu-toggle span:last-child { top: 1.62rem; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 1.4rem; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 1.4rem; transform: rotate(-45deg); }
.mobile-nav { position: absolute; z-index: 101; top: 100%; right: 0; left: 0; height: calc(100vh - var(--header-height)); height: calc(100dvh - var(--header-height)); overflow-y: auto; border-top: 1px solid var(--line); background: var(--beige); box-shadow: 0 1.5rem 3rem rgba(30, 31, 32, 0.08); overscroll-behavior: contain; }
.mobile-nav:not([hidden]) { display: block; animation: mobile-menu-in 220ms cubic-bezier(0.22, 1, 0.36, 1); }
.mobile-nav-inner { display: flex; width: min(100%, 780px); min-height: 100%; flex-direction: column; margin-inline: auto; padding: clamp(2rem, 7vw, 4.5rem) var(--page-padding) 2rem; }
.mobile-services { border-top: 1px solid var(--line); }
.mobile-services-toggle, .mobile-nav-link { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; font-size: clamp(1.75rem, 5.8vw, 3rem); font-weight: 400; letter-spacing: -0.045em; line-height: 1.08; text-align: left; }
.mobile-services-toggle.is-current > span, .mobile-nav-link.is-current { color: var(--deep); }
.mobile-services-toggle i { position: relative; width: 1.25rem; height: 1.25rem; flex: 0 0 auto; margin-left: 1rem; }
.mobile-services-toggle i::before, .mobile-services-toggle i::after { position: absolute; top: 50%; left: 0; width: 100%; height: 1.5px; background: var(--deep); content: ""; transition: transform 180ms ease; }
.mobile-services-toggle i::after { transform: rotate(90deg); }
.mobile-services-toggle[aria-expanded="true"] i::after { transform: rotate(0); }
.mobile-services-list { display: grid; padding: 0.65rem 0 1rem; border-bottom: 1px solid var(--line); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.4rem; }
.mobile-services-list[hidden] { display: none; }
.mobile-services-list > a { display: flex; min-height: 62px; align-items: center; gap: 0.7rem; padding: 0.8rem 0.9rem; border-radius: 0.8rem; background: rgba(255, 255, 255, 0.54); color: var(--slate); font-size: var(--text-action); font-weight: 550; line-height: 1.4; }
.mobile-services-list > a > span:first-child { color: var(--teal); font-family: var(--font-mono); font-size: 0.72rem; }
.mobile-services-list > a.is-current { box-shadow: inset 0 0 0 1px rgba(30, 91, 90, 0.2); background: #dfeae5; color: var(--deep); }
.mobile-services-list > a.is-current > span:first-child { color: var(--deep); }
.mobile-services-list .mobile-services-all { min-height: auto; justify-content: space-between; grid-column: 1 / -1; background: transparent; color: var(--deep); }
.mobile-contact-link { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: 1.5rem; padding: 0.9rem 1.15rem; border-radius: 999px; background: var(--deep); color: var(--white); font-size: var(--text-action); font-weight: 600; }
.mobile-nav-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 2rem; color: #626970; font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.035em; text-transform: uppercase; }
@keyframes mobile-menu-in { from { opacity: 0; transform: translateY(-0.75rem); } to { opacity: 1; transform: translateY(0); } }

.hero {
  --hero-active: var(--ochre);
  --hero-active-soft: rgba(216, 164, 90, 0.44);
  --hero-active-ink: var(--coal);
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: min(970px, 100svh);
  align-items: center;
  padding-top: calc(var(--header-height) + clamp(4.5rem, 8vw, 8rem));
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.78fr);
  gap: clamp(2.5rem, 6vw, 7.5rem);
}
.hero[data-active-palette="brand"] { --hero-active: var(--ochre); --hero-active-soft: rgba(216, 164, 90, 0.5); --hero-active-ink: var(--coal); }
.hero[data-active-palette="web"] { --hero-active: var(--midnight); --hero-active-soft: rgba(61, 90, 110, 0.45); --hero-active-ink: var(--white); }
.hero[data-active-palette="design"] { --hero-active: var(--lavender); --hero-active-soft: rgba(199, 195, 214, 0.65); --hero-active-ink: var(--coal); }
.hero[data-active-palette="growth"] { --hero-active: var(--terra); --hero-active-soft: rgba(224, 122, 95, 0.5); --hero-active-ink: var(--coal); }
.hero-copy { position: relative; z-index: 2; }
.hero-background {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(-50%);
}
.hero-background::before {
  position: absolute;
  z-index: 1;
  top: 4%;
  right: -9%;
  width: min(64vw, 1120px);
  height: 92%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--hero-active-soft), transparent 67%);
  content: "";
  filter: blur(0.2rem);
  opacity: 0.72;
  transition: background 520ms ease, transform 520ms ease;
  animation: hero-shape-drift 16s ease-in-out infinite alternate;
}
.hero-background::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  background:
    radial-gradient(circle at -4% 46%, rgba(100, 167, 166, 0.2), transparent 28%),
    radial-gradient(circle at 103% 25%, rgba(199, 195, 214, 0.2), transparent 27%),
    radial-gradient(circle at 96% 88%, rgba(224, 122, 95, 0.13), transparent 24%),
    linear-gradient(90deg, rgba(244, 242, 239, 0.2) 0%, rgba(244, 242, 239, 0.57) 29%, rgba(244, 242, 239, 0.93) 50%, rgba(244, 242, 239, 0.64) 72%, rgba(244, 242, 239, 0.2) 100%);
  content: "";
}
.hero-background-art {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: max(100vw, 1200px);
  height: 100%;
  min-height: 760px;
  max-width: none;
  opacity: 0.62;
  transform: translate(-50%, -50%) scale(1.04);
  animation: hero-background-breathe 18s ease-in-out infinite alternate;
}
.hero-background-flow {
  fill: none;
  stroke-linecap: round;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}
.hero-background-flow-one {
  stroke: url(#heroFlowBrown);
  animation: hero-background-drift 15s ease-in-out infinite alternate;
}
.hero-background-flow-two {
  stroke: url(#heroFlowBrownSoft);
  stroke-dasharray: 8 16;
  animation: hero-background-drift-reverse 19s ease-in-out infinite alternate;
}
.hero-background-signal {
  fill: none;
  stroke: url(#heroFlowBrown);
  stroke-dasharray: 0.12 0.88;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
  animation: hero-background-signal 11s linear infinite;
}
.hero-background-glows {
  transform-origin: center;
  animation: hero-background-glow 13s ease-in-out infinite alternate;
}
.hero-background-points {
  fill: var(--deep);
  opacity: 0.16;
  transform-origin: center;
  animation: hero-background-points 7s ease-in-out infinite alternate;
}
.hero .eyebrow { margin-bottom: 1.45rem; }
body.home-page .hero h1 { max-width: 980px; margin: 0 0 2.2rem; font-size: clamp(4.25rem, 6.6vw, 7.6rem); line-height: 0.94; letter-spacing: -0.053em; }
.hero h1 em { position: relative; white-space: nowrap; }
.hero h1 em::after { position: absolute; right: -0.04em; bottom: 0.01em; left: 0; height: 0.075em; border-radius: 999px; background: var(--terra); content: ""; opacity: 0.82; transform: rotate(-1deg); }
.hero-intro { max-width: 690px; margin-bottom: 0; color: var(--slate); font-size: clamp(1.03rem, 1.3vw, 1.2rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2.2rem; }
.button-ghost { border-color: var(--line); background: transparent; color: var(--coal); }
.button-ghost:hover { border-color: var(--deep); background: var(--white); color: var(--deep); }
.hero-footnote { display: flex; max-width: 580px; align-items: center; gap: 0.8rem; margin: clamp(3rem, 6vw, 5rem) 0 0; color: #626970; font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.02em; line-height: 1.6; }
.hero-footnote span { width: 2.4rem; height: 1px; flex: 0 0 auto; background: var(--terra); }
.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 680px;
  align-self: stretch;
  overflow: visible;
}
.hero-color-landscape {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-color-shape {
  position: absolute;
  border-radius: 44% 56% 66% 34% / 42% 42% 58% 58%;
  filter: saturate(0.9);
  opacity: 0.5;
  transform: translate3d(var(--shift-x, 0), var(--shift-y, 0), 0) rotate(var(--shape-rotate, 0deg)) scale(1);
  transform-origin: center;
  transition: opacity 520ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1), filter 520ms ease;
}
.hero-color-shape-teal {
  --shape-rotate: -12deg;
  top: 12%;
  right: -7%;
  width: min(62vw, 1100px);
  height: 72%;
  background: linear-gradient(145deg, var(--deep), #123f3f);
  opacity: 0.88;
  animation: hero-color-float 15s ease-in-out infinite alternate;
}
.hero-color-shape-mist {
  --shape-rotate: 17deg;
  top: -17%;
  right: 27%;
  width: min(42vw, 760px);
  height: 54%;
  background: linear-gradient(145deg, #cfe2dc, var(--mist));
  animation: hero-color-float-reverse 18s ease-in-out infinite alternate;
}
.hero-color-shape-lavender {
  --shape-rotate: -8deg;
  top: -9%;
  right: -5%;
  width: min(40vw, 720px);
  height: 46%;
  background: var(--lavender);
  animation: hero-color-float 20s ease-in-out -4s infinite alternate;
}
.hero-color-shape-terra {
  --shape-rotate: 21deg;
  right: -11%;
  bottom: -19%;
  width: min(46vw, 820px);
  height: 49%;
  background: var(--terra);
  animation: hero-color-float-reverse 17s ease-in-out -2s infinite alternate;
}
.hero-color-shape-ochre {
  --shape-rotate: -16deg;
  bottom: -24%;
  left: 38%;
  width: min(35vw, 650px);
  height: 40%;
  background: var(--ochre);
  animation: hero-color-float 19s ease-in-out -6s infinite alternate;
}
.hero-color-shape-midnight {
  --shape-rotate: 9deg;
  right: 33%;
  bottom: 4%;
  width: min(34vw, 620px);
  height: 42%;
  background: var(--midnight);
  opacity: 0.52;
  animation: hero-color-float-reverse 21s ease-in-out -7s infinite alternate;
}
.hero[data-active-palette="brand"] .hero-color-shape-ochre,
.hero[data-active-palette="web"] .hero-color-shape-midnight,
.hero[data-active-palette="design"] .hero-color-shape-lavender,
.hero[data-active-palette="growth"] .hero-color-shape-terra {
  filter: saturate(1.08);
  opacity: 0.98;
  transform: translate3d(var(--shift-x, 0), calc(var(--shift-y, 0) - 0.45rem), 0) rotate(var(--shape-rotate)) scale(1.1);
}
.hero-color-path {
  position: absolute;
  z-index: 2;
  width: 78%;
  height: 65%;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  transition: border-color 450ms ease, transform 500ms ease;
}
.hero-color-path-one { top: 14%; right: -12%; transform: translate3d(var(--shift-x, 0), var(--shift-y, 0), 0) rotate(11deg); }
.hero-color-path-two { right: -24%; bottom: -10%; border-color: rgba(30, 91, 90, 0.24); transform: translate3d(var(--shift-x, 0), var(--shift-y, 0), 0) rotate(-15deg); }
.hero-flow-focus {
  position: absolute;
  z-index: 4;
  top: 48%;
  right: -4%;
  display: grid;
  width: clamp(20rem, 29vw, 31rem);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  transform: translateY(-50%) translate3d(var(--shift-x, 0), var(--shift-y, 0), 0);
  transition: transform 500ms ease;
}
.hero-flow-focus::before,
.hero-flow-focus::after,
.hero-flow-focus i {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: "";
}
.hero-flow-focus::before { inset: 0; border-width: 1.5px; animation: hero-focus-turn 28s linear infinite; }
.hero-flow-focus::after { inset: 12%; border-color: rgba(255, 255, 255, 0.34); animation: hero-focus-turn 22s linear infinite reverse; }
.hero-flow-focus i:nth-child(1) { inset: 23%; border-color: rgba(255, 255, 255, 0.42); }
.hero-flow-focus i:nth-child(2) { inset: 35%; border-color: rgba(255, 255, 255, 0.28); }
.hero-flow-focus i:nth-child(3) {
  inset: 6%;
  border-color: transparent var(--hero-active) rgba(255, 255, 255, 0.24) transparent;
  border-width: clamp(0.55rem, 1vw, 0.9rem);
  transform: rotate(-28deg);
  transition: border-color 500ms ease;
  animation: hero-focus-turn 18s linear infinite;
}
.hero-flow-focus > span {
  width: 27%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.9), var(--hero-active) 36%, var(--deep) 100%);
  box-shadow: 0 1.5rem 4rem rgba(13, 43, 42, 0.22), 0 0 0 1.15rem rgba(255, 255, 255, 0.08);
  transition: background 500ms ease, box-shadow 500ms ease;
}
.hero-node {
  position: absolute;
  z-index: 6;
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  gap: 0.7rem;
  padding: 0.62rem 1rem 0.62rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--coal);
  box-shadow: 0 0.8rem 2.2rem rgba(13, 43, 42, 0.13);
  cursor: pointer;
  white-space: nowrap;
  transform: translate3d(var(--shift-x, 0), var(--shift-y, 0), 0);
  backdrop-filter: blur(14px);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, opacity 260ms ease;
}
.hero-node::before {
  width: 1.65rem;
  height: 1.65rem;
  flex: 0 0 auto;
  border: 0.35rem solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: var(--node-color, var(--teal));
  box-shadow: 0 0 0 1px rgba(13, 43, 42, 0.08);
  content: "";
}
.hero-node:hover, .hero-node:focus-visible, .hero-node.is-active { border-color: rgba(255, 255, 255, 0.94); box-shadow: 0 1.15rem 3rem rgba(13, 43, 42, 0.2); }
.hero-node:not(.is-active) { opacity: 0.84; }
.hero-node.is-active { background: var(--hero-active); color: var(--hero-active-ink); }
.hero-node:hover { transform: translate3d(var(--shift-x, 0), calc(var(--shift-y, 0) - 0.28rem), 0); }
.hero-node strong { font-size: var(--text-action); font-weight: 600; line-height: 1.2; }
.hero-node-brand { --node-color: var(--ochre); top: 14%; left: 4%; }
.hero-node-web { --node-color: var(--midnight); top: 27%; right: 2%; }
.hero-node-design { --node-color: var(--lavender); bottom: 27%; left: 10%; }
.hero-node-growth { --node-color: var(--terra); right: 5%; bottom: 16%; }
.hero-result {
  position: absolute;
  z-index: 7;
  right: 7%;
  bottom: 4%;
  width: min(62%, 360px);
  padding-top: 0.7rem;
  border-top: 1px solid var(--hero-active);
  color: var(--deep);
  text-align: right;
  transform: translate3d(var(--shift-x, 0), var(--shift-y, 0), 0);
  transition: transform 240ms ease;
}
.hero-result strong { display: block; min-height: 1.5em; font-size: var(--text-support); font-weight: 550; line-height: 1.4; }
.hero-result.is-changing strong { opacity: 0.2; transform: translateY(0.2rem); }
.hero-result strong { opacity: 1; transform: translateY(0); transition: opacity 130ms ease, transform 130ms ease; }
@keyframes hero-focus-turn { to { transform: rotate(360deg); } }
@keyframes hero-color-float {
  0% { translate: -0.4rem 0.2rem; }
  100% { translate: 0.8rem -0.65rem; }
}
@keyframes hero-color-float-reverse {
  0% { translate: 0.55rem -0.25rem; }
  100% { translate: -0.65rem 0.8rem; }
}
@keyframes hero-background-breathe {
  0% { transform: translate(-50.8%, -49.5%) scale(1.03); }
  100% { transform: translate(-49.2%, -50.5%) scale(1.08); }
}
@keyframes hero-background-drift {
  0% { transform: translate3d(-22px, 10px, 0); }
  100% { transform: translate3d(34px, -20px, 0); }
}
@keyframes hero-background-drift-reverse {
  0% { transform: translate3d(28px, -12px, 0); stroke-dashoffset: 0; }
  100% { transform: translate3d(-36px, 18px, 0); stroke-dashoffset: -120px; }
}
@keyframes hero-background-signal {
  to { stroke-dashoffset: -1; }
}
@keyframes hero-background-glow {
  0% { opacity: 0.28; transform: translate3d(-18px, 8px, 0) scale(0.96); }
  100% { opacity: 0.55; transform: translate3d(20px, -14px, 0) scale(1.06); }
}
@keyframes hero-background-points {
  0% { opacity: 0.1; transform: translate3d(-10px, 5px, 0); }
  100% { opacity: 0.24; transform: translate3d(16px, -9px, 0); }
}
@keyframes hero-shape-drift {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(-6%, 7%, 0) scale(1.08); }
}
@keyframes hero-frame-breathe {
  0%, 100% { opacity: 0.62; }
  50% { opacity: 1; }
}
.competence-line { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.competence-track { display: flex; width: 100%; max-width: 1540px; min-height: 4.8rem; align-items: center; justify-content: space-between; gap: 1.5rem; margin-inline: auto; padding-inline: var(--page-padding); color: var(--slate); font-family: var(--font-mono); font-size: clamp(0.68rem, 0.76vw, 0.78rem); letter-spacing: 0.08em; text-transform: uppercase; }
.competence-track i { color: var(--terra); font-style: normal; }

.trust-proof { display: grid; margin-top: clamp(2rem, 4vw, 4rem); margin-bottom: clamp(2rem, 4vw, 4rem); grid-template-columns: minmax(250px, 0.5fr) minmax(0, 1.5fr); gap: 1rem; }
.trust-summary { display: flex; min-height: 230px; flex-direction: column; padding: clamp(1.4rem, 2.5vw, 2.1rem); border-radius: calc(var(--radius) * 0.72); background: linear-gradient(145deg, #1f5c5a, #153f40); color: var(--white); box-shadow: 0 1.4rem 3.2rem rgba(30, 31, 32, 0.1); }
.trust-score { display: flex; align-items: center; gap: 0.8rem; }
.trust-score strong { font-size: clamp(2.7rem, 4vw, 4.1rem); font-weight: 400; letter-spacing: -0.065em; line-height: 1; }
.trust-score span { color: var(--ochre); font-size: 0.9rem; letter-spacing: 0.16em; }
.trust-summary > p { margin: 0.8rem 0 1.2rem; color: rgba(255, 255, 255, 0.72); font-size: 0.875rem; line-height: 1.5; }
.trust-summary > a { display: inline-flex; min-height: 2.75rem; width: fit-content; align-items: center; gap: 0.55rem; margin-top: auto; border-bottom: 1px solid rgba(255, 255, 255, 0.5); color: var(--white); font-size: var(--text-action); font-weight: 600; }
.trust-summary > a span { transition: transform 180ms ease; }
.trust-summary > a:hover span { transform: translate(0.18rem, -0.18rem); }
.trust-quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.trust-quote { display: flex; min-width: 0; min-height: 230px; flex-direction: column; margin: 0; padding: clamp(1.35rem, 2.2vw, 1.9rem); border: 1px solid var(--line); border-radius: calc(var(--radius) * 0.72); background: rgba(255, 255, 255, 0.6); }
.trust-quote::before { margin-bottom: 1.1rem; color: var(--teal); content: "★★★★★"; font-size: 0.72rem; letter-spacing: 0.13em; }
.trust-quote blockquote { margin: 0; color: var(--coal); font-size: clamp(1rem, 1.45vw, 1.28rem); letter-spacing: -0.025em; line-height: 1.38; }
.trust-quote figcaption { display: flex; flex-direction: column; gap: 0.2rem; margin-top: auto; padding-top: 1.4rem; }
.trust-quote figcaption strong { color: var(--deep); font-size: var(--text-action); font-weight: 650; }
.trust-quote figcaption span { color: #626970; font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.035em; }

.perspective { display: block; }
.perspective.section-space { padding-top: clamp(2.25rem, 3vw, 3.5rem); }
.perspective-content h2 { max-width: 1160px; }
.perspective-content h2 em { display: block; }
.perspective-copy { display: grid; margin-top: clamp(3rem, 7vw, 6rem); padding-top: 2rem; border-top: 1px solid var(--line); grid-template-columns: minmax(0, 0.8fr) minmax(0, 0.75fr); gap: clamp(3rem, 8vw, 9rem); }
.perspective-copy .large-copy { max-width: 590px; margin: 0; color: var(--deep); font-size: clamp(1.5rem, 2.55vw, 2.6rem); letter-spacing: -0.035em; line-height: 1.2; }
.perspective-copy > div { max-width: 650px; color: var(--slate); }
.perspective-copy > div p { margin-bottom: 0; }
.perspective-copy > div p + p { margin-top: 1.2rem; }

.translation {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(100, 167, 166, 0.15), transparent 29rem),
    radial-gradient(circle at 8% 82%, rgba(224, 122, 95, 0.09), transparent 25rem),
    var(--coal);
  color: var(--white);
}
.translation .section-shell { position: relative; z-index: 1; }
.translation em { color: var(--mist); }
.section-heading { display: grid; align-items: end; margin-top: 0; margin-bottom: clamp(3rem, 6vw, 5.5rem); grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.45fr); gap: clamp(2.5rem, 8vw, 10rem); }
.translation .section-heading {
  align-items: center;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1.28fr) minmax(230px, 0.32fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
}
.section-heading h2 { max-width: 980px; margin: 0; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--slate); }
.translation-heading-aside {
  display: grid;
  align-self: stretch;
  align-content: end;
  gap: clamp(1rem, 2vw, 1.6rem);
}
.translation-illustration {
  width: min(100%, 26rem);
  margin: 0;
}
.translation-illustration img {
  width: 100%;
  height: auto;
}
.translation-heading-aside > p {
  max-width: 520px;
  margin: 0;
  padding-left: 1.25rem;
  border-left: 2px solid var(--terra);
  color: rgba(255, 255, 255, 0.72);
}
.translation-table {
  --translation-columns: minmax(0, 0.78fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1.15fr);
  display: grid;
  gap: 0.75rem;
}
.translation-labels {
  display: grid;
  min-height: 4.1rem;
  align-items: center;
  padding: 0 1.2rem 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  grid-template-columns: var(--translation-columns);
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-mono);
  font-size: clamp(0.7rem, 0.78vw, 0.78rem);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.translation-labels span { display: flex; align-items: center; gap: 0.6rem; }
.translation-labels i { color: var(--terra); font-size: 1.15rem; font-style: normal; text-align: center; }
.translation-item {
  position: relative;
  display: grid;
  min-height: 8.25rem;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: clamp(1.1rem, 1.6vw, 1.6rem);
  background: rgba(255, 255, 255, 0.05);
  grid-template-columns: var(--translation-columns);
  transition: border-color 200ms ease, background 200ms ease, transform 200ms ease;
}
.translation-item::before {
  position: absolute;
  top: 0.9rem;
  bottom: 0.9rem;
  left: 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--terra);
  content: "";
  opacity: 0;
  transition: opacity 200ms ease;
}
.translation-item:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.075);
  transform: translateX(0.35rem);
}
.translation-item:hover::before { opacity: 1; }
.translation-cell {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(0.95rem, 1.3vw, 1.2rem) clamp(1.1rem, 1.8vw, 1.6rem);
}
.translation-question { background: rgba(255, 255, 255, 0.025); }
.translation-step {
  background: rgba(100, 167, 166, 0.065);
  transition: background 200ms ease;
}
.translation-item:hover .translation-step { background: rgba(100, 167, 166, 0.1); }
.translation-cell-label {
  margin-bottom: 0.65rem;
  color: var(--mist);
  font-family: var(--font-mono);
  font-size: var(--text-label);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.translation-wish .translation-cell-label { color: var(--ochre); }
.translation-step .translation-cell-label { color: var(--terra); }
.translation-cell p { margin: 0; }
.heard {
  color: var(--white);
  font-size: clamp(1.1rem, 1.45vw, 1.45rem);
  letter-spacing: -0.025em;
  line-height: 1.22;
}
.understand { color: rgba(255, 255, 255, 0.78); font-size: 0.91rem; line-height: 1.5; }
.translation-step p { color: rgba(255, 255, 255, 0.8); font-size: var(--text-support); line-height: 1.6; }
.translation-arrow {
  display: grid;
  width: auto;
  height: auto;
  place-items: center;
  align-self: center;
  justify-self: center;
  color: var(--terra);
  font-family: var(--font-mono);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
.translation-more { display: none; }

.difference { display: grid; align-items: start; grid-template-columns: minmax(290px, 0.63fr) minmax(0, 1.15fr); gap: clamp(3rem, 9vw, 10rem); }
.difference-intro { position: sticky; top: 8rem; }
.difference-intro h2 { font-size: clamp(2.8rem, 4.1vw, 4.7rem); }
.thought-grid { display: grid; gap: 1rem; }
.thought-card {
  --thought-ink: #806b5c;
  position: relative;
  min-height: 300px;
  padding: clamp(1.7rem, 3vw, 2.8rem);
  overflow: hidden;
  border: 1px solid rgba(111, 92, 79, 0.2);
  border-radius: calc(var(--radius) * 1.05);
  background: linear-gradient(145deg, #fcfaf6 0%, #f3ece0 100%);
  box-shadow: 0 0.8rem 2.5rem rgba(80, 65, 53, 0.04);
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.thought-card:nth-child(2) { margin-left: clamp(0rem, 2vw, 1.5rem); background: linear-gradient(145deg, #f9fbfa 0%, #e7f0ed 100%); }
.thought-card:nth-child(3) { margin-left: clamp(0rem, 4vw, 3rem); background: linear-gradient(145deg, #fcfaf8 0%, #f3e7e1 100%); }
.thought-card:hover { z-index: 1; border-color: rgba(30, 91, 90, 0.3); box-shadow: 0 1.5rem 4rem rgba(80, 65, 53, 0.1); transform: translateX(-0.45rem); }
.thought-card:nth-child(2):hover, .thought-card:nth-child(3):hover { transform: translateX(-0.45rem); }
.thought-card h3 { max-width: 600px; margin-top: clamp(5rem, 7vw, 6.5rem); }
.thought-card p { max-width: 630px; margin-bottom: 0; color: var(--slate); }
.thought-visual {
  position: absolute;
  top: clamp(1.6rem, 2.8vw, 2.5rem);
  right: clamp(1.6rem, 2.8vw, 2.5rem);
  width: clamp(6rem, 10vw, 8rem);
  height: clamp(4.2rem, 6.5vw, 5.4rem);
  pointer-events: none;
  color: var(--thought-ink);
  opacity: 0.82;
}
.thought-visual i { position: absolute; display: block; transition: transform 260ms ease, opacity 260ms ease; }
.thought-visual-listen i:nth-child(1) { top: 44%; left: 6%; width: 0.65rem; height: 0.65rem; border-radius: 50%; background: currentColor; }
.thought-visual-listen i:nth-child(2) { top: 26%; left: 23%; width: 2.2rem; height: 2.35rem; border: 1px solid currentColor; border-left: 0; border-radius: 0 999px 999px 0; }
.thought-visual-listen i:nth-child(3) { top: 8%; left: 24%; width: 4.2rem; height: 4.4rem; border: 1px solid currentColor; border-left: 0; border-radius: 0 999px 999px 0; opacity: 0.48; }
.thought-card:hover .thought-visual-listen i:nth-child(2) { transform: translateX(0.2rem); }
.thought-card:hover .thought-visual-listen i:nth-child(3) { transform: translateX(0.35rem); }
.thought-visual-clarity i { left: 0; height: 1px; background: currentColor; transform-origin: left center; }
.thought-visual-clarity i::after { position: absolute; top: -0.22rem; right: -0.22rem; width: 0.45rem; height: 0.45rem; border-radius: 50%; background: currentColor; content: ""; }
.thought-visual-clarity i:nth-child(1) { top: 0.8rem; width: 90%; }
.thought-visual-clarity i:nth-child(2) { top: 2.55rem; width: 72%; opacity: 0.72; }
.thought-visual-clarity i:nth-child(3) { top: 4.25rem; width: 54%; opacity: 0.48; }
.thought-card:hover .thought-visual-clarity i:nth-child(1) { transform: translateX(0.3rem); }
.thought-card:hover .thought-visual-clarity i:nth-child(2) { transform: translateX(0.55rem); }
.thought-card:hover .thought-visual-clarity i:nth-child(3) { transform: translateX(0.8rem); }
.thought-visual-forward i { display: none; }
.thought-visual-forward::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.42;
  transform: translate(-50%, -50%);
  transition: transform 260ms ease;
}
.thought-visual-forward::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: currentColor;
  content: "↗︎";
  font-family: var(--font-sans);
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 260ms ease;
}
.thought-card:hover .thought-visual-forward::before { transform: translate(-50%, -50%) scale(1.07); }
.thought-card:hover .thought-visual-forward::after { transform: translate(0.2rem, -0.2rem); }

.solutions {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 22%, rgba(30, 91, 90, 0.14) 0, rgba(30, 91, 90, 0) 31rem),
    radial-gradient(circle at 100% 72%, rgba(216, 164, 90, 0.12) 0, rgba(216, 164, 90, 0) 35rem),
    linear-gradient(180deg, #e7e1dd 0%, #eee8e3 52%, #e5dfdb 100%);
}
.solutions::before {
  position: absolute;
  z-index: 0;
  inset: -12% -8%;
  background:
    radial-gradient(circle at 7% 29%, transparent 0 10rem, rgba(30, 91, 90, 0.12) 10.08rem 10.18rem, transparent 10.26rem),
    radial-gradient(circle at 7% 29%, transparent 0 15.5rem, rgba(30, 91, 90, 0.075) 15.58rem 15.68rem, transparent 15.76rem),
    radial-gradient(circle at 93% 67%, transparent 0 13rem, rgba(61, 90, 110, 0.11) 13.08rem 13.18rem, transparent 13.26rem),
    radial-gradient(circle at 93% 67%, transparent 0 19rem, rgba(224, 122, 95, 0.07) 19.08rem 19.18rem, transparent 19.26rem);
  content: "";
  pointer-events: none;
  animation: solutions-depth-drift 22s ease-in-out infinite alternate;
}
.solutions::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: radial-gradient(circle, rgba(30, 91, 90, 0.26) 1px, transparent 1.2px);
  background-position: 0 0;
  background-size: 32px 32px;
  content: "";
  opacity: 0.32;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.85) 11%, transparent 31%, transparent 69%, rgba(0, 0, 0, 0.85) 89%, #000 100%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.85) 11%, transparent 31%, transparent 69%, rgba(0, 0, 0, 0.85) 89%, #000 100%);
  animation: solutions-field-drift 30s linear infinite;
}
.solutions .section-shell { position: relative; z-index: 1; }
@keyframes solutions-depth-drift {
  from { transform: translate3d(-1.2%, -0.4%, 0) scale(1.01); }
  to { transform: translate3d(1.2%, 0.8%, 0) scale(1.035); }
}
@keyframes solutions-field-drift {
  to { background-position: 32px -24px; }
}
.service-grid { display: grid; align-items: start; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.service-card {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: calc(var(--radius) * 1.05);
  color: var(--white);
  background: var(--deep);
  box-shadow: 0 0.6rem 1.8rem rgba(30, 31, 32, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.service-card-web,
.service-card-commerce { background: linear-gradient(145deg, #356d69 0%, #214d4e 100%); }
.service-card-brand,
.service-card-systems { background: linear-gradient(145deg, #2f6461 0%, #1e4849 100%); }
.service-card-marketing,
.service-card-support { background: linear-gradient(145deg, #3d7470 0%, #285455 100%); }
.service-card.is-visible:hover { border-color: rgba(255, 255, 255, 0.34); box-shadow: 0 1.4rem 3.2rem rgba(30, 31, 32, 0.16); transform: translateY(-6px); }
.service-card:focus-visible { outline: 3px solid var(--ochre); outline-offset: 4px; }
.service-visual { position: relative; display: grid; min-height: 155px; place-items: center start; padding: 1.5rem clamp(1.35rem, 2.4vw, 2rem) 0; }
.service-visual img { position: relative; z-index: 1; width: 50%; height: 140px; object-fit: contain; object-position: left center; filter: saturate(0.86) drop-shadow(0 0.65rem 0.7rem rgba(30, 31, 32, 0.06)); transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1); }
.service-card.is-visible:hover .service-visual img { transform: translateY(-0.25rem) scale(1.035); }
.service-content { display: flex; flex: 1; flex-direction: column; padding: 1.3rem clamp(1.35rem, 2.4vw, 2rem) 1.7rem; }
.service-kicker { min-height: 2.2em; color: rgba(255, 255, 255, 0.84); font-family: var(--font-mono); font-size: var(--text-label); font-weight: 600; letter-spacing: 0.06em; line-height: 1.45; text-transform: uppercase; }
.service-content > h3 { margin: 0.8rem 0 0; font-size: clamp(1.48rem, 2vw, 2rem); font-weight: 500; letter-spacing: -0.04em; line-height: 1.1; }
.service-description { display: block; margin-top: 1rem; color: rgba(255, 255, 255, 0.82); font-size: clamp(0.9rem, 1vw, 0.98rem); line-height: 1.58; }
.service-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.25rem; }
.service-tags > span { padding: 0.45rem 0.7rem; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 999px; color: rgba(255, 255, 255, 0.92); background: rgba(255, 255, 255, 0.07); font-size: var(--text-label); line-height: 1.25; }
.service-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.15rem; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.2); color: var(--white); font-size: var(--text-action); font-weight: 650; }
.service-link i { font-size: 1.25rem; font-style: normal; font-weight: 400; line-height: 1; transition: transform 200ms ease; }
.service-card:hover .service-link i { transform: translate(0.2rem, -0.2rem); }
.home-specialist-panel { display:grid; margin-top:1rem; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.75rem; }
.home-mobile-service-list { display:none; }
.home-specialist-card { position:relative; display:grid; min-height:7.8rem; align-items:center; overflow:hidden; padding:1.1rem 1.25rem; border:1px solid rgba(23,63,62,.14); border-radius:1.3rem; color:#173f3e; grid-template-columns:3.2rem minmax(0,1fr) auto; grid-template-rows:auto auto; column-gap:1rem; isolation:isolate; transition:filter 200ms ease,transform 200ms ease; }
.home-specialist-card::after { position:absolute; z-index:-1; top:-5rem; right:-4rem; width:11rem; aspect-ratio:1; border:1px solid rgba(23,63,62,.13); border-radius:50%; box-shadow:0 0 0 2.4rem rgba(255,255,255,.1),0 0 0 4.8rem rgba(23,63,62,.025); content:""; transition:transform 350ms ease; }
.home-specialist-card:hover { filter:saturate(1.06) brightness(1.025); transform:translateY(-2px); }
.home-specialist-card:hover::after { transform:scale(1.06); }
.home-specialist-card:focus-visible { outline:3px solid var(--ochre); outline-offset:3px; }
.home-specialist-seo { background:#cbded6; }
.home-specialist-photo { background:#dfc0ae; }
.home-specialist-web { background:#d7e2de; }
.home-specialist-brand { background:#dedbe7; }
.home-specialist-marketing { background:#d5e1d7; }
.home-specialist-commerce { background:#ead9be; }
.home-specialist-systems { background:#c7ddda; }
.home-specialist-support { background:#deded9; }
.home-specialist-glyph { position:relative; z-index:1; width:3.2rem; aspect-ratio:1; border:1px solid rgba(23,63,62,.2); border-radius:50%; background:rgba(255,255,255,.28); grid-column:1; grid-row:1 / 3; }
.home-specialist-glyph::before,.home-specialist-glyph::after { position:absolute; content:""; }
.home-specialist-glyph-search::before { top:.78rem; left:.78rem; width:1.05rem; aspect-ratio:1; border:1.7px solid currentColor; border-radius:50%; }
.home-specialist-glyph-search::after { top:1.82rem; left:1.82rem; width:.62rem; height:1.7px; background:currentColor; transform:rotate(45deg); transform-origin:left center; }
.home-specialist-glyph-camera::before { top:1rem; left:.62rem; width:1.95rem; height:1.28rem; border:1.7px solid currentColor; border-radius:.35rem; }
.home-specialist-glyph-camera::after { top:1.28rem; left:1.22rem; width:.52rem; aspect-ratio:1; border:1.7px solid currentColor; border-radius:50%; }
.home-specialist-glyph-web::before { top:.82rem; left:.62rem; width:1.9rem; height:1.48rem; border:1.7px solid currentColor; border-radius:.3rem; }
.home-specialist-glyph-web::after { top:1.17rem; left:.82rem; width:1.48rem; height:1.7px; background:currentColor; box-shadow:-.02rem -.2rem 0 -.03rem currentColor; }
.home-specialist-glyph-brand::before { top:.9rem; left:.9rem; width:1.34rem; aspect-ratio:1; border:1.7px solid currentColor; border-radius:.18rem; transform:rotate(45deg); }
.home-specialist-glyph-brand::after { top:1.33rem; left:1.33rem; width:.48rem; aspect-ratio:1; border-radius:50%; background:currentColor; }
.home-specialist-glyph-marketing::before { top:.92rem; left:.62rem; width:1.82rem; height:1.38rem; background:currentColor; clip-path:polygon(0 30%,72% 0,72% 100%,0 70%); opacity:.9; }
.home-specialist-glyph-marketing::after { top:1.83rem; left:.88rem; width:.42rem; height:.72rem; border-left:1.7px solid currentColor; border-bottom:1.7px solid currentColor; transform:skew(-12deg); }
.home-specialist-glyph-commerce::before { top:1.05rem; left:.72rem; width:1.76rem; height:1.4rem; border:1.7px solid currentColor; border-radius:.28rem; }
.home-specialist-glyph-commerce::after { top:.7rem; left:1.08rem; width:1rem; height:.7rem; border:1.7px solid currentColor; border-bottom:0; border-radius:.7rem .7rem 0 0; }
.home-specialist-glyph-systems::before { top:1.39rem; left:.63rem; width:.42rem; aspect-ratio:1; border-radius:50%; background:currentColor; box-shadow:.77rem 0 0 currentColor,1.54rem 0 0 currentColor; }
.home-specialist-glyph-systems::after { top:1.58rem; left:.85rem; width:1.5rem; height:1.7px; background:currentColor; }
.home-specialist-glyph-support::before { top:.78rem; left:.78rem; width:1.62rem; aspect-ratio:1; border:.3rem solid currentColor; border-radius:50%; opacity:.9; }
.home-specialist-glyph-support::after { top:1.02rem; left:1.02rem; width:1.14rem; aspect-ratio:1; border:.18rem solid rgba(255,255,255,.7); border-radius:50%; }
.home-specialist-name { align-self:end; margin-bottom:.22rem; font-family:var(--font-mono); font-size:var(--text-label); font-weight:500; letter-spacing:.05em; text-transform:uppercase; grid-column:2; grid-row:1; }
.home-specialist-card > strong { align-self:start; max-width:24ch; font-size:var(--type-card-title-small); font-weight:430; line-height:1.16; grid-column:2; grid-row:2; }
.home-specialist-arrow { display:flex; align-items:center; gap:.65rem; font-size:var(--text-action); font-weight:600; grid-column:3; grid-row:1 / 3; }
.home-specialist-arrow i { font-size:1.2rem; font-style:normal; transition:transform 180ms ease; }
.home-specialist-card:hover .home-specialist-arrow i { transform:translate(.2rem,-.2rem); }

.collaboration { position: relative; overflow: hidden; padding-block: var(--section-space-compact); background: #e7e1dd; }
.collaboration::before { position: absolute; top: -17rem; left: -14rem; width: 38rem; aspect-ratio: 1; border: 1px solid rgba(30, 91, 90, 0.1); border-radius: 50%; box-shadow: inset 0 0 0 6rem rgba(255, 255, 255, 0.08), inset 0 0 0 12rem rgba(30, 91, 90, 0.025); content: ""; pointer-events: none; }
.collaboration-inner { position: relative; z-index: 1; }
.collaboration-heading { display: grid; align-items: end; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.48fr); gap: clamp(2rem, 8vw, 9rem); }
.collaboration-heading h2 { max-width: 900px; margin: 0; font-size: clamp(2.75rem, 4.6vw, 5.1rem); }
.collaboration-heading > p { max-width: 530px; margin: 0 0 0.55rem; color: var(--slate); font-size: clamp(0.95rem, 1.18vw, 1.08rem); line-height: 1.7; }
.collaboration-steps { display: grid; margin: clamp(3rem, 5vw, 4.5rem) 0 0; padding: 0; list-style: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; }
.collaboration-steps li { display: grid; min-height: 220px; padding: clamp(1.25rem, 2.3vw, 2rem); border: 1px solid rgba(30, 31, 32, 0.12); border-radius: calc(var(--radius) * 0.72); background: rgba(250, 248, 245, 0.72); grid-template-columns: 3rem minmax(0, 1fr); gap: clamp(1rem, 2vw, 1.6rem); }
.collaboration-steps li > div { align-self: end; }
.collaboration-steps li > span { display: grid; width: 2.65rem; height: 2.65rem; place-items: center; border: 1px solid rgba(30, 91, 90, 0.18); border-radius: 50%; color: var(--deep); font-family: var(--font-mono); font-size: 0.66rem; }
.collaboration-steps li:nth-child(2) > span { border-color: rgba(216, 164, 90, 0.45); color: #8a6231; }
.collaboration-steps li:nth-child(3) > span { border-color: rgba(224, 122, 95, 0.38); color: #a55241; }
.collaboration-steps h3 { max-width: 520px; margin: 0 0 0.75rem; font-size: clamp(1.35rem, 2vw, 1.9rem); }
.collaboration-steps p { max-width: 590px; margin: 0; color: var(--slate); font-size: 0.88rem; line-height: 1.65; }
.collaboration-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 0.85rem; padding: 1rem 0 0; }
.collaboration-cta p { max-width: 620px; margin: 0; color: var(--slate); font-size: 0.9rem; }

.projects {
  position: relative;
  background:
    radial-gradient(circle at 10% 8%, rgba(100, 167, 166, 0.16), transparent 31rem),
    radial-gradient(circle at 92% 34%, rgba(216, 164, 90, 0.1), transparent 36rem),
    #142f31;
  color: var(--white);
}
.projects::before { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255, 255, 255, 0.12) 1px, transparent 1.1px); background-size: 34px 34px; content: ""; opacity: 0.2; pointer-events: none; -webkit-mask-image: linear-gradient(180deg, #000, transparent 34%); mask-image: linear-gradient(180deg, #000, transparent 34%); }
.projects-inner { position: relative; z-index: 1; }
.projects .section-heading { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.projects .section-heading h2 { color: var(--white); }
.projects .section-heading h2 em { color: var(--ochre); }
.projects .section-heading p { color: rgba(255, 255, 255, 0.68); }
.project-proof {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: calc(var(--radius) * 0.75);
  background: rgba(255, 255, 255, 0.055);
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1.48fr);
}
.project-proof-copy { display: flex; min-height: 8.25rem; align-items: center; gap: 1rem; padding: 1.4rem clamp(1.3rem, 2.4vw, 2.2rem); border-right: 1px solid rgba(255, 255, 255, 0.13); }
.project-proof-copy p { max-width: 360px; margin: 0; color: rgba(255, 255, 255, 0.76); font-size: clamp(0.9rem, 1.15vw, 1.02rem); line-height: 1.55; }
.project-proof-copy strong { color: var(--white); font-weight: 500; }
.project-proof-mark { display: grid; width: 2.7rem; height: 2.7rem; flex: 0 0 auto; place-items: center; border: 1px solid rgba(216, 164, 90, 0.35); border-radius: 50%; background: rgba(216, 164, 90, 0.08); color: var(--ochre); font-size: 1rem; }
.project-logo-rail { min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.project-logo-track { display: flex; width: max-content; animation: projectLogoRoll 38s linear infinite; will-change: transform; }
.project-logo-set { display: flex; flex: 0 0 auto; }
.project-logo { display: grid; width: clamp(8.6rem, 9.5vw, 10.4rem); min-height: 8.25rem; flex: 0 0 auto; place-items: center; padding: 1rem 0.9rem; border-left: 1px solid rgba(255, 255, 255, 0.075); transition: background 220ms ease; }
.project-logo img { width: min(100%, 7.3rem); max-height: 2.5rem; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: 0.72; transition: opacity 220ms ease, transform 220ms ease; }
.project-logo-square img { width: min(100%, 3.25rem); max-height: 3.25rem; }
.project-logo:hover { background: rgba(255, 255, 255, 0.035); }
.project-logo:hover img { opacity: 1; transform: scale(1.045); }
.project-logo-rail:hover .project-logo-track, .project-logo-rail:focus-within .project-logo-track { animation-play-state: paused; }
@keyframes projectLogoRoll { to { transform: translateX(-50%); } }

.featured-case-explorer { display: grid; align-items: stretch; margin-top: clamp(2rem, 4vw, 3.5rem); grid-template-columns: minmax(250px, 0.36fr) minmax(0, 1.64fr); gap: clamp(0.85rem, 1.5vw, 1.4rem); }
.featured-case-tabs { display: flex; flex-direction: column; gap: 0.55rem; }
.featured-case-tab {
  --tab-accent: #70aaa4;
  display: grid;
  min-height: 7.6rem;
  align-items: center;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.68);
  cursor: pointer;
  grid-template-columns: 2rem minmax(0, 1fr) 2rem;
  gap: 0.8rem;
  text-align: left;
  transition: border-color 220ms ease, background 220ms ease, color 220ms ease, transform 220ms ease;
}
.featured-case-tab:nth-child(1) { --tab-accent: #e89217; }
.featured-case-tab:nth-child(2) { --tab-accent: #c87860; }
.featured-case-tab:nth-child(3) { --tab-accent: #55c4aa; }
.featured-case-tab:nth-child(4) { --tab-accent: #d6b965; }
.featured-case-tab:hover { border-color: rgba(255, 255, 255, 0.24); color: var(--white); transform: translateX(0.2rem); }
.featured-case-tab.is-active { border-color: color-mix(in srgb, var(--tab-accent) 58%, transparent); background: color-mix(in srgb, var(--tab-accent) 13%, transparent); color: var(--white); }
.featured-case-tab:focus-visible { outline: 3px solid var(--tab-accent); outline-offset: 3px; }
.featured-case-tab-number { align-self: start; color: var(--tab-accent); font-family: var(--font-mono); font-size: var(--text-label); font-weight: 600; letter-spacing: 0.06em; }
.featured-case-tab-copy { display: grid; gap: 0.38rem; }
.featured-case-tab-copy strong { color: currentColor; font-size: clamp(1.05rem, 1.45vw, 1.25rem); font-weight: 500; letter-spacing: -0.025em; line-height: 1.2; }
.featured-case-tab-copy small { color: currentColor; font-size: var(--text-support); line-height: 1.45; opacity: 0.7; }
.featured-case-tab-arrow { display: grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 50%; color: var(--tab-accent); font-size: 0.92rem; transition: background 200ms ease, color 200ms ease, transform 200ms ease; }
.featured-case-tab.is-active .featured-case-tab-arrow { border-color: var(--tab-accent); background: var(--tab-accent); color: #132b2d; transform: rotate(45deg); }
.featured-case-stage { min-width: 0; }
.featured-case-panel {
  --case-accent: #e89217;
  --case-surface: #ead7b9;
  --case-ink: #172c2d;
  position: relative;
  display: none;
  min-height: 32.05rem;
  overflow: hidden;
  border-radius: calc(var(--radius) * 0.9);
  background: var(--case-surface);
  box-shadow: 0 2.2rem 5rem rgba(8, 24, 25, 0.28);
  color: var(--case-ink);
  grid-template-columns: minmax(285px, 0.76fr) minmax(0, 1.24fr);
  animation: featuredCaseIn 440ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.featured-case-panel::before { position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 0.38rem; background: var(--case-accent); content: ""; }
.featured-case-panel::after { position: absolute; right: -8rem; bottom: -9rem; width: 25rem; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--case-accent) 34%, transparent); border-radius: 50%; box-shadow: inset 0 0 0 4rem color-mix(in srgb, var(--case-accent) 7%, transparent), inset 0 0 0 8rem color-mix(in srgb, var(--case-accent) 4%, transparent); content: ""; pointer-events: none; }
.featured-case-panel.is-active { display: grid; }
.featured-case-panel-afia { --case-accent: #a14f3a; --case-surface: #e5d6ce; --case-ink: #34231f; }
.featured-case-panel-golfturen { --case-accent: #269c83; --case-surface: #d3e8e0; --case-ink: #173734; }
.featured-case-panel-kroon { --case-accent: #b8963d; --case-surface: #e5e2db; --case-ink: #17334c; }
.featured-case-copy { position: relative; z-index: 3; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; padding: clamp(1.6rem, 2.6vw, 2.6rem); }
.featured-case-name { margin: auto 0 0.65rem; color: var(--case-accent); font-family: var(--font-mono); font-size: var(--text-label); font-weight: 650; letter-spacing: 0.065em; text-transform: uppercase; }
.featured-case-copy h3 { max-width: 520px; margin: 0; font-size: clamp(2rem, 2.9vw, 3.35rem); font-weight: 430; letter-spacing: -0.05em; line-height: 1.04; }
.featured-case-copy h3 em { color: var(--case-accent); font-weight: 370; }
.featured-case-copy > p:not(.featured-case-name) { max-width: 540px; margin: 1.05rem 0 0; color: color-mix(in srgb, var(--case-ink) 76%, transparent); font-size: 0.9rem; line-height: 1.62; }
.featured-case-copy ul { display: flex; flex-wrap: wrap; gap: 0.42rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.featured-case-copy li { padding: 0.46rem 0.68rem; border-radius: 999px; background: color-mix(in srgb, var(--case-accent) 12%, white); font-size: var(--text-label); line-height: 1.25; }
.featured-case-link, .projects-archive-link { display: inline-flex; min-height: 2.75rem; align-items: center; gap: 0.7rem; font-size: var(--text-action); font-weight: 650; }
.featured-case-link { margin-top: 1.3rem; padding-bottom: 0.1rem; border-bottom: 1px solid currentColor; }
.featured-case-link span, .projects-archive-link span { font-size: 1rem; transition: transform 180ms ease; }
.featured-case-link:hover span, .projects-archive-link:hover span { transform: translate(0.18rem, -0.18rem); }
.featured-case-link:focus-visible, .projects-archive-link:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
.featured-case-visual { position: relative; z-index: 2; display: grid; min-width: 0; place-items: center; padding: clamp(1.4rem, 2.5vw, 2.5rem) clamp(1.4rem, 2.5vw, 2.5rem) clamp(1.4rem, 2.5vw, 2.5rem) 0; }
.featured-browser { width: min(100%, 720px); overflow: hidden; border: 1px solid color-mix(in srgb, var(--case-ink) 14%, transparent); border-radius: 1rem; background: #f7f5f1; box-shadow: 0 1.5rem 3.5rem color-mix(in srgb, var(--case-ink) 21%, transparent); transform: rotate(0.8deg); transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1); }
.featured-case-panel-golfturen .featured-browser, .featured-case-panel-kroon .featured-browser { transform: rotate(-0.8deg); }
.featured-case-panel:hover .featured-browser { transform: rotate(0) translateY(-0.25rem); }
.featured-browser-bar { display: grid; height: 2.25rem; align-items: center; padding: 0 0.8rem; border-bottom: 1px solid rgba(23, 44, 45, 0.1); color: #536564; grid-template-columns: 1fr auto 1fr; }
.featured-browser-bar > span { display: flex; gap: 0.28rem; }
.featured-browser-bar i { width: 0.42rem; height: 0.42rem; border-radius: 50%; background: var(--case-accent); opacity: 0.55; }
.featured-browser-bar small { grid-column: 2; font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.025em; }
.featured-browser-bar b { grid-column: 3; justify-self: end; font-family: var(--font-mono); font-size: var(--text-label); font-weight: 500; letter-spacing: 0.025em; opacity: 0.7; }
.featured-browser-viewport { height: clamp(20rem, 25vw, 24rem); overflow-x: hidden; overflow-y: auto; background: #fff; overscroll-behavior: contain; scrollbar-color: var(--case-accent) rgba(23, 44, 45, 0.1); scrollbar-width: thin; }
.featured-browser-viewport:focus-visible { outline: 3px solid var(--case-accent); outline-offset: -3px; }
.featured-browser-viewport img { display: block; width: 100%; height: auto; object-fit: contain; object-position: top center; }
.projects-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: clamp(2rem, 4vw, 3.5rem); padding-top: 1.4rem; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.projects-footer p { max-width: 580px; margin: 0; color: rgba(255, 255, 255, 0.62); font-size: 0.88rem; line-height: 1.6; }
.projects-archive-link { color: #b9d9d0; }
.projects-archive-link:hover { color: var(--white); }
@keyframes featuredCaseIn { from { opacity: 0; transform: translateY(0.65rem); } to { opacity: 1; transform: translateY(0); } }

.home-resources { position: relative; overflow: hidden; padding-block: var(--section-space-feature); background: #dfe9e5; color: var(--coal); }
.home-resources::before { position: absolute; top: -15rem; right: -12rem; width: 40rem; aspect-ratio: 1; border: 1px solid rgba(30, 91, 90, 0.1); border-radius: 50%; box-shadow: inset 0 0 0 7rem rgba(255, 255, 255, 0.12), inset 0 0 0 14rem rgba(30, 91, 90, 0.025); content: ""; pointer-events: none; }
.home-resources::after { position: absolute; bottom: -8rem; left: -7rem; width: 24rem; height: 19rem; background: repeating-linear-gradient(90deg, rgba(30, 91, 90, 0.045) 0 1px, transparent 1px 2.25rem), repeating-linear-gradient(0deg, rgba(30, 91, 90, 0.035) 0 1px, transparent 1px 2.25rem); content: ""; opacity: 0.65; pointer-events: none; transform: rotate(8deg); }
.home-resources-inner { position: relative; z-index: 1; }
.home-resources-heading { display: grid; align-items: end; padding-bottom: clamp(2rem, 4vw, 3.5rem); border-bottom: 1px solid rgba(30, 91, 90, 0.2); grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.52fr); gap: clamp(2rem, 8vw, 9rem); }
.home-resources-heading h2 { max-width: 15ch; margin: 0; font-size: var(--type-section-title); font-weight: 430; letter-spacing: -0.05em; line-height: 1.06; }
.home-resources-heading h2 em { color: var(--deep); font-weight: 370; }
.home-resources-heading p { max-width: 35rem; margin: 0; color: var(--slate); font-size: var(--text-lead); line-height: 1.68; }
.home-resources-archive-link { display: inline-flex; min-height: 2.75rem; align-items: center; gap: 0.7rem; margin-top: 1.15rem; padding-bottom: 0.08rem; border-bottom: 1px solid rgba(30, 91, 90, 0.55); color: var(--deep); font-size: var(--text-action); font-weight: 650; }
.home-resources-archive-link span { font-size: 1rem; transition: transform 180ms ease; }
.home-resources-archive-link:hover span { transform: translate(0.18rem, -0.18rem); }
.home-resources-archive-link:focus-visible { outline: 3px solid var(--deep); outline-offset: 4px; }
.home-resource-desk { display: grid; align-items: stretch; margin-top: clamp(2rem, 4vw, 3.5rem); grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr); gap: clamp(1rem, 2vw, 1.6rem); }
.home-resource-featured { position: relative; min-height: 32rem; isolation: isolate; }
.home-resource-featured::before, .home-resource-featured::after { position: absolute; border-radius: 1.75rem; content: ""; pointer-events: none; }
.home-resource-featured::before { z-index: -2; inset: 1.15rem 0.1rem -0.65rem 1.1rem; background: #b7cbc4; transform: rotate(1.15deg); }
.home-resource-featured::after { z-index: -1; inset: 0.6rem 0.35rem -0.3rem 0.55rem; border: 1px solid rgba(30, 91, 90, 0.12); background: #cedbd6; transform: rotate(0.45deg); }
.home-resource-featured > a { position: relative; display: flex; height: 100%; min-height: 32rem; overflow: hidden; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.4rem); border-radius: 1.75rem; background: linear-gradient(145deg, #183f3f 0%, #102d2f 100%); box-shadow: 0 1.8rem 3.8rem rgba(22, 56, 56, 0.19); color: var(--white); transition: box-shadow 260ms ease, transform 260ms ease; }
.home-resource-featured > a::before { position: absolute; top: -7rem; right: -7rem; width: 19rem; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 50%; box-shadow: inset 0 0 0 3.8rem rgba(255, 255, 255, 0.025), inset 0 0 0 7.5rem rgba(255, 255, 255, 0.018); content: ""; pointer-events: none; }
.home-resource-featured:hover > a { box-shadow: 0 2.1rem 4.6rem rgba(22, 56, 56, 0.25); transform: translateY(-0.35rem) rotate(-0.2deg); }
.home-resource-featured > a:focus-visible { outline: 3px solid var(--terra); outline-offset: 5px; }
.home-resource-featured-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.05em; text-transform: uppercase; }
.home-resource-featured-top span { color: #b9d9d0; }
.home-resource-featured-top small { color: rgba(255, 255, 255, 0.57); font-size: inherit; }
.home-resource-tool-preview { position: relative; z-index: 1; width: min(10.5rem, 46%); aspect-ratio: 0.84; margin: clamp(1.6rem, 4vw, 2.8rem) 0 auto; padding: 1.25rem; overflow: hidden; border-radius: 1.2rem; background: #f7f3ec; box-shadow: 0 1.25rem 2.4rem rgba(5, 23, 24, 0.25); color: var(--deep); transform: rotate(-2.5deg); transition: transform 260ms ease; }
.home-resource-featured:hover .home-resource-tool-preview { transform: rotate(-0.5deg) translateY(-0.2rem); }
.home-resource-tool-preview::before { position: absolute; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; height: 44%; background: repeating-linear-gradient(0deg, rgba(30, 91, 90, 0.16) 0 1px, transparent 1px 1rem); content: ""; }
.home-resource-tool-preview::after { position: absolute; top: 1.25rem; right: 1.25rem; width: 1.8rem; aspect-ratio: 1; border: 1px solid rgba(30, 91, 90, 0.24); border-radius: 50%; content: "✓"; color: var(--deep); font-size: 0.8rem; line-height: 1.8rem; text-align: center; }
.home-resource-tool-preview > span { display: block; font-size: clamp(2.7rem, 5vw, 4.2rem); font-weight: 430; letter-spacing: -0.08em; line-height: 0.9; }
.home-resource-tool-preview > small { display: block; margin-top: 0.35rem; font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.07em; text-transform: uppercase; }
.home-resource-tool-preview > i { position: relative; z-index: 1; display: none; }
.home-resource-featured-copy { position: relative; z-index: 1; }
.home-resource-featured-topic { margin: 0 0 0.55rem; color: #b9d9d0; font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.06em; text-transform: uppercase; }
.home-resource-featured-copy h3 { max-width: 11ch; margin: 0; font-size: clamp(2rem, 3.25vw, 3.6rem); font-weight: 430; letter-spacing: -0.055em; line-height: 1.03; }
.home-resource-featured-excerpt { max-width: 34rem; margin: 1rem 0 0; color: rgba(255, 255, 255, 0.68); font-size: 0.9rem; line-height: 1.62; }
.home-resource-featured > a > strong { position: relative; z-index: 1; display: inline-flex; min-height: 2.75rem; align-items: center; align-self: flex-start; gap: 0.65rem; margin-top: 1.2rem; padding-bottom: 0.08rem; border-bottom: 1px solid rgba(255, 255, 255, 0.48); font-size: var(--text-action); font-weight: 650; }
.home-resource-featured > a > strong i { font-size: 1rem; font-style: normal; transition: transform 180ms ease; }
.home-resource-featured:hover > a > strong i { transform: translate(0.18rem, -0.18rem); }
.home-resource-articles { display: grid; min-width: 0; grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 0.85rem; }
.home-resource-articles article { --resource-paper: #f7f3ed; position: relative; min-width: 0; }
.home-resource-articles article:nth-child(2) { --resource-paper: #e9e4ec; margin-left: 1rem; }
.home-resource-articles article:nth-child(3) { --resource-paper: #edf0e9; margin-left: 0.35rem; }
.home-resource-articles article > a { display: grid; height: 100%; min-height: 0; padding: clamp(1.2rem, 2vw, 1.7rem) clamp(1.25rem, 2.3vw, 2rem); border: 1px solid rgba(30, 91, 90, 0.11); border-radius: 1.35rem; background: var(--resource-paper); box-shadow: 0 0.9rem 2rem rgba(31, 52, 52, 0.07); color: var(--coal); grid-template-rows: auto auto 1fr auto; transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease; }
.home-resource-articles article:nth-child(1) > a { transform: rotate(-0.25deg); }
.home-resource-articles article:nth-child(2) > a { transform: rotate(0.3deg); }
.home-resource-articles article:nth-child(3) > a { transform: rotate(-0.15deg); }
.home-resource-articles article:hover > a { border-color: rgba(30, 91, 90, 0.25); box-shadow: 0 1.3rem 2.7rem rgba(31, 52, 52, 0.12); transform: translateY(-0.25rem) rotate(0); }
.home-resource-articles article > a:focus-visible { outline: 3px solid var(--deep); outline-offset: 4px; }
.home-resource-article-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: rgba(73, 85, 85, 0.76); font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.045em; text-transform: uppercase; }
.home-resource-article-meta span { color: var(--deep); }
.home-resource-article-meta time, .home-resource-article-meta small { font-size: inherit; }
.home-resource-articles h3 { max-width: 27ch; margin: 0.55rem 0 0; font-size: clamp(1.35rem, 2vw, 1.85rem); font-weight: 500; letter-spacing: -0.04em; line-height: 1.18; }
.home-resource-articles article > a > p { max-width: 60ch; margin: 0.55rem 0 0; color: var(--slate); font-size: 0.86rem; line-height: 1.55; }
.home-resource-article-footer { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-top: 0.8rem; padding-top: 0.75rem; border-top: 1px solid rgba(30, 91, 90, 0.12); }
.home-resource-article-footer > span { color: var(--slate); font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.04em; text-transform: uppercase; }
.home-resource-article-footer strong { display: inline-flex; align-items: center; gap: 0.55rem; color: var(--deep); font-size: var(--text-action); font-weight: 650; }
.home-resource-article-footer strong i { font-size: 1rem; font-style: normal; transition: transform 180ms ease; }
.home-resource-articles article:hover .home-resource-article-footer strong i { transform: translate(0.18rem, -0.18rem); }

.about { position: relative; overflow: hidden; background: #eee7df; color: var(--coal); }
.about::before { position: absolute; top: -18rem; right: -14rem; width: 42rem; aspect-ratio: 1; border: 1px solid rgba(30, 91, 90, 0.12); border-radius: 50%; box-shadow: inset 0 0 0 7rem rgba(255, 255, 255, 0.08), inset 0 0 0 14rem rgba(30, 91, 90, 0.025); content: ""; pointer-events: none; }
.about-inner { position: relative; z-index: 1; }
.about-story { display: grid; align-items: end; margin-top: 0; grid-template-columns: minmax(380px, 0.82fr) minmax(0, 1.08fr); gap: clamp(3rem, 7vw, 8rem); }
.about-narrative { position: relative; z-index: 2; max-width: 750px; padding-bottom: 1rem; }
.about-narrative h2 { max-width: 680px; margin: 0 0 1.5rem; font-size: clamp(2.4rem, 4vw, 4.7rem); letter-spacing: -0.055em; line-height: 1.04; }
.about-narrative p { max-width: 680px; margin: 0 0 1rem; color: var(--slate); font-size: clamp(0.9rem, 1.05vw, 1.02rem); line-height: 1.72; }
.about-link { display: inline-flex; align-items: center; gap: 0.7rem; margin-top: 1.2rem; padding-bottom: 0.2rem; border-bottom: 1px solid currentColor; color: var(--deep); font-size: var(--text-action); font-weight: 650; }
.about-link span { font-size: 1.05rem; transition: transform 180ms ease; }
.about-link:hover span { transform: translate(0.18rem, -0.18rem); }
.about-person { position: relative; display: flex; min-height: 550px; align-items: flex-end; justify-content: center; isolation: isolate; }
.about-person-halo { position: absolute; z-index: -1; right: 2%; bottom: 0; left: 2%; height: 86%; overflow: hidden; border-radius: 48% 48% 2rem 2rem; background: radial-gradient(circle at 26% 22%, rgba(205, 157, 119, 0.42), transparent 28%), radial-gradient(circle at 76% 38%, rgba(255, 255, 255, 0.13), transparent 25%), linear-gradient(145deg, #1f5553 0%, #153f40 58%, #102f31 100%); box-shadow: 0 2rem 4rem rgba(30, 31, 32, 0.13); }
.about-person-halo::before { position: absolute; inset: 1rem; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: inherit; content: ""; }
.about-person img { position: relative; z-index: 2; width: min(94%, 500px); height: auto; margin: 0 auto; filter: drop-shadow(0 1.4rem 1.2rem rgba(15, 42, 43, 0.18)); }
.about-facts { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.about-fact { position: absolute; display: flex; min-width: 150px; max-width: 215px; flex-direction: column; gap: 0.28rem; padding: 0.9rem 1rem; border: 1px solid rgba(30, 91, 90, 0.13); border-radius: 1.15rem; background: rgba(250, 247, 243, 0.92); box-shadow: 0 0.9rem 2rem rgba(30, 31, 32, 0.1); backdrop-filter: blur(10px); }
.about-fact strong { color: var(--deep); font-size: clamp(1rem, 1.35vw, 1.28rem); font-weight: 600; letter-spacing: -0.035em; line-height: 1.05; }
.about-fact span { color: var(--slate); font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.03em; line-height: 1.45; text-transform: uppercase; }
.about-fact-year { top: 12%; left: -5%; }
.about-fact-rating { top: 36%; right: -5%; }
.about-fact-skill { bottom: 5%; left: -8%; max-width: 225px; }

.faq { background: var(--beige); color: var(--coal); }
.faq-layout { display: grid; align-items: start; grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.15fr); gap: clamp(3rem, 9vw, 10rem); }
.faq-intro { position: sticky; top: 8rem; }
.faq-intro h2 { max-width: 660px; margin: 0 0 1.4rem; font-size: clamp(2.6rem, 4.1vw, 4.7rem); }
.faq-intro > p:last-child { max-width: 500px; margin: 0; color: var(--slate); font-size: 0.95rem; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; min-height: 5.4rem; align-items: center; padding: 1.1rem 0; cursor: pointer; list-style: none; grid-template-columns: minmax(0, 1fr) 2.7rem; gap: 1.5rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 500; letter-spacing: -0.035em; line-height: 1.2; }
.faq-list summary i { position: relative; display: block; width: 2.7rem; height: 2.7rem; border: 1px solid rgba(30, 91, 90, 0.2); border-radius: 50%; }
.faq-list summary i::before, .faq-list summary i::after { position: absolute; top: 50%; left: 50%; width: 0.9rem; height: 1.5px; background: var(--deep); content: ""; transform: translate(-50%, -50%); transition: transform 180ms ease; }
.faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list details > p { max-width: 760px; margin: -0.25rem 4.2rem 0 0; padding: 0 0 1.65rem; color: var(--slate); font-size: 0.92rem; line-height: 1.72; }

.contact { position: relative; overflow: hidden; padding-block: var(--section-space-cta); background: #dfe9e5; color: var(--coal); }
.contact::before { position: absolute; top: -20rem; right: -12rem; width: 40rem; aspect-ratio: 1; border: 1px solid rgba(30, 91, 90, 0.12); border-radius: 50%; box-shadow: inset 0 0 0 7rem rgba(255, 255, 255, 0.08), inset 0 0 0 14rem rgba(30, 91, 90, 0.025); content: ""; pointer-events: none; }
.contact-inner { position: relative; z-index: 1; }
.contact-heading { display: grid; align-items: end; grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.55fr); gap: clamp(2rem, 7vw, 7rem); }
.contact-heading h2 { max-width: 820px; margin: 0; font-size: clamp(2.7rem, 4.5vw, 5rem); }
.contact-heading > p { max-width: 490px; margin: 0 0 0.65rem; color: var(--slate); font-size: clamp(0.95rem, 1.25vw, 1.12rem); line-height: 1.7; }
.contact-choices { display: grid; margin-top: clamp(2.25rem, 4vw, 3.5rem); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem; }
.contact-choice { display: grid; min-height: 210px; align-content: space-between; padding: clamp(1.15rem, 1.8vw, 1.55rem); border: 1px solid rgba(30, 91, 90, 0.13); border-radius: calc(var(--radius) * 0.68); background: rgba(250, 248, 245, 0.78); color: var(--coal); cursor: pointer; grid-template-columns: 1fr auto; gap: 1.35rem 1rem; text-align: left; transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.contact-choice:hover, .contact-choice:focus-visible { border-color: rgba(30, 91, 90, 0.24); background: var(--white); box-shadow: 0 1.6rem 3.5rem rgba(30, 31, 32, 0.1); transform: translateY(-5px); }
.contact-choice-meeting { border-color: transparent; background: linear-gradient(145deg, #1f5c5a, #163f40); color: var(--white); }
.contact-choice-meeting:hover, .contact-choice-meeting:focus-visible { border-color: transparent; background: linear-gradient(145deg, #246764, #174344); }
.contact-choice-icon { display: grid; width: 3rem; height: 3rem; place-items: center; border: 1px solid rgba(30, 91, 90, 0.14); border-radius: 50%; background: rgba(30, 91, 90, 0.07); color: var(--deep); }
.contact-choice-meeting .contact-choice-icon { border-color: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.09); color: var(--white); }
.contact-choice-icon svg { width: 1.25rem; height: 1.25rem; }
.contact-choice > i { color: var(--deep); font-size: 1.05rem; font-style: normal; transition: transform 180ms ease; }
.contact-choice-meeting > i { color: var(--mist); }
.contact-choice:hover > i { transform: translate(0.22rem, -0.22rem); }
.contact-choice-copy { display: flex; grid-column: 1 / -1; flex-direction: column; }
.contact-choice-copy small { margin-bottom: 0.42rem; color: var(--deep); font-family: var(--font-mono); font-size: var(--text-label); font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }
.contact-choice-meeting .contact-choice-copy small { color: var(--mist); }
.contact-choice-copy strong { margin-bottom: 0.42rem; font-size: clamp(1.2rem, 1.65vw, 1.65rem); font-weight: 500; letter-spacing: -0.04em; line-height: 1.08; }
.contact-choice-copy > span { max-width: 340px; color: var(--slate); font-size: var(--text-support); line-height: 1.6; }
.contact-choice-meeting .contact-choice-copy > span { color: rgba(255, 255, 255, 0.8); }
.contact-form-prompt { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 0.75rem; padding: 0.85rem 0; border-top: 1px solid rgba(30, 91, 90, 0.16); border-bottom: 1px solid rgba(30, 91, 90, 0.16); color: var(--slate); font-size: var(--text-action); }
.contact-form-prompt button { display: inline-flex; align-items: center; gap: 0.7rem; padding: 0.78rem 1rem; border-radius: 999px; background: transparent; color: var(--deep); cursor: pointer; font-size: var(--text-action); font-weight: 650; }
.contact-form-prompt button i { font-style: normal; transition: transform 180ms ease; }
.contact-form-prompt button:hover i { transform: translate(0.18rem, -0.18rem); }

body.dialog-open { overflow: hidden; }
.contact-dialog { width: min(1160px, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); padding: 0; overflow: hidden; border: 0; border-radius: calc(var(--radius) * 0.85); outline: 0; background: var(--beige); box-shadow: 0 2.5rem 7rem rgba(9, 25, 26, 0.3); }
.contact-dialog::backdrop { background: rgba(13, 31, 32, 0.72); backdrop-filter: blur(8px); }
.contact-dialog[open] { animation: dialog-in 300ms cubic-bezier(0.22, 1, 0.36, 1); }
.contact-dialog[open]::backdrop { animation: dialog-backdrop-in 300ms ease-out; }
.contact-dialog[open].is-closing { pointer-events: none; animation: dialog-out 180ms cubic-bezier(0.4, 0, 1, 1) forwards; }
.contact-dialog[open].is-closing::backdrop { animation: dialog-backdrop-out 180ms ease-in forwards; }
.contact-dialog-layout { position: relative; display: grid; min-height: 650px; grid-template-columns: minmax(300px, 0.64fr) minmax(0, 1.36fr); }
.contact-dialog-mobile-bar { position: absolute; z-index: 4; top: 1rem; right: 1rem; }
.contact-dialog-mobile-bar > span { display: none; }
.contact-dialog-close { position: relative; width: 2.8rem; height: 2.8rem; border-radius: 50%; background: var(--coal); color: var(--white); cursor: pointer; }
.contact-dialog-close span { position: absolute; top: 50%; left: 0.78rem; width: 1.25rem; height: 1.5px; background: currentColor; transform: rotate(45deg); }
.contact-dialog-close span:last-child { transform: rotate(-45deg); }
.contact-dialog-intro { display: flex; flex-direction: column; padding: clamp(2.5rem, 3.5vw, 3.6rem) clamp(2rem, 3vw, 3rem); background: linear-gradient(145deg, #1f5c5a, #143b3c); color: var(--white); }
.contact-dialog-kicker { margin-bottom: 1.25rem; color: var(--mist); font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.07em; text-transform: uppercase; }
.contact-dialog-intro h2 { max-width: 420px; margin: 0; font-size: clamp(2.65rem, 4vw, 4.7rem); line-height: 0.98; }
.contact-dialog-intro > p { max-width: 390px; margin: 1.5rem 0 0; color: rgba(255, 255, 255, 0.78); font-size: var(--text-support); line-height: 1.7; }
.contact-dialog-direct { display: flex; flex-direction: column; align-items: flex-start; gap: 0.4rem; margin-top: auto; padding-top: 2rem; }
.contact-dialog-direct a { border-bottom: 1px solid rgba(255, 255, 255, 0.5); font-size: var(--text-action); }
.contact-dialog-direct .contact-dialog-meeting { display: grid; width: 100%; min-height: 5rem; align-items: center; margin-bottom: 0.75rem; padding: 0.9rem 0.9rem 0.9rem 1rem; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 1.15rem; background: var(--mist); color: var(--deep); grid-template-columns: minmax(0, 1fr) 2.6rem; gap: 0.85rem; transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.contact-dialog-meeting > span { display: grid; gap: 0.18rem; }
.contact-dialog-meeting strong { font-size: var(--text-support); font-weight: 600; line-height: 1.3; }
.contact-dialog-meeting small { color: rgba(20, 63, 64, 0.72); font-size: var(--text-label); line-height: 1.4; }
.contact-dialog-meeting i { display: grid; width: 2.6rem; height: 2.6rem; place-items: center; border-radius: 50%; background: var(--deep); color: var(--white); font-style: normal; transition: transform 180ms ease; }
.contact-dialog-direct .contact-dialog-meeting:hover { background: var(--white); box-shadow: 0 1rem 2.4rem rgba(8, 28, 29, 0.22); transform: translateY(-2px); }
.contact-dialog-direct .contact-dialog-meeting:hover i { transform: translate(0.12rem, -0.12rem); }
.contact-form { display: grid; align-content: center; gap: 1.25rem; padding: clamp(3rem, 5vw, 5rem) clamp(1.5rem, 4vw, 3.8rem); background: var(--beige); }
.contact-dialog .contact-form { gap: 0.82rem; padding: clamp(1.8rem, 2.5vw, 2.6rem) clamp(1.4rem, 2.8vw, 2.7rem); }
.contact-dialog .contact-form fieldset { padding-bottom: 0; }
.contact-dialog .need-options { margin-top: 0.55rem; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.38rem; }
.contact-dialog .need-options span { min-height: 2.55rem; padding: 0.4rem 0.55rem; }
.contact-dialog .form-row-contact { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.8rem; }
.contact-dialog .contact-form input:not([type="radio"]):not([type="checkbox"]),
.contact-dialog .contact-form textarea { padding-block: 0.56rem; }
.contact-dialog .newsletter-optin { padding: 0.7rem 0.8rem; }
.contact-dialog .form-button { min-height: 3rem; }
.contact-dialog .form-legal { line-height: 1.45; }
.contact-form fieldset { margin: 0; padding: 0 0 0.6rem; border: 0; }
.contact-form legend, .contact-form > label, .form-row label { color: var(--deep); font-family: var(--font-mono); font-size: var(--text-label); font-weight: 500; letter-spacing: 0.055em; text-transform: uppercase; }
.need-options { display: grid; margin-top: 0.8rem; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.45rem; }
.need-options label { min-width: 0; cursor: pointer; }
.need-options label:last-child { grid-column: 1 / -1; }
.need-options input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.need-options span { display: flex; min-height: 2.85rem; height: 100%; align-items: center; justify-content: center; padding: 0.52rem 0.72rem; border: 1px solid var(--line); border-radius: 999px; color: var(--slate); background: var(--white); font-size: var(--text-action); letter-spacing: 0; line-height: 1.3; text-align: center; text-transform: none; transition: background 180ms ease, border-color 180ms ease, color 180ms ease; }
.need-options input:checked + span { border-color: var(--deep); background: var(--deep); color: var(--white); }
.need-options input:focus-visible + span { outline: 3px solid var(--ochre); outline-offset: 3px; }
.need-select { position: relative; display: none; margin-top: 0.75rem; }
.need-select::after { position: absolute; top: 50%; right: 1rem; width: 0.62rem; height: 0.62rem; border-right: 2px solid var(--deep); border-bottom: 2px solid var(--deep); content: ""; pointer-events: none; transform: translateY(-68%) rotate(45deg); }
.need-select select { width: 100%; min-height: 3.25rem; padding: 0.75rem 2.8rem 0.75rem 1rem; border: 1px solid rgba(30, 91, 90, 0.26); border-radius: 0.9rem; appearance: none; background: var(--white); color: var(--coal); font: 500 var(--text-support)/1.35 var(--font-sans); letter-spacing: 0; text-transform: none; }
.need-select select:focus-visible { outline: 3px solid var(--ochre); outline-offset: 2px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.contact-form > label, .form-row label { display: grid; gap: 0.4rem; }
.form-label-line { display: flex; align-items: baseline; gap: 0.42rem; }
.form-label-line small { color: var(--stone); font-family: var(--font-sans); font-size: var(--text-label); font-weight: 400; letter-spacing: 0; text-transform: none; }
.contact-form input:not([type="radio"]):not([type="checkbox"]), .contact-form textarea { width: 100%; padding: 0.75rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--coal); font-family: var(--font-sans); font-size: var(--text-support); letter-spacing: 0; text-transform: none; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--deep); box-shadow: 0 1px 0 var(--deep); }
.contact-form textarea { resize: vertical; }
.newsletter-optin {
  display: grid !important;
  padding: clamp(0.9rem, 1.5vw, 1.1rem);
  border: 1px solid rgba(18, 91, 88, 0.18);
  border-radius: 1.05rem;
  background: linear-gradient(135deg, rgba(221, 233, 229, 0.76), rgba(236, 231, 241, 0.52));
  grid-template-columns: 1.2rem 1fr;
  gap: 0.8rem;
  align-items: start;
  color: var(--coal) !important;
  font-family: var(--font-sans) !important;
  letter-spacing: 0 !important;
  line-height: 1.5;
  text-transform: none !important;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.newsletter-optin:hover { border-color: rgba(18, 91, 88, 0.38); transform: translateY(-1px); }
.newsletter-optin:focus-within { border-color: var(--deep); box-shadow: 0 0 0 3px rgba(18, 91, 88, 0.15); }
.newsletter-optin input { width: 1.1rem; height: 1.1rem; margin: 0.2rem 0 0; accent-color: var(--deep); }
.newsletter-optin-copy { display: grid; gap: 0.18rem; }
.newsletter-optin-copy strong { color: var(--deep); font-size: var(--text-support); font-weight: 600; }
.newsletter-optin-copy span { color: #596267; font-size: var(--text-action); }
.form-button { width: 100%; }
.form-note { margin: -0.45rem 0 0; color: #626970; font-size: var(--text-label); text-align: center; }
.form-legal {
  margin: -0.35rem 0 0;
  color: #6a7174;
  font-size: var(--text-action);
  line-height: 1.55;
  text-align: center;
}
.form-legal a { color: var(--coal); text-decoration: underline; text-decoration-color: rgba(30, 31, 32, 0.34); text-underline-offset: 0.18em; }
.grecaptcha-badge { visibility: hidden !important; }

.form-success[hidden] { display: none !important; }
.form-success { display: grid; min-width: 0; align-content: center; justify-items: center; gap: 0.7rem; padding: clamp(2rem, 5vw, 4rem); background: var(--beige); color: var(--coal); text-align: center; animation: form-success-in 360ms cubic-bezier(0.22, 1, 0.36, 1); }
.form-success-icon { display: grid; width: 3.5rem; height: 3.5rem; margin-bottom: 0.25rem; place-items: center; border-radius: 50%; background: var(--deep); color: var(--white); box-shadow: 0 0 0 0.55rem rgba(158, 203, 190, 0.25); font-size: 1.35rem; font-weight: 600; }
.form-success h3 { max-width: 30rem; margin: 0; font-size: var(--type-card-title-large); font-weight: 430; letter-spacing: -0.04em; line-height: 1.08; }
.form-success p { max-width: 31rem; margin: 0; color: var(--slate); font-size: var(--text-support); line-height: 1.65; }
.form-success small { max-width: 31rem; color: var(--stone); font-size: var(--text-action); line-height: 1.55; }
.contact-dialog-layout > .contact-form-success { min-height: 100%; }
.callback-form-success { padding: 1.25rem 0 0.55rem; background: transparent; }
.callback-form-success .form-success-icon { width: 3rem; height: 3rem; box-shadow: 0 0 0 0.4rem rgba(158, 203, 190, 0.22); font-size: 1.1rem; }
.callback-form-success h3 { font-size: var(--type-card-title-small); }
@keyframes form-success-in { from { opacity: 0; transform: translateY(0.7rem); } to { opacity: 1; transform: translateY(0); } }

.callback-dialog { width: min(31rem, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); padding: 0; overflow: auto; border: 0; border-radius: 1.65rem; outline: 0; background: var(--beige); color: var(--coal); box-shadow: 0 2rem 6rem rgba(9, 25, 26, 0.3); }
.callback-dialog::backdrop { background: rgba(13, 31, 32, 0.68); backdrop-filter: blur(7px); }
.callback-dialog[open] { animation: callback-dialog-in 280ms cubic-bezier(0.22, 1, 0.36, 1); }
.callback-dialog[open]::backdrop { animation: dialog-backdrop-in 260ms ease-out; }
.callback-dialog[open].is-closing { pointer-events: none; animation: callback-dialog-out 170ms cubic-bezier(0.4, 0, 1, 1) forwards; }
.callback-dialog[open].is-closing::backdrop { animation: dialog-backdrop-out 170ms ease-in forwards; }
.callback-dialog-card { position: relative; padding: clamp(1.45rem, 4vw, 2rem); }
.callback-dialog-close { position: absolute; z-index: 2; top: 0.85rem; right: 0.85rem; display: grid; width: 2.75rem; height: 2.75rem; padding: 0; place-items: center; border-radius: 50%; background: rgba(30, 31, 32, 0.07); color: var(--coal); cursor: pointer; }
.callback-dialog-close span { font-size: 1.55rem; font-weight: 300; line-height: 1; transform: translateY(-0.04em); }
.callback-dialog-close:hover { background: var(--deep); color: var(--white); }
.callback-dialog-heading { display: grid; align-items: center; padding-right: 2.8rem; grid-template-columns: 3.3rem minmax(0, 1fr); gap: 0.9rem; }
.callback-dialog-icon { display: grid; width: 3.3rem; height: 3.3rem; place-items: center; border-radius: 50%; background: #dfe9e5; color: var(--deep); }
.callback-dialog-icon svg { width: 1.35rem; height: 1.35rem; }
.callback-dialog-hours { display: block; margin-bottom: 0.25rem; color: var(--deep); font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.035em; }
.callback-dialog h2 { margin: 0; font-size: clamp(1.65rem, 4vw, 2.15rem); font-weight: 430; letter-spacing: -0.045em; line-height: 1.08; }
.callback-dialog-copy { margin: 1rem 0 1.15rem; color: var(--slate); font-size: var(--text-support); line-height: 1.65; }
.callback-form { display: grid; gap: 0.8rem; }
.callback-form > label { display: grid; gap: 0.28rem; color: var(--deep); font-family: var(--font-mono); font-size: var(--text-label); font-weight: 500; letter-spacing: 0.035em; }
.callback-form input:not([type="hidden"]) { width: 100%; min-height: 2.9rem; padding: 0.62rem 0.8rem; border: 1px solid rgba(30, 91, 90, 0.2); border-radius: 0.8rem; outline: 0; background: var(--white); color: var(--coal); font-family: var(--font-sans); font-size: var(--text-support); letter-spacing: 0; }
.callback-form input:focus { border-color: var(--deep); box-shadow: 0 0 0 3px rgba(30, 91, 90, 0.12); }
.callback-form > button { display: inline-flex; width: 100%; min-height: 3rem; align-items: center; justify-content: center; gap: 0.65rem; margin-top: 0.1rem; padding: 0.72rem 1rem; border-radius: 999px; background: var(--deep); color: var(--white); cursor: pointer; font-size: var(--text-action); font-weight: 600; }
.callback-form > button:hover { background: #143f40; }
.callback-form > button:disabled { cursor: wait; opacity: 0.65; }
.callback-form-legal { margin: 0; color: #686f71; font-size: var(--text-label); line-height: 1.52; }
.callback-form-legal a { color: var(--deep); text-decoration: underline; text-decoration-color: rgba(30, 91, 90, 0.3); text-underline-offset: 0.16em; }
.callback-form-note { min-height: 1.45em; margin: -0.2rem 0 0; color: var(--deep); font-size: var(--text-action); line-height: 1.5; }
.callback-direct-call { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 0.9rem; padding-top: 0.9rem; border-top: 1px solid var(--line); }
.callback-direct-call > span { color: var(--stone); font-size: var(--text-action); }
.callback-direct-call a { display: inline-flex; min-height: 2.75rem; align-items: center; gap: 0.5rem; color: var(--deep); font-size: var(--text-action); font-weight: 600; white-space: nowrap; }
@keyframes callback-dialog-in { from { opacity: 0; transform: translateY(1rem) scale(0.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes callback-dialog-out { from { opacity: 1; transform: translateY(0) scale(1); } to { opacity: 0; transform: translateY(0.55rem) scale(0.98); } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(1.75rem) scale(0.965); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes dialog-out { from { opacity: 1; transform: translateY(0) scale(1); } to { opacity: 0; transform: translateY(0.85rem) scale(0.985); } }
@keyframes dialog-backdrop-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes dialog-backdrop-out { from { opacity: 1; } to { opacity: 0; } }

.site-footer { position: relative; background: var(--coal); color: var(--white); }
.site-footer::before { position: absolute; z-index: 5; top: 0; left: -5%; width: 110%; height: 8px; background: var(--deep); clip-path: ellipse(62% 100% at 48% 0%); content: ""; pointer-events: none; }
.footer-newsletter { display: grid; padding-top: clamp(5rem, 8vw, 7rem); padding-bottom: clamp(3.25rem, 5vw, 4.5rem); border-bottom: 1px solid rgba(255, 255, 255, 0.14); grid-template-columns: minmax(280px, 0.86fr) minmax(460px, 1.14fr); gap: clamp(3rem, 7vw, 8rem); align-items: end; }
.footer-newsletter-copy h2 { max-width: 650px; margin: 0; color: var(--white); font-size: clamp(2.05rem, 3.15vw, 3.45rem); font-weight: 430; letter-spacing: -0.05em; line-height: 1.06; }
.footer-newsletter-copy h2 em { color: var(--mist); font-weight: 370; }
.footer-newsletter-copy > p { max-width: 580px; margin: 1.25rem 0 0; color: rgba(255, 255, 255, 0.66); font-size: var(--text-support); line-height: 1.65; }
.footer-newsletter-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) auto; gap: 0.9rem 0.75rem; align-items: end; }
.footer-newsletter-form > label { display: grid; min-width: 0; gap: 0.38rem; }
.footer-newsletter-form label > span { color: var(--mist); font-family: var(--font-mono); font-size: var(--text-label); font-weight: 500; letter-spacing: 0.055em; text-transform: uppercase; }
.footer-newsletter-form input:not([type="hidden"]) { width: 100%; min-height: 3.25rem; padding: 0.72rem 0.2rem; border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.32); border-radius: 0; outline: 0; background: transparent; color: var(--white); font-family: var(--font-sans); font-size: var(--text-support); transition: border-color 180ms ease, box-shadow 180ms ease; }
.footer-newsletter-form input::placeholder { color: rgba(255, 255, 255, 0.4); }
.footer-newsletter-form input:focus { border-bottom-color: var(--mist); box-shadow: 0 1px 0 var(--mist); }
.footer-newsletter-form button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; gap: 0.65rem; padding: 0.75rem 1.15rem; border-radius: 999px; background: var(--mist); color: var(--deep); cursor: pointer; font-size: var(--text-action); font-weight: 650; white-space: nowrap; transition: background 180ms ease, transform 180ms ease; }
.footer-newsletter-form button:hover { background: var(--white); transform: translateY(-1px); }
.footer-newsletter-form button:disabled { cursor: wait; opacity: 0.62; transform: none; }
.footer-newsletter-legal, .footer-newsletter-status { grid-column: 1 / -1; margin: 0; font-size: var(--text-action); line-height: 1.55; }
.footer-newsletter-legal { padding-top: 0.15rem; color: rgba(255, 255, 255, 0.5); }
.footer-newsletter-legal a { color: rgba(255, 255, 255, 0.78); text-decoration: underline; text-decoration-color: rgba(255, 255, 255, 0.3); text-underline-offset: 0.18em; }
.footer-newsletter-status { min-height: 1.55em; color: var(--mist); }
.footer-newsletter-success { min-height: 10rem; align-content: center; justify-items: start; padding: 1.3rem 1.5rem; border: 1px solid rgba(158, 203, 190, 0.25); border-radius: 1.25rem; background: rgba(158, 203, 190, 0.08); color: var(--white); grid-template-columns: 3.25rem minmax(0, 1fr); gap: 1rem; text-align: left; }
.footer-newsletter-success .form-success-icon { width: 3.25rem; height: 3.25rem; margin: 0; background: var(--mist); color: var(--deep); box-shadow: none; }
.footer-newsletter-success > div { align-self: center; }
.footer-newsletter-success h3 { margin: 0 0 0.25rem; color: var(--white); font-size: var(--type-card-title-small); }
.footer-newsletter-success p { margin: 0; color: rgba(255, 255, 255, 0.68); }
.footer-main { display: grid; padding-top: clamp(3rem, 5vw, 4.5rem); padding-bottom: clamp(3rem, 5vw, 4.5rem); grid-template-columns: minmax(300px, 1.1fr) minmax(300px, 1.05fr) minmax(230px, 0.7fr); gap: clamp(2.5rem, 5vw, 6rem); }
.footer-brand > a { display: block; width: min(16rem, 100%); height: auto; }
.footer-brand img { display: block; width: 100%; height: auto !important; aspect-ratio: 1400 / 427; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 410px; margin: 1.3rem 0 0; color: rgba(255, 255, 255, 0.66); font-size: var(--text-support); line-height: 1.7; }
.footer-direct { display: grid; width: min(100%, 22rem); margin-top: 1.45rem; }
.footer-direct a { display: grid; min-height: 3rem; align-items: center; padding: 0.65rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); color: rgba(255, 255, 255, 0.82); font-size: var(--text-action); grid-template-columns: 1.1rem minmax(0, 1fr) auto; gap: 0.68rem; transition: border-color 180ms ease, color 180ms ease; }
.footer-direct svg { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; color: var(--mist); }
.footer-direct i { margin-left: 0.12rem; font-style: normal; transition: transform 180ms ease; }
.footer-direct a:hover i { transform: translate(0.15rem, -0.15rem); }
.footer-direct a:hover { border-color: rgba(158, 203, 190, 0.5); color: var(--white); }
.footer-navs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3rem); }
.footer-navs nav { display: flex; flex-direction: column; align-items: flex-start; gap: 0.72rem; }
.footer-navs strong, .footer-company-kicker { margin-bottom: 0.6rem; color: var(--mist); font-family: var(--font-mono); font-size: var(--text-label); font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; }
.footer-navs nav > a { color: rgba(255, 255, 255, 0.8); font-size: var(--text-action); line-height: 1.45; transition: color 180ms ease, transform 180ms ease; }
.footer-navs a:hover { color: var(--white); transform: translateX(0.18rem); }
.footer-social { align-self: end; display: flex; align-items: center; justify-content: space-between; grid-column: 1 / -1; gap: 1rem; margin-top: 0.55rem; padding-top: 1.15rem; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.footer-social > span { color: rgba(255, 255, 255, 0.68); font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.06em; text-transform: uppercase; }
.footer-social > div { display: flex; gap: 0.5rem; }
.footer-social a { display: grid; width: 2.6rem; height: 2.6rem; place-items: center; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 50%; color: rgba(255, 255, 255, 0.78); transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease; }
.footer-social a:hover { border-color: rgba(158, 203, 190, 0.5); background: rgba(100, 167, 166, 0.12); color: var(--white); transform: translateY(-2px); }
.footer-social i { display: grid; place-items: center; font-style: normal; line-height: 1; }
.footer-social-facebook { font-size: 1.15rem; font-weight: 700; transform: translateY(0.08rem); }
.footer-social-linkedin { font-size: 0.78rem; font-weight: 700; letter-spacing: -0.04em; }
.footer-social-instagram { position: relative; width: 1rem; height: 1rem; border: 1.7px solid currentColor; border-radius: 0.3rem; }
.footer-social-instagram::before { position: absolute; top: 50%; left: 50%; width: 0.36rem; height: 0.36rem; border: 1.4px solid currentColor; border-radius: 50%; content: ""; transform: translate(-50%, -50%); }
.footer-social-instagram::after { position: absolute; top: 0.15rem; right: 0.15rem; width: 0.13rem; height: 0.13rem; border-radius: 50%; background: currentColor; content: ""; }
.footer-company { align-self: start; padding-left: clamp(1.2rem, 2.5vw, 2rem); border-left: 1px solid rgba(255, 255, 255, 0.14); }
.footer-company > strong { display: block; margin-top: 0.3rem; font-size: clamp(1.25rem, 1.55vw, 1.55rem); font-weight: 500; letter-spacing: -0.035em; }
.footer-company dl { display: grid; gap: 0; margin: 0.85rem 0 0; }
.footer-company dl > div { padding: 0.62rem 0; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.footer-company dt { margin-bottom: 0.28rem; color: rgba(255, 255, 255, 0.64); font-family: var(--font-mono); font-size: var(--text-label); letter-spacing: 0.055em; text-transform: uppercase; }
.footer-company dd { margin: 0; color: rgba(255, 255, 255, 0.86); font-size: var(--text-action); line-height: 1.5; }
.footer-company address { font-style: normal; }
.footer-company address small { display: block; margin-top: 0.35rem; color: var(--mist); font-size: var(--text-label); line-height: 1.45; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 1.25rem; padding-bottom: 1.25rem; border-top: 1px solid rgba(255, 255, 255, 0.13); color: rgba(255, 255, 255, 0.68); font-size: var(--text-label); }
.footer-bottom-links { display: flex; align-items: center; gap: 1.5rem; }
.footer-bottom a { transition: color 180ms ease; }
.footer-bottom a:hover { color: var(--white); }

[data-reveal] { opacity: 0; transform: translateY(1.4rem); transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1), transform 650ms cubic-bezier(0.22, 1, 0.36, 1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal-delay="1"] { transition-delay: 90ms; }
[data-reveal-delay="2"] { transition-delay: 180ms; }

@media (max-width: 1180px) {
  :root { --header-height: 5rem; }
  .site-header, .site-header.is-scrolled, .site-header.menu-active, .site-header.mega-active { height: var(--header-height); }
  .header-inner { grid-template-columns: 11rem 1fr auto; }
  .brand { width: 10.75rem; }
  .site-header.is-scrolled .brand { width: 8.9rem; }
  .desktop-nav, .header-contact { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 1000px; }
  .hero-visual { width: 100%; min-height: 520px; justify-self: center; }
  .hero-flow-focus { right: 7%; width: min(29rem, 47vw); }
  .hero-node-brand { left: 8%; }
  .hero-node-web { right: 8%; }
  .hero-node-design { left: 17%; }
  .hero-node-growth { right: 11%; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-story { grid-template-columns: minmax(350px, 0.78fr) minmax(0, 1fr); gap: 3.5rem; }
  .about-person { min-height: 510px; }
  .about-fact-year { left: -2%; }
  .about-fact-rating { right: -2%; }
  .about-fact-skill { left: -3%; }
  .footer-main { grid-template-columns: minmax(280px, 1fr) minmax(300px, 1fr); }
  .footer-company { grid-column: 1 / -1; }
  .footer-company dl { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
}

@media (max-width: 900px) {
  body { font-size: 16px; }
  .hero-visual { min-height: 500px; }
  .hero-flow-focus { right: 4%; width: 24rem; }
  .trust-proof { grid-template-columns: 1fr; }
  .trust-summary { min-height: 0; }
  .difference, .section-heading { grid-template-columns: 1fr; }
  .translation .section-heading { align-items: stretch; grid-template-columns: 1fr; }
  .difference-intro { position: static; }
  .thought-card:nth-child(2), .thought-card:nth-child(3) { margin-left: 0; }
  .translation-labels { display: none; }
  .translation-item {
    min-height: 0;
    align-items: start;
    padding: 1.35rem;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .translation-cell, .translation-arrow { grid-column: 1; }
  .translation-cell { padding: 0; background: transparent; }
  .translation-arrow { width: auto; height: auto; margin: 0.55rem 0; justify-self: start; font-size: 1.15rem; transform: rotate(90deg); }
  .translation-question, .translation-step { padding-top: 0.1rem; }
  .translation-step p { font-size: var(--text-support); }
  .service-grid { grid-template-columns: 1fr; }
  .home-specialist-panel { grid-template-columns:1fr; }
  .home-specialist-card { min-height:7.5rem; }
  .collaboration-heading, .faq-layout { grid-template-columns: 1fr; }
  .collaboration-steps { grid-template-columns: 1fr; }
  .collaboration-steps li { min-height: 0; }
  .faq-intro { position: static; }
  .project-proof { grid-template-columns: 1fr; }
  .project-proof-copy { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
  .project-logo { width: 9.25rem; min-height: 6.8rem; }
  .featured-case-explorer { grid-template-columns: 1fr; }
  .featured-case-tabs { display: flex; flex-direction: row; gap: 0.55rem; padding: 0.2rem 0.15rem 0.55rem; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .featured-case-tabs::-webkit-scrollbar, .featured-case-stage::-webkit-scrollbar { display: none; }
  .featured-case-tab { min-width: max-content; min-height: 3.25rem; flex: 0 0 auto; padding: 0.68rem 0.9rem; border-radius: 999px; grid-template-columns: auto auto; gap: 0.55rem; scroll-snap-align: center; scroll-snap-stop: always; }
  .featured-case-tab:hover { transform: none; }
  .featured-case-tab-copy { display: block; }
  .featured-case-tab-copy strong { font-size: var(--text-action); }
  .featured-case-tab-copy small, .featured-case-tab-arrow { display: none; }
  .featured-case-tab-number { align-self: center; }
  .featured-case-stage { display: flex; width: calc(100% + var(--page-padding)); gap: 1rem; padding: 0.35rem var(--page-padding) 1.5rem 0; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-padding-inline: 0 var(--page-padding); scroll-snap-type: x mandatory; scrollbar-width: none; }
  .featured-case-panel, .featured-case-panel.is-active { display: grid; width: calc(100% - clamp(1.35rem, 7vw, 2.25rem)); min-height: 0; flex: 0 0 calc(100% - clamp(1.35rem, 7vw, 2.25rem)); grid-template-columns: 1fr; animation: none; scroll-snap-align: start; scroll-snap-stop: always; }
  .featured-case-copy { padding: clamp(1.4rem, 4vw, 2rem); }
  .featured-case-name { margin-top: 0.4rem; }
  .featured-case-visual { order: -1; padding: 1.4rem 1.4rem 0; }
  .featured-browser { width: 100%; transform: none; }
  .featured-case-panel-golfturen .featured-browser, .featured-case-panel-kroon .featured-browser { transform: none; }
  .home-resources-heading, .home-resource-desk { grid-template-columns: 1fr; }
  .home-resources-heading { align-items: start; gap: 1.5rem; }
  .home-resource-featured, .home-resource-featured > a { min-height: 28rem; }
  .home-resource-articles article:nth-child(2), .home-resource-articles article:nth-child(3) { margin-left: 0; }
  .about-story { align-items: start; grid-template-columns: 1fr; gap: 2.5rem; }
  .about-narrative { max-width: 760px; }
  .about-person { width: min(100%, 620px); min-height: 560px; margin: 0 auto; }
  .contact-heading { align-items: start; grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-heading > p { max-width: 620px; }
  .contact-choices { grid-template-columns: 1fr; }
  .contact-choice { min-height: 180px; }
  .contact-dialog { overflow: hidden; }
  .contact-dialog-layout { display: block; max-height: calc(100dvh - 2rem); overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
  .contact-dialog-mobile-bar { position: sticky; z-index: 8; top: 0; right: auto; display: flex; min-height: 3.75rem; align-items: center; justify-content: space-between; padding: 0.55rem 0.7rem 0.55rem 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.14); background: #143b3c; color: var(--white); }
  .contact-dialog-mobile-bar > span { display: block; overflow: hidden; font-size: var(--text-action); font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
  .contact-dialog-close { top: auto; right: auto; width: 2.65rem; height: 2.65rem; flex: 0 0 auto; background: rgba(255, 255, 255, 0.12); }
  .contact-dialog.is-success .contact-dialog-layout { display: grid; overflow: hidden; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto minmax(0, 1fr); }
  .contact-dialog.is-success .contact-dialog-mobile-bar { position: relative; top: auto; grid-column: 1; grid-row: 1; }
  .contact-dialog.is-success .contact-dialog-intro { display: none; }
  .contact-dialog.is-success .contact-form-success { width: 100%; min-height: 0; overflow-y: auto; padding-bottom: max(2rem, env(safe-area-inset-bottom)); grid-column: 1; grid-row: 2; }
  .contact-dialog-intro { min-height: 0; padding: 1.75rem 1.2rem 1.6rem; }
  .contact-dialog-intro h2 { font-size: clamp(2.3rem, 9vw, 3.35rem); }
  .contact-dialog-intro > p { margin-top: 1rem; }
  .contact-dialog-direct { margin-top: 1.25rem; padding-top: 0; }
  .contact-dialog-direct .contact-dialog-meeting { min-height: 4.15rem; margin-bottom: 0.45rem; padding: 0.65rem 0.65rem 0.65rem 0.85rem; }
  .footer-newsletter { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-newsletter-copy h2 { max-width: 720px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-company { grid-column: auto; }
}

@media (max-width: 620px) {
  :root {
    --type-page-title: clamp(2.45rem, 10vw, 3.1rem);
    --type-section-title: clamp(2.2rem, 9.2vw, 2.85rem);
    --type-section-title-compact: clamp(2.1rem, 8.8vw, 2.7rem);
    --type-section-title-large: clamp(2.3rem, 9.7vw, 3rem);
    --type-statement: clamp(2.3rem, 9.7vw, 3rem);
    --type-feature-title: clamp(2rem, 9vw, 2.75rem);
    --type-card-title-large: clamp(1.65rem, 7vw, 2rem);
    --type-card-title: clamp(1.35rem, 6.4vw, 1.7rem);
    --type-card-title-small: clamp(1.2rem, 5.8vw, 1.45rem);
    --page-padding: 1rem;
    --section-space: 4.25rem;
    --section-space-feature: 3.9rem;
    --section-space-compact: 3.5rem;
    --section-space-cta: 3.2rem;
    --content-space: 2.65rem;
    --block-space: 3rem;
    --hero-space-top: 1.5rem;
    --hero-space-bottom: 4rem;
    --radius: 1.35rem;
    --header-height: 4.6rem;
  }
  html { scroll-padding-top: 4.7rem; }
  h2 { font-size: var(--type-section-title); }
  .site-header, .site-header.is-scrolled, .site-header.menu-active, .site-header.mega-active { height: var(--header-height); }
  .header-inner { grid-template-columns: 9rem 1fr auto; gap: 1rem; }
  .brand { width: 8.8rem; }
  .site-header.is-scrolled .brand { width: 7.5rem; }
  .eyebrow { font-size: var(--text-label); }
  .mobile-nav-inner { padding-top: 1.4rem; }
  .mobile-services-toggle, .mobile-nav-link { padding: 0.82rem 0; font-size: clamp(1.6rem, 7.5vw, 2.2rem); }
  .mobile-services-list { grid-template-columns: 1fr; }
  .mobile-services-list .mobile-services-all { grid-column: auto; }
  .mobile-nav-meta { align-items: flex-start; flex-direction: column; gap: 0.35rem; }
  .hero { padding-top: 8rem; }
  .hero-background::after {
    background:
      radial-gradient(circle at -15% 43%, rgba(100, 167, 166, 0.22), transparent 35%),
      radial-gradient(circle at 110% 28%, rgba(199, 195, 214, 0.22), transparent 34%),
      radial-gradient(circle at 100% 86%, rgba(224, 122, 95, 0.12), transparent 29%),
      linear-gradient(90deg, rgba(244, 242, 239, 0.38), rgba(244, 242, 239, 0.88) 50%, rgba(244, 242, 239, 0.4));
  }
  .hero-background-art { width: max(250vw, 1050px); min-height: 100%; opacity: 0.54; }
  body.home-page .hero h1 { font-size: clamp(3.15rem, 13vw, 4rem); line-height: 0.96; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero-background::before { top: auto; right: -45%; bottom: -4%; width: 135%; height: 58%; }
  .hero-visual { min-height: 450px; }
  .hero-color-shape-teal { top: auto; right: -46%; bottom: 0; width: 126%; height: 43%; }
  .hero-color-shape-mist { top: 25%; right: -48%; left: auto; width: 102%; height: 34%; }
  .hero-color-shape-lavender { top: 4%; right: -48%; bottom: auto; width: 93%; height: 31%; }
  .hero-color-shape-terra { right: -36%; bottom: -11%; left: auto; width: 94%; height: 28%; }
  .hero-color-shape-ochre { top: auto; bottom: 10%; left: -23%; width: 75%; height: 22%; }
  .hero-color-shape-midnight { right: 29%; bottom: 1%; width: 78%; height: 28%; }
  .hero-color-path-one { top: auto; right: -28%; bottom: 2%; width: 118%; height: 39%; }
  .hero-color-path-two { right: -42%; bottom: -6%; width: 93%; height: 31%; }
  .hero-flow-focus { top: 47%; right: -14%; width: 20rem; }
  .hero-node { min-height: 2.8rem; gap: 0.55rem; padding: 0.52rem 0.82rem 0.52rem 0.58rem; }
  .hero-node::before { width: 1.45rem; height: 1.45rem; border-width: 0.3rem; }
  .hero-node strong { font-size: 0.84rem; }
  .hero-node-brand { top: 5%; left: 0; }
  .hero-node-web { top: 24%; right: 0; }
  .hero-node-design { bottom: 31%; left: 3%; }
  .hero-node-growth { right: 0; bottom: 14%; }
  .hero-result { right: 0; bottom: 0; width: 78%; }
  .hero-result strong { min-height: 2.8em; font-size: var(--text-action); }
  .competence-track { width: max-content; min-width: 1080px; justify-content: flex-start; }
  .trust-proof {
    display: flex;
    width: auto;
    margin-top: 1.5rem;
    margin-right: calc(var(--page-padding) * -1);
    margin-bottom: 0;
    padding-right: var(--page-padding);
    align-items: stretch;
    gap: 0.85rem;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0 var(--page-padding);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .trust-proof::-webkit-scrollbar { display: none; }
  .trust-summary {
    min-height: 220px;
    flex: 0 0 min(84vw, 20rem);
    padding: 1.35rem;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .trust-quotes { display: contents; }
  .trust-quote { min-height: 220px; flex: 0 0 min(84vw, 20rem); scroll-snap-align: start; scroll-snap-stop: always; }
  .trust-quote figcaption span { font-size: var(--text-label); }
  .perspective-copy { grid-template-columns: 1fr; gap: 2.1rem; }
  .translation-heading-aside { gap: 0.85rem; }
  .translation-illustration { width: min(82%, 19rem); margin-inline: auto; }
  .translation-item { padding: 1rem; gap: 0; }
  .translation-cell-label { margin-bottom: 0.45rem; font-size: var(--text-label); }
  .translation-table:not(.is-expanded) .translation-item-extra { display: none; }
  .translation-more { display: inline-flex; min-height: 3rem; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 0.85rem; padding: 0.78rem 1rem; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px; background: rgba(255, 255, 255, 0.06); color: var(--white); cursor: pointer; font-size: var(--text-action); font-weight: 600; }
  .translation-more i { color: var(--terra); font-size: 1rem; font-style: normal; transition: transform 180ms ease; }
  .translation-more[aria-expanded="true"] i { transform: rotate(180deg); }
  .heard { font-size: clamp(1.2rem, 6vw, 1.5rem); }
  .understand { font-size: 0.9rem; }
  .thought-visual { top: 1.25rem; right: 1.25rem; width: 5.7rem; height: 4rem; }
  .thought-card h3 { margin-top: 4.4rem; }
  .thought-card:hover, .thought-card:nth-child(2):hover, .thought-card:nth-child(3):hover { transform: translateY(-3px) rotate(0); }
  .service-card { min-height: 0; }
  .service-visual { min-height: 140px; padding: 1.15rem 1.25rem 0; }
  .service-visual img { width: 50%; height: 120px; }
  .service-content { padding: 1.15rem 1.25rem 1.4rem; }
  .service-kicker { min-height: 0; }
  .service-kicker { font-size: var(--text-label); }
  .service-content > h3 { font-size: clamp(1.55rem, 7vw, 2rem); }
  .service-description { font-size: 0.92rem; }
  .service-tags > span { font-size: var(--text-label); }
  .service-link { min-height: 2.75rem; margin-top: 1.15rem; font-size: var(--text-action); }
  .home-specialist-card { padding:1rem; grid-template-columns:3rem minmax(0,1fr) 1.25rem; column-gap:.8rem; }
  .home-specialist-glyph { width:3rem; }
  .home-specialist-arrow { justify-content:flex-end; font-size:0; }
  .collaboration { padding-block: var(--section-space-compact); }
  .collaboration-heading { gap: 1.5rem; }
  .collaboration-heading h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .collaboration-steps { margin-top: 2.5rem; }
  .collaboration-steps li { padding: 1.15rem; grid-template-columns: 2.7rem minmax(0, 1fr); }
  .collaboration-steps li > span { width: 2.45rem; height: 2.45rem; font-size: 0.7rem; }
  .collaboration-steps p { font-size: 0.92rem; }
  .collaboration-cta { align-items: stretch; flex-direction: column; }
  .collaboration-cta .button { width: 100%; }
  .project-proof-copy { align-items: flex-start; padding: 1.2rem; }
  .project-proof-mark { width: 2.45rem; height: 2.45rem; }
  .project-logo-track { animation-duration: 31s; }
  .project-logo { width: 8.5rem; min-height: 5.8rem; }
  .featured-case-stage { gap: 1.15rem; }
  .featured-case-panel { border-radius: 1.25rem; }
  .featured-case-copy { padding: 1.25rem; }
  .featured-case-copy h3 { font-size: clamp(2rem, 9.4vw, 2.75rem); }
  .featured-case-copy > p:not(.featured-case-name) { font-size: 0.92rem; }
  .featured-case-visual { padding: 1.25rem 1.25rem 0; }
  .featured-browser { border-radius: 0.8rem; }
  .featured-browser-bar { height: 2rem; }
  .featured-browser-bar b { display: none; }
  .featured-browser-viewport { height: 18rem; }
  .projects-footer { align-items: flex-start; flex-direction: column; gap: 0.75rem; }
  .home-resources { padding-block: var(--section-space-compact); }
  .home-resources-heading h2 { font-size: clamp(2.45rem, 10.8vw, 3.45rem); }
  .home-resource-featured, .home-resource-featured > a { min-height: 29rem; }
  .home-resource-featured > a { padding: 1.25rem; border-radius: 1.35rem; }
  .home-resource-featured::before, .home-resource-featured::after { border-radius: 1.35rem; }
  .home-resource-tool-preview { width: 8.5rem; margin: 1.5rem 0 auto; padding: 1rem; }
  .home-resource-tool-preview::after { top: 1rem; right: 1rem; }
  .home-resource-tool-preview::before { right: 1rem; bottom: 1rem; left: 1rem; }
  .home-resource-featured-copy h3 { font-size: clamp(2rem, 9vw, 2.65rem); }
  .home-resource-articles article > a { padding: 1.15rem; border-radius: 1.1rem; }
  .home-resource-article-meta { align-items: flex-start; flex-direction: column; gap: 0.25rem; }
  .home-resource-articles h3 { font-size: clamp(1.25rem, 6vw, 1.55rem); }
  .home-resource-articles article > a > p { font-size: 0.88rem; }
  .home-resource-article-footer { align-items: flex-start; flex-direction: column; gap: 0.55rem; }
  .about-story { margin-top: 0; gap: 2rem; }
  .about-narrative h2 { font-size: clamp(2.35rem, 11vw, 3.7rem); }
  .about-person { display: block; min-height: 0; padding-top: 1rem; }
  .about-person-halo { top: 1rem; right: 4%; bottom: 7.3rem; left: 4%; height: auto; border-radius: 46% 46% 1.5rem 1.5rem; }
  .about-person img { display: block; width: min(92%, 390px); }
  .about-facts { position: relative; display: grid; margin-top: -0.15rem; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.65rem; pointer-events: auto; }
  .about-fact { position: static; min-width: 0; max-width: none; min-height: 84px; justify-content: center; border-radius: 1rem; }
  .about-fact span { font-size: var(--text-label); }
  .about-fact-skill { grid-column: 1 / -1; }
  .about-link, .featured-case-link { min-height: 2.75rem; align-items: center; padding-block: 0.55rem; }
  .faq-layout { gap: 2.4rem; }
  .faq-intro h2 { font-size: clamp(2.45rem, 10.5vw, 3.4rem); }
  .faq-list summary { min-height: 4.8rem; grid-template-columns: minmax(0, 1fr) 2.55rem; gap: 1rem; }
  .faq-list summary span { font-size: 1.2rem; }
  .faq-list summary i { width: 2.55rem; height: 2.55rem; }
  .faq-list details > p { margin-right: 0; font-size: 0.94rem; }
  .contact { padding-block: var(--section-space-cta); }
  .contact-heading h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .contact-choices { margin-top: 2rem; gap: 0.6rem; }
  .contact-choice { min-height: 0; align-content: center; align-items: center; padding: 0.78rem 0.85rem; border-radius: 1.1rem; grid-template-columns: 2.75rem minmax(0, 1fr) auto; gap: 0.8rem; }
  .contact-choice-icon { width: 2.75rem; height: 2.75rem; }
  .contact-choice-icon svg { width: 1.15rem; height: 1.15rem; }
  .contact-choice-copy { min-width: 0; grid-column: auto; }
  .contact-choice-copy small, .contact-choice-copy > span { display: none; }
  .contact-choice-copy strong { margin: 0; font-size: 1rem; letter-spacing: -0.025em; line-height: 1.25; }
  .contact-choice > i { justify-self: end; }
  .contact-form-prompt { align-items: flex-start; flex-direction: column; gap: 0.45rem; padding: 1rem 0; }
  .contact-form-prompt button { min-height: 2.75rem; padding-left: 0; }
  .contact-dialog { width: 100%; max-width: none; height: 100dvh; max-height: none; margin: 0; border-radius: 0; }
  .contact-dialog-layout { height: 100%; min-height: 0; max-height: none; }
  .contact-dialog-intro { min-height: 0; padding: 1.5rem 1rem 1.35rem; }
  .contact-dialog-kicker { margin-bottom: 0.85rem; }
  .contact-dialog-intro h2 { font-size: clamp(2.15rem, 10.5vw, 3rem); }
  .contact-dialog-intro > p { line-height: 1.58; }
  .callback-dialog { width: calc(100% - 1rem); max-height: calc(100dvh - 1rem); border-radius: 1.25rem; }
  .callback-dialog-card { padding: 1.2rem; }
  .callback-dialog-heading { padding-right: 2.4rem; grid-template-columns: 2.85rem minmax(0, 1fr); gap: 0.75rem; }
  .callback-dialog-icon { width: 2.85rem; height: 2.85rem; }
  .callback-dialog h2 { font-size: 1.6rem; }
  .callback-direct-call { align-items: flex-start; flex-direction: column; gap: 0.2rem; }
  .contact-form { align-content: start; padding: 2rem 1rem 3rem; }
  .contact-dialog .contact-form { gap: 1rem; padding: 1.5rem 1rem 2.5rem; }
  .contact-form .need-options { display: none; }
  .contact-form .need-select { display: block; }
  .contact-dialog .form-row-contact { grid-template-columns: 1fr; gap: 1rem; }
  .need-options { gap: 0.38rem; }
  .need-options span { min-height: 2.75rem; padding: 0.42rem 0.48rem; font-size: var(--text-action); }
  .form-row { grid-template-columns: 1fr; }
  .footer-newsletter { padding-top: 4.5rem; padding-bottom: 3rem; gap: 2rem; }
  .footer-newsletter-copy h2 { font-size: clamp(2rem, 9.5vw, 2.75rem); }
  .footer-newsletter-form { grid-template-columns: 1fr; gap: 0.8rem; }
  .footer-newsletter-form button { width: 100%; margin-top: 0.2rem; }
  .footer-newsletter-legal, .footer-newsletter-status { grid-column: auto; }
  .footer-main { gap: 3rem; padding-top: 3.75rem; padding-bottom: 3rem; }
  .footer-brand > a { width: min(15.5rem, 100%); }
  .footer-navs { gap: 1.5rem; }
  .footer-navs strong, .footer-company-kicker { font-size: var(--text-label); }
  .footer-navs nav > a { display: inline-flex; min-height: 2.75rem; align-items: center; margin-block: -0.3rem; }
  .footer-social a { width: 2.75rem; height: 2.75rem; }
  .footer-company { padding: 1.5rem 0 0; border-top: 1px solid rgba(255, 255, 255, 0.14); border-left: 0; }
  .footer-company dl { grid-template-columns: 1fr; gap: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 0.45rem; }
  .footer-bottom-links { width: 100%; justify-content: space-between; padding-top: 0.35rem; }
  .footer-bottom a { display: inline-flex; min-height: 2.75rem; align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .solutions::before, .solutions::after { animation: none; }
  .project-logo-track { animation: none; transform: none; }
}

/* Cookie consent and preferences */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.cookie-settings-open { overflow: hidden; }

.footer-bottom-links button {
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  transition: color 180ms ease;
}

.footer-bottom-links button:hover { color: var(--white); }

.cookie-settings-launcher {
  --cookie-control-bg: var(--deep);
  position: fixed;
  z-index: 1190;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: var(--cookie-control-bg);
  box-shadow: 0 0.8rem 2rem rgba(14, 34, 33, 0.24);
  color: var(--white);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.cookie-settings-launcher[hidden] { display: none !important; }

.cookie-settings-launcher:hover,
.cookie-settings-launcher:focus-visible {
  --cookie-control-bg: #2b7270;
  background: var(--cookie-control-bg);
  box-shadow: 0 1rem 2.4rem rgba(14, 34, 33, 0.3);
  transform: translateY(-2px);
}

.cookie-symbol {
  position: relative;
  display: block;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: #e8c58e;
  box-shadow: inset -0.18rem -0.18rem 0 rgba(135, 81, 39, 0.12);
}

.cookie-symbol::after {
  position: absolute;
  top: -0.08rem;
  right: -0.08rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--cookie-control-bg);
  content: "";
}

.cookie-symbol i,
.cookie-art-cookie i { position: absolute; border-radius: 50%; background: #865b3d; }
.cookie-symbol i:nth-child(1) { top: 0.38rem; left: 0.4rem; width: 0.22rem; height: 0.22rem; }
.cookie-symbol i:nth-child(2) { right: 0.38rem; bottom: 0.37rem; width: 0.2rem; height: 0.2rem; }
.cookie-symbol i:nth-child(3) { bottom: 0.32rem; left: 0.43rem; width: 0.16rem; height: 0.16rem; }

.cookie-settings-launcher::after {
  position: absolute;
  bottom: calc(100% + 0.55rem);
  left: 0;
  width: max-content;
  padding: 0.42rem 0.62rem;
  border-radius: 0.55rem;
  background: var(--coal);
  color: var(--white);
  content: "Cookieinställningar";
  font-size: var(--text-label);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.3rem);
  transition: opacity 160ms ease, transform 160ms ease;
}

.cookie-settings-launcher:hover::after,
.cookie-settings-launcher:focus-visible::after { opacity: 1; transform: translateY(0); }

.cookie-banner {
  position: fixed;
  z-index: 1200;
  right: auto;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  width: min(52rem, calc(100% - 2rem));
  margin: 0;
  padding: 1rem 1rem 0.95rem 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(30, 91, 90, 0.18);
  border-left: 4px solid var(--deep);
  border-radius: 0.55rem;
  background:
    linear-gradient(135deg, rgba(231, 239, 236, 0.78), transparent 52%),
    #fbfaf8;
  box-shadow: 0 1rem 2.8rem rgba(20, 43, 42, 0.18);
  color: var(--coal);
  grid-template-columns: 4.5rem minmax(0, 1fr);
  grid-template-areas: "art copy" "art actions";
  gap: 1rem;
  align-items: center;
  animation: cookie-banner-in 380ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cookie-banner[hidden] { display: none !important; }

.cookie-banner-copy { max-width: none; padding: 0; grid-area: copy; }

.cookie-banner-art {
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  grid-area: art;
  align-self: center;
  pointer-events: none;
}

.cookie-art-cookie {
  position: absolute;
  z-index: 2;
  top: 0.55rem;
  right: 0.45rem;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  background: #e5bd7d;
  box-shadow: inset -0.25rem -0.28rem 0 rgba(128, 76, 36, 0.12), 0 0.45rem 1rem rgba(79, 59, 39, 0.14);
  transform: rotate(-10deg);
}

.cookie-art-cookie::after {
  position: absolute;
  top: -0.12rem;
  right: -0.12rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #f6f8f5;
  box-shadow: -0.1rem 0.62rem 0 -0.2rem #f6f8f5;
  content: "";
}

.cookie-art-cookie i:nth-child(1) { top: 0.58rem; left: 0.6rem; width: 0.28rem; height: 0.28rem; }
.cookie-art-cookie i:nth-child(2) { top: 1.25rem; left: 1.25rem; width: 0.2rem; height: 0.2rem; }
.cookie-art-cookie i:nth-child(3) { right: 0.45rem; bottom: 0.45rem; width: 0.27rem; height: 0.27rem; }
.cookie-art-cookie i:nth-child(4) { bottom: 0.46rem; left: 0.62rem; width: 0.18rem; height: 0.18rem; }
.cookie-art-orbit { position: absolute; inset: 0.2rem; border: 1px solid rgba(30, 91, 90, 0.14); border-radius: 50%; transform: rotate(22deg) scaleY(0.58); }
.cookie-art-crumb { position: absolute; z-index: 3; width: 0.32rem; height: 0.32rem; border-radius: 50%; background: #9b6846; }
.cookie-art-crumb-one { top: 0.18rem; right: 0.15rem; }
.cookie-art-crumb-two { right: 0.05rem; bottom: 0.62rem; width: 0.2rem; height: 0.2rem; }

.cookie-kicker {
  display: block;
  color: var(--deep);
  font-family: var(--font-mono);
  font-size: var(--text-label);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cookie-banner h2 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.4rem, 2.4vw, 1.7rem);
  font-weight: 430;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.cookie-settings h2 {
  margin: 0.55rem 0 0;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 430;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.cookie-banner h2 em,
.cookie-settings h2 em {
  color: var(--deep);
  font-weight: 370;
}

.cookie-banner-copy > p {
  max-width: 49rem;
  margin: 0.55rem 0 0;
  color: var(--slate);
  font-size: var(--text-action);
  line-height: 1.55;
}

.cookie-banner-copy > a {
  display: inline-flex;
  min-height: 1.8rem;
  align-items: center;
  margin-top: 0.2rem;
  color: var(--deep);
  font-size: var(--text-label);
  text-decoration: underline;
  text-decoration-color: rgba(30, 91, 90, 0.36);
  text-underline-offset: 0.24em;
}

.cookie-banner-actions,
.cookie-settings-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.cookie-banner-actions {
  display: grid;
  width: 100%;
  align-self: end;
  justify-content: stretch;
  gap: 0.45rem;
  grid-area: actions;
  grid-template-columns: 0.85fr 1.12fr 1.12fr;
}

.cookie-banner .cookie-button { min-height: 2.75rem; padding: 0.58rem 0.6rem; }

.cookie-button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: var(--text-action);
  font-weight: 500;
  line-height: 1.2;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.cookie-button:hover { transform: translateY(-2px); }

.cookie-button-primary {
  border-color: var(--deep);
  background: var(--deep);
  color: var(--white);
}

.cookie-button-primary:hover { border-color: #2b7270; background: #2b7270; }

.cookie-button-secondary {
  border-color: rgba(30, 31, 32, 0.2);
  background: transparent;
  color: var(--coal);
}

.cookie-button-secondary:hover { border-color: var(--deep); background: rgba(30, 91, 90, 0.06); color: var(--deep); }

.cookie-settings {
  width: min(54rem, calc(100% - 2rem));
  max-height: min(88vh, 54rem);
  padding: 0;
  overflow: hidden auto;
  border: 0;
  border-radius: clamp(1.25rem, 2.4vw, 2rem);
  background: var(--beige);
  box-shadow: 0 2.5rem 7rem rgba(9, 22, 21, 0.32);
  color: var(--coal);
}

.cookie-settings[open] { animation: cookie-settings-in 300ms cubic-bezier(0.22, 1, 0.36, 1) both; }
.cookie-settings::backdrop { background: rgba(18, 29, 29, 0.66); backdrop-filter: blur(5px); }
.cookie-settings form { margin: 0; }

.cookie-settings-header {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  padding-right: clamp(4.5rem, 8vw, 5.5rem);
  border-bottom: 1px solid rgba(30, 31, 32, 0.12);
  background:
    radial-gradient(circle at 90% 12%, rgba(100, 167, 166, 0.2), transparent 14rem),
    #edf1ef;
}

.cookie-settings-header > div > p {
  max-width: 37rem;
  margin: 0.85rem 0 0;
  color: var(--slate);
  font-size: var(--text-support);
}

.cookie-settings-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(30, 31, 32, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.cookie-settings-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.cookie-settings-close span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }

.cookie-category-list { display: grid; gap: 0.85rem; padding: clamp(1.25rem, 3.5vw, 2rem); }

.cookie-category {
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(30, 91, 90, 0.14);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.68);
}

.cookie-category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cookie-category-heading > div { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.65rem; }
.cookie-category-heading strong { font-size: 1.05rem; font-weight: 560; }
.cookie-category-heading > div > span { color: var(--deep); font-family: var(--font-mono); font-size: var(--text-label); text-transform: uppercase; }
.cookie-category > p { margin: 0.7rem 0 0; color: var(--slate); font-size: var(--text-action); line-height: 1.62; }

.cookie-category details { margin-top: 0.8rem; color: var(--slate); font-size: var(--text-action); }
.cookie-category summary {
  display: flex;
  width: 100%;
  min-height: 2.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(30, 91, 90, 0.12);
  cursor: pointer;
  color: var(--deep);
  font-weight: 500;
  list-style: none;
}
.cookie-category summary::-webkit-details-marker { display: none; }
.cookie-category summary::after { flex: 0 0 auto; content: "+"; font-family: var(--font-mono); font-size: 1.15rem; font-weight: 400; transition: transform 180ms ease; }
.cookie-category details[open] summary::after { transform: rotate(45deg); }
.cookie-category details > p { margin: 0.55rem 0 0; }

.cookie-detail-list {
  display: grid;
  gap: 0;
  margin-top: 0.35rem;
  overflow: hidden;
  border: 1px solid rgba(30, 91, 90, 0.12);
  border-radius: 0.85rem;
  background: #f7f9f8;
}

.cookie-detail-list article {
  display: grid;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(30, 91, 90, 0.1);
  grid-template-columns: minmax(10rem, 0.8fr) minmax(0, 1.6fr) minmax(9rem, 0.7fr);
  gap: 1rem;
  align-items: start;
}

.cookie-detail-list article:last-child { border-bottom: 0; }
.cookie-detail-list article > div { display: flex; flex-direction: column; gap: 0.35rem; }
.cookie-detail-list article strong { color: var(--coal); font-size: var(--text-action); font-weight: 560; }
.cookie-detail-list code { width: max-content; max-width: 100%; padding: 0.15rem 0.35rem; overflow-wrap: anywhere; border-radius: 0.3rem; background: rgba(30, 91, 90, 0.08); color: var(--deep); font-family: var(--font-mono); font-size: var(--text-label); }
.cookie-detail-list article p { margin: 0; color: var(--slate); font-size: var(--text-label); line-height: 1.58; }
.cookie-detail-list article > span { color: #66706f; font-family: var(--font-mono); font-size: var(--text-label); line-height: 1.5; }
.cookie-category details .cookie-detail-note { margin: 0.65rem 0 0; padding-left: 0.8rem; border-left: 2px solid var(--teal); color: #66706f; font-size: var(--text-label); line-height: 1.58; }

.cookie-switch { position: relative; display: inline-flex; flex: 0 0 auto; cursor: pointer; }
.cookie-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.cookie-switch > span[aria-hidden] { position: relative; display: block; width: 3.15rem; height: 1.75rem; border: 1px solid rgba(30, 31, 32, 0.22); border-radius: 999px; background: #d7dbd9; transition: background 180ms ease, border-color 180ms ease; }
.cookie-switch > span[aria-hidden]::after { position: absolute; top: 0.2rem; left: 0.2rem; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: var(--white); box-shadow: 0 0.2rem 0.5rem rgba(30, 31, 32, 0.18); content: ""; transition: transform 180ms ease; }
.cookie-switch input:checked + span { border-color: var(--deep); background: var(--deep); }
.cookie-switch input:checked + span::after { transform: translateX(1.38rem); }
.cookie-switch input:focus-visible + span { outline: 3px solid rgba(100, 167, 166, 0.42); outline-offset: 3px; }
.cookie-switch input:disabled + span { opacity: 0.78; }

.cookie-settings-actions {
  justify-content: flex-end;
  padding: 0 clamp(1.25rem, 3.5vw, 2rem) clamp(1.25rem, 3.5vw, 2rem);
}

.cookie-settings .cookie-button-secondary { border-color: rgba(30, 31, 32, 0.22); color: var(--coal); }
.cookie-settings .cookie-button-secondary:hover { border-color: var(--deep); background: rgba(30, 91, 90, 0.06); color: var(--deep); }
.cookie-settings-note { min-height: 1.4rem; margin: -0.5rem 2rem 1.25rem; color: var(--deep); font-size: var(--text-action); text-align: right; }

@keyframes cookie-banner-in {
  from { opacity: 0; transform: translateY(1.5rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes cookie-settings-in {
  from { opacity: 0; transform: translateY(1rem) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1080px) {
  .cookie-banner {
    width: min(48rem, calc(100% - 2rem));
    grid-template-columns: 4.5rem minmax(0, 1fr);
    grid-template-areas: "art copy" "art actions";
    align-items: center;
  }

  .cookie-detail-list article { grid-template-columns: minmax(9rem, 0.75fr) minmax(0, 1.4fr); }
  .cookie-detail-list article > span { grid-column: 2; }
}

@media (max-width: 620px) {
  .footer-bottom-links { flex-wrap: wrap; justify-content: flex-start; column-gap: 1.2rem; }
  .footer-bottom-links button { min-height: 2.75rem; }
  .cookie-banner {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    width: auto;
    max-height: calc(100dvh - 1.5rem);
    padding: 1rem;
    overflow-y: auto;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    grid-template-areas: "art copy" "actions actions";
    gap: 0.7rem 0.85rem;
  }
  .cookie-banner-art { width: 3.5rem; height: 3.5rem; transform: scale(0.8); transform-origin: center; }
  .cookie-settings-launcher { bottom: 0.75rem; left: 0.75rem; }
  .cookie-banner-actions { display: grid; width: 100%; grid-template-columns: 1fr 1fr; }
  .cookie-banner-actions .cookie-button-primary { grid-column: 1 / -1; grid-row: 1; }
  .cookie-button { width: 100%; }
  .cookie-settings { width: calc(100% - 1rem); max-height: calc(100dvh - 1rem); border-radius: 1.15rem; }
  .cookie-settings-header { padding: 1.35rem 4.2rem 1.35rem 1.1rem; }
  .cookie-settings-close { top: 0.8rem; right: 0.8rem; }
  .cookie-category-list { padding: 1rem; }
  .cookie-category { padding: 1rem; }
  .cookie-detail-list article { grid-template-columns: 1fr; gap: 0.55rem; }
  .cookie-detail-list article > span { grid-column: auto; }
  .cookie-settings-actions { display: grid; padding: 0 1rem 1rem; }
  .cookie-settings-actions .cookie-button-primary { grid-row: 1; }
}
.form-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

/*
 * Shared heading roles
 * --------------------
 * The dimensions follow the Webbplatser service page. Page-specific CSS may
 * still control colour, width and layout, while the type role remains stable.
 */
body:is(
  .home-page,
  .services-page,
  .website-service-page,
  .brand-service-page,
  .marketing-service-page,
  .flow-service-page,
  .systems-service-page,
  .support-service-page,
  .about-page,
  .resources-page,
  .legal-page
) h1 {
  font-size: var(--type-page-title);
  letter-spacing: -0.048em;
  line-height: 0.99;
}

body:is(
  .home-page,
  .services-page,
  .website-service-page,
  .brand-service-page,
  .marketing-service-page,
  .flow-service-page,
  .systems-service-page,
  .support-service-page,
  .about-page,
  .resources-page
) main h2 {
  font-size: var(--type-section-title);
  letter-spacing: -0.04em;
  line-height: 1.03;
}

body.legal-page main h2 {
  font-size: var(--type-card-title-large);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

body:is(
  .home-page,
  .services-page,
  .website-service-page,
  .brand-service-page,
  .marketing-service-page,
  .flow-service-page,
  .systems-service-page,
  .support-service-page,
  .about-page,
  .resources-page,
  .legal-page
) main h3 {
  font-size: var(--type-card-title);
  letter-spacing: -0.035em;
  line-height: 1.16;
}

/* Compact section headings: sticky columns, FAQs and denser split layouts. */
body.home-page .faq-intro h2,
body.services-page .agency-guide-intro h2,
body.services-page .faq-intro h2,
body.website-service-page .website-signals-heading h2,
body.website-service-page .website-goals-heading h2,
body.brand-service-page .brand-faq-intro h2,
body.marketing-service-page .marketing-recognition-copy h2,
body.marketing-service-page .marketing-testimonial-intro h2,
body.marketing-service-page .marketing-faq-intro h2,
body.flow-service-page .flow-foundation-copy h2,
body.flow-service-page .flow-process-heading h2,
body.flow-service-page .flow-faq-intro h2,
body.systems-service-page .systems-principles-heading h2,
body.systems-service-page .systems-process-heading h2,
body.systems-service-page .systems-faq-intro h2 {
  font-size: var(--type-section-title-compact);
  line-height: 1.06;
}

/* Larger headings are reserved for broad, high-level messages. */
body.home-page .perspective-content h2,
body.website-service-page .website-freedom-heading h2,
body.website-service-page .website-starter-intro h2,
body.brand-service-page .brand-recognition-intro h2 {
  font-size: var(--type-section-title-large);
  line-height: 1.02;
}

body.website-service-page .website-decision-inner h2 {
  font-size: var(--type-statement);
  line-height: 1.01;
}

/* H3 roles: feature panel, large content card and regular card. */
body.home-page .featured-case-copy h3 {
  font-size: clamp(1.75rem, 2.15vw, 2.55rem);
  letter-spacing: -0.042em;
  line-height: 1.08;
}

body.services-page .agency-compass-panels h3,
body.website-service-page .website-goal-slide h3,
body.website-service-page .website-starter-result h3,
body.brand-service-page .brand-material-copy h3,
body.brand-service-page .brand-check-start h3,
body.brand-service-page .brand-check-question h3,
body.brand-service-page .brand-check-result > h3,
body.marketing-service-page .marketing-diagnosis-result h3,
body.flow-service-page .sales-check-result-intro h3 {
  font-size: var(--type-feature-title);
  letter-spacing: -0.045em;
  line-height: 1.06;
}

body.home-page .thought-card h3,
body.home-page .collaboration-steps h3,
body.services-page .agency-service-main h3,
body.services-page .agency-model-list h3,
body.website-service-page .website-outcome-rows h3,
body.brand-service-page .brand-offer-columns h3,
body.brand-service-page .brand-materials-contact h3,
body.marketing-service-page .marketing-help-row h3,
body.flow-service-page .flow-offer-row h3,
body.systems-service-page .systems-offer-register h3,
body.support-service-page .support-environment-owner h3,
body.support-service-page .support-environment-base strong {
  font-size: var(--type-card-title-large);
  line-height: 1.08;
}

body .contact-heading h2 {
  font-size: var(--type-section-title);
  line-height: 1.03;
}

body .contact-dialog-intro h2 {
  font-size: var(--type-section-title-compact);
  line-height: 1.03;
}

@media (max-width: 620px) {
  .featured-case-tabs {
    display: grid;
    overflow: visible;
    padding: 0.2rem 0 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }
  .featured-case-tab {
    width: 100%;
    min-width: 0;
    min-height: 3.6rem;
    padding: 0.7rem 0.75rem;
    border-radius: 1rem;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.55rem;
  }
  .featured-case-tab-number { align-self: center; }
  .featured-case-tab-copy { min-width: 0; }
  .featured-case-tab-copy strong { overflow: hidden; font-size: 0.8rem; white-space: nowrap; text-overflow: ellipsis; }
  .featured-case-tab-copy small,
  .featured-case-tab-arrow { display: none; }
}

/* Mobile experience hardening
   These rules are deliberately scoped to phone widths so the desktop system
   keeps its existing proportions and interactions. */
@media (max-width: 620px) {
  main :is(section, article, div, li, figure, figcaption) { min-width: 0; }

  main :is(h1, h2, h3, h4, strong, p, li, dd, dt) {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  main :is(h1, h2, h3, h4) {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  main :is(h1, h2) { text-wrap: balance; }

  main :is(button, [role="button"], [role="tab"], .button) { min-height: 2.75rem; }

  .brand {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
  }

  /* Phone view: replace the six large service cards and the separate
     specialist row with one compact, consistent list of all services. */
  .solutions .service-grid,
  .solutions .home-specialist-panel { display:none; }

  .solutions .home-mobile-service-list {
    display:grid;
    gap:.65rem;
  }

  .home-mobile-service-card {
    min-height:6.7rem;
    padding:.9rem;
    grid-template-columns:2.85rem minmax(0,1fr) 1.1rem;
    column-gap:.75rem;
  }

  .home-mobile-service-card .home-specialist-glyph { width:2.85rem; }
  .home-mobile-service-card .home-specialist-name { margin-bottom:.18rem; }
  .home-mobile-service-card > strong { font-size:clamp(1.12rem,5.4vw,1.35rem); }
  .home-mobile-service-card .home-specialist-arrow { justify-content:flex-end; font-size:0; }
  .home-mobile-service-card .home-specialist-arrow i { position:relative; display:block; width:1rem; height:1rem; }
  .home-mobile-service-card .home-specialist-arrow i::before { position:absolute; top:.08rem; right:.08rem; width:.56rem; height:.56rem; border-top:1.6px solid currentColor; border-right:1.6px solid currentColor; content:""; }
  .home-mobile-service-card .home-specialist-arrow i::after { position:absolute; top:.49rem; left:.08rem; width:.86rem; height:1.6px; background:currentColor; content:""; transform:rotate(-45deg); transform-origin:center; }

  /* Stand-alone calls to action need a full touch target. Inline text links
     remain text links and are therefore not artificially enlarged. */
  main :is(
    .service-link,
    .about-link,
    .featured-case-link,
    .home-resource-link,
    .website-case-story > a,
    .marketing-case-signal-copy > a
  ) {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    padding-block: 0.5rem;
  }
}
