:root {
  --ink: #181818;
  --ink-soft: #343330;
  --muted: #6b6861;
  --line: #ded8cb;
  --paper: #f7f3ea;
  --paper-strong: #fffdf8;
  --concrete: #ece7dc;
  --accent: #f2a619;
  --accent-strong: #e46e1f;
  --sage: #6e7f67;
  --sage-dark: #43533f;
  --shadow: 0 22px 50px rgba(24, 24, 24, 0.13);
  --shadow-lift: 0 18px 38px rgba(24, 24, 24, 0.12);
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  caret-color: transparent;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

input,
textarea,
[contenteditable="true"] {
  caret-color: auto;
}

button {
  border: 0;
}

:focus-visible {
  outline: 3px solid rgba(242, 166, 25, 0.85);
  outline-offset: 3px;
}

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

.sr-only,
.hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--accent);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(247, 243, 234, 0.9);
  border-bottom: 1px solid rgba(24, 24, 24, 0.08);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 190px;
  height: auto;
}

.header-language-switch {
  display: none;
}

.header-language-switch a {
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(24, 24, 24, 0.14);
  border-radius: 6px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms var(--ease-out);
}

.header-language-switch a:hover {
  transform: translateY(-1px);
  border-color: rgba(24, 24, 24, 0.24);
  color: var(--ink);
}

.header-language-switch a.is-active {
  border-color: transparent;
  background: var(--accent);
  color: var(--ink);
  box-shadow: 0 8px 18px rgba(242, 166, 25, 0.18);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 6px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms var(--ease-out);
}

.site-nav a:hover {
  background: rgba(24, 24, 24, 0.07);
  color: var(--ink);
}

.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 8px;
  left: 12px;
  height: 3px;
  border-radius: 999px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms var(--ease-out);
}

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

.site-nav > a.is-active:not(.nav-cta) {
  background: rgba(24, 24, 24, 0.055);
  color: var(--ink);
}

.site-nav .nav-cta.is-active {
  background: var(--accent-strong);
}

.site-nav .nav-cta {
  margin-left: 8px;
  background: var(--ink);
  color: var(--paper-strong);
  box-shadow: 0 10px 22px rgba(24, 24, 24, 0.12);
}

.site-nav .nav-cta:hover {
  background: var(--accent-strong);
  color: var(--paper-strong);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(24, 24, 24, 0.18);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
  padding-left: 10px;
  border-left: 1px solid rgba(24, 24, 24, 0.12);
}

.site-nav .lang-link {
  min-width: 38px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(24, 24, 24, 0.14);
  border-radius: 6px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.site-nav .lang-link.is-active {
  border-color: transparent;
  background: var(--accent);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--paper-strong);
  cursor: pointer;
}

.nav-toggle-line {
  width: 21px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 82svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--paper-strong);
  background: var(--ink);
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(14, 14, 13, 0.9) 0%, rgba(14, 14, 13, 0.7) 42%, rgba(14, 14, 13, 0.2) 100%),
    linear-gradient(180deg, rgba(14, 14, 13, 0.5), rgba(14, 14, 13, 0.25));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 118px;
  padding-bottom: 58px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(48px, 4vw, 58px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}

.hero .eyebrow {
  margin-bottom: 24px;
}

.hero-copy-mobile {
  display: none;
}

.hero-title-rotator {
  display: grid;
}

.hero-title-slide {
  grid-area: 1 / 1;
  align-self: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition:
    opacity 650ms ease,
    transform 650ms var(--ease-out),
    visibility 0s linear 650ms;
}

.hero-title-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.hero-lead {
  max-width: 720px;
  margin: 32px 0 0;
  color: rgba(255, 253, 248, 0.86);
  font-size: 20px;
}

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

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 6px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 180ms var(--ease-out), background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.72;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.28) 46%, transparent 58%);
  transform: translateX(-120%);
  transition: transform 420ms var(--ease-out);
}

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

.btn:hover::after {
  transform: translateX(120%);
}

.btn:active {
  transform: translateY(0) scale(0.985);
}

.btn-primary {
  background: var(--accent);
  color: var(--ink);
  box-shadow: 0 12px 24px rgba(242, 166, 25, 0.22);
}

.btn-primary:hover {
  background: #ffc34b;
}

.btn-secondary {
  border: 1px solid rgba(255, 253, 248, 0.38);
  color: var(--paper-strong);
  box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0);
}

.btn-secondary:hover {
  border-color: var(--paper-strong);
  background: rgba(255, 253, 248, 0.1);
}

.btn-secondary.dark-text {
  border-color: rgba(24, 24, 24, 0.24);
  color: var(--ink);
}

.btn-secondary.dark-text:hover {
  border-color: var(--ink);
  background: rgba(24, 24, 24, 0.06);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 820px);
  margin: 46px 0 0;
  background: rgba(255, 253, 248, 0.22);
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 8px;
  overflow: hidden;
}

.trust-strip div {
  min-height: 94px;
  padding: 18px;
  background: rgba(24, 24, 24, 0.52);
}

.trust-strip dt {
  margin: 0 0 4px;
  color: var(--paper-strong);
  font-size: 17px;
  font-weight: 900;
}

.trust-strip dd {
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 14px;
}

.section {
  padding: 76px 0;
}

.services-section {
  padding-bottom: 52px;
}

.audience-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.projects-section {
  padding-top: 64px;
  padding-bottom: 48px;
}

.process-section {
  padding-top: 64px;
  padding-bottom: 48px;
}

.proof-section {
  padding-top: 60px;
  padding-bottom: 48px;
}

.about-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-section {
  padding-top: 60px;
  padding-bottom: 32px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 44px;
  margin-bottom: 38px;
}

.services-heading {
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 0.56fr);
  grid-template-areas:
    "eyebrow title"
    "intro title";
  align-items: start;
  row-gap: 18px;
  margin-bottom: 36px;
}

.services-heading .eyebrow {
  grid-area: eyebrow;
  max-width: 690px;
  margin: 8px 0 0;
}

.section-heading.services-heading h2 {
  grid-area: title;
  font-size: 36px;
}

.services-intro {
  grid-area: intro;
  max-width: 690px;
}

.section-heading.compact {
  display: block;
  max-width: 780px;
}

.section-heading.with-action {
  align-items: start;
}

.section-heading h2,
.process-intro h2,
.about-layout h2,
.contact-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.section-heading h2.gallery-title {
  font-size: 38px;
}

.section-heading p:not(.eyebrow),
.process-intro p,
.about-copy p,
.contact-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

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

.service-card,
.audience-card,
.proof-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-strong);
}

.service-card {
  min-height: 210px;
  display: grid;
  align-content: start;
  padding: 26px;
  transition: transform 220ms var(--ease-out), border-color 180ms ease, box-shadow 220ms ease, background-color 180ms ease;
}

.service-icon {
  width: 58px;
  height: 58px;
  margin: -4px 0 22px;
  overflow: visible;
  color: var(--accent);
  transition: color 180ms ease, transform 220ms var(--ease-out);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(228, 110, 31, 0.35);
  box-shadow: var(--shadow-lift);
}

.service-card:hover .service-icon {
  color: var(--accent-strong);
  transform: translateY(-2px);
}

.service-card h3,
.audience-card h3,
.process-list h3,
.proof-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}

.service-card p,
.audience-card p,
.process-list p,
.proof-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.audience-section {
  background: var(--concrete);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.audience-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(24, 24, 24, 0.06);
  transition: transform 220ms var(--ease-out), box-shadow 220ms ease, border-color 180ms ease;
}

.audience-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
}

.card-kicker {
  margin: 0 0 80px;
  color: var(--sage-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.audience-card a {
  margin-top: auto;
  color: var(--ink);
  font-weight: 900;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  transition: color 180ms ease, text-decoration-color 180ms ease, text-underline-offset 180ms ease;
}

.audience-card a:hover {
  text-decoration-color: var(--accent-strong);
  text-underline-offset: 7px;
}

.accent-card {
  background: var(--accent);
  border-color: transparent;
}

.accent-card .card-kicker,
.accent-card p,
.accent-card a {
  color: rgba(24, 24, 24, 0.82);
}

.dark-card {
  background: var(--ink);
  border-color: var(--ink);
}

.dark-card h3,
.dark-card a {
  color: var(--paper-strong);
}

.dark-card p,
.dark-card .card-kicker {
  color: rgba(255, 253, 248, 0.74);
}

.projects-section {
  background: var(--paper-strong);
}

.gallery-section .section-heading {
  margin-bottom: 28px;
}

.gallery-shell {
  position: relative;
  padding: 0 38px;
}

.gallery-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 0 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-slide {
  flex: 0 0 calc((100% - 28px) / 3);
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 7px;
  background: var(--ink);
  box-shadow: 0 14px 30px rgba(24, 24, 24, 0.12);
  scroll-snap-align: start;
  cursor: zoom-in;
}

.gallery-slide:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms var(--ease-out), filter 220ms ease;
}

.gallery-slide:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 6px;
  background: var(--ink);
  color: var(--paper-strong);
  box-shadow: 0 12px 28px rgba(24, 24, 24, 0.2);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms var(--ease-out);
}

.gallery-arrow span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  font-family: Arial, sans-serif;
  font-size: 26px;
  line-height: 0;
}

.gallery-arrow:hover:not(:disabled) {
  background: var(--accent);
  color: var(--ink);
  transform: translateY(-50%) scale(1.04);
}

.gallery-arrow:disabled {
  opacity: 0.32;
  cursor: default;
}

.gallery-arrow-prev {
  left: 0;
}

.gallery-arrow-next {
  right: 0;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  background: rgba(17, 17, 17, 0.82);
  backdrop-filter: blur(14px);
}

.gallery-lightbox-dialog {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: auto 1fr;
  padding: 18px;
}

.gallery-lightbox-toolbar {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 4px 12px;
  color: var(--paper-strong);
}

.gallery-lightbox-counter {
  min-width: 70px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.gallery-lightbox-controls {
  display: flex;
  gap: 8px;
}

.gallery-lightbox-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 6px;
  background: var(--paper-strong);
  color: var(--ink);
  font: inherit;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 180ms var(--ease-out), opacity 160ms ease;
}

.gallery-lightbox-button:hover:not(:disabled),
.gallery-lightbox-button:focus-visible {
  background: var(--accent);
  transform: translateY(-1px);
}

.gallery-lightbox-button:disabled {
  cursor: default;
  opacity: 0.38;
}

.gallery-lightbox-close {
  background: var(--accent);
  font-size: 28px;
}

.gallery-lightbox-viewport {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.58);
}

.gallery-lightbox-track {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x;
}

.gallery-lightbox-track::-webkit-scrollbar {
  display: none;
}

.gallery-lightbox-slide {
  display: grid;
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  place-items: center;
  overflow: hidden;
  padding: 22px;
  scroll-snap-align: center;
}

.gallery-lightbox-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
  transform: scale(1);
  transition: transform 180ms ease;
  user-select: none;
}

body.lightbox-open {
  overflow: hidden;
}

.process-section {
  color: var(--paper-strong);
  background: var(--ink);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.58fr) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.process-intro {
  position: sticky;
  top: 112px;
  min-width: 0;
}

.process-intro h2,
.process-intro p {
  color: var(--paper-strong);
}

.process-intro h2 {
  max-width: 390px;
  font-size: 36px;
  line-height: 1.1;
}

.process-intro p {
  color: rgba(255, 253, 248, 0.72);
  margin-top: 18px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  min-height: 196px;
  padding: 22px;
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.06);
  transition: transform 220ms var(--ease-out), border-color 180ms ease, background-color 180ms ease;
}

.process-list span {
  display: block;
  width: 38px;
  height: 4px;
  margin-bottom: 48px;
  border-radius: 999px;
  background: var(--accent);
  transition: width 220ms var(--ease-out), background-color 180ms ease;
}

.process-list li:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 166, 25, 0.34);
  background: rgba(255, 253, 248, 0.085);
}

.process-list li:hover span {
  width: 54px;
  background: #ffc34b;
}

.process-list h3 {
  color: var(--paper-strong);
}

.process-list p {
  color: rgba(255, 253, 248, 0.7);
}

.proof-section {
  background: var(--paper);
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
  gap: 52px;
}

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

.proof-grid article {
  min-height: 180px;
  padding: 24px;
  transition: transform 220ms var(--ease-out), border-color 180ms ease, box-shadow 220ms ease;
}

.proof-grid article::before {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin-bottom: 28px;
  border-radius: 2px;
  background: var(--accent);
  transition: width 220ms var(--ease-out), background-color 180ms ease;
}

.proof-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(228, 110, 31, 0.3);
  box-shadow: 0 14px 30px rgba(24, 24, 24, 0.07);
}

.proof-grid article:hover::before {
  width: 50px;
  background: var(--accent-strong);
}

.about-section {
  background: var(--sage-dark);
  color: var(--paper-strong);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 0.9fr);
  gap: 64px;
}

.about-layout h2,
.about-copy p {
  color: var(--paper-strong);
}

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

.about-copy p {
  color: rgba(255, 253, 248, 0.8);
}

.contact-section {
  background: var(--paper-strong);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 0.95fr);
  gap: 46px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 112px;
}

.contact-copy > p {
  margin-top: 18px;
}

.phone-panel {
  margin-top: 34px;
  padding: 24px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper-strong);
}

.phone-panel span {
  display: block;
  color: rgba(255, 253, 248, 0.72);
  font-weight: 800;
}

.phone-panel .phone-number {
  display: inline-block;
  margin-top: 8px;
  color: var(--accent);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.messenger-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.messenger-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.08);
  color: var(--paper-strong);
  font-size: 14px;
  font-weight: 900;
  transition: background-color 160ms ease, border-color 160ms ease, transform 180ms var(--ease-out), box-shadow 180ms ease;
}

.messenger-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 253, 248, 0.36);
  background: rgba(255, 253, 248, 0.14);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
}

.messenger-link img {
  width: 28px;
  height: 28px;
}

.phone-panel p {
  margin: 14px 0 0;
  color: rgba(255, 253, 248, 0.68);
  font-size: 14px;
}

.contact-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.contact-form-toggle {
  display: none;
}

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

.form-wide {
  grid-column: 1 / -1;
}

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

.contact-form label span {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cdc6b8;
  border-radius: 6px;
  background: var(--paper-strong);
  color: var(--ink);
  padding: 12px 13px;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.consent-check {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin-top: 2px;
}

.consent-check input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--accent-strong);
}

.consent-check span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.consent-check a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 4px rgba(242, 166, 25, 0.18);
}

.form-submit {
  width: 100%;
  margin-top: 18px;
  cursor: pointer;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.form-note.is-success {
  color: var(--sage-dark);
  font-weight: 800;
}

.form-note.is-error {
  color: #a3341b;
  font-weight: 800;
}

.site-footer {
  padding: 34px 0;
  background: #111;
  color: rgba(255, 253, 248, 0.72);
}

.footer-inner {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 30px;
  text-align: center;
}

.footer-inner img {
  filter: invert(1) grayscale(1) brightness(1.8);
  width: 174px;
  height: auto;
}

.footer-inner p {
  max-width: 480px;
  margin: 12px auto 0;
}

.footer-brand-row {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 64px;
  place-items: center;
  padding-inline: 200px;
}

.footer-brand-row img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer-brand-row p {
  margin-top: 0;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  font-weight: 800;
}

.footer-inner a:hover {
  color: var(--accent);
}

.legal-footer {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 20px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 253, 248, 0.12);
  color: rgba(255, 253, 248, 0.52);
  font-size: 12px;
  text-align: center;
}

.legal-footer p {
  margin: 0;
}

.legal-footer a {
  color: rgba(255, 253, 248, 0.8);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-footer span {
  margin: 0 8px;
}

.sticky-contact {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 40;
  display: none;
  align-items: center;
  gap: 8px;
}

.sticky-main,
.sticky-icon {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--accent);
  color: var(--ink);
  box-shadow: 0 16px 32px rgba(24, 24, 24, 0.22);
  transition: transform 180ms var(--ease-out), box-shadow 180ms ease, background-color 180ms ease;
}

.sticky-main:hover,
.sticky-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(24, 24, 24, 0.26);
}

.sticky-main:active,
.sticky-icon:active,
.messenger-link:active {
  transform: translateY(0) scale(0.97);
}

.sticky-main {
  flex: 1 1 auto;
  gap: 10px;
  padding: 10px 16px;
}

.sticky-icon {
  flex: 0 0 54px;
  width: 54px;
  background: var(--paper-strong);
}

.sticky-icon img {
  width: 28px;
  height: 28px;
}

.sticky-main span {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sticky-main strong {
  font-size: 17px;
  line-height: 1;
}

.sticky-main::before {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  background: url("assets/icons/phone.svg") center / contain no-repeat;
}

@media (max-height: 760px) and (min-width: 861px) {
  .hero {
    min-height: 76svh;
  }

  .hero-content {
    padding-top: 104px;
    padding-bottom: 34px;
  }

  .hero h1 {
    max-width: 720px;
    font-size: 46px;
  }

  .hero-lead {
    max-width: 660px;
    margin-top: 18px;
    font-size: 18px;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .trust-strip {
    display: none;
  }
}

.thanks-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(247, 243, 234, 0.94), rgba(247, 243, 234, 0.98)),
    url("assets/images/hero-renovation.jpg") center / cover;
}

.thanks-shell {
  width: min(100%, 720px);
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-strong);
  box-shadow: var(--shadow);
}

.thanks-shell img {
  width: 200px;
  height: auto;
}

.thanks-shell h1 {
  margin: 42px 0 14px;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: 0;
}

.thanks-shell p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.legal-page {
  background: var(--paper-strong);
}

.legal-header {
  width: min(100% - 40px, 980px);
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.legal-header img {
  width: 190px;
  height: auto;
}

.legal-back {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--paper-strong);
  font-weight: 900;
}

.legal-main {
  width: min(100% - 40px, 820px);
  margin: 0 auto;
  padding: 56px 0 82px;
}

.legal-main h1 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
}

.legal-main h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: 0;
}

.legal-main p,
.legal-main li {
  color: var(--muted);
  font-size: 17px;
}

.legal-main section {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.legal-main a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

@media (max-width: 1100px) {
  .site-nav a {
    padding: 0 9px;
    font-size: 13px;
  }

  .hero h1 {
    font-size: 46px;
  }

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

  .gallery-slide {
    flex-basis: calc((100% - 14px) / 2);
  }

  .proof-layout,
  .process-layout,
  .about-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .process-intro,
  .contact-copy {
    position: static;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 78px;
  }

  .container {
    width: min(100% - 32px, var(--container));
  }

  .hero-copy-desktop {
    display: none;
  }

  .hero-copy-mobile {
    display: inline;
  }

  .hero-lead .hero-copy-mobile {
    display: block;
  }

  .header-inner {
    min-height: 70px;
    gap: 10px;
  }

  .brand img {
    width: 168px;
  }

  .header-language-switch {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    padding: 3px;
    border: 1px solid rgba(24, 24, 24, 0.12);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.44);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }

  .header-language-switch a {
    display: inline-flex;
    min-width: 40px;
    min-height: 38px;
    padding: 0 8px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: 70px 0 auto;
    display: grid;
    gap: 0;
    padding: 14px 16px 22px;
    border-bottom: 1px solid rgba(24, 24, 24, 0.12);
    background: var(--paper-strong);
    box-shadow: 0 20px 44px rgba(24, 24, 24, 0.16);
    transform: translateY(-120%);
    visibility: hidden;
    transition: transform 180ms ease, visibility 180ms ease;
  }

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

  .site-nav a {
    min-height: 48px;
    justify-content: flex-start;
    border-radius: 0;
    border-bottom: 1px solid rgba(24, 24, 24, 0.08);
    font-size: 16px;
  }

  .site-nav > a:not(.nav-cta)::after {
    display: none;
  }

  .site-nav > a.is-active:not(.nav-cta) {
    background: rgba(242, 166, 25, 0.12);
    box-shadow: inset 4px 0 0 var(--accent);
  }

  .site-nav .language-switch {
    display: none;
  }

  .site-nav .nav-cta {
    justify-content: center;
    margin: 14px 0 0;
    border-radius: 6px;
    transform: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-media img {
    object-position: center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(14, 14, 13, 0.9) 0%, rgba(14, 14, 13, 0.72) 52%, rgba(14, 14, 13, 0.56) 100%);
  }

  .hero-content {
    padding-top: 98px;
    padding-bottom: 38px;
  }

  .hero h1 {
    max-width: 600px;
    font-size: 32px;
    line-height: 1.13;
  }

  .hero .eyebrow {
    margin-bottom: 20px;
  }

  .hero-lead {
    max-width: 560px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.55;
  }

  .trust-strip {
    display: none;
  }

  .section {
    padding: 48px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 28px;
  }

  .services-heading {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "intro";
    row-gap: 12px;
    margin-bottom: 28px;
  }

  .services-heading .eyebrow,
  .services-intro {
    max-width: none;
  }

  .section-heading h2,
  .process-intro h2,
  .about-layout h2,
  .contact-copy h2 {
    font-size: 34px;
  }

  .services-heading h2 {
    font-size: 31px;
  }

  .section-heading h2.gallery-title {
    font-size: 31px;
  }

  .section-heading p:not(.eyebrow) {
    margin-top: 16px;
  }

  .audience-grid,
  .proof-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .service-card,
  .process-list li {
    min-height: auto;
  }

  .audience-card {
    min-height: auto;
  }

  .process-list span {
    margin-bottom: 24px;
  }

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

  .audience-card a {
    margin-top: 20px;
  }

  .legal-footer {
    display: grid;
    gap: 10px;
  }

  .sticky-contact {
    display: inline-flex;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .show-sticky-contact .sticky-contact {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-open .sticky-contact {
    opacity: 0;
    pointer-events: none;
  }

  .form-active .sticky-contact {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
  }

  .site-footer {
    padding-bottom: 96px;
  }

  .footer-inner {
    display: grid;
  }

  .footer-brand-row {
    min-height: 0;
    gap: 14px;
    padding-inline: 0;
  }

  .footer-brand-row img {
    position: static;
    transform: none;
  }

  .footer-inner nav {
    justify-content: center;
  }

  .legal-main h1 {
    font-size: 38px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .container {
    width: min(100% - 24px, var(--container));
  }

  .header-inner {
    min-height: 66px;
    gap: 8px;
  }

  .brand img {
    width: 154px;
  }

  .header-language-switch {
    gap: 4px;
    padding: 3px;
    border-radius: 7px;
  }

  .header-language-switch a {
    min-width: 36px;
    min-height: 34px;
    padding: 0 6px;
    font-size: 11px;
  }

  .nav-toggle {
    width: 46px;
    height: 46px;
  }

  .site-nav {
    inset: 66px 0 auto;
  }

  .hero-content {
    padding-top: 92px;
    padding-bottom: 34px;
  }

  .hero .eyebrow {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.055em;
  }

  .hero h1 {
    font-size: 27px;
    line-height: 1.17;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 48px;
    padding: 0 10px;
    font-size: 13px;
  }

  .services-section {
    padding-bottom: 24px;
  }

  .audience-section {
    padding-top: 30px;
    padding-bottom: 24px;
  }

  .projects-section {
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .process-section {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .proof-section {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .about-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .contact-section {
    padding-top: 36px;
    padding-bottom: 16px;
  }

  .btn {
    width: 100%;
  }

  .section-heading h2,
  .process-intro h2,
  .about-layout h2,
  .contact-copy h2 {
    font-size: 27px;
    line-height: 1.16;
  }

  .section-heading h2.gallery-title {
    font-size: 25px;
  }

  .services-heading h2 {
    font-size: 26px;
  }

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

  .service-grid {
    gap: 12px;
  }

  .service-card,
  .audience-card,
  .proof-grid article {
    padding: 20px;
  }

  .service-card {
    padding: 18px;
  }

  .service-icon {
    width: 50px;
    height: 50px;
    margin: -2px 0 16px;
  }

  .service-card p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .gallery-shell {
    padding: 0 28px;
  }

  .gallery-track {
    gap: 10px;
  }

  .gallery-slide {
    flex-basis: 100%;
  }

  .gallery-arrow {
    width: 44px;
    height: 44px;
  }

  .gallery-arrow span {
    font-size: 23px;
  }

  .gallery-lightbox-dialog {
    padding: 10px;
  }

  .gallery-lightbox-toolbar {
    min-height: 50px;
    padding-bottom: 8px;
  }

  .gallery-lightbox-button {
    width: 42px;
    height: 42px;
  }

  .gallery-lightbox-slide {
    padding: 10px;
  }

  .contact-layout {
    gap: 26px;
  }

  .contact-copy > p {
    margin-top: 12px;
    font-size: 16px;
  }

  .phone-panel {
    margin-top: 22px;
    padding: 18px;
  }

  .phone-panel .phone-number {
    font-size: 27px;
  }

  .messenger-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  .messenger-link {
    padding: 0 10px;
  }

  .contact-form {
    overflow: hidden;
    padding: 0;
    border-radius: 6px;
    box-shadow: none;
  }

  .contact-form-toggle {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 18px;
    border: 0;
    background: var(--accent);
    color: var(--ink);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
  }

  .contact-form-toggle-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }

  .contact-form-toggle-icon::before,
  .contact-form-toggle-icon::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 2px;
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .contact-form-toggle-icon::after {
    transform: rotate(90deg);
  }

  .contact-form-toggle[aria-expanded="true"] .contact-form-toggle-icon::after {
    transform: rotate(0deg);
  }

  .contact-form-fields {
    padding: 16px;
  }

  .form-grid {
    gap: 13px;
  }

  .contact-form label {
    gap: 6px;
  }

  .contact-form label span {
    font-size: 13px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-height: 48px;
    padding: 10px 11px;
    font-size: 16px;
  }

  .contact-form textarea {
    min-height: 112px;
  }

  .contact-form input[type="file"] {
    min-height: 54px;
    overflow: hidden;
    padding: 6px;
    font-size: 13px;
  }

  .contact-form input[type="file"]::file-selector-button {
    min-height: 40px;
    margin-right: 8px;
    padding: 0 11px;
    border: 0;
    border-radius: 5px;
    background: var(--ink);
    color: var(--paper-strong);
    font-weight: 800;
  }

  .consent-check {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
  }

  .consent-check input {
    width: 18px;
    min-height: 18px;
    height: 18px;
    padding: 0;
  }

  .consent-check span {
    font-size: 12px;
    line-height: 1.45;
  }

  .form-submit {
    min-height: 50px;
    margin-top: 14px;
  }

  .form-note {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.45;
  }

  .footer-inner {
    gap: 20px;
  }

  .footer-inner nav {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    white-space: nowrap;
  }

  .sticky-contact {
    right: 12px;
    bottom: 12px;
    left: auto;
    gap: 6px;
  }

  .sticky-main {
    width: 50px;
    flex: 0 0 auto;
    min-height: 50px;
    min-width: 0;
    padding: 0;
  }

  .sticky-main span,
  .sticky-main strong {
    display: none;
  }

  .sticky-main::before {
    display: block;
  }

  .sticky-icon {
    flex-basis: 46px;
    width: 46px;
    min-height: 50px;
  }

  .sticky-icon img {
    width: 24px;
    height: 24px;
  }

  .legal-header,
  .legal-main {
    width: min(100% - 24px, 820px);
  }

  .legal-header {
    min-height: 72px;
  }

  .legal-header img {
    width: 154px;
  }

  .legal-main {
    padding: 38px 0 70px;
  }

  .legal-main h1 {
    font-size: 32px;
  }

  .legal-main h2 {
    font-size: 21px;
  }

  .legal-main p,
  .legal-main li {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .brand img {
    width: 142px;
  }

  .hero h1 {
    font-size: 25.5px;
  }

  .header-language-switch a {
    min-width: 33px;
    min-height: 32px;
    padding: 0 5px;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
  }
}

/* Compact mobile services, process and benefits. Desktop cards are retained. */
@media (max-width: 860px) {
  .section-heading.services-heading h2 {
    font-size: 30px;
  }

  .section-heading.services-heading .services-intro,
  .process-intro p:not(.eyebrow),
  .about-copy p {
    font-size: 16px;
    line-height: 1.55;
  }

  .process-intro .eyebrow {
    font-size: 11px;
    line-height: 1.55;
    margin-top: 0;
  }

  .services-heading {
    margin-bottom: 24px;
  }

  .process-layout,
  .proof-layout,
  .about-layout {
    gap: 24px;
  }

  .proof-layout > .section-heading {
    margin-bottom: 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-card.service-disclosure {
    position: relative;
    min-height: 0;
    padding: 0;
  }

  .service-disclosure .service-icon {
    position: absolute;
    top: 20px;
    left: 16px;
    width: 30px;
    height: 30px;
    margin: 0;
    pointer-events: none;
  }

  .service-disclosure h3 {
    font-size: 17px;
    line-height: 1.35;
  }

  .service-toggle {
    position: relative;
    display: block;
    width: 100%;
    min-height: 72px;
    padding: 18px 44px 18px 60px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
  }

  .service-toggle::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
  }

  .service-toggle[aria-expanded="true"]::after {
    top: 34px;
    transform: rotate(225deg);
  }

  .service-toggle:focus-visible {
    outline: 3px solid var(--accent-strong);
    outline-offset: -3px;
  }

  .service-disclosure p {
    margin: 0;
    padding: 0 18px 18px 60px;
    font-size: 15px;
    line-height: 1.55;
  }

  .service-disclosure p[hidden] {
    display: none;
  }

  .process-list {
    gap: 0;
  }

  .process-list li {
    position: relative;
    min-height: 0;
    padding: 0 0 24px 52px;
    border: 0;
    border-radius: 0;
    background: transparent;
    counter-increment: process;
  }

  .process-list li:last-child {
    padding-bottom: 0;
  }

  .process-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 38px;
    bottom: 6px;
    left: 17px;
    width: 1px;
    background: rgba(255, 253, 248, 0.22);
  }

  .process-list span {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin: 0;
    border: 1px solid rgba(242, 166, 25, 0.5);
    border-radius: 50%;
    background: rgba(242, 166, 25, 0.1);
    color: var(--accent);
    font-size: 15px;
    font-weight: 700;
  }

  .process-list span::before {
    content: counter(process, decimal);
  }

  .process-list h3,
  .proof-grid h3 {
    font-size: 18px;
    line-height: 1.35;
  }

  .process-list p,
  .proof-grid p {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.55;
  }

  .proof-grid {
    gap: 0;
  }

  .proof-grid article {
    position: relative;
    min-height: 0;
    padding: 18px 0 18px 36px;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
  }

  .proof-grid article:first-child {
    padding-top: 0;
  }

  .proof-grid article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .proof-grid article::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 5px;
    width: 9px;
    height: 16px;
    margin: 0;
    border-right: 2px solid var(--sage-dark);
    border-bottom: 2px solid var(--sage-dark);
    border-radius: 0;
    background: transparent;
    transform: rotate(45deg);
  }

  .proof-grid article:first-child::before {
    top: 5px;
  }

  .service-card.service-disclosure:hover,
  .process-list li:hover,
  .proof-grid article:hover {
    transform: none;
    box-shadow: none;
    background: transparent;
  }

  .process-list li:hover span {
    width: 36px;
    background: rgba(242, 166, 25, 0.1);
  }

  .proof-grid article:hover::before {
    width: 9px;
    background: transparent;
  }
}

@media (max-width: 560px) {
  .section-heading.services-heading h2 {
    font-size: 26px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .site-nav a:active,
  .btn:active,
  .service-card:active,
  .audience-card:active,
  .process-list li:active,
  .proof-grid article:active {
    transform: translateY(0) scale(0.99);
  }
}

@media (prefers-reduced-motion: no-preference) {
  html.js .reveal-on-scroll {
    opacity: 0;
    transform: translateY(22px);
    transition:
      opacity 520ms ease,
      transform 620ms var(--ease-out);
    transition-delay: var(--reveal-delay, 0ms);
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
