:root {
  --ink: #101113;
  --ink-2: #17191c;
  --ink-3: #22252a;
  --cream: #f3eee3;
  --paper: #faf7ef;
  --cream-deep: #ded5c6;
  --gold: #d8aa3f;
  --gold-light: #edca68;
  --gold-dark: #765615;
  --sage: #7f9a7c;
  --rust: #a65f45;
  --muted-light: #bdb4a5;
  --muted-dark: #655f56;
  --line-light: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(16, 17, 19, 0.18);
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  --shell: 1180px;
  --header-height: 72px;
}

/* Project case-study pages */
.project-page {
  --project-accent: var(--gold-light);
  --project-accent-deep: #4f3b12;
  background: var(--ink);
}

.project-page-jadave {
  --project-accent: #78bfd2;
  --project-accent-deep: #123d49;
}

.project-page-farmhouse {
  --project-accent: #e4a184;
  --project-accent-deep: #542f28;
}

.project-page-roomfact {
  --project-accent: #ff806c;
  --project-accent-deep: #203b36;
}

.project-page .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.project-nav-shell {
  gap: 24px;
}

.project-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.project-nav > a:not(.button) {
  color: #d6cfc3;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.project-nav > a:not(.button):hover {
  color: var(--project-accent);
  text-decoration: underline;
}

.project-breadcrumb {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  color: #a8a095;
  font-size: 12px;
  font-weight: 700;
}

.project-breadcrumb a {
  color: var(--cream);
  text-decoration: none;
}

.project-breadcrumb a:hover {
  color: var(--project-accent);
  text-decoration: underline;
}

.project-hero {
  padding: 66px 0 92px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.project-hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 64px;
}

.project-hero-copy,
.project-hero-media {
  min-width: 0;
}

.project-page .project-hero .eyebrow,
.project-page .project-section:not(.project-section-light) .eyebrow,
.project-page .project-cta .eyebrow,
.project-page .project-pricing-note .eyebrow {
  color: var(--project-accent);
}

.project-hero h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: 56px;
}

.project-hero-lede {
  max-width: 680px;
  margin-bottom: 0;
  color: #cbc3b7;
  font-size: 18px;
  line-height: 1.65;
}

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

.project-hero-media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 4px solid var(--project-accent);
  border-radius: 4px;
  background: #08090a;
  box-shadow: var(--shadow);
}

.project-hero-media picture,
.project-hero-media img {
  width: 100%;
}

.project-hero-media img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: top center;
}

.project-hero-media figcaption {
  padding: 13px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #bcb3a6;
  font-size: 12px;
  font-weight: 700;
}

.project-facts {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--project-accent-deep);
}

.project-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.project-facts-grid > div {
  min-width: 0;
  padding: 24px 24px 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.project-facts-grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.project-facts dt {
  margin-bottom: 6px;
  color: var(--project-accent);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-facts dd {
  color: #fffaf1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.project-section {
  padding: 104px 0;
}

.project-section-light {
  background: var(--paper);
  color: var(--ink);
}

.project-editorial-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 88px;
}

.project-section-heading h2 {
  max-width: 560px;
  margin-bottom: 18px;
  font-size: 43px;
}

.project-section-heading > p:last-child {
  max-width: 540px;
  color: inherit;
  opacity: 0.72;
}

.project-prose {
  max-width: 720px;
}

.project-prose p {
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 1.75;
}

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

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

.project-input-grid > div {
  min-width: 0;
  padding-top: 24px;
  border-top: 3px solid var(--project-accent);
}

.project-input-grid h2 {
  max-width: 500px;
  font-size: 37px;
}

.project-check-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.project-check-list li {
  position: relative;
  padding: 13px 0 13px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #d3cbc0;
  font-size: 15px;
}

.project-check-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.project-check-list li::before {
  position: absolute;
  top: 14px;
  left: 3px;
  color: var(--project-accent);
  content: "\2713";
  font-weight: 900;
}

.project-record-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
  gap: 84px;
}

.project-record-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(16, 17, 19, 0.2);
  list-style: none;
}

.project-record-list > li {
  display: grid;
  padding: 23px 0;
  border-bottom: 1px solid rgba(16, 17, 19, 0.2);
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
}

.project-record-list > li > span {
  color: var(--project-accent-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
}

.project-record-list h3 {
  margin-bottom: 6px;
  font-size: 23px;
}

.project-record-list p {
  margin-bottom: 0;
  color: var(--muted-dark);
  font-size: 15px;
}

.project-review-section {
  background: var(--project-accent-deep);
}

.project-review-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 84px;
}

.project-review-grid h2 {
  max-width: 520px;
  font-size: 42px;
}

.project-review-grid > div:first-child > p:last-child {
  max-width: 570px;
  color: #d1c8bc;
}

.project-quotes {
  padding-left: 30px;
  border-left: 3px solid var(--project-accent);
}

.project-quotes blockquote {
  margin-bottom: 22px;
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.32;
}

.project-quotes p {
  margin-bottom: 0;
  color: #c8bfb3;
  font-size: 13px;
}

.project-decision-section {
  background: var(--project-accent-deep);
}

.project-heading-narrow {
  max-width: 720px;
  margin-bottom: 50px;
}

.project-decision-grid {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-decision-grid > div {
  min-width: 0;
  padding: 26px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.project-decision-grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.project-decision-grid dt {
  margin-bottom: 9px;
  color: var(--project-accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-decision-grid dd {
  color: #f0e9dd;
  font-size: 15px;
  line-height: 1.65;
}

.project-accuracy-note {
  padding: 20px 0 0 22px;
  border-top: 1px solid rgba(16, 17, 19, 0.17);
  border-left: 3px solid var(--project-accent-deep);
  color: #4f4b45;
  font-size: 14px !important;
}

.project-roomfact-captures {
  background: #101513;
}

.project-capture-grid {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 34px;
}

.project-capture-grid figure {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 4px solid var(--project-accent);
  border-radius: 4px;
  background: #080b0a;
}

.project-capture-grid img {
  width: 100%;
}

.project-capture-grid figure:first-child img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: top center;
}

.project-mobile-capture img {
  aspect-ratio: 390 / 844;
  object-fit: cover;
  object-position: top center;
}

.project-capture-grid figcaption {
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #bbb2a5;
  font-size: 12px;
  font-weight: 700;
}

.project-pricing-note {
  padding: 58px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #17191c;
}

.project-pricing-note .shell {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr) auto;
  gap: 38px;
}

.project-pricing-title .eyebrow,
.project-pricing-title h2,
.project-pricing-note p {
  margin-bottom: 0;
}

.project-pricing-note h2 {
  font-size: 29px;
}

.project-pricing-note > .shell > p:not(.eyebrow) {
  color: #bdb4a7;
  font-size: 14px;
}

.project-pricing-note .text-link {
  white-space: nowrap;
}

.project-cta {
  padding: 92px 0;
  background: #08090a;
}

.project-cta-layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
}

.project-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 42px;
}

@media (max-width: 980px) {
  .project-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .project-hero-copy {
    max-width: 760px;
  }

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

  .project-facts-grid > div:nth-child(odd) {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .project-facts-grid > div:nth-child(even) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .project-facts-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .project-editorial-grid,
  .project-record-layout,
  .project-review-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .project-pricing-note .shell {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .project-pricing-note .text-link {
    margin-top: 8px;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .project-nav {
    gap: 14px;
  }

  .project-nav > a:not(.button) {
    display: none;
  }

  .project-hero {
    padding: 46px 0 64px;
  }

  .project-hero h1 {
    font-size: 42px;
  }

  .project-hero-lede {
    font-size: 16px;
  }

  .project-section {
    padding: 72px 0;
  }

  .project-input-grid,
  .project-decision-grid {
    grid-template-columns: 1fr;
  }

  .project-input-grid {
    gap: 52px;
  }

  .project-decision-grid > div,
  .project-decision-grid > div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }

  .project-decision-grid > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .project-capture-grid {
    grid-template-columns: 1fr;
  }

  .project-mobile-capture {
    width: min(300px, 78vw);
    margin-inline: auto;
  }

  .project-cta-layout {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 520px) {
  .project-nav {
    display: none;
  }

  .project-breadcrumb {
    overflow: hidden;
    white-space: nowrap;
  }

  .project-hero h1 {
    font-size: 36px;
  }

  .project-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .project-hero-actions .button {
    width: 100%;
  }

  .project-facts-grid {
    grid-template-columns: 1fr;
  }

  .project-facts-grid > div,
  .project-facts-grid > div:nth-child(even),
  .project-facts-grid > div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .project-facts-grid > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .project-section-heading h2,
  .project-review-grid h2,
  .project-cta h2 {
    font-size: 32px;
  }

  .project-input-grid h2 {
    font-size: 29px;
  }

  .project-prose p {
    font-size: 16px;
  }

  .project-record-list > li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
  }

  .project-record-list h3 {
    font-size: 21px;
  }

  .project-quotes {
    padding-left: 20px;
  }

  .project-quotes blockquote {
    font-size: 25px;
  }

  .project-pricing-note {
    padding: 48px 0;
  }

  .project-cta {
    padding: 70px 0;
  }
}

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

html {
  color-scheme: dark;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  min-width: 280px;
  background: var(--ink);
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body:has(dialog[open]) {
  overflow: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
}

button,
summary,
select {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 64px;
}

h2 {
  margin-bottom: 22px;
  font-size: 48px;
}

h3 {
  margin-bottom: 12px;
  font-size: 28px;
}

h4 {
  font-size: 19px;
}

p {
  margin-bottom: 1em;
}

ul,
ol {
  margin-top: 0;
}

::selection {
  background: var(--gold-light);
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.eyebrow {
  margin-bottom: 15px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
}

.eyebrow-dark {
  color: var(--gold-dark);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 700;
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(216, 170, 63, 0.18);
  background: rgba(16, 17, 19, 0.96);
  backdrop-filter: blur(14px);
}

.nav-shell {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  color: var(--cream);
  text-decoration: none;
}

.brand-mark {
  display: block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
}

.brand-text {
  overflow-wrap: anywhere;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.desktop-nav,
.nav-actions {
  display: flex;
  align-items: center;
}

.desktop-nav {
  gap: 26px;
}

.desktop-nav a {
  color: #d8d1c6;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--gold-light);
}

.nav-actions {
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button-primary {
  background: var(--gold-light);
  color: #0c0d0e;
  box-shadow: 0 10px 28px rgba(216, 170, 63, 0.17);
}

.button-primary:hover {
  background: #f3d57d;
}

.button-secondary {
  border-color: rgba(237, 202, 104, 0.52);
  background: transparent;
  color: var(--cream);
}

.button-secondary:hover {
  border-color: var(--gold-light);
  background: rgba(237, 202, 104, 0.08);
}

.button-dark {
  background: var(--ink);
  color: var(--cream);
}

.button-dark:hover {
  background: #292b2f;
}

.nav-quote {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 13px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px 9px;
  border: 1px solid var(--line-light);
  border-radius: 4px;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 4px auto;
  background: var(--cream);
}

.mobile-nav {
  border-top: 1px solid var(--line-light);
  background: var(--ink);
}

.mobile-nav .shell {
  display: grid;
  padding: 14px 0 22px;
}

.mobile-nav a {
  min-height: 46px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
  text-decoration: none;
}

.mobile-nav-quote {
  margin-top: 12px;
  border: 0 !important;
  background: var(--gold-light);
  color: var(--ink);
  text-align: center;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 700px;
  padding: 78px 0 74px;
  background: var(--ink);
}

.hero-rays {
  --ray-x: 0px;
  --ray-y: 0px;
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.hero-rays::before,
.hero-rays::after {
  position: absolute;
  content: "";
  transform: translate3d(var(--ray-x), var(--ray-y), 0);
  transform-origin: top center;
  transition: transform 500ms ease-out;
}

.hero-rays::before {
  top: -34%;
  right: 3%;
  width: 64%;
  height: 138%;
  background: rgba(216, 170, 63, 0.052);
  clip-path: polygon(41% 0, 55% 0, 88% 100%, 25% 100%);
}

.hero-rays::after {
  top: -24%;
  right: -8%;
  width: 44%;
  height: 120%;
  background: rgba(237, 202, 104, 0.035);
  clip-path: polygon(32% 0, 42% 0, 100% 100%, 69% 100%);
}

.hero-grid {
  display: flex;
  min-height: 548px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero h1,
.hero-lede {
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.78);
}

.hero-lede {
  max-width: 700px;
  margin-bottom: 30px;
  color: #d0c8bc;
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}

.hero-location {
  margin: 0;
  color: #948e84;
  font-size: 12px;
}

.project-image {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #090a0b;
  text-align: left;
}

.hero-proof {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: var(--ink);
  pointer-events: none;
}

.hero-proof::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(9, 10, 11, 0.98) 0%, rgba(9, 10, 11, 0.94) 39%, rgba(9, 10, 11, 0.7) 67%, rgba(9, 10, 11, 0.48) 100%);
  content: "";
}

.hero-proof picture {
  position: absolute;
  inset: -8% -18% -8% 62%;
  display: block;
  width: auto;
  height: auto;
}

.hero-proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 85% center;
  filter: saturate(0.76) contrast(1.1);
}

.hero-proof figcaption {
  position: absolute;
  right: max(24px, calc((100% - var(--shell)) / 2));
  bottom: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding: 8px 0 8px 18px;
  border-left: 1px solid rgba(237, 202, 104, 0.55);
  color: #b8b0a4;
  font-size: 12px;
}

.hero-proof figcaption span {
  color: var(--gold-light);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-proof figcaption strong {
  color: var(--cream);
  font-weight: 700;
  text-align: right;
}

.direct-band {
  background: var(--cream);
  color: var(--ink);
}

.direct-layout {
  display: grid;
  min-height: 182px;
  align-items: center;
  grid-template-columns: 104px minmax(250px, 0.9fr) minmax(420px, 1.4fr);
  gap: 34px;
}

.direct-photo {
  align-self: center;
}

.direct-photo img {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.direct-copy h2 {
  margin-bottom: 9px;
  font-size: 30px;
}

.direct-copy p:last-child {
  margin: 0;
  color: var(--muted-dark);
  font-size: 14px;
}

.direct-facts {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.direct-facts li {
  min-height: 82px;
  padding: 8px 20px;
  border-left: 1px solid var(--line-dark);
  font-size: 13px;
  font-weight: 700;
}

.direct-facts span {
  display: block;
  margin-bottom: 7px;
  color: #8d402c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.section-heading {
  margin-bottom: 58px;
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.split-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 70px;
}

.split-heading > p {
  margin: 0;
  color: var(--muted-light);
  font-size: 15px;
}

.work-section {
  background: var(--ink-2);
}

.case-study {
  display: grid;
  align-items: center;
  padding: 70px 0;
  border-top: 1px solid var(--line-light);
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 72px;
}

.case-study:last-child {
  padding-bottom: 0;
}

.case-study-reverse .case-media {
  order: 2;
}

.case-media {
  min-width: 0;
}

.project-image {
  border: 1px solid rgba(237, 202, 104, 0.24);
  border-radius: 5px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.project-image img {
  width: 100%;
  aspect-ratio: 1.54;
  object-fit: cover;
  transition: transform 220ms ease;
}

.project-image:hover img {
  transform: scale(1.012);
}

.inspect-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 3px;
  background: rgba(16, 17, 19, 0.9);
  color: var(--cream);
  font-size: 11px;
  font-weight: 800;
}

.case-kicker {
  margin-bottom: 12px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.case-copy > h3 {
  margin-bottom: 18px;
  font-size: 43px;
}

.case-summary {
  color: #ccc4b8;
  font-size: 17px;
}

.project-status {
  display: inline-block;
  margin: -4px 0 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
}

.case-details {
  margin: 28px 0;
  border-top: 1px solid var(--line-light);
}

.case-details div {
  display: grid;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  grid-template-columns: 126px 1fr;
  gap: 16px;
}

.case-details dt {
  color: #918b82;
  font-size: 12px;
  font-weight: 700;
}

.case-details dd {
  color: var(--cream);
  font-size: 13px;
}

.client-feedback {
  margin: 28px 0;
  padding: 20px 0 20px 22px;
  border-left: 3px solid var(--gold);
}

.client-feedback > p {
  margin-bottom: 9px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.client-feedback blockquote {
  margin: 7px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.35;
}

.client-feedback small {
  display: block;
  margin-top: 9px;
  color: #8f8980;
  font-size: 11px;
}

.delivered-note {
  margin: 28px 0;
  color: #c7c0b4;
  font-size: 13px;
  font-weight: 700;
}

.delivered-note span {
  margin-right: 8px;
  color: var(--sage);
}

.case-actions,
.about-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.text-link {
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

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

.services-section .split-heading > p {
  color: var(--muted-dark);
}

.services-section .eyebrow,
.process-section .eyebrow,
.faq-section .eyebrow {
  color: #674b0e;
}

.service-list {
  border-top: 1px solid var(--line-dark);
}

.service-list article {
  display: grid;
  min-height: 148px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-dark);
  grid-template-columns: 76px minmax(0, 1fr) minmax(220px, 0.38fr);
  gap: 28px;
}

.service-index {
  color: var(--rust);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.service-list h3 {
  margin-bottom: 7px;
  font-size: 27px;
}

.service-list article > div p {
  max-width: 660px;
  margin: 0;
  color: var(--muted-dark);
}

.service-match {
  margin: 0;
  padding-left: 24px;
  border-left: 2px solid var(--gold);
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
}

.pricing-section {
  background: #0c0d0f;
}

.pricing-heading {
  max-width: 830px;
}

.pricing-heading > p:last-child {
  max-width: 690px;
  margin: 18px 0 0;
  color: var(--muted-light);
}

.pricing-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.price-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: var(--ink-2);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.17);
}

.price-card-featured {
  border-color: rgba(237, 202, 104, 0.72);
  background: #1a1a19;
  box-shadow: inset 0 4px 0 var(--gold), 0 18px 42px rgba(0, 0, 0, 0.25);
}

.price-card header {
  min-height: 155px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-light);
}

.price-tier {
  margin-bottom: 9px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-card h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.price-card header > p:last-child {
  margin: 0;
  color: var(--muted-light);
  font-size: 14px;
  line-height: 1.55;
}

.price {
  display: flex;
  min-height: 74px;
  align-items: baseline;
  gap: 7px;
  margin: 20px 0 0;
  color: var(--cream);
  font-size: 12px;
  font-weight: 800;
}

.price span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1;
}

.price small {
  color: var(--muted-light);
  font-size: 11px;
  text-transform: uppercase;
}

.deposit {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 9px;
  margin: 0 0 22px;
  color: #c9c1b5;
  font-size: 12px;
}

.deposit strong {
  color: var(--cream);
}

.deposit span::before {
  content: "· ";
  color: var(--gold);
}

.feature-list {
  display: grid;
  margin: 0 0 24px;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  color: #d6cec2;
  font-size: 14px;
}

.feature-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--sage);
  content: "✓";
  font-weight: 800;
}

.best-for {
  margin: auto 0 22px;
  padding: 16px;
  border-left: 2px solid var(--gold);
  background: rgba(216, 170, 63, 0.07);
  color: #c6beb2;
  font-size: 12px;
}

.best-for strong {
  color: var(--gold-light);
}

.price-card > .button {
  width: 100%;
}

.business-levels {
  display: grid;
  margin-bottom: 22px;
  gap: 10px;
}

.business-levels > div {
  padding: 13px 14px;
  border: 1px solid var(--line-light);
  background: #121315;
}

.business-levels h4 {
  display: grid;
  margin: 0 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.business-levels h4 strong {
  color: var(--gold-light);
}

.business-levels p {
  margin: 0;
  color: var(--muted-light);
  font-size: 11px;
  line-height: 1.45;
}

.event-pricing {
  display: grid;
  margin-top: 28px;
  padding: 28px;
  border-radius: 6px;
  background: var(--cream);
  color: var(--ink);
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.6fr);
  gap: 28px;
}

.event-intro h3 {
  margin-bottom: 10px;
  font-size: 28px;
}

.event-intro > p:last-child {
  margin: 0;
  color: var(--muted-dark);
  font-size: 12px;
  line-height: 1.55;
}

.event-levels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-levels article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 2px 18px;
  border-left: 1px solid var(--line-dark);
}

.event-levels h4 {
  min-height: 40px;
  margin: 0 0 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.event-price {
  margin-bottom: 5px;
  color: var(--rust);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 700;
}

.event-purpose {
  margin: 0 0 7px;
  color: var(--muted-dark);
  font-size: 11px;
  line-height: 1.4;
}

.event-payment {
  margin: 0 0 11px;
  color: #514c45;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.event-levels a {
  margin-top: auto;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.event-levels a:hover {
  text-decoration: underline;
}

.pricing-note {
  max-width: 960px;
  margin: 24px auto 0;
  color: #918b82;
  font-size: 11px;
  text-align: center;
}

.protection-section {
  padding: 106px 0;
  background: #18201a;
}

.protection-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.45fr);
  gap: 74px;
}

.protection-intro {
  position: sticky;
  top: 110px;
  align-self: start;
}

.protection-intro h2 {
  font-size: 42px;
}

.protection-intro > p:last-child {
  color: #b8c2b7;
}

.protection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(190, 210, 187, 0.22);
}

.protection-grid article {
  min-height: 190px;
  padding: 26px 30px 24px 0;
  border-bottom: 1px solid rgba(190, 210, 187, 0.22);
}

.protection-grid article:nth-child(even) {
  padding-left: 30px;
  border-left: 1px solid rgba(190, 210, 187, 0.22);
}

.protection-grid span {
  display: block;
  margin-bottom: 16px;
  color: #9eb39b;
  font-family: Georgia, "Times New Roman", serif;
}

.protection-grid h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.protection-grid p {
  margin: 0;
  color: #aeb9ad;
  font-size: 13px;
}

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

.process-section .split-heading > p {
  color: var(--muted-dark);
}

.process-list {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
}

.process-list li {
  min-height: 280px;
  padding: 28px 22px 22px;
  border-right: 1px solid var(--line-dark);
}

.process-list li:first-child {
  padding-left: 0;
}

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

.process-list span {
  display: block;
  margin-bottom: 52px;
  color: var(--rust);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.process-list h3 {
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}

.process-list p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 13px;
}

.about-section {
  background: #d7b85f;
  color: var(--ink);
}

.about-section .eyebrow {
  color: #493506;
}

.about-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(250px, 0.65fr) minmax(320px, 0.95fr) minmax(250px, 0.55fr);
  gap: 52px;
}

.about-profile picture {
  display: block;
  margin-bottom: 28px;
}

.about-profile img {
  width: 100%;
  max-width: 330px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(16, 17, 19, 0.48);
  filter: none;
}

.about-profile h2 {
  margin: 0;
  font-size: 42px;
}

.about-copy {
  padding-top: 24px;
}

.about-copy p {
  color: #3d351f;
}

.about-lede {
  color: var(--ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.about-actions {
  margin-top: 20px;
}

.text-link-dark {
  color: var(--ink);
}

.about-facts {
  display: grid;
  margin-top: 34px;
  padding: 20px;
  border: 1px solid rgba(16, 17, 19, 0.34);
  background: rgba(250, 247, 239, 0.28);
  gap: 0;
}

.about-facts div {
  padding: 11px 0;
  border-bottom: 1px solid rgba(16, 17, 19, 0.18);
}

.about-facts div:last-child {
  border-bottom: 0;
}

.about-facts dt {
  color: #5d4b22;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-facts dd {
  margin: 2px 0 0;
  color: #41371f;
  font-size: 13px;
  font-weight: 700;
}

.possibilities-section {
  background: #151416;
}

.possibilities-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: 74px;
}

.possibilities-intro {
  align-self: start;
}

.possibilities-intro h2 {
  font-size: 42px;
}

.possibilities-intro > p:last-child {
  color: var(--muted-light);
  font-size: 13px;
}

.possibility-list {
  display: grid;
  border-top: 1px solid var(--line-light);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.possibility-list article {
  min-height: 148px;
  padding: 20px 22px 18px 0;
  border-bottom: 1px solid var(--line-light);
}

.possibility-list article:nth-child(even) {
  padding-left: 22px;
  border-left: 1px solid var(--line-light);
}

.possibility-list span {
  display: block;
  margin-bottom: 10px;
  color: #ca7a5c;
  font-family: Georgia, "Times New Roman", serif;
}

.possibility-list h3 {
  margin-bottom: 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.possibility-list p {
  margin: 0;
  color: #a8a098;
  font-size: 12px;
}

.faq-section {
  background: var(--cream-deep);
  color: var(--ink);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: 78px;
}

.faq-intro {
  position: sticky;
  top: 110px;
  align-self: start;
}

.faq-intro h2 {
  font-size: 43px;
}

.faq-intro > p:not(.eyebrow) {
  color: #565149;
}

.faq-intro .text-link {
  color: var(--gold-dark);
}

.faq-list {
  border-top: 1px solid var(--line-dark);
}

.faq-list details {
  border-bottom: 1px solid var(--line-dark);
}

.faq-list summary {
  position: relative;
  min-height: 74px;
  padding: 23px 48px 19px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 4px;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  color: var(--gold-dark);
  content: "+";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

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

.faq-list details p {
  max-width: 720px;
  margin: -4px 0 24px;
  color: var(--muted-dark);
}

.quote-section {
  background: var(--ink-2);
}

.quote-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: 76px;
}

.quote-copy {
  position: sticky;
  top: 110px;
}

.quote-copy h2 {
  font-size: 45px;
}

.quote-copy > p:not(.eyebrow) {
  color: #c5bdb1;
}

.quote-expectations {
  display: grid;
  margin: 34px 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.quote-expectations li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d6cec2;
  font-size: 13px;
  font-weight: 700;
}

.quote-expectations span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border: 1px solid rgba(237, 202, 104, 0.5);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
}

.direct-contact {
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
}

.direct-contact p {
  margin-bottom: 8px;
}

.direct-contact a {
  display: block;
  width: fit-content;
  margin: 5px 0;
  color: var(--gold-light);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.quote-form {
  position: relative;
  padding: 38px;
  border: 1px solid rgba(216, 170, 63, 0.35);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line-dark);
}

.form-heading p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
}

.form-heading span {
  color: var(--muted-dark);
  font-size: 11px;
}

.form-heading strong,
.field label > span[aria-hidden="true"] {
  color: #8a321f;
}

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

.field {
  min-width: 0;
}

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

.field label {
  display: block;
  margin-bottom: 7px;
  color: #26272a;
  font-size: 12px;
  font-weight: 800;
}

.optional {
  color: #777068;
  font-size: 10px;
  font-weight: 400;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #aaa195;
  border-radius: 3px;
  background: #fffdf8;
  color: var(--ink);
}

.field input,
.field select {
  min-height: 48px;
  padding: 10px 12px;
}

.field textarea {
  min-height: 154px;
  padding: 12px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold-dark);
  outline: 3px solid rgba(216, 170, 63, 0.23);
  outline-offset: 1px;
}

.field input:user-invalid,
.field select:user-invalid,
.field textarea:user-invalid {
  border-color: #8a321f;
}

.field-help,
.form-note {
  margin: 6px 0 0;
  color: #6f685f;
  font-size: 10px;
}

.consent-field {
  display: grid;
  align-items: start;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(16, 17, 19, 0.15);
  background: #eee8db;
}

.consent-field input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 2px 0 0;
  accent-color: var(--gold-dark);
}

.consent-field label {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.consent-field a {
  color: #61460e;
}

.submit-button {
  width: 100%;
  min-height: 54px;
  margin-top: 24px;
  border: 1px solid #866315;
  font-size: 15px;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-note {
  margin-top: 10px;
  text-align: center;
}

.form-error-summary {
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 2px solid #8a321f;
  background: #fff1eb;
  color: #5d2115;
  font-size: 12px;
}

.form-error-summary ul {
  margin: 7px 0 0;
  padding-left: 20px;
}

.form-error-summary a {
  color: inherit;
}

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

.site-footer {
  padding: 68px 0 26px;
  border-top: 1px solid rgba(216, 170, 63, 0.18);
  background: #08090a;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(270px, 1.4fr) repeat(3, minmax(120px, 0.55fr));
  gap: 48px;
  padding-bottom: 48px;
}

.brand-footer {
  margin-bottom: 18px;
}

.footer-brand > p {
  max-width: 330px;
  margin: 0;
  color: #938d84;
  font-size: 13px;
}

.footer-nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-nav p {
  margin-bottom: 5px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-nav a {
  width: fit-content;
  color: #b8b1a7;
  font-size: 12px;
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--cream);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8d8880;
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

.media-dialog {
  width: min(1120px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(237, 202, 104, 0.5);
  border-radius: 6px;
  background: var(--ink);
  color: var(--cream);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.7);
}

.media-dialog::backdrop {
  background: rgba(0, 0, 0, 0.84);
}

.dialog-header {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px 12px 20px;
  border-bottom: 1px solid var(--line-light);
}

.dialog-header h2 {
  margin: 0;
  font-size: 20px;
}

.dialog-close {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: 4px;
  background: transparent;
  color: var(--cream);
  font-size: 26px;
  line-height: 1;
}

.dialog-content {
  max-height: calc(100dvh - 96px);
  padding: 12px;
  overflow: auto;
}

.dialog-content img,
.dialog-content video {
  width: 100%;
  height: auto;
  background: #000;
}

/* Legal and utility pages */
.legal-main,
.utility-main {
  min-height: 72vh;
  padding: 90px 0 110px;
  background: var(--paper);
  color: var(--ink);
}

.legal-shell,
.utility-shell {
  width: min(820px, calc(100% - 48px));
  margin-inline: auto;
}

.legal-header,
.utility-shell {
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line-dark);
}

.legal-header h1,
.utility-shell h1 {
  margin-bottom: 18px;
  font-size: 54px;
}

.legal-header > p:last-child,
.utility-shell > p {
  color: var(--muted-dark);
}

.legal-content section {
  padding: 30px 0;
  border-bottom: 1px solid var(--line-dark);
}

.legal-content h2 {
  margin-bottom: 10px;
  font-size: 27px;
}

.legal-content p,
.legal-content li {
  color: #4c4842;
}

.legal-content a,
.utility-shell a:not(.button) {
  color: var(--gold-dark);
}

.utility-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.utility-actions .button:not(.button-dark) {
  border-color: var(--line-dark);
  background: transparent;
  color: var(--ink);
}

.utility-actions .button:not(.button-dark):hover {
  border-color: var(--gold-dark);
  background: #eee8db;
}

@media (max-width: 1080px) {
  h1 {
    font-size: 55px;
  }

  .hero {
    min-height: 680px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .hero-grid {
    min-height: 520px;
  }

  .hero-proof picture {
    inset: -10% -24% -10% 52%;
  }

  .direct-layout {
    grid-template-columns: 90px minmax(220px, 0.7fr) minmax(380px, 1.3fr);
    gap: 24px;
  }

  .direct-photo img {
    width: 90px;
    height: 90px;
  }

  .case-study {
    gap: 48px;
  }

  .price-card {
    padding: 24px;
  }

  .event-pricing {
    grid-template-columns: 1fr;
  }

  .about-layout {
    grid-template-columns: minmax(220px, 0.65fr) minmax(340px, 1fr);
  }

  .about-facts {
    grid-column: 1 / -1;
    margin-top: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-facts div {
    padding: 0 18px;
    border-bottom: 0;
    border-left: 1px solid rgba(16, 17, 19, 0.18);
  }

  .about-facts div:first-child {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 940px) {
  :root {
    --header-height: 68px;
  }

  .section {
    padding: 88px 0;
  }

  .desktop-nav,
  .nav-quote {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .hero {
    min-height: 0;
    padding: 52px 0 58px;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-proof picture {
    inset: 36% -54% -26% 46%;
  }

  .hero-proof::after {
    background: linear-gradient(90deg, rgba(9, 10, 11, 0.98) 0%, rgba(9, 10, 11, 0.95) 58%, rgba(9, 10, 11, 0.82) 100%);
  }

  .hero-proof figcaption {
    display: none;
  }

  .direct-layout {
    padding: 28px 0;
    grid-template-columns: 84px 1fr;
  }

  .direct-photo {
    align-self: center;
  }

  .direct-photo img {
    width: 84px;
    height: 84px;
  }

  .direct-facts {
    grid-column: 1 / -1;
  }

  .split-heading,
  .case-study,
  .protection-layout,
  .possibilities-layout,
  .faq-layout,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .case-study,
  .protection-layout,
  .possibilities-layout,
  .faq-layout,
  .quote-grid {
    gap: 36px;
  }

  .case-study-reverse .case-media {
    order: 0;
  }

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

  .price-card header {
    min-height: 0;
  }

  .price-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(260px, 1.2fr);
    column-gap: 32px;
  }

  .price-card header,
  .price-card .price,
  .price-card .deposit {
    grid-column: 1;
  }

  .price-card .feature-list,
  .price-card .business-levels {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: start;
    margin: 0;
  }

  .price-card .best-for,
  .price-card > .button {
    grid-column: 1 / -1;
  }

  .price-card .best-for {
    margin-top: 22px;
  }

  .protection-intro,
  .faq-intro,
  .quote-copy {
    position: static;
  }

  .footer-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .about-profile h2 {
    font-size: 36px;
  }

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

  .process-list li,
  .process-list li:first-child,
  .process-list li:last-child {
    min-height: 220px;
    padding: 26px 24px;
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
  }

  .process-list li:nth-child(even) {
    border-right: 0;
  }

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

@media (max-width: 700px) {
  .shell {
    width: min(100% - 32px, var(--shell));
  }

  .section {
    padding: 58px 0;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 37px;
  }

  .brand-text {
    font-size: 17px;
  }

  .hero {
    padding: 40px 0 45px;
  }

  .hero-proof picture {
    inset: 46% -78% -30% 48%;
  }

  .hero-proof img {
    object-position: 78% center;
  }

  .hero-proof::after {
    background: linear-gradient(90deg, rgba(9, 10, 11, 0.98) 0%, rgba(9, 10, 11, 0.96) 64%, rgba(9, 10, 11, 0.84) 100%);
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
    margin-bottom: 28px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-location {
    line-height: 1.5;
  }

  .direct-layout {
    padding: 22px 0;
    grid-template-columns: 70px 1fr;
  }

  .direct-photo img {
    width: 70px;
    height: 70px;
  }

  .direct-copy h2 {
    font-size: 25px;
  }

  .direct-copy p:last-child {
    font-size: 12px;
  }

  .direct-facts {
    grid-template-columns: 1fr;
  }

  .direct-facts li {
    display: grid;
    min-height: 0;
    padding: 9px 0;
    border-top: 1px solid var(--line-dark);
    border-left: 0;
    grid-template-columns: 36px 1fr;
  }

  .direct-facts span {
    margin: 0;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .case-study {
    padding: 30px 0;
  }

  .case-copy > h3 {
    margin-bottom: 12px;
    font-size: 36px;
  }

  .case-details,
  .client-feedback,
  .delivered-note {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .case-details div {
    padding: 8px 0;
  }

  .client-feedback {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .case-actions {
    gap: 14px;
  }

  .case-details div {
    grid-template-columns: 110px 1fr;
  }

  .service-list article {
    min-height: 0;
    padding: 16px 0;
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }

  .service-match {
    grid-column: 2;
    padding-left: 0;
    border: 0;
  }

  .price-card {
    display: flex;
    padding: 18px;
  }

  .pricing-grid {
    gap: 14px;
  }

  .price-card header {
    padding-bottom: 15px;
  }

  .price-card .price {
    min-height: 58px;
    margin-top: 14px;
  }

  .price-card .price span {
    font-size: 40px;
  }

  .price-card .deposit {
    margin-bottom: 16px;
  }

  .price-card .feature-list {
    margin-bottom: 18px;
    gap: 7px;
  }

  .price-card .best-for {
    margin-bottom: 16px;
    padding: 12px;
  }

  .business-levels {
    margin-bottom: 16px;
    gap: 8px;
  }

  .business-levels > div {
    padding: 11px 12px;
  }

  .price-card .best-for {
    margin-top: auto;
  }

  .event-pricing {
    padding: 22px 18px;
    gap: 18px;
  }

  .event-levels {
    grid-template-columns: 1fr;
  }

  .event-levels article {
    display: grid;
    padding: 14px 0;
    border-top: 1px solid var(--line-dark);
    border-left: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px 12px;
  }

  .event-levels h4 {
    min-height: 0;
    margin: 0;
    grid-column: 1;
  }

  .event-levels .event-price {
    margin: 0;
    grid-column: 2;
    grid-row: 1;
    font-size: 21px;
    text-align: right;
  }

  .event-purpose,
  .event-payment,
  .event-levels a {
    grid-column: 1 / -1;
  }

  .event-purpose {
    margin-top: 5px;
  }

  .event-payment {
    margin-bottom: 4px;
  }

  .event-levels a {
    margin-top: 2px;
  }

  .protection-section {
    padding: 58px 0;
  }

  .protection-intro h2,
  .possibilities-intro h2,
  .faq-intro h2,
  .quote-copy h2 {
    font-size: 36px;
  }

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

  .protection-grid article,
  .protection-grid article:nth-child(even) {
    display: grid;
    min-height: 0;
    padding: 17px 0;
    border-right: 0;
    border-left: 0;
    grid-template-columns: 36px 1fr;
    gap: 3px 8px;
  }

  .protection-grid span {
    grid-row: 1 / span 2;
    margin: 1px 0 0;
  }

  .protection-grid h3 {
    margin: 0;
  }

  .protection-grid p {
    grid-column: 2;
  }

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

  .process-list li,
  .process-list li:first-child,
  .process-list li:last-child,
  .process-list li:nth-child(even) {
    display: grid;
    min-height: 0;
    padding: 16px 0;
    border-right: 0;
    grid-template-columns: 44px 1fr;
  }

  .process-list span {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-profile {
    display: grid;
    align-items: end;
    grid-template-columns: 130px 1fr;
    gap: 22px;
  }

  .about-profile picture {
    margin: 0;
  }

  .about-profile h2 {
    font-size: 35px;
  }

  .about-copy {
    padding-top: 0;
  }

  .about-lede {
    margin-bottom: 12px;
  }

  .about-actions {
    margin-top: 14px;
  }

  .about-facts {
    margin: 0;
    padding: 13px 16px;
    grid-template-columns: 1fr;
  }

  .about-facts div,
  .about-facts div:first-child {
    display: grid;
    padding: 8px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(16, 17, 19, 0.18);
    grid-template-columns: 90px 1fr;
    gap: 10px;
  }

  .about-facts div:last-child {
    border-bottom: 0;
  }

  .about-facts dd {
    margin: 0;
  }

  .possibility-list {
    grid-template-columns: 1fr;
  }

  .possibility-list article,
  .possibility-list article:nth-child(even) {
    min-height: 0;
    padding: 16px 0;
    border-left: 0;
  }

  .possibility-list span {
    margin-bottom: 7px;
  }

  .faq-list summary {
    min-height: 62px;
    padding: 17px 44px 15px 0;
    font-size: 17px;
  }

  .faq-list summary::after {
    top: 15px;
  }

  .faq-list details p {
    margin-bottom: 18px;
  }

  .quote-form {
    padding: 22px 18px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

  .quote-grid {
    gap: 24px;
  }

  .quote-expectations {
    margin: 24px 0;
    gap: 8px;
  }

  .direct-contact {
    padding-top: 16px;
  }

  .form-heading {
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .field label {
    margin-bottom: 5px;
  }

  .field textarea {
    min-height: 132px;
  }

  .consent-field {
    padding: 12px;
  }

  .submit-button {
    margin-top: 18px;
  }

  .site-footer {
    padding: 48px 0 22px;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 22px;
    padding-bottom: 32px;
  }

  .brand-footer {
    margin-bottom: 12px;
  }

  .footer-nav {
    gap: 5px;
  }

  .footer-bottom {
    padding-top: 18px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 39px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .brand-text {
    max-width: 174px;
    font-size: 15px;
  }

  .hero {
    padding: 32px 0 36px;
  }

  .hero-proof picture {
    inset: 55% -88% -40% 46%;
  }

  .hero-lede {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .hero-actions {
    gap: 9px;
    margin-bottom: 22px;
  }

  .hero-actions .button {
    min-height: 44px;
    padding-block: 9px;
  }

  .direct-copy .eyebrow {
    margin-bottom: 8px;
  }

  .case-actions {
    display: grid;
  }

  .about-actions {
    display: flex;
  }

  .case-actions .button {
    width: 100%;
  }

  .case-details div {
    grid-template-columns: 92px 1fr;
    gap: 10px;
  }

  .price span {
    font-size: 43px;
  }

  .about-profile {
    grid-template-columns: 108px 1fr;
  }

  .about-profile h2 {
    font-size: 31px;
  }

  .about-lede {
    font-size: 22px;
  }

  .form-heading {
    align-items: flex-end;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    display: grid;
  }

  .legal-shell,
  .utility-shell {
    width: min(100% - 32px, 820px);
  }

  .legal-header h1,
  .utility-shell h1 {
    font-size: 42px;
  }
}

@media (min-width: 360px) and (max-width: 700px) {
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .price-card .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
  }

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

  .possibility-list article,
  .possibility-list article:nth-child(even) {
    padding: 14px 12px 14px 0;
  }

  .possibility-list article:nth-child(even) {
    padding-right: 0;
    padding-left: 12px;
    border-left: 1px solid var(--line-light);
  }
}

@media (max-width: 350px) {
  .about-profile {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .about-profile img {
    max-width: 128px;
  }
}

@media (max-width: 430px) and (max-height: 700px) {
  :root {
    --header-height: 60px;
  }

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

  .hero {
    padding: 18px 0 20px;
  }

  .hero .eyebrow {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .hero h1 {
    margin-bottom: 11px;
    font-size: 32px;
    line-height: 1.02;
  }

  .hero-lede {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.35;
  }

  .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 12px;
  }

  .hero-actions .button {
    width: auto;
    min-height: 48px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .hero-location {
    font-size: 9px;
    line-height: 1.3;
  }
}

/* Final proof, comparison, and demonstration refinements */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.section {
  padding: 100px 0;
}

.hero-lede {
  margin-bottom: 10px;
}

.hero-builder {
  max-width: 650px;
  margin-bottom: 28px;
  color: #aaa298;
  font-size: 15px;
}

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

.direct-layout {
  min-height: 166px;
  grid-template-columns: 104px minmax(0, 760px);
  justify-content: start;
}

.direct-copy {
  max-width: 760px;
}

.case-study {
  padding: 52px 0;
  gap: 60px;
}

.project-status {
  margin-bottom: 15px;
}

.case-details {
  margin: 20px 0;
}

.case-view-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 3px;
  background: rgba(16, 17, 19, 0.9);
  color: var(--cream);
  font-size: 12px;
  font-weight: 800;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line-dark);
}

.service-list article {
  display: grid;
  min-height: 176px;
  align-content: start;
  padding: 24px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 0;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
}

.service-list article:first-child {
  padding-left: 0;
}

.service-list article:last-child {
  padding-right: 0;
  border-right: 0;
}

.service-index {
  font-size: 18px;
}

.service-list h3 {
  margin: 0;
  font-size: 23px;
}

.service-match {
  padding: 13px 0 0;
  border-top: 1px solid rgba(16, 17, 19, 0.16);
  border-left: 0;
  font-size: 12px;
}

.price-card {
  padding: 26px;
}

.price-card header {
  min-height: 138px;
}

.feature-list {
  margin-bottom: 20px;
}

.business-levels > div {
  padding: 11px 0;
  border: 0;
  border-top: 1px solid var(--line-light);
  background: transparent;
}

.business-levels > div:last-child {
  border-bottom: 1px solid var(--line-light);
}

.event-pricing {
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.55fr);
  gap: 34px;
}

.event-intro .button {
  margin-top: 14px;
}

.event-levels {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line-dark);
}

.event-levels article {
  display: grid;
  min-width: 0;
  align-items: center;
  padding: 11px 0;
  border-right: 0;
  border-bottom: 1px solid var(--line-dark);
  border-left: 0;
  grid-template-columns: minmax(150px, 0.6fr) minmax(180px, 1fr) minmax(170px, 0.85fr);
  gap: 14px;
}

.event-levels article > div {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.event-levels h4,
.event-levels .event-price,
.event-levels .event-purpose,
.event-levels .event-payment {
  min-height: 0;
  margin: 0;
}

.event-levels h4 {
  font-size: 15px;
}

.event-levels .event-price {
  font-size: 22px;
  white-space: nowrap;
}

.event-purpose,
.event-payment {
  font-size: 12px;
}

.price-increase {
  margin-top: 22px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.price-increase summary {
  position: relative;
  min-height: 56px;
  padding: 17px 42px 15px 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
}

.price-increase summary::-webkit-details-marker {
  display: none;
}

.price-increase summary::after {
  position: absolute;
  top: 14px;
  right: 2px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(237, 202, 104, 0.46);
  border-radius: 50%;
  color: var(--gold-light);
  content: "+";
  font-family: Arial, Helvetica, sans-serif;
  line-height: 25px;
  text-align: center;
}

.price-increase[open] summary::after {
  content: "\2212";
}

.price-increase > div {
  padding: 0 0 18px;
}

.price-increase ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.price-increase li {
  padding: 8px 12px;
  border-left: 1px solid var(--line-light);
  color: #c9c1b5;
  font-size: 12px;
}

.price-increase li:nth-child(4n + 1) {
  padding-left: 0;
  border-left: 0;
}

.price-increase p {
  margin: 12px 0 0;
  color: #9d968c;
  font-size: 12px;
}

.protection-section {
  padding: 90px 0;
}

.protection-grid article {
  min-height: 170px;
}

.process-list li {
  min-height: 240px;
}

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

.possibilities-heading > p {
  color: var(--muted-light);
}

.demos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.demo-block {
  min-width: 0;
  padding: 28px 32px 30px 0;
}

.demo-block + .demo-block {
  padding-right: 0;
  padding-left: 32px;
  border-left: 1px solid var(--line-light);
}

.demo-heading {
  min-height: 130px;
}

.demo-label {
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.demo-heading h3 {
  margin-bottom: 8px;
  font-size: 28px;
}

.demo-heading > p:last-child {
  margin: 0;
  color: #aaa298;
  font-size: 13px;
}

.demo-control {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.demo-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line-light);
}

.demo-tabs label {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 52px;
  padding: 8px 9px;
  place-items: center;
  border-left: 1px solid var(--line-light);
  color: #bbb3a8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
}

.demo-tabs label:first-child {
  border-left: 0;
}

.demo-tabs input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.demo-tabs label:has(input:checked) {
  background: var(--gold-light);
  color: var(--ink);
}

.demo-tabs label:has(input:focus-visible) {
  z-index: 1;
  outline: 3px solid var(--gold-light);
  outline-offset: 3px;
}

.demo-panels {
  margin-top: 16px;
}

@supports selector(:has(*)) {
  .service-demo:has(input[value="contractor"]:checked) .demo-panel:not([data-demo-panel="contractor"]),
  .service-demo:has(input[value="auto"]:checked) .demo-panel:not([data-demo-panel="auto"]),
  .service-demo:has(input[value="event"]:checked) .demo-panel:not([data-demo-panel="event"]) {
    display: none;
  }
}

.demo-panel > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.demo-panel > header h4,
.demo-panel > header p {
  margin: 0;
}

.demo-panel > header h4 {
  font-size: 18px;
}

.demo-panel > header p {
  color: #8f887f;
  font-size: 12px;
}

.demo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.demo-card-grid article {
  min-width: 0;
  min-height: 132px;
  padding: 13px 11px;
  border: 1px solid var(--line-light);
  background: #101113;
}

.demo-card-grid strong,
.demo-card-grid span {
  display: block;
}

.demo-card-grid strong {
  color: var(--cream);
  font-size: 13px;
}

.demo-card-grid p {
  min-height: 40px;
  margin: 8px 0;
  color: #a9a198;
  font-size: 12px;
  line-height: 1.4;
}

.demo-card-grid span {
  padding-top: 8px;
  border-top: 1px solid var(--line-light);
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
}

.media-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.media-tabs a {
  display: grid;
  min-width: 0;
  min-height: 46px;
  padding: 8px 10px;
  place-items: center;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  color: #bcb4a9;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.media-tabs a.is-active {
  background: var(--gold-light);
  color: var(--ink);
}

.media-stage {
  margin-top: 16px;
}

.media-panel {
  margin: 0;
}

.media-frame {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(237, 202, 104, 0.28);
  background: #060708;
}

.media-frame img,
.media-frame video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.media-panel figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding-top: 10px;
}

.media-panel figcaption strong {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.media-panel figcaption span {
  color: #9f978d;
  font-size: 12px;
  text-align: right;
}

.no-js-media-link {
  position: absolute;
  z-index: 1;
  padding: 10px 14px;
  border: 1px solid var(--gold-light);
  background: var(--ink);
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
}

.media-explorer.is-enhanced .no-js-media-link {
  display: none;
}

.quote-copy h2 {
  max-width: 440px;
}

.hero-location,
.price-tier,
.price small,
.business-levels p,
.event-intro > p:last-child,
.pricing-note,
.client-feedback > p,
.client-feedback small,
.form-heading span,
.optional,
.field-help,
.form-note,
.consent-field label,
.footer-nav p,
.footer-nav a,
.footer-bottom,
.inspect-label,
.about-facts dt {
  font-size: 12px;
}

@media (max-width: 1080px) {
  .direct-layout {
    grid-template-columns: 90px minmax(0, 720px);
  }

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

  .service-list article,
  .service-list article:first-child,
  .service-list article:last-child {
    padding: 22px;
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
  }

  .service-list article:nth-child(even) {
    border-right: 0;
  }

  .event-pricing {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  .section {
    padding: 78px 0;
  }

  .direct-layout {
    grid-template-columns: 84px 1fr;
  }

  .price-card {
    display: grid;
  }

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

  .demo-block,
  .demo-block + .demo-block {
    padding: 28px 0;
    border-left: 0;
  }

  .demo-block + .demo-block {
    border-top: 1px solid var(--line-light);
  }

  .demo-heading {
    min-height: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 700px) {
  .section {
    padding: 52px 0;
  }

  .hero-builder {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-actions {
    margin-bottom: 18px;
  }

  .direct-layout {
    min-height: 0;
  }

  .case-study {
    padding: 24px 0;
    gap: 22px;
  }

  .case-details {
    margin: 15px 0;
  }

  .case-details div {
    grid-template-columns: 104px 1fr;
  }

  .client-feedback {
    margin: 15px 0;
  }

  .service-list article,
  .service-list article:first-child,
  .service-list article:last-child {
    display: grid;
    min-height: 158px;
    padding: 18px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 10px;
  }

  .service-list h3 {
    font-size: 20px;
  }

  .service-match {
    grid-column: auto;
    padding-top: 10px;
    border-top: 1px solid rgba(16, 17, 19, 0.16);
  }

  .price-card {
    display: flex;
  }

  .event-pricing {
    padding: 20px 18px;
  }

  .event-levels article {
    display: block;
    padding: 12px 0;
  }

  .event-levels article > div {
    margin-bottom: 4px;
  }

  .event-purpose {
    margin-bottom: 3px !important;
  }

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

  .price-increase li:nth-child(4n + 1) {
    padding-left: 12px;
    border-left: 1px solid var(--line-light);
  }

  .price-increase li:nth-child(2n + 1) {
    padding-left: 0;
    border-left: 0;
  }

  .protection-section {
    padding: 52px 0;
  }

  .protection-grid article,
  .protection-grid article:nth-child(even) {
    min-height: 0;
  }

  .process-list li,
  .process-list li:first-child,
  .process-list li:last-child,
  .process-list li:nth-child(even) {
    min-height: 0;
  }

  .demo-block,
  .demo-block + .demo-block {
    padding: 24px 0;
  }

  .demo-card-grid article {
    min-height: 128px;
    padding: 12px 9px;
  }

  .media-panel figcaption {
    display: grid;
    gap: 2px;
  }

  .media-panel figcaption span {
    text-align: left;
  }

  .quote-grid {
    gap: 20px;
  }
}

@media (max-width: 430px) {
  .case-view-label {
    max-width: calc(100% - 24px);
  }

  .demo-tabs label {
    padding-inline: 5px;
  }
}

@media (max-width: 350px) {
  .service-list,
  .demo-card-grid {
    grid-template-columns: 1fr;
  }

  .service-list article,
  .service-list article:first-child,
  .service-list article:last-child,
  .service-list article:nth-child(even) {
    min-height: 0;
    border-right: 0;
  }
}

@media (max-width: 430px) and (max-height: 700px) {
  .hero .eyebrow,
  .hero-location {
    font-size: 12px;
  }

  .hero-actions .button {
    font-size: 14px;
  }
}

/* Focused pricing and rhythm correction */
.section {
  padding: 90px 0;
}

.case-study {
  padding: 46px 0;
}

.pricing-grid {
  align-items: start;
}

.business-package-group {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.business-package-group > .price-card {
  min-height: 100%;
}

.multipage-upgrade {
  display: grid;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(237, 202, 104, 0.42);
  border-radius: 6px;
  background: #111214;
  gap: 15px;
}

.multipage-upgrade h4 {
  margin: 0 0 7px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.2;
}

.multipage-upgrade p:not(.price-tier) {
  margin: 0;
  color: #c8c0b5;
  font-size: 13px;
  line-height: 1.45;
}

.multipage-upgrade .multipage-payment {
  margin-top: 8px;
  color: #9f988f;
  font-size: 12px;
}

.multipage-upgrade strong {
  color: var(--gold-light);
}

.multipage-upgrade .button {
  width: 100%;
}

.best-for {
  font-size: 13px;
}

.event-intro > p:last-child,
.event-purpose {
  font-size: 13px;
}

.protection-section {
  padding: 80px 0;
}

.protection-grid article {
  min-height: 150px;
}

.process-list li {
  min-height: 205px;
}

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

.demos-grid {
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.78fr);
}

.demo-block {
  padding-top: 24px;
  padding-bottom: 24px;
}

.demo-heading {
  min-height: 116px;
}

.demo-tabs label,
.media-tabs a {
  font-size: 14px;
}

.demo-card-grid article {
  display: flex;
  min-height: 100px;
  flex-direction: column;
  justify-content: space-between;
}

.demo-card-grid span {
  margin-top: 14px;
}

.faq-list summary {
  min-height: 68px;
  padding-top: 20px;
  padding-bottom: 17px;
}

@media (max-width: 940px) {
  .section {
    padding: 68px 0;
  }

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

  .business-package-group > .price-card {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .section,
  .protection-section {
    padding: 44px 0;
  }

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

  .direct-copy p:last-child {
    font-size: 14px;
  }

  .hero-lede {
    font-size: 16px;
  }

  .case-study {
    padding: 20px 0;
    gap: 18px;
  }

  .case-details,
  .client-feedback {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .case-details div {
    padding: 7px 0;
  }

  .client-feedback {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .service-list article,
  .service-list article:first-child,
  .service-list article:last-child {
    min-height: 138px;
    padding: 14px;
    gap: 8px;
  }

  .service-list h3 {
    font-size: 19px;
  }

  .pricing-grid {
    gap: 12px;
  }

  .price-card {
    padding: 16px;
  }

  .price-card header {
    padding-bottom: 12px;
  }

  .price-card .price {
    min-height: 50px;
    margin-top: 10px;
  }

  .price-card .deposit {
    margin-bottom: 12px;
  }

  .price-card .feature-list {
    margin-bottom: 14px;
    gap: 6px;
  }

  .price-card .best-for {
    margin-bottom: 12px;
    padding: 10px;
  }

  .business-package-group {
    gap: 10px;
  }

  .multipage-upgrade {
    padding: 16px;
    gap: 12px;
  }

  .event-pricing {
    margin-top: 18px;
    padding: 16px;
    gap: 12px;
  }

  .event-intro h3 {
    margin-bottom: 6px;
    font-size: 25px;
  }

  .event-intro .button {
    width: 100%;
    margin-top: 10px;
  }

  .event-levels article {
    display: grid;
    padding: 9px 0;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 2px 10px;
  }

  .event-levels article > div {
    display: block;
    margin: 0;
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .event-levels h4 {
    margin: 0 0 2px;
    font-size: 14px;
  }

  .event-levels .event-price {
    margin: 0;
    font-size: 20px;
    text-align: left;
  }

  .event-purpose,
  .event-payment {
    grid-column: 2;
  }

  .event-purpose {
    margin: 0 !important;
    grid-row: 1;
  }

  .event-payment {
    margin: 0;
    grid-row: 2;
    font-size: 12px;
  }

  .price-increase {
    margin-top: 16px;
  }

  .price-increase summary {
    min-height: 52px;
    padding-top: 15px;
    padding-bottom: 13px;
  }

  .pricing-note {
    margin-top: 16px;
  }

  .protection-layout {
    gap: 20px;
  }

  .protection-intro h2 {
    font-size: 34px;
  }

  .protection-grid article,
  .protection-grid article:nth-child(even) {
    min-height: 0;
    padding: 13px 0;
  }

  .process-list li,
  .process-list li:first-child,
  .process-list li:last-child,
  .process-list li:nth-child(even) {
    min-height: 0;
    padding: 12px 0;
  }

  .about-layout {
    min-width: 0;
    gap: 16px;
  }

  .about-profile {
    min-width: 0;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
  }

  .about-profile > div,
  .about-copy {
    min-width: 0;
  }

  .about-profile picture,
  .about-profile img {
    width: 96px;
    height: 96px;
  }

  .about-facts div {
    padding: 12px 0;
  }

  .demo-block,
  .demo-block + .demo-block {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .demo-heading {
    margin-bottom: 14px;
  }

  .demo-panels,
  .media-stage {
    margin-top: 12px;
  }

  .demo-card-grid article {
    min-height: 88px;
    padding: 10px 8px;
  }

  .faq-layout {
    gap: 20px;
  }

  .faq-list summary {
    min-height: 56px;
    padding: 14px 42px 12px 0;
  }

  .faq-list summary::after {
    top: 12px;
  }

  .quote-grid {
    gap: 18px;
  }

  .quote-form {
    padding: 18px;
  }

  .form-grid {
    gap: 12px;
  }

  .form-heading {
    margin-bottom: 16px;
  }

  .field textarea {
    min-height: 120px;
  }
}

@media (max-width: 350px) {
  .about-profile {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
  }

  .about-profile picture,
  .about-profile img {
    width: 72px;
    height: 72px;
  }

  .service-list article,
  .service-list article:first-child,
  .service-list article:last-child,
  .service-list article:nth-child(even) {
    min-height: 0;
  }
}

/* Independent product proof */
.roomfact-proof {
  --roomfact-red: #c83f2d;
  --roomfact-teal: #1f6775;
  --roomfact-green: #183f38;
  border-top: 7px solid var(--roomfact-red);
  background: #eef1ec;
  color: #17211f;
}

.roomfact-proof-heading {
  display: grid;
  align-items: end;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(23, 33, 31, 0.24);
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1.18fr);
  gap: 64px;
}

.roomfact-proof-eyebrow {
  display: flex;
  margin-bottom: 12px;
  color: var(--roomfact-teal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  gap: 10px;
}

.roomfact-proof-eyebrow span {
  color: #4f5d59;
}

.roomfact-proof-eyebrow span::before {
  margin-right: 10px;
  color: var(--roomfact-red);
  content: "/";
}

.roomfact-proof-heading h2 {
  margin: 0;
  color: #101715;
  font-size: 64px;
  line-height: 0.96;
}

.roomfact-proof-heading > p {
  max-width: 680px;
  margin: 0;
  color: #42504c;
  font-size: 17px;
  line-height: 1.6;
}

.roomfact-proof-layout {
  display: grid;
  align-items: start;
  margin-top: 52px;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: 68px;
}

.roomfact-proof-media {
  display: grid;
  min-width: 0;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) 158px;
  gap: 16px;
}

.roomfact-capture {
  display: block;
  min-width: 0;
  color: #27332f;
  text-decoration: none;
}

.roomfact-capture img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(23, 33, 31, 0.28);
  border-radius: 3px;
  background: #f8f8f4;
  box-shadow: 0 24px 60px rgba(24, 63, 56, 0.17);
  transition: border-color 160ms ease, transform 160ms ease;
}

.roomfact-capture:first-child img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.roomfact-capture-mobile img {
  aspect-ratio: 390 / 844;
  object-fit: cover;
}

.roomfact-capture:hover img,
.roomfact-capture:focus-visible img {
  border-color: var(--roomfact-red);
  transform: translateY(-2px);
}

.roomfact-capture > span {
  display: grid;
  margin-top: 10px;
  color: #4f5d59;
  font-size: 11px;
  line-height: 1.35;
  gap: 2px;
}

.roomfact-capture > span strong {
  color: var(--roomfact-green);
  font-size: 12px;
}

.roomfact-proof-copy {
  min-width: 0;
}

.roomfact-proof-lede {
  margin-bottom: 25px;
  color: #15231f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.35;
}

.roomfact-proof-details {
  margin: 0 0 26px;
  border-top: 1px solid rgba(23, 33, 31, 0.22);
}

.roomfact-proof-details div {
  display: grid;
  padding: 12px 0;
  border-bottom: 1px solid rgba(23, 33, 31, 0.16);
  grid-template-columns: 108px 1fr;
  gap: 16px;
}

.roomfact-proof-details dt {
  color: var(--roomfact-teal);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.roomfact-proof-details dd {
  margin: 0;
  color: #35423e;
  font-size: 13px;
  line-height: 1.5;
}

.roomfact-proof-stats {
  display: grid;
  margin: 0 0 24px;
  padding: 15px 0;
  border-top: 1px solid rgba(23, 33, 31, 0.22);
  border-bottom: 1px solid rgba(23, 33, 31, 0.22);
  list-style: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roomfact-proof-stats li {
  min-width: 0;
  padding: 0 13px;
  border-right: 1px solid rgba(23, 33, 31, 0.16);
}

.roomfact-proof-stats li:first-child {
  padding-left: 0;
}

.roomfact-proof-stats li:last-child {
  padding-right: 0;
  border-right: 0;
}

.roomfact-proof-stats strong,
.roomfact-proof-stats span {
  display: block;
}

.roomfact-proof-stats strong {
  color: var(--roomfact-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  line-height: 1;
}

.roomfact-proof-stats span {
  margin-top: 5px;
  color: #53605c;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.roomfact-disclosure {
  margin: 0;
  padding-left: 15px;
  border-left: 3px solid var(--roomfact-teal);
  color: #59645f;
  font-size: 12px;
  line-height: 1.55;
}

.roomfact-disclosure strong {
  color: var(--roomfact-green);
}

.roomfact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 26px;
  gap: 18px;
}

.roomfact-button {
  background: var(--roomfact-red);
  color: #fff;
  box-shadow: 0 12px 28px rgba(200, 63, 45, 0.2);
}

.roomfact-button:hover {
  background: #a93426;
}

.roomfact-button span,
.roomfact-text-link span {
  margin-left: 8px;
}

.roomfact-text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  color: var(--roomfact-teal);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(31, 103, 117, 0.4);
  text-underline-offset: 5px;
}

.roomfact-text-link:hover {
  color: var(--roomfact-green);
  text-decoration-color: currentColor;
}

.roomfact-custom-quote {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 33, 31, 0.18);
  color: var(--roomfact-green);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

.roomfact-custom-quote span {
  margin-left: 8px;
  color: var(--roomfact-red);
}

.roomfact-custom-quote:hover {
  color: var(--roomfact-red);
}

@media (max-width: 1080px) {
  .roomfact-proof-heading {
    gap: 40px;
  }

  .roomfact-proof-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 44px;
  }

  .roomfact-proof-media {
    grid-template-columns: minmax(0, 1fr) 132px;
  }
}

@media (max-width: 940px) {
  .roomfact-proof-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .roomfact-proof-heading > p {
    max-width: 720px;
  }

  .roomfact-proof-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .roomfact-proof-copy {
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  .roomfact-proof-heading {
    padding-bottom: 25px;
  }

  .roomfact-proof-heading h2 {
    font-size: 48px;
  }

  .roomfact-proof-heading > p {
    font-size: 16px;
  }

  .roomfact-proof-layout {
    margin-top: 32px;
    gap: 30px;
  }

  .roomfact-proof-media {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 10px;
  }

  .roomfact-proof-lede {
    font-size: 21px;
  }

  .roomfact-proof-details div {
    grid-template-columns: 96px 1fr;
    gap: 12px;
  }
}

@media (max-width: 430px) {
  .roomfact-proof-heading h2 {
    font-size: 40px;
  }

  .roomfact-proof-eyebrow {
    display: grid;
    gap: 4px;
  }

  .roomfact-proof-eyebrow span::before {
    display: none;
  }

  .roomfact-proof-media {
    grid-template-columns: 1fr;
  }

  .roomfact-capture-mobile {
    display: none;
  }

  .roomfact-proof-details div {
    grid-template-columns: 88px 1fr;
    gap: 10px;
  }

  .roomfact-proof-stats li {
    padding-inline: 8px;
  }

  .roomfact-proof-stats strong {
    font-size: 25px;
  }

  .roomfact-actions {
    display: grid;
    gap: 8px;
  }

  .roomfact-button,
  .roomfact-text-link {
    width: 100%;
    justify-content: center;
  }

  .roomfact-custom-quote {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .roomfact-proof-details div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .roomfact-proof-stats span {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

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

  .hero-rays::before,
  .hero-rays::after {
    transform: none !important;
  }
}

@media print {
  .site-header,
  .hero-rays,
  .media-dialog,
  .button,
  .site-footer {
    display: none !important;
  }

  body,
  .section,
  .legal-main {
    background: #fff !important;
    color: #000 !important;
  }

  .section {
    padding: 30px 0;
  }
}
