:root {
  --bg: #050505;
  --panel: #11100e;
  --panel-soft: #171410;
  --ink: #fbf8f1;
  --muted: #d4d0c8;
  --subtle: #9c9891;
  --gold: #d3a45f;
  --gold-soft: #9b7340;
  --line: rgba(211, 164, 95, 0.48);
  --line-soft: rgba(211, 164, 95, 0.24);
  --sans: "Inter", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}

/* Compact search introduction and service decision support. */
.home-seo-intro {
  position: relative;
  z-index: 1;
  width: 100%;
  border-top: 1px solid rgba(86, 77, 66, 0.42);
  border-bottom: 1px solid rgba(86, 77, 66, 0.36);
  background:
    radial-gradient(circle at 16% 24%, rgba(211, 164, 95, 0.055), transparent 30%),
    linear-gradient(115deg, #0c0c0b 0%, #080808 58%, #050505 100%);
}

.home-seo-intro-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(48px, 6vw, 92px);
  align-items: center;
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
  padding-block: clamp(58px, 5.5vw, 78px);
}

.home-seo-intro-content {
  max-width: 650px;
}

.home-seo-intro-heading > p,
.services-choice-heading > p,
.services-faq-heading > p {
  margin: 0 0 15px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.home-seo-intro h2 {
  max-width: 620px;
  margin: 0;
  color: #f1eee8;
  font-family: var(--serif);
  font-size: clamp(40px, 3.8vw, 54px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-seo-intro-copy {
  max-width: 620px;
  margin-top: 28px;
  color: #c7c2ba;
  font-size: 17px;
  line-height: 1.72;
  text-wrap: pretty;
}

.home-seo-intro-copy p {
  margin: 0;
}

.home-seo-intro-copy p + p {
  margin-top: 14px;
}

.home-seo-intro-copy a {
  display: inline-block;
  margin-top: 13px;
  color: #e2b86e;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
}

.home-seo-intro-copy a span {
  margin-left: 8px;
}

.home-seo-intro-copy a:hover {
  text-decoration-color: currentColor;
}

.home-seo-intro-copy a:focus-visible,
.services-choice-options a:focus-visible,
.services-faq summary:focus-visible {
  outline: 2px solid rgba(211, 164, 95, 0.92);
  outline-offset: 4px;
}

.home-seo-intro-visual {
  width: 100%;
  max-width: 430px;
  margin: 0;
  justify-self: end;
}

.home-seo-intro-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(211, 164, 95, 0.2);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.36);
  object-fit: cover;
}

.services-row-card {
  scroll-margin-top: 24px;
}

.services-choice-guide,
.services-faq {
  width: 100%;
  margin-top: 64px;
}

.services-choice-guide {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: start;
  padding: 48px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.services-choice-heading h2,
.services-faq-heading h2 {
  margin: 0;
  color: #f2efe9;
  font-family: var(--serif);
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.services-choice-heading > span {
  display: block;
  max-width: 430px;
  margin-top: 18px;
  color: #bdb8b1;
  font-size: 15px;
  line-height: 1.62;
}

.services-choice-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.services-choice-options article {
  min-width: 0;
  padding: 4px 30px 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.services-choice-options h3 {
  margin: 0 0 13px;
  color: #eeeae3;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.services-choice-options p {
  margin: 0;
  color: #bbb6af;
  font-size: 14px;
  line-height: 1.62;
}

.services-choice-options a {
  color: #dfb66e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.services-faq {
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: start;
  padding-bottom: 34px;
}

.services-faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.services-faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.services-faq-list summary {
  position: relative;
  min-height: 64px;
  padding: 20px 50px 20px 0;
  color: #eeeae4;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.18;
  list-style: none;
}

.services-faq-list summary::-webkit-details-marker {
  display: none;
}

.services-faq-list summary::after {
  position: absolute;
  top: 20px;
  right: 4px;
  color: #d8ae67;
  content: "+";
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

.services-faq-list details[open] summary::after {
  content: "\2212";
}

.services-faq-list details > p {
  max-width: 780px;
  margin: -3px 0 22px;
  padding-right: 50px;
  color: #bbb6af;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1060px) {
  .services-choice-guide,
  .services-faq {
    grid-template-columns: 1fr;
  }

  .home-seo-intro-inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    gap: 40px;
    width: min(920px, calc(100% - 64px));
  }

  .services-choice-guide,
  .services-faq {
    gap: 36px;
  }
}

@media (max-width: 860px) {
  .home-seo-intro-inner {
    grid-template-columns: 1fr;
    width: min(680px, calc(100% - 64px));
  }

  .home-seo-intro-visual {
    max-width: 480px;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .home-seo-intro-inner {
    display: block;
    width: 100%;
    padding: 52px max(24px, env(safe-area-inset-right)) 56px max(24px, env(safe-area-inset-left));
  }

  .home-seo-intro h2 {
    max-width: 22rem;
    font-size: clamp(35px, 10vw, 43px);
  }

  .home-seo-intro-copy {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.68;
  }

  .home-seo-intro-copy a {
    margin-top: 16px;
  }

  .home-seo-intro-visual {
    max-width: 430px;
    margin: 34px auto 0;
  }

  .services-choice-guide,
  .services-faq {
    margin-top: 48px;
  }

  .services-choice-guide {
    padding: 40px 0;
  }

  .services-choice-heading h2,
  .services-faq-heading h2 {
    font-size: 34px;
  }

  .services-choice-options {
    grid-template-columns: 1fr;
  }

  .services-choice-options article {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .services-choice-options article:last-child {
    padding-bottom: 0;
  }

  .services-choice-options h3 {
    font-size: 24px;
  }

  .services-faq {
    gap: 30px;
    padding-bottom: 12px;
  }

  .services-faq-list summary {
    min-height: 60px;
    padding: 18px 38px 18px 0;
    font-size: 21px;
  }

  .services-faq-list summary::after {
    top: 18px;
    right: 2px;
  }

  .services-faq-list details > p {
    margin-bottom: 20px;
    padding-right: 18px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .home-seo-intro-heading > p {
    font-size: 11px;
    letter-spacing: 0.18em;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .home-seo-intro-copy a {
    transition: color 160ms ease, text-decoration-color 160ms ease;
  }
}

html.fonts-loading body {
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.018), transparent 21%, transparent 79%, rgba(255,255,255,0.014)),
    linear-gradient(180deg, #070707 0%, #050505 46%, #030303 100%);
  font-family: var(--sans);
  letter-spacing: 0;
}

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

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

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

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

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 360px 1fr 180px;
  align-items: center;
  height: 142px;
  padding: 0 62px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(4, 4, 4, 0.96);
}

.compact-header {
  height: 118px;
}

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

.main-nav {
  display: flex;
  justify-content: center;
  gap: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.main-nav a {
  position: relative;
  padding: 11px 0;
}

.main-nav a.active::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--gold);
  content: "";
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 50px;
  padding: 0 31px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.btn-light {
  color: #070707;
  background: #fbf8f1;
  box-shadow: inset 0 0 18px rgba(211, 164, 95, 0.1);
}

.btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(0, 0, 0, 0.05);
}

.gold-outline {
  border-color: var(--line);
}

.header-cta {
  justify-self: end;
  min-width: 138px;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.new-home-page {
  min-height: 100vh;
  padding: 0;
  overflow-x: hidden;
  background: #040404;
}

.new-home-frame {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  border-radius: 31px;
  background: #070707;
  box-shadow:
    inset 0 0 0 4px rgba(42, 38, 32, 0.92),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.new-home-header {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 360px 1fr 150px;
  align-items: center;
  height: 143px;
  padding: 0 98px;
  border-bottom: 1px solid rgba(78, 73, 64, 0.35);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.055), transparent 29%),
    linear-gradient(180deg, rgba(16, 16, 15, 0.96), rgba(7, 7, 7, 0.96));
}

.new-home-logo {
  display: inline-grid;
  justify-self: start;
  width: 208px;
  color: #f4f2ec;
  text-align: center;
  text-transform: uppercase;
}

.new-home-logo span {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.065em;
}

.new-home-logo small {
  margin-top: 9px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.38em;
}

.new-home-nav {
  display: flex;
  justify-content: center;
  gap: 32px;
  color: #c6c1bb;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transform: translateX(-62px);
}

.new-home-nav a {
  white-space: nowrap;
}

.new-home-tools {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
}

.tool-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #d0cbc5;
}

.tool-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.search-icon svg {
  width: 33px;
  height: 33px;
  stroke-width: 1.55;
}

.new-home-hero {
  position: relative;
  min-height: clamp(650px, calc(100vh - 88px), 812px);
  overflow: hidden;
  background:
    radial-gradient(circle at 23% 44%, rgba(255, 255, 255, 0.05), transparent 22%),
    radial-gradient(circle at 38% 72%, rgba(255, 255, 255, 0.028), transparent 24%),
    linear-gradient(90deg, #111110 0%, #0b0b0b 36%, #080808 55%, #050505 100%);
}

.new-home-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 6, 6, 0.1) 0%, rgba(5, 5, 5, 0.34) 34%, rgba(5, 5, 5, 0.04) 61%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(0, 0, 0, 0.22));
  content: "";
}

.new-home-hero-inner,
.new-home-visual-source {
  display: contents;
}

.new-home-eyebrow {
  display: none;
}

.new-home-visual {
  position: absolute;
  z-index: 0;
  left: max(560px, calc(100% - 1120px));
  top: 12px;
  width: clamp(820px, 60vw, 1000px);
  height: auto;
  object-fit: contain;
  object-position: center top;
  opacity: 1;
  filter: brightness(0.98) contrast(1.03);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 2.5%, rgba(0, 0, 0, 0.88) 5.5%, #000 8%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 2.5%, rgba(0, 0, 0, 0.88) 5.5%, #000 8%, #000 100%);
}

.new-home-copy {
  position: absolute;
  z-index: 2;
  left: clamp(132px, 8.7vw, 164px);
  top: clamp(136px, 17vh, 164px);
  width: 520px;
}

.new-home-copy h1 {
  margin: 0;
  color: #f0eee8;
  font-family: var(--serif);
  font-size: 82px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.08);
}

.new-home-copy p {
  width: 590px;
  margin: 18px 0 42px;
  color: #bbb7b2;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.48;
}

.new-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 7px;
  color: #1e1c1a;
  background: #f6f3ee;
  box-shadow:
    inset 0 0 20px rgba(142, 120, 92, 0.1),
    0 18px 40px rgba(0, 0, 0, 0.22);
  font-size: 20px;
  font-weight: 400;
}

.new-home-secondary-link,
.new-home-benefits,
.home-seo-intro-visual figcaption {
  display: none;
}

.site-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 62px;
  padding: 0 56px 30px;
  border-top: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.055), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(211, 164, 95, 0.075), transparent 30%),
    linear-gradient(180deg, rgba(14, 13, 12, 0.98), rgba(4, 4, 4, 0.98));
}

.new-home-frame > .site-footer {
  margin-top: 0;
  padding-right: 82px;
  padding-left: 82px;
  border-top-color: var(--line-soft);
}

.footer-main {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  justify-content: space-between;
  gap: 32px;
  align-items: start;
  padding: 30px 0 0;
}

.footer-brand {
  display: inline-grid;
  width: 180px;
  color: #f4f2ec;
  text-align: center;
  text-transform: uppercase;
}

.footer-brand span {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.065em;
}

.footer-brand small {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.38em;
}

.footer-link-groups,
.footer-nav,
.footer-contact {
  display: grid;
  color: #c7c1b8;
  font-size: 14px;
  line-height: 1.25;
}

.footer-link-groups {
  justify-self: center;
  gap: 17px;
}

.footer-nav-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav-list li {
  min-width: 0;
}

.footer-nav a,
.footer-contact a {
  width: fit-content;
  transition: color 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .footer-nav a:hover,
  .footer-contact a:hover {
    color: #fbf8f1;
  }
}

.footer-contact {
  gap: 10px;
  justify-self: end;
  justify-items: end;
  text-align: right;
}

.footer-contact a:last-child {
  color: var(--gold);
}

.legal-reference-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: #030303;
}

.legal-reference-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.045), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(211, 164, 95, 0.055), transparent 32%),
    linear-gradient(180deg, #080808 0%, #050505 100%);
}

.legal-reference-main {
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: 72px 74px 110px;
}

.legal-overview-main {
  padding-top: 64px;
}

.legal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 72px;
  align-items: end;
  padding-bottom: 72px;
  border-bottom: 1px solid rgba(211, 164, 95, 0.28);
}

.legal-hero .eyebrow {
  margin: 0 0 19px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.legal-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #f5f1e9;
  font-family: var(--serif);
  font-size: 68px;
  font-weight: 500;
  line-height: 0.98;
  overflow-wrap: break-word;
}

.legal-hero-meta {
  display: grid;
  gap: 20px;
  padding-bottom: 4px;
}

.legal-hero-meta p {
  max-width: 520px;
  margin: 0;
  color: #c9c3b9;
  font-size: 15px;
  line-height: 1.7;
}

.legal-hero-meta strong {
  color: #eee9df;
  font-weight: 600;
}

.legal-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.legal-downloads a,
.legal-inline-download {
  color: #e0b46d;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(224, 180, 109, 0.34);
  text-underline-offset: 4px;
}

.legal-topic-overview {
  padding-top: 48px;
}

.legal-topic-overview > p {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.legal-topic-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.legal-topic-cards a {
  display: grid;
  gap: 8px;
  min-width: 0;
  min-height: 116px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(211, 164, 95, 0.24);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.018);
  transition: border-color 160ms ease, background-color 160ms ease;
}

.legal-topic-cards a:hover,
.legal-topic-cards a:focus-visible {
  border-color: rgba(224, 180, 109, 0.68);
  background: rgba(224, 180, 109, 0.05);
}

.legal-topic-cards strong {
  color: #f1ece3;
  font-size: 15px;
  line-height: 1.35;
}

.legal-topic-cards span {
  color: #aaa49b;
  font-size: 13px;
  line-height: 1.55;
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
  padding-top: 64px;
}

.legal-index {
  position: sticky;
  top: 116px;
  min-width: 0;
}

.legal-index > p {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.legal-index nav {
  display: grid;
  gap: 13px;
}

.legal-index nav a {
  color: #bcb6ad;
  font-size: 14px;
  line-height: 1.35;
  transition: color 160ms ease;
}

.legal-index nav a:hover,
.legal-index nav a:focus-visible {
  color: #f5f1e9;
}

.legal-index .legal-contact-link {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(211, 164, 95, 0.24);
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
}

.legal-content {
  min-width: 0;
}

.legal-section {
  scroll-margin-top: 116px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 30px;
  padding: 0 0 72px;
}

.legal-section + .legal-section {
  padding-top: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-section-number {
  margin: 9px 0 0;
  color: rgba(211, 164, 95, 0.76);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.legal-section-body {
  min-width: 0;
}

.legal-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.legal-section h2 {
  max-width: 850px;
  margin: 0 0 28px;
  color: #f5f1e9;
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.04;
}

.legal-section h3 {
  max-width: 800px;
  margin: 38px 0 12px;
  color: #eee9df;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.16;
}

.legal-section p,
.legal-section li {
  max-width: 860px;
  color: #c9c3b9;
  font-size: 15px;
  line-height: 1.76;
}

.legal-section p {
  margin: 0;
}

.legal-section p + p {
  margin-top: 15px;
}

.legal-section ul {
  display: grid;
  gap: 8px;
  max-width: 850px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.legal-section li::marker {
  color: var(--gold);
}

.legal-table-wrap {
  max-width: 980px;
  margin: 24px 0 22px;
  overflow-x: auto;
  border-top: 1px solid rgba(211, 164, 95, 0.3);
  border-bottom: 1px solid rgba(211, 164, 95, 0.3);
}

.legal-data-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #c9c3b9;
  font-size: 12px;
  line-height: 1.55;
}

.legal-data-table th,
.legal-data-table td {
  padding: 16px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  text-align: left;
  vertical-align: top;
}

.legal-data-table th {
  color: #dda955;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-data-table tbody tr:last-child td {
  border-bottom: 0;
}

.legal-data-table td:first-child {
  color: #f0ebe2;
  font-weight: 600;
}

.legal-data-table code {
  color: #ead4ad;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
}

.legal-section a,
.legal-company-grid a {
  color: #e0b46d;
  text-decoration: underline;
  text-decoration-color: rgba(224, 180, 109, 0.34);
  text-underline-offset: 4px;
}

.legal-company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 34px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.legal-company-grid > div {
  min-width: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.legal-company-grid dt {
  margin-bottom: 7px;
  color: #8f8980;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-company-grid dd {
  margin: 0;
  color: #ece7de;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.legal-callout {
  max-width: 860px;
  margin: 30px 0 44px;
  padding: 22px 24px;
  border-left: 2px solid var(--gold);
  background: rgba(211, 164, 95, 0.055);
}

.legal-callout strong {
  display: block;
  margin-bottom: 7px;
  color: #f2ede4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-closing {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  padding: 38px 0 0 78px;
  border-top: 1px solid rgba(211, 164, 95, 0.28);
}

.legal-closing p {
  max-width: 650px;
  margin: 0;
  color: #d4cec4;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.3;
}

.legal-closing a {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 14px;
  align-items: center;
  color: var(--gold);
  font-size: 14px;
  font-weight: 600;
}

.legal-document-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: #070707;
}

.legal-document-main {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 96px;
}

.legal-document {
  color: #c9c3b9;
}

.legal-document-header {
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(211, 164, 95, 0.32);
}

.legal-document-header .eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.legal-document-header h1 {
  margin: 0 0 12px;
  color: #f5f1e9;
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 500;
  line-height: 1;
}

.legal-document-header > p:last-of-type {
  margin: 0;
  color: #aaa399;
  font-size: 13px;
}

.legal-document-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 24px;
}

.legal-document-actions a {
  color: #dfaf61;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-document-note {
  margin: 38px 0;
  padding: 22px 24px;
  border-left: 2px solid var(--gold);
  background: rgba(211, 164, 95, 0.06);
}

.legal-document-note strong {
  display: block;
  margin-bottom: 8px;
  color: #f2ede4;
}

.legal-document-note p,
.legal-document section p,
.legal-document section li,
.legal-document-details dd {
  color: #c9c3b9;
  font-size: 14px;
  line-height: 1.75;
}

.legal-document section {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-document section h2 {
  margin: 0 0 20px;
  color: #f1ece3;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
}

.legal-document section p {
  margin: 0;
}

.legal-document section p + p {
  margin-top: 14px;
}

.legal-document section ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.legal-document section ol {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.legal-document section a,
.legal-report-form a {
  color: #dfaf61;
  text-underline-offset: 3px;
}

.legal-report-form {
  display: grid;
  gap: 18px;
  margin-top: 38px;
  padding: 32px;
  border: 1px solid rgba(211, 164, 95, 0.34);
  background: rgba(255, 255, 255, 0.018);
}

.legal-report-form label {
  display: grid;
  gap: 8px;
  color: #eee8de;
  font-size: 13px;
}

.legal-report-form input,
.legal-report-form select,
.legal-report-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(211, 164, 95, 0.32);
  border-radius: 0;
  outline: none;
  background: #0b0b0b;
  color: #f3eee5;
  font: inherit;
}

.legal-report-form input,
.legal-report-form select {
  min-height: 50px;
  padding: 0 14px;
}

.legal-report-form textarea {
  resize: vertical;
  padding: 14px;
  line-height: 1.6;
}

.legal-report-form input:focus,
.legal-report-form select:focus,
.legal-report-form textarea:focus {
  border-color: #d3a45f;
}

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

.legal-report-form .legal-report-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #c9c3b9;
  line-height: 1.55;
}

.legal-report-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: #d3a45f;
}

.legal-report-form button {
  min-height: 54px;
  border: 0;
  background: #f1ede6;
  color: #0b0b0b;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.legal-report-form button:hover,
.legal-report-form button:focus-visible {
  background: #d9aa60;
}

.legal-report-form button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.legal-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.legal-report-privacy,
.legal-report-status {
  margin: 0;
  color: #aaa399;
  font-size: 12px;
  line-height: 1.6;
}

.legal-report-status:not(:empty) {
  padding: 14px 16px;
  border-left: 2px solid #d3a45f;
  background: rgba(211, 164, 95, 0.08);
  color: #e9e2d7;
  outline: none;
}

.legal-report-status.is-success {
  border-left-color: #91b98b;
  background: rgba(94, 142, 88, 0.12);
}

.legal-report-status.is-error {
  border-left-color: #d27c6e;
  background: rgba(174, 72, 57, 0.12);
}

.legal-report-status code {
  color: #f1c681;
}

.legal-signature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin-top: 34px;
}

.legal-signature-grid > div {
  min-height: 180px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.legal-signature-grid strong {
  color: #f2ede4;
}

.legal-document-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  margin: 0;
}

.legal-document-details > div {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-document-details dt {
  margin-bottom: 6px;
  color: #dda955;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.legal-document-details dd {
  margin: 0;
}

.page-intro {
  width: min(650px, calc(100% - 40px));
  margin: 46px auto 36px;
  text-align: center;
}

.page-intro h1 {
  margin: 14px 0 18px;
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 500;
  line-height: 0.98;
}

.page-intro h1 em {
  font-style: italic;
}

.page-intro > p:last-child {
  margin: 0 auto;
  max-width: 520px;
  color: #e4e0d8;
  font-size: 15px;
  line-height: 1.55;
}

.portfolio-page {
  min-height: 882px;
  padding-bottom: 26px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: min(1368px, calc(100% - 168px));
  margin: 0 auto 48px;
}

.project-card {
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 7px;
  background: linear-gradient(180deg, #11100d 0%, #0c0b09 100%);
}

.project-card img {
  width: 100%;
  height: 254px;
  object-fit: cover;
}

.project-body {
  padding: 30px 28px 28px;
}

.project-body h2 {
  margin: 14px 0 28px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--gold);
  font-size: 15px;
}

.cta-bar,
.maintenance-bar {
  display: grid;
  grid-template-columns: 82px 1fr auto;
  align-items: center;
  gap: 26px;
  width: min(1196px, calc(100% - 120px));
  min-height: 102px;
  margin: 0 auto;
  padding: 20px 64px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: linear-gradient(95deg, rgba(29, 24, 18, 0.92), rgba(8, 8, 7, 0.96));
}

.portfolio-page .cta-bar {
  grid-template-columns: 70px 390px 270px;
  justify-content: center;
  width: 100%;
  min-height: 119px;
  margin-top: 0;
  padding: 22px 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: rgba(4, 4, 4, 0.92);
}

.cta-bar img,
.maintenance-bar img {
  width: 64px;
}

.cta-bar p,
.maintenance-bar p {
  margin: 0;
  color: #f3eee5;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.25;
}

.cta-bar .btn,
.maintenance-bar .btn {
  min-width: 230px;
}

.services-page main {
  min-height: 906px;
  padding-bottom: 18px;
}

.services-intro {
  margin-top: 30px;
  margin-bottom: 4px;
  width: min(900px, calc(100% - 40px));
}

.services-intro h1 {
  font-size: 52px;
  line-height: 1.06;
  white-space: nowrap;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: min(1196px, calc(100% - 180px));
  margin: 0 auto 16px;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 585px;
  padding: 27px 15px 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(26, 23, 18, 0.9), rgba(14, 13, 11, 0.95)),
    #0c0b0a;
  text-align: center;
}

.pricing-card h2 {
  margin: 16px 0 16px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.05;
}

.pricing-card > p {
  min-height: 62px;
  max-width: 300px;
  margin: 0 auto 8px;
  color: #dedbd4;
  font-size: 13px;
  line-height: 1.55;
}

.pricing-card img {
  width: calc(100% + 30px);
  height: 158px;
  margin: 0 -15px;
  object-fit: cover;
  object-position: center bottom;
}

.price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  min-height: 98px;
  border-top: 1px solid rgba(211, 164, 95, 0.24);
  border-bottom: 1px solid var(--line);
}

.price-row > div {
  display: grid;
  justify-items: center;
  gap: 3px;
}

.price-row > div + div {
  border-left: 1px solid var(--line);
}

.price-row small {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.price-row strong {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 0.9;
}

.price-row span {
  color: var(--gold);
  font-size: 12px;
  line-height: 1.2;
}

.check-list {
  align-self: stretch;
  margin: 16px 0 0;
  padding: 0 24px;
  color: #e8e5df;
  list-style: none;
  text-align: left;
  font-size: 13px;
  line-height: 1.9;
}

.check-list li {
  position: relative;
  padding-left: 22px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "\2713";
}

.maintenance-bar {
  grid-template-columns: 70px 1fr 240px;
  width: min(1196px, calc(100% - 180px));
  min-height: 102px;
  padding: 17px 78px;
}

.maintenance-bar h2 {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.maintenance-bar p {
  color: #c9c5bd;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.55;
}

.service-icon {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 40px;
  color: var(--gold);
}

.service-icon::before,
.service-icon::after {
  position: absolute;
  content: "";
}

.service-icon-page::before {
  inset: 3px 5px 5px;
  border: 1px solid currentColor;
  border-radius: 2px;
}

.service-icon-page::after {
  left: 10px;
  right: 10px;
  top: 14px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 8px 0 currentColor, 10px 14px 0 currentColor;
}

.service-icon-stack::before {
  width: 30px;
  height: 25px;
  left: 4px;
  top: 10px;
  border: 1px solid currentColor;
  border-radius: 2px;
}

.service-icon-stack::after {
  width: 30px;
  height: 25px;
  right: 4px;
  top: 4px;
  border: 1px solid currentColor;
  border-radius: 2px;
}

.service-icon-calendar::before {
  inset: 5px 6px 5px;
  border: 1px solid currentColor;
  border-radius: 3px;
}

.service-icon-calendar::after {
  right: 2px;
  bottom: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 45%, currentColor 47%, currentColor 53%, transparent 55%),
    #11100e;
}

.services-reference-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: #030303;
}

.services-reference-shell {
  position: relative;
  width: 100%;
  min-height: 941px;
  overflow: hidden;
  border-radius: 13px;
  background:
    radial-gradient(circle at 20% 34%, rgba(255, 255, 255, 0.045), transparent 24%),
    radial-gradient(circle at 47% 63%, rgba(255, 255, 255, 0.022), transparent 28%),
    linear-gradient(90deg, #101010 0%, #0b0b0a 32%, #070707 58%, #030303 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 0 0 2px rgba(78, 61, 42, 0.28);
}

.services-reference-shell::before {
  position: absolute;
  top: 88px;
  right: 0;
  z-index: 0;
  width: 842px;
  height: 315px;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.92), rgba(7, 7, 7, 0.24) 26%, rgba(7, 7, 7, 0) 54%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(4, 4, 4, 0.22) 75%, rgba(4, 4, 4, 0.7)),
    url("assets/services/services-jewel-bg.png") center / cover no-repeat;
  content: "";
}

.services-reference-shell::after {
  position: absolute;
  inset: 88px 0 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 9% 70%, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(ellipse at 32% 53%, rgba(255, 255, 255, 0.03), transparent 26%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent 24%, rgba(0, 0, 0, 0.14) 74%, rgba(0, 0, 0, 0.58)),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(2, 2, 2, 0.32) 63%, rgba(2, 2, 2, 0.78));
  content: "";
}

.services-reference-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 260px 1fr 92px;
  align-items: center;
  height: 88px;
  padding: 0 94px;
  border-bottom: 1px solid rgba(97, 91, 81, 0.36);
  background: rgba(8, 8, 8, 0.86);
}

.services-reference-logo {
  display: inline-grid;
  justify-self: start;
  width: 158px;
  color: #f5f2ec;
  text-align: center;
  text-transform: uppercase;
}

.services-reference-logo span {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: 0.095em;
}

.services-reference-logo small {
  margin-top: 9px;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.39em;
}

.services-reference-menu-toggle {
  display: none;
}

.services-reference-nav {
  display: flex;
  justify-content: center;
  gap: 58px;
  color: #d7d3cc;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transform: translateX(4px);
}

.services-reference-nav a {
  position: relative;
  white-space: nowrap;
}

.services-reference-nav a.active {
  color: #fff;
}

.services-reference-nav a.active::after {
  position: absolute;
  left: 50%;
  bottom: -29px;
  width: 33px;
  height: 1px;
  background: rgba(211, 164, 95, 0.88);
  content: "";
  transform: translateX(-50%);
}

.services-reference-tools {
  display: flex;
  justify-content: flex-end;
  gap: 19px;
}

.services-reference-main {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1672px;
  min-height: 853px;
  margin: 0 auto;
  padding: 53px 116px 40px;
}

.services-reference-intro {
  width: 780px;
}

.services-reference-intro h1 {
  margin: 0;
  color: #f2efe9;
  font-family: var(--serif);
  font-size: 55px;
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: 0;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.05);
}

.services-reference-intro p {
  width: 540px;
  margin: 22px 0 0;
  color: #c4c0b9;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.64;
}

.services-reference-layout {
  display: grid;
  grid-template-columns: minmax(0, 872px) 548px;
  gap: 24px;
  align-items: start;
  margin-top: 35px;
}

.services-reference-list {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.services-row-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 1px 274px;
  align-items: center;
  min-width: 0;
  min-height: 153px;
  padding: 19px 32px 19px 25px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 17% 44%, rgba(255, 255, 255, 0.048), transparent 32%),
    linear-gradient(95deg, rgba(22, 22, 21, 0.78), rgba(8, 8, 8, 0.78));
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.36),
    0 18px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(7px);
}

.services-row-icon {
  display: grid;
  place-items: center;
  width: 102px;
  height: 102px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #f4f0e8;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.045), transparent 55%),
    rgba(6, 6, 6, 0.36);
}

.services-row-icon .service-icon {
  color: currentColor;
  transform: scale(1.25);
}

.services-row-icon .service-icon-img {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.services-row-copy {
  align-self: center;
  min-width: 0;
  padding: 0 24px;
}

.services-row-copy h2 {
  margin: 0 0 13px;
  color: #f5f2ec;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.services-row-copy p {
  max-width: 385px;
  margin: 0;
  color: #c9c5bd;
  font-size: 14px;
  line-height: 1.54;
}

.services-row-divider {
  width: 1px;
  height: 112px;
  background: rgba(255, 255, 255, 0.15);
}

.services-row-price {
  align-self: center;
  min-width: 0;
  padding-left: 58px;
}

.services-row-price p {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 4px;
  margin: 0 0 13px;
  color: #efece6;
}

.services-row-price strong {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 500;
  line-height: 0.92;
}

.services-row-price span {
  color: #c8c3ba;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.services-row-price .price-prefix {
  flex-basis: 100%;
  color: #f1eee8;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1;
}

.services-row-price small {
  display: block;
  color: #c7c2bb;
  font-size: 14px;
  line-height: 1.35;
}

.services-reference-side {
  display: grid;
  min-width: 0;
}

.services-maintenance-card {
  width: 100%;
  min-width: 0;
  height: 362px;
  padding: 44px 48px 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 23% 36%, rgba(255, 255, 255, 0.05), transparent 37%),
    linear-gradient(115deg, rgba(21, 21, 20, 0.78), rgba(7, 7, 7, 0.78));
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.36),
    0 18px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(7px);
}

.services-maintenance-card h2 {
  margin: 0 0 20px;
  color: #f5f2ec;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.services-maintenance-card p {
  width: 405px;
  max-width: 100%;
  margin: 0 0 26px;
  color: #d1cdc6;
  font-size: 16px;
  line-height: 1.58;
}

.services-maintenance-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #e2ded7;
  font-size: 16px;
}

.services-maintenance-card li {
  position: relative;
  padding-left: 41px;
  line-height: 1.28;
}

.services-maintenance-card li::before {
  position: absolute;
  left: 2px;
  top: 0;
  color: #e6c686;
  font-size: 16px;
  content: "\2713";
}

.services-reference-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  gap: 26px;
  width: 380px;
  max-width: 100%;
  height: 59px;
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 5px;
  color: #121110;
  background: #f7f4ef;
  box-shadow:
    inset 0 0 16px rgba(141, 118, 82, 0.1),
    0 18px 42px rgba(0, 0, 0, 0.18);
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}

.services-reference-cta span {
  font-size: 28px;
  line-height: 1;
}

.services-reference-note {
  margin: 19px 0 0;
  color: #c2beb7;
  font-size: 16px;
  line-height: 1.4;
}

.services-reference-footer {
  margin-top: 0;
}

.portfolio-reference-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: #030303;
}

.portfolio-reference-shell {
  position: relative;
  width: 100%;
  min-height: 941px;
  overflow: hidden;
  border-radius: 13px;
  background:
    radial-gradient(circle at 18% 35%, rgba(255, 255, 255, 0.045), transparent 24%),
    radial-gradient(circle at 45% 69%, rgba(255, 255, 255, 0.025), transparent 28%),
    linear-gradient(90deg, #101010 0%, #0b0b0a 33%, #070707 63%, #030303 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 0 0 2px rgba(78, 61, 42, 0.28);
}

.portfolio-reference-shell::before {
  position: absolute;
  top: 89px;
  right: 0;
  z-index: 0;
  width: 867px;
  height: 283px;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0.52) 24%, rgba(7, 7, 7, 0.02) 62%),
    linear-gradient(180deg, rgba(3, 3, 3, 0), rgba(3, 3, 3, 0.32) 78%, rgba(3, 3, 3, 0.72)),
    url("assets/portfolio/portfolio-stone-bg.png") center / cover no-repeat;
  content: "";
}

.portfolio-reference-shell::after {
  position: absolute;
  inset: 88px 0 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 12% 68%, rgba(255, 255, 255, 0.075), transparent 17%),
    radial-gradient(ellipse at 35% 55%, rgba(255, 255, 255, 0.035), transparent 28%),
    radial-gradient(ellipse at 80% 26%, rgba(211, 164, 95, 0.06), transparent 23%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), transparent 25%, rgba(0, 0, 0, 0.18) 75%, rgba(0, 0, 0, 0.55)),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(2, 2, 2, 0.22) 57%, rgba(2, 2, 2, 0.78));
  content: "";
}

.portfolio-reference-main {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1672px;
  min-height: 853px;
  margin: 0 auto;
  padding: 35px 76px 28px;
}

.portfolio-reference-intro {
  width: 690px;
}

.portfolio-reference-intro > p {
  margin: 0 0 16px 2px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.37em;
  text-transform: uppercase;
}

.portfolio-reference-intro h1 {
  margin: 0;
  color: #f2efe9;
  font-family: var(--serif);
  font-size: 66px;
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: 0;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.05);
}

.portfolio-reference-intro span {
  display: block;
  width: 560px;
  margin-top: 18px;
  color: #c8c4bc;
  font-size: 17px;
  line-height: 1.56;
  transform: translateY(-8px);
}

.portfolio-reference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 9px;
}

.portfolio-reference-card {
  min-width: 0;
  min-height: 421px;
  padding: 10px 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 17% 44%, rgba(255, 255, 255, 0.048), transparent 32%),
    linear-gradient(105deg, rgba(23, 22, 20, 0.82), rgba(8, 8, 8, 0.82));
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.38),
    0 18px 48px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(7px);
}

.portfolio-reference-card img {
  width: 100%;
  height: 296px;
  border-radius: 5px;
  object-fit: cover;
}

.portfolio-reference-card-link {
  position: relative;
  display: block;
  height: 100%;
}

.portfolio-category-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  padding: 7px 10px;
  border: 1px solid rgba(211, 164, 95, 0.42);
  border-radius: 3px;
  background: rgba(5, 5, 5, 0.84);
  color: #dfb66f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}

.portfolio-reference-disclosure {
  margin: 14px 4px 0;
  color: #aaa59c;
  font-size: 13px;
  line-height: 1.5;
}

.portfolio-reference-card-body {
  position: relative;
  display: block;
  min-height: 92px;
  padding: 23px 58px 0 12px;
}

.portfolio-reference-card h2,
.portfolio-reference-card-title {
  display: block;
  margin: 0 0 16px;
  color: #f5f2ec;
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 500;
  line-height: 0.92;
}

.portfolio-reference-card p,
.portfolio-reference-card-type {
  display: block;
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.36em;
  line-height: 1.3;
  text-transform: uppercase;
}

.portfolio-reference-card-body > a,
.portfolio-reference-card-arrow {
  position: absolute;
  right: 20px;
  bottom: 3px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #d9a966;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.portfolio-reference-bottom {
  display: grid;
  grid-template-columns: 1fr 384px;
  align-items: center;
  gap: 38px;
  margin-top: 30px;
  padding-top: 29px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.portfolio-reference-note {
  display: flex;
  align-items: center;
  gap: 33px;
  min-width: 0;
}

.portfolio-reference-note p {
  margin: 0;
  color: #c7c3bc;
  font-size: 18px;
  line-height: 1.4;
}

.portfolio-spark {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  color: #d5a464;
}

.portfolio-spark::before,
.portfolio-spark::after {
  position: absolute;
  content: "";
}

.portfolio-spark::before {
  inset: 4px;
  background:
    linear-gradient(currentColor, currentColor) center / 1px 38px no-repeat,
    linear-gradient(90deg, currentColor, currentColor) center / 38px 1px no-repeat;
  transform: rotate(45deg);
}

.portfolio-spark::after {
  inset: 14px;
  border: 1px solid currentColor;
  opacity: 0.42;
  transform: rotate(45deg);
}

.portfolio-reference-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 33px;
  width: 384px;
  max-width: 100%;
  height: 58px;
  border: 1px solid rgba(211, 164, 95, 0.54);
  border-radius: 0;
  color: var(--gold);
  background: rgba(7, 7, 7, 0.28);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  white-space: nowrap;
}

.portfolio-reference-cta span {
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.portfolio-reference-footer {
  margin-top: 0;
}

.about-reference-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: #030303;
}

.about-reference-shell {
  position: relative;
  width: 100%;
  min-height: 941px;
  overflow: hidden;
  border-radius: 13px;
  background:
    radial-gradient(circle at 19% 38%, rgba(255, 255, 255, 0.045), transparent 23%),
    radial-gradient(circle at 58% 74%, rgba(211, 164, 95, 0.04), transparent 28%),
    linear-gradient(90deg, #101010 0%, #0b0b0a 34%, #070707 67%, #030303 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 0 0 2px rgba(78, 61, 42, 0.28);
}

.about-reference-shell::before {
  position: absolute;
  top: 124px;
  right: 0;
  z-index: 0;
  width: 132px;
  height: 638px;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.42), rgba(3, 3, 3, 0)),
    url("assets/about/about-stone-right.png") center / cover no-repeat;
  content: "";
}

.about-reference-shell::after {
  position: absolute;
  left: 0;
  bottom: 18px;
  z-index: 0;
  width: 132px;
  height: 350px;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0), rgba(3, 3, 3, 0.56)),
    url("assets/about/about-stone-left.png") center / cover no-repeat;
  content: "";
}

.about-reference-main {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1672px;
  min-height: 853px;
  margin: 0 auto;
  padding: 0 0 28px;
}

.about-reference-layout {
  position: relative;
  min-height: 738px;
}

.about-reference-panel {
  position: absolute;
  left: 118px;
  top: 55px;
  width: 654px;
  height: 646px;
  padding: 9px;
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
  border: 1px solid rgba(211, 164, 95, 0.34);
  background:
    radial-gradient(circle at 34% 43%, rgba(255, 255, 255, 0.045), transparent 34%),
    linear-gradient(125deg, rgba(24, 23, 21, 0.83), rgba(9, 9, 8, 0.86));
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.55),
    0 24px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7px);
}

.about-reference-panel::before {
  position: absolute;
  inset: 8px;
  clip-path: inherit;
  border: 1px solid rgba(211, 164, 95, 0.24);
  pointer-events: none;
  content: "";
}

.about-reference-panel::after {
  position: absolute;
  inset: 17px;
  border:
    1px solid transparent;
  pointer-events: none;
  content: "";
}

.about-reference-panel-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 70px 78px;
}

.about-reference-eyebrow {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.about-reference-panel h1 {
  margin: 0;
  color: #f2efe9;
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.05);
}

.about-reference-rule {
  display: block;
  width: 61px;
  height: 1px;
  margin: 31px 0 34px;
  background: rgba(211, 164, 95, 0.9);
}

.about-reference-copy {
  width: 455px;
  color: #d0cbc4;
  font-size: 16px;
  line-height: 1.5;
}

.about-reference-copy p {
  margin: 0;
}

.about-reference-copy p + p {
  margin-top: 18px;
}

.about-reference-signature {
  position: relative;
  display: inline-block;
  width: min(430px, 100%);
  margin: 8px 0 0;
  color: var(--gold);
  line-height: 1;
  transform: translateY(-5px) rotate(-3deg);
}

.about-reference-signature-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.signature-svg-text {
  fill: currentColor;
  font-family: "Allura", "Brush Script MT", cursive;
  font-size: 60px;
  font-weight: 400;
  filter: drop-shadow(0 0 9px rgba(199, 151, 82, 0.11));
}

.signature-svg-underline {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.45;
  opacity: 0.86;
}

.signature-mask-stroke {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signature-mask-word {
  stroke-width: 56px;
}

.signature-mask-underline {
  stroke-width: 8px;
}

.signature-svg-segment {
  opacity: 1;
}

.signature-observer-ready .signature-mask-stroke {
  stroke-dashoffset: 1;
}

.signature-observer-ready .signature-svg-segment {
  opacity: 0;
}

.signature-observer-ready .about-reference-signature.is-visible .signature-segment-met {
  animation: signature-segment-show 0.01s linear 0.12s forwards;
}

.signature-observer-ready .about-reference-signature.is-visible .signature-mask-met {
  animation: signature-stroke-write 1.05s cubic-bezier(0.62, 0, 0.16, 1) 0.12s forwards;
}

.signature-observer-ready .about-reference-signature.is-visible .signature-segment-aandacht {
  animation: signature-segment-show 0.01s linear 0.92s forwards;
}

.signature-observer-ready .about-reference-signature.is-visible .signature-mask-aandacht {
  animation: signature-stroke-write 1.7s cubic-bezier(0.62, 0, 0.16, 1) 0.92s forwards;
}

.signature-observer-ready .about-reference-signature.is-visible .signature-segment-levy {
  animation: signature-segment-show 0.01s linear 2.32s forwards;
}

.signature-observer-ready .about-reference-signature.is-visible .signature-mask-levy {
  animation: signature-stroke-write 1.25s cubic-bezier(0.62, 0, 0.16, 1) 2.32s forwards;
}

.signature-observer-ready .about-reference-signature.is-visible .signature-segment-underline {
  animation: signature-segment-show 0.01s linear 3.34s forwards;
}

.signature-observer-ready .about-reference-signature.is-visible .signature-mask-underline {
  animation: signature-stroke-write 1.15s cubic-bezier(0.62, 0, 0.16, 1) 3.34s forwards;
}

@keyframes signature-segment-show {
  to {
    opacity: 1;
  }
}

@keyframes signature-stroke-write {
  to {
    stroke-dashoffset: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .signature-mask-stroke,
  .signature-svg-segment,
  .signature-observer-ready .signature-mask-stroke,
  .signature-observer-ready .signature-svg-segment,
  .signature-observer-ready .about-reference-signature.is-visible .signature-svg-segment,
  .signature-observer-ready .about-reference-signature.is-visible .signature-mask-stroke {
    animation: none;
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

.about-reference-signature::after {
  display: none;
  content: "";
  transform: rotate(-6deg);
}

.about-reference-portrait {
  position: absolute;
  left: 840px;
  top: 8px;
  width: 700px;
  height: 730px;
  margin: 0;
  overflow: hidden;
  background: #080807;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.about-reference-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-reference-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  width: 438px;
  max-width: calc(100% - 40px);
  height: 60px;
  margin: 25px auto 0;
  border: 1px solid rgba(211, 164, 95, 0.54);
  color: var(--gold);
  background: rgba(7, 7, 7, 0.28);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-reference-cta span {
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.about-reference-footer {
  margin-top: 0;
}

.contact-reference-page {
  background: #050505;
}

.contact-reference-shell {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse at 28% 45%, rgba(255, 255, 255, 0.026), transparent 31%),
    radial-gradient(ellipse at 76% 24%, rgba(255, 255, 255, 0.018), transparent 28%),
    linear-gradient(180deg, #080808 0%, #050505 55%, #030303 100%);
}

.contact-reference-main {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1634px;
  min-height: 875px;
  margin: 0 auto;
  overflow: hidden;
}

.contact-reference-main::before,
.contact-reference-main::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  content: "";
}

.contact-reference-main::before {
  left: 0;
  bottom: 0;
  width: 704px;
  height: 443px;
  background: url("assets/contact/contact-stone-sharp.png") center / cover no-repeat;
  opacity: 0.92;
  -webkit-mask-image:
    linear-gradient(90deg, #000 0 78%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 14%, #000 100%);
  mask-image:
    linear-gradient(90deg, #000 0 78%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 14%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.contact-reference-main::after {
  display: none;
}

.contact-reference-content {
  position: relative;
  z-index: 1;
  min-height: 875px;
}

.contact-reference-copy {
  position: absolute;
  left: 120px;
  top: 104px;
  width: 520px;
}

.contact-reference-eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.contact-reference-eyebrow::before {
  content: "\2020";
  margin-right: 1px;
  color: var(--gold);
}

.contact-reference-copy h1 {
  margin: 36px 0 0;
  color: #f0eee8;
  font-family: var(--serif);
  font-size: 78px;
  font-weight: 500;
  line-height: 1.035;
  letter-spacing: 0;
  text-shadow: 0 2px 16px rgba(255, 255, 255, 0.06);
}

.contact-reference-copy h1 em {
  font-style: italic;
  font-weight: 500;
}

.contact-reference-lead {
  width: 480px;
  margin: 34px 0 0;
  color: #d7d2ca;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
}

.contact-reference-rule {
  display: block;
  width: 39px;
  height: 1px;
  margin: 27px 0 17px;
  background: rgba(211, 164, 95, 0.95);
}

.contact-reference-email {
  display: inline-flex;
  align-items: center;
  gap: 19px;
  color: #efeae1;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.contact-reference-email .mail-icon {
  width: 22px;
  height: 17px;
  border-radius: 0;
  color: var(--gold);
}

.contact-reference-email .mail-icon::before,
.contact-reference-email .mail-icon::after {
  top: 6px;
  width: 12px;
}

.contact-mail-icon {
  display: block;
  flex: 0 0 auto;
  width: 24px;
  height: 18px;
  color: var(--gold);
}

.contact-response-card {
  display: flex;
  align-items: center;
  gap: 22px;
  width: 432px;
  min-height: 98px;
  margin-top: 49px;
  padding: 22px 30px;
  border: 1px solid rgba(132, 116, 92, 0.56);
  background: rgba(8, 8, 7, 0.38);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.contact-response-card .clock-icon {
  width: 34px;
  height: 34px;
  color: var(--gold);
}

.contact-response-card .clock-icon::before {
  left: 14px;
  top: 7px;
  height: 11px;
}

.contact-response-card .clock-icon::after {
  left: 15px;
  top: 16px;
  height: 8px;
}

.contact-clock-icon {
  display: block;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.contact-response-card strong,
.contact-response-card small {
  display: block;
}

.contact-response-card strong {
  color: #f3eee6;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.contact-response-card small {
  margin-top: 8px;
  color: #c4bfb6;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.25;
}

.contact-reference-form {
  position: absolute;
  left: 706px;
  top: 88px;
  width: 793px;
  min-height: 721px;
  padding: 56px 48px 54px;
  border: 1px solid rgba(188, 180, 168, 0.52);
  border-radius: 14px;
  background:
    radial-gradient(circle at 36% 8%, rgba(255, 255, 255, 0.045), transparent 33%),
    linear-gradient(135deg, rgba(24, 23, 21, 0.74), rgba(8, 8, 8, 0.88) 48%, rgba(9, 9, 9, 0.78));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 32px 90px rgba(0, 0, 0, 0.2);
}

.contact-reference-form > p:first-child {
  margin: 0 0 25px;
  color: #e8e2d8;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.contact-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px 21px;
}

.contact-field {
  position: relative;
  display: block;
  grid-column: 1 / -1;
}

.contact-field-half {
  grid-column: span 1;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(137, 121, 98, 0.78);
  border-radius: 3px;
  color: #ece7de;
  background:
    linear-gradient(180deg, rgba(16, 16, 15, 0.84), rgba(9, 9, 9, 0.82));
  outline: none;
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.012);
  font-family: var(--serif);
  font-size: 16px;
}

.contact-field input,
.contact-field select {
  height: 64px;
  padding: 0 17px;
}

.contact-field textarea {
  height: 149px;
  padding: 22px 17px;
  resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #bdb6ad;
  opacity: 0.94;
}

.contact-select-field span:not(.sr-only) {
  position: absolute;
  z-index: 1;
  left: 17px;
  top: 11px;
  color: #bdb6ad;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
  pointer-events: none;
}

.contact-select-field select {
  appearance: none;
  padding-top: 25px;
  color: #eee9e0;
  font-family: var(--serif);
  font-size: 16px;
}

.contact-select-field select option,
.real-form select option {
  color: #1d1a16;
  background: #f7f3ec;
}

.contact-select-field select option:checked,
.real-form select option:checked {
  color: #fffaf3;
  background: #9b6f33;
}

.contact-select-field::after {
  position: absolute;
  right: 17px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #cfc8bd;
  border-bottom: 1px solid #cfc8bd;
  content: "";
  pointer-events: none;
  transform: translateY(-68%) rotate(45deg);
}

.contact-submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  width: 100%;
  height: 77px;
  margin-top: 28px;
  border: 0;
  border-radius: 3px;
  color: #161412;
  background:
    radial-gradient(circle at 84% 35%, rgba(211, 164, 95, 0.1), transparent 34%),
    #f6f2eb;
  box-shadow:
    inset 0 0 24px rgba(211, 164, 95, 0.11),
    0 18px 44px rgba(0, 0, 0, 0.18);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-submit-button .contact-submit-arrow {
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.contact-submit-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.contact-privacy-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 33px 0 0;
  color: #aaa39a;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.35;
}

.contact-privacy-note a {
  color: #d4ae6c;
  text-decoration: underline;
  text-decoration-color: rgba(212, 174, 108, 0.4);
  text-underline-offset: 3px;
}

.contact-form-status {
  min-height: 1.35em;
  margin: 13px 0 0;
  color: #c6b99f;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.45;
}

.contact-form-status[data-status="success"] {
  color: #b7d7b9;
}

.contact-form-status[data-status="error"] {
  color: #efb2a5;
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.contact-business-confirmation {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 22px;
  color: #b9b1a7;
  font-size: 12px;
  line-height: 1.55;
}

.contact-business-field[hidden] {
  display: none !important;
}

.contact-business-confirmation input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #c99a4a;
}

.lock-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 13px;
  height: 12px;
  border: 1px solid currentColor;
  border-radius: 2px;
}

.lock-icon::before {
  position: absolute;
  left: 2px;
  top: -8px;
  width: 7px;
  height: 8px;
  border: 1px solid currentColor;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  content: "";
}

.lock-icon::after {
  position: absolute;
  left: 5px;
  top: 4px;
  width: 1px;
  height: 4px;
  background: currentColor;
  content: "";
}

.contact-reference-shell > .contact-reference-footer {
  margin-top: 0;
}

.about-page main {
  min-height: 1394px;
}

.about-hero {
  position: relative;
  min-height: 558px;
  overflow: hidden;
}

.about-copy {
  width: 335px;
  margin-left: 94px;
  padding-top: 86px;
}

.about-copy h1 {
  margin: 18px 0 28px;
  font-family: var(--serif);
  font-size: 53px;
  font-weight: 500;
  line-height: 1.05;
}

.about-copy h1 span,
.contact-intro h1 span {
  color: var(--gold);
}

.about-copy p {
  margin: 0 0 20px;
  color: #ede9e1;
  font-size: 14px;
  line-height: 1.65;
}

.about-copy .btn {
  margin-top: 18px;
  min-width: 230px;
}

.about-portrait {
  position: absolute;
  right: 0;
  top: 0;
  width: 515px;
  height: 558px;
  object-fit: cover;
  object-position: center top;
}

.beliefs {
  min-height: 290px;
  padding: 40px 80px 32px;
  background: linear-gradient(90deg, #15120f, #0f0e0c 50%, #15120f);
  text-align: center;
}

.belief-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 26px;
}

.belief-grid article {
  position: relative;
  padding: 0 34px;
}

.belief-grid article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.belief-grid img,
.belief-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
}

.belief-grid h2 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
}

.belief-grid p {
  margin: 0 auto;
  max-width: 230px;
  color: #ddd9d1;
  font-size: 12px;
  line-height: 1.55;
}

.belief-icon {
  position: relative;
  color: var(--gold);
}

.sprout::before {
  position: absolute;
  left: 24px;
  top: 8px;
  width: 2px;
  height: 42px;
  background: currentColor;
  border-radius: 3px;
  transform: rotate(32deg);
  content: "";
}

.sprout::after {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 18px;
  height: 34px;
  border: solid currentColor;
  border-width: 1px 0 0 1px;
  border-radius: 60% 0;
  box-shadow: 15px 8px 0 -2px transparent, 14px 8px 0 -1px currentColor;
  transform: rotate(28deg);
  content: "";
}

.sparkle::before,
.sparkle::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  content: "";
}

.sparkle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  box-shadow: 14px -15px 0 currentColor, -17px 16px 0 currentColor;
}

.approach {
  display: grid;
  grid-template-columns: 42% 1fr;
  min-height: 407px;
}

.approach > img {
  width: 100%;
  height: 407px;
  object-fit: cover;
}

.approach > div {
  padding: 48px 80px 35px 58px;
}

.approach h2 {
  margin: 18px 0 18px;
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.05;
}

.approach p:not(.eyebrow) {
  max-width: 450px;
  margin: 0 0 16px;
  color: #e3dfd8;
  font-size: 13px;
  line-height: 1.65;
}

.circled li::before {
  width: 15px;
  height: 15px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

.about-cta {
  width: calc(100% - 18px);
  margin-top: 32px;
}

.contact-main {
  min-height: 1270px;
  padding: 64px 60px 30px;
}

.contact-intro {
  width: 560px;
  margin-left: 53px;
}

.contact-intro h1 {
  margin: 20px 0 22px;
  font-family: var(--serif);
  font-size: 68px;
  font-weight: 500;
  line-height: 1.03;
}

.contact-intro > p:last-child {
  width: 470px;
  margin: 0;
  color: #e5e1da;
  font-size: 17px;
  line-height: 1.55;
}

.contact-layout {
  display: grid;
  grid-template-columns: 334px 1px 1fr;
  gap: 58px;
  width: 895px;
  margin: 54px auto 46px;
}

.contact-layout::before {
  grid-column: 2;
  grid-row: 1;
  width: 1px;
  background: var(--line);
  content: "";
}

.direct-contact {
  grid-column: 1;
}

.direct-contact h2 {
  margin: 18px 0 18px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.direct-contact p {
  margin: 0;
  color: #dcd8d0;
  font-size: 15px;
  line-height: 1.65;
}

.thin-rule {
  height: 1px;
  width: 232px;
  margin: 30px 0 34px;
  background: var(--line);
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px !important;
}

.mail-icon,
.clock-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  color: var(--gold);
}

.mail-icon {
  border: 1px solid currentColor;
  border-radius: 3px;
}

.mail-icon::before,
.mail-icon::after {
  position: absolute;
  top: 7px;
  width: 13px;
  height: 1px;
  background: currentColor;
  content: "";
}

.mail-icon::before {
  left: 1px;
  transform: rotate(35deg);
}

.mail-icon::after {
  right: 1px;
  transform: rotate(-35deg);
}

.clock-icon {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.clock-icon::before,
.clock-icon::after {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 1px;
  height: 8px;
  background: currentColor;
  transform-origin: bottom;
  content: "";
}

.clock-icon::after {
  top: 11px;
  height: 6px;
  transform: rotate(125deg);
}

.direct-contact img {
  width: 335px;
  margin-top: 6px;
  margin-left: -54px;
}

.real-form {
  grid-column: 3;
  display: grid;
  gap: 26px;
  padding-top: 8px;
}

.real-form label {
  display: grid;
  gap: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.real-form input,
.real-form select,
.real-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: #f6f1e9;
  background: rgba(12, 12, 11, 0.86);
  outline: none;
}

.real-form input,
.real-form select {
  height: 44px;
  padding: 0 17px;
}

.real-form textarea {
  height: 123px;
  padding: 17px;
  resize: vertical;
}

.real-form input::placeholder,
.real-form textarea::placeholder,
.real-form select {
  color: #8f8b84;
}

.form-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  color: #f1eee8;
  font-size: 13px;
  line-height: 1.4;
}

.form-options span {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 50px;
}

.form-options span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  padding-left: 16px;
}

.form-options .service-icon {
  width: 38px;
  height: 34px;
}

.real-form .btn {
  width: 248px;
  min-height: 52px;
  margin-top: 8px;
}

.form-status {
  margin: -16px 0 0;
  color: var(--gold);
  min-height: 18px;
  font-size: 13px;
}

.contact-cta {
  width: 990px;
  margin-top: 0;
}

.contact-cta p span {
  color: var(--gold);
}

@media (max-width: 1200px) {
  .new-home-header {
    grid-template-columns: 240px 1fr;
    padding: 0 46px;
  }

  .new-home-logo {
    width: 190px;
  }

  .new-home-logo span {
    font-size: 34px;
  }

  .new-home-logo small {
    font-size: 16px;
  }

  .new-home-nav {
    justify-content: flex-end;
    gap: 24px;
    font-size: 18px;
    transform: none;
  }

  .new-home-tools {
    display: none;
  }

  .new-home-copy {
    left: 72px;
    top: 178px;
    width: 470px;
  }

  .new-home-copy h1 {
    font-size: 70px;
  }

  .new-home-copy p {
    width: 500px;
    font-size: 20px;
  }

  .new-home-visual {
    left: calc(100% - 690px);
    top: 36px;
    width: 690px;
    height: auto;
    opacity: 0.84;
  }

  .site-header {
    grid-template-columns: 260px 1fr 150px;
    height: 120px;
    padding: 0 28px;
  }

  .brand img {
    width: 255px;
  }

  .main-nav {
    gap: 28px;
    font-size: 15px;
  }

  .home-copy {
    width: 670px;
    margin-top: 95px;
  }

  .home-copy h1 {
    font-size: 66px;
  }

  .portfolio-grid,
  .pricing-grid {
    width: calc(100% - 48px);
  }

  .contact-layout {
    width: calc(100% - 32px);
    grid-template-columns: 300px 1px 1fr;
    gap: 34px;
  }

  .site-footer,
  .new-home-frame > .site-footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-main {
    grid-template-columns: max-content max-content max-content;
    justify-content: space-between;
    gap: 24px;
    padding-top: 28px;
  }

  .footer-link-groups {
    grid-column: auto;
    justify-self: center;
  }

  .footer-nav-list {
    grid-template-columns: repeat(3, max-content);
    gap: 10px 22px;
  }

  .footer-contact {
    justify-self: end;
    justify-items: end;
    text-align: right;
  }
}

@media (min-width: 821px) and (max-width: 1050px) {
  .new-home-hero {
    min-height: 850px;
  }

  .new-home-copy {
    left: clamp(54px, 7vw, 72px);
    top: 110px;
    width: min(560px, calc(100% - 108px));
  }

  .new-home-copy h1 {
    font-size: 64px;
    line-height: 1.08;
  }

  .new-home-copy p {
    width: min(520px, 100%);
    margin: 16px 0 38px;
    font-size: 19px;
  }

  .new-home-visual {
    left: 8%;
    top: 420px;
    width: 92%;
    opacity: 0.56;
  }
}

@media (max-width: 820px) {
  .new-home-frame {
    width: 100vw;
    min-height: 100vh;
    border-radius: 24px;
  }

  .new-home-header {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 174px;
    gap: 22px;
    padding: 36px 22px 26px;
  }

  .new-home-logo {
    justify-self: center;
  }

  .new-home-nav {
    flex-wrap: wrap;
    gap: 16px 22px;
    font-size: 16px;
    transform: none;
  }

  .new-home-tools {
    display: none;
  }

  .new-home-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 108px;
    background:
      radial-gradient(circle at 22% 23%, rgba(255, 255, 255, 0.045), transparent 28%),
      linear-gradient(180deg, #111110 0%, #0b0b0b 48%, #050505 72%, #050505 100%);
  }

  .new-home-visual {
    position: relative;
    left: 50%;
    top: auto;
    order: 2;
    display: block;
    width: 118%;
    max-width: none;
    height: auto;
    margin: 18px 0 -1px;
    opacity: 0.7;
    transform: translateX(-50%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 6%, #000 16%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 6%, #000 16%, #000 100%);
  }

  .new-home-copy {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 48px);
    margin: 0 24px;
  }

  .new-home-copy h1 {
    font-size: 54px;
    line-height: 1.08;
  }

  .new-home-copy p {
    width: 100%;
    font-size: 18px;
    line-height: 1.45;
  }

  .new-home-button {
    width: min(292px, 100%);
  }

  .legal-reference-main {
    padding: 42px 20px 68px;
  }

  .legal-overview-main {
    padding-top: 38px;
  }

  .legal-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 42px;
  }

  .legal-hero h1 {
    font-size: 43px;
  }

  .legal-topic-overview {
    padding-top: 34px;
  }

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

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 38px;
  }

  .legal-index {
    position: static;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .legal-index nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
  }

  .legal-section {
    scroll-margin-top: 92px;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 50px;
  }

  .legal-section + .legal-section {
    padding-top: 50px;
  }

  .legal-section-number {
    margin: 0;
  }

  .legal-section h2 {
    margin-bottom: 22px;
    font-size: 36px;
  }

  .legal-section h3 {
    margin-top: 32px;
    font-size: 24px;
  }

  .legal-section p,
  .legal-section li {
    font-size: 14px;
    line-height: 1.72;
  }

  .legal-company-grid {
    grid-template-columns: 1fr;
  }

  .legal-table-wrap {
    margin-right: -20px;
    padding-right: 20px;
  }

  .legal-closing {
    display: grid;
    padding: 30px 0 0;
  }

  .legal-closing p {
    font-size: 22px;
  }

  .legal-downloads,
  .legal-document-actions {
    display: grid;
  }

  .legal-data-table,
  .legal-data-table thead,
  .legal-data-table tbody,
  .legal-data-table tr,
  .legal-data-table td {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .legal-data-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
  }

  .legal-data-table tr {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .legal-data-table tbody tr:last-child {
    border-bottom: 0;
  }

  .legal-data-table td {
    padding: 5px 0;
    border: 0;
  }

  .legal-data-table td::before {
    display: block;
    margin-bottom: 2px;
    color: #8f8980;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .legal-data-table td:nth-child(1)::before { content: "Onderdeel"; }
  .legal-data-table td:nth-child(2)::before { content: "Gegevens of dienst"; }
  .legal-data-table td:nth-child(3)::before { content: "Grondslag of locatie"; }
  .legal-data-table td:nth-child(4)::before { content: "Termijn of waarborg"; }
  .legal-data-table td:nth-child(5)::before { content: "Toestemming"; }

  .legal-table-wrap {
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
  }

  .legal-document-main {
    width: min(100% - 32px, 1040px);
    padding: 46px 0 68px;
  }

  .legal-document-header h1 {
    max-width: 100%;
    font-size: 36px;
    line-height: 1.08;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .legal-document-header .legal-document-title-long {
    font-size: 32px;
  }

  .legal-signature-grid,
  .legal-document-details {
    grid-template-columns: 1fr;
  }

  .legal-report-form {
    padding: 22px 18px;
  }

  .legal-report-grid {
    grid-template-columns: 1fr;
  }

  .legal-export-table td:nth-child(1)::before { content: "Categorie"; }
  .legal-export-table td:nth-child(2)::before { content: "Formaat"; }
  .legal-export-table td:nth-child(3)::before { content: "Methode"; }
  .legal-export-table td:nth-child(4)::before { content: "Beperking"; }

  @media (min-width: 601px) {
    .new-home-hero {
      min-height: 0;
    }
  }

  @media (max-width: 360px) {
    .new-home-hero {
      min-height: 0;
      padding-top: 92px;
    }

    .new-home-copy h1 {
      font-size: 46px;
    }

    .new-home-visual {
      top: auto;
      width: 122%;
      margin-top: 14px;
      opacity: 0.68;
    }

  }

  .site-header,
  .compact-header {
    grid-template-columns: 1fr;
    height: auto;
    gap: 16px;
    padding: 22px;
    text-align: center;
  }

  .brand,
  .header-cta {
    justify-self: center;
  }

  .main-nav {
    flex-wrap: wrap;
  }

  .home-copy,
  .contact-intro,
  .contact-intro > p:last-child {
    width: calc(100% - 36px);
    margin-left: auto;
    margin-right: auto;
  }

  .home-copy h1,
  .page-intro h1,
  .services-intro h1,
  .contact-intro h1 {
    font-size: 44px;
  }

  .home-hero {
    min-height: 680px;
  }

  .home-fern {
    width: 330px;
  }

  .home-orchid {
    right: -40px;
    width: 260px;
    opacity: 0.8;
  }

  .hero-actions,
  .form-options {
    grid-template-columns: 1fr;
    display: grid;
  }

  .portfolio-grid,
  .pricing-grid,
  .belief-grid,
  .approach,
  .contact-layout,
  .cta-bar,
  .maintenance-bar {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
  }

  .cta-bar,
  .maintenance-bar {
    justify-items: center;
    text-align: center;
    padding: 24px;
  }

  .portfolio-page .cta-bar {
    grid-template-columns: 1fr;
    justify-content: stretch;
    width: calc(100% - 32px);
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 24px;
    border-right: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
    border-left: 1px solid var(--line-soft);
    border-radius: 8px;
  }

  .portfolio-page .cta-bar p {
    width: 100%;
    max-width: 420px;
  }

  .portfolio-page .cta-bar .btn {
    width: min(266px, 100%);
  }

  .project-card img {
    height: auto;
    aspect-ratio: 432 / 254;
    object-fit: contain;
    background: #f4efe7;
  }

  .contact-main {
    padding: 42px 16px 28px;
  }

  .contact-layout {
    gap: 34px;
    width: 100%;
    margin: 42px auto 38px;
  }

  .direct-contact,
  .real-form {
    width: 100%;
    min-width: 0;
  }

  .direct-contact img {
    width: 100%;
    max-width: 335px;
    margin-left: 0;
  }

  .thin-rule {
    width: 100%;
  }

  .about-copy {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 48px 0 30px;
  }

  .about-portrait {
    position: relative;
    width: 100%;
    height: auto;
  }

  .belief-grid article + article,
  .form-options span + span {
    border-left: 0;
    padding-left: 0;
  }

  .contact-layout::before {
    display: none;
  }

  .direct-contact,
  .real-form {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .legal-topic-cards {
    grid-template-columns: 1fr;
  }

  .legal-topic-cards a {
    min-height: 0;
  }
}

@media (max-width: 360px) {
  .legal-document-header .legal-document-title-long {
    font-size: 28px;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
}

@media (max-width: 1600px) {
  .services-reference-layout {
    grid-template-columns: minmax(0, 1fr) 548px;
  }

  .services-row-card {
    grid-template-columns: 104px minmax(0, 1fr) 1px 238px;
    padding-right: 24px;
  }

  .services-row-copy {
    padding-right: 20px;
  }

  .services-row-price {
    padding-left: 34px;
  }

  .services-row-price strong {
    font-size: 37px;
  }

  .services-row-price .price-prefix {
    font-size: 23px;
  }
}

@media (max-width: 1380px) {
  .services-reference-header {
    grid-template-columns: 210px 1fr 86px;
    padding: 0 56px;
  }

  .services-reference-nav {
    gap: 36px;
    font-size: 17px;
  }

  .services-reference-main {
    padding-right: 56px;
    padding-left: 56px;
  }

  .services-reference-layout {
    grid-template-columns: minmax(0, 1fr) 420px;
  }

  .services-row-card {
    grid-template-columns: 104px minmax(0, 1fr) 1px 226px;
    padding-right: 24px;
  }

  .services-row-price {
    padding-left: 34px;
  }

  .services-row-price strong {
    font-size: 35px;
  }

  .services-row-price .price-prefix {
    font-size: 22px;
  }

  .services-maintenance-card {
    padding-right: 34px;
    padding-left: 34px;
  }

  .services-reference-cta {
    width: 100%;
  }
}

@media (max-width: 1060px) {
  .services-reference-shell::before {
    opacity: 0.56;
    transform: translateX(210px);
  }

  .services-reference-header {
    grid-template-columns: 180px 1fr;
    height: auto;
    min-height: 118px;
    gap: 20px;
    padding: 26px 34px;
  }

  .services-reference-tools {
    display: none;
  }

  .services-reference-nav {
    justify-content: flex-end;
    gap: 24px;
    font-size: 16px;
    transform: none;
  }

  .services-reference-nav a.active::after {
    bottom: -13px;
  }

  .services-reference-main {
    min-height: auto;
    padding: 48px 34px 54px;
  }

  .services-reference-intro,
  .services-reference-intro p {
    width: min(650px, 100%);
  }

  .services-reference-intro h1 {
    font-size: 48px;
  }

  .services-reference-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .services-reference-side {
    grid-template-columns: 1fr;
  }

  .services-maintenance-card {
    height: auto;
    min-height: auto;
  }

  .services-reference-cta {
    width: min(380px, 100%);
  }
}

@media (max-width: 720px) {
  .services-reference-shell {
    min-height: 100vh;
    border-radius: 22px;
  }

  .services-reference-shell::before {
    top: 138px;
    right: -360px;
    opacity: 0.36;
    transform: none;
  }

  .services-reference-header {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 154px;
    padding: 30px 22px 24px;
    text-align: center;
  }

  .services-reference-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 20px;
    font-size: 15px;
  }

  .services-reference-nav a.active::after {
    display: none;
  }

  .services-reference-main {
    padding: 42px 18px 48px;
  }

  .services-reference-intro h1 {
    font-size: 39px;
    line-height: 1.1;
  }

  .services-reference-intro p {
    font-size: 16px;
  }

  .services-reference-layout {
    margin-top: 34px;
  }

  .services-row-card {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 20px 18px;
    width: 100%;
    min-height: 0;
    padding: 22px 20px;
  }

  .services-row-icon {
    width: 78px;
    height: 78px;
  }

  .services-row-icon .service-icon {
    transform: scale(1.02);
  }

  .services-row-icon .service-icon-img {
    width: 68px;
    height: 68px;
  }

  .services-row-copy {
    padding: 0;
  }

  .services-row-copy h2 {
    font-size: 28px;
    line-height: 1.05;
  }

  .services-row-copy p {
    max-width: none;
  }

  .services-row-divider {
    display: none;
  }

  .services-row-price {
    grid-column: 1 / -1;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding-top: 18px;
  }

  .services-row-price p {
    flex-wrap: wrap;
  }

  .services-maintenance-card {
    width: 100%;
    padding: 30px 24px;
  }

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

  .services-reference-cta {
    height: 58px;
    font-size: 16px;
  }

  .services-reference-footer {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 430px) {
  .services-reference-main {
    padding-right: 14px;
    padding-left: 14px;
  }

  .services-reference-intro h1 {
    font-size: 34px;
  }

  .services-reference-nav {
    gap: 12px 16px;
  }

  .services-row-card {
    grid-template-columns: 1fr;
  }

  .services-reference-cta {
    width: 100%;
  }

  .services-row-icon {
    justify-self: start;
  }

  .services-row-price strong {
    font-size: 33px;
  }

  .services-row-price span {
    white-space: normal;
  }
}

@media (max-width: 1060px) {
  .portfolio-reference-shell {
    min-height: 100vh;
  }

  .portfolio-reference-shell::before {
    top: 118px;
    right: -160px;
    opacity: 0.62;
  }

  .portfolio-reference-main {
    min-height: auto;
    padding: 44px 34px 54px;
  }

  .portfolio-reference-intro,
  .portfolio-reference-intro span {
    width: min(690px, 100%);
  }

  .portfolio-reference-intro h1 {
    font-size: 56px;
    line-height: 1.06;
  }

  .portfolio-reference-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }

  .portfolio-reference-card {
    min-height: 0;
  }

  .portfolio-reference-card img {
    height: auto;
    aspect-ratio: 474 / 296;
    object-fit: cover;
  }

  .portfolio-reference-card-body {
    min-height: 102px;
  }

  .portfolio-reference-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .portfolio-reference-cta {
    justify-self: start;
    width: min(384px, 100%);
  }
}

@media (max-width: 720px) {
  .portfolio-reference-shell {
    border-radius: 22px;
  }

  .portfolio-reference-shell::before {
    top: 154px;
    right: -380px;
    opacity: 0.42;
  }

  .portfolio-reference-main {
    padding: 38px 18px 48px;
  }

  .portfolio-reference-intro > p {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .portfolio-reference-intro h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .portfolio-reference-intro span {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    transform: none;
  }

  .portfolio-reference-grid {
    margin-top: 34px;
  }

  .portfolio-reference-card {
    padding: 9px 9px 20px;
  }

  .portfolio-reference-card-body {
    padding: 22px 54px 0 12px;
  }

  .portfolio-reference-card h2 {
    font-size: 36px;
  }

  .portfolio-reference-card p {
    font-size: 12px;
    letter-spacing: 0.24em;
  }

  .portfolio-reference-card a {
    right: 16px;
  }

  .portfolio-reference-bottom {
    margin-top: 28px;
    padding-top: 25px;
  }

  .portfolio-reference-note {
    align-items: flex-start;
    gap: 22px;
  }

  .portfolio-reference-note p {
    font-size: 16px;
  }

  .portfolio-reference-cta {
    width: 100%;
    gap: 18px;
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  .portfolio-reference-footer {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 430px) {
  .portfolio-reference-main {
    padding-right: 14px;
    padding-left: 14px;
  }

  .portfolio-reference-intro h1 {
    font-size: 36px;
  }

  .portfolio-reference-card h2 {
    font-size: 32px;
  }

  .portfolio-reference-card-body {
    min-height: 112px;
  }

  .portfolio-reference-card p {
    letter-spacing: 0.18em;
  }

  .portfolio-reference-note {
    display: grid;
    gap: 14px;
  }
}

@media (max-width: 1060px) {
  .about-reference-shell {
    min-height: 100vh;
  }

  .about-reference-shell::before {
    right: -48px;
    opacity: 0.56;
  }

  .about-reference-shell::after {
    opacity: 0.58;
  }

  .about-reference-main {
    min-height: auto;
    padding: 44px 34px 54px;
  }

  .about-reference-layout {
    display: grid;
    gap: 24px;
    min-height: 0;
  }

  .about-reference-panel,
  .about-reference-portrait {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-width: 0;
    max-width: 700px;
    margin: 0 auto;
  }

  .about-reference-panel {
    height: auto;
    min-height: 0;
  }

  .about-reference-panel-inner {
    height: auto;
    padding: 56px 58px;
  }

  .about-reference-copy {
    width: min(455px, 100%);
  }

  .about-reference-portrait {
    aspect-ratio: 700 / 730;
    height: auto;
  }

  .about-reference-cta {
    width: min(438px, 100%);
    margin-top: 28px;
  }
}

@media (max-width: 720px) {
  .about-reference-shell {
    border-radius: 22px;
  }

  .about-reference-shell::before {
    top: 162px;
    right: -92px;
    opacity: 0.34;
  }

  .about-reference-shell::after {
    left: -52px;
    opacity: 0.42;
  }

  .about-reference-main {
    padding: 38px 18px 48px;
  }

  .about-reference-panel {
    padding: 7px;
  }

  .about-reference-panel-inner {
    padding: 42px 26px;
  }

  .about-reference-eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .about-reference-panel h1 {
    font-size: 42px;
    line-height: 1.06;
    white-space: normal;
  }

  .about-reference-rule {
    margin: 25px 0 28px;
  }

  .about-reference-copy {
    font-size: 16px;
    line-height: 1.55;
  }

  .about-reference-copy p + p {
    margin-top: 20px;
  }

  .about-reference-signature {
    width: min(340px, 100%);
  }

  .about-reference-cta {
    gap: 18px;
    height: 58px;
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  .about-reference-footer {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 430px) {
  .about-reference-main {
    padding-right: 14px;
    padding-left: 14px;
  }

  .about-reference-panel-inner {
    padding: 36px 20px;
  }

  .about-reference-panel h1 {
    font-size: 36px;
  }

  .about-reference-signature {
    width: min(292px, 100%);
    white-space: nowrap;
  }

  .about-reference-cta {
    width: 100%;
    letter-spacing: 0.16em;
  }
}

@media (max-width: 1540px) {
  .contact-reference-main {
    min-height: auto;
    padding: 70px 56px 76px;
  }

  .contact-reference-content {
    display: grid;
    grid-template-columns: minmax(380px, 0.9fr) minmax(560px, 1.1fr);
    gap: 56px;
    min-height: 0;
    align-items: start;
  }

  .contact-reference-copy,
  .contact-reference-form {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .contact-reference-copy {
    padding-top: 23px;
  }

  .contact-reference-lead {
    width: min(550px, 100%);
  }

  .contact-reference-form {
    min-height: 0;
  }
}

@media (max-width: 1180px) {
  .contact-reference-main {
    padding: 56px 34px 64px;
  }

  .contact-reference-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-reference-copy {
    max-width: 680px;
    padding-top: 0;
  }

  .contact-reference-copy h1 {
    font-size: 70px;
  }

  .contact-reference-form {
    max-width: 793px;
  }

  .contact-reference-main::before {
    opacity: 0.76;
  }

  .contact-reference-main::after {
    opacity: 0.48;
  }
}

@media (max-width: 720px) {
  .contact-reference-main {
    padding: 42px 18px 54px;
  }

  .contact-reference-content {
    gap: 34px;
  }

  .contact-reference-copy {
    width: 100%;
  }

  .contact-reference-eyebrow {
    font-size: 12px;
  }

  .contact-reference-copy h1 {
    margin-top: 28px;
    font-size: 54px;
    line-height: 1.04;
  }

  .contact-reference-lead {
    margin-top: 28px;
    font-size: 18px;
    line-height: 1.48;
  }

  .contact-reference-rule {
    margin-top: 25px;
  }

  .contact-response-card {
    width: 100%;
    min-height: 92px;
    margin-top: 36px;
    padding: 21px 22px;
  }

  .contact-reference-form {
    padding: 32px 22px 30px;
    border-radius: 12px;
  }

  .contact-reference-form > p:first-child {
    font-size: 18px;
  }

  .contact-field-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .contact-field-half {
    grid-column: 1 / -1;
  }

  .contact-field input,
  .contact-field select {
    height: 59px;
  }

  .contact-field textarea {
    height: 142px;
  }

  .contact-submit-button {
    gap: 18px;
    height: 65px;
    margin-top: 22px;
    padding: 0 14px;
    font-size: 12px;
    letter-spacing: 0.2em;
    white-space: normal;
  }

  .contact-privacy-note {
    align-items: flex-start;
    margin-top: 26px;
    font-size: 14px;
  }

  .contact-reference-main::before {
    width: 100%;
    height: 360px;
    opacity: 0.58;
    background-size: cover;
  }

  .contact-reference-main::after {
    left: auto;
    right: -34px;
    width: 180px;
    height: 300px;
    opacity: 0.28;
  }

  .contact-reference-footer {
    margin-top: 0;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 430px) {
  .contact-reference-main {
    padding-right: 14px;
    padding-left: 14px;
  }

  .contact-reference-copy h1 {
    font-size: 45px;
  }

  .contact-reference-lead {
    font-size: 16px;
  }

  .contact-reference-email {
    gap: 13px;
    font-size: 16px;
  }

  .contact-response-card {
    gap: 18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .contact-response-card strong {
    font-size: 17px;
  }

  .contact-response-card small {
    font-size: 15px;
  }

  .contact-reference-form {
    padding-right: 18px;
    padding-left: 18px;
  }

  .contact-submit-button {
    width: 100%;
    letter-spacing: 0.16em;
  }
}

@media (max-width: 350px) {
  .legal-hero h1 {
    font-size: 38px;
  }

  .legal-document h2 {
    overflow-wrap: anywhere;
  }

  .contact-reference-copy h1 {
    font-size: 39px;
  }

  .contact-reference-form {
    padding-right: 14px;
    padding-left: 14px;
  }

  .contact-submit-button {
    font-size: 11px;
    letter-spacing: 0.13em;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .site-footer,
  .new-home-frame > .site-footer {
    margin-top: 44px;
    padding: 0 24px 26px;
  }

  .new-home-frame > .site-footer {
    margin-top: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 22px;
    padding: 30px 0 0;
  }

  .footer-brand {
    width: 176px;
  }

  .footer-brand span {
    font-size: 30px;
  }

  .footer-brand small {
    font-size: 15px;
  }

  .footer-link-groups {
    justify-self: start;
  }

  .footer-nav-list {
    grid-template-columns: repeat(3, max-content);
    gap: 10px 20px;
  }

  .footer-contact {
    justify-self: start;
    justify-items: start;
    text-align: left;
  }

  .footer-contact a {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 767px) {
  .services-reference-header {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    min-height: 112px;
    gap: 0 12px;
    padding-block: 22px 20px;
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
    text-align: center;
  }

  .services-reference-logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: min(158px, calc(100vw - 152px));
    max-width: 100%;
  }

  .services-reference-menu-toggle {
    position: relative;
    grid-column: 3;
    grid-row: 1;
    display: inline-grid;
    place-items: center;
    justify-self: end;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 7px;
    color: #f5f2ec;
    background: rgba(255, 255, 255, 0.025);
    cursor: pointer;
  }

  .services-reference-menu-toggle span {
    position: absolute;
    width: 21px;
    height: 1px;
    background: currentColor;
    transform-origin: center;
  }

  .services-reference-menu-toggle span:nth-child(1) {
    transform: translateY(-6px);
  }

  .services-reference-menu-toggle span:nth-child(3) {
    transform: translateY(6px);
  }

  .services-reference-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
  }

  .services-reference-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .services-reference-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .services-reference-menu-toggle:hover {
    border-color: rgba(211, 164, 95, 0.54);
    background: rgba(255, 255, 255, 0.055);
  }

  .services-reference-menu-toggle:focus-visible {
    outline: 2px solid rgba(211, 164, 95, 0.92);
    outline-offset: 4px;
  }

  .services-reference-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    padding: 18px 0 2px;
    border-top: 1px solid rgba(97, 91, 81, 0.28);
    gap: 4px;
    font-size: 17px;
    transform: none;
  }

  .services-reference-nav.is-open {
    display: flex;
  }

  .services-reference-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 320px);
    min-height: 48px;
    padding: 12px 16px;
  }

  .services-reference-nav a.active::after {
    display: none;
  }

  .new-home-hero {
    display: block;
    padding-top: 0;
  }

  .new-home-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
    padding-top: clamp(50px, 13vw, 60px);
    padding-right: max(24px, env(safe-area-inset-right));
    padding-left: max(24px, env(safe-area-inset-left));
    box-sizing: border-box;
  }

  .new-home-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .new-home-copy > .new-home-eyebrow {
    display: block;
    margin: 0 0 clamp(20px, 6vw, 26px);
    color: var(--gold);
    font-size: clamp(11px, 3.1vw, 13px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }

  .new-home-copy h1 {
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
    font-size: clamp(48px, 13.6vw, 58px);
    line-height: 0.98;
    text-wrap: balance;
  }

  .new-home-copy > p:not(.new-home-eyebrow) {
    width: 100%;
    max-width: 30rem;
    margin: clamp(24px, 7vw, 30px) auto 0;
    font-size: clamp(17px, 4.6vw, 19px);
    line-height: 1.55;
    text-wrap: pretty;
  }

  .new-home-copy .hero-desktop-break,
  .new-home-copy .hero-title-desktop-break {
    display: none;
  }

  .new-home-button {
    display: flex;
    width: 100%;
    max-width: 350px;
    min-height: 58px;
    height: auto;
    margin: clamp(30px, 8vw, 34px) auto 0;
    padding: 15px 24px;
    font-size: clamp(17px, 4.8vw, 20px);
    line-height: 1.2;
  }

  .new-home-visual {
    left: auto;
    top: auto;
    flex: 0 0 auto;
    width: min(136vw, 620px);
    max-width: none;
    height: auto;
    margin: -10px 0 -1px;
    opacity: 0.92;
    object-fit: contain;
    object-position: center;
    transform: none;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 5%, #000 12%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 5%, #000 12%, #000 100%);
  }

  .new-home-button:active {
    background: #ece8e1;
    transform: translateY(1px);
  }

  .new-home-button:focus-visible {
    outline: 2px solid rgba(211, 164, 95, 0.92);
    outline-offset: 4px;
  }

  .site-footer,
  .new-home-frame > .site-footer {
    margin-top: 44px;
    padding: 0;
  }

  .new-home-frame > .site-footer {
    margin-top: 0;
  }

  .footer-main {
    box-sizing: border-box;
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    justify-items: center;
    gap: 0;
    padding-top: 64px;
    padding-right: max(24px, env(safe-area-inset-right));
    padding-bottom: max(56px, calc(32px + env(safe-area-inset-bottom)));
    padding-left: max(24px, env(safe-area-inset-left));
  }

  .footer-brand {
    display: block;
    justify-self: center;
    width: min(220px, 100%);
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .footer-brand span,
  .footer-brand small {
    display: block;
  }

  .footer-brand span {
    font-size: 38px;
  }

  .footer-brand small {
    font-size: 19px;
  }

  .footer-link-groups {
    width: 100%;
    margin-top: 40px;
    justify-self: stretch;
    gap: 0;
  }

  .footer-nav {
    width: 100%;
    font-size: 15px;
  }

  .footer-nav-list {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 8px;
  }

  .footer-nav-list li {
    display: flex;
    min-width: 0;
  }

  .footer-nav a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 10px 4px;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
  }

  .footer-contact {
    width: 100%;
    margin-top: 40px;
    justify-self: stretch;
    justify-items: center;
    gap: 14px;
    text-align: center;
  }

  .footer-email,
  .footer-cta {
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 44px;
    padding: 10px 4px;
  }

  .footer-email {
    display: inline-flex;
    text-align: center;
    white-space: nowrap;
    overflow-wrap: anywhere;
  }

  .footer-cta {
    display: inline-flex;
    gap: 7px;
    white-space: nowrap;
  }

  .footer-cta-arrow {
    flex: 0 0 auto;
  }

  .footer-nav a:focus-visible,
  .footer-contact a:focus-visible {
    outline: 2px solid rgba(211, 164, 95, 0.9);
    outline-offset: 3px;
  }

  .footer-nav a:active,
  .footer-contact a:active {
    opacity: 0.76;
  }
}

/* Homepage-only mobile content composition. Shared shell geometry lives in site-shell.css. */
@media (max-width: 767px) {

  .new-home-page .new-home-hero {
    overflow: hidden;
    background:
      radial-gradient(circle at 16% 29%, rgba(211, 164, 95, 0.045), transparent 28%),
      linear-gradient(180deg, #0a0a09 0%, #070707 56%, #050505 100%);
  }

  .new-home-page .new-home-hero-inner {
    align-items: stretch;
    max-width: none;
    padding: clamp(34px, 10vw, 46px) 0 clamp(54px, 13vw, 68px);
  }

  .new-home-page .new-home-copy {
    align-items: flex-start;
    width: min(100%, 480px);
    margin-inline: auto;
    padding-left: max(24px, env(safe-area-inset-left));
    padding-right: max(24px, env(safe-area-inset-right));
    text-align: left;
  }

  .new-home-page .new-home-copy > .new-home-eyebrow {
    margin: 0 0 clamp(16px, 4.8vw, 20px);
    font-size: clamp(10px, 2.8vw, 11px);
    letter-spacing: 0.24em;
  }

  .new-home-page .new-home-copy h1 {
    max-width: 22rem;
    margin: 0;
    font-size: clamp(43px, 12.7vw, 54px);
    line-height: 0.98;
  }

  .new-home-page .new-home-copy > p:not(.new-home-eyebrow) {
    max-width: 22rem;
    margin: clamp(20px, 5.8vw, 24px) 0 0;
    color: #c9c4bd;
    font-size: clamp(15px, 4.2vw, 17px);
    line-height: 1.5;
  }

  .new-home-page .new-home-button {
    width: auto;
    max-width: 100%;
    min-height: 50px;
    margin: clamp(24px, 7vw, 29px) 0 0;
    padding: 13px 22px;
    border-radius: 6px;
    font-size: 15px;
  }

  .new-home-page .new-home-secondary-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin-top: 10px;
    padding: 10px 0;
    color: #d8a654;
    font-size: 14px;
    line-height: 1.2;
  }

  .new-home-page .new-home-secondary-link span {
    margin-left: 8px;
  }

  .new-home-page .new-home-secondary-link:focus-visible {
    outline: 2px solid rgba(211, 164, 95, 0.92);
    outline-offset: 4px;
  }

  .new-home-page .new-home-visual-source {
    position: relative;
    display: block;
    width: 100%;
    margin-top: clamp(18px, 5vw, 24px);
  }

  .new-home-page .new-home-visual {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 100%;
    max-width: none;
    aspect-ratio: 900 / 948;
    height: auto;
    margin: 0;
    opacity: 1;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.93) contrast(1.04);
    transform: none;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 7%, #000 96%, rgba(0, 0, 0, 0.68) 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 7%, #000 96%, rgba(0, 0, 0, 0.68) 100%);
  }

  .new-home-page .new-home-benefits {
    position: relative;
    z-index: 2;
    display: grid;
    width: calc(100% - 48px);
    max-width: 430px;
    margin: -24px auto 0;
    padding: 6px 16px;
    border: 1px solid rgba(211, 164, 95, 0.3);
    border-radius: 12px;
    background: rgba(13, 13, 12, 0.96);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
  }

  .new-home-page .new-home-benefit {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 96px;
    padding: 18px 2px;
  }

  .new-home-page .new-home-benefit + .new-home-benefit {
    border-top: 1px solid rgba(211, 164, 95, 0.19);
  }

  .new-home-page .new-home-benefit svg {
    width: 31px;
    height: 31px;
    color: #dba84f;
  }

  .new-home-page .new-home-benefit h2 {
    margin: 0 0 4px;
    color: #f4f1eb;
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
  }

  .new-home-page .new-home-benefit p {
    margin: 0;
    color: #beb9b2;
    font-size: 13px;
    line-height: 1.45;
  }

  .new-home-page .home-seo-intro {
    border-top: 0;
    background:
      radial-gradient(circle at 85% 36%, rgba(211, 164, 95, 0.05), transparent 27%),
      linear-gradient(180deg, #070707 0%, #090908 100%);
  }

  .new-home-page .home-seo-intro-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
    padding: clamp(52px, 14vw, 68px) max(24px, env(safe-area-inset-right)) 64px max(24px, env(safe-area-inset-left));
  }

  .new-home-page .home-seo-intro-content {
    display: contents;
  }

  .new-home-page .home-seo-intro-heading {
    order: 1;
  }

  .new-home-page .home-seo-intro-heading > p {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .new-home-page .home-seo-intro h2 {
    max-width: 22rem;
    font-size: clamp(37px, 10.8vw, 46px);
    line-height: 1;
  }

  .new-home-page .home-seo-intro-visual {
    position: relative;
    order: 2;
    width: 100%;
    max-width: none;
    margin: clamp(28px, 8vw, 36px) 0 0;
    overflow: hidden;
    border: 1px solid rgba(211, 164, 95, 0.28);
    border-radius: 7px;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.36);
  }

  .new-home-page .home-seo-intro-visual img {
    width: 100%;
    aspect-ratio: 4 / 5;
    border: 0;
    box-shadow: none;
    object-fit: cover;
    object-position: center 46%;
  }

  .new-home-page .home-seo-intro-visual figcaption {
    position: absolute;
    inset: auto 0 0;
    display: block;
    background: linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.94));
  }

  .new-home-page .home-seo-intro-visual figcaption a {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 58px;
    padding: 18px 15px 12px;
    color: #dca84e;
    font-size: 13px;
    line-height: 1.3;
  }

  .new-home-page .home-seo-intro-copy {
    order: 3;
    max-width: none;
    margin-top: 28px;
    color: #c7c2ba;
    font-size: 15px;
    line-height: 1.68;
  }

  .new-home-page .home-seo-intro-copy p + p {
    margin-top: 20px;
  }

  .new-home-page .home-seo-intro-copy a {
    margin-top: 20px;
    color: #e2b86e;
  }
}

@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .new-home-button:hover {
    border-color: rgba(211, 164, 95, 0.72);
    background: #fffdf9;
    box-shadow:
      inset 0 0 20px rgba(142, 120, 92, 0.08),
      0 16px 34px rgba(0, 0, 0, 0.26);
    transform: translateY(-1px);
  }

  .footer-cta:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }

  .footer-cta:hover .footer-cta-arrow {
    transform: translateX(3px);
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: no-preference) {
  .services-reference-menu-toggle span,
  .new-home-button {
    transition: transform 160ms ease, opacity 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
  }

  .footer-cta-arrow {
    transition: transform 160ms ease;
  }
}

@media (max-width: 360px) {
  .footer-nav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media print {
  @page {
    size: A4;
    margin: 17mm 16mm;
  }

  body {
    background: #fff !important;
    color: #111 !important;
  }

  body > .site-header,
  body > .site-footer,
  .legal-reference-shell > .site-header,
  .legal-reference-shell > .site-footer,
  .legal-hero,
  .legal-topic-overview,
  .legal-index,
  .legal-closing,
  .legal-document-actions {
    display: none !important;
  }

  .legal-reference-shell,
  .legal-reference-main,
  .legal-overview-main,
  .legal-layout,
  .legal-content,
  .legal-document-main {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
  }

  body.pdf-terms-export .legal-section:not(#algemene-voorwaarden) {
    display: none !important;
  }

  .legal-section,
  .legal-section + .legal-section,
  .legal-document section {
    display: block !important;
    padding: 0 0 8mm !important;
    border-color: #bbb !important;
    break-inside: auto;
  }

  .legal-section-number {
    display: none !important;
  }

  .legal-section h2,
  .legal-section h3,
  .legal-document h1,
  .legal-document h2,
  .legal-document strong,
  .legal-document dt,
  .legal-kicker,
  .legal-callout strong {
    color: #111 !important;
  }

  .legal-section h2,
  .legal-document-header h1 {
    font-size: 26pt !important;
  }

  .legal-section h3,
  .legal-document section h2 {
    margin-top: 7mm !important;
    font-size: 15pt !important;
    break-after: avoid;
  }

  .legal-section p,
  .legal-section li,
  .legal-document p,
  .legal-document li,
  .legal-document dd,
  .legal-data-table {
    color: #222 !important;
    font-size: 9.5pt !important;
    line-height: 1.5 !important;
  }

  .legal-callout,
  .legal-document-note {
    border-color: #555 !important;
    background: #f4f4f4 !important;
  }

  .legal-table-wrap {
    overflow: visible !important;
    border-color: #777 !important;
  }

  .legal-data-table {
    min-width: 0 !important;
  }

  .legal-data-table th,
  .legal-data-table td {
    color: #222 !important;
    border-color: #ccc !important;
  }

  .legal-signature-grid > div {
    border-color: #999 !important;
  }
}
