:root {
  --content-max-width: 1540px;
  --brand-soft: #c5b3b3;
  --accent-color: #c5b3b3;
  --accent-ink: #7b6464;
  color: #574848;
  background: #f7f2f2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

::selection {
  background: var(--brand-soft);
  color: #fffafa;
}

html {
  margin: 0;
  padding: 0;
  background: #574848;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 242, 242, 0)),
    #f7f2f2;
}

#root {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: #f7f2f2;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

main {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #f7f2f2;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
input,
select,
textarea {
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  min-height: 72px;
  border-bottom: 0;
  background: rgba(255, 250, 250, 0.96);
  backdrop-filter: blur(18px);
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-home:not(.is-scrolled) {
  background: rgba(255, 250, 250, 0.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 34px rgba(87, 72, 72, 0.06);
}

.site-header.is-menu-open,
.site-header.is-home.is-menu-open:not(.is-scrolled) {
  background: rgba(255, 250, 250, 0.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 34px rgba(87, 72, 72, 0.06);
}

.site-header.is-home:not(.is-scrolled) .desktop-nav,
.site-header.is-home:not(.is-scrolled) .nav-cta,
.site-header.is-home:not(.is-scrolled) .brand {
  color: #574848;
}

.site-header.is-home:not(.is-scrolled) .desktop-nav a.is-active {
  color: #574848;
}

.site-header.is-home:not(.is-scrolled) .desktop-nav a:hover {
  color: #574848;
}

.site-header.is-home:not(.is-scrolled) .desktop-nav a.is-active::after {
  background: var(--brand-soft);
}

.site-header.is-home:not(.is-scrolled) .brand img {
  filter: none;
}

.site-header.is-menu-open .brand,
.site-header.is-menu-open .menu-toggle {
  color: #574848;
}

.site-header.is-menu-open .brand img {
  filter: none;
}

.site-header.is-home.is-menu-open:not(.is-scrolled) .brand,
.site-header.is-home.is-menu-open:not(.is-scrolled) .menu-toggle {
  color: #574848;
}

.site-header.is-home.is-menu-open:not(.is-scrolled) .brand img {
  filter: none;
}

.site-header.is-menu-open .header-inner::after {
  opacity: 1;
}

.site-header.is-home:not(.is-scrolled) .nav-cta {
  border-color: transparent;
  background: #574848;
  color: #fffafa;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 250, 0.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 34px rgba(87, 72, 72, 0.06);
}

.site-header.is-scrolled .desktop-nav,
.site-header.is-scrolled .nav-cta,
.site-header.is-scrolled .brand {
  color: #574848;
}

.site-header.is-scrolled .brand img {
  filter: none;
}

.site-header.is-scrolled .nav-cta {
  border-color: transparent;
  background: #574848;
  color: #fffafa;
}

.header-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 0 clamp(24px, 5vw, 84px);
  width: min(100%, var(--content-max-width));
  margin: 0 auto;
}

.header-inner::after {
  content: "";
  position: absolute;
  left: clamp(24px, 5vw, 84px);
  right: clamp(24px, 5vw, 84px);
  bottom: 0;
  height: 1px;
  background: rgba(87, 72, 72, 0.14);
  transition:
    background-color 220ms ease,
    opacity 220ms ease;
}

.site-header.is-home:not(.is-scrolled) .header-inner::after {
  opacity: 1;
}

.site-header.is-menu-open .header-inner::after,
.site-header.is-home.is-menu-open:not(.is-scrolled) .header-inner::after {
  opacity: 1;
}

.hero,
.page-hero,
.section,
.process-section,
.contact-section,
.about-founder,
.quote-section {
  position: relative;
  max-width: var(--content-max-width);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  height: 62px;
}

.brand img {
  width: 190px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #756565;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.desktop-nav a:hover,
.secondary-link:hover {
  color: #574848;
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.72);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.desktop-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.desktop-nav a.is-active {
  color: #574848;
}

.desktop-nav a.is-active::after {
  background: var(--brand-soft);
  opacity: 1;
  transform: scaleX(1);
}

.nav-cta,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #574848;
  color: #fffafa;
  font-weight: 700;
}

.nav-cta {
  justify-self: end;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  justify-self: end;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(87, 72, 72, 0.18);
  border-radius: 999px;
  background: #fffafa;
  color: #574848;
  cursor: pointer;
}

.menu-toggle:hover {
  background: var(--brand-soft);
  border-color: var(--brand-soft);
  transform: translateY(-2px);
}

.menu-close-icon {
  display: none;
}

.site-header.is-menu-open .menu-open-icon {
  display: none;
}

.site-header.is-menu-open .menu-close-icon {
  display: inline-flex;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: 76px clamp(24px, 5vw, 84px) 54px;
  overflow: hidden;
}

.home-hero {
  min-height: min(940px, calc(100vh - 72px));
  padding-top: clamp(132px, 14vh, 184px);
  padding-bottom: clamp(88px, 9vh, 128px);
  background: #f7f2f2;
}

.home-hero .bubble-field span {
  border-color: rgba(197, 179, 179, 0.44);
  background: rgba(197, 179, 179, var(--fill, 0.1));
  box-shadow: none;
}

.fluid-hero {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  align-items: end;
  min-height: min(760px, 78vh);
  max-width: none;
  padding: clamp(118px, 14vh, 160px) 0 0;
  border-bottom: 1px solid rgba(255, 250, 250, 0.14);
  background:
    radial-gradient(circle at 26% 62%, rgba(197, 179, 179, 0.2), transparent 26%),
    radial-gradient(circle at 76% 30%, rgba(197, 179, 179, 0.16), transparent 24%),
    linear-gradient(135deg, #574848 0%, #463939 48%, #332a2a 100%);
  color: #fffafa;
}

.fluid-hero .bubble-field span {
  border-color: rgba(255, 250, 250, 0.18);
  background: rgba(197, 179, 179, var(--fill, 0.2));
  box-shadow: 0 0 22px rgba(197, 179, 179, 0.16);
}

.fluid-hero .hero-copy {
  width: min(100%, var(--content-max-width));
  max-width: none;
  margin: 0 auto;
  padding-left: clamp(24px, 5vw, 84px);
  padding-right: clamp(24px, 5vw, 84px);
  padding-bottom: clamp(34px, 5vh, 58px);
}

.fluid-hero .eyebrow {
  color: #eadede;
}

.fluid-hero .eyebrow::after {
  background: rgba(255, 250, 250, 0.54);
}

.fluid-hero h1 {
  max-width: 1120px;
  color: #fffafa;
  font-size: clamp(54px, 7.4vw, 112px);
  line-height: 0.96;
}

.fluid-hero h1 em {
  color: #fffafa;
  background: linear-gradient(
    180deg,
    transparent 58%,
    rgba(197, 179, 179, 0.44) 58%
  );
}

.fluid-hero .hero-intro {
  max-width: 680px;
  color: #eadede;
}

.fluid-hero-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  border-top: 1px solid rgba(255, 250, 250, 0.16);
  background: rgba(51, 42, 42, 0.18);
  backdrop-filter: blur(10px);
}

.fluid-hero-footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 620px) auto;
  gap: 32px;
  align-items: center;
  width: min(100%, var(--content-max-width));
  margin: 0 auto;
  padding: 22px clamp(24px, 5vw, 84px);
}

.fluid-hero-footer-inner p {
  width: min(100%, 620px);
  margin: 0;
  color: #fffafa;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 400;
  line-height: 1.42;
}

.fluid-hero-footer-inner .hero-actions {
  justify-self: end;
  margin-top: 0;
}

.light-button {
  background: #fffafa;
  color: #574848;
}

.light-button:hover {
  border-color: rgba(255, 250, 250, 0.72);
  background: #463a3a;
  color: #fffafa;
  box-shadow: 0 10px 24px rgba(255, 250, 250, 0.12);
}

.light-link {
  color: #fffafa;
  opacity: 0.9;
  text-shadow: 0 1px 10px rgba(255, 250, 250, 0.12);
}

.light-link:hover {
  color: #fffafa;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  min-width: 0;
}

.bubble-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.bubble-field span {
  position: absolute;
  display: block;
  width: var(--size, 10px);
  height: var(--size, 10px);
  border: 1px solid rgba(87, 72, 72, var(--line, 0.2));
  border-radius: 50%;
  background: rgba(197, 179, 179, var(--fill, 0.12));
  opacity: var(--opacity, 0.7);
  transform: translate3d(0, 0, 0);
  animation:
    bubbleFloat var(--speed, 16s) ease-in-out infinite alternate,
    bubblePulse calc(var(--speed, 16s) * 0.58) ease-in-out infinite;
  animation-delay: var(--delay, 0s), calc(var(--delay, 0s) * -0.6);
}

.bubble-field span:nth-child(1) { --size: 9px; --speed: 10s; --delay: -1s; left: 7%; top: 18%; }
.bubble-field span:nth-child(2) { --size: 18px; --speed: 13s; --delay: -6s; left: 18%; top: 12%; }
.bubble-field span:nth-child(3) { --size: 7px; --speed: 11s; --delay: -3s; left: 30%; top: 22%; }
.bubble-field span:nth-child(4) { --size: 24px; --speed: 15s; --delay: -8s; left: 42%; top: 14%; }
.bubble-field span:nth-child(5) { --size: 12px; --speed: 12s; --delay: -4s; left: 55%; top: 24%; }
.bubble-field span:nth-child(6) { --size: 8px; --speed: 14s; --delay: -9s; left: 72%; top: 12%; }
.bubble-field span:nth-child(7) { --size: 28px; --speed: 17s; --delay: -5s; left: 84%; top: 20%; }
.bubble-field span:nth-child(8) { --size: 10px; --speed: 12s; --delay: -2s; left: 92%; top: 38%; }
.bubble-field span:nth-child(9) { --size: 15px; --speed: 14s; --delay: -7s; left: 62%; top: 46%; }
.bubble-field span:nth-child(10) { --size: 6px; --speed: 10s; --delay: -4s; left: 48%; top: 58%; }
.bubble-field span:nth-child(11) { --size: 21px; --speed: 15s; --delay: -11s; left: 77%; top: 64%; }
.bubble-field span:nth-child(12) { --size: 8px; --speed: 11s; --delay: -8s; left: 88%; top: 78%; }
.bubble-field span:nth-child(13) { --size: 14px; --speed: 13s; --delay: -5s; left: 12%; top: 70%; }
.bubble-field span:nth-child(14) { --size: 6px; --speed: 12s; --delay: -9s; left: 24%; top: 84%; }
.bubble-field span:nth-child(15) { --size: 18px; --speed: 16s; --delay: -3s; left: 36%; top: 76%; }
.bubble-field span:nth-child(16) { --size: 9px; --speed: 12s; --delay: -7s; left: 52%; top: 86%; }
.bubble-field span:nth-child(17) { --size: 34px; --speed: 18s; --delay: -12s; left: 68%; top: 82%; --fill: 0.1; }
.bubble-field span:nth-child(18) { --size: 5px; --speed: 10s; --delay: -5s; left: 80%; top: 48%; }
.bubble-field span:nth-child(19) { --size: 11px; --speed: 12s; --delay: -10s; left: 4%; top: 46%; }
.bubble-field span:nth-child(20) { --size: 20px; --speed: 16s; --delay: -7s; left: 34%; top: 42%; --fill: 0.1; }
.bubble-field span:nth-child(21) { --size: 7px; --speed: 12s; --delay: -2s; left: 58%; top: 8%; }
.bubble-field span:nth-child(22) { --size: 13px; --speed: 14s; --delay: -6s; left: 96%; top: 8%; }

.bubble-field-panel span {
  border-color: rgba(87, 72, 72, 0.22);
  background: rgba(255, 250, 250, 0.18);
}

.bubble-field-process span {
  border-color: rgba(197, 179, 179, 0.42);
  background: rgba(197, 179, 179, var(--fill, 0.12));
  box-shadow: none;
}

.bubble-field-process span:nth-child(4),
.bubble-field-process span:nth-child(7),
.bubble-field-process span:nth-child(11),
.bubble-field-process span:nth-child(17),
.bubble-field-process span:nth-child(20) {
  --fill: 0.2;
  --opacity: 0.9;
}

@keyframes bubbleFloat {
  0% {
    transform: translate3d(-10px, 16px, 0) scale(0.92);
  }
  33% {
    transform: translate3d(12px, -8px, 0) scale(1.05);
  }
  66% {
    transform: translate3d(-4px, -22px, 0) scale(0.98);
  }
  100% {
    transform: translate3d(16px, 10px, 0) scale(1.08);
  }
}

@keyframes bubblePulse {
  0%,
  100% {
    opacity: calc(var(--opacity, 0.7) * 0.52);
    box-shadow: 0 0 0 rgba(197, 179, 179, 0);
  }
  50% {
    opacity: var(--opacity, 0.7);
    box-shadow: 0 0 18px rgba(197, 179, 179, 0.22);
  }
}

.eyebrow {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  color: #7b6868;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 42px;
  height: 1px;
  background: var(--brand-soft);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 620ms ease 120ms;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 920px;
  margin-bottom: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 8.2vw, 126px);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

h1 em,
h2 em {
  color: var(--accent-ink);
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(
    180deg,
    transparent 58%,
    rgba(197, 179, 179, 0.58) 58%
  );
}

.home-hero h1 {
  max-width: 760px;
  font-size: clamp(46px, 5vw, 78px);
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hero-intro {
  max-width: 620px;
  color: #756565;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.46;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.primary-button {
  min-height: 54px;
  padding: 0 24px;
}

.primary-button:hover,
.nav-cta:hover {
  background: #463a3a;
  box-shadow: 0 10px 24px rgba(87, 72, 72, 0.14);
  transform: translateY(-1px);
}

.primary-button:hover svg,
.feature-card:hover svg,
.service-card:hover b {
  transform: translateX(2px);
}

.secondary-link {
  color: #756565;
  font-weight: 700;
}

.secondary-link:hover {
  transform: translateX(2px);
}

.hero-panel {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(87, 72, 72, 0.18);
  border-radius: 8px;
  background: var(--brand-soft);
  box-shadow: 0 24px 70px rgba(87, 72, 72, 0.08);
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: min(84%, 600px);
  height: 100%;
  min-height: 520px;
  margin: auto;
  object-fit: contain;
  padding: 48px 30px;
}

.metric-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(87, 72, 72, 0.18);
  background: #fffafa;
}

.metric-strip div {
  padding: 24px 26px;
  border-right: 1px solid rgba(87, 72, 72, 0.16);
}

.metric-strip div:last-child {
  border-right: 0;
}

.metric-strip strong {
  display: block;
  margin-bottom: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.6vw, 40px);
  font-weight: 400;
}

.metric-strip span,
.service-card span,
.step p,
.quality-copy p,
.contact-section p,
.contact-card {
  color: #756565;
  line-height: 1.58;
}

.section {
  padding: 104px clamp(24px, 5vw, 84px);
}

.entry-section {
  background: #fffafa;
  box-shadow:
    50vw 0 0 #fffafa,
    -50vw 0 0 #fffafa;
}

.entry-section .section-heading {
  border-top: 0;
  padding-top: 0;
}

.compact-section {
  padding-top: 110px;
}

.fluid-hero + .compact-section {
  margin-top: 22px;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 38px;
  margin-bottom: 36px;
  border-top: 1px solid rgba(87, 72, 72, 0.1);
  padding-top: 28px;
}

.section-heading.single-heading {
  grid-template-columns: 1fr;
}

h2 {
  max-width: 930px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5.2vw, 78px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(92px, 150px);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: 460px;
  padding: 126px clamp(24px, 5vw, 84px) 76px;
  border-bottom: 0;
  overflow: hidden;
  background: #f7f2f2;
}

.page-hero > div,
.page-hero > img {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(46px, 5.8vw, 86px);
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.page-hero.long-title h1 {
  max-width: 1040px;
  font-size: clamp(40px, 5vw, 74px);
  line-height: 1.04;
}

.page-hero img {
  justify-self: end;
  width: min(13vw, 132px);
  min-width: 92px;
  opacity: 0.42;
}

.section + .section,
.section + .about-founder,
.about-founder + .section,
.page-hero + .section,
.page-hero + .contact-section,
.home-process + .section,
.quote-section + .contact-section {
  border-top: 1px solid rgba(87, 72, 72, 0.12);
}

.section + .process-section,
.page-hero + .process-section {
  border-top: 1px solid rgba(87, 72, 72, 0.12);
}

.process-section + .section {
  border-top: 1px solid rgba(87, 72, 72, 0.12);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.feature-card {
  display: grid;
  align-content: space-between;
  min-height: 226px;
  padding: 24px;
  border: 1px solid rgba(87, 72, 72, 0.16);
  border-radius: 8px;
  background: #fffafa;
  box-shadow: 0 0 0 rgba(87, 72, 72, 0);
}

.feature-card:hover,
.service-card:hover,
.proof-item:hover,
.detail-card:hover {
  border-color: rgba(87, 72, 72, 0.23);
  box-shadow: 0 8px 18px rgba(87, 72, 72, 0.045);
  transform: translateY(-1px);
}

.feature-card span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.65vw, 36px);
  line-height: 1.02;
}

.feature-card p {
  color: #756565;
  line-height: 1.55;
}

.feature-card svg {
  margin-top: 16px;
}

.home-process {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 6vw, 88px);
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 128px clamp(24px, 5vw, 84px);
  border-top: 0;
}

.home-process-copy h2 {
  margin-bottom: 24px;
}

.home-process-copy p:not(.eyebrow) {
  max-width: 680px;
  color: #756565;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.62;
}

.mini-steps {
  border-top: 1px solid rgba(87, 72, 72, 0.18);
}

.mini-steps .step {
  border-bottom: 1px solid rgba(87, 72, 72, 0.18);
}

.mini-steps .step > span,
.mini-steps .step h3 {
  color: #574848;
}

.mini-steps .step p {
  color: #756565;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 72px);
}

.intro-copy {
  max-width: 100%;
  color: #756565;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.value-list {
  display: grid;
  gap: 12px;
}

.value-list article {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: 18px;
  align-items: baseline;
  min-height: 110px;
  padding: 24px;
  border: 1px solid rgba(87, 72, 72, 0.16);
  border-radius: 8px;
  background: #fffafa;
}

.value-list h3,
.value-list p {
  margin: 0;
}

.value-list h3 {
  font-size: 24px;
}

.value-list p {
  color: #756565;
  line-height: 1.5;
}

.about-founder {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
  padding: 128px clamp(24px, 5vw, 84px);
  background: #fffafa;
  box-shadow:
    50vw 0 0 #fffafa,
    -50vw 0 0 #fffafa;
}

.founder-mark {
  display: grid;
  place-items: center;
  min-height: 520px;
  border: 1px solid rgba(87, 72, 72, 0.16);
  border-radius: 8px;
  background: var(--brand-soft);
  overflow: hidden;
}

.founder-mark img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.about-founder h2 {
  margin-bottom: 28px;
}

.about-founder p:not(.eyebrow) {
  color: #756565;
  font-size: 18px;
  line-height: 1.68;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 330px;
  padding: 24px;
  border: 1px solid rgba(87, 72, 72, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 250, 0.74);
  box-shadow: 0 0 0 rgba(87, 72, 72, 0);
}

.service-card b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  color: #574848;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.service-card b svg {
  flex: 0 0 auto;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 52px;
  border: 1px solid rgba(87, 72, 72, 0.18);
  border-radius: 50%;
  background: #fffafa;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.feature-card:hover .service-icon,
.service-card:hover .service-icon,
.detail-card:hover .service-icon {
  background: var(--brand-soft);
  border-color: var(--brand-soft);
  transform: scale(1.02);
}

.service-card h3 {
  margin-bottom: 18px;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.08;
  overflow-wrap: anywhere;
  word-break: normal;
}

.service-card span {
  overflow-wrap: anywhere;
}

.process-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(32px, 5vw, 76px);
  align-items: stretch;
  padding: 128px clamp(24px, 5vw, 84px);
  background: #fffafa;
  box-shadow:
    50vw 0 0 #fffafa,
    -50vw 0 0 #fffafa;
  color: #574848;
  overflow: hidden;
}

.process-section .bubble-field {
  display: none;
}

.process-media {
  position: relative;
  z-index: 1;
  min-height: 720px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: var(--brand-soft);
}

.process-media img {
  width: min(74%, 520px);
  height: auto;
  object-fit: contain;
}

.process-content {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 760px;
  overflow: hidden;
}

.process-content .bubble-field {
  display: block;
  inset: -42px -24px;
  opacity: 0.62;
}

.process-content > p,
.process-content .step-list {
  position: relative;
  z-index: 1;
}

.process-content > p:not(.eyebrow) {
  margin: 28px 0 42px;
  color: #756565;
  font-size: 19px;
  line-height: 1.58;
}

.step-list {
  border-top: 1px solid rgba(87, 72, 72, 0.16);
}

.step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 250, 250, 0.2);
}

.step > span {
  color: #c5b3b3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.step h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.step p {
  margin-bottom: 0;
  color: #756565;
}

.quality-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: start;
}

.detail-section {
  display: grid;
  grid-template-columns: minmax(360px, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.detail-card {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(87, 72, 72, 0.16);
  border-radius: 8px;
  background: #fffafa;
}

.detail-card p {
  color: #756565;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.62;
}

.detail-card p:last-of-type {
  margin-bottom: 0;
}

.quality-copy {
  position: sticky;
  top: 112px;
}

.quality-copy h2 {
  margin-bottom: 26px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.proof-item {
  display: flex;
  gap: 12px;
  min-height: 118px;
  padding: 20px;
  border: 1px solid rgba(87, 72, 72, 0.16);
  border-radius: 8px;
  background: #fffafa;
  font-weight: 700;
  line-height: 1.32;
  box-shadow: 0 0 0 rgba(87, 72, 72, 0);
}

.proof-item svg {
  flex: 0 0 auto;
  color: #574848;
}

.quote-section {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  padding: clamp(24px, 5vw, 84px);
  overflow: hidden;
  color: #fffafa;
  background:
    radial-gradient(circle at 78% 20%, rgba(197, 179, 179, 0.54), transparent 32%),
    linear-gradient(135deg, #574848, #332a2a);
}

.quote-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./Vector-wit.png");
  background-repeat: no-repeat;
  background-position: right clamp(20px, 8vw, 120px) center;
  background-size: min(32vw, 210px);
  opacity: 0.16;
}

.quote-section div {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.quote-section p {
  margin: 24px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1.05;
}

.quote-section span {
  color: #e5d8d8;
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 520px);
  gap: 48px;
  align-items: start;
  padding: 128px clamp(24px, 5vw, 84px) 144px;
  background: #fffafa;
  box-shadow:
    50vw 0 0 #fffafa,
    -50vw 0 0 #fffafa;
}

.page-hero + .contact-section,
.page-hero + .section,
.page-hero + .process-section {
  margin-top: 24px;
  margin-bottom: 72px;
}

.page-hero + .contact-section {
  margin-bottom: 0;
}

.contact-section + .site-footer {
  margin-top: 0;
}

.about-founder + .site-footer {
  margin-top: 0;
}

.fluid-hero + .compact-section .section-heading,
.page-hero + .section .section-heading,
.page-hero + .process-section .section-heading,
.about-founder + .section .section-heading,
.process-section + .section .section-heading {
  border-top: 0;
  padding-top: 0;
}

.process-page {
  margin-top: 0;
}

.page-hero + .process-section.process-page {
  margin-bottom: 0;
}

.process-page + .site-footer {
  margin-top: 0;
}

.contact-section h2 {
  margin-bottom: 24px;
  word-break: normal;
}

.contact-section > div:first-child p:last-child {
  max-width: 620px;
  font-size: 19px;
}

.contact-form {
  display: grid;
  gap: 16px;
  max-width: 760px;
  margin-top: 34px;
}

.form-notice {
  max-width: 760px;
  margin: 22px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(87, 72, 72, 0.14);
  border-radius: 8px;
  background: #f7f2f2;
  color: #574848;
  font-size: 15px;
}

.form-notice-success {
  background: rgba(197, 179, 179, 0.28);
}

.form-notice-error {
  border-color: rgba(135, 54, 54, 0.22);
  background: rgba(135, 54, 54, 0.08);
}

.tov-hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 9px;
  color: #574848;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(87, 72, 72, 0.18);
  border-radius: 8px;
  background: #f7f2f2;
  color: #574848;
  font: inherit;
  font-size: 16px;
  letter-spacing: 0;
  outline: none;
  text-transform: none;
}

.contact-form input,
.contact-form select {
  min-height: 54px;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 148px;
  resize: vertical;
  padding: 15px 16px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #574848;
  box-shadow: 0 0 0 3px rgba(197, 179, 179, 0.42);
}

.contact-form button {
  width: fit-content;
  min-width: 206px;
  border: 0;
  cursor: pointer;
}

.jet-form-wrapper .jet-form,
.jet-form-wrapper .jet-form-builder,
.jet-form-wrapper form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 760px;
}

.jet-form-wrapper .jet-form-row,
.jet-form-wrapper .jet-form-builder-row,
.jet-form-wrapper .jet-form-builder__field-wrap {
  display: grid;
  gap: 9px;
  min-width: 0;
}

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

.jet-form-wrapper .jet-form-col {
  min-width: 0;
}

.jet-form-wrapper .jet-form-col-6,
.jet-form-wrapper .jet-form-col-12,
.jet-form-wrapper .jet-form-col-12 + .jet-form-col,
.jet-form-wrapper .jet-form-row:has([name="onderwerp"]),
.jet-form-wrapper .jet-form-row:has([name="bericht"]),
.jet-form-wrapper .jet-form-row:has(button),
.jet-form-wrapper .jet-form-row:has(input[type="submit"]),
.jet-form-wrapper .jet-form-builder-row:has([name="onderwerp"]),
.jet-form-wrapper .jet-form-builder-row:has([name="bericht"]),
.jet-form-wrapper .jet-form-builder-row:has(button),
.jet-form-wrapper .jet-form-builder-row:has(input[type="submit"]) {
  grid-column: 1 / -1;
}

.jet-form-wrapper .jet-form-row > *,
.jet-form-wrapper .jet-form-builder-row > *,
.jet-form-wrapper .jet-form-builder__field-wrap > * {
  min-width: 0;
}

.jet-form-wrapper .jet-form-builder__label,
.jet-form-wrapper label {
  display: block;
  color: #574848;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.jet-form-wrapper input,
.jet-form-wrapper select,
.jet-form-wrapper textarea,
.jet-form-wrapper .jet-form-builder__field {
  width: 100%;
  border: 1px solid rgba(87, 72, 72, 0.18);
  border-radius: 8px;
  background: #f7f2f2;
  color: #574848;
  font: inherit;
  font-size: 16px;
  letter-spacing: 0;
  outline: none;
}

.jet-form-wrapper input,
.jet-form-wrapper select {
  min-height: 54px;
  padding: 0 16px;
}

.jet-form-wrapper textarea {
  min-height: 148px;
  padding: 15px 16px;
  resize: vertical;
}

.jet-form-wrapper button,
.jet-form-wrapper input[type="submit"],
.jet-form-wrapper .jet-form-builder__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 58px;
  min-width: 206px;
  border: 0;
  border-radius: 999px;
  background: #574848;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
}

.jet-form-wrapper .jet-form-builder-message {
  max-width: 760px;
  padding: 14px 16px;
  border: 1px solid rgba(87, 72, 72, 0.14);
  border-radius: 8px;
  background: rgba(197, 179, 179, 0.28);
  color: #574848;
}

@media (max-width: 720px) {
  .jet-form-wrapper .jet-form,
  .jet-form-wrapper .jet-form-builder,
  .jet-form-wrapper form,
  .jet-form-wrapper .jet-form-row {
    grid-template-columns: 1fr;
  }

  .jet-form-wrapper .jet-form-col-6,
  .jet-form-wrapper .jet-form-col-12 {
    grid-column: 1 / -1;
  }
}

.form-submit {
  min-height: 58px;
  padding-inline: 26px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-note {
  max-width: 620px;
  margin: 0;
  color: #756565;
  font-size: 15px;
}

.contact-card {
  display: grid;
  gap: 0;
  align-self: start;
  border: 1px solid rgba(87, 72, 72, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: #f7f2f2;
  box-shadow: 0 18px 48px rgba(87, 72, 72, 0.06);
}

.contact-card a,
.contact-card p {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 96px;
  margin: 0;
  padding: 24px 26px;
  border-bottom: 1px solid rgba(87, 72, 72, 0.16);
  color: #574848;
  font-weight: 700;
}

.contact-card a:hover {
  background: #fffafa;
  transform: translateX(4px);
}

.contact-card p:last-child {
  border-bottom: 0;
}

.site-footer {
  border-top: 1px solid rgba(87, 72, 72, 0.16);
  background: var(--brand-soft);
  margin-top: 44px;
}

.footer-inner {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 54px clamp(24px, 5vw, 84px) 24px;
}

.site-footer img {
  width: 220px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(150px, 0.42fr) minmax(260px, 0.58fr);
  gap: clamp(36px, 7vw, 112px);
  align-items: start;
}

.footer-brand,
.footer-nav,
.footer-contact,
.footer-bottom {
  min-width: 0;
}

.footer-brand p {
  max-width: 520px;
  margin: 24px 0 0;
  color: #574848;
  font-size: 16px;
  line-height: 1.62;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(87, 72, 72, 0.24);
  border-radius: 999px;
  background: rgba(255, 250, 250, 0.42);
  color: #574848;
  font-weight: 800;
}

.footer-title {
  margin: 0 0 18px;
  color: #574848;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-nav,
.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-nav a,
.footer-contact a,
.footer-contact p:not(.footer-title) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin: 0;
  color: #574848;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.footer-nav a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-nav a:hover,
.footer-contact a:hover {
  color: #fffafa;
  transform: translateX(3px);
}

.footer-contact svg {
  flex: 0 0 auto;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(87, 72, 72, 0.18);
}

.footer-bottom p {
  margin: 0;
  color: rgba(87, 72, 72, 0.86);
  font-size: 13px;
}

.footer-bottom p:last-child {
  text-align: right;
  font-weight: 700;
}

.footer-bottom a:hover {
  color: #574848;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal .eyebrow {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.reveal.is-visible .eyebrow {
  opacity: 1;
  transform: translateY(0);
}

.reveal.is-visible .eyebrow::after {
  transform: scaleX(1);
}

.page-hero.reveal {
  transform: translateY(18px);
}

.hero.reveal {
  opacity: 1;
  transform: none;
}

.hero-panel.reveal,
.feature-card.reveal,
.service-card.reveal,
.proof-item.reveal,
.detail-card.reveal,
.contact-card.reveal,
.founder-mark.reveal,
.step.reveal {
  transform: translateY(34px);
}

.feature-card:nth-child(2).reveal,
.service-card:nth-child(2).reveal,
.proof-item:nth-child(2).reveal,
.step:nth-child(2).reveal {
  transition-delay: 70ms;
}

.feature-card:nth-child(3).reveal,
.service-card:nth-child(3).reveal,
.proof-item:nth-child(3).reveal,
.step:nth-child(3).reveal {
  transition-delay: 140ms;
}

.service-card:nth-child(4).reveal,
.proof-item:nth-child(4).reveal {
  transition-delay: 210ms;
}

.service-card:nth-child(5).reveal,
.proof-item:nth-child(5).reveal {
  transition-delay: 280ms;
}

.service-card:nth-child(6).reveal,
.proof-item:nth-child(6).reveal {
  transition-delay: 350ms;
}

.feature-card.reveal.is-visible:hover,
.service-card.reveal.is-visible:hover,
.proof-item.reveal.is-visible:hover,
.detail-card.reveal.is-visible:hover {
  transform: translateY(-1px);
}

.contact-card.reveal.is-visible a:hover {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    padding-left: clamp(18px, 5vw, 84px);
    padding-right: clamp(18px, 5vw, 84px);
  }

  .header-inner::after {
    left: clamp(18px, 5vw, 84px);
    right: clamp(18px, 5vw, 84px);
  }

  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 19;
    min-height: calc(100vh - 66px);
    overflow: auto;
    border-bottom: 1px solid rgba(87, 72, 72, 0.16);
    background: rgba(247, 242, 242, 0.86);
    backdrop-filter: blur(18px);
    box-shadow: 0 26px 48px rgba(87, 72, 72, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 220ms ease,
      transform 220ms ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu nav,
  .mobile-menu-contact {
    display: grid;
    width: min(100%, var(--content-max-width));
    margin: 0 auto;
    padding-left: clamp(18px, 5vw, 84px);
    padding-right: clamp(18px, 5vw, 84px);
  }

  .mobile-menu nav {
    gap: clamp(12px, 2.8vh, 24px);
    padding-top: clamp(24px, 4.5vh, 52px);
    padding-bottom: clamp(34px, 8vh, 86px);
  }

  .mobile-menu nav a {
    display: flex;
    align-items: center;
    min-height: clamp(68px, 9vh, 92px);
    border-bottom: 1px solid rgba(87, 72, 72, 0.14);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 9vw, 72px);
    line-height: 1;
  }

  .mobile-menu nav a:hover {
    color: #7b6868;
    transform: translateX(6px);
  }

  .mobile-menu nav a.is-active {
    color: #574848;
  }

  .mobile-menu nav a.is-active::after {
    content: "";
    flex: 1;
    height: 1px;
    margin-left: 18px;
    background: currentColor;
    opacity: 0.52;
  }

  .mobile-menu-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 72px;
    padding-top: 0;
    padding-bottom: clamp(32px, 8vh, 88px);
    color: #756565;
    font-weight: 800;
  }

  .hero,
  .page-hero,
  .home-process,
  .process-section,
  .quality-section,
  .contact-section,
  .intro-grid,
  .about-founder,
  .feature-grid,
  .detail-section,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .contact-section {
    gap: 34px;
    padding-top: 86px;
    padding-bottom: 98px;
  }

  .contact-section > div:first-child {
    max-width: 820px;
  }

  .contact-section h2 {
    max-width: 780px;
  }

  .page-hero.long-title h1 {
    font-size: clamp(34px, 4.8vw, 54px);
    line-height: 1.1;
  }

  .contact-form {
    max-width: 820px;
  }

  .contact-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 820px;
    box-shadow: 0 12px 32px rgba(87, 72, 72, 0.05);
  }

  .contact-card > * {
    min-width: 0;
    min-height: 82px;
    padding: 20px 22px;
    border-bottom: 0;
  }

  .contact-card > *:nth-child(odd) {
    border-right: 1px solid rgba(87, 72, 72, 0.16);
  }

  .contact-card > *:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(87, 72, 72, 0.16);
  }

  .contact-card a:hover,
  .contact-card.reveal.is-visible a:hover {
    transform: none;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .home-hero {
    min-height: 820px;
    padding-top: 132px;
    padding-bottom: 94px;
  }

  .hero.home-hero.fluid-hero {
    min-height: auto;
    padding-top: 128px;
  }

  .fluid-hero .hero-copy {
    padding-bottom: 72px;
  }

  .fluid-hero-footer-inner {
    grid-template-columns: minmax(0, 1fr) minmax(210px, auto);
    gap: 28px;
  }

  .fluid-hero-footer-inner .hero-actions {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 0;
  }

  .hero-copy,
  .home-hero h1 {
    max-width: none;
  }

  .hero-panel,
  .process-media,
  .founder-mark,
  .founder-mark img {
    min-height: 480px;
  }

  .services-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero img {
    justify-self: start;
  }

  .quality-copy {
    position: static;
  }

  .footer-inner {
    overflow: hidden;
    padding: 42px clamp(18px, 5vw, 84px) 22px;
  }

  .footer-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .footer-brand {
    padding-bottom: 4px;
  }

  .footer-brand p {
    max-width: 620px;
  }

  .footer-nav,
  .footer-contact {
    gap: 9px;
    padding-top: 20px;
    border-top: 1px solid rgba(87, 72, 72, 0.16);
  }

  .footer-nav a,
  .footer-contact a,
  .footer-contact p:not(.footer-title) {
    width: 100%;
    max-width: 100%;
  }

  .footer-contact a,
  .footer-contact p:not(.footer-title) {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
  }

  .footer-contact svg {
    margin-top: 2px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 1240px) {
  .home-hero {
    grid-template-columns: 1fr;
  }

  .home-hero:not(.fluid-hero) .hero-copy,
  .home-hero:not(.fluid-hero) h1,
  .home-hero:not(.fluid-hero) .hero-intro {
    max-width: 820px;
  }

  .home-hero .hero-panel {
    min-height: 420px;
  }

  .fluid-hero .hero-copy {
    max-width: var(--content-max-width);
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 66px;
  }

  .header-inner {
    min-height: 66px;
    padding: 0 18px;
  }

  .header-inner::after {
    left: 18px;
    right: 18px;
  }

  .brand span:last-child {
    display: none;
  }

  .brand img {
    width: 156px;
  }

  .nav-cta {
    padding: 11px 14px;
  }

  .hero,
  .section,
  .process-section,
  .contact-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section,
  .home-process,
  .about-founder,
  .process-section,
  .contact-section {
    padding-top: 64px;
  }

  .section {
    padding-bottom: 72px;
  }

  .compact-section {
    padding-top: 72px;
  }

  .fluid-hero {
    min-height: 76vh;
    padding: 94px 0 0;
  }

  .home-hero {
    row-gap: 48px;
    padding-top: 92px;
    padding-bottom: 58px;
  }

  .home-hero .hero-panel {
    order: 1;
    min-height: 300px;
  }

  .home-hero .hero-copy {
    order: 2;
  }

  .home-hero .hero-logo {
    min-height: 270px;
    width: min(86%, 350px);
    padding: 28px 20px;
  }

  .fluid-hero .hero-copy {
    max-width: 352px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 44px;
  }

  .fluid-hero h1,
  .fluid-hero .hero-intro {
    max-width: 316px;
  }

  .fluid-hero h1 {
    font-size: clamp(34px, 8.8vw, 40px);
    line-height: 1.1;
  }

  .fluid-hero-footer-inner {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
    padding: 20px 18px 24px;
  }

  .fluid-hero-footer-inner .hero-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
  }

  .fluid-hero-footer-inner p {
    width: 100%;
    max-width: 316px;
    margin-left: 0;
    font-size: clamp(17px, 4.6vw, 19px);
    overflow-wrap: anywhere;
  }

  .fluid-hero-footer-inner .hero-actions {
    justify-self: start;
  }

  .fluid-hero-footer-inner .primary-button {
    min-height: 50px;
    padding: 0 18px;
    white-space: nowrap;
  }

  .fluid-hero-footer-inner .secondary-link {
    white-space: nowrap;
    font-size: 14px;
  }

  h1 {
    font-size: clamp(50px, 16vw, 78px);
  }

  .page-hero h1,
  .home-hero h1 {
    max-width: 100%;
    font-size: clamp(33px, 8.8vw, 46px);
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .hero.home-hero h1 {
    max-width: 354px;
    font-size: clamp(31px, 8.1vw, 37px);
    line-height: 1.1;
  }

  .hero.home-hero .hero-copy,
  .hero.home-hero .hero-intro {
    max-width: 354px;
  }

  .contact-hero h1 {
    max-width: 330px;
    font-size: clamp(32px, 8.2vw, 38px);
    line-height: 1.1;
  }

  .page-hero.long-title h1 {
    font-size: clamp(16px, 4.6vw, 28px);
    line-height: 1.18;
  }

  .contact-section h2 {
    font-size: clamp(31px, 8.2vw, 42px);
    line-height: 1.08;
  }

  .hero.home-hero.fluid-hero h1 {
    max-width: 316px;
    font-size: clamp(34px, 8.8vw, 40px);
    line-height: 1.1;
  }

  .page-hero {
    min-height: 360px;
    padding-top: 88px;
    padding-bottom: 46px;
  }

  .page-hero + .contact-section,
  .page-hero + .section,
  .page-hero + .process-section {
    margin-top: 18px;
    margin-bottom: 48px;
  }

  .section-heading {
    gap: 22px;
    margin-bottom: 28px;
    padding-top: 24px;
  }

  .feature-grid,
  .services-grid,
  .proof-grid {
    gap: 10px;
  }

  .feature-card,
  .service-card,
  .detail-card {
    padding: 22px;
  }

  .feature-card {
    min-height: 196px;
  }

  .feature-card span {
    font-size: clamp(24px, 7vw, 32px);
  }

  .metric-strip {
    grid-template-columns: 1fr;
  }

  .metric-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(87, 72, 72, 0.16);
  }

  .metric-strip div:last-child {
    border-bottom: 0;
  }

  .service-card {
    min-height: auto;
  }

  .step {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .quote-section {
    min-height: 540px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .contact-card > * {
    min-height: 76px;
    padding: 19px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(87, 72, 72, 0.16);
  }

  .contact-card > *:nth-child(odd) {
    border-right: 0;
  }

  .contact-card > *:last-child {
    border-bottom: 0;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .value-list article {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    padding: 34px 18px 20px;
  }

  .footer-brand p {
    max-width: none;
    margin-top: 16px;
    font-size: 15px;
  }

  .footer-badges {
    gap: 8px;
    margin-top: 16px;
  }

  .footer-badges span {
    min-height: 34px;
    padding: 0 11px;
    font-size: 12px;
  }

  .footer-title {
    margin-bottom: 14px;
  }

  .footer-nav a,
  .footer-contact a,
  .footer-contact p:not(.footer-title) {
    font-size: 14px;
  }

  .footer-bottom {
    margin-top: 26px;
  }

  .footer-bottom p:last-child {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .site-footer img {
    width: 184px;
  }
}
